@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf?6x4dat") format("truetype"), url("../fonts/icomoon.woff?6x4dat") format("woff"), url("../fonts/icomoon.svg?6x4dat#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
  color: #182c74;
}

.icon-credit-card:before {
  content: "\e901";
  color: #182c74;
}

.icon-like:before {
  content: "\e903";
  color: #182c74;
}

.icon-money:before {
  content: "\e904";
  color: #182c74;
}

.icon-pantone:before {
  content: "\e905";
  color: #182c74;
}

.icon-pipe:before {
  content: "\e906";
  color: #182c74;
}

.icon-snowflake:before {
  content: "\e907";
  color: #182c74;
}

.icon-telegram:before {
  content: "\e908";
  color: #182c74;
}

.icon-trolley:before {
  content: "\e909";
  color: #182c74;
}

.icon-viber:before {
  content: "\e90a";
  color: #182c74;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Ubuntu", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

a {
  text-decoration: none;
}

.content {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

.btn {
  padding: 13px 0;
  text-align: center;
  width: 245px;
  font-size: 14px;
  background: #fff;
  color: #182C74;
  border: 1px solid #182C74;
  border-radius: 53px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.btn:hover {
  background: #182C74;
  color: #fff;
}
.btn--trt {
  background: #182C74;
  color: #fff;
}
.btn--trt:hover {
  background: #fff;
  color: #182C74;
}

.ul {
  font-size: 18px;
}
.ul__item {
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}
.ul__item:before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 20px;
  position: absolute;
  top: -1px;
  left: 0;
}

.text-input {
  border: none;
  background: transparent;
  padding: 12px 0;
  font-size: 15px;
  border-bottom: 1px solid #595C67;
  width: 365px;
  outline: none;
  color: #182C74;
  max-width: 100%;
}
.text-input:focus {
  border-bottom: 1px solid #182C74;
}
.text-input.error {
  border-bottom: 1px solid #EA1111;
}

.text-input::-webkit-input-placeholder {
  color: #595C67;
}

.text-input::-moz-placeholder {
  color: #595C67;
}

.text-input:-ms-input-placeholder {
  color: #595C67;
}

.text-input::-ms-input-placeholder {
  color: #595C67;
}

.text-input::placeholder {
  color: #595C67;
}

.text-input::-webkit-input-placeholder {
  color: #595C67;
  opacity: 1;
}

.text-input::-moz-placeholder {
  color: #595C67;
  opacity: 1;
}

.text-input:-ms-input-placeholder {
  color: #595C67;
}

.text-input.error::-webkit-input-placeholder {
  color: #EA1111;
}

.text-input.error::-moz-placeholder {
  color: #EA1111;
}

.text-input.error:-ms-input-placeholder {
  color: #EA1111;
}

.text-input.error::-ms-input-placeholder {
  color: #EA1111;
}

.text-input.error::placeholder {
  color: #EA1111;
}

.text-input.error::-webkit-input-placeholder {
  color: #EA1111;
}

.text-input.error::-moz-placeholder {
  color: #EA1111;
}

.text-input.error:-ms-input-placeholder {
  color: #EA1111;
}

.check-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.check-box-wrapper.error .check-box__label {
  color: #EA1111;
}
.check-box-wrapper.error .check-box {
  border-color: #EA1111;
}

.check-box {
  display: block;
  position: relative;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  border: 1px solid #D7D7D7;
  border-radius: 2px;
}
.check-box__input {
  display: none;
}
.check-box__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999999;
}
.check-box.checked {
  border: 1px solid #182C74;
  background: #182C74;
}
.check-box.checked:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  height: 2px;
  width: 8px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check-box.checked:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 6px;
  height: 2px;
  width: 12px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 1200px) {
  body {
    padding-top: 120px;
  }

  .content {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 75px;
    font-size: 14px;
  }

  .ul {
    font-size: 14px;
  }
  .ul__item {
    margin-bottom: 15px;
    padding-left: 30px;
  }
  .ul__item:before {
    font-size: 16px;
    top: -2px;
  }
  .ul__text {
    margin: 20px 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  z-index: 200;
  bottom: -56px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F5F5F5;
  font-size: 0;
  outline: none;
  border: none;
  cursor: pointer;
}
.slick-arrow:before {
  content: "\e900";
  position: absolute;
  top: 13px;
  left: 12px;
  font-family: "icomoon" !important;
  font-size: 15px;
}

.slick-prev {
  left: calc(50% - 200px);
}
.slick-prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-next {
  right: calc(50% - 200px);
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
  cursor: pointer;
}
.slick-dots li {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background: #182C74;
  border-radius: 50%;
  opacity: 0.3;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li button {
  display: none;
}

@media (max-width: 400px) {
  .slick-arrow {
    bottom: -18px;
  }

  .slick-prev {
    left: calc(50% - 160px);
  }
  .slick-prev:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .slick-next {
    right: calc(50% - 160px);
  }
}
.header {
  width: 100%;
}
.header__top {
  background: #001330;
  height: 40px;
}
.header__top-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__bottom {
  background: #F5F5F5;
  padding: 10px 0;
}
.header__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo-path {
  fill: #182C74;
}

.header-numbs__arrow {
  display: none;
}
.header-numbs__item {
  margin-right: 40px;
  color: #fff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-weight: 500;
}
.header-numbs__item:last-child {
  margin-right: 0;
}
.header-numbs__item:hover {
  opacity: 0.8;
}

.header-langs {
  font-size: 14px;
  color: #fff;
}
.header-langs__item {
  position: relative;
  color: #fff;
  -webkit-transition: font-weight;
  transition: font-weight;
}
.header-langs__item:hover {
  font-weight: 700;
}
.header-langs__item.active {
  font-weight: 700;
}

.header-nav-control {
  display: none;
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-nav-list__item {
  margin-right: 40px;
  position: relative;
  color: #182C74;
}
.header-nav-list__item:last-child {
  margin-right: 0;
}
.header-nav-list__item:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.header-nav-list__item:hover:after {
  background: #182C74;
}
.header-nav-list__link {
  color: inherit;
}

.header-logo__svg {
  width: 46px;
  height: 40px;
}

@media (max-width: 1200px) {
  .header {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 125px;
  }
  .header__top {
    position: relative;
    height: 75px;
  }
  .header__bottom {
    padding: 0;
    height: 50px;
  }
  .header__bottom-wrapper {
    height: 100%;
  }
  .header__logo-path {
    fill: #fff;
  }

  .header-nav {
    width: 100%;
  }

  .header-nav-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .header-nav-list__item {
    margin: 0;
  }

  .header-numbs {
    position: absolute;
    left: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .header-numbs__item {
    margin: 0;
    font-size: 13px;
  }

  .header-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .header {
    height: 75px;
  }
  .header__bottom {
    display: none;
  }

  .header-nav-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 10;
    top: 75px;
    right: -240px;
    padding: 30px 20px 20px 30px;
    height: calc(100vh - 75px);
    width: 235px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    background: #F5F5F5;
    -webkit-transition: right 0.7s;
    transition: right 0.7s;
  }
  .header-nav-content.open {
    right: 0;
  }

  .header-nav__control {
    position: absolute;
    top: 25px;
    right: 20px;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }
  .header-nav__control.open .header-nav__icon {
    height: 0;
  }
  .header-nav__control.open .header-nav__icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 20px;
    top: -1px;
  }
  .header-nav__control.open .header-nav__icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    bottom: -1px;
  }
  .header-nav__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 2px;
    background: #fff;
  }
  .header-nav__icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 18px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header-nav__icon:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 18px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .header-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header-nav-list__item {
    margin: 0 0 20px 0;
  }
  .header-nav-list__item:last-child {
    margin: 0;
  }

  .header-numbs {
    margin: 30px 0 0 0;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .header-numbs__item {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #182C74;
  }
  .header-numbs__item:last-child {
    margin: 0;
  }

  .header-langs {
    margin: 10px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #eee;
    color: #182C74;
  }
  .header-langs__item {
    color: #182C74;
  }

  .header__logo-path {
    fill: #fff;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  .header-logo__svg {
    width: 23px;
    height: 20px;
  }

  .header-btn {
    width: 160px;
    font-size: 14px;
  }
}
.video {
  margin-top: 50px;
}

.adaptive-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.adaptive-wrap iframe {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  frameborder: 0;
}

@media (min-width: 800px) {
  .adaptive-wrap iframe {
    width: 80%;
    height: 80%;
  }
}
@media (min-width: 1000px) {
  .adaptive-wrap iframe {
    width: 70%;
    height: 70%;
  }
}
.main {
  background: #fff;
}

.sec {
  padding-top: 100px;
  position: relative;
}
.sec--bg {
  background: #F5F5F5;
}
.sec__title {
  position: relative;
  margin-bottom: 45px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  color: #182C74;
}
.sec__title--left:before {
  content: "";
  position: absolute;
  top: 18px;
  right: calc(100% + 20px);
  width: 100vw;
  height: 2px;
  background: #182C74;
}
.sec__title--right {
  display: inline-block;
}
.sec__title--right:before {
  content: "";
  position: absolute;
  top: 18px;
  left: calc(100% + 20px);
  width: 100vw;
  height: 2px;
  background: #182C74;
}

.consl-btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  right: 0;
  top: 10px;
  color: #182C74;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.consl-btn:hover {
  opacity: 0.8;
}
.consl-btn__arrow {
  margin-top: 2px;
  margin-left: 10px;
  font-size: 14px;
}

