* {
  font-family: 'Avenir Next Cyr';
  margin: 0;
  padding: 0;
  scrollbar-color: #0083AD #e5e5e5;
  scrollbar-width: thin;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus, *:active {
  outline-width: 0;
  outline: none;
}

::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #e5e5e5;
}

::-webkit-scrollbar-thumb {
  background-color: #0083AD;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.project-client::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.project-client::-webkit-scrollbar-thumb {
	background-color: #0083AD;
}

::-moz-selection {
  background: #1D4588;
  color: #fff;
}

::selection {
  background: #1D4588;
  color: #fff;
}

body {
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  font-size: 14px;
  line-height: 140%;
  color: #222;
}

body.overflow {
  overflow: hidden;
}

body > .main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}

.main {
  padding-top: 133px;
}

.container {
  width: 100%;
  max-width: calc(100vw - 40px);
  margin-left: auto;
  margin-right: auto;
}

.container__100 {
  width: 100vw;
  margin-left: -20px;
}

.section {
  margin-bottom: 70px;
}

.section > * {
  -webkit-transform: translate(0, 10%);
      -ms-transform: translate(0, 10%);
          transform: translate(0, 10%);
  opacity: 0;
  -webkit-transition: all .6s ease-in 0s;
  -o-transition: all .6s ease-in 0s;
  transition: all .6s ease-in 0s;
}

