* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  font-weight: 500;
  font-size: 15px;
  line-height: 127%;
  color: #5b5b5b;
  font-family: 'Gilroy';
  position: relative;
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
body::-webkit-scrollbar-button {
  background-color: #FFF;
}
body::-webkit-scrollbar-track {
  background-color: #FFF;
}
body::-webkit-scrollbar-track-piece {
  background-color: #FFF;
}
body::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #00587e;
  border-radius: 3px;
}
body::-webkit-scrollbar-corner {
  background-color: #FFF;
}
body::-webkit-resizer {
  background-color: #FFF;
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
.container {
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 960px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 520px) {
  .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: local('Gilroy Regular'), local('Gilroy-Regular'), url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraboldItalic.eot');
  src: local('Gilroy Extrabold Italic'), local('Gilroy-ExtraboldItalic'), url('../fonts/Gilroy-ExtraboldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-ExtraboldItalic.woff2') format('woff2'), url('../fonts/Gilroy-ExtraboldItalic.woff') format('woff'), url('../fonts/Gilroy-ExtraboldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: local('Gilroy Bold'), local('Gilroy-Bold'), url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.eot');
  src: local('Gilroy Black'), local('Gilroy-Black'), url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Black.woff2') format('woff2'), url('../fonts/Gilroy-Black.woff') format('woff'), url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.eot');
  src: local('Gilroy Light'), local('Gilroy-Light'), url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Light.woff2') format('woff2'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Semibold.eot');
  src: local('Gilroy Semibold'), local('Gilroy-Semibold'), url('../fonts/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Semibold.woff2') format('woff2'), url('../fonts/Gilroy-Semibold.woff') format('woff'), url('../fonts/Gilroy-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: local('Gilroy Medium'), local('Gilroy-Medium'), url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.eot');
  src: local('Gilroy Medium Italic'), local('Gilroy-MediumItalic'), url('../fonts/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-MediumItalic.woff2') format('woff2'), url('../fonts/Gilroy-MediumItalic.woff') format('woff'), url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BlackItalic.eot');
  src: local('Gilroy Black Italic'), local('Gilroy-BlackItalic'), url('../fonts/Gilroy-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-BlackItalic.woff2') format('woff2'), url('../fonts/Gilroy-BlackItalic.woff') format('woff'), url('../fonts/Gilroy-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.eot');
  src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'), url('../fonts/Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-UltraLight.woff2') format('woff2'), url('../fonts/Gilroy-UltraLight.woff') format('woff'), url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.eot');
  src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'), url('../fonts/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-RegularItalic.woff2') format('woff2'), url('../fonts/Gilroy-RegularItalic.woff') format('woff'), url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiboldItalic.eot');
  src: local('Gilroy Semibold Italic'), local('Gilroy-SemiboldItalic'), url('../fonts/Gilroy-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-SemiboldItalic.woff2') format('woff2'), url('../fonts/Gilroy-SemiboldItalic.woff') format('woff'), url('../fonts/Gilroy-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-HeavyItalic.eot');
  src: local('Gilroy Heavy Italic'), local('Gilroy-HeavyItalic'), url('../fonts/Gilroy-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-HeavyItalic.woff2') format('woff2'), url('../fonts/Gilroy-HeavyItalic.woff') format('woff'), url('../fonts/Gilroy-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Extrabold.eot');
  src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'), url('../fonts/Gilroy-Extrabold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Extrabold.woff2') format('woff2'), url('../fonts/Gilroy-Extrabold.woff') format('woff'), url('../fonts/Gilroy-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.eot');
  src: local('Gilroy Bold Italic'), local('Gilroy-BoldItalic'), url('../fonts/Gilroy-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-BoldItalic.woff2') format('woff2'), url('../fonts/Gilroy-BoldItalic.woff') format('woff'), url('../fonts/Gilroy-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.eot');
  src: local('Gilroy UltraLight Italic'), local('Gilroy-UltraLightItalic'), url('../fonts/Gilroy-UltraLightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-UltraLightItalic.woff2') format('woff2'), url('../fonts/Gilroy-UltraLightItalic.woff') format('woff'), url('../fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.eot');
  src: local('Gilroy Light Italic'), local('Gilroy-LightItalic'), url('../fonts/Gilroy-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-LightItalic.woff2') format('woff2'), url('../fonts/Gilroy-LightItalic.woff') format('woff'), url('../fonts/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.eot');
  src: local('Gilroy Heavy'), local('Gilroy-Heavy'), url('../fonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Heavy.woff2') format('woff2'), url('../fonts/Gilroy-Heavy.woff') format('woff'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.eot');
  src: local('Gilroy Thin'), local('Gilroy-Thin'), url('../fonts/Gilroy-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Thin.woff2') format('woff2'), url('../fonts/Gilroy-Thin.woff') format('woff'), url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.eot');
  src: local('Gilroy Thin Italic'), local('Gilroy-ThinItalic'), url('../fonts/Gilroy-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-ThinItalic.woff2') format('woff2'), url('../fonts/Gilroy-ThinItalic.woff') format('woff'), url('../fonts/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on August 20, 2017 6:55 PM */
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic-Italic.eot');
  src: local('Century Gothic Italic'), local('CenturyGothic-Italic'), url('../fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic-Italic.woff') format('woff'), url('../fonts/CenturyGothic-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic.eot');
  src: local('Century Gothic'), local('CenturyGothic'), url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('CenturyGothic-Bold.eot');
  src: local('Century Gothic Bold'), local('CenturyGothic-Bold'), url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('CenturyGothic-BoldItalic.eot');
  src: local('Century Gothic Bold Italic'), local('CenturyGothic-BoldItalic'), url('../fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic-BoldItalic.woff') format('woff'), url('../fonts/CenturyGothic-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Magistral Extra';
  src: url('../fonts/Magistral-ExtraBoldItalic.eot');
  src: local('Magistral Extra Bold Italic'), local('Magistral-ExtraBoldItalic'), url('../fonts/Magistral-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Magistral-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Magistral-ExtraBoldItalic.woff') format('woff'), url('../fonts/Magistral-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Magistral';
  src: url('../fonts/Magistral-LightItalic.eot');
  src: local('Magistral Light Italic'), local('Magistral-LightItalic'), url('../fonts/Magistral-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Magistral-LightItalic.woff2') format('woff2'), url('../fonts/Magistral-LightItalic.woff') format('woff'), url('../fonts/Magistral-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Magistral Extra';
  src: url('../fonts/Magistral-ExtraBold.eot');
  src: local('Magistral Extra Bold'), local('Magistral-ExtraBold'), url('../fonts/Magistral-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Magistral-ExtraBold.woff2') format('woff2'), url('../fonts/Magistral-ExtraBold.woff') format('woff'), url('../fonts/Magistral-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Magistral';
  src: url('../fonts/Magistral-Medium.eot');
  src: local('Magistral Medium'), local('Magistral-Medium'), url('../fonts/Magistral-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Magistral-Medium.woff2') format('woff2'), url('../fonts/Magistral-Medium.woff') format('woff'), url('../fonts/Magistral-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Magistral Book';
  src: url('../fonts/Magistral-BookItalic.eot');
  src: local('Magistral Book Italic'), local('Magistral-BookItalic'), url('../fonts/Magistral-BookItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Magistral-BookItalic.woff2') format('woff2'), url('../fonts/Magistral-BookItalic.woff') format('woff'), url('../fonts/Magistral-BookItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Magistral Book';
  src: url('../fonts/Magistral-Book.eot');
  src: local('Magistral Book'), local('Magistral-Book'), url('../fonts/Magistral-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Magistral-Book.woff2') format('woff2'), url('../fonts/Magistral-Book.woff') format('woff'), url('../fonts/Magistral-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Magistral';
  src: url('../fonts/Magistral-Bold.eot');
  src: local('Magistral Bold'), local('Magistral-Bold'), url('../fonts/Magistral-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Magistral-Bold.woff2') format('woff2'), url('../fonts/Magistral-Bold.woff') format('woff'), url('../fonts/Magistral-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Magistral';
  src: url('../fonts/Magistral-Light.eot');
  src: local('Magistral Light'), local('Magistral-Light'), url('../fonts/Magistral-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Magistral-Light.woff2') format('woff2'), url('../fonts/Magistral-Light.woff') format('woff'), url('../fonts/Magistral-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Magistral';
  src: url('../fonts/Magistral-MediumItalic.eot');
  src: local('Magistral Medium Italic'), local('Magistral-MediumItalic'), url('../fonts/Magistral-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Magistral-MediumItalic.woff2') format('woff2'), url('../fonts/Magistral-MediumItalic.woff') format('woff'), url('../fonts/Magistral-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Magistral';
  src: url('../fonts/Magistral-BoldItalic.eot');
  src: local('Magistral Bold Italic'), local('Magistral-BoldItalic'), url('../fonts/Magistral-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Magistral-BoldItalic.woff2') format('woff2'), url('../fonts/Magistral-BoldItalic.woff') format('woff'), url('../fonts/Magistral-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Hairline'), local('Lato-Hairline'), url('../fonts/latohairline.woff2') format('woff2'), url('../fonts/latohairline.woff') format('woff'), url('../fonts/latohairline.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Hairline Italic'), local('Lato-HairlineItalic'), url('../fonts/latohairlineitalic.woff2') format('woff2'), url('../fonts/latohairlineitalic.woff') format('woff'), url('../fonts/latohairlineitalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Thin'), local('Lato-Thin'), url('../fonts/latothin.woff2') format('woff2'), url('../fonts/latothin.woff') format('woff'), url('../fonts/latothin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Thin Italic'), local('Lato-ThinItalic'), url('../fonts/latothinitalic.woff2') format('woff2'), url('../fonts/latothinitalic.woff') format('woff'), url('../fonts/latothinitalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Light'), local('Lato-Light'), url('../fonts/latolight.woff2') format('woff2'), url('../fonts/latolight.woff') format('woff'), url('../fonts/latolight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url('../fonts/latolightitalic.woff2') format('woff2'), url('../fonts/latolightitalic.woff') format('woff'), url('../fonts/latolightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/latoregular.woff2') format('woff2'), url('../fonts/latoregular.woff') format('woff'), url('../fonts/latoregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Italic'), local('Lato-Italic'), url('../fonts/latoitalic.woff2') format('woff2'), url('../fonts/latoitalic.woff') format('woff'), url('../fonts/latoitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Medium'), local('Lato-Medium'), url('../fonts/latomedium.woff2') format('woff2'), url('../fonts/latomedium.woff') format('woff'), url('../fonts/latomedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Medium Italic'), local('Lato-MediumItalic'), url('../fonts/latomediumitalic.woff2') format('woff2'), url('../fonts/latomediumitalic.woff') format('woff'), url('../fonts/latomediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Semibold'), local('Lato-Semibold'), url('../fonts/latosemibold.woff2') format('woff2'), url('../fonts/latosemibold.woff') format('woff'), url('../fonts/latosemibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Semibold Italic'), local('Lato-SemiboldItalic'), url('../fonts/latosemibolditalic.woff2') format('woff2'), url('../fonts/latosemibolditalic.woff') format('woff'), url('../fonts/latosemibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/latobold.woff2') format('woff2'), url('../fonts/latobold.woff') format('woff'), url('../fonts/latobold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url('../fonts/latobolditalic.woff2') format('woff2'), url('../fonts/latobolditalic.woff') format('woff'), url('../fonts/latobolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Heavy'), local('Lato-Heavy'), url('../fonts/latoheavy.woff2') format('woff2'), url('../fonts/latoheavy.woff') format('woff'), url('../fonts/latoheavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Heavy Italic'), local('Lato-HeavyItalic'), url('../fonts/latoheavyitalic.woff2') format('woff2'), url('../fonts/latoheavyitalic.woff') format('woff'), url('../fonts/latoheavyitalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Black'), local('Lato-Black'), url('../fonts/latoblack.woff2') format('woff2'), url('../fonts/latoblack.woff') format('woff'), url('../fonts/latoblack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Black Italic'), local('Lato-BlackItalic'), url('../fonts/latoblackitalic.woff2') format('woff2'), url('../fonts/latoblackitalic.woff') format('woff'), url('../fonts/latoblackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
header {
  z-index: 30;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.5s padding-top, 0.5s padding-bottom;
}
header .container {
  height: 46px;
  display: grid;
  align-items: center;
  grid-template-columns: 356px 1fr 46px 144px;
  grid-gap: 30px;
}
@media screen and (max-width: 820px) {
  header .container {
    grid-template-columns: 1fr 46px 144px;
  }
}
@media screen and (max-width: 620px) {
  header .container {
    grid-gap: 15px;
  }
}
@media screen and (max-width: 410px) {
  header .container {
    grid-template-columns: 1fr 46px 80px;
  }
}
header .container .logo {
  font-family: "Prosto One", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 122%;
  text-transform: uppercase;
  color: #FFF;
}
@media screen and (max-width: 620px) {
  header .container .logo {
    font-size: 18px;
  }
}
@media screen and (max-width: 410px) {
  header .container .logo {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  header .container .social {
    display: none;
  }
}
header .container .social img {
  border-radius: 50%;
  transition: 0.5s background;
}
header .container .social img:hover {
  background: rgba(255, 255, 255, 0.3);
}
header .container .social img:first-child {
  margin-right: 15px;
}
header .container .lang .current-lang {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  line-height: 46px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
header .container .lang .current-lang ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -5px;
  top: 66px;
  background: #FFF;
  padding: 10px 0;
  transition: 0.5s visibility, 0.5s top;
  border-radius: 10px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}
header .container .lang .current-lang ul::before {
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 10px;
  border-left-width: 10px;
  border-bottom: 10px solid #FFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}
header .container .lang .current-lang ul li {
  margin: 0;
  padding: 0;
  line-height: 15px;
}
header .container .lang .current-lang ul li a {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  display: block;
  padding: 10px 25px;
}
header .container .lang .current-lang ul li a.disabled {
  background: #f1f1f1;
}
header .container .lang .current-lang:hover ul {
  visibility: visible;
  opacity: 1;
  top: 44px;
}
header .container .burger {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  grid-gap: 15px;
  padding: 0 30px;
  height: 46px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  cursor: pointer;
  transition: 0.5s background;
  z-index: 35;
}
@media screen and (max-width: 410px) {
  header .container .burger {
    padding: 0 20px;
    text-align: center;
    grid-template-columns: 1fr;
  }
}
header .container .burger:hover {
  background: rgba(229, 247, 255, 0.2);
}
header .container .burger .left span {
  display: block;
  height: 2px;
  margin-bottom: 8px;
  background: #FFF;
  transition: 0.5s transform;
}
header .container .burger .left span:last-child {
  margin-bottom: 0;
}
header .container .burger .right {
  font-weight: 500;
  font-size: 15px;
  color: #FFF;
}
@media screen and (max-width: 410px) {
  header .container .burger .right {
    display: none;
  }
}
header .container .active-burger .left span {
  margin-bottom: 0;
}
header .container .active-burger .left span:last-child {
  transform: rotate(45deg);
  margin-top: -2px;
}
header .container .active-burger .left span:first-child {
  transform: rotate(-45deg);
  margin-bottom: 0;
}
.fixed {
  background: #00587e;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav {
  position: fixed;
  right: -120%;
  top: 0;
  width: 100%;
  max-width: 560px;
  height: 100vh;
  background: #00587e;
  padding: 140px 100px;
  z-index: 20;
  transition: 0.5s right;
  overflow: auto;
}
@media screen and (max-width: 620px) {
  .nav {
    max-width: 100%;
    padding: 100px 40px;
  }
}
.nav ul li a {
  color: #FFF;
  display: block;
  padding: 15px 0;
  font-size: 24px;
  line-height: 130%;
}
@media screen and (max-width: 620px) {
  .nav ul li a {
    padding: 5px 0;
    font-size: 20px;
  }
}
.active-nav {
  right: 0;
}
.hero {
  background-size: cover!important;
  background-position: center center!important;
}
.hero .container {
  display: grid;
  grid-template-columns: 1fr 387px;
}
@media screen and (max-width: 1098px) {
  .hero .container {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1098px) {
  .hero .container {
    grid-template-columns: 1fr;
  }
}
.hero .container .left {
  padding-top: 386px;
  padding-bottom: 152px;
}
@media screen and (max-width: 1098px) {
  .hero .container .left {
    padding-top: 150px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .hero .container .left {
    padding-bottom: 0px;
  }
}
.hero .container .left .block p {
  font-weight: 300;
  font-size: 15px;
  line-height: 173%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.81);
  margin-bottom: 5px;
}
@media screen and (max-width: 1098px) {
  .hero .container .left .block p {
    text-align: center;
  }
}
.hero .container .left .block h3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 107%;
  color: #FFF;
  max-width: 722px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1098px) {
  .hero .container .left .block h3 {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .hero .container .left .block h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1098px) {
  .hero .container .left .button {
    text-align: center;
  }
}
.hero .container .left .button a {
  display: inline-block;
}
.hero .container .left .button a:first-child {
  font-weight: 500;
  font-size: 15px;
  line-height: 153%;
  text-align: center;
  color: #121212;
  border: 1px solid #FFF;
  border-radius: 1243px;
  padding: 16px 70px;
  background: #FFF;
  margin-right: 28px;
  transition: 0.5s transform;
}
@media screen and (max-width: 820px) {
  .hero .container .left .button a:first-child {
    margin-right: 10px;
    padding: 12px 40px;
  }
}
@media screen and (max-width: 480px) {
  .hero .container .left .button a:first-child {
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
.hero .container .left .button a:first-child:hover {
  transform: scale(1.1);
}
.hero .container .left .button a:last-child {
  font-weight: 500;
  font-size: 15px;
  line-height: 153%;
  border-radius: 1243px;
  padding: 16px 70px;
  color: #FFF;
  background: #008db9;
  border: 1px solid #008db9;
  transition: 0.5s transform;
}
@media screen and (max-width: 820px) {
  .hero .container .left .button a:last-child {
    padding: 12px 40px;
  }
}
.hero .container .left .button a:last-child:hover {
  transform: scale(1.1);
}
.hero .container .right {
  padding-top: 103px;
}
@media screen and (max-width: 1098px) {
  .hero .container .right {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    grid-gap: 30px;
  }
}
@media screen and (max-width: 820px) {
  .hero .container .right {
    grid-gap: 10px;
  }
}
@media screen and (max-width: 620px) {
  .hero .container .right {
    grid-template-columns: 1fr;
  }
}
.hero .container .right .block {
  backdrop-filter: blur(44.40000153px);
  background: rgba(229, 247, 255, 0.02);
  border-radius: 23px;
  padding: 25px 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1098px) {
  .hero .container .right .block {
    margin-bottom: 0;
  }
}
.hero .container .right .block .block1 img {
  margin-bottom: 23px;
}
.hero .container .right .block .block1 p {
  margin-bottom: 23px;
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  color: #FFF;
}
@media screen and (max-width: 620px) {
  .hero .container .right .block .block1 p {
    font-size: 14px;
  }
}
.hero .container .right .block .block2 {
  display: grid;
  grid-template-columns: 62px 1fr;
  grid-gap: 10px;
  align-items: center;
}
.hero .container .right .block .block2 p {
  font-weight: 300;
  font-size: 15px;
  line-height: 153%;
  color: rgba(255, 255, 255, 0.77);
}
.hero .container .right .block .block2 p strong {
  font-weight: 500;
  font-size: 22px;
  line-height: 105%;
  color: #FFF;
}
@media screen and (max-width: 620px) {
  .hero .container .right .block .block2 p strong {
    font-size: 16px;
  }
}
.hero .container .right .real {
  border-radius: 23px;
  backdrop-filter: blur(44.40000153px);
  background: rgba(229, 247, 255, 0.02);
  padding: 30px;
}
.hero .container .right .real h3 {
  font-weight: 400;
  font-size: 68px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFF;
  font-family: "Prosto One", sans-serif;
}
@media screen and (max-width: 820px) {
  .hero .container .right .real h3 {
    font-size: 46px;
    margin-bottom: 20px;
  }
}
.hero .container .right .real p {
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.81);
}
.advanced .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1028px) {
  .advanced .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.advanced .container .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 860px) {
  .advanced .container .list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
@media screen and (max-width: 560px) {
  .advanced .container .list {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.advanced .container .list .item {
  border-bottom: 1px solid #2c2b32;
  padding-bottom: 35px;
}
.advanced .container .list .item h3 {
  font-style: italic;
  font-weight: 300;
  font-size: 60px;
  line-height: 107%;
  color: #222;
  margin-bottom: 20px;
}
@media screen and (max-width: 1028px) {
  .advanced .container .list .item h3 {
    font-size: 46px;
  }
}
.advanced .container .list .item p {
  font-weight: 500;
  font-size: 15px;
  line-height: 127%;
  color: #5b5b5b;
}
.what {
  background: #f8f8f8;
}
.what .container {
  display: grid;
  grid-template-columns: 536px 1fr;
  grid-gap: 65px;
  padding-top: 60px;
  padding-bottom: 85px;
  align-items: end;
}
@media screen and (max-width: 769px) {
  .what .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1260px) {
  .what .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 960px) {
  .what .container {
    grid-template-columns: 1fr;
  }
}
.what .container .left {
  position: relative;
}
@media screen and (max-width: 960px) {
  .what .container .left {
    text-align: center;
  }
}
.what .container .left .img {
  margin-bottom: 35px;
}
.what .container .left .comment {
  border-radius: 23px 0 23px 23px;
  width: 386px;
  padding: 20px 30px 40px 35px;
  backdrop-filter: blur(44.40000153px);
  background: #008db9;
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  color: #FFF;
  position: absolute;
  right: 2px;
  bottom: 0px;
}
@media screen and (max-width: 420px) {
  .what .container .left .comment {
    width: 300px;
    padding: 10px;
  }
}
.what .container .left .comment img {
  margin-bottom: 22px;
}
.what .container .right .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 90px;
  grid-row-gap: 50px;
}
@media screen and (max-width: 1260px) {
  .what .container .right .list {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 420px) {
  .what .container .right .list {
    grid-template-columns: 1fr;
  }
}
.what .container .right .list .item .img {
  margin-bottom: 35px;
}
.what .container .right .list .item .txt p {
  font-weight: 500;
  font-size: 15px;
  line-height: 127%;
  color: #5b5b5b;
  margin-bottom: 22px;
}
.what .container .right .list .item .txt p strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 95%;
  color: #121212;
}
.title {
  margin-bottom: 61px;
}
@media screen and (max-width: 1260px) {
  .title {
    margin-bottom: 40px;
  }
}
.title h4 {
  font-weight: 300;
  font-size: 15px;
  line-height: 173%;
  text-transform: uppercase;
  color: #232323;
  padding-left: 22px;
  margin-bottom: 20px;
  position: relative;
}
.title h4::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 15px;
  background: #008DB9;
  content: "";
}
.title h3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 107%;
  color: #222;
}
@media screen and (max-width: 1260px) {
  .title h3 {
    font-size: 46px;
  }
}
@media screen and (max-width: 769px) {
  .title h3 {
    font-size: 30px;
  }
}
.bottom .container {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 80px;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #121212;
  text-align: center;
  background: url(../img/pol.svg) bottom center no-repeat;
}
@media screen and (max-width: 1024px) {
  .bottom .container {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.bottom .container span {
  color: rgba(18, 18, 18, 0.48);
}
.spektr {
  background: #f8f8f8;
}
.spektr .container {
  padding-top: 75px;
  padding-bottom: 90px;
}
.spektr .container .s-list {
  padding-left: 80px;
  counter-reset: item;
}
@media screen and (max-width: 460px) {
  .spektr .container .s-list {
    padding-left: 0px;
  }
}
.spektr .container .s-list .item {
  position: relative;
  border-radius: 12px;
  background: #FFF;
  padding: 30px;
  padding-right: 110px;
  margin-bottom: 10px;
  counter-increment: item;
  display: grid;
  grid-template-columns: 1fr 2.2fr;
}
@media screen and (max-width: 1024px) {
  .spektr .container .s-list .item {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 460px) {
  .spektr .container .s-list .item {
    padding-right: 50px;
  }
}
.spektr .container .s-list .item::before {
  content: "/" counter(item, decimal-leading-zero);
  position: absolute;
  left: -80px;
  top: 0px;
  height: 105px;
  font-weight: 300;
  font-size: 24px;
  line-height: 105px;
  text-align: center;
  color: #008db9;
  border-radius: 12px;
  background: #FFF;
  width: 75px;
}
@media screen and (max-width: 460px) {
  .spektr .container .s-list .item::before {
    display: none;
  }
}
.spektr .container .s-list .item .after {
  cursor: pointer;
  position: absolute;
  width: 55px;
  height: 94px;
  line-height: 94px;
  text-align: center;
  font-weight: 300;
  font-size: 45px;
  color: #008db9;
  border-radius: 12px;
  background: #e9e9e9;
  right: 5px;
  top: 5px;
  transition: 0.5s background;
}
@media screen and (max-width: 460px) {
  .spektr .container .s-list .item .after {
    height: 40px;
    line-height: 40px;
  }
}
.spektr .container .s-list .item .after:hover {
  background: #d4d4d4;
}
.spektr .container .s-list .item .left p {
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #121212;
}
.spektr .container .s-list .item .left p strong {
  font-weight: 600;
}
.spektr .container .s-list .item .right .s1 p {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #5b5b5b;
}
.spektr .container .s-list .item .right .s2 {
  display: none;
}
.spektr .container .s-list .item .right .s2 p strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 95%;
  color: #121212;
}
.spektr .container .s-list .item .right .s2 ul {
  margin-left: 20px;
  list-style-type: disc;
  margin-bottom: 40px;
  padding-top: 30px;
}
.spektr .container .s-list .item .right .s2 ul li {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #5b5b5b;
}
.spektr .container .s-list .item .right .s2 .button a {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 153%;
  color: #FFF;
  border-radius: 1243px;
  padding: 14px 70px;
  background: #008db9;
  transition: 0.5s transform;
}
.spektr .container .s-list .item .right .s2 .button a:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 460px) {
  .spektr .container .s-list .item .right .s2 .button a {
    padding: 14px 20px;
    width: 100%;
  }
}
.spektr .container .s-list .item-active {
  border: 1px solid #d7d7d7;
  padding-bottom: 75px;
}
.spektr .container .s-list .item-active::after {
  content: "-";
}
.spektr .container .s-list .item-active .right .s2 {
  display: block;
  margin-top: 40px;
}
.spektr .container .s-list .tright {
  padding-top: 20px;
  text-align: right;
}
.spektr .container .s-list .tright a {
  color: #FFF;
  font-weight: 500;
  font-size: 15px;
  line-height: 153%;
  text-align: center;
  border-radius: 1243px;
  padding: 16px 70px;
  background: #008db9;
  display: inline-block;
  transition: 0.5s transform;
}
.spektr .container .s-list .tright a:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 620px) {
  .spektr .container .s-list .tright a {
    width: 100%;
  }
}
.my {
  background: #f8f8f8;
}
.my .container {
  padding-bottom: 70px;
}
.my .container .title {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: end;
}
@media screen and (max-width: 960px) {
  .my .container .title {
    grid-template-columns: 1fr;
  }
}
.my .container .title h4 {
  text-align: right;
}
@media screen and (max-width: 960px) {
  .my .container .title h4 {
    text-align: left;
  }
}
.my .container .body {
  background-repeat: no-repeat !important;
  background-position: right bottom!important;
  display: grid;
  grid-template-columns: 1fr 386px;
  grid-gap: 77px;
}
@media screen and (max-width: 1080px) {
  .my .container .body {
    grid-gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .my .container .body {
    grid-template-columns: 1fr;
    padding-bottom: 1200px;
    background-size: 100%!important;
  }
}
@media screen and (max-width: 860px) {
  .my .container .body {
    padding-bottom: 1040px;
  }
}
@media screen and (max-width: 769px) {
  .my .container .body {
    padding-bottom: 950px;
  }
}
@media screen and (max-width: 680px) {
  .my .container .body {
    padding-bottom: 820px;
  }
}
@media screen and (max-width: 560px) {
  .my .container .body {
    padding-bottom: 680px;
  }
}
@media screen and (max-width: 480px) {
  .my .container .body {
    padding-bottom: 580px;
  }
}
.my .container .body .left .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 15px;
}
@media screen and (max-width: 560px) {
  .my .container .body .left .list {
    grid-template-columns: 1fr;
  }
}
.my .container .body .left .list .item {
  padding: 35px 40px;
  border-radius: 12px;
  backdrop-filter: blur(40.09999847px);
  background: rgba(255, 255, 255, 0.76);
}
.my .container .body .left .list .item .img {
  margin-bottom: 25px;
}
.my .container .body .left .list .item .txt p {
  font-weight: 500;
  font-size: 15px;
  line-height: 127%;
  color: #5b5b5b;
  margin-bottom: 23px;
}
.my .container .body .left .list .item .txt p strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 95%;
  color: #121212;
}
.my .container .body .right {
  position: relative;
}
.my .container .body .right .comment {
  border-radius: 23px 0 23px 23px;
  backdrop-filter: blur(44.40000153px);
  background: #008db9;
  padding: 20px 35px 35px 40px;
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  color: #FFF;
  position: absolute;
  right: 0;
  bottom: -30px;
}
@media screen and (max-width: 1024px) {
  .my .container .body .right .comment {
    position: relative;
  }
}
.my .container .body .right .comment img {
  margin-bottom: 20px;
}
.my .container .button {
  padding-top: 40px;
}
.my .container .button a {
  color: #FFF;
  font-weight: 500;
  font-size: 15px;
  line-height: 153%;
  text-align: center;
  border-radius: 1243px;
  padding: 16px 70px;
  background: #008db9;
  display: inline-block;
  transition: 0.5s transform;
}
.my .container .button a:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 560px) {
  .my .container .button a {
    width: 100%;
  }
}
.act .container {
  padding-top: 85px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1024px) {
  .act .container {
    padding-bottom: 40px;
  }
}
.act .container .myslider .swiper-wrapper {
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .act .container .myslider .swiper-wrapper {
    padding-top: 50px;
  }
}
.act .container .myslider .swiper-wrapper .swiper-slide:nth-child(2n) {
  margin-top: 60px;
}
.act .container .myslider .swiper-wrapper .swiper-slide .img {
  margin-bottom: 15px;
}
.act .container .myslider .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.act .container .myslider .swiper-wrapper .swiper-slide .txt p {
  font-weight: 500;
  font-size: 15px;
  line-height: 127%;
  color: #5b5b5b;
  margin-bottom: 20px;
}
.act .container .myslider .swiper-wrapper .swiper-slide .txt p strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 95%;
  color: #121212;
}
.act .container .myslider .swiper-wrapper .swiper-slide .dop {
  display: grid;
  grid-template-columns: 125px 1fr;
  font-weight: 400;
  font-size: 16px;
  line-height: 194%;
  color: #121212;
  align-items: center;
}
.act .container .myslider .swiper-wrapper .swiper-slide .dop .d1 img {
  margin-right: 5px;
}
.act .container .myslider .swiper-wrapper .swiper-slide .dop .d2 img {
  margin-right: 5px;
}
.act .container .myslider .swiper-button-prev {
  width: 60px;
  height: 15px;
  background: url(../img/prev.svg);
  left: auto;
  top: 0;
  right: 70px;
  opacity: 1;
  margin-top: 0;
}
.act .container .myslider .swiper-button-prev:hover {
  background: url(../img/next.svg);
  transform: rotate(180deg);
}
.act .container .myslider .swiper-button-prev:after {
  display: none;
}
.act .container .myslider .swiper-button-next {
  width: 60px;
  height: 15px;
  background: url(../img/prev.svg);
  left: auto;
  top: 0;
  right: 0px;
  opacity: 1;
  margin-top: 0;
  transform: rotate(180deg);
}
.act .container .myslider .swiper-button-next:hover {
  background: url(../img/next.svg);
  transform: rotate(0deg);
}
.act .container .myslider .swiper-button-next:after {
  display: none;
}
.his {
  background: #f8f8f8;
}
.his .container {
  padding-top: 75px;
  padding-bottom: 145px;
}
@media screen and (max-width: 1024px) {
  .his .container {
    padding-bottom: 40px;
  }
}
.his .container .myslider2 .swiper-wrapper {
  padding-top: 20px;
}
.his .container .myslider2 .swiper-wrapper .swiper-slide p {
  min-height: 150px;
  display: inline-block;
}
.his .container .myslider2 .swiper-wrapper .swiper-slide h5 {
  margin-bottom: 23px;
}
.his .container .myslider2 .swiper-wrapper .swiper-slide h4 {
  border-top: 1px solid #000;
  padding-top: 25px;
  font-weight: 600;
  font-size: 20px;
  line-height: 115%;
  color: #121212;
}
.his .container .myslider2 .swiper-button-prev {
  width: 60px;
  height: 15px;
  background: url(../img/prev.svg);
  left: auto;
  top: 0;
  right: 70px;
  opacity: 1;
  margin-top: 0;
}
.his .container .myslider2 .swiper-button-prev:hover {
  background: url(../img/next.svg);
  transform: rotate(180deg);
}
.his .container .myslider2 .swiper-button-prev:after {
  display: none;
}
.his .container .myslider2 .swiper-button-next {
  width: 60px;
  height: 15px;
  background: url(../img/prev.svg);
  left: auto;
  top: 0;
  right: 0px;
  opacity: 1;
  margin-top: 0;
  transform: rotate(180deg);
}
.his .container .myslider2 .swiper-button-next:hover {
  background: url(../img/next.svg);
  transform: rotate(0deg);
}
.his .container .myslider2 .swiper-button-next:after {
  display: none;
}
.faq .container {
  padding-top: 85px;
  padding-bottom: 115px;
  display: grid;
  grid-template-columns: 500px 1fr;
  grid-gap: 90px;
}
@media screen and (max-width: 1280px) {
  .faq .container {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .faq .container {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.faq .container .right .f-list .item {
  padding: 25px 40px 30px 0;
  position: relative;
  border-bottom: 1px solid rgba(18, 18, 18, 0.22);
  cursor: pointer;
}
.faq .container .right .f-list .item::after {
  position: absolute;
  top: 5px;
  right: 0;
  content: "+";
  font-weight: 300;
  font-size: 45px;
  line-height: 145%;
  color: #008db9;
}
.faq .container .right .f-list .item .v {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #121212;
}
.faq .container .right .f-list .item .o {
  display: none;
}
.faq .container .right .f-list .item-active::after {
  content: "-";
}
.faq .container .right .f-list .item-active .o {
  display: block;
  margin-top: 30px;
}
.faq .container .right .button {
  padding-top: 40px;
}
.faq .container .right .button a {
  color: #FFF;
  font-weight: 500;
  font-size: 15px;
  line-height: 153%;
  text-align: center;
  border-radius: 1243px;
  padding: 16px 70px;
  background: #008db9;
  display: inline-block;
  transition: 0.5s transform;
}
.faq .container .right .button a:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 620px) {
  .faq .container .right .button a {
    width: 100%;
  }
}
.services .container {
  padding-bottom: 55px;
}
.services .container .myslider3 .swiper-wrapper {
  padding-top: 20px;
  counter-reset: item;
}
.services .container .myslider3 .swiper-wrapper .swiper-slide {
  padding-top: 70px;
  position: relative;
  counter-increment: item;
}
.services .container .myslider3 .swiper-wrapper .swiper-slide::before {
  content: "/" counter(item, decimal-leading-zero);
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: 300;
  font-size: 10px;
  text-align: center;
  width: 36px;
  height: 35px;
  line-height: 35px;
  background: #00587e;
  color: #FFF;
  border-radius: 4px;
}
.services .container .myslider3 .swiper-wrapper .swiper-slide p {
  margin-bottom: 32px;
}
.services .container .myslider3 .swiper-wrapper .swiper-slide p strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 95%;
  color: #121212;
}
.services .container .myslider3 .swiper-wrapper .swiper-slide ul {
  list-style-type: disc;
  margin-left: 30px;
}
.services .container .myslider3 .swiper-wrapper .swiper-slide ul li {
  font-weight: 500;
  font-size: 15px;
  line-height: 127%;
  color: #5b5b5b;
}
.services .container .myslider3 .swiper-button-prev {
  width: 60px;
  height: 15px;
  background: url(../img/prev.svg);
  left: auto;
  top: 0;
  right: 70px;
  opacity: 1;
  margin-top: 0;
}
.services .container .myslider3 .swiper-button-prev:hover {
  background: url(../img/next.svg);
  transform: rotate(180deg);
}
.services .container .myslider3 .swiper-button-prev:after {
  display: none;
}
.services .container .myslider3 .swiper-button-next {
  width: 60px;
  height: 15px;
  background: url(../img/prev.svg);
  left: auto;
  top: 0;
  right: 0px;
  opacity: 1;
  margin-top: 0;
  transform: rotate(180deg);
}
.services .container .myslider3 .swiper-button-next:hover {
  background: url(../img/next.svg);
  transform: rotate(0deg);
}
.services .container .myslider3 .swiper-button-next:after {
  display: none;
}
.contacts {
  background: #f8f8f8;
}
.contacts .container {
  padding-top: 75px;
  padding-bottom: 65px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
}
@media screen and (max-width: 960px) {
  .contacts .container {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
    grid-gap: 50px;
  }
}
.contacts .container .left h3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 107%;
  color: #222;
  max-width: 375px;
  margin-bottom: 65px;
}
@media screen and (max-width: 960px) {
  .contacts .container .left h3 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.contacts .container .left ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #121212;
  margin-bottom: 40px;
  padding-left: 30px;
}
.contacts .container .left ul li a {
  color: #121212;
}
.contacts .container .left ul li:nth-child(1) {
  background: url(../img/c1.svg) left top 3px no-repeat;
}
.contacts .container .left ul li:nth-child(2) {
  background: url(../img/c2.svg) left top 3px no-repeat;
}
.contacts .container .left ul li:nth-child(3) {
  background: url(../img/c3.svg) left top 3px no-repeat;
}
.contacts .container .left p img {
  margin: 0 13px;
}
.contacts .container .right h4 {
  font-weight: 300;
  font-size: 15px;
  line-height: 173%;
  text-transform: uppercase;
  color: #232323;
  padding-left: 22px;
  margin-bottom: 50px;
  position: relative;
}
.contacts .container .right h4::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 20px;
  background: #008DB9;
  content: "";
}
.contacts .container .right .tw {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 55px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 960px) {
  .contacts .container .right .tw {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media screen and (max-width: 560px) {
  .contacts .container .right .tw {
    grid-template-columns: 1fr;
  }
}
.contacts .container .right input[type=text] {
  border: none;
  border-bottom: 2px solid #dedede;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  color: #121212;
  opacity: 0.94;
  font-family: 'Gilroy';
  background: none;
  width: 100%;
}
.contacts .container .right input[type=text]::placeholder {
  color: #121212;
}
.contacts .container .right input[type=email] {
  border: none;
  border-bottom: 2px solid #dedede;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  color: #121212;
  opacity: 0.94;
  font-family: 'Gilroy';
  background: none;
  width: 100%;
}
.contacts .container .right input[type=email]::placeholder {
  color: #121212;
}
.contacts .container .right input[type=tel] {
  border: none;
  border-bottom: 2px solid #dedede;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  color: #121212;
  opacity: 0.94;
  font-family: 'Gilroy';
  background: none;
  width: 100%;
}
.contacts .container .right input[type=tel]::placeholder {
  color: #121212;
}
.contacts .container .right select {
  border: none;
  border-bottom: 2px solid #dedede;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  color: #121212;
  opacity: 0.94;
  font-family: 'Gilroy';
  background: none;
  width: 100%;
}
.contacts .container .right select::placeholder {
  color: #121212;
}
.contacts .container .right textarea {
  border: 2px solid #dedede;
  padding: 27px 37px;
  font-weight: 400;
  font-size: 16px;
  line-height: 111%;
  color: #121212;
  opacity: 0.94;
  font-family: 'Gilroy';
  background: none;
  width: 100%;
  margin-top: 40px;
  resize: none;
  height: 173px;
  margin-bottom: 40px;
}
.contacts .container .right textarea::placeholder {
  color: #121212;
}
.contacts .container .right input[type=submit] {
  font-weight: 500;
  font-size: 15px;
  line-height: 153%;
  text-align: center;
  border: 1px solid #008db9;
  border-radius: 1243px;
  padding: 20px 110px;
  background: #008db9;
  cursor: pointer;
  color: #FFF;
  transition: 0.5s transform;
}
.contacts .container .right input[type=submit]:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 620px) {
  .contacts .container .right input[type=submit] {
    width: 100%;
  }
}
footer {
  background: #f8f8f8;
}
footer .container {
  border-top: 1px solid #000;
  padding-top: 55px;
  padding-bottom: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 620px) {
  footer .container {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
footer .container .left {
  font-weight: 400;
  font-size: 22px;
  line-height: 122%;
  text-transform: uppercase;
  color: #121212;
}
@media screen and (max-width: 620px) {
  footer .container .left {
    text-align: center;
    margin-bottom: 10px;
  }
}
footer .container .right {
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #121212;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 620px) {
  footer .container .right {
    display: block;
    text-align: center;
  }
}
footer .container .right div {
  margin-left: 50px;
}
@media screen and (max-width: 620px) {
  footer .container .right div {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  background: red;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  background: #40da2c;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}
.blocker {
  z-index: 40!important;
}
#ex1,
#ex2,
#ex3 {
  border-radius: 0px;
  width: 100%;
  max-width: 95%;
  padding: 40px;
}
#ex1 h2,
#ex2 h2,
#ex3 h2 {
  font-weight: 900;
  font-size: 61px;
  line-height: 110%;
  color: #121212;
  margin-bottom: 47px;
}
@media screen and (max-width: 1024px) {
  #ex1 h2,
  #ex2 h2,
  #ex3 h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 960px) {
  #ex1 h2,
  #ex2 h2,
  #ex3 h2 {
    font-size: 36px;
  }
}
#ex1 h2 span,
#ex2 h2 span,
#ex3 h2 span {
  font-weight: 300;
}
#ex1 p,
#ex2 p,
#ex3 p {
  margin-bottom: 25px;
}
#ex1 p b,
#ex2 p b,
#ex3 p b {
  font-weight: 700;
}
#ex1 ul,
#ex2 ul,
#ex3 ul,
#ex1 ol,
#ex2 ol,
#ex3 ol {
  margin: 25px;
}
#ex1 ul li::marker,
#ex2 ul li::marker,
#ex3 ul li::marker,
#ex1 ol li::marker,
#ex2 ol li::marker,
#ex3 ol li::marker {
  font-weight: 700;
}
#ex1 ul li b,
#ex2 ul li b,
#ex3 ul li b,
#ex1 ol li b,
#ex2 ol li b,
#ex3 ol li b {
  font-weight: 700;
}
#ex1 .close-modal,
#ex2 .close-modal,
#ex3 .close-modal {
  right: 10px;
  top: 10px;
}
.hcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 103%;
  letter-spacing: 0.03em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default radio button */
.hcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.hcontainer:hover input ~ .checkmark {
  background-color: #FFF;
}
/* When the radio button is checked, add a blue background */
.hcontainer input:checked ~ .checkmark {
  background-color: #FFF;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.hcontainer input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.hcontainer .checkmark:after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F08100;
}