.main-title {
  font-size: 39px;
}

.about {
  margin: 20px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__part {
  width: 50%;
}
.about__part:first-child {
  padding-right: 55px;
}
.about__text {
  margin-bottom: 15px;
}
.about__text span {
  font-weight: 700;
}

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

.advants {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advants-box {
  margin-bottom: 45px;
  position: relative;
  width: 45%;
}
.advants-box__icon {
  position: absolute;
  top: 0;
  right: calc(100% - 45px);
  font-size: 48px;
}
.advants-box__content {
  padding-left: 90px;
}
.advants-box__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.coop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.coop__text {
  margin: 25px 0 30px;
}
.coop__btn {
  margin-top: 45px;
}

.coop-img {
  width: 55%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 65px;
}
.coop-img__item {
  max-width: 100%;
  height: auto;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-info__title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #595C67;
}
.contacts-info__item {
  display: block;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
  color: #182C74;
}
.contacts-info__numbs {
  display: block;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  color: #182C74;
  -webkit-transition: hover 0.2s;
  transition: hover 0.2s;
}
.contacts-info__numbs:hover {
  opacity: 0.8;
}
.contacts-info__mail {
  margin-bottom: 15px;
}
.contacts-info__social {
  margin-top: 30px;
}

.contacts-info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-info-box {
  margin-top: 40px;
}
.contacts-info-box:first-child {
  margin-right: 65px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social__item {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #F5F5F5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.social__item:hover {
  opacity: 0.8;
}
.social__item:first-child {
  margin-right: 20px;
}
.social__icon {
  font-size: 27px;
}
.social__icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sec-1 {
  padding-bottom: 100px;
}

.main-slider {
  padding-bottom: 150px;
}
.main-slider__item img {
  width: 100%;
}
.main-slider .slick-arrow {
  bottom: 110px;
}
.main-slider .slick-dots {
  bottom: 125px;
}

@media (max-width: 1200px) {
  .sec__title--left:before {
    right: calc(100% + 10px);
  }
  .sec__title--right:before {
    left: calc(100% + 10px);
  }

  .consl-btn {
    margin-bottom: 40px;
    position: static;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sec {
    padding-top: 55px;
  }

  .about {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about__part {
    width: 100%;
  }
  .about__part:first-child {
    padding-right: 0;
  }

  .main-slider {
    padding-bottom: 150px;
  }
  .main-slider .slick-arrow {
    bottom: 85px;
  }
  .main-slider .slick-dots {
    bottom: 100px;
  }

  .contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .coop__btn {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .main-title {
    font-size: 28px;
  }

  .sec {
    padding-top: 45px;
  }
  .sec__title {
    font-size: 24px;
  }
  .sec__title:before {
    top: 10px;
  }

  .consl-btn {
    margin-bottom: 30px;
  }
  .consl-btn__arrow {
    margin-top: 0;
    margin-left: 5px;
    font-size: 12px;
  }

  .main-slider {
    padding-bottom: 100px;
  }
  .main-slider .slick-dots {
    bottom: 50px;
  }

  .sec-1 {
    padding-top: 55px;
  }

  .about {
    margin-bottom: 15px;
  }

  .advants-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .advants-box__title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .advants-box__content {
    padding-left: 55px;
  }
  .advants-box__icon {
    font-size: 32px;
    right: calc(100% - 30px);
  }

  .coop {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .coop__img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 0;
  }
  .coop__content {
    width: 100%;
  }

  .contacts-info-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts-info-box {
    width: 100%;
  }
  .contacts-info-box:first-child {
    margin: 30px 0 30px;
  }

  .contacts-info-box {
    margin: 0;
  }

  .coop-img {
    margin-top: 30px;
    width: 100%;
    padding: 0;
  }

  .coop__btn {
    margin-top: 15px;
  }
}
.logos {
  margin: 25px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
}
.logos__item {
  height: 100px;
  width: 185px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logos__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

@media (max-width: 1200px) {
  .logos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .logos__item {
    width: calc(33.333% - 20px);
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .logos__item {
    height: 60px;
    padding: 10px;
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
}
.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -10px 0;
}
.products__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 33.33%;
}
.products__item {
  height: 100%;
  position: relative;
  background: #fff;
  padding: 5px 25px 110px;
}
.products__img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
  height: auto;
}
.products__title {
  margin-bottom: 15px;
  font-size: 20px;
  color: #001330;
}
.products__action {
  margin: 15px 0;
  font-size: 14px;
  font-weight: 700;
  color: #001330;
}
.products__btn {
  position: absolute;
  bottom: 40px;
  left: 25px;
}

@media (max-width: 1200px) {
  .products__box {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .products__box {
    width: 100%;
  }
  .products__item {
    padding-bottom: 100px;
  }
  .products__btn {
    bottom: 30px;
    max-width: 190px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .products .slick-dots {
    bottom: -25px;
  }
}
.contacts-form {
  padding: 40px 45px;
  background: #F5F5F5;
}
.contacts-form__title {
  font-size: 32px;
  font-weight: 700;
  color: #182C74;
}
.contacts-form__text {
  margin-bottom: 20px;
  font-size: 16px;
  color: #001330;
}
.contacts-form__input {
  margin-bottom: 25px;
}
.contacts-form__btn {
  margin-top: 40px;
  max-width: 100%;
}

@media (max-width: 1100px) {
  .contacts-form {
    margin-top: 30px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contacts-form__title {
    font-size: 28px;
    line-height: 1.1;
  }
}
body.popup-opened {
  overflow: hidden;
}

.popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.2);
}

.popup {
  padding: 40px;
  background: #fff;
  border-radius: 4px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.popup__close:before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 20px;
  height: 2px;
  top: 9px;
  left: 0;
  background: #000;
}
.popup__close:after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  width: 20px;
  height: 2px;
  top: 9px;
  background: #000;
}

.half-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.half-wrapper__box {
  width: 50%;
}
.half-wrapper__box:first-child {
  padding-right: 20px;
}
.half-wrapper__box:last-child {
  padding-left: 20px;
}

.text {
  margin-top: 10px;
  margin-bottom: 15px;
}
.text span {
  font-weight: 700;
}

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

.prod-page-sec {
  margin-bottom: 100px;
}

.prod-page-btn {
  margin-top: 40px;
}

.prod-page-main-title {
  margin-bottom: 20px;
}

.prod-page-title {
  margin-bottom: 45px;
  font-size: 36px;
  color: #182C74;
  font-weight: 700;
}

.prod-page-action {
  margin-bottom: 25px;
  font-size: 18px;
  color: red;
  font-weight: 700;
}

.prod-page-adv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 0;
}
.prod-page-adv__box {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.prod-page-sec-adv {
  padding-bottom: 45px;
}

.prod-page-adv-item {
  position: relative;
  padding: 20px 20px 25px 100px;
  background: #fff;
  height: 100%;
}
.prod-page-adv-item__icon {
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 48px;
}
.prod-page-adv-item__title {
  font-size: 20px;
  font-weight: 700;
}

.accordion {
  margin: 50px 0;
}
.accordion__title {
  margin-bottom: 2px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 700;
  background: #182C74;
  color: #fff;
  cursor: pointer;
}
.accordion__icon {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 15px;
  height: 15px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.accordion__icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: 2px;
  height: 16px;
  background: #fff;
}
.accordion__icon:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 2px;
  background: #fff;
}
.accordion__content {
  display: none;
  padding: 20px 0;
}
.accordion__item.active .accordion__icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec-docs__title {
  margin-bottom: 35px;
}
.sec-docs__sub-title {
  margin-bottom: 40px;
}

.docs {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #F5F5F5;
}
.docs__item {
  margin-bottom: 40px;
  width: 25%;
  text-align: center;
  padding: 0 10px;
}
.docs__title {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
}
.docs__btn {
  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;
  margin: 0 auto;
  width: 240px;
  background: transparent;
}
.docs__btn:hover .docs__svg-path {
  stroke: #fff;
}
.docs__svg {
  margin-right: 10px;
}
.docs__svg-path {
  stroke: #182C74;
  -webkit-transition: stroke 0.2s;
  transition: stroke 0.2s;
}

@media (max-width: 1160px) {
  .half-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .half-wrapper__box {
    width: 100%;
  }
  .half-wrapper .half-wrapper__box {
    padding: 0;
  }

  .prod-page-btn {
    margin-top: 30px;
  }

  .prod-page-img {
    display: block;
    margin: 40px auto 0;
  }

  .prod-page-adv__box {
    width: 100%;
  }

  .docs__item {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .prod-page-title {
    font-size: 28px;
  }

  .prod-page-sec {
    margin-bottom: 60px;
  }

  .prod-page-adv-item {
    padding-left: 55px;
  }
  .prod-page-adv-item__icon {
    font-size: 32px;
    left: auto;
    right: calc(100% - 30px);
  }
  .prod-page-adv-item__title {
    font-size: 18px;
  }

  .accordion__title {
    font-size: 18px;
  }

  .docs__item {
    width: 100%;
  }
  .docs__title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .prod-page-btn {
    width: 100%;
  }
}
.prod-gallery {
  margin-bottom: 60px;
}
.prod-gallery img {
  padding: 5px;
}

@media (max-width: 400px) {
  .prod-gallery img {
    padding: 1px;
  }
}
.footer {
  margin-top: 100px;
  padding: 30px 0 0;
  background: #001330;
  color: #fff;
  font-size: 14px;
}
.footer__social .social__item {
  height: 35px;
  width: 35px;
}
.footer__social .social__item:first-child {
  margin-right: 15px;
}
.footer__social .social__icon {
  font-size: 18px;
}
.footer__social .social__icon:before {
  color: #001330;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #303546;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-nav__col {
  margin-right: 55px;
}
.footer-nav__link {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer-nav__link:hover {
  opacity: 0.8;
}

.footer-nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-nav-links__col {
  margin-right: 55px;
}
.footer-nav-links__col:last-child {
  margin-right: 0;
}

.footer-logo__svg {
  width: 46px;
  height: 40px;
}
.footer-logo__logo-path {
  fill: #fff;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-info__box {
  margin-right: 70px;
  width: auto;
}
.footer-info__num {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer-info__num:hover {
  opacity: 0.8;
}
.footer-info__mail {
  display: block;
  margin: 10px 0;
  text-decoration: none;
  color: #6D7889;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer-info__mail:hover {
  opacity: 0.8;
}
.footer-info__item {
  color: #6D7889;
}

.footer-bottom {
  padding: 15px 0 20px;
  color: #595C67;
}

@media (max-width: 960px) {
  .footer {
    margin-top: 50px;
  }

  .footer-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-nav {
    margin-bottom: 35px;
    width: 100%;
  }
  .footer-nav__col {
    margin-right: 20px;
  }

  .footer-logo__svg {
    width: 35px;
    height: 30px;
  }
  .footer-logo__logo-path {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .footer-info__num {
    font-size: 14px;
  }

  .footer-nav-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-nav-links__col {
    margin-right: 15px;
  }

  .footer-bottom {
    font-size: 10px;
  }
}