.section:first-child > * {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.section.active > * {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.section-title, .title {
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.small-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 30px;
}

.text > *:not(:last-child) {
  margin-bottom: 20px;
}

.title {
  margin-bottom: 12px;
}

.sub-title {
  margin-bottom: 12px;
}

.sub-title.text-center {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

.col {
  width: 100%;
  max-width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}

.aside-column ~ .center-column, .center-column ~ .aside-column {
  margin-top: 40px;
}

.aside-column, .center-column {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  .main {
    padding-top: 90px;
  }
  .container {
    max-width: calc(100vw - 80px);
  }
  .container__100 {
    margin-left: -40px;
  }
  .section {
    margin-bottom: 80px;
  }
  .section-title, .title {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .title {
    margin-bottom: 40px;
  }
  .title ~ .sub-title {
    margin-top: -28px;
  }
  .sub-title {
    max-width: 66.67%;
    margin-bottom: 40px;
  }
  .col2 {
    max-width: calc(50% - 40px);
  }
  .col3 {
    max-width: calc(33.33% - 40px);
  }
  .small-title {
    font-size: 22px;
  }
}

@media screen and (min-width: 1285px) {
  .container {
    max-width: 80vw;
  }
  .container__100 {
    margin-left: -10vw;
  }
  .wrapper {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .aside-column {
    width: 100%;
    max-width: calc(33.33% - 40px);
  }
  .center-column {
    width: 100%;
    max-width: calc(66.67% - 40px);
  }
  .main {
    padding-top: 70px;
  }
}

@media screen and (min-width: 1500px) {
  .main {
    padding-top: 90px;
  }
  .container {
    max-width: 1280px;
  }
  .container__100 {
    margin-left: calc(-50vw + 640px);
  }
}

@media screen and (max-width: 767px) {
  .col:not(:last-child) {
    margin-bottom: 20px;
  }
}

.ico {
  display: inline-block;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.arr-right-white {
  width: 16px;
  height: 16px;
  background: url(../image/svg/arr-right-white.svg) center center no-repeat;
  background-size: contain;
}

.arr-right-blue {
  width: 14px;
  height: 14px;
  background: url(../image/svg/arr-right-blue.svg) center center no-repeat;
  background-size: contain;
}

.arr-right-primary {
  width: 12px;
  height: 12px;
  background: url(../image/svg/arr-right-primary.svg) center center no-repeat;
  background-size: contain;
}

.arr-dropdown-ico {
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.arr-dropdown-ico::after {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #222;
  border-left: 2px solid #222;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -4px;
}

.search-ico {
  width: 24px;
  height: 24px;
  background: url(../image/svg/search.svg) center center no-repeat;
  background-size: contain;
}

.phone-ico {
  width: 20px;
  height: 20px;
  background: url(../image/svg/phone.svg) center center no-repeat;
  background-size: contain;
}

button {
  cursor: pointer;
}

.btn {
  border: none;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

.btn_primary {
  padding: 17px 23px;
  min-height: 51px;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0083AD;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  letter-spacing: .05em;
}

.btn_primary .arr-right-white {
  height: 12px;
  width: 12px;
  margin-left: 12px;
}

.btn_primary:hover {
  background: #1D4588;
}

.btn_primary2 {
  padding: 17px 23px;
  min-height: 51px;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #0083AD;
  color: #0083AD;
  font-weight: 600;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  letter-spacing: .05em;
}

.btn_primary2:hover {
  color: #fff;
  border-color: #1D4588;
  background: #1D4588;
}

@media screen and (min-width: 768px) {
  .btn_primary, .btn_primary2 {
    padding: 19px 50px;
    min-height: 58px;
  }
}

.btn_white-border {
  color: #fff;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 58px;
  padding: 20px 110px 20px 52px;
  text-transform: uppercase;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0);
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.05em;
  -webkit-transition: background, border .3s ease-in;
  -o-transition: background, border .3s ease-in;
  transition: background, border .3s ease-in;
  font-weight: 600;
}

.btn_white-border::before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: #fff;
  top: 0;
  right: 56px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn_white-border .arr-right-white {
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
}

.btn_white-border:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #0083AD;
}

.btn_white-border:hover::before {
  background: #0083AD;
}

.btn_white-border:hover .arr-right-white {
  background: url(../image/svg/arr-right-hover.svg) center center no-repeat;
  background-size: contain;
}

.btn_show-more {
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: row nowrap;
      -ms-flex-positive: row nowrap;
          flex-grow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #E8EAEE;
  width: 100%;
  min-height: 52px;
  margin-top: -10px;
  margin-bottom: 40px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: 500;
}

.btn_show-more:hover {
  color: #0083AD;
}

.btn_show-more:hover .return-ico {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  background: url(../image/svg/returnHover.svg) center center no-repeat;
  background-size: contain;
}

.return-ico {
  background: url(../image/svg/return.svg) center center no-repeat;
  background-size: contain;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  margin-right: 12px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 70px;
  max-height: 70px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header::before {
  content: '';
  display: block;
  width: 100vw;
  height: 0vh;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity .3s ease-in, height 0s .3s;
  -o-transition: opacity .3s ease-in, height 0s .3s;
  transition: opacity .3s ease-in, height 0s .3s;
}

.header.searching::before {
  height: 100vh;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in, height 0s;
  -o-transition: opacity .3s ease-in, height 0s;
  transition: opacity .3s ease-in, height 0s;
}

.header.searching .search-wrapper {
  left: 0;
}

.header::after {
  content: '';
  display: block;
  position: absolute;
  width: 70px;
  height: calc(100vh - 70px);
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 1;
  border-right: 1px solid #E8EAEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header.active .menu-background {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all .0s .0s;
  -o-transition: all .0s .0s;
  transition: all .0s .0s;
}

.header.active .menu-background img {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
}

.header.active .menu-background::after, .header.active .menu-background::before {
  -webkit-transition: all .3s ease-in .0s;
  -o-transition: all .3s ease-in .0s;
  transition: all .3s ease-in .0s;
}

.header.active .menu-background::before {
  border-top: 101vh solid #0C0F16;
  border-right: 101vw solid #0C0F16;
}

.header.active .menu-background::after {
  border-bottom: 101vh solid #0C0F16;
  border-left: 101vw solid #0c0f16;
}

.logo2 {
  text-decoration: none;
}

.menu-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 0vw;
  height: 0vh;
  z-index: 90;
  -webkit-transition: all .0s .9s;
  -o-transition: all .0s .9s;
  transition: all .0s .9s;
  overflow: hidden;
}

.menu-background img {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
}

.menu-background::after, .menu-background::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease-in .6s;
  -o-transition: all .3s ease-in .6s;
  transition: all .3s ease-in .6s;
  z-index: -2;
}

.menu-background::before {
  border: 100vw solid transparent;
  border-top: 0vh solid #0C0F16;
  border-right: 0vw solid #0C0F16;
}

.menu-background::after {
  border: 100vh solid transparent;
  border-bottom: 0vh solid #0C0F16;
  border-left: 0vw solid #0c0f16;
}

.burger-btn {
  width: 70px;
  height: 70px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: relative;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
}

.burger-btn.active {
  background: rgba(255, 255, 255, 0);
}

.burger-btn.active .burger-icos {
  border-radius: 50%;
  border: 1px solid #636363;
}

.burger-btn.active .burger-ico {
  width: 20px;
  left: calc(50% - 10px);
  background: #fff;
}

.burger-btn.active .burger-ico:first-child {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.burger-btn.active .burger-ico:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.burger-btn.active .burger-ico:last-child {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 135px;
  width: 220px;
  height: 42px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
}

.logo img {
  max-width: 100%;
  max-height: 100%;
}

.btn-search {
  background: #fff;
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 25px;
  right: 24px;
}

.btn-search:hover .search-ico {
  background: url(../image/svg/searchActive.svg) center center no-repeat;
  background-size: contain;
}

.products-btn {
  background: #0083AD;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 120%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background .3s ease-in;
  -o-transition: background .3s ease-in;
  transition: background .3s ease-in;
}

.dots-9-ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.dots-9-ico i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4px;
  height: 4px;
  background: #fff;
  position: relative;
}

.dots-9-ico i::after, .dots-9-ico i::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
}

.dots-9-ico i::before {
  top: -8px;
}

.dots-9-ico i::after {
  bottom: -8px;
}

.burger-icos {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.burger-ico {
  position: relative;
  width: 24px;
  background: #fff;
  display: block;
  height: 2px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: absolute;
  left: calc(50% - 12px);
}

.burger-ico::after {
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  background: #0083AD;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.burger-ico:first-child {
  top: calc(50% - 7px);
}

.burger-ico:first-child::after {
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.burger-ico:nth-child(2) {
  top: calc(50% - 1px);
}

.burger-ico:nth-child(2)::after {
  -webkit-transition: all .6s ease-in;
  -o-transition: all .6s ease-in;
  transition: all .6s ease-in;
}

.burger-ico:last-child {
  top: calc(50% + 5px);
}

.burger-ico:last-child::after {
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

.header__address {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: .01em;
  text-align: center;
  color: #fff;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__contacts, .header__contacts-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__contacts-dropdown, .header__contacts-mob-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1284px) {
  .header__contacts-mob{
    position: relative;
  }
  .header__contacts-mob-dropdown{
    width: 100%;
    max-height: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-radius: 5px;
    -webkit-transition: max-height .3s ease-in, padding-top .3s ease-in, padding-bottom .3s ease-in,  padding-right .0s .3s, padding-left .0s .3s, opacity .3s ease-in;
    -o-transition: max-height .3s ease-in, padding-top .3s ease-in, padding-bottom .3s ease-in,  padding-right .0s .3s, padding-left .0s .3s, opacity .3s ease-in;
    transition: max-height .3s ease-in, padding-top .3s ease-in, padding-bottom .3s ease-in,  padding-right .0s .3s, padding-left .0s .3s, opacity .3s ease-in;
  }
  .header__contacts-mob-btn {
    padding-top: 11px;
    padding-bottom: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__contacts-mob:hover .header__contacts-mob-dropdown {
    padding: 12px 20px;
    max-height: 2000vh;
    opacity: 1;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: max-height .3s ease-in, padding-top .3s ease-in, padding-bottom .3s ease-in,  padding-right .0s, padding-left .0s, opacity .3s ease-in;
    -o-transition: max-height .3s ease-in, padding-top .3s ease-in, padding-bottom .3s ease-in,  padding-right .0s, padding-left .0s, opacity .3s ease-in;
    transition: max-height .3s ease-in, padding-top .3s ease-in, padding-bottom .3s ease-in,  padding-right .0s, padding-left .0s, opacity .3s ease-in;
  }
  .header__contacts-mob-btn a {
    margin-left: 4px;
    margin-right: 4px;
  }
  .header__contacts-mob-dropdown > * {
    text-align: right;
  }
  .header__contacts-mob-dropdown a:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .header__contacts-mob span {
    font-size: 12px;
    line-height: 100%;
    margin-top: 10px;
    margin-bottom: 3px;
  }
  .header__contacts-mob a {
    text-decoration: none;
    color: #222;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    white-space: nowrap;
    -webkit-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
  }
  .header__contacts-mob a:hover {
    color: #0083AD;
  }
  .header__contacts-mob:hover .arr-dropdown-ico::after {
    margin-top: 4px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .header__contacts-mob .ico{
    width: 14px;height: 14px;
  }
}

.close-search-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  background: #fff;
  width: 26px;
  height: 26px;
}

.close-search-btn::after, .close-search-btn::before {
  content: '';
  display: block;
  width: 2px;
  height: 26px;
  background: #222;
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 1px);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.close-search-btn::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-search-btn::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-search-btn:hover::after, .close-search-btn:hover::before {
  background: #0083AD;
}

.close-search-btn:hover::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.close-search-btn:hover::before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.search-wrapper {
  position: fixed;
  left: -150vw;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  padding: 90px 0px 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.search-container {
  border-bottom: 2px solid #0083AD;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  margin-right: 30px;
}

.search-input {
  border: none;
  padding: 16px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding-right: 20px;
  font-size: 16px;
}

.search-input::-webkit-input-placeholder {
  color: #777;
}

.search-input:-ms-input-placeholder {
  color: #777;
}

.search-input::-ms-input-placeholder {
  color: #777;
}

.search-input::placeholder {
  color: #777;
}

.lets-search-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

.lets-search-btn .search-ico {
  background: url(../image/svg/searchActive.svg) center center no-repeat;
  background-size: contain;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

.search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-height: calc(100vh - 174px);
  overflow-y: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #222;
  margin-bottom: 16px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.search-result__img {
  min-width: 70px;
  min-height: 70px;
  max-width: 70px;
  max-height: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}

.search-result__img img {
  max-width: 100%;
  max-height: 100%;
}

.search-result__text {
  font-weight: 500;
}

.search-result:hover {
  color: #0083AD;
}

@media screen and (min-width: 1285px) {
  .header.active .menu {
    padding-top: 150px;
    padding-bottom: 150px;
    height: 100vh;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in .6s;
    -o-transition: opacity .3s ease-in .6s;
    transition: opacity .3s ease-in .6s;
  }
  .header.searching .search-wrapper {
    left: 90px;
  }
  .search-wrapper {
    left: -800px;
    width: 560px;
    z-index: 1;
  }
  .logo {
    margin-left: 130px;
    margin-right: 25px;
    height: 50px;
    width: 161px;
  }
  .burger-btn {
    top: 0;
    left: 0;
    background: #1D4588;
  }
  .burger-btn:hover {
    background: #002044;
  }
  .burger-btn.active {
    background: rgba(255, 255, 255, 0);
    width: 110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 22px;
    height: auto;
    top: 18px;
  }
  .burger-btn.active:hover .burger-ico::after {
    width: 100%;
  }
  .burger-btn.active .burger-icos {
    width: 48px;
    height: 48px;
  }
  .burger-btn.active #burgerOpen {
    display: none;
    opacity: 0;
  }
  .burger-btn:not(.active) #burgerClose {
    display: none;
    opacity: 0;
  }
  .products-btn {
    left: 70px;
    min-height: 70px;
    position: fixed;
    bottom: 0;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    padding: 24px;
    min-width: 47vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .products-btn:hover {
    background: #1D4588;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 60px;
    width: 100vw;
    padding-left: 202px;
    padding-right: 202px;
    height: 0;
    overflow-y: auto;
    z-index: 99;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in .0s, height 0s .3s, padding 0s .3s;
    -o-transition: opacity .3s ease-in .0s, height 0s .3s, padding 0s .3s;
    transition: opacity .3s ease-in .0s, height 0s .3s, padding 0s .3s;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .menu::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .menu::-webkit-scrollbar-thumb {
    background-color: #1D4588;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .menu__item {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 100%;
    font-weight: 700;
    padding: 20px;
  }
  .menu__item:hover::before {
    opacity: 1;
    -webkit-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in;
  }
  .menu__item:hover img {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .menu__item:not(:last-child) {
    margin-right: 20px;
  }
  .menu__item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
  }
  .menu__item img {
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    z-index: -2;
    min-height: 100%;
    max-height: 100%;
    opacity: 0;
    object-fit: cover;
    -webkit-transition: opacity .5s ease-in, -webkit-transform .5s ease-in;
    transition: opacity .5s ease-in, -webkit-transform .5s ease-in;
    -o-transition: opacity .5s ease-in, transform .5s ease-in;
    transition: opacity .5s ease-in, transform .5s ease-in;
    transition: opacity .5s ease-in, transform .5s ease-in, -webkit-transform .5s ease-in;
  }
  .nav-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-left: 0;
  }
  .nav__item {
    margin-left: 15px;
    margin-right: 15px;
    white-space: nowrap;
    text-decoration: none;
    color: #222;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    min-height: 70px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 450;
    position: relative;
  }
  .nav__item::after {
    content: '';
    display: block;
    width: calc(100% + 12px);
    position: absolute;
    left: -6px;
    bottom: 0px;
    height: 3px;
    background: #0083AD;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
  }
  .nav__item:hover::after {
    opacity: 1;
  }
  .header__nav {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header__main {
    width: auto;
  }
  .header__contacts {
    margin-left: auto;
    margin-right: 20px;
    position: relative;
  }
  .header__contacts-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__contacts-btn a {
    margin-left: 12px;
    margin-right: 4px;
  }
  .header__contacts-dropdown > * {
    text-align: right;
  }
  .header__contacts-dropdown a:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .header__contacts span {
    font-size: 12px;
    line-height: 100%;
    margin-top: 10px;
    margin-bottom: 3px;
  }
  .header__contacts a {
    text-decoration: none;
    color: #222;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    white-space: nowrap;
    -webkit-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
  }
  .header__contacts a:hover {
    color: #0083AD;
  }
  .header__contacts:hover .arr-dropdown-ico::after {
    margin-top: 4px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .btn-search {
    width: 69px;
    height: 70px;
    top: 70px;
    position: absolute;
    left: 0;
    z-index: 2;
    border-bottom: 1px solid #E8EAEE;
  }
  .btn-search .search-ico {
    width: 18px;
    height: 18px;
  }
  .logo2:not(.mob) {
    margin-right: 60px;
    max-width: 176px;
    max-height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .logo2:not(.mob) span {
    white-space: nowrap;
    color: #008BC0;
    font-size: 12px;
    text-align: right;
    line-height: 16px;
    margin-top: -3px;
  }
  .logo2:not(.mob) img {
    max-height: 68%;
    max-width: 68%;
    margin-left: auto;
    margin-right: 0;
    min-height: 68%;
  }
  .header__dropdown-btn {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .header__dropdown-body {
    width: 100%;
    max-height: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-radius: 5px;
    -webkit-transition: max-height .3s ease-in, padding-top .3s ease-in, padding-bottom .3s ease-in,  padding-right .0s .3s, padding-left .0s .3s, opacity .3s ease-in;
    -o-transition: max-height .3s ease-in, padding-top .3s ease-in, padding-bottom .3s ease-in,  padding-right .0s .3s, padding-left .0s .3s, opacity .3s ease-in;
    transition: max-height .3s ease-in, padding-top .3s ease-in, padding-bottom .3s ease-in,  padding-right .0s .3s, padding-left .0s .3s, opacity .3s ease-in;
  }
  .header__dropdown:hover .header__dropdown-body {
    padding: 12px 20px;
    max-height: 2000vh;
    opacity: 1;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: max-height .3s ease-in, padding-top .3s ease-in, padding-bottom .3s ease-in,  padding-right .0s, padding-left .0s, opacity .3s ease-in;
    -o-transition: max-height .3s ease-in, padding-top .3s ease-in, padding-bottom .3s ease-in,  padding-right .0s, padding-left .0s, opacity .3s ease-in;
    transition: max-height .3s ease-in, padding-top .3s ease-in, padding-bottom .3s ease-in,  padding-right .0s, padding-left .0s, opacity .3s ease-in;
  }
  .header__language {
    height: 70px;
    width: 70px;
    top: 140px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: fixed;
    left: 0;
    z-index: 2;
    border-bottom: 1px solid #E8EAEE;
  }
  .header__language-btn, .header__language a {
    font-size: 14px;
    line-height: 100%;
    color: #222;
    -webkit-text-decoration: uppercase;
            text-decoration: uppercase;
    font-weight: 500;
    text-decoration: none;
  }
  .header__language-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    cursor: pointer;
  }
  .header__language-btn span {
    position: relative;
  }
  .header__language-btn span::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    background: #0083AD;
  }
  .header__language-dropdown {
    top: calc(100% - 25px);
    width: calc(100% - 30px);
    left: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__language-item {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .header__language-item:hover {
    color: #0083AD;
  }
  .header__language-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .header__language:hover .header__language-dropdown {
    padding: 12px 14px;
  }
}

@media screen and (min-width: 1400px) {
  .logo {
    margin-left: 160px;
    margin-right: 45px;
  }
  .nav__item {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (min-width: 1500px) {
  .header {
    min-height: 90px;
    max-height: 90px;
  }
  .header::after {
    width: 90px;
    height: calc(100vh - 90px);
  }
  .logo {
    width: 210px;
    height: 70px;
  }
  .logo img {
    min-height: 100%;
  }
  .logo2:not(.mob) {
    max-height: unset;
    max-width: unset;
    width: 230px;
    height: 70px;
    margin-right: 70px;
  }
  .logo2:not(.mob) span {
    font-size: 14px;
  }
  .logo2:not(.mob) img {
    /* min-height: 100%; */
  }
  .products-btn {
    left: 90px;
    min-height: 90px;
    padding: 35px;
  }
  .header__language {
    height: 90px;
    width: 90px;
    top: 180px;
  }
  .btn-search {
    width: 89px;
    height: 90px;
    top: 90px;
  }
  .burger-btn {
    width: 90px;
    height: 90px;
  }
  .nav__item {
    min-height: 90px;
  }
}

@media screen and (max-width: 1284px) {
  .header {
    min-height: 133px;
    max-height: 133px;
    padding-top: 74px;
  }
  .header::after {
    width: 1px;
    height: 27px;
    background: #e8eaee;
    top: 90px;
    left: 50%;
  }
  .header__main {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 72px;
    padding-right: 72px;
    min-height: 74px;
    border-bottom: 1px solid #E8EAEE;
  }
  .header.active .header__language {
    top: 28px;
  }
  .header.active .header__nav {
    height: calc(100vh - 162px);
    opacity: 1;
    -webkit-transition: opacity .3s ease-in .6s;
    -o-transition: opacity .3s ease-in .6s;
    transition: opacity .3s ease-in .6s;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .burger-btn {
    width: 24px;
    height: 24px;
    top: 25px;
    left: 24px;
  }
  .burger-btn.active {
    width: 38px;
    height: 38px;
    top: 18px;
    left: 16px;
  }
  .burger-btn:hover .burger-ico::after {
    width: 100%;
  }
  .burger-icos {
    width: 100%;
    height: 100%;
  }
  .burger-ico {
    background: #1D4588;
  }
  .logo2 {
    /* margin-left: 10px; */
  }
  .products-btn {
    background: rgba(255, 255, 255, 0);
    color: #222;
    -webkit-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
  }
  .products-btn:hover {
    color: #0083AD;
  }
  .dots-9-ico i {
    background: #0083AD;
  }
  .dots-9-ico i::after, .dots-9-ico i::before {
    background: #0083AD;
  }
  .header__nav {
    position: absolute;
    top: 102px;
    left: 0;
    bottom: 60px;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    height: 0;
    overflow-y: auto;
    z-index: 99;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in .0s, height 0s .3s, padding 0s .3s;
    -o-transition: opacity .3s ease-in .0s, height 0s .3s, padding 0s .3s;
    transition: opacity .3s ease-in .0s, height 0s .3s, padding 0s .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header__nav::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .header__nav::-webkit-scrollbar-thumb {
    background-color: #1D4588;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu__item {
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    -webkit-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
    margin-bottom: 24px;
  }
  .menu__item:hover {
    color: #0083AD;
  }
  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
  }
  .nav__item:hover {
    color: #0083AD;
  }
  .nav > * {
    margin-bottom: 24px;
  }
  .nav::after, .nav::before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin-bottom: 24px;
  }
  .header__contacts {
    margin-bottom: 24px;
  }
  .header__contacts-btn {
    margin-bottom: 6px;
  }
  .header__contacts-btn i {
    display: none;
  }
  .header__contacts a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: .01em;
    font-weight: 700;
    margin-bottom: 8px;
    -webkit-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
  }
  .header__contacts a:hover {
    color: #0083AD;
  }
  .header__contacts span {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 120%;
  }
  .header__language {
    position: fixed;
    right: 20px;
    top: -28px;
  }
  .header__language-dropdown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__language-item {
    color: #777;
    text-decoration: none;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    -webkit-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
  }
  .header__language-item.active {
    color: #fff;
  }
  .header__language-item:not(.active):hover {
    color: #0083AD;
  }
  .header__language-item:not(:last-child) {
    margin-right: 16px;
  }
}

.footer {
  padding-top: 50px;
  -webkit-box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.05);
}

.footer__logo {
  margin-bottom: 10px;
  max-width: 198px;
  max-height: 62px;
}

.footer__logo img {
  max-height: 100%;
  max-width: 100%;
}

.footer__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 12px;
}

.footer__title::after {
  content: '';
  display: block;
  width: 26px;
  height: 2px;
  background: #0083AD;
  margin-top: 12px;
}

.footer__bot {
  border-top: 1px solid #E8EAEE;
  padding-top: 20px;
  padding-bottom: 30px;
}

.footer__col {
  margin-bottom: 30px;
}

.footer__col:first-child {
  margin-bottom: 50px;
}

.footer__col_info p {
  line-height: 140%;
}

.footer__col_info p:last-of-type {
  margin-bottom: 22px;
}

.footer__body * {
  font-size: 16px;
  color: #222;
  line-height: 140%;
  text-decoration: none;
}

.footer__body a {
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

.footer__body a:hover {
  color: #0083AD;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__socials a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
}

.footer__socials a svg * {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.footer__socials a:not(:last-child) {
  margin-right: 20px;
}

.footer__socials a:hover svg *:not([fill='white']) {
  fill: #0083AD;
}

.footer__contacts-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__contacts-links:not(:last-child) {
  margin-bottom: 12px;
}

.footer__contacts-links a {
  white-space: nowrap;
}

.copyright {
  color: #777;
  font-size: 14px;
  line-height: 140%;
}

.developer {
  font-size: 14px;
  line-height: 140%;
  color: #777;
  white-space: nowrap;
}

.developer a {
  margin-left: 10px;
}

.developer * {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.developer a:hover svg * {
  fill: url(#paint1_linear);
}

.footer__body-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__body-nav > *:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .footer__top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__bot {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .footer__bot .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__col {
    width: 100%;
    max-width: calc(25% - 15px);
    margin-bottom: 20px;
  }
  .footer__col:first-child {
    margin-bottom: 30px;
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
  }
  .footer__col:last-child {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  .footer__col:nth-of-type(3) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .footer__col:not(:nth-of-type(2)) {
    margin-right: 20px;
  }
  .developer {
    margin-left: auto;
    margin-right: 0;
  }
  .copyright {
    margin-right: 40px;
  }
}

@media screen and (min-width: 1285px) {
  .footer__col:first-child {
    max-width: calc(25% + 0px);
  }
  .footer__col:last-child {
    max-width: calc(16.67% + 30px);
  }
  .footer__col:nth-of-type(3) {
    max-width: calc(16.67% - 30px);
  }
  .footer__col:nth-of-type(2) {
    max-width: calc(16.67% + 10px);
  }
  .footer__col:not(:nth-of-type(2)) {
    margin-right: 8.33%;
  }
}

@media screen and (max-width: 767px) {
  .copyright {
    margin-bottom: 12px;
  }
}

.text-title {
  margin-bottom: 18px;
}

.text > * {
  margin-bottom: 14px;
  font-family: 'Avenir Next Cyr' !important;
}

.text > *.small-title {
  margin-bottom: 20px;
}

.text *:last-child {
  margin-bottom: 0;
}

.text * ~ .btn {
  margin-top: 10px;
}

.text a:not(.btn) {
  color: #0083AD;
  text-decoration: none;
}

.text a:not(.btn):hover {
  text-decoration: underline;
}

.text iframe {
  width: 100% !important;
  height: 210px !important;
}

.text img {
  max-width: 100%;
}

.text blockquote {
  font-size: 22px;
  line-height: 160%;
  font-weight: 600;
  padding: 19px 30px;
  background: #F4F4F4;
  position: relative;
  margin-bottom: 40px;
  margin-top: 60px;
  display: block;
}

.text blockquote::before {
  content: '';
  display: block;
  width: 20px;
  height: 16px;
  background: url(../image/svg/blockquote.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -8px;
  left: 30px;
  z-index: 1;
}

article.text > * {
  margin-bottom: 20px;
}

article.text img, article.text iframe {
  margin-top: 20px;
  margin-bottom: 40px;
}

article.text iframe {
  height: 210px !important;
}

article.text blockquote {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .text-title {
    margin-bottom: 20px;
  }
  .two-cols-text {
    -webkit-column-width: 50%;
            column-width: 50%;
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  .text iframe {
    width: 100% !important;
    height: 360px !important;
  }
  .text > * {
    margin-bottom: 20px;
  }
  .text > *.small-title {
    margin-bottom: 30px;
  }
  .text blockquote {
    padding: 39px 60px;
  }
  .text blockquote::before {
    width: 40px;
    height: 32px;
    top: -16px;
    left: 60px;
  }
  article.text iframe {
    height: 310px !important;
  }
}

@media screen and (min-width: 1285px) {
  .text iframe {
    height: 560px !important;
  }
  article.text iframe {
    height: 410px !important;
  }
}

@media screen and (max-width: 767px) {
  .text > *:last-child {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1284px) {
  .read {
    max-height: 200px;
    overflow-y: hidden;
    position: relative;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .read::after {
    content: '';
    display: block;
    width: 100%;
    height: 33.33%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .read.active {
    max-height: unset;
  }
  .read.active::after {
    height: 0;
  }
  .btn-read {
    margin-top: 20px;
    text-transform: uppercase;
    color: #0083AD;
    font-size: 14px;
    line-height: 160%;
    text-decoration: underline;
    font-weight: 600;
    background: #fff;
  }
  .btn-read span:last-child {
    display: none;
  }
  .btn-read.active span:last-child {
    display: unset;
  }
  .btn-read.active span:first-child {
    display: none;
  }
  .btn-read:hover {
    text-decoration: none;
  }
}

.breadcrumbs {
  width: 100%;
  padding: 60px 0 17px;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs * {
  font-size: 14px;
  line-height: 100%;
}

.breadcrumbs a {
  position: relative;
  text-decoration: none;
  color: #777;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.breadcrumbs a:hover {
  color: #0083AD;
}

.breadcrumbs li {
  position: relative;
  margin-right: 34px;
  list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
  content: '';
  width: 8px;
  height: 8px;
  pointer-events: none;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 4px);
  left: calc(100% + 12px);
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 22px 20px;
    margin-left: -20px;
    width: 100vw;
    overflow-y: auto;
  }
  .breadcrumbs::-webkit-scrollbar {
    height: 0;
  }
  .breadcrumbs ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .breadcrumbs li > * {
    white-space: nowrap;
  }
  .breadcrumbs span {
    margin-right: 20px;
  }
}

.pagination__item {
  min-width: 46px;
  min-height: 46px;
  color: #222;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  cursor: pointer;
}

.pagination__item:not(.active):hover {
  color: #0083AD;
}

.pagination__item.active {
  cursor: default;
  background: #222;
  color: #fff;
}

.pagination__item_arr {
  min-width: 14px;
  position: relative;
}

.pagination__item_arr.disabled {
  cursor: default;
}

.pagination__item_arr.disabled i {
  border-color: #777;
}

.pagination__item_arr:not(.disabled):hover i {
  border-color: #0083AD;
}

.pagination__item_arr:first-child {
  margin-right: 0px;
}

.pagination__item_arr:last-child {
  margin-left: 0px;
}

.pagination-prev, .pagination-next {
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #222;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.pagination-prev {
  border-left: 2px solid #222;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 2px;
}

.pagination-next {
  border-right: 2px solid #222;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 2px;
}

@media screen and (min-width: 768px) {
  .pagination__item_arr:first-child {
    margin-right: 25px;
  }
  .pagination__item_arr:last-child {
    margin-left: 25px;
  }
}

.tab-container {
  position: relative;
}

.tab:not(.active) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity, height .3s ease-in;
  -o-transition: opacity, height .3s ease-in;
  transition: opacity, height .3s ease-in;
}

.tab.active {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.tab-btns {
  margin-bottom: 30px;
}

.tab-btns::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #D6D6D6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tabs-overflow {
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding-bottom: 20px;
}

.tabs-overflow::-webkit-scrollbar {
  height: 0;
}

.tab-btn {
  white-space: nowrap;
  background: #fff;
  color: #777;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
  border: none;
  position: relative;
  z-index: 1;
}

.tab-btn:not(:last-child) {
  margin-right: 50px;
}

.tab-btn:hover {
  color: #222;
}

.tab-btn.active {
  color: #222;
}

.tab-btn.active::before {
  width: 100%;
  left: 0;
  right: 0;
}

.tab-btn.active ~ .tab-btn::before {
  right: 100%;
  left: 0;
}

.tab-btn::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 0;
  left: 100%;
  bottom: -20px;
  height: 2px;
  background: #0083AD;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media screen and (max-width: 1284px) {
  .tab-btn:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .tab-btns {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .tabs-overflow {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .tab-btn:last-child {
    padding-right: 20px;
  }
  .tab-btn::before {
    bottom: -10px;
  }
}

.windows-wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: -99;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.windows-wrapper.opened {
  opacity: 1;
  z-index: 9999;
}

.window {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.window.opened {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.window__header {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #222;
  margin-bottom: 20px;
}

.window__header ~ .sub-title {
  margin-top: -20px;
  margin-bottom: 30px;
}

.window__content {
  padding: 40px 20px 85px;
  max-height: calc(100vh - 45px);
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.window__content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.window__content-center > *:first-child {
  margin-top: auto;
}

.window__content-center > *:last-child {
  margin-bottom: auto;
}

.window__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
  width: 100%;
}

.window__body > * {
  margin-bottom: 20px;
}

.window__text {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #222;
  margin-bottom: 30px;
}

.window .btn_black {
  min-height: 60px;
}

.window-right {
  width: 100vw;
  right: -100vw;
  left: unset;
  top: 0;
  bottom: 0;
  background: #fff;
  position: fixed !important;
  -webkit-transition: all .3s ease-in  !important;
  -o-transition: all .3s ease-in  !important;
  transition: all .3s ease-in  !important;
  opacity: 1;
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.window-right.opened {
  right: 0;
}

.close-window {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  border: none;
}

.close-window:after, .close-window:before {
  content: '';
  display: block;
  background: #222;
  width: 28px;
  height: 2px;
  position: absolute;
  left: calc(50% - 14px);
  top: calc(50% - 1px);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.close-window:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-window:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-window:hover:after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.close-window:hover:before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.recapcha img {
  max-width: 100%;
}

.input-title {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #222;
  text-align: left;
  margin-bottom: 12px;
  display: block;
}

.input {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #ADADAD;
  min-height: 54px;
  padding: 16px 24px;
  background: #F8F8F8;
  width: 100%;
  border: none;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.input:focus {
  color: #222;
}

.input_textarea {
  min-height: 120px;
}

@media screen and (min-width: 768px) {
  .window-right {
    right: -550px;
    width: 540px;
  }
  .window__content {
    padding: 40px 60px 85px;
  }
}

@media screen and (min-width: 1285px) {
  .window__content {
    max-height: calc(100vh - 86px);
    padding: 40px 60px 126px;
  }
  .window-right {
    padding-top: 86px;
  }
  .close-window {
    width: 86px;
    height: 86px;
  }
}

.banner {
  min-height: calc(100vh - 133px);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.banner__item {
  position: relative;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  padding-top: 30px;
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
  min-height: calc(100vh - 133px);
}

.banner__item_video {
  position: relative;
}

.banner__item_video video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100vw !important;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.banner__item_video::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/brand_banner.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.banner__item p {
  font-weight: 500;
}

.banner__item .container {
  position: relative;
  margin-top: 26px;
}

.banner__item .container > *:not(:last-child) {
  margin-bottom: 12px;
}

.banner__item .container > p ~ p {
  margin-top: -12px;
}

.banner__item .container .btn_white-border {
  margin-top: 18px;
}

.banner__item_with-text_blue::before {
  background: -webkit-linear-gradient(178.88deg, rgba(0, 0, 0, 0.8) 0.96%, rgba(0, 0, 0, 0) 63.08%), -webkit-linear-gradient(bottom, rgba(15, 25, 61, 0.4), rgba(15, 25, 61, 0.4));
  background: -o-linear-gradient(178.88deg, rgba(0, 0, 0, 0.8) 0.96%, rgba(0, 0, 0, 0) 63.08%), -o-linear-gradient(bottom, rgba(15, 25, 61, 0.4), rgba(15, 25, 61, 0.4));
  background: linear-gradient(271.12deg, rgba(0, 0, 0, 0.8) 0.96%, rgba(0, 0, 0, 0) 63.08%), linear-gradient(0deg, rgba(15, 25, 61, 0.4), rgba(15, 25, 61, 0.4));
}

.banner__item_with-text::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(178.88deg, rgba(0, 0, 0, 0.5) 0.96%, rgba(0, 0, 0, 0) 63.08%), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background: -o-linear-gradient(178.88deg, rgba(0, 0, 0, 0.5) 0.96%, rgba(0, 0, 0, 0) 63.08%), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background: linear-gradient(271.12deg, rgba(0, 0, 0, 0.5) 0.96%, rgba(0, 0, 0, 0) 63.08%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.banner__title {
  font-size: 30px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
}

.banner__item-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__item-background img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: banner 120s linear infinite;
          animation: banner 120s linear infinite;
}

@-webkit-keyframes banner {
  0% {
    min-width: 100%;
    min-height: 100%;
  }
  50% {
    min-width: 200%;
    min-height: 200%;
  }
  100% {
    min-width: 100%;
    min-height: 100%;
  }
}

@keyframes banner {
  0% {
    min-width: 100%;
    min-height: 100%;
  }
  50% {
    min-width: 200%;
    min-height: 200%;
  }
  100% {
    min-width: 100%;
    min-height: 100%;
  }
}

.banner__img {
  display: none;
}

.banner__img img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .banner {
    min-height: 620px;
    height: calc(100vh - 90px);
  }
  .banner__item .container > * {
    max-width: 100%;
  }
  .banner__item .container > *:not(:last-child) {
    margin-bottom: 12px;
  }
  .banner__title {
    font-size: 46px;
  }
}

@media screen and (min-width: 1285px) {
  .banner {
    height: calc(100vh - 70px);
  }
  .banner__item .container > * {
    max-width: 41.67%;
  }
  .banner__item .container > *.banner__img {
    max-width: 51.67%;
    max-height: 100%;
    position: absolute;
    right: -10%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1500px) and (min-width: 768px) {
  .banner {
    min-height: 620px;
    height: calc(100vh - 90px);
  }
}

@media screen and (min-width: 1700px) {
  .banner__item .container > *.banner__img {
    max-width: 56.67%;
    right: -15%;
  }
}

@media screen and (min-width: 192px) {
  .banner__item .container > *.banner__img {
    max-width: 60.67%;
    right: -19%;
  }
}

.wrapper_brands {
  margin-bottom: -20px;
}

.brand-item {
  height: 150px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  padding: 20px;
  position: relative;
}

.brand-item .front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-item .front, .brand-item .brand-item__hover {
  border-radius: 20px;
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 20px 30px rgba(174, 174, 192, 0.3);
          box-shadow: 0px 20px 30px rgba(174, 174, 192, 0.3);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-size: cover;
  background-repeat: no-repeat;
}

/* big text */

.brand-item:nth-of-type(8) .front, .brand-item .brand-item__hover .brand-item__body {
  padding: 20px 0 24px 15px !important;
}

@media screen and (min-width: 1200px) {
  .brand-item:nth-of-type(8) .front, .brand-item .brand-item__hover .brand-item__body {
    padding: 20px 0 24px 5px !important;
  }
  
}
@media screen and (max-width: 1150px) {
  .brand-item:nth-of-type(8) .front, .brand-item .brand-item__hover .brand-item__body .brand-item__title {
    font-size: 15px;
  }
  
}

@media screen and (max-width:768px) {
  .brand-item:nth-of-type(8) .front, .brand-item .brand-item__hover .brand-item__body {
    padding: 20px 0 24px 5px !important;
  }
}

.brand-item:nth-of-type(8) .front, .brand-item .brand-item__hover .brand-item__body .brand-item__title {
  font-size: 16px;
}



.brand-item .front > *, .brand-item .brand-item__hover > * {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.brand-item .brand-item__hover {
  background: #fff;
}

.brand-item .brand-item__hover > * {
  position: relative;
  top: -50%;
  -webkit-transform: translateY(50%) translateZ(0px);
          transform: translateY(50%) translateZ(0px);
}

.brand-item__body {
  width: 100%;
  max-width: 57.5%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 20px 9px 24px 10px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: relative;
}

.brand-item__img {
  width: 100%;
  max-width: 42.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.brand-item__img img {
  max-width: 100%;
  max-height: auto;
}

.brand-item__title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 120%;
  color: #222;
}

.brand-item__hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.brand-item__hover > * {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.brand-item img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.brand-item:hover .front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.brand-item:hover .front > * {
  opacity: 0;
}

.brand-item:hover .brand-item__hover {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.brand-item:hover .brand-item__hover > * {
  opacity: 1;
}

.open-brand-btn {
  margin-top: auto;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  color: #0083AD;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.open-brand-btn i {
  margin-left: 12px;
}

.open-brand-btn:hover i {
  margin-left: 6px;
}

@media screen and (min-width: 768px) {
  .wrapper_brands {
    margin-bottom: -40px;
  }
  .brand-item {
    margin-bottom: 40px;
    height: 180px;
  }
}

@media screen and (min-width: 1001px) {
  .open-brand-btn {
    font-size: 14px;
  }
  .brand-item__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 1400px) {
  .open-brand-btn {
    font-size: 14px;
  }
  .brand-item__body {
    padding: 26px 18px 28px 30px;
  }
}

.brand-img {
  max-height: 150px;
  margin-bottom: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-img img {
  max-height: 100%;
  max-width: 100%;
  max-width: 300px;
}

.section_banner {
  position: relative;
}

.section_banner .breadcrumbs li:not(:last-child)::after {
  border-color: #fff;
}

.section_banner .breadcrumbs a, .section_banner .breadcrumbs span {
  color: #fff;
}

.section_banner .breadcrumbs a:hover {
  color: #222;
}

.section_banner .banner {
  position: relative;
  z-index: 0;
}

.section_banner > .container {
  position: absolute;
  top: 0;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  overflow: unset;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .section_banner > .container {
    left: 40px;
  }
}

@media screen and (min-width: 1285px) {
  .section_banner > .container {
    left: 10vw;
  }
}

@media screen and (min-width: 1500px) {
  .section_banner > .container {
    left: calc(50% - 640px);
  }
}

.brand-item .brand-item__body {
  max-width: 100% !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) translateZ(60px) !important;
          transform: translateY(-50%) translateZ(60px) !important;
  padding: 26px 60px 28px 60px !important;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-item .brand-item__hover {
  -webkit-transform: rotate3d(0, 45, 0, 180deg);
          transform: rotate3d(0, 45, 0, 180deg);
}

.complex-decision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../image/decisionBg.png) center center no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  padding: 18px 25px;
}

.complex-decision__text > *:not(:last-child) {
  margin-bottom: 12px;
}

.complex-decision__text > *.btn_primary {
  margin-top: 8px;
}

.complex-decision__img {
  margin-bottom: 21px;
}

.complex-decision__img img {
  max-width: 100%;
  margin-top: -37px;
}

.complex-decision_small:not(:last-child) {
  margin-bottom: 40px;
}

.complex-decision_small .complex-decision__img {
  margin-right: 0;
  margin-left: auto;
  height: calc(100% + 32px);
  margin-top: -18px;
  margin-bottom: -18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.complex-decision_small .complex-decision__img img {
  margin-top: auto;
  margin-bottom: auto;
}

.complex-decision_sfera {
  background: url(../image/sferaBanner.png) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding-right: 0;
}

@media screen and (max-width: 400px) {
  .complex-decision_small {
    padding-right: 25px;
  }
  .complex-decision_small .complex-decision__img {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .complex-decisions-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .complex-decision {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 74px 14px 56px 20px;
  }
  .complex-decision__text {
    margin-right: 40px;
    max-width: calc(50% - 40px);
  }
  .complex-decision__img {
    margin-top: -58px;
    margin-bottom: -58px;
    max-width: 50%;
    margin-left: auto;
    margin-right: 0;
  }
  .complex-decision__img img {
    margin-top: -50px;
  }
  .complex-decision_small {
    max-width: calc(50% - 20px);
    padding: 40px 0px 53px 40px;
  }
  .complex-decision_small .complex-decision__img {
    height: calc(100% + 93px);
    margin-top: -40px;
    margin-bottom: -53px;
  }
  .complex-decision_small .complex-decision__text {
    max-width: calc(40% - 40px);
  }
  .complex-decision_small:not(:last-child) {
    margin-right: 40px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1285px) {
  .complex-decision {
    padding: 74px 14px 56px 90px;
  }
  .complex-decision__text {
    margin-right: 40px;
    max-width: calc(59% - 40px);
  }
  .complex-decision__img {
    margin-top: -58px;
    margin-bottom: -58px;
    max-width: 41%;
    margin-left: auto;
    margin-right: 0;
  }
  .complex-decision__img img {
    margin-top: -50px;
  }
  .complex-decision_small {
    padding: 40px 0px 53px 40px;
  }
  .complex-decision_small .complex-decision__img {
    height: calc(100% + 93px);
    margin-top: -40px;
    margin-bottom: -53px;
  }
  .complex-decision_small .complex-decision__text {
    max-width: calc(45% - 40px);
  }
  .complex-decision_small .complex-decision__img {
    max-width: 55%;
  }
  .complex-decision_sfera {
    padding-right: 0;
  }
}

.section_callback {
  margin-bottom: 0;
}

.section-callback {
  background: url(../image/callbackBG.png) center center no-repeat;
  background-size: cover;
  background-blend-mode: soft-light, normal;
  color: #fff;
}

.callback-wrapper {
  padding-top: 122px;
  padding-bottom: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.callback-text {
  width: 100%;
  margin-bottom: 50px;
}

.callback-text span {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 10px;
  display: block;
}

.callback-text .section-title {
  line-height: 140%;
  margin-bottom: 0;
}

.callback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
}

.callback-form .input-label2 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.callback-form .checkbox2 {
  margin-bottom: 40px;
}

.callback-btn {
  background: #fff;
  text-transform: uppercase;
  color: #222;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: .05em;
  padding: 17px 50px;
  width: 100%;
  min-height: 51px;
  font-weight: 600;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.callback-btn:hover {
  background: #0083AD;
  color: #fff;
}

.checkbox2 {
  color: #fff;
  position: relative;
  min-height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 36px;
  cursor: pointer;
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.checkbox2 a {
  color: #fff;
}

.checkbox2 a:hover {
  text-decoration: none;
}

.checkbox2:hover {
  color: #0083AD;
}

.checkbox2:hover a {
  color: #fff;
}

.checkbox2 input {
  display: none;
}

.checkbox2::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0px;
}

.checkbox2::after {
  content: '';
  display: block;
  width: 13px;
  height: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #0083AD;
  border-left: 2px solid #0083AD;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 6px;
  top: 7px;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.checkbox2.active::after {
  opacity: 1;
}

.checkbox3 {
  color: #777;
  position: relative;
  min-height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 36px;
  cursor: pointer;
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.checkbox3 a {
  color: #777;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.checkbox3 a:hover {
  text-decoration: none;
}

.checkbox3:hover {
  color: #0083AD;
}

.checkbox3 input {
  display: none;
}

.checkbox3::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #F8F8F8;
  border: 1px solid #E4E4E4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0px;
}

.checkbox3::after {
  content: '';
  display: block;
  width: 13px;
  height: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #0083AD;
  border-left: 2px solid #0083AD;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 6px;
  top: 7px;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.checkbox3.active {
  color: #222;
}

.checkbox3.active::before {
  border-color: #0083AD;
  background: #fff;
}

.checkbox3.active::after {
  opacity: 1;
}

.input-label2 {
  position: relative;
}

.input-label2 input {
  border: none;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 130%;
}

.input-label2 span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.input-label2::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #0083AD;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width .3s ease-in;
  -o-transition: width .3s ease-in;
  transition: width .3s ease-in;
}

.input-label2.active span, .input-label2.focused span {
  top: -20px;
  font-size: 12px;
}

.input-label2.focused::after {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .callback-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .callback-text {
    max-width: calc(60% - 10px);
    margin-right: 20px;
    margin-bottom: 0;
  }
  .callback-form {
    max-width: calc(40% - 10px);
    margin-left: auto;
    margin-right: 0;
  }
  .callback-form > *:first-child {
    margin-top: 0;
  }
  .callback-btn {
    width: auto;
    padding: 19px 50px;
  }
}

@media screen and (min-width: 1285px) {
  .callback-wrapper {
    padding-top: 144px;
    padding-bottom: 128px;
  }
  .callback-text {
    max-width: calc(50% - 20px);
    margin-right: 8.33%;
  }
  .callback-text span {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .callback-form {
    max-width: calc(41.67 - 20px);
  }
}

.search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.search-list__item {
  text-decoration: none;
  color: #222;
}

.search-list__item:not(:last-child) {
  margin-bottom: 20px;
}

.search-list__item:hover .search-list__item-more {
  color: #0083AD;
}

.search-list__item-title {
  margin-bottom: 12px;
  line-height: 140%;
  font-size: 18px;
  color: #0083AD;
  text-decoration: underline;
}

.search-list__item-title:hover {
  text-decoration: none;
}

.search-list__item-more {
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

.main_catalog {
  background: url(../image/catalogBg.png) top center no-repeat;
  background-size: 100%;
}

.wrapper_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: -20px;
}

.category-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  color: #222;
  min-height: 156px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  text-decoration: none;
  color: #222;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  border: 1px solid #E8EAEE;
  -webkit-box-shadow: 0px 20px 30px rgba(174, 174, 192, 0.3);
          box-shadow: 0px 20px 30px rgba(174, 174, 192, 0.3);
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
}

.category-card:hover {
  color: #008BC0;
  border-color: #008BC0;
}

.category-card:hover .category-card__img {
  margin-right: 0;
}

.category-card__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  position: relative;
  margin-top: 26px;
  margin-left: 32px;
  margin-right: 12px;
  margin-bottom: 40px;
  max-width: calc(55% - 32px);
  width: 100%;
  text-transform: uppercase;
}

.category-card__title::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #008BC0;
  position: absolute;
  left: -12px;
  top: 6px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.category-card__img {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: -6%;
  width: 100%;
  max-width: calc(45% - 12px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  margin-bottom: -50px;
}

.category-card__img img {
  max-width: 100%;
  max-height: 100%;
}

.category-card__footer {
  width: 100%;
  margin-top: auto;
  min-height: 50px;
  border-top: 1px solid #E8EAEE;
  position: relative;
}

.category-card__footer::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #E8EAEE;
  position: absolute;
  left: 50px;
  bottom: 0;
}

.category-card__footer .arr-right-blue {
  position: absolute;
  left: 20px;
  bottom: 18px;
}

@media screen and (min-width: 600px) {
  .category-card {
    max-width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 900px) {
  .category-card {
    max-width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
  }
  .wrapper_catalog {
    margin-bottom: -40px;
  }
}

@media screen and (min-width: 1285px) {
  .category-card {
    max-width: calc(25% - 40px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .category-card:hover .category-card__title {
    max-width: 100%;
  }
  .category-card__title {
    max-width: 100%;
    margin-top: 36px;
    margin-left: 0px;
    padding-left: 38px;
    padding-right: 38px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .category-card__title::before {
    left: 25px;
  }
  .category-card__img {
    max-width: 100%;
    margin-right: -17%;
    height: 220px;
    max-width: calc(100% - 71px);
    margin-bottom: -70px;
  }
  .category-card__footer {
    min-height: 70px;
  }
  .category-card__footer::after {
    left: 70px;
  }
  .category-card__footer .arr-right-blue {
    width: 20px;
    height: 20px;
    left: 27px;
    top: 25px;
  }
}

@media screen and (min-width: 1600px) {
  .category-card__img {
    height: 290px;
  }
}

.main-col, .left-col {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  border: 1px solid #E8EAEE;
  max-height: 60px;
  overflow: hidden;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.category:not(:last-child) {
  margin-bottom: 4px;
}

.category a {
  text-decoration: none;
  color: #222;
  position: relative;
}

.category__btn {
  min-height: 60px;
  border-bottom: 1px solid #E8EAEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 60px 7px 26px;
  background: #FBFBFB;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.category__btn a {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.category__btn:hover {
  color: #008BC0;
}

.category__btn:hover a {
  color: #008BC0;
}

.category__btn:hover .ico_plus::after, .category__btn:hover .ico_plus::before {
  background: #008BC0;
}

.category__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 26px;
  padding-right: 26px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background: #fff;
}

.category__item {
  position: relative;
  font-size: 14px;
  -webkit-transition: all .15s ease-in;
  -o-transition: all .15s ease-in;
  transition: all .15s ease-in;
}

.category__item:hover {
  color: #008BC0;
  font-weight: 600;
}

.category__item:hover::before {
  left: -26px;
  opacity: 1;
}

.category__item::before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: -28px;
  top: 0;
  background: #008BC0;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.category__item.active {
  color: #008BC0;
  font-weight: 600;
}

.category__item.active::before {
  left: -26px;
  opacity: 1;
}

.category__item:not(:last-child) {
  margin-bottom: 18px;
}

.category.active {
  max-height: unset;
}

.category.active .ico_plus::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.category.active .category__btn a {
  color: #008BC0;
}

.category.active .category__body {
  padding-top: 20px;
  padding-bottom: 38px;
}

.ico_plus {
  position: absolute;
  right: 18px;
  top: calc(50% - 12px);
  display: block;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.ico_plus::after, .ico_plus::before {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background: #777;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 1px);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.ico_plus::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #222;
  position: relative;
  min-height: 160px;
  padding-left: 6px;
}

.product-card:not(:last-child) {
  margin-bottom: 20px;
}

.product-card__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.product-card__text {
  font-size: 11px;
  line-height: 100%;
}

.product-card__img {
  min-width: 98px;
  max-width: 98px;
  min-height: 98px;
  max-height: 98px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-card__img img {
  max-width: 100%;
  max-height: 100%;
}

.product-card__body {
  padding: 12px;
  padding-right: 59px;
  min-height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  width: 100%;
}

.product-card__btn {
  height: calc(100% + 2px);
  min-width: 47px;
  max-width: 47px;
  position: absolute;
  bottom: -1px;
  right: 0px;
  padding: 22px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #008BC0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.product-card__btn .arr-right-white {
  min-height: 12px;
  min-width: 12px;
  max-height: 12px;
  max-width: 12px;
  background: url(../image/svg/arr-product.svg) center center no-repeat;
  background-size: contain;
  margin-left: 12px;
}

.product-card__btn span {
  display: block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
  margin-bottom: -10px;
  white-space: nowrap;
  text-align: center;
  bottom: calc(50% - 55px);
  width: 110px;
  position: relative;
}

.product-card__btn:hover {
  background: rgba(0, 139, 192, 0.9);
}

.catalog {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .product-card__btn {
    padding-bottom: 54px;
    padding-top: 54px;
    height: 100%;
    top: 0;
    min-width: 60px;
    max-width: 60px;
  }
  .product-card__btn span {
    margin-left: 15px;
  }
  .product-card__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .product-card__text {
    font-size: 14px;
  }
  .product-card__body {
    border: 1px solid #E8EAEE;
    margin-left: -100px;
    padding-left: 150px;
    padding-top: 42px;
    padding-bottom: 48px;
    padding-right: 110px;
  }
  .product-card__img {
    background: #fff;
    position: relative;
    z-index: 1;
    border: 1px solid #E8EAEE;
    min-width: 194px;
    min-height: 194px;
    max-height: 194px;
    max-width: 194px;
  }
}

@media screen and (min-width: 1285px) {
  .wrapper_catalog {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .catalog {
    margin-bottom: 80px;
  }
  .left-col {
    max-width: calc(25% + 30px);
    margin-left: 0;
  }
  .main-col {
    max-width: calc(66.67% + 40px);
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (max-width: 1284px) {
  .category:not(.category_main) {
    display: none;
  }
  .left-col {
    margin-bottom: 20px;
  }
  .wrapper_catalog {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .catalog {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .product-card {
    border: 1px solid #E8EAEE;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
  }
  .product-card__btn span {
    margin-bottom: 32px;
  }
  .product-card__text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
  }
}

.wrapper_news > * {
  width: 100%;
  margin-bottom: 60px;
}

.article-card {
  text-decoration: none;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.article-card__marker {
  background: #212121;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 16px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #fff;
  z-index: 2;
  padding: 9px 14px 10px;
}

.article-card_realized {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.article-card_realized .article-card__img {
  border-left: 5px solid #0083AD;
  position: relative;
}

.article-card_realized .article-card__body {
  padding: 16px 20px 0 20px;
  margin-left: 0;
  margin-right: auto;
  width: calc(100% - 110px);
}
.article-card.article-card_realized .article-card__img::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 131, 173, 0) 36.07%, rgba(0, 131, 173, 0.8) 100%);
  opacity: 0;
}
.article-card.article-card_realized:hover .article-card__img::after{
  opacity: 1;
}
.article-card:hover:not(.article-card_realized) .article-card__img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.article-card:hover .article-card__name {
  color: #0083AD;
}

.article-card__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 100%;
  min-height: 180px;
  max-height: 180px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.article-card__img img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .8s ease-in;
  -o-transition: all .8s ease-in;
  transition: all .8s ease-in;
}

.article-card__body {
  padding-left: 26px;
  padding-top: 20px;
  background: #fff;
  margin-top: -55px;
  min-height: 55px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: 0;
  width: calc(100% - 50px);
}

.article-card__body > *:not(:last-child) {
  margin-bottom: 12px;
}

.article-card__date {
  color: #777;
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
}

.article-card__title {
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.article-card__name {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.read-btn {
  cursor: pointer;
  color: #0083AD;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.read-btn i {
  margin-left: 12px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.read-btn:hover i {
  margin-left: 8px;
}

@media screen and (min-width: 768px) {
  .wrapper_news > * {
    max-width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .article-card_realized .article-card__body {
    padding: 16px 40px 0 10px;
  }
  .article-card__img {
    min-height: 280px;
    max-height: 280px;
  }
}

@media screen and (min-width: 1285px) {
  .article-card__name {
    font-size: 16px;
  }
  .article-card__date {
    font-size: 12px;
  }
  .article-card__title {
    -webkit-line-clamp: 2;
    font-size: 16px;
  }
  .read-btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .article-card_realized .article-card__body {
    width: calc(100% - 40px);
  }
  .article-card__body {
    width: calc(100% - 20px);
    margin-top: -30px;
    padding-right: 20px;
  }
}

.banner_article {
  height: 320px;
  min-height: unset;
}

.article-category {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 600;
}

.article-category::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #222;
  position: absolute;
  left: 0;
  top: 6px;
}

.article-date {
  color: #777;
  font-size: 14px;
  line-height: 100%;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .banner_article {
    height: 450px;
  }
}

@media screen and (min-width: 1285px) {
  .banner_article {
    height: 600px;
  }
}

.service-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  height: 280px;
}

.service-img img {
  max-width: 100%;
  max-height: 100%;
}

.docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #FBFBFB;
  padding: 20px;
  width: calc(100% + 40px);
  margin-left: -20px;
}

.docs__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 32px;
}

.docs a:not(:last-child) {
  margin-bottom: 26px;
}

.doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  color: #222;
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

.doc:hover {
  color: #008BC0;
}

.doc-ico {
  min-width: 22px;
  height: 30px;
  background: url(../image/svg/doc.svg) center center no-repeat;
  background-size: contain;
  margin-right: 16px;
  margin-top: -6px;
}

@media screen and (min-width: 768px) {
  .docs {
    padding: 40px;
    width: 100%;
    margin-left: 0px;
  }
  .docs__title {
    font-size: 22px;
  }
  .title ~ .section_service {
    margin-top: -28px;
  }
  .service-img {
    max-height: 380px;
  }
}

.sertificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
  max-width: calc(50% - 40px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  color: #222;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.sertificate:hover {
  color: #0083AD;
}

.sertificate:hover .sertificate__img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sertificate__img {
  -webkit-box-shadow: 0px 20px 20px rgba(174, 174, 192, 0.4);
          box-shadow: 0px 20px 20px rgba(174, 174, 192, 0.4);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  height: 172px;
  width: 122px;
  max-width: 100%;
}

.sertificate__img img {
  max-width: 100%;
  max-height: 100%;
}

.sertificate__img::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: #0083AD;
  position: absolute;
  left: calc(50% - 14px);
  bottom: -20px;
}

.sertificate__title {
  margin-top: 32px;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

@media screen and (min-width: 768px) {
  .sertificate {
    max-width: calc(33.33% - 40px);
  }
}

@media screen and (min-width: 1001px) {
  .sertificate {
    max-width: calc(20% - 40px);
  }
}

@media screen and (min-width: 1285px) {
  .sertificate {
    max-width: calc(20% - 40px);
    margin-bottom: 60px;
  }
  .sertificate__img {
    height: 299px;
    width: 224px;
  }
}

.main_404 {
  background: url(../image/404.svg) right bottom no-repeat;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

._404__title {
  font-size: 32px;
  line-height: 100%;
  font-weight: 750;
  margin-bottom: 20px;
}

._404 p {
  font-size: 18px;
  line-height: 100%;
}

._404__btns {
  margin-top: 30px;
}

._404__btns .btn {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .main_404 {
    min-height: 676px;
  }
  ._404 {
    margin-bottom: 0px;
  }
  ._404__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  ._404__btns .btn {
    width: auto;
    margin-right: 30px;
  }
  ._404__btns .btn:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1285px) {
  ._404 {
    max-width: calc(50% - 40px);
  }
  ._404 p {
    font-size: 22px;
  }
  ._404__title {
    font-size: 50px;
    max-width: 80%;
  }
}

.section_product {
  margin-bottom: 40px;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  max-width: 100%;
}

.product__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
  margin-bottom: 40px;
}

.product__gallery .swiper-slide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.product__gallery img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.product__photo {
  width: 100%;
  max-width: 100%;
}

.product__photo .swiper-slide {
  height: 335px;
  width: 100%;
}

.product__thumbs {
  width: 100%;
}

.product__thumbs .swiper-slide {
  height: 110px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.product__thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: .4;
}

.product__description {
  width: 100%;
}

.product__description-short {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
}

.product__description-short .title {
  margin-bottom: 12px;
  line-height: 140%;
}

.product-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FBFBFB;
  margin-bottom: 40px;
}

.product-tab-btn {
  min-height: 80px;
  border-top: 3px solid rgba(255, 255, 255, 0);
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0);
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #777777;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.product-tab-btn:hover {
  color: #222;
}

.product-tab-btn:not(:last-child) {
  margin-right: 30px;
}

.product-tab-btn.active {
  border-bottom-color: #0083AD;
  color: #222;
  font-weight: 450;
}

.product-tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.product-tab-container .tab {
  width: 100%;
}

.product-attr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-start;
  -webkit-box-pack: space between;
      -ms-flex-pack: space between;
          justify-content: space between;
  position: relative;
}

.product-attr:not(:last-child) {
  margin-bottom: 20px;
}

.product-attr span {
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 16px;
  line-height: 20px;
}

.product-attr span:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #777;
}

.product-attr span:first-child::after {
  content: '';
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0;
  border-top: 1px dashed #777;
  margin-top: auto;
  margin-bottom: 4px;
  margin-left: 12px;
  margin-right: 12px;
}

.product-attr span:last-child {
  font-weight: 600;
  max-width: calc(50% - 10px);
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.cookie-popup {
    position: fixed;
    bottom: 30px;
    width: 100%;
	z-index: 1;
}

.cookie-block {
    border: 1px solid #0083AD;
	background: #ffffff;
    padding: 15px 20px;
    display: flex;
}

.cookie-text {
    margin-right: 30px;
}

.cookie-button {
    background: #0083AD;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 35px;
    cursor: pointer;
}

.cookie-buttons {
    display: flex;
    align-items: center;
}

.hidden {
    display: none;
}

@media screen and (min-width: 768px) {
  .product__gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap;
  }
  .product__photo {
    max-width: calc(100% - 90px);
  }
  .product__photo .swiper-slide {
    height: 470px;
  }
  .product__thumbs {
    margin-right: 30px;
    height: 470px;
    max-width: 60px;
  }
  .product__thumbs .swiper-slide {
    width: 60px;
    height: 120px;
  }
  .product-tab-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-tab-container .docs {
    max-width: calc(41.67% - 40px);
    margin-left: auto;
    margin-right: 0;
  }
  .product-tab-container .tab {
    max-width: 58.33%;
  }
}

@media screen and (min-width: 1285px) {
  .product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .product__gallery {
    max-width: calc(50% - 40px);
    margin-bottom: 0;
  }
  .product__description {
    max-width: calc(41.67% + 40px);
    margin-left: auto;
    margin-right: 0;
  }
  .product__description-short {
    border-left: 2px solid #0083AD;
    padding-left: 20px;
    margin-left: -20px;
  }
  .product-tab-container .tab {
    max-width: 50%;
  }
  .product-tab-btn:not(:last-child) {
    margin-right: 70px;
  }
}

@media screen and (max-width: 767px) {
.cookie-block {
    flex-direction: column;
    padding: 25px;
}

.cookie-text {
    margin-right: 0;
    margin-bottom: 30px;
}

.cookie-buttons {
    justify-content: center;
}

.cookie-text p {
    text-align: center;
}

  .product-tab:not(.active) {
    height: unset;
    position: relative;
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .product-tab.active {
    height: unset;
    max-height: unset;
    overflow: hidden;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .product-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 58px;
    background: #FBFBFB;
    -webkit-box-shadow: 0px -1px 0px #E8EAEE, 0px 1px 0px #E8EAEE;
            box-shadow: 0px -1px 0px #E8EAEE, 0px 1px 0px #E8EAEE;
    font-weight: 450;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
  }
  .product-dropdown::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 2px solid #777;
    border-right: 2px solid #777;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin-left: 10px;
    margin-right: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -2px;
  }
  .product-dropdown.active {
    pointer-events: none;
  }
  .product-dropdown.active::after {
    margin-top: 0px;
    margin-bottom: -2px;
    border-color: #222;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .product-tab-container > *:first-child {
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
  }
  .product-tab-container > *:nth-child(2) {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  .product-tab-container .docs {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.section_news {
  margin-bottom: 50px;
}

.wrapper_news3 > * {
  width: 100%;
  max-width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}

.wrapper_news3 > *:not(:last-child) {
  margin-bottom: 30px;
}

.wrapper_news3 > * .article-card__img {
  min-height: 210px;
  max-height: 210px;
}

.wrapper_news3 > * .article-card__body {
  margin-top: -30px;
  padding: 16px 10px 0 0px;
  width: calc(100% - 50px);
}

@media screen and (min-width: 768px) {
  .wrapper_news3 > * {
    max-width: calc(33.33% - 40px);
  }
  .wrapper_news3 > *:not(:last-child) {
    margin-bottom: 0px;
  }
  .wrapper_news3 > *.article-card_realized .article-card__body {
    padding: 16px 10px 0 10px;
  }
}

@media screen and (min-width: 1285px) {
  .section_news {
    margin-bottom: 100px;
  }
  .wrapper_news3 > * .article-card__img {
    min-height: 250px;
    max-height: 250px;
  }
}

.map img {
  max-width: 100%;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form > *:not(:last-child) {
  margin-bottom: 20px;
}

.form > * ~ .btn_primary {
  margin-top: 10px;
}

.form-contacts {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contacts-col {
  padding-left: 40px;
  position: relative;
  width: 100%;
  min-height: 34px;
  padding-top: 2px;
  margin-left: 20px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.contacts-col_address {
  background: url(../image/svg/address.svg) 4px top no-repeat;
  background-size: 22px;
}

.contacts-col_phones {
  background: url(../image/svg/phones.svg) left top no-repeat;
  background-size: 24px;
}

.contacts-col_email {
  background: url(../image/svg/email.svg) left 2px no-repeat;
  background-size: 24px;
}

.contacts-col__link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #222;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.contacts-col__link:not(:last-child) {
  margin-bottom: 6px;
}

.contacts-col__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  display: block;
  margin-bottom: 12px;
}

a.contacts-col__link:hover {
  color: #0083AD;
}

@media screen and (min-width: 768px) {
  .contacts-col {
    margin-bottom: 40px;
    width: unset;
    max-width: calc(33.33% - 40px);
  }
  .contacts-col_address {
    margin-left: 20px;
    margin-right: auto;
  }
  .contacts-col_phones {
    margin-left: auto;
    margin-right: auto;
  }
  .contacts-col_email {
    margin-left: auto;
    margin-right: 20px;
  }
}

@media screen and (min-width: 1285px) {
  .contacts-col {
    max-width: 24%;
  }
}

@media screen and (max-width: 1284px) {
  .map {
    overflow: hidden;
    height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100vw;
    margin-left: -40px;
  }
  .map img {
    min-width: 100%;
    min-height: 100%;
    max-width: unset;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .map {
    height: 360px;
    margin-left: -20px;
  }
}

.section_project-header {
  background: #FBFBFB;
  padding-bottom: 24px;
  margin-bottom: 40px;
}

.section_project-header .title {
  margin-bottom: 16px;
}

.project-attrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777;
}

.project-attrs * {
  fill: #777;
}

.project-attrs > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.project-attrs > div svg {
  margin-right: 8px;
}

.project-attrs > div span {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
}

.project-attrs > div:not(:last-child) {
  margin-right: 31px;
}

.project-attrs > div:not(:last-child)::after {
  content: '';
  cursor: default;
  display: block;
  width: 1px;
  height: 18px;
  pointer-events: none;
  background: #DFDFDF;
  position: absolute;
  right: -16px;
  top: calc(50% - 9px);
}

.project-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.project-descr > * {
  width: 100%;
}

.project-descr {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E8EAEE;
}

.wrapper.project-products {
	padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #E8EAEE;
}

.project-descr__title {
  margin-bottom: 20px;
}

.equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #222;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.equipment:hover {
  color: #0083AD;
}

.equipment__img {
  min-width: 86px;
  max-width: 86px;
  min-height: 86px;
  max-height: 86px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}

.equipment__img img {
  max-width: 100%;
  max-height: 100%;
}

.equipment__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(100% - 108px);
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
}

.section_gallery {
  overflow: hidden;
}

.project-gallery {
  overflow: unset;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.project-gallery .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-gallery .swiper-slide {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  height: 266px;
}

.project-gallery .swiper-slide:not(.swiper-slide-active) {
  opacity: .3;
}

.project-gallery img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-nav {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  min-width: 60px;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.swiper-btn {
  min-width: 30px;
  min-height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}

.swiper-btn * {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.swiper-btn:hover {
  cursor: pointer;
}

.swiper-btn:hover * {
  fill: #0083AD;
}

.swiper-btn.swiper-button-disabled {
  cursor: default;
}

.swiper-btn.swiper-button-disabled * {
  fill: #949494;
}

@media screen and (min-width: 768px) {
  .section_project-header {
    margin-bottom: 60px;
  }
  .project-descr__title {
    max-width: calc(33.33% - 20px);
  }
  .project-descr__text {
    max-width: calc(66.67% - 20px);
    margin-left: auto;
    margin-right: 0;
  }
  .equipment {
    max-width: calc(50% - 40px);
  }
  .project-gallery {
    max-width: 75%;
  }
  .swiper-nav {
    min-width: 120px;
  }
  .swiper-btn {
    min-width: 60px;
    min-height: 60px;
  }
}

@media screen and (min-width: 1001px) {
  .equipment {
    max-width: calc(33.33% - 40px);
  }
}

@media screen and (min-width: 1285px) {
  .equipment {
    max-width: calc(25% - 40px);
  }
  .project-gallery {
    max-width: 45%;
  }
  .project-gallery .swiper-slide {
    height: 366px;
  }
}

.numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.numbers__left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FBFBFB;
  border-top: 5px solid #0083AD;
  padding: 30px 20px 30px;
  margin-bottom: 30px;
}

.numbers__left .js-number {
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: -0.15em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.numbers__left .small-title {
  text-align: center;
  margin-bottom: 0;
}

.numbers__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.numbers__small-title {
  color: #0083AD;
  width: 100%;
  margin-bottom: 10px;
}

.number {
  width: 100%;
  max-width: calc(50% - 20px);
  margin-bottom: 10px;
}

.number > div {
  font-weight: 750;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.number > span {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
}

.our-history {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 0px;
}

.about-col:not(:last-child) {
  margin-bottom: 40px;
}

.about-col_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.about-col_img > div {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-col_img > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-col_img > div:first-child {
  max-width: calc(83.33% + 40px);
  height: 242px;
}

.about-col_img > div:last-child {
  border: 10px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 58.33%;
  height: 136px;
  margin-top: -106px;
  margin-left: auto;
  margin-right: 0;
}

.wrapper_reverse .about-col_img > div:first-child {
  margin-left: auto;
  margin-right: 0;
}

.wrapper_reverse .about-col_img > div:last-child {
  margin-left: 0;
  margin-right: auto;
}

.customers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-left: 1px solid #E8EAEE;
}

.customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 50%;
  padding: 20px 20px;
  border: 1px solid #E8EAEE;
  height: 100px;
  margin-left: -1px;
  margin-top: -1px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background: #fff;
  position: relative;
}

.customer::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #0083AD;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.customer:hover {
  z-index: 1;
  -webkit-box-shadow: 0px 20px 50px #AEB4C0;
          box-shadow: 0px 20px 50px #AEB4C0;
}

.customer:hover::after {
  opacity: 1;
}

.customer:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.customer img {
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

@media screen and (min-width: 768px) {
  .numbers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .numbers__left {
    max-width: calc(29% + 40px);
    padding: 56px 50px 80px;
    margin-bottom: 0;
  }
  .numbers__left .js-number {
    font-size: 200px;
    margin-bottom: 30px;
  }
  .numbers__right {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(50% + 40px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .numbers__small-title {
    margin-bottom: 40px;
  }
  .our-history {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .number {
    margin-bottom: 60px;
  }
  .number > div {
    font-size: 60px;
    margin-bottom: 12px;
  }
  .number > span {
    font-size: 16px;
  }
  .about-col_img > div:first-child {
    height: 442px;
  }
  .about-col_img > div:last-child {
    height: 236px;
    margin-top: -176px;
  }
  .customer {
    max-width: 33.33%;
    height: 140px;
  }
}

@media screen and (min-width: 1285px) {
  .about-col {
    max-width: calc(46.87% - 40px);
  }
  .about-col.about-col_img {
    margin-left: auto;
    margin-right: 20px;
  }
  .about-col:not(:last-child) {
    margin-bottom: 0px;
  }
  .wrapper_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse wrap;
            flex-flow: row-reverse wrap;
  }
  .wrapper_reverse .about-col.about-col_img {
    margin-left: 20px;
    margin-right: auto;
  }
  .customer {
    max-width: 20%;
    height: 256px;
  }
}

.window_sfera {
  height: auto;
  width: 100%;
  max-width: 90vw;
  right: -120vw;
  border-radius: 20px;
  max-height: 100vh;
}

.window_sfera.opened {
  right: 0;
}

.window_sfera .window__content {
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
  padding-bottom: 50px;
}

.window-sfera {
  counter-reset: list;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.window-sfera .text {
  margin-bottom: 24px;
}

.window-sfera__img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* max-height: 600px;
  height: 600px; */
  margin-bottom: 40px;
}

.window-sfera__img img {
  max-width: 100%;
  max-height: 100%;
}

.window-sfera__descr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.window-sfera__descr > *:first-child {
  margin-top: auto;
}

.window-sfera__descr > *:last-child {
  margin-bottom: auto;
}

.window-sfera__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.window-sfera__list a {
  color: #0083AD;
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  counter-increment: list;
}

.window-sfera__list a:not(:last-child) {
  margin-bottom: 24px;
}

.window-sfera__list a:hover {
  text-decoration: none;
}

.window-sfera__list a::before {
  content: "" counter(list) ".";
}

.sfera-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  cursor: none;
  /* min-width: calc(100vw - 70px);
  width:  calc(100vw - 70px);
  max-width: calc(100vw - 70px); */
  margin-top: 0px;
  z-index: 2;
}
@media screen and (min-width: 1285px) {
  .sfera-map {
    /* margin-left: calc(-10vw + 70px); */
    /* margin-right: -10vw; */
  }
  
  .window-sfera {
    flex-flow: row nowrap;
  }
  .window_sfera {
    max-width: 1264px;
  }
}
@media screen and (min-width: 1500px) {
  .sfera-map {
    /* min-width: calc(100vw - 90px);
    width:  calc(100vw - 90px);
    max-width: calc(100vw - 90px);
    margin-left: calc(-50vw + 730px);
    margin-right: calc(-50vw + 640px); */
  }
  .window_sfera {
    max-width: 1460px;
  }
}
#zoomple_image_overlay, #zoomple_previewholder{
  z-index: 99999999;
}
#zoomple_image_overlay{
  background: rgba(0,0,0,0);
}
#zoomple_previewholder .image_wrap{
  box-shadow: 0 0 20px 4px rgb(0 0 0 / 30%);
}
.sfera-map.active .sfera__img.hovered {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
          z-index: 10 !important;
}

.sfera-map.active .sfera__img:not(.hovered) img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.sfera-map > img {
  max-width: 100%;
  opacity: 0;
}

.sfera-map .sfera-item:hover .sfera__hover:not(.sfera__hover2), .sfera__hover2.active {
  opacity: 1;
  z-index: 5;
}
.sfera__hover2.active~.sfera__hover{
  opacity: 0 !important;
  z-index: -1 !important;
}

.sfera-map .sfera-item .sfera__img {
  width: 100%;
  position: absolute;
  max-width: calc(20% + 23px);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.sfera-map .sfera-item:nth-of-type(1) .sfera__img {
  max-width: 33.3%;
  top: .1%;
  left: 23.6%;
}

.sfera-map_new .sfera-item:nth-of-type(1) .sfera__img {
  top: 0%;
  left: 23.3%;
}
.sfera-map .sfera-item:nth-of-type(2) .sfera__img {
  right: 0%;
  max-width: 41.5%;
  bottom: 32.7%;
}
.sfera-map_new .sfera-item:nth-of-type(2) .sfera__img {
  right: 0.1%;
  max-width: 39.3%;
  bottom: 32.7%;
  z-index: 2;
}

.sfera-map .sfera-item:nth-of-type(3) .sfera__img {
  left: -0%;
  bottom: 25.8%;
  max-width: 33.4%;
}
.sfera-map_new .sfera-item:nth-of-type(3) .sfera__img {
  z-index: 2;
}

.sfera-map .sfera-item:nth-of-type(4) .sfera__img {
  max-width: 49.1%;
  left: 29.4%;
  bottom: -0.6%;
  z-index: 2;
}

.sfera-map .sfera-item:nth-of-type(5) .sfera__img {
  left: 42.9%;
  max-width: 13.8%;
  bottom: 42.6%;
  z-index: 1;
}
.sfera-map .sfera-item:nth-of-type(6) .sfera__img {
  max-width: 41.4%;
  left: 26.9%;
  bottom: -0.6%;
  z-index: -1;
  opacity: 0;
}
.sfera-map .sfera-item:nth-of-type(7) .sfera__img {
  max-width: 41.4%;
  left: 26.9%;
  bottom: -0.6%;
  z-index: 2;
}
.line12{
  left: 13.65%;
  top: 32.4%;
  max-width: 14.3% !important;
}
.line51{
  max-width: 16% !important;
  left: 52.75%;
  top: 17.4%;
}
@media screen and (max-width: 1392px){
  .sfera-map_new .sfera-item:nth-of-type(1) .sfera__img{
    top: -0.1%;
    left: 23.4%;
  }
  .line51{
    top: 17.2%;
  }
}
.line {
  position: absolute;
  opacity: 1 !important;
  transition: all .3s ease-in;
}
.line1-2{
  left: 19.65%;
  top: 32.5%;
  max-width: 8.3%;
}
.line1-3{
  max-width: 6.2%;
  left: 52.85%;
  top: 17.3%;
}
.line5-1{
  max-width: 16%;
  left: 52.75%;
  top: 17.5%;
}
.line3-3{
  max-width: 20%;
  right: 18%;
  bottom: 44%;
}
.line4-5{
  max-width: 20%;
  right: 18%;
  top: 44%;
}
/* for svg */
.line-left{
  max-width: 7.8%;
  left: 26%;
  bottom: 29.5%;
  z-index: 5;
}
/* for img */
.line-left{
  bottom: 29.8%;
  max-width: 7.4% !important;
  opacity: 1 !important;
}
.left-line{
  position: absolute;
  left: 0;
  max-width: 8.3% !important;
  top: 21.7%;
}
.right-line{
  position: absolute;
  right: 18.5%;
  top: 36.2%;
  max-width: 17.9% !important;
}
.show-hidden-island2{
  position: absolute;
  opacity: 1;
  transition: all .3s ease-in;
}
.show-hidden-island2.active{
  opacity: 1;
}
.show-hidden-island2:hover{
  opacity: 1;
}
.left-line2{
  /* left: -6.7%;
  max-width: 15.5% !important;
  top: 5.3%; */
  left: -3.3%;
  max-width: 10.6% !important;
  top: 7.8%;
}
.right-line2{
  /* right: 18.5%;
  top: 28.5%;
  max-width: 18.5% !important; */
  right: 19.2%;
  top: 29.55%;
  max-width: 16.2% !important;
}

.sfera-map iframe{
  border: none;
  width: 100% !important;
  height: 100% !important;
}

.sfera-map img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.sfera__hover {
  top: -30px;
  position: absolute;
  /* bottom: -60px; */
  right: -60px;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  background: #FFFFFF;
  border: 1px solid #E8EAEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 20px 30px rgba(174, 174, 192, 0.3);
          box-shadow: 0px 20px 30px rgba(174, 174, 192, 0.3);
  border-radius: 20px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  padding: 26px;
  font-weight: 450;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 1500px) {
  .sfera__hover {
    top: -60px;
  }
}
.sfera__hover h1, .sfera__hover h2, .sfera__hover h3, .sfera__hover h4, .sfera__hover h5, .sfera__hover h6, .sfera__hover strong, .sfera__hover b {
  font-weight: 600;
}

.sfera__hover h1, .sfera__hover h2, .sfera__hover h3, .sfera__hover h4, .sfera__hover h5, .sfera__hover h6 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.sfera__hover > *:not(:last-child) {
  margin-bottom: 12px;
}

.sfera__hover ul {
  list-style: none;
  padding-left: 12px;
}

.sfera__hover li {
  position: relative;
}

.sfera__hover li:not(:last-child) {
  margin-bottom: 6px;
}

.sfera__hover li::before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #222;
  position: absolute;
  left: -10px;
  top: 8px;
}

#cursor {
  position: fixed;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0083AD;
  z-index: 9999999999999999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

#cursor.active {
  opacity: 1;
}

#cursor.clicked {
  -webkit-animation: cursorclicked .3s forwards;
          animation: cursorclicked .3s forwards;
}

#cursor.clicked span:first-of-type {
  -webkit-animation: cursorspan1clicked .3s forwards;
          animation: cursorspan1clicked .3s forwards;
}

#cursor.clicked span:last-of-type {
  -webkit-animation: cursorspan2clicked .3s forwards;
          animation: cursorspan2clicked .3s forwards;
}

#cursor span {
  display: block;
  border-radius: 50%;
  position: absolute;
}

#cursor span:first-of-type {
  width: 66px;
  height: 66px;
  left: calc(50% - 33px);
  top: calc(50% - 33px);
  background: rgba(0, 131, 173, 0.2);
  -webkit-animation: cursorspan1 1.6s ease-in-out infinite;
          animation: cursorspan1 1.6s ease-in-out infinite;
}

#cursor span:last-of-type {
  width: 86px;
  height: 86px;
  left: calc(50% - 43px);
  top: calc(50% - 43px);
  background: rgba(0, 131, 173, 0.1);
  -webkit-animation: cursorspan2 1.6s ease-in-out infinite .3s;
          animation: cursorspan2 1.6s ease-in-out infinite .3s;
}

#cursor i {
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  display: inline-block;
  width: 14px;
  height: 14px;
}

#cursor i::after, #cursor i::before {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 1px);
}

#cursor i::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@-webkit-keyframes cursorspan1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes cursorspan1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes cursorspan2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes cursorspan2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes cursorspan1clicked {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes cursorspan1clicked {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes cursorspan2clicked {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes cursorspan2clicked {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes cursorclicked {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes cursorclicked {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media screen and (min-width: 768px) {
  .window-sfera__img {
    /* max-width: calc(40% - 40px); */
    margin-left: auto;
    margin-right: auto;
    max-height: unset;
  }
  .window-sfera__descr {
    /* max-width: calc(50% - 40px); */
    margin-right: 0px;
  }
}

@media screen and (min-width: 1285px) {
  .section_sfera {
    position: relative;
    /* min-height: calc(100vh - 180px); */
    /* max-height: 826px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sfera-map {
    /* margin-top: auto; */
    margin-bottom: auto;
  }
  .title_sfera {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
  }
  .window-sfera__img {
    max-width: 66%;
    margin-left: 0;
    margin-bottom: auto;
    margin-top: auto;
  }
  .window-sfera__descr {
    max-width: 30%;
    margin-left: auto;
    margin-right: 0;
  }
  .sfera-map {
    /* height: 100vh; */
    /* min-height: auto;
    height: calc(790px + 390 * ((100vw - 1285px)/635)); */
  }
}

@media screen and (min-width: 1600px) {
  .window-sfera__img {
    max-width: 76%;
  }
  .window-sfera__descr {
    max-width: 22.9%;
  }
  .sfera-map {
    /* width: 1280px; */
  }
}

@media screen and (min-width: 2100px) {
  .sfera-map {
    min-width: 1500px;
    width: 1500px;
    max-width: 1500px;
    margin-left: -110px;
    margin-right: -110px;
  }
  .line51{
    top: 17.42%
  }
}
@media screen and (min-width: 2400px) {
  .sfera-map {
    min-width: 1800px;
    width: 1800px;
    max-width: 1800px;
    margin-left: -260px;
    margin-right: -260px;
  }
  .line51{
    top: 17.435%
  }
}
@media screen and (min-width: 2800px) {
  .sfera-map {
    min-width: calc(70vw - 90px);
    width:  calc(70vw - 90px);
    max-width: calc(70vw - 90px);
    margin-left: calc(-35vw + 730px);
    margin-right: calc(-35vw + 640px);
  }
  .sfera-map_new .sfera-item:nth-of-type(3) .sfera__img{
    bottom: 25.9%;
  }
  .sfera-map_new .sfera-item:nth-of-type(1) .sfera__img{
    left: 23.4%;
  }
  .line51 {
    top: 17.3%;
  }
  .sfera-map_new .sfera-item:nth-of-type(2) .sfera__img{
    max-width: 39.3%;
    bottom: 32.85%;
    right: -0.05%;
  }
}
@media screen and (min-width: 3400px) {
  .sfera-map_new .sfera-item:nth-of-type(3) .sfera__img {
    bottom: 25.95%;
    left: -0.2%;
  }
}
@media screen and (min-width: 3600px) {
  .sfera-map_new .sfera-item:nth-of-type(3) .sfera__img {
    left: -0.25%;
  }
  .line51 {
    top: 17.35%;
  }
}
@media screen and (max-width: 1284px) {
  .sfera {
    -webkit-box-shadow: 0px 20px 30px rgba(174, 174, 192, 0.3);
            box-shadow: 0px 20px 30px rgba(174, 174, 192, 0.3);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    cursor: pointer;
    padding-top: 12px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    width: 100%;
    max-width: calc(50% - 20px);
  }
  .sfera:not(:last-child) {
    margin-bottom: 40px;
  }
  .sfera__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 195px;
  }
  .sfera__body {
    padding: 20px 20px 24px;
  }
  .sfera__title {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
  }
  .sfera:hover {
    color: #0083AD;
  }
  .sfera img {
    max-width: 100%;
    max-height: 100%;
  }
  .sfera:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
  }
  .sfera-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .sfera {
    max-width: 100%;
  }
  .sfera:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1285px) {
  .mob {
    display: none;
  }
}

@media screen and (max-width: 1284px) {
  .desc {
    display: none;
  }
  .home-banner.desc~.section{
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .mob-tablet {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .desc-tablet {
    display: none;
  }
  .home-banner.desc~.section{
    margin-top: 30px;
  }
}

.to-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 1;
  position: fixed;
  bottom: 30px;
  right: 52px;
  z-index: 50;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  width: 54px;
  height: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.2);
}

.to-top * {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  fill: #0083AD;
}

.to-top:hover {
  background: #0083AD;
}

.to-top:hover * {
  fill: #fff;
}

@media screen and (max-width: 1284px) {
  .to-top {
    bottom: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
.success {
    color: #60ff3d;
    font-size: 18px;
}
a.tab-btn {
    text-decoration: none;
}
.product__thumbs.swiper-container .swiper-wrapper {
    /* display: inline-block; */
}
.sfera-map.active .line{
  -webkit-filter: blur(5px);
          filter: blur(5px);
}



.hovered-sfera{
  position: absolute;
  bottom: -0.3%;
  left: -5.5%;
  right: 0;
  transition: all .3s ease-in;
  max-width: 85%;
  opacity: 0;
  pointer-events: none;
}
.sfera-map.active .sfera__img.hovered .hovered-sfera.active{
  opacity: 1;
  pointer-events: unset;
}

#callback-form-contacts .checkbox {
    margin: auto;
}

td {
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 5px 14px;
}

table {
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}

.project-client {
    width: 100%;
    padding-top: 1px;
	padding-left: 1px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    overflow-x: scroll;
    border: none;
}

.project-client .customer {
    height: 140px;
}

.project-client .customer:hover {
    box-shadow: none;
}

.customer.active img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.customer.active::after {
    opacity: 1;
}

@media screen and (max-width: 768px) {
.project-client .customer {
    height: 100px;
}
}

.pagination {
    list-style: none;
    display: flex;
}

.pagination li {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pagination li.active {
    background: #222222;
    color: #fff;
    cursor: auto;
}

.pagination li a {
    color: #222222;
    text-decoration: none;
}

/* .sfera__img:hover .hovered-sfera{
  opacity: 1;
} */
/* @media screen and (max-width: 1800px) {
  .sfera-map .sfera-item:nth-of-type(1) .sfera__img {
    top: .5%
  }
  .line1-2 {
    top: 32.8%;
  }
  .line1-3{
    top: 17.6%;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1600px) {
  .sfera-map .sfera-item:nth-of-type(1) .sfera__img {
    top: 1%
  }
  .line1-2 {
    left: 19.65%;
    top: 33.05%;
    max-width: 8.3%;
  }
  .line1-3{
    top: 18.1%;
  }
}
@media screen and (max-width: 1499px) {
  .sfera-map .sfera-item:nth-of-type(1) .sfera__img {
    top: .3%
  }
  .line1-2 {
    top: 32.6%;
  }
  .line1-3{
    top: 17.5%;
  }
}
@media screen and (max-width: 1400px) {
  .sfera-map .sfera-item:nth-of-type(1) .sfera__img {
    top: .4%
  }
}
@media screen and (max-width: 1300px) {
  .sfera-map .sfera-item:nth-of-type(1) .sfera__img {
    top: .5%
  }
} */

/*# sourceMappingURL=style.css.map */

.swiper-scrollbar {
  background: #e5e5e5;
  border-radius: 2px;
  height: 5px;
  width: 100%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #0283ad;
  border-radius: 2px;
  left: 0;
  top: 0;
}

.product-videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.video {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.dnav__item {
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 24px;        
        line-height: 100%;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        -webkit-transition: color .3s ease-in;
        -o-transition: color .3s ease-in;
        transition: color .3s ease-in;
    }
    .dnav__item:hover {
        color: #0083AD;
    }
    .dmenu {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }
    @media screen and (max-width: 1284px) {
        .dmenu { display: none;}
    }