.breadcrumbs {
  padding-top: 17px;
  position: relative;
  margin-bottom: 60px;
  z-index: 2;
}
.breadcrumbs ul li {
  display: inline;
  padding-right: 18px;
}
.breadcrumbs ul li span {
  font-size: 12px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #808080;
  line-height: 14.67px;
  position: relative;
}
.breadcrumbs ul li span:before {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #bdbdbd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumbs ul li span:after {
  content: "\f105";
  font-size: 12px;
  font-family: FontAwesome;
  color: #808080;
  line-height: 14.67px;
  position: absolute;
  right: -14px;
  top: 1px;
}
.breadcrumbs ul li:last-child span {
  border-bottom-color: transparent;
  cursor: default;
}
.breadcrumbs ul li:last-child span:before,
.breadcrumbs ul li:last-child span:after {
  content: none;
}
@media (max-width: 1280px) {
  .breadcrumbs {
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs ul {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 35px;
  }
  .breadcrumbs ul li span {
    font-size: 10px;
  }
  .breadcrumbs ul li span:after {
    right: -10px;
  }
}
.recall {
  width: 45px;
  display: inline-block;
  vertical-align: middle;
}
.recall .recall-button {
  width: 100%;
  height: 45px;
  background-color: #ed1c24;
  text-align: center;
  cursor: pointer;
  line-height: 45px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.recall .recall-button i {
  font-size: 16px;
  color: #fff;
  line-height: 58px;
  vertical-align: middle;
}
.recall .recall-button svg {
  width: 16px;
  height: 16px;
  margin-top: 14px;
}
.recall .recall-button .st0,
.recall .recall-button .st1 {
  fill: #fff;
}
.recall .recall-button .st1 {
  transition: all 1s ease;
}
.recall .recall-button:hover .st1 {
  animation: hover 0.4s ease forwards;
}
@media (max-width: 1280px) {
  .recall {
    width: 35px;
  }
  .recall .recall-button {
    height: 35px;
    line-height: 35px;
  }
  .recall .recall-button svg {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .recall {
    width: 45px;
    margin-left: 0;
  }
  .recall .recall-button {
    height: 45px;
    line-height: 52px;
  }
  .recall .recall-button i {
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .recall {
    float: right;
  }
}
.button-link {
  height: 45px;
  line-height: 45px;
  border: 1px solid;
  text-align: center;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.button-link form {
  height: 100%;
}
.button-link a,
.button-link button {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  line-height: 18px;
  width: 100%;
  height: 100%;
  padding: 0 70px 0 25px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.button-link a:after,
.button-link button:after {
  content: "";
  width: 1px;
  height: calc(100% + 2px);
  position: absolute;
  right: 45px;
  top: -1px;
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
.button-link:before {
  content: "\0078";
  font-family: AGROMAT-Icon;
  font-size: 14px;
  position: absolute;
  right: 14px;
  top: 0;
  z-index: 2;
  -webkit-transition: color 0.3s ease 0.2s;
  transition: color 0.3s ease 0.2s;
}
.button-link span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: right center;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  z-index: 0;
}
.button-link.white {
  border-color: #4b8dca;
}
.button-link.white a,
.button-link.white button {
  color: #fff;
  border-color: #4b8dca;
}
.button-link.white a:after,
.button-link.white button:after {
  background-color: #4b8dca;
}
.button-link.white:before {
  color: #a0c0ff;
}
.button-link.white span {
  background-color: #fff;
}
.button-link.full-white {
  border-color: #fff;
}
.button-link.full-white a,
.button-link.full-white button {
  text-transform: none;
  color: #fff;
}
.button-link.full-white a:after,
.button-link.full-white button:after {
  background-color: #fff;
}
.button-link.full-white:before {
  color: #fff;
}
.button-link.full-white span {
  background-color: #fff;
}
.button-link.blue {
  border-color: rgba(20, 75, 152, 0.3);
}
.button-link.blue a,
.button-link.blue button {
  color: #144b98;
}
.button-link.blue a:after,
.button-link.blue button:after {
  background-color: rgba(20, 75, 152, 0.3);
}
.button-link.blue:before {
  color: #144b98;
}
.button-link.blue span {
  background-color: #144b98;
}
.button-link.full-blue {
  background-color: #144b98;
  border-color: #144b98;
}
.button-link.full-blue a,
.button-link.full-blue button {
  font-weight: 300;
  color: #fff;
}
.button-link.full-blue a:after,
.button-link.full-blue button:after {
  background-color: #fff;
}
.button-link.full-blue:before {
  color: #fff;
}
.button-link.full-blue span {
  background-color: #05377a;
}
.button-link.to-cart:before {
  content: none;
}
.button-link.to-cart:after {
  background: url(../img/icons/11.svg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 24px;
  height: 23px;
  top: 11px;
  right: 11px;
}
.button-link.to-cart span {
  background-color: #05377a;
}
.button-link.disabled {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.button-link.disabled a,
.button-link.disabled button {
  cursor: default;
  color: #999;
}
.button-link.disabled a:after,
.button-link.disabled button:after {
  background-color: #fff;
}
.button-link.disabled:before {
  color: #999;
}
.button-link.without-icon a,
.button-link.without-icon button {
  padding: 0 20px;
}
.button-link.without-icon a:after,
.button-link.without-icon button:after {
  content: none;
}
.button-link.without-icon:before {
  content: none;
}
.button-link.load:before {
  content: "\0035";
  font-family: AGROMAT-Icon;
  font-size: 16px;
  color: #144b98;
  width: auto;
  height: auto;
  top: 0;
  right: 14px;
}
@media (max-width: 767px) {
  .button-link:not(.to-cart) a,
  .button-link:not(.to-cart) button {
    padding: 0 15px;
  }
  .button-link:not(.to-cart) a:after,
  .button-link:not(.to-cart) button:after {
    content: none;
  }
  .button-link:not(.to-cart):before,
  .button-link:not(.to-cart):after {
    content: none;
  }
}
.submit-button {
  height: 45px;
  border: 1px solid;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.submit-button input {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 70px 0 25px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.submit-button span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: right center;
  background-color: #05377a;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  z-index: 0;
}
.submit-button:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 45px;
  top: 0;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submit-button:after {
  content: "\f00c";
  color: #fff;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 15px;
  top: 0;
  -webkit-transition: color 0.3s ease 0.2s;
  transition: color 0.3s ease 0.2s;
}
.submit-button.white {
  border-color: #4b8dca;
}
.submit-button.white input {
  color: #fff;
  border-color: #4b8dca;
}
.submit-button.white:before {
  background-color: #4b8dca;
}
.submit-button.white:after {
  color: #a0c0ff;
}
.submit-button.white span {
  background-color: #fff;
}
.submit-button.full-white {
  border-color: #fff;
}
.submit-button.full-white input {
  text-transform: none;
}
.submit-button.full-white:before {
  background-color: #fff;
}
.submit-button.full-white:after {
  color: #fff;
}
.submit-button.full-white span {
  background-color: #fff;
}
.submit-button.blue {
  border-color: rgba(20, 75, 152, 0.3);
}
.submit-button.blue input {
  color: #144b98;
}
.submit-button.blue:before {
  background-color: rgba(20, 75, 152, 0.3);
}
.submit-button.blue:after {
  color: #144b98;
}
.submit-button.blue span {
  background-color: #144b98;
}
.submit-button.full-blue {
  background-color: #144b98;
  border-color: #144b98;
}
.submit-button.full-blue input {
  font-weight: 300;
  color: #fff;
}
.submit-button.full-blue:before {
  background-color: #fff;
}
.submit-button.full-blue:after {
  color: #fff;
}
.submit-button.full-blue span {
  background-color: #05377a;
}
.submit-button.disabled {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.submit-button.disabled input {
  cursor: default;
  color: #999;
}
.submit-button.disabled.check:before {
  color: #999;
}
.submit-button.disabled:before {
  background-color: #fff;
}
.submit-button.disabled:after {
  color: #999;
}
.submit-button.without-icon input {
  padding: 0 15px;
  text-transform: none;
}
.submit-button.without-icon:before,
.submit-button.without-icon:after {
  display: none;
}
@media (max-width: 767px) {
  .submit-button input {
    padding: 0 15px;
  }
  .submit-button:before,
  .submit-button:after {
    display: none;
  }
}
.price {
  margin-bottom: 8px;
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
}
.price .old-price {
  display: inline-block;
  text-decoration: line-through;
  margin-right: 5px;
}
.price .old-price span {
  font-size: 12px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4d4d4d;
  line-height: 1;
}
.price .new-price {
  color: #fb0317;
  display: inline-block;
}
.price .new-price span:not(.currency) {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: bold;
}
.price .regular-price {
  color: #1a4d94;
}
.price .regular-price span:not(.currency) {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: bold;
}
.price .regular-price.order {
  color: #144b98;
}
.price .currency {
  font-size: 14px;
  font-weight: normal;
}
.availability {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #00a500;
  margin-top: 7px;
}
.availability.not-avail {
  color: #ed1c24;
}
.hover-underline-bold {
  position: relative;
}
.hover-underline-bold:after {
  content: "";
  width: 23px;
  height: 2px;
  background-color: #144b98;
  position: absolute;
  bottom: -3px;
  left: 0;
  transform-origin: left center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.hover-underline-full-bold {
  position: relative;
}
.hover-underline-full-bold:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #144b98;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.hover-underline-thin {
  position: relative;
}
.hover-underline-thin:after {
  content: "";
  width: 23px;
  height: 1px;
  background-color: #144b98;
  position: absolute;
  bottom: -3px;
  left: 0;
  transform-origin: left center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.hover-underline-full-thin {
  position: relative;
}
.hover-underline-full-thin:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #bdbdbd;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.fit-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slick-arrow {
  width: 45px;
  height: 45px;
  position: absolute;
  font-size: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-arrow:before {
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  top: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-arrow.slick-prev:before {
  content: "\f053";
  left: 14px;
}
.slick-arrow.slick-next:before {
  content: "\f054";
  left: 17px;
}

.first-load .right-fixed-layout .top-links-wr,
.first-load .right-fixed-layout .bottom-links-wr {
  opacity: 0;
}
.first-load .fullpage-wr .left-content-wr {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
}
.first-load .navigation-line {
  opacity: 0;
}
.first-load .navigation-line:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.subscribe-block {
  background-color: #144b98;
  margin-top: 40px;
  padding: 60px 30px;
}
.subscribe-block .container {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.subscribe-block p {
  font-size: 26px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #f7f7f7;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
  width: 440px;
}
.subscribe-block form {
  width: calc(100% - 444px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 65px;
}
.subscribe-block form input {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid #4b8dca;
  width: calc(100% - 281px);
  height: 45px;
  margin-right: 20px;
  padding-left: 2px;
}
.subscribe-block form input:-moz-placeholder {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4b8dca;
}
.subscribe-block form input:-ms-input-placeholder {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4b8dca;
}
.subscribe-block form input::-moz-placeholder {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4b8dca;
}
.subscribe-block form input::placeholder {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4b8dca;
}
.subscribe-block form .button-link {
  width: 256px;
}
.subscribe-block form .button-link a,
.subscribe-block form .button-link button {
  text-transform: none;
  line-height: 43px;
  display: block;
}
@media (max-width: 1280px) {
  .subscribe-block p {
    width: 100%;
  }
  .subscribe-block form {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .subscribe-block {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .subscribe-block {
    padding: 40px 0 10px;
  }
  .subscribe-block p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .subscribe-block form {
    margin-top: 10px;
    padding: 10px;
  }
  .subscribe-block form input {
    width: 250px;
    margin: 0 auto;
    display: block;
  }
  .subscribe-block form .button-link {
    width: 250px;
    margin: 30px auto 0;
    display: block;
  }
}
.subscribe-club-block {
  background-color: #144b98;
  padding: 60px 75px;
}
.subscribe-club-block .text-wr {
  display: inline-block;
  width: calc(100% - 255px);
  padding-right: 35px;
  vertical-align: middle;
}
.subscribe-club-block .text-wr h2 {
  font-size: 26px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #f7f7f7;
  line-height: 28px;
  margin-bottom: 15px;
}
.subscribe-club-block .text-wr p {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  line-height: 14px;
  color: #fff;
}
.subscribe-club-block .button-link {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
}
.subscribe-club-block .button-link a {
  text-transform: none;
  font-size: 16px;
  color: #a0c0ff;
  padding: 0 55px 0 10px;
}
@media (max-width: 767px) {
  .subscribe-club-block .text-wr h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .subscribe-club-block .button-link a {
    padding: 0 15px;
  }
}
.js-anim.to-top {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.js-anim.to-bottom {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.js-anim.to-left {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.js-anim.fade-in {
  opacity: 0;
}
.seo-text-block {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #999;
  line-height: 16px;
}
.seo-text-block h2 {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 26.67px;
  margin-bottom: 31px;
}
.seo-text-block h3 {
  font-size: 15px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #999;
  line-height: 24px;
  margin-bottom: 15px;
}
.seo-text-block ul {
  margin-bottom: 15px;
}
.seo-text-block ul li {
  position: relative;
  line-height: 22px;
  padding-left: 20px;
}
.seo-text-block ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 10px;
}
.seo-text-block ul:last-child {
  margin-bottom: 0;
}
.seo-text-block .text-wr p {
  margin-bottom: 15px;
}
.seo-text-block .text-wr p:last-child {
  margin-bottom: 0;
}
.seo-text-block .show-more {
  text-align: left;
  margin: 0;
}
.seo-text-block .show-more a {
  font-size: 14.67px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4a8bc8;
  border-bottom: 1px dotted #4a8bc8;
}
@media (max-width: 767px) {
  .seo-text-block {
    margin-top: 0;
  }
  .seo-text-block h2 {
    line-height: 20px;
    margin-bottom: 15px;
  }
  .seo-text-block .text-wr {
    height: 96px;
    overflow: hidden;
    position: relative;
    transition: height 0.3s ease;
  }
  .seo-text-block .text-wr p {
    font-size: 12px;
    line-height: 14px;
  }
  .seo-text-block .text-wr:after {
    content: "";
    background-image: -webkit-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.7) 50%,
      #fff 100%
    );
    background-image: -moz-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.7) 50%,
      #fff 100%
    );
    background-image: -ms-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.7) 50%,
      #fff 100%
    );
    background-image: -o-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.7) 50%,
      #fff 100%
    );
    background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.7) 50%,
      #fff 100%
    );
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  .seo-text-block .text-wr.open {
    height: 100%;
  }
  .seo-text-block .text-wr.open:after {
    display: none;
  }
}
.show-more {
  margin: 25px 0 0;
  text-align: center;
}
.show-more a {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4a8bc8;
  line-height: 1;
  border-bottom: 1px dotted #4a8bc8;
  position: relative;
}
.show-more a .preloader-icon {
  width: 22px;
  height: 22px;
  position: absolute;
  right: -35px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.show-more a .preloader-icon img {
  width: 100%;
}
.show-more.active a .preloader-icon {
  opacity: 1;
}
.pagination {
  text-align: center;
  margin-top: 20px;
}
.pagination .prev,
.pagination .next {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 58px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  margin-left: 2px;
  transition: all 0.3s ease;
}
.pagination .prev i,
.pagination .next i {
  font-size: 18px;
  color: #144b98;
  transition: all 0.3s ease;
}
.pagination .prev:hover,
.pagination .next:hover {
  color: #fff;
  background-color: #144b98;
}
.pagination .prev:hover i,
.pagination .next:hover i {
  color: #fff;
}
.pagination ul {
  display: inline-block;
  vertical-align: middle;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul a {
  width: 45px;
  height: 45px;
  border: 1px solid transparent;
  font-size: 18.67px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #808080;
  display: block;
  text-align: center;
  line-height: 45px;
}
.pagination ul a:not(.active):hover {
  color: #fff;
  background-color: #144b98;
}
.pagination ul a.active {
  border-color: #b8c9e0;
  color: #144b98;
}
.pagination ul span {
  font-size: 18.67px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #808080;
}

a.popup-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #000;
}
button.mfp-close {
  cursor: pointer !important;
  font-size: 48px;
  font-family: Circe, sans-serif;
}
.mfp-title {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  line-height: 21px;
  color: #282828;
}
.mfp-title h3 {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 20px;
  margin-bottom: 7px;
}
.mfp-bg.mfp-ready {
  opacity: 0.9;
}
.mfp-bg {
  background: #fff;
}
.popup-with-content img.mfp-img {
  max-height: 80vh !important;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #000;
}
.mfp-figure:after {
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.45);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.45);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.45);
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.95;
}
.mfp-arrow:before {
  color: #000;
}
.mfp-counter {
  color: #808080;
}
.select2-container {
  width: 100% !important;
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #282828;
}
.select2-container--default .select2-selection--single {
  height: 43px;
  background-image: -webkit-linear-gradient(to bottom, #fff, #ececeb 100%);
  background-image: -moz-linear-gradient(to bottom, #fff, #ececeb 100%);
  background-image: -ms-linear-gradient(to bottom, #fff, #ececeb 100%);
  background-image: -o-linear-gradient(to bottom, #fff, #ececeb 100%);
  background-image: linear-gradient(to bottom, #fff, #ececeb 100%);
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #282828;
  line-height: 43px;
  padding-left: 18px;
  padding-right: 30px;
}
.select2-results__option {
  border-top: 1px solid #e0e0e0;
  min-height: 40px;
  outline: none;
  line-height: 39px;
  padding: 0 30px 0 18px;
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4c4c4c;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #f2f2f2;
  color: #144b98;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff;
  color: #144b98;
  font-weight: bold;
}
.select2-dropdown {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-search--dropdown .select2-search__field {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #282828;
}
.select2-selection__arrow {
  position: relative;
}
.select2-selection__arrow b {
  display: none;
}
.select2-selection__arrow:after {
  content: "";
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  display: block;
  height: 5px;
  margin-top: 3px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.video-wr {
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 56.3%;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.video-wr iframe {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}
.video-wr img {
  position: absolute;
  left: 0;
  top: 0;
}
.video-wr .video-popup-icon {
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video-wr .video-popup-icon div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #144b98;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-wr .video-popup-icon div i {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 16px;
  top: 11px;
}
.video-wr .video-popup-icon div i:before {
  position: absolute;
  z-index: 3;
}
.video-wr .video-popup-icon div i:after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #144b98;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: -16px;
  top: -11px;
}
.video-wr .video-popup-icon div:after {
  content: "";
  width: 65px;
  height: 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-wr .video-popup-icon:before,
.video-wr .video-popup-icon:after {
  content: "";
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-wr.video-play iframe {
  display: block;
}
.video-wr.video-play img,
.video-wr.video-play .video-popup-icon {
  display: none;
}
@media (max-width: 767px) {
  .video-wr {
    padding-bottom: 56%;
  }
}
.careers-popup-layout {
  width: 1000px;
  margin: 0 auto;
}
.careers-popup-layout .popup-body {
  padding: 50px 80px 40px;
  display: block;
  margin: 60px auto;
  background: #fff;
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  position: relative;
}
.careers-popup-layout .popup-body .title {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 40px;
  color: #144b98;
  margin-bottom: 25px;
  text-align: center;
}
.careers-popup-layout .popup-body .close-btn {
  position: absolute;
  font-size: 50px;
  line-height: 26px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  right: -40px;
  top: 14px;
  cursor: pointer;
}
.careers-popup-layout .popup-body h4 {
  font-size: 24px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 30px;
}
.careers-popup-layout .popup-body p {
  margin-bottom: 15px;
}
.careers-popup-layout .popup-body a {
  color: #144b98;
}
.careers-popup-layout .popup-body ul {
  margin-bottom: 30px;
}
.careers-popup-layout .popup-body ul li {
  padding-left: 20px;
  position: relative;
}
.careers-popup-layout .popup-body ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #4c4c4c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
@media (max-width: 1280px) {
  .careers-popup-layout {
    width: 800px;
  }
}
@media (max-width: 991px) {
  .careers-popup-layout {
    width: 95%;
  }
  .careers-popup-layout .popup-body {
    padding: 50px 35px 20px;
  }
  .careers-popup-layout .popup-body .close-btn {
    right: 0;
    top: -30px;
  }
}
@media (max-width: 767px) {
  .careers-popup-layout .popup-body {
    padding: 30px 15px 40px;
  }
  .careers-popup-layout .popup-body .title {
    font-size: 24px;
    line-height: 26px;
  }
  .careers-popup-layout .popup-body h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .careers-popup-layout .popup-body ul {
    margin-bottom: 15px;
  }
}
.popup-blue-bg .mfp-bg {
  background-color: #144b98;
  opacity: 1;
}
.popup-blue-bg .mfp-close {
  display: none;
}
.popup-blue-bg .mfp-wrap {
  top: 0 !important;
}
.popup-layout {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: auto;
  z-index: 111;
}
.popup-layout .popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}
.popup-layout .popup-body {
  background-color: #fff;
  width: 700px;
  margin: 50px auto;
  position: relative;
  z-index: 101;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}
.popup-layout .popup-body .popup-title {
  background-color: #f7f7f7;
  text-align: center;
  position: relative;
  padding: 20px 0;
  font-size: 30px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 40px;
}
.popup-layout .popup-body .popup-title ul li {
  display: inline-block;
  vertical-align: top;
}
.popup-layout .popup-body .popup-title ul li a {
  color: #b2b2b2;
}
.popup-layout .popup-body .popup-title ul li.active a {
  color: #144b98;
}
.popup-layout .popup-body .popup-title .close-btn {
  position: absolute;
  font-size: 40px;
  line-height: 20px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #144b98;
  right: 0;
  top: -20px;
  cursor: pointer;
}
.popup-layout .popup-body .popup-content {
  padding: 40px 30px;
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #282828;
  line-height: 24px;
}
.popup-layout .popup-body .popup-content p {
  text-align: center;
}
.popup-layout .popup-body .popup-content strong {
  font-weight: bold;
}
.popup-layout .popup-body .popup-content form {
  margin-top: 25px;
}
.popup-layout .popup-body .popup-content .form-field {
  margin-bottom: 15px;
}
.popup-layout .popup-body .popup-content .form-field.required {
  position: relative;
}
.popup-layout .popup-body .popup-content .form-field.required:after {
  content: "*";
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  color: #ed1c24;
  left: calc(100% + 2px);
  top: -5px;
}
.popup-layout .popup-body .popup-content .form-field.check-error:before,
.popup-layout .popup-body .popup-content .form-field.check-ok:before {
  top: 8px;
}
.popup-layout .popup-body .popup-content .form-field input[type="checkbox"] {
  display: none;
}
.popup-layout .popup-body .popup-content .form-field label {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  line-height: 16px;
  position: relative;
  padding-left: 27px;
  display: block;
  cursor: pointer;
}
.popup-layout .popup-body .popup-content .form-field label a {
  color: #144b98;
  border-bottom: 1px solid #144b98;
  display: inline-block;
}
.popup-layout .popup-body .popup-content .form-field label:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 1px;
  border: solid 1px #144b98;
  position: absolute;
  left: 0;
  top: 1px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.popup-layout
  .popup-body
  .popup-content
  .form-field
  input[type="checkbox"]:checked
  + label:after {
  content: "\f00c";
  font-size: 10px;
  font-family: FontAwesome;
  color: #144b98;
  left: 1px;
  top: -1px;
  position: absolute;
}
.popup-layout .popup-body .popup-content .form-field.file-field label {
  padding: 0;
  display: inline-block;
}
.popup-layout
  .popup-body
  .popup-content
  .form-field.captcha-field
  .captcha-img {
  width: 180px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.popup-layout
  .popup-body
  .popup-content
  .form-field.captcha-field
  .captcha-img
  img {
  max-width: 100%;
}
.popup-layout
  .popup-body
  .popup-content
  .form-field.captcha-field
  input:not([type="checkbox"]):not([type="radio"]) {
  width: calc(100% - 204px);
  display: inline-block;
  vertical-align: top;
}
.popup-layout .popup-body .popup-content .form-field.checkbox-field label {
  margin-bottom: 10px;
}
.popup-layout
  .popup-body
  .popup-content
  .form-field.checkbox-field
  label:last-child {
  margin-bottom: 0;
}
.popup-layout .popup-body .popup-content .bottom-links-wr {
  text-align: center;
  margin-top: 45px;
}
.popup-layout.recall-popup .popup-body .popup-content form {
  margin-top: 35px;
}
.popup-layout.recall-popup .popup-body .popup-content .bottom-links-wr {
  text-align: center;
}
.popup-layout.success-popup .popup-body .popup-content {
  text-align: center;
  padding: 40px 30px 60px;
}
.popup-layout.success-popup .popup-body .popup-content i {
  font-size: 40px;
  color: #144b98;
  margin-bottom: 25px;
}
.popup-layout.show {
  display: block;
}
.popup-layout.show .popup-bg {
  opacity: 0.9;
}
.popup-layout.show .popup-body {
  opacity: 1;
}
@media (max-width: 991px) {
  .popup-layout .popup-body {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .popup-layout .popup-body {
    margin: 30px auto;
  }
  .popup-layout .popup-body .popup-title {
    font-size: 24px;
    line-height: 26px;
  }
  .popup-layout .popup-body .popup-content {
    padding: 20px 15px 35px;
  }
  .popup-layout .popup-body .popup-content .submit-button {
    width: 250px;
    margin: 0 auto;
  }
  .popup-layout .popup-body .popup-content .bottom-links-wr {
    margin-top: 25px;
  }
  .popup-layout.recall-popup .popup-body .popup-content .bottom-links-wr {
    text-align: center;
  }
  .popup-layout.recall-popup
    .popup-body
    .popup-content
    .bottom-links-wr
    .submit-button {
    width: 250px;
  }
  .popup-layout.success-popup .popup-body .popup-content {
    padding: 20px 15px 30px;
  }
  .popup-layout.success-popup .popup-body .popup-content p br {
    display: none;
  }
}
.eng-version-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: auto;
  z-index: 111;
}
.eng-version-popup .popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}
.eng-version-popup .popup-body {
  background-color: #fff;
  width: 600px;
  margin: 50px auto;
  padding: 30px 64px 55px;
  position: relative;
  z-index: 101;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}
.eng-version-popup .popup-title {
  font-size: 30px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  margin-bottom: 38px;
}
.eng-version-popup .popup-content {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 24px;
  color: #4d4d4d;
}
.eng-version-popup .button-wr {
  margin-top: 55px;
}
.eng-version-popup .button-wr > div {
  width: 150px;
  display: inline-block;
  vertical-align: top;
}
.eng-version-popup .button-wr a {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}
.eng-version-popup .close-btn {
  font-weight: 300;
  position: absolute;
  right: 3px;
  top: 5px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}
.eng-version-popup.open {
  display: block;
}
.eng-version-popup.open .popup-bg {
  opacity: 0.9;
}
.eng-version-popup.open .popup-body {
  opacity: 1;
}
@media (max-width: 767px) {
  .eng-version-popup .popup-body {
    width: 95%;
    margin: 30px auto;
    padding: 30px 15px 35px;
  }
  .eng-version-popup .popup-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .eng-version-popup .popup-content {
    font-size: 14px;
    line-height: 20px;
  }
  .eng-version-popup .button-wr {
    margin-top: 35px;
  }
  .eng-version-popup .button-wr > div {
    width: calc(50% - 2px);
    max-width: 150px;
  }
}
.form-field {
  vertical-align: top;
  position: relative;
}
.form-field input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  height: 40px;
  border: 1px solid #e0e0e0;
  padding: 0 15px;
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #354052;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form-field input:not([type="checkbox"]):not([type="radio"]):focus,
.form-field input:not([type="checkbox"]):not([type="radio"]):active {
  border-color: rgba(20, 75, 152, 0.5);
}
.form-field textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #e0e0e0;
  padding: 12px 15px;
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #354052;
  resize: horizontal;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form-field textarea:focus,
.form-field textarea:active {
  border-color: rgba(20, 75, 152, 0.5);
}
.form-field.check-ok label {
  top: 0;
}
.form-field.check-ok:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
  color: #1bb934;
  position: absolute;
  right: 10px;
  top: 39px;
}
.form-field.check-error input:not([type="checkbox"]):not([type="radio"]) {
  border-color: #ed1c24;
}
.form-field.check-error:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 12px;
  color: #ed1c24;
  position: absolute;
  right: 10px;
  top: 39px;
}
.form-field.edited label {
  top: 0;
}
.form-field.required {
  position: relative;
}
.form-field.required:after {
  content: "*";
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  color: #ed1c24;
  left: calc(100% + 2px);
  top: -5px;
}
.form-field.file-field {
  position: relative;
}
.form-field.file-field label {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  line-height: 21.33px;
  color: #282828;
  margin-bottom: 0;
  padding: 0;
}
.form-field.file-field label:before {
  display: none;
}
.form-field.file-field .add-file {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 21.33px;
  color: #282828;
  float: right;
  padding-right: 10px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.form-field.file-field .delete-file {
  float: right;
  padding-right: 10px;
  margin-right: -10px;
  padding-left: 10px;
  font-size: 22px;
  line-height: 16px;
  padding-top: 5px;
  cursor: pointer;
  display: none;
}
.form-field.file-field input[type="file"] {
  opacity: 0;
  padding: 0;
  position: absolute;
  height: 20px;
  width: 50%;
  right: 0;
  top: 0;
  margin: 0;
  cursor: pointer;
  display: none;
}
.form-field.file-field .tooltip-text {
  font-size: 12px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #8b8b8b;
  line-height: 24px;
  position: relative;
  margin-top: -5px;
  display: block;
}
.form-field ::-moz-placeholder {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #a6a6a6;
}
.form-field :-ms-input-placeholder {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #a6a6a6;
}
.form-field ::-webkit-input-placeholder {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #a6a6a6;
}
.form-field ::placeholder {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #a6a6a6;
}
.rline {
  position: relative;
}
.rfield_error {
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: -22px;
  color: #cf112b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .rfield_error {
    width: 250px;
    left: 50%;
    bottom: 88px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.rf_error {
  border-bottom: 1px solid #cf112b !important;
  transition: all 0.3s ease 0s;
}
.empty_field.rf_val {
  border-bottom: 1px solid #cf112b !important;
  transition: all 0.3s ease 0s;
}
.rf_val {
  border-bottom: 1px solid #90c84f !important;
  transition: all 0.3s ease 0s;
}
.fieldWithErrors .form-control {
  border-bottom: 1px solid #cf112b !important;
  transition: all 0.3s ease 0s;
}
.formError {
  color: #cf112b;
  padding-top: 4px;
}
#result_form {
  margin: 10px;
  display: inline-block;
  opacity: 0;
  height: auto;
  background-color: #fff;
  position: absolute;
  top: -61px;
  right: 40px;
  width: 208px;
}
@media (max-width: 1280px) {
  #result_form {
    top: auto;
    bottom: -54px;
  }
}
@media (max-width: 767px) {
  #result_form {
    right: 0;
    top: 10px;
    display: block;
    width: 250px;
    margin: 0 auto;
    bottom: 0;
    position: relative;
  }
}
#result_form span {
  display: block;
  padding: 7px;
  line-height: 1.5em;
  color: #009688;
  text-align: center;
  font-size: 15px;
}
#result_form span i.fa {
  padding-right: 10px;
}

.form-wr-layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transform: scale(0.17);
  transform: scale(0.17);
  -webkit-transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1),
    opacity 0.2s ease;
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.2s ease;
  z-index: -11;
}
.form-wr-layout .form-container {
  width: 50%;
}
.form-wr-layout form {
  position: relative;
}
.form-wr-layout form:after {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 20px;
  color: #144b98;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 0;
}
.form-wr-layout input[type="text"] {
  font-size: 18px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #05377a;
  padding: 0 20px 0 7px;
  border-bottom: 1px solid #aaa;
  width: 100%;
  height: 35px;
}
.form-wr-layout input[type="submit"] {
  position: absolute;
  right: -1px;
  top: 2px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 1;
}
.form-wr-layout input:-moz-placeholder {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #666;
}
.form-wr-layout input:-ms-input-placeholder {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #666;
}
.form-wr-layout input::-moz-placeholder {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #666;
}
.form-wr-layout input::placeholder {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #666;
}
.form-wr-layout .tooltip {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.form-wr-layout .tooltip p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  margin-top: 35px;
  margin-bottom: 10px;
  color: #666;
}
.form-wr-layout .tooltip a {
  color: #144b98;
  margin-right: 15px;
  position: relative;
}
.form-wr-layout .tooltip a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #144b98;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: width 0.5s ease;
}
.form-wr-layout .tooltip a:hover:after {
  width: 23px;
}
.form-wr-layout .close-btn {
  position: fixed;
  right: 15vw;
  top: 14vh;
  font-size: 42px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.form-wr-layout.open {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 121;
}
.form-wr-layout.open .tooltip {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.form-wr-layout.open .close-btn {
  opacity: 1;
}
.form-wr-layout.close {
  opacity: 0;
  -webkit-transform: scale(0.17);
  transform: scale(0.17);
}
.form-wr-layout.close .tooltip {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form-wr-layout.close .close-btn {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1280px) {
  .form-wr-layout .close-btn {
    right: 12vw;
  }
  .form-wr-layout .form-container {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .form-wr-layout .tooltip a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .form-wr-layout .form-container {
    width: 100%;
    padding: 0 15px;
  }
  .form-wr-layout .close-btn {
    right: 15px;
  }
  .form-wr-layout input[type="submit"] {
    right: 14px;
  }
  .form-wr-layout:after {
    right: 14px;
  }
}
.mobile-menu-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #05377a;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu-popup .lang-wr {
  display: inline-block;
  margin-top: 28px;
  margin-left: 30px;
}
.mobile-menu-popup .lang-wr a,
.mobile-menu-popup .lang-wr span {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #a6a6a6;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px;
}
.mobile-menu-popup .lang-wr a.active,
.mobile-menu-popup .lang-wr span.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .mobile-menu-popup .lang-wr {
    margin-left: 20px;
  }
}
.mobile-menu-popup .close-btn {
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 44px;
  color: #fff;
  font-family: Circe, sans-serif;
  font-weight: normal;
  z-index: 10;
}
.mobile-menu-popup .links-wr {
  height: calc(100% - 144px);
  text-align: center;
  display: flex;
  align-items: center;
  overflow: auto;
  padding: 20px 0;
}
.mobile-menu-popup .links-wr .container {
  height: 100%;
}
.mobile-menu-popup .links-wr .site-links {
  text-align: left;
  height: calc(100% - 50px);
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
}
.mobile-menu-popup .links-wr .site-links > ul {
  max-height: 100%;
  overflow: auto;
}
.mobile-menu-popup .links-wr .site-links > ul li {
  margin-bottom: 35px;
}
.mobile-menu-popup .links-wr .site-links > ul li a {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.mobile-menu-popup .links-wr .site-links > ul li a i {
  font-size: 22px;
  color: #4b8dca;
  margin-right: 25px;
  vertical-align: middle;
}
.mobile-menu-popup .links-wr .site-links > ul li .second-level-menu {
  height: 0;
  overflow: hidden;
  margin-top: 10px;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.mobile-menu-popup .links-wr .site-links > ul li .second-level-menu ul {
  padding-left: 17px;
}
.mobile-menu-popup .links-wr .site-links > ul li .second-level-menu ul li {
  margin-bottom: 10px;
}
.mobile-menu-popup .links-wr .site-links > ul li .second-level-menu ul li a {
  text-transform: none;
}
.mobile-menu-popup .links-wr .site-links > ul li.with-second > a {
  position: relative;
}
.mobile-menu-popup .links-wr .site-links > ul li.with-second > a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-left: 1px solid #4b8dca;
  border-bottom: 1px solid #4b8dca;
  background-color: transparent;
  position: absolute;
  top: 2px;
  right: -15px;
  bottom: inherit;
  left: inherit;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-popup .links-wr .site-links > ul li.with-second.open a:after {
  top: 4px;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.mobile-menu-popup
  .links-wr
  .site-links
  > ul
  li.with-second.open
  .second-level-menu {
  height: auto;
}
.mobile-menu-popup .links-wr .site-links > ul li:last-child {
  margin-bottom: 0;
}
.mobile-menu-popup .links-wr .nav-links {
  margin-top: 10vh;
}
.mobile-menu-popup .links-wr .nav-links ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
.mobile-menu-popup .links-wr .nav-links ul li a {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #fff;
}
@media (max-width: 767px) {
  .mobile-menu-popup .links-wr .site-links ul li {
    margin-bottom: 10%;
  }
  .mobile-menu-popup .links-wr .nav-links {
    margin-top: 15%;
  }
}
.mobile-menu-popup .socials-wr ul li {
  display: inline-block;
  vertical-align: top;
}
.mobile-menu-popup .socials-wr ul li a {
  padding: 0 15px;
  font-size: 21.33px;
  color: #fff;
}
.mobile-menu-popup .socials-wr ul li a i {
  vertical-align: middle;
}
.mobile-menu-popup .socials-wr ul li a svg {
  width: 18px;
  vertical-align: middle;
}
.mobile-menu-popup .socials-wr ul li a svg circle {
  fill: #fff;
}
.mobile-menu-popup .contact {
  height: 92px;
  background-color: #144b98;
  text-align: center;
  padding: 24px 0;
}
.mobile-menu-popup .contact .contact-wr {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 55px;
}
.mobile-menu-popup .contact .contact-wr .recall {
  position: absolute;
  left: 0;
  top: 0;
}
.mobile-menu-popup .contact .contact-wr .work-time {
  font-size: 12px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #498bc8;
}
.mobile-menu-popup .contact .contact-wr .phone-numb {
  text-align: right;
}
.mobile-menu-popup .contact .contact-wr .phone-numb a {
  font-size: 18.67px;
  font-family: Circe, sans-serif;
  font-weight: 800;
  color: #fff;
}
.mobile-menu-popup.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) and (orientation: landscape) {
  .mobile-menu-popup .links-wr {
    height: calc(100% - 65px);
  }
  .mobile-menu-popup .links-wr .site-links ul li {
    margin-bottom: 1vh;
  }
  .mobile-menu-popup .links-wr .nav-links {
    margin-top: 3vh;
  }
  .mobile-menu-popup .contact {
    height: 65px;
    padding: 10px 0;
  }
}
.right-fixed-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 70px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 95px 50px 0 rgba(36, 36, 36, 0.2);
  -moz-box-shadow: 0 95px 50px 0 rgba(36, 36, 36, 0.2);
  box-shadow: 0 95px 50px 0 rgba(36, 36, 36, 0.2);
  z-index: 110;
}
.right-fixed-layout .top-links-wr {
  text-align: center;
  padding-top: 17px;
  -webkit-transition: opacity 1.5s ease 1.3s;
  transition: opacity 1.5s ease 1.3s;
}
.right-fixed-layout .top-links-wr .search {
  cursor: pointer;
  margin-top: 38px;
}
.right-fixed-layout .top-links-wr .search i {
  font-size: 16px;
  color: #144b98;
}
.right-fixed-layout .top-links-wr .lang-wr {
  position: relative;
  margin-top: 22px;
  z-index: 10;
}
.right-fixed-layout .top-links-wr .lang-wr .active {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #144b98;
  text-transform: uppercase;
  padding-right: 10px;
  position: relative;
  cursor: pointer;
}
.right-fixed-layout .top-links-wr .lang-wr .active:after {
  content: "";
  width: 5px;
  height: 5px;
  border-left: 1px solid #144b98;
  border-bottom: 1px solid #144b98;
  background-color: transparent;
  position: absolute;
  top: 4px;
  right: 0;
  bottom: inherit;
  left: inherit;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.right-fixed-layout .top-links-wr .lang-wr .dropdown-lang {
  position: absolute;
  top: 120%;
  left: -3px;
  width: 40px;
  padding: 5px 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  background: #fff;
  -webkit-box-shadow: 0px 0px 25px rgba(60, 59, 59, 0.15);
  -moz-box-shadow: 0px 0px 25px rgba(60, 59, 59, 0.15);
  box-shadow: 0px 0px 25px rgba(60, 59, 59, 0.15);
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
}
.right-fixed-layout .top-links-wr .lang-wr .dropdown-lang a {
  text-transform: uppercase;
  padding: 5px 10px;
  display: block;
  color: #a6a6a6;
}
.right-fixed-layout .top-links-wr .lang-wr .dropdown-lang a:hover {
  color: #144b98;
}
.right-fixed-layout .top-links-wr .lang-wr .dropdown-lang:after {
  content: "";
  bottom: 100%;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 10px;
}
.right-fixed-layout .top-links-wr .lang-wr.open .active:after {
  opacity: 0;
}
.right-fixed-layout .top-links-wr .lang-wr.open .dropdown-lang {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.right-fixed-layout .bottom-links-wr {
  width: 100%;
  text-align: center;
  padding-bottom: 115px;
  -webkit-transition: opacity 1.5s ease 1.3s;
  transition: opacity 1.5s ease 1.3s;
}
.right-fixed-layout .bottom-links-wr .socials-wr {
  margin-bottom: 25px;
}
.right-fixed-layout .bottom-links-wr .socials-wr ul {
  font-size: 0;
}
.right-fixed-layout .bottom-links-wr .socials-wr ul li {
  margin-top: 11px;
}
.right-fixed-layout .bottom-links-wr .socials-wr ul a {
  font-size: 21.33px;
  color: #144b98;
}
.right-fixed-layout .bottom-links-wr .socials-wr ul a .fa {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.right-fixed-layout .bottom-links-wr .socials-wr ul a .fa-telegram {
  width: 21px;
  height: 21px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.right-fixed-layout .bottom-links-wr .socials-wr ul a .telegram {
  width: 20px;
  vertical-align: top;
}
.right-fixed-layout .bottom-links-wr .socials-wr ul a .telegram circle {
  fill: #144b98;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.right-fixed-layout .bottom-links-wr .socials-wr .more-socials {
  margin-top: 12px;
  display: inline-block;
}
.right-fixed-layout .bottom-links-wr .socials-wr .more-socials img {
  width: 15px;
}
.right-fixed-layout .bottom-links-wr .share-block {
  margin-top: 26px;
}
.right-fixed-layout .bottom-links-wr .share-block i {
  font-size: 21.33px;
  color: #144b98;
}

.right-fixed-layout .bottom-links-wr .goto-im {
  width: 70px;
  height: 67px;
  background-color: #144b98;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.right-fixed-layout .bottom-links-wr .goto-im a {
  display: flex;
  align-items: center;
  height: 100%;
}
.right-fixed-layout .bottom-links-wr .goto-im .tooltip-text {
  width: 146px;
  text-align: left;
  display: none;
}
.right-fixed-layout .bottom-links-wr .goto-im .tooltip-text span {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  opacity: 0;
}
.right-fixed-layout .bottom-links-wr .goto-im .icon-wr {
  display: inline-block;
  width: 70px;
  height: 100%;
  line-height: 68px;
  position: absolute;
  right: 0;
  top: 0;
}
.right-fixed-layout .bottom-links-wr .goto-im .icon-wr i {
  position: absolute;
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-style: normal;
  color: #fff;
  top: 11px;
  left: 54px;
  line-height: 14px;
}
.right-fixed-layout .bottom-links-wr .goto-im .icon-wr img {
  width: 24px;
  vertical-align: middle;
}
.right-fixed-layout .bottom-links-wr .goto-im.open {
  width: 220px;
}
.right-fixed-layout .bottom-links-wr .goto-im.open .tooltip-text {
  padding-left: 25px;
  display: inline-block;
}
.right-fixed-layout .bottom-links-wr .goto-im.open .tooltip-text span {
  opacity: 0;
  -webkit-animation: fadein 0.3s ease forwards 0.3s;
  animation: fadein 0.3s ease forwards 0.3s;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1280px) and (max-height: 700px) {
  .right-fixed-layout {
    -webkit-box-shadow: 0 70px 27px 0 rgba(36, 36, 36, 0.2);
    -moz-box-shadow: 0 70px 27px 0 rgba(36, 36, 36, 0.2);
    box-shadow: 0 70px 27px 0 rgba(36, 36, 36, 0.2);
  }
  .right-fixed-layout .top-links-wr {
    padding-top: 7px;
  }
}
@media (max-width: 1280px) {
  .right-fixed-layout {
    width: 50px;
  }
  .right-fixed-layout .top-links-wr {
    padding-top: 13px;
  }
  .right-fixed-layout .top-links-wr .search {
    margin-top: 30px;
  }
  .right-fixed-layout .bottom-links-wr {
    padding-bottom: 70px;
  }
  .right-fixed-layout .bottom-links-wr .goto-im {
    width: 50px;
    height: 50px;
  }
  .right-fixed-layout .bottom-links-wr .goto-im .icon-wr {
    width: 50px;
    line-height: 50px;
  }
  .right-fixed-layout .bottom-links-wr .goto-im .icon-wr i {
    top: 5px;
    left: 35px;
  }
  .right-fixed-layout .bottom-links-wr .goto-im.open {
    width: 190px;
  }
}
.product-item {
  width: 250px;
  height: 470px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-right: 2px;
  margin-bottom: 2px;
  vertical-align: top;
  z-index: 1;
}
.product-item .item-wr {
  width: 100%;
  background-color: #fff;
  padding: 21px 17px 16px;
  transition: all 0.3s ease;
}
.product-item .top-block {
  position: relative;
}
.product-item .top-block .logo {
  height: 25px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.product-item .top-block .logo a {
  display: block;
}
.product-item .top-block .logo img {
  vertical-align: middle;
  line-height: 20px;
  max-height: 100%;
  max-width: 100%;
}
.product-item .top-block .sale-layout {
  position: absolute;
  left: 0;
  top: 34px;
}
.product-item .img-block {
  margin-top: 13px;
  display: block;
  height: 203px;
  text-align: center;
}
.product-item .img-block a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 203px;
}
.product-item .img-block a img {
  max-width: 100%;
  max-height: 100%;
  line-height: 203px;
  vertical-align: middle;
  margin: 0 auto;
}
.product-item .product-info-block {
  margin-top: 12px;
}
.product-item .product-info-block .name {
  line-height: 1;
}
.product-item .product-info-block .name a {
  font-size: 14.67px;
  font-family: Circe, sans-serif;
  line-height: 16px;
  font-weight: bold;
  color: #323232;
  left: 18px;
  display: block;
  width: 100%;
}
.product-item .product-info-block .button-link {
  margin-top: 0;
  width: 100%;
}
.product-item .product-info-block .descr-wr {
  margin-top: 8px;
}
.product-item .product-info-block .descr-wr li {
  font-size: 12px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #343434;
  line-height: 17.33px;
}
.product-item .product-info-block .descr-wr p {
  font-size: 12px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  line-height: 17.33px;
}
.product-item:after {
  content: "";
  width: 100%;
  height: 42px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: -webkit-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.7) 50%,
    #fff 100%
  );
  background-image: -moz-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.7) 50%,
    #fff 100%
  );
  background-image: -ms-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.7) 50%,
    #fff 100%
  );
  background-image: -o-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.7) 50%,
    #fff 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.7) 50%,
    #fff 100%
  );
}
.product-item.super-prod {
  width: 502px;
}
.product-item.super-prod .item-wr {
  width: 100%;
  position: absolute;
}
.product-item.super-prod .product-info-block .name {
  width: calc(100% - 245px);
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.product-item.super-prod .product-info-block .button-link {
  width: 210px;
  display: inline-block;
  vertical-align: middle;
}
.product-item.super-prod .img-block {
  height: 274px;
  position: relative;
}
.product-item.super-prod .img-block a {
  line-height: 274px;
}
.product-item.super-prod-small .availability {
  margin: 12px 0 11px;
}
.product-item.in-favorite .right-links .favorite-icon a:after {
  content: "\0042";
  color: #144b98;
}
.product-item.in-compare .right-links .compare-icon a:after {
  color: #144b98;
}
@media (max-width: 1365px) {
  .product-item {
    width: 260px;
  }
  .product-item.super-prod {
    width: 522px;
  }
}
@media (max-width: 1280px) {
  .product-item {
    width: 33%;
  }
  .product-item .item-wr {
    width: 100%;
    padding: 21px 15px 16px;
  }
  .product-item.super-prod {
    width: calc(66% + 2px);
  }
}
@media (max-width: 991px) {
  .product-item {
    height: auto;
    width: calc(50% - 2px);
  }
  .product-item .item-wr {
    padding-bottom: 24px;
    position: relative;
  }
  .product-item .product-info-block .descr-wr {
    display: none;
  }
  .product-item.super-prod {
    margin-right: 0;
    width: 100%;
  }
  .product-item.super-prod .item-wr {
    position: relative;
  }
  .product-item:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .product-item {
    width: 100%;
    height: 100%;
    margin-right: 0;
  }
  .product-item .item-wr {
    height: 100%;
  }
  .product-item .product-info-block .button-link {
    width: 210px;
    margin: 25px auto 0;
    display: block;
  }
  .product-item.super-prod {
    width: 100%;
  }
  .product-item.super-prod .img-block {
    height: 250px;
  }
  .product-item.super-prod .product-info-block .name {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  .product-item.super-prod .product-info-block .button-link {
    width: 210px;
    margin: 25px auto 0;
    display: block;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .product-item {
    width: calc(50% - 2px);
    margin-right: 2px;
  }
}
.right-links {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.right-links .icon-wr {
  display: inline-block;
  margin-right: 20px;
}
.right-links .icon-wr a {
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
}
.right-links .icon-wr a:after {
  font-family: AGROMAT-Icon;
  font-size: 22px;
  color: #a5a5a5;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.right-links .icon-wr img {
  width: 22px;
}
.right-links .icon-wr:last-child {
  margin-right: 0;
}
.right-links .icon-wr.compare-icon a:after {
  content: "\0044";
}
.right-links .icon-wr.favorite-icon a:after {
  content: "\0043";
}
.sale-layout {
  font-size: 12px;
  font-family: Circe, sans-serif;
  font-weight: 800;
  color: #fff;
  background-color: #ed1c24;
  text-transform: uppercase;
  padding: 6px 15px 2px;
  display: inline-block;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 34px;
}



.fullpage-wr {
  font-size: 0;
}
.fullpage-wr section {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
}
.fullpage-wr section .left-content-wr {
  width: 31%;
  min-width: 400px;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  vertical-align: top;
  padding: 125px 43px 44px 110px;
}
.fullpage-wr section .left-content-wr h1 {
  font-size: 36px;
  font-family: Circe, sans-serif;
  font-weight: 800;
  line-height: 36px;
  color: #144b98;
  text-transform: uppercase;
}
.fullpage-wr section .left-content-wr h2 {
  font-size: 36px;
  font-family: Circe, sans-serif;
  font-weight: 800;
  color: #144b98;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .fullpage-wr section .left-content-wr h2 {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.fullpage-wr section .left-content-wr .subtitle {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #144b98;
  line-height: 1.2;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .fullpage-wr section .left-content-wr .subtitle {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.fullpage-wr section .left-content-wr .title-wr.first-screen p {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 14px;
  color: #144b98;
}
@media (min-width: 992px) {
  .fullpage-wr section .left-content-wr .title-wr.first-screen {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@media (min-width: 992px) {
  .fullpage-wr section .left-content-wr .text-info {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.fullpage-wr section .left-content-wr .text-info .title {
  font-size: 18px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 1;
}
.fullpage-wr section .left-content-wr .text-info p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #4d4d4e;
  line-height: 22px;
  margin-top: 15px;
}
.fullpage-wr section .left-content-wr .shops-wr {
  width: 100%;
}
@media (min-width: 992px) {
  .fullpage-wr section .left-content-wr .shops-wr .shop-slider {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.fullpage-wr section .left-content-wr .shops-wr .addr a {
  font-size: 18px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  display: block;
}
.fullpage-wr section .left-content-wr .shops-wr .addr a img {
  width: 12px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
  display: inline-block;
}
.fullpage-wr section .left-content-wr .shops-wr .img-wr {
  width: 100%;
  height: 230px;
  max-height: 42vh;
  margin: 5px 0 15px;
  overflow: hidden;
}
.fullpage-wr section .left-content-wr .shops-wr .img-wr a {
  display: block;
  width: 100%;
  height: 100%;
}
.fullpage-wr section .left-content-wr .shops-wr .img-wr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullpage-wr section .left-content-wr .shops-wr .slick-arrow {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  font-size: 0;
  z-index: 10;
  cursor: pointer;
}
.fullpage-wr section .left-content-wr .shops-wr .slick-arrow:before {
  font-family: FontAwesome;
  font-size: 18px;
  color: #144b98;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fullpage-wr section .left-content-wr .shops-wr .slick-arrow.slick-prev {
  left: 0;
}
.fullpage-wr section .left-content-wr .shops-wr .slick-arrow.slick-prev:before {
  content: "\f053";
}
.fullpage-wr section .left-content-wr .shops-wr .slick-arrow.slick-next {
  right: 0;
}
.fullpage-wr section .left-content-wr .shops-wr .slick-arrow.slick-next:before {
  content: "\f054";
}
.fullpage-wr section .left-content-wr .shops-wr .button-link {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.fullpage-wr section .left-content-wr .tab-links .title {
  font-size: 24px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #ed1c24;
  margin-bottom: 5vh;
}
@media (min-width: 992px) {
  .fullpage-wr section .left-content-wr .tab-links .title {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@media (min-width: 992px) {
  .fullpage-wr section .left-content-wr .tab-links ul {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.fullpage-wr section .left-content-wr .tab-links li {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4c4c4c;
  cursor: pointer;
  margin-bottom: 2vh;
}
.fullpage-wr section .left-content-wr .tab-links li.active {
  color: #ed1c24;
}
.fullpage-wr section .left-content-wr .tab-links li.active:after {
  background-color: #ed1c24;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fullpage-wr section .left-content-wr .tab-links li:last-child {
  margin-bottom: 0;
}
.fullpage-wr section .left-content-wr .tab-links .button-link {
  margin-top: 4vh;
}
@media (min-width: 992px) {
  .fullpage-wr section .left-content-wr .tab-links .button-link {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.fullpage-wr section .left-content-wr .news-wr {
  margin: 0;
}
.fullpage-wr section .left-content-wr .news-wr h2 {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .fullpage-wr section .left-content-wr .news-wr .main-news {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.fullpage-wr section .left-content-wr .news-wr .item {
  margin-bottom: 12px;
}
.fullpage-wr section .left-content-wr .news-wr .item .img-wr {
  width: 140px;
  height: 83px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.fullpage-wr section .left-content-wr .news-wr .item .img-wr img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fullpage-wr section .left-content-wr .news-wr .item .info-wr {
  width: calc(100% - 140px);
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
  max-height: 83px;
  overflow: hidden;
}
.fullpage-wr section .left-content-wr .news-wr .item .info-wr .date {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #808080;
  line-height: 1;
  margin-bottom: 6px;
}
.fullpage-wr section .left-content-wr .news-wr .item .info-wr .article {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4c4c4c;
  line-height: 16px;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .fullpage-wr section .left-content-wr .news-wr .button-link {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.fullpage-wr section .left-content-wr .links-wr {
  width: 100%;
}
@media (min-width: 992px) {
  .fullpage-wr section .left-content-wr .links-wr {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.fullpage-wr section .left-content-wr .links-wr li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  height: 54px;
  margin-bottom: 30px;
}
.fullpage-wr section .left-content-wr .links-wr li:nth-last-child(2),
.fullpage-wr section .left-content-wr .links-wr li:nth-last-child(1) {
  margin-bottom: 0;
}
.fullpage-wr section .left-content-wr .links-wr li:nth-last-child(2) img,
.fullpage-wr section .left-content-wr .links-wr li:nth-last-child(1) img {
  max-height: 40px;
}
.fullpage-wr section .left-content-wr .links-wr li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 54px;
  vertical-align: middle;
}
.fullpage-wr section .left-content-wr .links-wr li img {
  max-width: 100%;
  max-height: 100%;
  line-height: 54px;
  vertical-align: middle;
}
.fullpage-wr section .right-content-wr {
  width: 69%;
  max-width: calc(100% - 400px);
  height: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.fullpage-wr section .right-content-wr .banner-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.fullpage-wr section .right-content-wr .banner-slider .slick-list,
.fullpage-wr section .right-content-wr .banner-slider .slick-track,
.fullpage-wr section .right-content-wr .banner-slider .slick-slide,
.fullpage-wr section .right-content-wr .banner-slider .slick-slide > div {
  height: 100%;
}
.fullpage-wr section .right-content-wr .banner-slider .item {
  position: relative;
  height: 100%;
}
.fullpage-wr section .right-content-wr .banner-slider .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fullpage-wr section .right-content-wr .banner-slider .item img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
}
.fullpage-wr section .right-content-wr .banner-slider .slick-arrow {
  border: 1px solid rgba(227, 228, 230, 0.3);
  bottom: 114px;
}
.fullpage-wr section .right-content-wr .banner-slider .slick-arrow:before {
  color: #e3e4e6;
}
.fullpage-wr section .right-content-wr .banner-slider .slick-arrow.slick-prev {
  right: 163px;
}
.fullpage-wr section .right-content-wr .banner-slider .slick-arrow.slick-next {
  right: 114px;
}
.fullpage-wr
  section
  .right-content-wr
  .banner-slider.ready
  .slick-active
  .item
  img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fullpage-wr section .right-content-wr .text-info {
  position: absolute;
  right: 116px;
  bottom: 185px;
  width: 350px;
}
.fullpage-wr section .right-content-wr .text-info .title {
  font-size: 30px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #ed1c24;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 12px;
}
.fullpage-wr section .right-content-wr .text-info p {
  font-size: 24px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  line-height: 24px;
  color: #fff;
  text-align: right;
}
.fullpage-wr section .right-content-wr .solution-tabs {
  width: 100%;
  height: 100%;
}
.fullpage-wr section .right-content-wr .solution-tabs .slick-list,
.fullpage-wr section .right-content-wr .solution-tabs .slick-track,
.fullpage-wr section .right-content-wr .solution-tabs .slick-slide > div {
  height: 100vh;
}
.fullpage-wr section .right-content-wr .solution-tabs .item {
  position: relative;
  height: 100%;
}
.fullpage-wr section .right-content-wr .solution-tabs .item .tab-title {
  position: absolute;
  left: 20px;
  top: 140px;
  height: auto;
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 1;
  border-bottom: 2px solid #144b98;
}
.fullpage-wr section .right-content-wr .solution-tabs .item .tab-title a {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 1;
  display: block;
  text-transform: lowercase;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .tab-title
  a:first-letter {
  text-transform: capitalize;
}
.fullpage-wr section .right-content-wr .solution-tabs .item > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item {
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item:nth-child(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item:nth-child(2) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item:nth-child(3) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item:nth-child(4) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item:nth-child(5) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item:nth-child(6) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item:nth-child(8) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item:nth-child(9) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item:nth-child(10) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item
  .pin-icon {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform-origin: center;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item
  .pin-icon
  i {
  width: 12px;
  height: 12px;
  background-color: #f1f1f1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-box-shadow: 0 0 10px 0 rgba(36, 36, 36, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(36, 36, 36, 0.5);
  box-shadow: 0 0 10px 0 rgba(36, 36, 36, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item
  .pin-icon
  i:before {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item
  .pin-icon
  i:after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  left: 1px;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item
  .pin-icon:before,
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item
  .pin-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  z-index: -1;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item
  .product-item {
  width: 260px;
  height: 442px;
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  -webkit-transform: translate(22px, 22px);
  transform: translate(22px, 22px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item
  .product-item
  .top-block {
  margin-bottom: 8px;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item
  .product-item
  .product-info-block
  .name {
  height: auto;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item
  .product-item
  .img-block {
  width: 170px;
  height: 170px;
  margin: 0 auto;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item
  .product-item
  .img-block
  a {
  line-height: 170px;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item
  .product-item
  .img-block
  a
  img {
  line-height: 170px;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item.actived {
  z-index: 10;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item.actived
  .pin-icon
  i {
  background-color: #ed1c24;
  width: 28px;
  height: 28px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item.actived
  .pin-icon
  i:after {
  opacity: 1;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item.actived
  .pin-icon:before {
  animation: pulse 3s ease infinite;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item.actived
  .pin-icon:after {
  animation: pulse 3s ease infinite 0.7s;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item.actived
  .product-item {
  opacity: 1;
  visibility: visible;
  display: block;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item.start-anim
  .pin-icon
  i {
  background-color: #ed1c24;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item.start-anim
  .pin-icon:before {
  animation: pulse 3s ease infinite;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item.start-anim
  .pin-icon:after {
  animation: pulse 3s ease infinite 0.7s;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item.start-anim.hide
  .pin-icon:before,
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item.start-anim.hide
  .pin-icon:after {
  animation: none;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-2
  .pin-icon {
  top: 0;
  left: 0;
}
.fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-2
  .product-wr {
  margin-bottom: 0;
  margin-top: 14px;
}
.fullpage-wr section .right-content-wr .slider-tabs-content {
  width: 100%;
  height: 100%;
}
.fullpage-wr section .right-content-wr .slider-tabs-content div {
  width: 100%;
  height: 100%;
}
.fullpage-wr section .right-content-wr .slider-tabs-content .item {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  overflow: hidden;
}
.fullpage-wr section .right-content-wr .slider-tabs-content .item.active {
  display: block;
}
.fullpage-wr section .right-content-wr .slider-tabs-content .slick-arrow {
  width: 45px;
  height: 45px;
  background-color: #144b98;
  position: absolute;
  bottom: 30px;
  font-size: 0;
  z-index: 10;
  cursor: pointer;
}
.fullpage-wr
  section
  .right-content-wr
  .slider-tabs-content
  .slick-arrow:before {
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fullpage-wr
  section
  .right-content-wr
  .slider-tabs-content
  .slick-arrow.slick-prev {
  left: 64px;
}
.fullpage-wr
  section
  .right-content-wr
  .slider-tabs-content
  .slick-arrow.slick-prev:before {
  content: "\f053";
}
.fullpage-wr
  section
  .right-content-wr
  .slider-tabs-content
  .slick-arrow.slick-next {
  left: 110px;
}
.fullpage-wr
  section
  .right-content-wr
  .slider-tabs-content
  .slick-arrow.slick-next:before {
  content: "\f054";
}
.fullpage-wr section .right-content-wr .slider-count {
  position: absolute;
  right: 105px;
  bottom: 30px;
  z-index: 10;
  font-size: 22px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  vertical-align: bottom;
}
.fullpage-wr section .right-content-wr .slider-count .current,
.fullpage-wr section .right-content-wr .slider-count .all {
  display: inline-block;
}
.fullpage-wr section .right-content-wr .advice-block {
  position: relative;
  width: 100%;
  max-height: calc(100% - 250px);
}
.fullpage-wr section .right-content-wr .advice-block .slider-advice {
  width: calc(100% - 500px);
  min-width: 460px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #144b98;
}
.fullpage-wr
  section
  .right-content-wr
  .advice-block
  .slider-advice
  .item
  .img-wr {
  width: 100%;
  height: 265px;
  position: relative;
  overflow: hidden;
}
.fullpage-wr
  section
  .right-content-wr
  .advice-block
  .slider-advice
  .item
  .img-wr
  img {
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.fullpage-wr
  section
  .right-content-wr
  .advice-block
  .slider-advice
  .item
  .text-wr {
  height: 55px;
  display: flex;
  align-items: center;
  padding: 0 112px 0 83px;
}
.fullpage-wr
  section
  .right-content-wr
  .advice-block
  .slider-advice
  .item
  .text-wr
  p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #fff;
  line-height: 20px;
}
.fullpage-wr section .right-content-wr .advice-block .static-advice {
  width: 480px;
  max-width: calc(100% - 480px);
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}
.fullpage-wr section .right-content-wr .advice-block .static-advice .item {
  margin-bottom: 12px;
}
.fullpage-wr
  section
  .right-content-wr
  .advice-block
  .static-advice
  .item
  .img-wr {
  width: 140px;
  height: 83px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.fullpage-wr
  section
  .right-content-wr
  .advice-block
  .static-advice
  .item
  .img-wr
  img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.fullpage-wr
  section
  .right-content-wr
  .advice-block
  .static-advice
  .item
  .text-wr {
  width: calc(100% - 150px);
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4c4c4c;
  line-height: 16px;
  max-height: 83px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fullpage-wr section .right-content-wr .advice-block .slider-count {
  font-size: 21.33px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  position: absolute;
  bottom: 16px;
  left: 31px;
  right: inherit;
}
.fullpage-wr section .right-content-wr .advice-block .slick-arrow {
  width: 45px;
  height: 45px;
  background-color: #144b98;
  border: 1px solid #4b8dca;
  position: absolute;
  bottom: 5px;
  font-size: 0;
  z-index: 11;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.fullpage-wr section .right-content-wr .advice-block .slick-arrow:before {
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fullpage-wr section .right-content-wr .advice-block .slick-arrow.slick-prev {
  right: 62px;
}
.fullpage-wr
  section
  .right-content-wr
  .advice-block
  .slick-arrow.slick-prev:before {
  content: "\f053";
}
.fullpage-wr section .right-content-wr .advice-block .slick-arrow.slick-next {
  right: 15px;
}
.fullpage-wr
  section
  .right-content-wr
  .advice-block
  .slick-arrow.slick-next:before {
  content: "\f054";
}


.fullpage-wr section .right-content-wr .tile-view-wr {
  position: absolute;
  left: 69px;
  bottom: 0;
  z-index: 1;
}
.fullpage-wr section .right-content-wr .tile-view-wr .item {
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  opacity: 0;
  -webkit-transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.fullpage-wr section .right-content-wr .tile-view-wr.show .item {
  opacity: 1;
}
.fullpage-wr section .right-content-wr .tile-view-wr.show .item.item-1 {
  transition-delay: 0s;
}
.fullpage-wr section .right-content-wr .tile-view-wr.show .item.item-2 {
  transition-delay: 0.15s;
}
.fullpage-wr section .right-content-wr .tile-view-wr.show .item.item-3 {
  transition-delay: 0.3s;
}
.fullpage-wr section .right-content-wr .tile-view-wr.show .item.item-4 {
  transition-delay: 0.45s;
}
.fullpage-wr section .right-content-wr .tile-view-wr.show .item.item-5 {
  transition-delay: 0.6s;
}
.fullpage-wr section .right-content-wr .tile-view-wr.show .item.item-6 {
  transition-delay: 0.75s;
}
.fullpage-wr section .right-content-wr .tile-view-wr.show .item.item-7 {
  transition-delay: 0.9s;
}
.fullpage-wr section .right-content-wr .tile-view-wr.show .item.item-8 {
  transition-delay: 1.05s;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-1 .item.item-1 {
  left: 0;
  bottom: 0;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-1 .item.item-2 {
  left: 138px;
  bottom: 0;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-1 .item.item-3 {
  bottom: 69px;
  left: -69px;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-1 .item.item-4 {
  bottom: 69px;
  left: 207px;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-1 .item.item-5 {
  left: 276px;
  bottom: 138px;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-1 .item.item-6 {
  bottom: 207px;
  left: 138px;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-1 .item.item-7 {
  left: 345px;
  bottom: 69px;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-1 .item.item-8 {
  left: 415px;
  bottom: 207px;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-2 .item.item-1 {
  left: -69px;
  bottom: 0;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-2 .item.item-2 {
  left: 69px;
  bottom: 0;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-2 .item.item-3 {
  bottom: 138px;
  left: 0;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-2 .item.item-4 {
  bottom: 138px;
  left: 138px;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-2 .item.item-5 {
  left: 207px;
  bottom: 69px;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-2 .item.item-6 {
  bottom: 207px;
  left: 69px;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-2 .item.item-7 {
  left: 346px;
  bottom: 0;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-2 .item.item-8 {
  left: 415px;
  bottom: 138px;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-3 .item.item-1 {
  left: -69px;
  bottom: 0;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-3 .item.item-2 {
  left: 0;
  bottom: 69px;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-3 .item.item-3 {
  bottom: 138px;
  left: -69px;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-3 .item.item-4 {
  bottom: 0;
  left: 138px;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-3 .item.item-5 {
  left: 207px;
  bottom: 69px;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-3 .item.item-6 {
  bottom: 207px;
  left: 69px;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-3 .item.item-7 {
  left: 346px;
  bottom: 0;
}
.fullpage-wr section .right-content-wr .tile-view-wr.pos-3 .item.item-8 {
  left: 415px;
  bottom: 138px;
}
@media (max-width: 1280px) {
  .fullpage-wr section .right-content-wr .tile-view-wr {
    left: 0;
    transform-origin: left top;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}
.fullpage-wr section.fourh-section h2 {
  font-size: 24px;
  font-family: Circe, sans-serif;
  font-weight: 800;
  color: #144b98;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5vh;
}
.fullpage-wr section.fourh-section .button-link {
  height: 35px;
  line-height: 35px;
}
.fullpage-wr section.fourh-section .button-link a {
  padding: 0 40px 0 10px;
}
.fullpage-wr section.fourh-section .button-link a:after {
  right: 30px;
}
.fullpage-wr section.fourh-section .button-link:before {
  font-size: 12px;
  top: 0;
  right: 8px;
}
.fullpage-wr section.fourh-section .right-content-wr {
  height: 100%;
  padding: 125px 80px 0 30px;
  background-color: #f7f7f7;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.fullpage-wr
  section.active-anim
  .right-content-wr
  .solution-tabs
  .slick-current
  .item
  .pins-popup
  .pin-item {
  opacity: 1;
}
@media (max-width: 1366px) {
  .fullpage-wr section .left-content-wr {
    padding: 100px 25px 44px 80px;
  }
  .fullpage-wr section .left-content-wr h1 {
    font-size: 40px;
  }
  .fullpage-wr section .left-content-wr h2 {
    font-size: 32px;
  }
  .fullpage-wr section .left-content-wr .title-wr.first-screen p {
    font-size: 24px;
  }
  .fullpage-wr section .left-content-wr .subtitle {
    font-size: 14px;
  }
  .fullpage-wr section .left-content-wr .text-info .title {
    font-size: 16px;
  }
  .fullpage-wr section .left-content-wr .text-info p {
    font-size: 14px;
    line-height: 16px;
  }
  .fullpage-wr section .left-content-wr .shops-wr .addr a {
    font-size: 16px;
  }
  .fullpage-wr section .left-content-wr .tab-links .title {
    font-size: 22px;
    margin-bottom: 3vh;
  }
  .fullpage-wr section .left-content-wr .tab-links li {
    font-size: 14px;
  }
  .fullpage-wr section .left-content-wr .news-wr h2 {
    font-size: 22px;
    margin-bottom: 3vh;
  }
  .fullpage-wr
    section
    .right-content-wr
    .advice-block
    .slider-advice
    .item
    .img-wr {
    height: 265px;
  }
  .fullpage-wr section.fourh-section .right-content-wr {
    padding: 100px 80px 0 30px;
  }
  .fullpage-wr section.fourh-section .right-content-wr h2 {
    font-size: 22px;
    margin-bottom: 3vh;
  }
  .fullpage-wr
    section.fourh-section
    .right-content-wr
    .footer-nav
    .col
    .title
    a {
    font-size: 10px;
  }
  .fullpage-wr
    section.fourh-section
    .right-content-wr
    .footer-nav
    .col
    ul
    li
    a {
    font-size: 10px;
  }
  .fullpage-wr
    section.fourh-section
    .right-content-wr
    .footer-nav
    .col
    .show-all {
    margin-top: 5px;
  }
  .fullpage-wr
    section.fourh-section
    .right-content-wr
    .footer-nav
    .col
    .show-all
    a {
    font-size: 10px;
  }
}
@media (max-width: 1367px) {
  .fullpage-wr section .left-content-wr .slider-tab ul {
    margin-right: 0;
  }
}
@media (max-height: 715px) {
  .fullpage-wr section .left-content-wr {
    padding: 80px 25px 30px 80px;
  }
  .fullpage-wr section .left-content-wr .news-wr .item:nth-child(3) {
    display: none;
  }
  .fullpage-wr
    section
    .right-content-wr
    .advice-block
    .slider-advice
    .item
    .img-wr {
    height: 170px;
  }
  .fullpage-wr
    section
    .right-content-wr
    .advice-block
    .static-advice
    .item:nth-child(3) {
    display: none;
  }
  .fullpage-wr section.fourh-section .right-content-wr {
    padding: 80px 80px 0 30px;
  }
}
@media (max-width: 1280px) {
  .fullpage-wr section .left-content-wr {
    min-width: 1px;
    padding: 75px 20px 30px 60px;
  }
  .fullpage-wr section .left-content-wr h1 {
    font-size: 32px;
    line-height: 34px;
  }
  .fullpage-wr section .left-content-wr h2 {
    font-size: 28px;
  }
  .fullpage-wr section .left-content-wr .links-wr li {
    height: 45px;
  }
  .fullpage-wr section .left-content-wr .shops-wr .img-wr {
    height: 140px;
  }
  .fullpage-wr section .left-content-wr .news-wr .item:nth-child(3) {
    display: none;
  }
  .fullpage-wr section .right-content-wr {
    max-width: 100%;
  }
  .fullpage-wr section .right-content-wr .text-info {
    right: 65px;
    bottom: 150px;
  }
  .fullpage-wr section .right-content-wr .text-info .title {
    font-size: 26px;
    line-height: 28px;
  }
  .fullpage-wr section .right-content-wr .text-info p {
    font-size: 20px;
    line-height: 20px;
  }
  .fullpage-wr section .right-content-wr .banner-slider .slick-arrow {
    bottom: 70px;
  }
  .fullpage-wr
    section
    .right-content-wr
    .banner-slider
    .slick-arrow.slick-prev {
    right: 114px;
  }
  .fullpage-wr
    section
    .right-content-wr
    .banner-slider
    .slick-arrow.slick-next {
    right: 65px;
  }
  .fullpage-wr section .right-content-wr .advice-block {
    max-height: 100%;
  }
  .fullpage-wr section .right-content-wr .advice-block .static-advice {
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
    max-width: 100%;
  }
  .fullpage-wr section .right-content-wr .advice-block .static-advice .item {
    display: none;
  }
  .fullpage-wr section .right-content-wr .advice-block .slider-advice {
    width: 100%;
  }
  .fullpage-wr
    section
    .right-content-wr
    .advice-block
    .slider-advice
    .slick-slider,
  .fullpage-wr
    section
    .right-content-wr
    .advice-block
    .slider-advice
    .slick-list,
  .fullpage-wr
    section
    .right-content-wr
    .advice-block
    .slider-advice
    .slick-track,
  .fullpage-wr
    section
    .right-content-wr
    .advice-block
    .slider-advice
    .slick-slide
    > div,
  .fullpage-wr
    section
    .right-content-wr
    .advice-block
    .slider-advice
    .slick-slide
    .item {
    height: 100%;
  }
  .fullpage-wr section.fourh-section .right-content-wr {
    padding: 75px 60px 0 20px;
  }
  .fullpage-wr section.fourh-section .right-content-wr h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .fullpage-wr
    section.fourh-section
    .right-content-wr
    .footer-nav
    .col
    .title
    a {
    font-size: 10px;
  }
  .fullpage-wr
    section.fourh-section
    .right-content-wr
    .footer-nav
    .col
    ul
    li
    a {
    font-size: 10px;
  }
}
@media (max-width: 1280px) and (min-width: 992px) {
  .fullpage-wr section .left-content-wr .news-wr h2 {
    font-size: 18px;
  }
  .fullpage-wr section .left-content-wr .news-wr .item {
    margin-bottom: 15px;
  }
  .fullpage-wr section .left-content-wr .news-wr .item .img-wr {
    height: 70px;
  }
  .fullpage-wr section .left-content-wr .news-wr .item .info-wr {
    width: 100%;
    padding: 0;
    margin-top: 9px;
  }
  .fullpage-wr section .left-content-wr .news-wr .item .info-wr .date {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .fullpage-wr section .left-content-wr .news-wr .item .info-wr .article {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-height: 767px) {
  .fullpage-wr section .left-content-wr h2 {
    font-size: 24px;
  }
  .fullpage-wr section .left-content-wr .tab-links .title {
    font-size: 18px;
    margin-bottom: 2vh;
  }
  .fullpage-wr section .left-content-wr .tab-links li {
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .fullpage-wr section {
    position: relative;
    height: auto;
  }
  .fullpage-wr section .left-content-wr {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 30px;
  }
  .fullpage-wr section .left-content-wr .title-wr {
    width: 300px;
  }
  .fullpage-wr section .left-content-wr h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .fullpage-wr section .left-content-wr .subtitle {
    margin-top: 20px;
  }
  .fullpage-wr section .left-content-wr .tabs-filter {
    display: inline-block;
    width: calc(100% - 300px);
    text-align: right;
    vertical-align: bottom;
  }
  .fullpage-wr section .left-content-wr .tab-links {
    margin-top: 25px;
  }
  .fullpage-wr section .left-content-wr .tab-links li {
    font-size: 18px;
    display: none;
    margin-bottom: 0;
  }
  .fullpage-wr section .left-content-wr .tab-links li:after {
    content: none;
  }
  .fullpage-wr section .left-content-wr .tab-links li.active {
    display: block;
    color: #4c4c4c;
  }
  .fullpage-wr section .left-content-wr .slider-tab ul {
    width: 360px;
    display: inline-block;
    vertical-align: bottom;
  }
  .fullpage-wr section .left-content-wr .slider-tab .button-link {
    float: right;
    margin-top: 0;
  }
  .fullpage-wr section .left-content-wr .news-wr h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .fullpage-wr section .left-content-wr .news-wr .item {
    width: 50%;
    display: inline-block !important;
    vertical-align: top;
  }
  .fullpage-wr section .right-content-wr {
    width: 100%;
  }
  .fullpage-wr section .right-content-wr .text-info {
    left: 30px;
    bottom: 70px;
  }
  .fullpage-wr section .right-content-wr .text-info .title {
    font-size: 24px;
    line-height: 26px;
    text-align: left;
  }
  .fullpage-wr section .right-content-wr .text-info p {
    text-align: left;
  }
  .fullpage-wr section .right-content-wr .banner-slider .slick-arrow {
    bottom: 20px;
    background-color: #144b98;
    border-color: #144b98;
  }
  .fullpage-wr section .right-content-wr .banner-slider .slick-arrow i {
    color: #fff;
  }
  .fullpage-wr
    section
    .right-content-wr
    .banner-slider
    .slick-arrow.slick-prev {
    right: 76px;
  }
  .fullpage-wr
    section
    .right-content-wr
    .banner-slider
    .slick-arrow.slick-next {
    right: 30px;
  }
  .fullpage-wr section .right-content-wr .solution-tabs {
    margin-top: 20px;
  }
  .fullpage-wr section .right-content-wr .solution-tabs .item > img {
    position: relative;
    height: auto;
  }
  .fullpage-wr section .right-content-wr .solution-tabs .item .tab-title {
    left: 30px;
    top: inherit;
    bottom: 22px;
  }
  .fullpage-wr section .right-content-wr .solution-tabs .slick-arrow {
    background-color: #144b98;
    bottom: 20px;
  }
  .fullpage-wr section .right-content-wr .solution-tabs .slick-arrow:before {
    color: #fff;
  }
  .fullpage-wr
    section
    .right-content-wr
    .solution-tabs
    .slick-arrow.slick-prev {
    right: 76px;
  }
  .fullpage-wr
    section
    .right-content-wr
    .solution-tabs
    .slick-arrow.slick-next {
    right: 30px;
  }
  .fullpage-wr section .right-content-wr .slider-tabs-content {
    margin-top: 25px;
  }
  .fullpage-wr section .right-content-wr .slider-tabs-content .item {
    height: 253px;
  }
  .fullpage-wr section .right-content-wr .slider-tabs-content .item img {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .fullpage-wr section .right-content-wr .slider-tabs-content .slick-arrow {
    bottom: 20px;
  }
  .fullpage-wr
    section
    .right-content-wr
    .slider-tabs-content
    .slick-arrow.slick-next {
    left: inherit;
    right: 30px;
  }
  .fullpage-wr
    section
    .right-content-wr
    .slider-tabs-content
    .slick-arrow.slick-prev {
    left: inherit;
    right: 76px;
  }
  .fullpage-wr section .right-content-wr .slider-count {
    right: inherit;
    bottom: 20px;
    left: 30px;
  }
  .fullpage-wr section .right-content-wr .advice-block {
    height: auto;
  }
  .fullpage-wr section .right-content-wr .advice-block .static-advice {
    width: 50%;
    max-width: 50%;
    display: inline-block;
    margin-top: 0;
  }
  .fullpage-wr section .right-content-wr .advice-block .static-advice .item {
    display: block;
    padding-right: 50px;
    margin-bottom: 17px;
  }
  .fullpage-wr
    section
    .right-content-wr
    .advice-block
    .static-advice
    .item:nth-child(3) {
    display: none;
  }
  .fullpage-wr section .right-content-wr .advice-block .slider-advice {
    width: 50%;
    min-width: 50%;
    display: inline-block;
    height: auto;
    float: right;
  }
  .fullpage-wr
    section
    .right-content-wr
    .advice-block
    .slider-advice
    .item
    .img-wr {
    height: 215px;
  }
  .fullpage-wr
    section
    .right-content-wr
    .advice-block
    .slider-advice
    .item
    .text-wr {
    height: 45px;
    padding: 0 112px 0 25px;
  }
  .fullpage-wr section .right-content-wr .advice-block .slick-arrow {
    bottom: 0;
    border-color: transparent;
  }
  .fullpage-wr section.first-section {
    display: flex;
    flex-direction: column;
  }
  .fullpage-wr section.first-section .left-content-wr {
    order: 2;
  }
  .fullpage-wr section.first-section .left-content-wr .title-wr {
    margin: 30px 0 20px;
  }
  .fullpage-wr section.first-section .left-content-wr .text-info {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -25px;
  }
  .fullpage-wr section.first-section .left-content-wr .text-info .title {
    font-size: 18px;
  }
  .fullpage-wr section.first-section .left-content-wr .text-info p {
    line-height: 22px;
  }
  .fullpage-wr section.first-section .left-content-wr .text-info .button-link {
    display: inline-block !important;
    margin-top: 35px;
  }
  .fullpage-wr section.first-section .left-content-wr .shops-wr {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
  }
  .fullpage-wr section.first-section .left-content-wr .shops-wr .item {
    display: flex !important;
    flex-direction: column;
  }
  .fullpage-wr section.first-section .left-content-wr .shops-wr .addr {
    order: 2;
  }
  .fullpage-wr section.first-section .left-content-wr .shops-wr .img-wr {
    height: 218px;
    margin: 0 0 5px;
    padding: 0;
    order: 1;
    overflow: hidden;
  }
  .fullpage-wr section.first-section .left-content-wr .shops-wr .slick-arrow {
    top: 100px;
  }
  .fullpage-wr section.first-section .right-content-wr {
    order: 1;
  }
  .fullpage-wr section.first-section .right-content-wr .banner-slider {
    height: 465px;
  }
  .fullpage-wr section.second-section {
    margin-top: 55px;
    padding-top: 25px;
    background-color: #f7f7f7;
    display: none !important;
  }
  .fullpage-wr section.second-section .left-content-wr .title-wr {
    display: inline-block;
    vertical-align: bottom;
  }
  .fullpage-wr section.third-section {
    margin-top: 55px;
  }
  .fullpage-wr section.fourh-section {
    margin-top: 55px;
  }
  .fullpage-wr section.fourh-section .button-link {
    margin-top: 15px;
  }
  .fullpage-wr section.fourh-section .right-content-wr {
    background-color: #fff;
    padding: 0 30px;
    height: 100%;
    margin-top: 55px;
  }
  .fullpage-wr section.fourh-section .right-content-wr h2 {
    font-size: 24px;
    line-height: 32px;
    width: 440px;
  }
  .fullpage-wr
    section.fourh-section
    .right-content-wr
    .footer-nav
    .col
    .title
    a,
  .fullpage-wr
    section.fourh-section
    .right-content-wr
    .footer-nav
    .col
    .show-all
    a {
    font-size: 13px;
  }
  .fullpage-wr
    section.fourh-section
    .right-content-wr
    .footer-nav
    .col
    .show-all {
    margin-top: 10px;
  }
  .fullpage-wr section.fourh-section .right-content-wr .footer-nav .col ul li {
    margin-bottom: 7px;
  }
  .fullpage-wr
    section.fourh-section
    .right-content-wr
    .footer-nav
    .col
    ul
    li
    a {
    font-size: 13px;
    line-height: 20px;
  }
  .fullpage-wr
    section.fourh-section
    .right-content-wr
    .footer-nav
    .col
    ul
    li:last-child {
    margin-bottom: 0;
  }
  .fullpage-wr section.fourh-section .button-link {
    height: 45px;
    line-height: 45px;
  }
  .fullpage-wr section.fourh-section .button-link a {
    padding: 0 70px 0 25px;
  }
  .fullpage-wr section.fourh-section .button-link a:after {
    right: 45px;
  }
  .fullpage-wr section.fourh-section .button-link:before {
    right: 14px;
    font-size: 14px;
  }
  .fullpage-wr section.fourh-section .button-link:after {
    right: 15px;
    top: 15px;
  }
  .fullpage-wr section.fourh-section footer {
    margin: 55px -30px 0;
    padding: 0 30px;
    width: calc(100% + 60px);
  }
}
@media (max-width: 767px) {
  .fullpage-wr section .left-content-wr {
    padding: 0 10px;
  }
  .fullpage-wr section .left-content-wr .title-wr {
    width: 100%;
  }
  .fullpage-wr section .left-content-wr .title-wr.first-screen p {
    margin-top: 12px;
    font-size: 16px;
  }
  .fullpage-wr section .left-content-wr h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .fullpage-wr section .left-content-wr .subtitle {
    font-size: 14px;
    margin-top: 12px;
  }
  .fullpage-wr section .left-content-wr .tabs-filter {
    margin-top: 0;
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 0;
    padding: 0 10px;
  }
  .fullpage-wr section .left-content-wr .tabs-filter .button-link {
    width: 208px;
    display: block;
    margin: 0 auto;
  }
  .fullpage-wr section .left-content-wr .slider-tab ul {
    width: 100%;
  }
  .fullpage-wr section .left-content-wr .slider-tab .button-link {
    position: absolute;
    float: none;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 208px;
    display: block;
  }
  .fullpage-wr section .left-content-wr .tab-links li {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
  }
  .fullpage-wr section .left-content-wr .news-wr .item {
    width: 100%;
    display: block !important;
  }
  .fullpage-wr section .left-content-wr .news-wr .item .img-wr {
    width: 125px;
    height: 73px;
  }
  .fullpage-wr section .left-content-wr .news-wr .item .info-wr {
    width: calc(100% - 125px);
    padding: 0 0 0 10px;
    max-height: 73px;
  }
  .fullpage-wr section .right-content-wr .text-info {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 20px;
    z-index: 1;
  }
  .fullpage-wr section .right-content-wr .text-info p {
    font-size: 16px;
    line-height: 18px;
  }
  .fullpage-wr section .right-content-wr .banner-slider .slick-arrow {
    background-color: transparent;
    border-color: transparent;
    top: 175px;
    bottom: inherit;
    width: 45px;
    height: 48px;
  }
  .fullpage-wr section .right-content-wr .banner-slider .slick-arrow:before {
    content: "";
    color: transparent;
    background: url(../img/icons/next.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    width: 27px;
    height: 100%;
  }
  .fullpage-wr
    section
    .right-content-wr
    .banner-slider
    .slick-arrow.slick-prev {
    left: 0;
    right: inherit;
  }
  .fullpage-wr
    section
    .right-content-wr
    .banner-slider
    .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 10px;
  }
  .fullpage-wr
    section
    .right-content-wr
    .banner-slider
    .slick-arrow.slick-next {
    right: 0;
  }
  .fullpage-wr
    section
    .right-content-wr
    .banner-slider
    .slick-arrow.slick-next:before {
    right: 10px;
    left: inherit;
  }
  .fullpage-wr section .right-content-wr .solution-tabs .item .tab-title {
    position: relative;
    left: inherit;
    top: inherit;
    bottom: inherit;
    margin-top: 15px;
    padding: 0 10px;
  }
  .fullpage-wr section .right-content-wr .solution-tabs .item .tab-title a {
    font-size: 18px;
  }
  .fullpage-wr section .right-content-wr .solution-tabs .item .tab-title:after {
    content: none;
  }
  .fullpage-wr section .right-content-wr .solution-tabs .slick-arrow {
    background-color: transparent;
    border-color: transparent;
    top: 104px;
    bottom: inherit;
    width: 45px;
    height: 48px;
  }
  .fullpage-wr section .right-content-wr .solution-tabs .slick-arrow:before {
    content: "";
    color: transparent;
    background: url(../img/icons/next.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    width: 27px;
    height: 100%;
  }
  .fullpage-wr
    section
    .right-content-wr
    .solution-tabs
    .slick-arrow.slick-prev {
    left: 0;
    right: inherit;
  }
  .fullpage-wr
    section
    .right-content-wr
    .solution-tabs
    .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(180deg) translate(0);
    transform: rotate(180deg) translate(0);
    left: 10px;
  }
  .fullpage-wr
    section
    .right-content-wr
    .solution-tabs
    .slick-arrow.slick-next {
    right: 0;
  }
  .fullpage-wr
    section
    .right-content-wr
    .solution-tabs
    .slick-arrow.slick-next:before {
    right: 10px;
    left: inherit;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .fullpage-wr section .right-content-wr .slider-tabs-content .slick-arrow {
    background-color: transparent;
    border-color: transparent;
    top: 97px;
    bottom: inherit;
    width: 45px;
    height: 48px;
  }
  .fullpage-wr
    section
    .right-content-wr
    .slider-tabs-content
    .slick-arrow:before {
    content: "";
    color: transparent;
    background: url(../img/icons/next.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    width: 27px;
    height: 100%;
  }
  .fullpage-wr
    section
    .right-content-wr
    .slider-tabs-content
    .slick-arrow.slick-prev {
    left: 0;
    right: inherit;
  }
  .fullpage-wr
    section
    .right-content-wr
    .slider-tabs-content
    .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(180deg) translate(0);
    transform: rotate(180deg) translate(0);
    left: 10px;
  }
  .fullpage-wr
    section
    .right-content-wr
    .slider-tabs-content
    .slick-arrow.slick-next {
    right: 0;
  }
  .fullpage-wr
    section
    .right-content-wr
    .slider-tabs-content
    .slick-arrow.slick-next:before {
    right: 10px;
    left: inherit;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .fullpage-wr section .right-content-wr .advice-block .slider-advice {
    width: calc(100% + 20px);
    min-width: 100%;
    display: block;
    margin: 0 -10px;
    height: auto;
    float: none;
  }
  .fullpage-wr
    section
    .right-content-wr
    .advice-block
    .slider-advice
    .item
    .text-wr {
    padding: 0 85px 0 10px;
  }
  .fullpage-wr section .right-content-wr .advice-block .static-advice {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
  }
  .fullpage-wr section .right-content-wr .advice-block .static-advice .item {
    padding-right: 0;
    margin-bottom: 12px;
  }
  .fullpage-wr
    section
    .right-content-wr
    .advice-block
    .static-advice
    .item
    .img-wr {
    width: 125px;
    height: 73px;
  }
  .fullpage-wr
    section
    .right-content-wr
    .advice-block
    .static-advice
    .item
    .text-wr {
    width: calc(100% - 135px);
  }
  .fullpage-wr section .right-content-wr .advice-block .slick-arrow.slick-prev {
    right: 47px;
  }
  .fullpage-wr section .right-content-wr .advice-block .slick-arrow.slick-next {
    right: 0;
  }
  .fullpage-wr section .right-content-wr .footer-nav .col .title {
    margin-bottom: 5px;
  }
  .fullpage-wr section .right-content-wr .footer-nav .col ul li {
    margin-bottom: 15px;
  }
  .fullpage-wr section .right-content-wr .footer-nav .col ul li:last-child {
    margin-bottom: 10px;
  }
  .fullpage-wr section.first-section .left-content-wr {
    height: 100%;
    position: relative;
    padding-bottom: 60px;
  }
  .fullpage-wr section.first-section .left-content-wr .shops-wr {
    width: 100%;
  }
  .fullpage-wr section.first-section .left-content-wr .shops-wr .img-wr {
    height: 180px;
    overflow: hidden;
  }
  .fullpage-wr section.first-section .left-content-wr .shops-wr .slick-arrow {
    background-color: transparent;
    border-color: transparent;
    top: 65px;
    bottom: inherit;
    width: 45px;
    height: 48px;
  }
  .fullpage-wr
    section.first-section
    .left-content-wr
    .shops-wr
    .slick-arrow:before {
    content: "";
    color: transparent;
    background: url(../img/icons/next.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    width: 27px;
    height: 100%;
  }
  .fullpage-wr
    section.first-section
    .left-content-wr
    .shops-wr
    .slick-arrow.slick-prev {
    left: 0;
    right: inherit;
  }
  .fullpage-wr
    section.first-section
    .left-content-wr
    .shops-wr
    .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(180deg) translate(0);
    transform: rotate(180deg) translate(0);
    left: 10px;
  }
  .fullpage-wr
    section.first-section
    .left-content-wr
    .shops-wr
    .slick-arrow.slick-next {
    right: 0;
  }
  .fullpage-wr
    section.first-section
    .left-content-wr
    .shops-wr
    .slick-arrow.slick-next:before {
    right: 10px;
    left: inherit;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .fullpage-wr section.first-section .left-content-wr .text-info {
    width: 100%;
    margin: 15px 0;
  }
  .fullpage-wr section.first-section .left-content-wr .text-info .button-link {
    width: 210px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
  }
  .fullpage-wr section.first-section .left-content-wr .text-info .title {
    order: 2;
    font-size: 16px;
  }
  .fullpage-wr section.first-section .left-content-wr .text-info p {
    line-height: 18px;
    order: 3;
  }
  .fullpage-wr section.first-section .right-content-wr .banner-slider {
    height: 400px;
  }
  .fullpage-wr section.first-section .right-content-wr .banner-slider .item {
    position: relative;
  }
  .fullpage-wr
    section.first-section
    .right-content-wr
    .banner-slider
    .item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(
      to top,
      rgba(0, 0, 0, 0.65) 0%,
      transparent 35%,
      transparent 100%
    );
    background-image: -moz-linear-gradient(
      to top,
      rgba(0, 0, 0, 0.65) 0%,
      transparent 35%,
      transparent 100%
    );
    background-image: -ms-linear-gradient(
      to top,
      rgba(0, 0, 0, 0.65) 0%,
      transparent 35%,
      transparent 100%
    );
    background-image: -o-linear-gradient(
      to top,
      rgba(0, 0, 0, 0.65) 0%,
      transparent 35%,
      transparent 100%
    );
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.65) 0%,
      transparent 35%,
      transparent 100%
    );
    z-index: 0;
  }
  .fullpage-wr section.second-section {
    margin-top: 35px;
    position: relative;
    padding-bottom: 85px;
  }
  .fullpage-wr section.third-section {
    position: relative;
    padding-bottom: 85px;
  }
  .fullpage-wr section.fourh-section {
    margin-top: 25px;
  }
  .fullpage-wr section.fourh-section .button-link {
    width: 208px;
    display: block;
    margin: 27px auto 0;
  }
  .fullpage-wr section.fourh-section .button-link a {
    padding: 0 10px;
  }
  .fullpage-wr section.fourh-section .right-content-wr {
    margin-top: 25px;
    padding: 25px 10px 0;
    background-color: #f7f7f7;
  }
  .fullpage-wr section.fourh-section .right-content-wr h2 {
    line-height: 30px;
    width: 100%;
  }
  .fullpage-wr
    section.fourh-section
    .right-content-wr
    .footer-nav
    .col
    .title
    a,
  .fullpage-wr
    section.fourh-section
    .right-content-wr
    .footer-nav
    .col
    .show-all
    a {
    font-size: 14px;
  }
  .fullpage-wr section.fourh-section .right-content-wr .footer-nav .col ul li {
    margin-bottom: 15px;
  }
  .fullpage-wr
    section.fourh-section
    .right-content-wr
    .footer-nav
    .col
    ul
    li
    a {
    font-size: 14px;
  }
  .fullpage-wr
    section.fourh-section
    .right-content-wr
    .footer-nav
    .col
    ul
    li:last-child {
    margin-bottom: 10px;
  }
  .fullpage-wr section.fourh-section footer {
    margin: 30px 0 0;
    padding: 0;
    width: 100%;
  }
  .fullpage-wr section.fourh-section .footer-nav {
    margin: 0;
    display: block;
  }
}
.navigation-line {
  position: fixed;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  text-align: center;
  margin: 80px 0 60px;
  z-index: 10;
  -webkit-transition: opacity 1s ease 1.3s;
  transition: opacity 1s ease 1.3s;
}
.navigation-line ul {
  margin-top: 38px;
  padding-top: 17px;
  padding-bottom: 18px;
  background-color: #fff;
}
.navigation-line li {
  position: relative;
  height: 34px;
  overflow: hidden;
  -webkit-transition: height 0.7s ease 0.3s;
  transition: height 0.7s ease 0.3s;
}
.navigation-line li span {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #b3b3b3;
  padding: 7px 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.75s ease 0.3s;
  transition: all 0.75s ease 0.3s;
}
.navigation-line li .tooltip-text {
  font-size: 10px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #ed1c24;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  position: absolute;
  left: 28px;
  top: 60px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-180deg);
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.navigation-line:before {
  content: "";
  width: 1px;
  height: calc(100% - 60px);
  background-color: #b3b3b3;
  position: absolute;
  left: 50%;
  top: 0;
  transform-origin: top center;
  -webkit-transition: -webkit-transform 1s ease 2.75s;
  transition: transform 1s ease 2.75s;
  z-index: -1;
}
.navigation-line:after {
  content: "\0075";
  font-family: AGROMAT-Icon;
  font-size: 24px;
  color: #b2b2b2;
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: absolute;
  padding-top: 20px;
  left: 0;
  bottom: 70px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.25s;
  transition: opacity 0.5s ease 0.25s;
}
.navigation-line.last-screen:after {
  opacity: 1;
}
.navigation-line.show li.active {
  height: 200px;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.navigation-line.show li.active span {
  font-size: 24px;
  font-weight: bold;
  color: #ed1c24;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.navigation-line.show li.active .tooltip-text {
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
@media (max-width: 1280px) {
  .navigation-line {
    margin-top: 60px;
    width: 50px;
  }
  .navigation-line li .tooltip-text {
    left: 18px;
    top: 45px;
  }
  .navigation-line.show li.active {
    height: 170px;
  }
  .navigation-line:after {
    padding-top: 10px;
    height: 50px;
    bottom: 50px;
  }
}
.fullpage-wrapper {
  transform: translate(0, 0, 0) !important;
  -ms-transform: translate(0, 0, 0) !important;
}
.fullpage-wrapper .section {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  background: #fff;
  z-index: 1;
}
.fullpage-wrapper .section.active,
.fullpage-wrapper .section.active-anim,
.fullpage-wrapper .section.active-inversed {
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
.fullpage-wrapper .section.start-anim .left-content-wr {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.fullpage-wrapper .section.start-anim .left-content-wr .title-wr {
  opacity: 1;
}
.fullpage-wrapper .section.active-anim .solution-tabs .item.active {
  opacity: 1;
  z-index: 2;
}
.fullpage-wrapper
  .section.active-anim
  .solution-tabs
  .item.active
  .pins-popup
  .pin-item {
  opacity: 1;
}
.fullpage-wrapper .section.active-anim .left-content-wr .title-wr.first-screen {
  -webkit-animation: slide-up 0.5s ease forwards;
  animation: slide-up 0.5s ease forwards;
}
.fullpage-wrapper .section.active-anim .left-content-wr h2 {
  -webkit-animation: slide-up 0.5s ease forwards;
  animation: slide-up 0.5s ease forwards;
}
.fullpage-wrapper .section.active-anim .left-content-wr .subtitle {
  -webkit-animation: slide-up 0.5s ease forwards 0.15s;
  animation: slide-up 0.5s ease forwards 0.15s;
}
.fullpage-wrapper .section.active-anim .left-content-wr .text-info {
  -webkit-animation: slide-up 0.5s ease forwards 0.25s;
  animation: slide-up 0.5s ease forwards 0.25s;
}
.fullpage-wrapper .section.active-anim .left-content-wr .shops-wr .shop-slider {
  -webkit-animation: slide-up 0.5s ease forwards 0.35s;
  animation: slide-up 0.5s ease forwards 0.35s;
}
.fullpage-wrapper .section.active-anim .left-content-wr .shops-wr .button-link {
  -webkit-animation: slide-up 0.5s ease forwards 0.35s;
  animation: slide-up 0.5s ease forwards 0.35s;
}
.fullpage-wrapper .section.active-anim .left-content-wr .tab-links .title,
.fullpage-wrapper .section.active-anim .left-content-wr .tab-links ul,
.fullpage-wrapper
  .section.active-anim
  .left-content-wr
  .tab-links
  .button-link {
  -webkit-animation: slide-up 0.5s ease forwards;
  animation: slide-up 0.5s ease forwards;
}
.fullpage-wrapper .section.active-anim .left-content-wr .tab-links .title {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.fullpage-wrapper .section.active-anim .left-content-wr .tab-links ul {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.fullpage-wrapper
  .section.active-anim
  .left-content-wr
  .tab-links
  .button-link {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.fullpage-wrapper .section.active-anim .left-content-wr .news-wr .main-news {
  -webkit-animation: slide-up 0.5s ease forwards 0.15s;
  animation: slide-up 0.5s ease forwards 0.15s;
}
.fullpage-wrapper .section.active-anim .left-content-wr .news-wr .button-link {
  -webkit-animation: slide-up 0.5s ease forwards 0.25s;
  animation: slide-up 0.5s ease forwards 0.15s;
}
.fullpage-wrapper .section.active-anim .left-content-wr .links-wr {
  -webkit-animation: slide-up 0.5s ease forwards 0.3s;
  animation: slide-up 0.5s ease forwards 0.3s;
}
.fullpage-wrapper
  .section.active-anim.active-inversed
  .left-content-wr
  .title-wr.first-screen {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-animation: slide-down 0.5s ease forwards 1.35s;
  animation: slide-down 0.5s ease forwards 1.35s;
}
.fullpage-wrapper .section.active-anim.active-inversed .left-content-wr h2 {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-animation: slide-down 0.5s ease forwards 1.5s;
  animation: slide-down 0.5s ease forwards 1.5s;
}
.fullpage-wrapper
  .section.active-anim.active-inversed
  .left-content-wr
  .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-animation: slide-down 0.5s ease forwards 1.35s;
  animation: slide-down 0.5s ease forwards 1.35s;
}
.fullpage-wrapper
  .section.active-anim.active-inversed
  .left-content-wr
  .text-info {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-animation: slide-down 0.5s ease forwards 1.25s;
  animation: slide-down 0.5s ease forwards 1.25s;
}
.fullpage-wrapper
  .section.active-anim.active-inversed
  .left-content-wr
  .shops-wr
  .shop-slider {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-animation: slide-down 0.5s ease forwards 1.15s;
  animation: slide-down 0.5s ease forwards 1.15s;
}
.fullpage-wrapper
  .section.active-anim.active-inversed
  .left-content-wr
  .shops-wr
  .button-link {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-animation: slide-down 0.5s ease forwards 1s;
  animation: slide-down 0.5s ease forwards 1s;
}
.fullpage-wrapper
  .section.active-anim.active-inversed
  .left-content-wr
  .tab-links
  .title,
.fullpage-wrapper
  .section.active-anim.active-inversed
  .left-content-wr
  .tab-links
  ul,
.fullpage-wrapper
  .section.active-anim.active-inversed
  .left-content-wr
  .tab-links
  .button-link {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-animation: slide-down 0.5s ease forwards;
  animation: slide-down 0.5s ease forwards;
}
.fullpage-wrapper
  .section.active-anim.active-inversed
  .left-content-wr
  .tab-links
  .title {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.fullpage-wrapper
  .section.active-anim.active-inversed
  .left-content-wr
  .tab-links
  ul {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
.fullpage-wrapper
  .section.active-anim.active-inversed
  .left-content-wr
  .tab-links
  .button-link {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.fullpage-wrapper .section.passed,
.fullpage-wrapper .section.passed-inversed {
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  position: relative;
  z-index: 2;
  -webkit-animation: index 0.1s 0.5s ease forwards;
  animation: index 0.1s 0.5s ease forwards;
}
.fullpage-wrapper .section.passed .left-content-wr .title-wr.first-screen {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: slide-up-inversed 0.5s ease forwards 0s;
  animation: slide-up-inversed 0.5s ease forwards 0s;
}
.fullpage-wrapper .section.passed .left-content-wr h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: slide-up-inversed 0.5s ease forwards 0s;
  animation: slide-up-inversed 0.5s ease forwards 0s;
}
.fullpage-wrapper .section.passed .left-content-wr .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: slide-up-inversed 0.5s ease forwards 0.15s;
  animation: slide-up-inversed 0.5s ease forwards 0.15s;
}
.fullpage-wrapper .section.passed .left-content-wr .text-info {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: slide-up-inversed 0.5s ease forwards 0.25s;
  animation: slide-up-inversed 0.5s ease forwards 0.25s;
}
.fullpage-wrapper .section.passed .left-content-wr .shops-wr .shop-slider,
.fullpage-wrapper .section.passed .left-content-wr .shops-wr .button-link {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: slide-up-inversed 0.5s ease forwards 0s;
  animation: slide-up-inversed 0.5s ease forwards 0s;
}
.fullpage-wrapper .section.passed .left-content-wr .tab-links .title,
.fullpage-wrapper .section.passed .left-content-wr .tab-links ul,
.fullpage-wrapper .section.passed .left-content-wr .tab-links .button-link {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: slide-up-inversed 0.5s ease forwards 0s;
  animation: slide-up-inversed 0.5s ease forwards 0s;
}
.fullpage-wrapper
  .section.passed-inversed
  .left-content-wr
  .title-wr.first-screen {
  -webkit-animation: slide-down-inversed 0.5s ease forwards 0s;
  animation: slide-down-inversed 0.5s ease forwards 0s;
}
.fullpage-wrapper .section.passed-inversed .left-content-wr h2 {
  -webkit-animation: slide-down-inversed 0.5s ease forwards 0s;
  animation: slide-down-inversed 0.5s ease forwards 0s;
}
.fullpage-wrapper .section.passed-inversed .left-content-wr .subtitle {
  -webkit-animation: slide-down-inversed 0.5s ease forwards 0.15s;
  animation: slide-down-inversed 0.5s ease forwards 0.15s;
}
.fullpage-wrapper
  .section.passed-inversed
  .left-content-wr
  .shops-wr
  .shop-slider,
.fullpage-wrapper
  .section.passed-inversed
  .left-content-wr
  .shops-wr
  .button-link {
  -webkit-animation: slide-down-inversed 0.5s ease forwards 0s;
  animation: slide-down-inversed 0.5s ease forwards 0s;
}
.fullpage-wrapper .section.passed-inversed .left-content-wr .tab-links .title,
.fullpage-wrapper .section.passed-inversed .left-content-wr .tab-links ul,
.fullpage-wrapper
  .section.passed-inversed
  .left-content-wr
  .tab-links
  .button-link {
  -webkit-animation: slide-down-inversed 0.5s ease forwards 0s;
  animation: slide-down-inversed 0.5s ease forwards 0s;
}
.fullpage-wrapper
  .section.passed-inversed
  .left-content-wr
  .news-wr
  .main-news {
  -webkit-animation: slide-down-inversed 0.5s ease forwards 0.25s;
  animation: slide-down-inversed 0.5s ease forwards 0.25s;
}
.fullpage-wrapper
  .section.passed-inversed
  .left-content-wr
  .news-wr
  .button-link {
  -webkit-animation: slide-down-inversed 0.5s ease forwards 0.25s;
  animation: slide-down-inversed 0.5s ease forwards 0.15s;
}
.fullpage-wrapper .section.passed-inversed .left-content-wr .links-wr {
  -webkit-animation: slide-down-inversed 0.5s ease forwards 0s;
  animation: slide-down-inversed 0.5s ease forwards 0s;
}
@media (max-width: 991px) {
  .fullpage-wrapper .section {
    position: relative;
  }
}
.separate-layout {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  background-color: #fff;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: translateY(100vh) skewY(0deg);
  transform: translateY(100vh) skewY(0deg);
  z-index: 10;
}
.separate-layout.active {
  -webkit-animation: show 1s linear forwards;
  animation: show 1s linear forwards;
}
.separate-layout.first-load {
  -webkit-transform: translateY(-15vh) skewY(2deg);
  transform: translateY(-15vh) skewY(2deg);
  -webkit-transition: -webkit-transform 0.4s linear 0.75s;
  transition: transform 0.4s linear 0.75s;
}
.separate-layout.first-load.slide {
  -webkit-transform: translateY(-130vh) skewY(2deg);
  transform: translateY(-130vh) skewY(2deg);
}
@media (max-width: 991px) {
  .separate-layout {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .fp-tableCell {
    display: block !important;
  }
  .fullpage-wrapper .section .left-content-wr .title-wr,
  .fullpage-wrapper .section .left-content-wr .text-info,
  .fullpage-wrapper .section .left-content-wr .shops-wr,
  .fullpage-wrapper .section .left-content-wr .tab-links,
  .fullpage-wrapper .section .left-content-wr .news-wr {
    width: 100%;
  }
}
.error-page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.error-page main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.error-page footer {
  margin-top: 0;
}
.error-page .footer-info {
  border-top: none;
}
.error-page .error-page-wr {
  width: 500px;
  margin: 55px auto;
}
.error-page .error-page-wr .error-code {
  position: relative;
}
.error-page .error-page-wr .error-code p {
  font-size: 18px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  line-height: 20px;
  color: #808080;
  text-transform: uppercase;
  text-align: center;
  margin: 15px 0 35px;
}
.error-page .error-page-wr .search-form {
  padding: 0 10px;
  margin-bottom: 40px;
}
.error-page .error-page-wr .search-form .search-wr {
  position: relative;
}
.error-page .error-page-wr .search-form .search-wr span {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #a6a6a6;
  border-bottom: 1px solid #aaa;
}
.error-page .error-page-wr .search-form .search-wr:after {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 18px;
  color: #144b98;
  width: 18px;
  height: 18px;
  position: absolute;
  right: -1px;
  top: 10px;
  z-index: 0;
  cursor: pointer;
}
.error-page .error-page-wr.page-404 .error-code .duck-img {
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 160px;
  height: 168px;
  overflow: hidden;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 83px;
}
.error-page .error-page-wr.page-404 .error-code .duck-img img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.error-page .error-page-wr.page-404 .bottom-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 10px;
}
.error-page .error-page-wr.page-404 .bottom-buttons .button-link {
  width: calc(50% - 20px);
}
.error-page .error-page-wr.page-404 .bottom-buttons .button-link a {
  font-size: 16px;
  text-transform: none;
}
.error-page .error-page-wr.page-404 .bottom-buttons .button-link.full-blue a {
  padding: 0 25px 0 70px;
}
.error-page
  .error-page-wr.page-404
  .bottom-buttons
  .button-link.full-blue
  a
  img {
  width: 14px;
  height: 14px;
  top: 14px;
  left: 14px;
  position: absolute;
}
.error-page
  .error-page-wr.page-404
  .bottom-buttons
  .button-link.full-blue
  a:after {
  left: 45px;
  right: inherit;
}
.error-page
  .error-page-wr.page-404
  .bottom-buttons
  .button-link.full-blue:before {
  content: none;
}
.error-page .error-page-wr.page-500 .error-code .duck-img {
  position: absolute;
  left: 142px;
  top: 20px;
  height: 143px;
  width: 337px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  z-index: 1;
  overflow: hidden;
}
.error-page .error-page-wr.page-500 .error-code .duck-img img {
  width: 70px;
  margin-right: 25px;
}
.error-page .error-page-wr.page-500 .error-code .duck-img img:last-child {
  margin-right: 0;
}
.error-page .error-page-wr.page-500 .error-code .duck-img .duck-img-wr {
  margin-top: 23px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation: move-ducks 5s linear infinite;
  -o-animation: move-ducks 5s linear infinite;
  animation: move-ducks 5s linear infinite;
}
.error-page .error-page-wr.page-500 .bottom-buttons {
  text-align: center;
}
.error-page .error-page-wr.page-500 .bottom-buttons .button-link {
  text-align: center;
}
.error-page .error-page-wr.page-500 .bottom-buttons .button-link a {
  font-size: 16px;
  text-transform: none;
}
@media (max-width: 767px) {
  .error-page .error-page-wr {
    width: 100%;
    margin: 30px auto;
  }
  .error-page .error-page-wr .search-form {
    margin-bottom: 30px;
    padding: 0;
  }
  .error-page .error-page-wr .error-code {
    padding: 0 18px;
    width: 300px;
    margin: 0 auto;
  }
  .error-page .error-page-wr.page-404 .error-code .duck-img {
    top: 8px;
    width: 80px;
    height: 86px;
    overflow: hidden;
  }
  .error-page .error-page-wr.page-404 .bottom-buttons {
    padding: 0;
  }
  .error-page .error-page-wr.page-404 .bottom-buttons .button-link {
    width: calc(50% - 5px);
  }
  .error-page .error-page-wr.page-404 .bottom-buttons .button-link.full-blue a {
    padding: 0 5px;
  }
  .error-page
    .error-page-wr.page-404
    .bottom-buttons
    .button-link.full-blue:before {
    display: none;
  }
  .error-page .error-page-wr.page-500 .error-code .duck-img {
    left: 93px;
    top: 11px;
    height: 75px;
    width: 178px;
  }
  .error-page .error-page-wr.page-500 .error-code .duck-img .duck-img-wr {
    margin-top: 11px;
  }
  .error-page .error-page-wr.page-500 .error-code .duck-img img {
    width: 40px;
  }
  .error-page .error-page-wr.page-500 .bottom-buttons .button-link {
    width: 250px;
    display: block;
    margin: 0 auto;
  }
}
.news-page .title {
  width: 500px;
}
.news-page .title h1 {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 40px;
  color: #144b98;
}
.news-page .title p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
  margin-top: 36px;
}
@media (max-width: 1280px) {
  .news-page .title p {
    margin-top: 20px;
  }
  .news-page .news-wr {
    margin: 40px -12px 0;
  }
}
@media (max-width: 767px) {
  .news-page .title {
    width: 100%;
  }
}
.news-wr {
  margin: 25px -12px 0;
}
.news-wr > span {
  font-size: 18px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 24px;
  display: inline-block;
  width: calc(100% - 290px);
  margin-left: 12px;
  vertical-align: middle;
  margin-bottom: 18px;
}
.news-wr .button-link {
  vertical-align: middle;
  margin-bottom: 18px;
}
.news-wr .news-item-wr {
  position: relative;
}
.news-wr .news-item-wr:after {
  content: "";
  display: table;
  clear: both;
}
.news-wr .news-item {
  width: 33.333%;
  display: inline-block;
  float: left;
  vertical-align: top;
  padding: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-wr .news-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-wr .news-item .img-wr {
  position: relative;
  height: 203px;
  width: 100%;
  overflow: hidden;
}
.news-wr .news-item .img-wr img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-wr .news-item .date {
  font-size: 13px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #808080;
  line-height: 13px;
  margin-top: 11px;
}
.news-wr .news-item .name {
  margin-top: 8px;
  height: 32px;
}
.news-wr .news-item .name a {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4c4c4c;
  line-height: 14px;
}
@media (max-width: 991px) {
  .news-wr .news-item {
    width: 50%;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .news-wr .news-item {
    width: 100%;
    float: none;
  }
  .news-wr .news-item .name {
    height: auto;
  }
}
.news-article-page {
  margin-top: 40px;
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  line-height: 24px;
}
.news-article-page .article-body {
  position: relative;
}
.news-article-page .article-body:after {
  content: "";
  display: table;
  clear: both;
}
.news-article-page .title {
  margin-bottom: 40px;
}
.news-article-page .title .content-wr {
  vertical-align: top;
}
.news-article-page .title .title-wr {
  width: calc(100% - 740px);
  display: inline-block;
}
.news-article-page .title h1 {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 40px;
  margin-bottom: 45px;
}
.news-article-page .title .date {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4c4c4c;
  line-height: 24px;
  margin-bottom: 25px;
}
.news-article-page .title .img-wr {
  width: 720px;
  height: 410px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.news-article-page .title .main-slider-wr {
  width: 720px;
  margin: 20px 0 20px 20px;
  float: right;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 410px;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.news-article-page .title .main-slider-wr .img-content {
  width: 100%;
  height: 410px;
  position: relative;
}
.news-article-page .title .main-slider-wr .img-content a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.news-article-page .title .main-slider-wr .slider-count {
  position: absolute;
  right: 145px;
  bottom: 25px;
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}
.news-article-page .title .main-slider-wr .slider-count .current {
  font-size: 40px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.news-article-page .title .main-slider-wr .slider-count .all {
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.news-article-page .title .main-slider-wr .slick-arrow {
  background-color: #144b98;
  height: 45px;
  width: 45px;
  bottom: 28px;
  position: absolute;
  z-index: 2;
}
.news-article-page .title .main-slider-wr .slick-arrow:before {
  color: #fff;
}
.news-article-page .title .main-slider-wr .slick-arrow.slick-prev {
  margin-bottom: 0;
  right: 72px;
}
.news-article-page .title .main-slider-wr .slick-arrow.slick-next {
  margin-bottom: 0;
  right: 25px;
}
.news-article-page .slider-wr {
  position: relative;
  margin-bottom: 70px;
  font-size: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-article-page .slider-wr .single-slide {
  width: 700px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
}
.news-article-page .slider-wr .single-slide .img-wr {
  height: 400px;
  position: relative;
  margin-bottom: -12px;
}
.news-article-page .slider-wr .single-slide .img-wr a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: zoom-in;
}
.news-article-page .slider-wr .slick-arrow {
  border: 1px solid #4785bf;
  bottom: -58px;
}
.news-article-page .slider-wr .slick-arrow:before {
  color: #fff;
}
.news-article-page .slider-wr .slick-arrow.slick-next {
  left: 47px;
}
.news-article-page .slider-wr .slick-arrow.slick-prev {
  left: 0;
}
.news-article-page .slider-wr .slider-count {
  background-color: #144b98;
  width: 233px;
  display: inline-block;
  margin: -102px 0 0 0;
  padding: 117px 130px 17px 20px;
  text-align: right;
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}
.news-article-page .slider-wr .slider-count .current {
  font-size: 40px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  vertical-align: baseline;
  line-height: 42px;
  text-align: right;
}
.news-article-page .slider-wr .slider-count .all {
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
}
.news-article-page .slider-wr:last-child {
  margin-bottom: 0;
}
.news-article-page .slider-wr .slick-arrow {
  position: absolute;
  height: 45px;
  margin: 0;
}
.news-article-page .slider-wr .slick-arrow:after {
  top: 14px;
  -webkit-transform: none;
  transform: none;
}
.news-article-page .slider-wr .slick-arrow.slick-prev:after {
  content: "\f053";
  color: #fff;
  left: 14px;
}
.news-article-page .slider-wr .slick-arrow.slick-next:after {
  content: "\f054";
  color: #fff;
  left: 17px;
}
.news-article-page .article-wr {
  margin-right: 320px;
}
.news-article-page h2 {
  font-size: 22px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #4c4c4c;
  line-height: 24px;
  margin-bottom: 30px;
}
.news-article-page p {
  margin-bottom: 25px;
}
.news-article-page p a {
  border-bottom: 1px solid #144b98;
}
.news-article-page ul {
  margin-bottom: 35px;
}
.news-article-page ul li:before {
  content: "—";
  font-size: 44px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  line-height: 2px;
  position: absolute;
  left: -3px;
  top: 10px;
}
.news-article-page ol {
  list-style: none;
  counter-reset: item;
  margin-bottom: 35px;
}
.news-article-page ol > li:before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 10px;
  font-size: 24px;
  font-family: Circe, sans-serif;
  font-weight: 800;
  color: #144b98;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  width: auto;
  height: auto;
}
.news-article-page li {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  line-height: 24px;
  padding-left: 45px;
  position: relative;
  display: block;
  margin-bottom: 35px;
}
.news-article-page li strong {
  font-weight: bold;
}
.news-article-page li:last-child {
  margin-bottom: 0;
}
.news-article-page li ul,
.news-article-page li ol {
  margin-top: 10px;
}
.news-article-page li ul li,
.news-article-page li ol li {
  margin-bottom: 10px;
}
.news-article-page blockquote {
  font-style: normal;
  color: #ed1c24;
  display: inline-block;
}
.news-article-page a {
  color: #144b98;
  display: inline-block;
  line-height: 1;
}
.news-article-page .button-link a {
  line-height: 43px;
  display: flex;
}
.news-article-page table {
  margin-bottom: 80px;
  border: none;
  border-collapse: collapse;
}
.news-article-page table td {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #282828;
  border: 1px solid #282828;
  padding: 15px 25px;
  vertical-align: top;
}
.news-article-page table td strong,
.news-article-page table td b {
  font-weight: bold;
}
.news-article-page table td blockquote {
  color: #ed1c24;
  display: inline-block;
}
.news-article-page table td ol,
.news-article-page table td ul {
  margin-left: 16px;
}
.news-article-page .news-wr {
  margin-top: 85px;
}
.news-article-page .subscribe-block {
  margin-top: 48px;
}
@media (max-width: 1365px) {
  .news-article-page .slider-wr .single-slide {
    width: 600px;
  }
}
@media (max-width: 1280px) {
  .news-article-page .title .title-wr {
    width: calc(54% - 20px);
  }
  .news-article-page .title .main-slider-wr {
    width: 45%;
    height: 375px;
  }
  .news-article-page .title .main-slider-wr .img-wr {
    height: 375px;
  }
  .news-article-page .article-wr {
    margin-right: 0;
  }
  .news-article-page table {
    margin-bottom: 40px;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .news-article-page table tr td img {
    display: block;
    margin: 0 auto 15px;
    max-width: 100%;
  }
  .news-article-page .slider-wr {
    width: 902px;
    margin: 0 auto;
  }
  .news-article-page .slider-wr .single-slide {
    width: calc(100% - 260px);
  }
}
@media (max-width: 991px) {
  .news-article-page .title {
    margin-bottom: 25px;
  }
  .news-article-page .title .date {
    margin-bottom: 15px;
  }
  .news-article-page .title h1 {
    margin-bottom: 25px;
  }
  .news-article-page .title .content-wr {
    width: 100%;
    padding-top: 0;
  }
  .news-article-page .title .title-wr {
    width: 100%;
  }
  .news-article-page .title .main-slider-wr {
    width: 100%;
    height: 450px;
    margin: 0 0 20px 0;
    float: none;
    margin-bottom: 35px;
  }
  .news-article-page .title .main-slider-wr .img-content {
    height: 450px;
  }
  .news-article-page p {
    margin-bottom: 15px;
  }
  .news-article-page ul {
    margin-bottom: 25px;
  }
  .news-article-page .news-wr {
    margin-top: 50px;
  }
  .news-article-page .slider-wr {
    width: 600px;
    margin: 0 auto;
  }
  .news-article-page .slider-wr .slick-arrow {
    bottom: -67px;
  }
  .news-article-page .slider-wr .slick-arrow.slick-prev {
    left: 68px;
  }
  .news-article-page .slider-wr .slick-arrow.slick-next {
    left: 115px;
  }
  .news-article-page .slider-wr .single-slide {
    width: 100%;
  }
  .news-article-page .slider-wr .single-slide .img-wr {
    height: 385px;
  }
  .news-article-page .slider-wr .slider-count {
    margin: -85px 0 0 -50px;
  }
}
@media (max-width: 767px) {
  .news-article-page .title h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .news-article-page .title .date {
    margin-bottom: 5px;
  }
  .news-article-page .title .content-wr {
    width: 100%;
    padding: 0;
  }
  .news-article-page .title .main-slider-wr {
    height: 250px;
  }
  .news-article-page .title .main-slider-wr .img-content {
    height: 250px;
  }
  .news-article-page .title .main-slider-wr .slick-arrow {
    background-color: transparent;
    border: 1px solid #b2c3da;
    bottom: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .news-article-page .title .main-slider-wr .slick-arrow:before {
    color: #144b98;
  }
  .news-article-page .title .main-slider-wr .slick-arrow.slick-prev {
    left: 5px;
    right: inherit;
  }
  .news-article-page .title .main-slider-wr .slick-arrow.slick-next {
    right: 5px;
  }
  .news-article-page h2 {
    margin-bottom: 15px;
  }
  .news-article-page p {
    margin-bottom: 10px;
  }
  .news-article-page li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
  .news-article-page ul li:before {
    font-size: 32px;
    top: 9px;
  }
  .news-article-page .news-wr {
    margin-top: 30px;
    position: relative;
    padding-bottom: 60px;
  }
  .news-article-page .news-wr > span {
    width: 100%;
    margin-bottom: 0;
  }
  .news-article-page .news-wr .button-link {
    position: absolute;
    width: calc(100% - 30px);
    left: 0;
    margin: 0 15px;
    bottom: 0;
  }
  .news-article-page table tr td {
    padding: 5px;
  }
  .news-article-page .slider-wr {
    width: 100%;
    margin: 0;
  }
  .news-article-page .slider-wr .slick-arrow {
    bottom: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
  }
  .news-article-page .slider-wr .slick-arrow.slick-prev {
    left: 10px;
  }
  .news-article-page .slider-wr .slick-arrow.slick-prev:before {
    color: #144b98;
  }
  .news-article-page .slider-wr .slick-arrow.slick-next {
    left: inherit;
    right: 10px;
  }
  .news-article-page .slider-wr .slick-arrow.slick-next:before {
    color: #144b98;
  }
}
.article-page .title {
  margin-bottom: 80px;
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
}
.article-page .title h1 {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 40px;
  color: #144b98;
}
.article-page .title p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
  margin-top: 36px;
  position: relative;
  z-index: 2;
}
.article-page .title p strong {
  font-weight: bold;
}
.article-page .title > ul {
  margin-top: 36px;
}
.article-page .title > ul li {
  margin-bottom: 10px;
}
.article-page .title > ul li:last-child {
  margin-bottom: 0;
}
.article-page .title .button-link {
  margin-top: 36px;
}
.article-page .title .button-link a {
  text-transform: none;
  font-size: 16px;
}
.article-page .title .content-wr {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.article-page .title .main-img-wr {
  width: 625px;
  display: inline-block;
  margin-left: 30px;
  vertical-align: top;
  float: right;
}
.article-page .title .main-img-wr .img-content {
  width: 560px;
  height: 395px;
  display: block;
  position: relative;
  margin: 0 0 100px auto;
}
.article-page .title .main-img-wr .img-content:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -65px;
  top: 100px;
  background-color: #f7f7f7;
  z-index: -1;
}
.article-page ul {
  margin-bottom: 35px;
}
.article-page ul li:before {
  content: "—";
  font-size: 44px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  line-height: 2px;
  position: absolute;
  left: -3px;
  top: 10px;
}
.article-page ol {
  list-style: none;
  counter-reset: item;
  margin-bottom: 35px;
}
.article-page ol > li:before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 10px;
  font-size: 24px;
  font-family: Circe, sans-serif;
  font-weight: 800;
  color: #144b98;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  width: auto;
  height: auto;
}
.article-page li {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  line-height: 24px;
  padding-left: 45px;
  position: relative;
  display: block;
  margin-bottom: 35px;
}
.article-page li strong {
  font-weight: bold;
}
.article-page li:last-child {
  margin-bottom: 0;
}
.article-page li ul,
.article-page li ol {
  margin-top: 10px;
}
.article-page li ul li,
.article-page li ol li {
  margin-bottom: 10px;
}
.article-page .nice-select li {
  margin-bottom: 0;
  font-size: 14px;
}
.article-page .nice-select li:before {
  display: none;
}
.article-page .article-wr {
  margin-bottom: 85px;
  font-size: 18px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  line-height: 24px;
}
.article-page .article-wr table tr td img {
  max-width: 100%;
}
.article-page .article-wr table tr td h2 {
  font-size: 28px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 36px;
  color: #144b98;
  margin-bottom: 45px;
}
.article-page .article-wr table tr td p {
  margin-bottom: 25px;
}
.article-page .article-wr table tr td:nth-child(odd) {
  padding-right: 25px;
}
.article-page .article-wr table tr td:nth-child(even) {
  padding-left: 25px;
}
.article-page .services-list-wr {
  margin-bottom: 90px;
}
.article-page .services-list-wr h2 {
  font-size: 28px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 36px;
  color: #144b98;
  margin-bottom: 30px;
  width: 280px;
}
.article-page .services-list-wr .services-item-wr {
  margin: 0 -15px;
  position: relative;
}
.article-page .services-list-wr .services-item-wr:after {
  content: "";
  display: table;
  clear: both;
}
.article-page .services-list-wr .services-item-wr .services-item {
  margin: 25px 15px;
  width: calc(33.33% - 30px);
  display: inline-block;
  vertical-align: top;
  position: relative;
  float: left;
}
.article-page .services-list-wr .services-item-wr .services-item .img-wr {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.article-page .services-list-wr .services-item-wr .services-item .img-wr img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.article-page .services-list-wr .services-item-wr .services-item .name {
  margin-top: 25px;
}
.article-page .services-list-wr .services-item-wr .services-item .name a {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 20px;
}
.article-page .services-list-wr .services-item-wr .services-item .descr {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  line-height: 21px;
  color: #282828;
  margin-top: 7px;
}
.article-page
  .services-list-wr
  .services-item-wr
  .services-item
  .image-with-content-popup
  a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.article-page
  .services-list-wr
  .services-item-wr
  .services-item
  .image-with-content-popup
  a:first-child {
  z-index: 2;
}
.article-page .services-list-wr .services-item-wr .show-more {
  text-align: center;
  margin-top: 25px;
}
.article-page .services-list-wr .services-item-wr .show-more a {
  font-size: 14.67px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4a8bc8;
  border-bottom: 1px dotted #4a8bc8;
}
.article-page .services-list-wr .services-item-wr .show-more a:hover {
  color: #144b98;
  border-bottom-color: transparent;
}
.article-page .slider-img-block {
  margin-bottom: 90px;
}
.article-page .slider-img-block .text-content {
  width: 470px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #f7f7f7;
  padding: 55px 115px 65px 50px;
  margin-top: 40px;
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #282828;
  line-height: 21px;
}
.article-page .slider-img-block .text-content h3 {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 40px;
  margin-bottom: 25px;
}
.article-page .slider-img-block .text-content p {
  margin-bottom: 75px;
}
.article-page .slider-img-block .text-content .button-link a {
  text-transform: none;
  font-size: 16px;
}
.article-page .slider-img-block .slider-wr {
  width: calc(100% - 475px);
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.article-page .slider-img-block .slider-wr .single-slide {
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  position: relative;
  background-color: #fff;
  font-size: 0;
}
.article-page .slider-img-block .slider-wr .single-slide .slick-arrow {
  position: absolute;
  border: 1px solid #4785bf;
  bottom: -70px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article-page
  .slider-img-block
  .slider-wr
  .single-slide
  .slick-arrow.slick-prev {
  left: 41px;
}
.article-page
  .slider-img-block
  .slider-wr
  .single-slide
  .slick-arrow.slick-next {
  left: 88px;
}
.article-page .slider-img-block .slider-wr .single-slide .slick-arrow:before {
  color: #fff;
}
.article-page .slider-img-block .slider-wr .item .img-wr {
  width: 100%;
  height: 385px;
  position: relative;
  overflow: hidden;
}
.article-page .slider-img-block .slider-wr .item .img-wr a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.article-page .slider-img-block .slider-wr .slider-count {
  background-color: #144b98;
  width: 233px;
  display: block;
  margin: -89px 0 0 -85px;
  padding: 117px 32px 17px 50px;
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}
.article-page .slider-img-block .slider-wr .slider-count .current {
  font-size: 40px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.article-page .slider-img-block .slider-wr .slider-count .all {
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.article-page .banner-block {
  margin-bottom: 55px;
}
.article-page .title-wr {
  margin-bottom: 25px;
}
.article-page .title-wr h2 {
  font-size: 28px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 36px;
  color: #144b98;
  margin-bottom: 25px;
}
.article-page .title-wr p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
  width: 575px;
}
.article-page .what-we-offer-accordion {
  margin-bottom: 65px;
}
.article-page .what-we-offer-accordion .offer-accordion {
  position: relative;
}
.article-page .what-we-offer-accordion .offer-accordion:after {
  content: "";
  display: table;
  clear: both;
}
.article-page .what-we-offer-accordion .offer-accordion .item {
  width: calc(50% - 8px);
  display: inline-block;
  float: left;
  vertical-align: top;
  border: 1px solid #f1f1f1;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article-page .what-we-offer-accordion .offer-accordion .item:nth-child(odd) {
  margin-right: 8px;
}
.article-page .what-we-offer-accordion .offer-accordion .item:nth-child(even) {
  margin-left: 8px;
}
.article-page .what-we-offer-accordion .offer-accordion .item .tab-header {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.article-page .what-we-offer-accordion .offer-accordion .item .tab-header h3 {
  display: block;
  width: 100%;
  height: 100%;
}
.article-page
  .what-we-offer-accordion
  .offer-accordion
  .item
  .tab-header
  h3
  button {
  display: block;
  font-size: 18px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 24px;
  padding: 10px 60px 10px 25px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-align: left;
  position: relative;
}
.article-page
  .what-we-offer-accordion
  .offer-accordion
  .item
  .tab-header
  h3
  button.collapsed {
  color: #4d4d4d;
}
.article-page
  .what-we-offer-accordion
  .offer-accordion
  .item
  .tab-header
  h3
  button.collapsed:before {
  opacity: 1;
}
.article-page
  .what-we-offer-accordion
  .offer-accordion
  .item
  .tab-header
  h3
  button:before {
  content: "";
  width: 1px;
  height: 21px;
  background-color: #144b98;
  position: absolute;
  right: 50px;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.article-page
  .what-we-offer-accordion
  .offer-accordion
  .item
  .tab-header
  h3
  button:after {
  content: "";
  width: 21px;
  height: 1px;
  background-color: #144b98;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.article-page .what-we-offer-accordion .offer-accordion .item .tab-body {
  padding: 10px 40px 25px 25px;
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  line-height: 24px;
}
.article-page .what-we-offer-accordion .offer-accordion .item .tab-body strong {
  font-weight: bold;
}
.article-page .what-we-offer-accordion .offer-accordion .item .tab-body a {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #05377a;
  border-bottom: 1px solid #144b98;
}
.article-page .what-we-offer-accordion .offer-accordion .item .tab-body ul {
  margin-top: 15px;
  padding-left: 30px;
}
.article-page .what-we-offer-accordion .offer-accordion .item .tab-body ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 7px;
}
.article-page
  .what-we-offer-accordion
  .offer-accordion
  .item
  .tab-body
  ul
  li:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #b3b3b3;
  position: absolute;
  left: 0;
  top: 8px;
}
.article-page .what-we-offer-accordion .offer-accordion .item.active {
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
}
.article-page .subscribe-club-block {
  margin-bottom: 80px;
}
.article-page .why-we-block {
  margin-bottom: 50px;
}
.article-page .why-we-block .benefits-wr {
  margin-right: -35px;
  position: relative;
}
.article-page .why-we-block .benefits-wr:after {
  content: "";
  display: table;
  clear: both;
}
.article-page .why-we-block .benefits-wr .item {
  display: inline-block;
  width: calc(25% - 35px);
  float: left;
  vertical-align: top;
  margin-right: 35px;
  padding: 0 25px 20px 20px;
  position: relative;
  margin-bottom: 30px;
}
.article-page .why-we-block .benefits-wr .item span {
  font-size: 48px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 48px;
  display: block;
}
.article-page .why-we-block .benefits-wr .item p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  line-height: 24px;
}
.article-page .why-we-block .benefits-wr .item:after {
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #f7f7f7;
  z-index: -1;
}
.article-page .partners-contact-block {
  margin-bottom: 80px;
}
.article-page .partners-contact-block:last-child {
  margin-bottom: 0;
}
.article-page .partners-contact-block .dropdown-filters-wr {
  background-color: #144b98;
  padding: 15px 85px 35px 45px;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
}
.article-page .partners-contact-block .dropdown-filters-wr .form-field {
  width: calc(50% - 132px);
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.article-page .partners-contact-block .dropdown-filters-wr .form-field p {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #a4c4ff;
  line-height: 24px;
}
.article-page .partners-contact-block .dropdown-filters-wr .nice-select {
  float: none;
  display: block;
  width: 100%;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f3f3f3;
  padding: 0 30px 0 20px;
}
.article-page
  .partners-contact-block
  .dropdown-filters-wr
  .nice-select
  .current {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #7f7f7f;
}
.article-page .partners-contact-block .dropdown-filters-wr .nice-select .list {
  width: 100%;
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-height: 200px;
  overflow-y: auto;
}
.article-page .partners-contact-block .dropdown-filters-wr .submit-button {
  vertical-align: bottom;
  width: 170px;
}
.article-page .partners-contact-block .dropdown-filters-wr .submit-button a {
  color: #a0c0ff;
}
.article-page
  .partners-contact-block
  .dropdown-filters-wr
  .submit-button:after {
  content: "\0078";
  font-family: AGROMAT-Icon;
}
.article-page .partners-contact-block .filter-results-list {
  margin-top: 45px;
}
.article-page .partners-contact-block .filter-results-list .item {
  padding: 15px 15px 10px;
}
.article-page
  .partners-contact-block
  .filter-results-list
  .item:nth-child(odd) {
  background-color: #f7f7f7;
}
.article-page .partners-contact-block .filter-results-list .item span {
  font-size: 18px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4c4c4c;
  line-height: 24px;
  display: block;
}
.article-page .partners-contact-block .filter-results-list .item a {
  font-size: 18px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #144b98;
  line-height: 24px;
}
.article-page .partners-contact-block .filter-results-list .item .img-wr {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.article-page .partners-contact-block .filter-results-list .item .img-wr img {
  max-height: 100%;
  max-width: 100%;
  line-height: 90px;
  vertical-align: middle;
}
.article-page
  .partners-contact-block
  .filter-results-list
  .item
  .persone-descr {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: calc(100% - 740px);
}
.article-page
  .partners-contact-block
  .filter-results-list
  .item
  .persone-descr
  .post {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4c4c4c;
  line-height: 18px;
  margin-bottom: 10px;
}
.article-page
  .partners-contact-block
  .filter-results-list
  .item
  .persone-descr
  .name {
  font-size: 18px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #194e96;
  left: 22px;
}
.article-page .partners-contact-block .filter-results-list .item .contacts-wr {
  width: 600px;
  display: inline-block;
  vertical-align: middle;
}
.article-page
  .partners-contact-block
  .filter-results-list
  .item
  .contacts-wr
  .phone-wr {
  width: 295px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.article-page
  .partners-contact-block
  .filter-results-list
  .item
  .contacts-wr
  .email-wr {
  width: 280px;
  display: inline-block;
  vertical-align: middle;
}
.article-page
  .partners-contact-block
  .filter-results-list
  .mCSB_inside
  > .mCSB_container {
  margin-right: 20px;
}
.article-page .partners-contact-block .filter-results-list .mCSB_scrollTools {
  width: 5px;
}
.article-page
  .partners-contact-block
  .filter-results-list
  .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 5px;
  background-color: #d3d5dd;
}
.article-page
  .partners-contact-block
  .filter-results-list
  .mCSB_scrollTools
  .mCSB_draggerRail {
  width: 5px;
  background-color: #f6f7f9;
}
.article-page .slider-full-width-img-block {
  margin-bottom: 135px;
}
.article-page .slider-full-width-img-block .title-wr {
  margin-bottom: 50px;
}
.article-page .slider-full-width-img-block .slider-wr {
  width: calc(100% - 50px);
  position: relative;
  background-color: #fff;
  margin-bottom: 89px;
  font-size: 0;
  z-index: 1;
}
.article-page .slider-full-width-img-block .slider-wr:before {
  content: "";
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  left: 0;
  top: 80px;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
}
.article-page .slider-full-width-img-block .slider-wr:after {
  content: "";
  width: calc(100% - 100px);
  height: 100%;
  position: absolute;
  left: 50px;
  top: 0;
  background-color: #f7f7f7;
  z-index: -1;
}
.article-page .slider-full-width-img-block .slider-wr .item {
  position: relative;
}
.article-page .slider-full-width-img-block .slider-wr .img-wr {
  width: 100%;
  height: 490px;
  position: relative;
  overflow: hidden;
}
.article-page .slider-full-width-img-block .slider-wr .text-wr {
  padding: 0 100px;
  height: 80px;
  display: flex;
  align-items: center;
}
.article-page .slider-full-width-img-block .slider-wr .text-wr p {
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #4c4c4c;
  line-height: 22px;
}
.article-page .slider-full-width-img-block .slider-wr .slider-count {
  background-color: #144b98;
  width: 233px;
  display: block;
  position: absolute;
  right: -50px;
  bottom: -89px;
  z-index: -1;
  padding: 117px 32px 17px 50px;
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}
.article-page .slider-full-width-img-block .slider-wr .slider-count .current {
  font-size: 40px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.article-page .slider-full-width-img-block .slider-wr .slider-count .all {
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.article-page .slider-full-width-img-block .slider-wr .slick-arrow {
  position: absolute;
  border: 1px solid #4785bf;
  bottom: -70px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article-page .slider-full-width-img-block .slider-wr .slick-arrow:before {
  color: #fff;
}
.article-page .slider-full-width-img-block .slider-wr .slick-arrow.slick-next {
  right: -35px;
}
.article-page .slider-full-width-img-block .slider-wr .slick-arrow.slick-prev {
  right: 12px;
}
.article-page .guarantee-block {
  margin-bottom: 80px;
}
.article-page .guarantee-block .title-wr p {
  display: inline-block;
}
.article-page .guarantee-block .title-wr .button-link {
  display: inline-block;
  float: right;
  vertical-align: bottom;
  margin-bottom: 10px;
}
.article-page .guarantee-block .title-wr .button-link a {
  color: #144b98;
  font-size: 16px;
  text-transform: none;
}
.article-page .guarantee-block .title-wr .button-link span {
  background-color: #144b98;
}
.article-page .guarantee-block .guarantee-items-wr {
  padding: 45px 30px 0;
  background-color: #f7f7f7;
  position: relative;
}
.article-page .guarantee-block .guarantee-items-wr:after {
  content: "";
  display: table;
  clear: both;
}
.article-page .guarantee-block .guarantee-items-wr .item {
  width: calc(50% - 25px);
  display: inline-block;
  float: left;
  padding-left: 30px;
  vertical-align: top;
  margin-bottom: 45px;
}
.article-page .guarantee-block .guarantee-items-wr .item:nth-child(odd) {
  margin-right: 25px;
}
.article-page .guarantee-block .guarantee-items-wr .item:nth-child(even) {
  margin-left: 25px;
}
.article-page .guarantee-block .guarantee-items-wr .item .title-text {
  font-size: 18px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 24px;
  color: #4d4d4d;
  margin-bottom: 10px;
  position: relative;
}
.article-page .guarantee-block .guarantee-items-wr .item .title-text:before {
  content: "";
  width: 23px;
  height: 2px;
  background-color: #4c4c4c;
  position: absolute;
  left: -30px;
  top: 10px;
}
.article-page .guarantee-block .guarantee-items-wr .item p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  line-height: 24px;
}
.article-page .our-clients-block {
  margin-bottom: 150px;
}
.article-page .our-clients-block .title-wr {
  margin-bottom: 50px;
}
.article-page .our-clients-block .slider-wr {
  margin: 0 50px;
  position: relative;
  z-index: 1;
}
.article-page .our-clients-block .slider-wr .slick-slide > div {
  padding: 0 6px 12px;
}
.article-page .our-clients-block .slider-wr .item {
  position: relative;
}
.article-page .our-clients-block .slider-wr .item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    transparent 35%,
    transparent 100%
  );
  background-image: -moz-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    transparent 35%,
    transparent 100%
  );
  background-image: -ms-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    transparent 35%,
    transparent 100%
  );
  background-image: -o-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    transparent 35%,
    transparent 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    transparent 35%,
    transparent 100%
  );
}
.article-page .our-clients-block .slider-wr .img-wr {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.article-page .our-clients-block .slider-wr .name {
  font-size: 18px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  padding: 0 15px;
  text-align: center;
  z-index: 1;
}
.article-page .our-clients-block .slider-wr:after {
  content: "";
  width: calc(100% + 100px);
  height: 100%;
  background-color: #f7f7f7;
  position: absolute;
  left: -50px;
  top: 50px;
  z-index: -1;
}
.article-page .our-clients-block .slider-wr .slick-arrow {
  border: 1px solid rgba(20, 75, 152, 0.3);
  top: -60px;
}
.article-page .our-clients-block .slider-wr .slick-arrow.slick-next {
  right: 6px;
}
.article-page .our-clients-block .slider-wr .slick-arrow.slick-prev {
  right: 53px;
}
.article-page .our-clients-block .slider-wr .slick-arrow:before {
  color: #144b98;
}
.article-page .our-clients-block .button-link {
  margin-top: 30px;
  position: relative;
  z-index: 2;
  float: right;
  margin-right: 56px;
}
.article-page .our-clients-block .button-link a {
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
}
.article-page .video-block {
  width: 936px;
  margin: 0 auto 80px;
}
@media (max-width: 1280px) {
  .article-page .title {
    margin-bottom: 80px;
  }
  .article-page .title .main-img-wr {
    width: calc(54% - 30px);
  }
  .article-page .title .main-img-wr .img-content {
    width: 95%;
    height: 375px;
    margin: 0 0 50px auto;
  }
  .article-page .title .main-img-wr .img-content:after {
    left: -35px;
    top: 50px;
  }
  .article-page .services-list-wr .services-item-wr .services-item .img-wr {
    height: 220px;
  }
  .article-page .subscribe-club-block {
    padding: 40px 45px;
  }
  .article-page
    .partners-contact-block
    .filter-results-list
    .item
    .persone-descr {
    width: calc(100% - 610px);
  }
  .article-page
    .partners-contact-block
    .filter-results-list
    .item
    .contacts-wr {
    width: 470px;
  }
  .article-page
    .partners-contact-block
    .filter-results-list
    .item
    .contacts-wr
    .phone-wr {
    width: 195px;
  }
  .article-page
    .partners-contact-block
    .filter-results-list
    .item
    .contacts-wr
    .email-wr {
    width: 250px;
  }
  .article-page .video-block {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .article-page .title {
    margin-bottom: 65px;
  }
  .article-page .title h1 {
    margin-bottom: 25px;
  }
  .article-page .title .content-wr {
    width: 100%;
  }
  .article-page .title p {
    line-height: 21px;
    margin-top: 20px;
  }
  .article-page .title .button-link {
    margin-top: 25px;
  }
  .article-page .title .main-img-wr {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .article-page .title .main-img-wr .img-content {
    width: 560px;
    height: auto;
    margin: 0 auto 50px;
  }
  .article-page .title .main-img-wr .img-content img {
    position: relative;
    left: inherit;
    top: inherit;
    -webkit-transform: none;
    transform: none;
  }
  .article-page .title .main-img-wr .img-content:after {
    left: -70px;
    top: 50px;
  }
  .article-page .title .button-link.visible-sm {
    display: inline-block !important;
  }
  .article-page .article-wr {
    margin: 0 0 55px;
  }
  .article-page .article-wr table tr td p {
    padding-bottom: 15px;
  }
  .article-page .article-wr table tr td:nth-child(odd) {
    padding-right: 15px;
  }
  .article-page .article-wr table tr td:nth-child(even) {
    padding-left: 15px;
  }
  .article-page .article-wr table tr td h2 {
    margin-bottom: 20px;
  }
  .article-page .services-list-wr {
    margin-bottom: 55px;
  }
  .article-page .services-list-wr h2 {
    margin-bottom: 15px;
  }
  .article-page .services-list-wr .services-item-wr .services-item {
    width: calc(50% - 30px);
  }
  .article-page .services-list-wr .services-item-wr .services-item .img-wr {
    height: 200px;
  }
  .article-page .services-list-wr .services-item-wr .services-item .name {
    margin-top: 15px;
  }
  .article-page .services-list-wr .services-item-wr .show-more {
    margin-top: 15px;
  }
  .article-page .slider-img-block {
    margin: 0 0 75px -30px;
  }
  .article-page .slider-img-block .text-content {
    width: 400px;
    padding: 50px 60px 40px 30px;
    margin-top: 20px;
    position: relative;
  }
  .article-page .slider-img-block .text-content h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .article-page .slider-img-block .text-content p {
    margin-bottom: 40px;
  }
  .article-page .slider-img-block .text-content:after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    background-color: #f7f7f7;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .article-page .slider-img-block .slider-wr {
    width: calc(100% - 405px);
  }
  .article-page .slider-img-block .slider-wr .item .img-wr {
    height: 235px;
  }
  .article-page .slider-img-block .slider-wr .single-slide .slick-arrow {
    bottom: -60px;
  }
  .article-page
    .slider-img-block
    .slider-wr
    .single-slide
    .slick-arrow.slick-prev {
    left: 96px;
  }
  .article-page
    .slider-img-block
    .slider-wr
    .single-slide
    .slick-arrow.slick-next {
    left: 143px;
  }
  .article-page .slider-img-block .slider-wr .slider-count {
    margin: -89px 0 0 -30px;
    padding: 107px 32px 17px 35px;
  }
  .article-page .what-we-offer-accordion {
    margin-bottom: 35px;
  }
  .article-page .what-we-offer-accordion .offer-accordion .item {
    width: 100%;
    float: none;
  }
  .article-page .what-we-offer-accordion .offer-accordion .item:nth-child(odd) {
    margin-right: 0;
  }
  .article-page
    .what-we-offer-accordion
    .offer-accordion
    .item:nth-child(even) {
    margin-left: 0;
  }
  .article-page .subscribe-club-block {
    padding: 30px 30px 35px;
    margin-bottom: 50px;
  }
  .article-page .subscribe-club-block .text-wr {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .article-page .why-we-block {
    margin-bottom: 30px;
  }
  .article-page .why-we-block .benefits-wr {
    margin: 0 -96px;
    padding: 0 96px;
  }
  .article-page .why-we-block .benefits-wr .item {
    width: calc(50% - 96px);
    margin: 0 48px 30px;
  }
  .article-page .partners-contact-block {
    margin-bottom: 60px;
  }
  .article-page .partners-contact-block .dropdown-filters-wr {
    padding: 15px 30px 35px;
    margin: 0 -30px;
  }
  .article-page .partners-contact-block .dropdown-filters-wr .form-field {
    width: calc(50% - 110px);
    margin-right: 20px;
  }
  .article-page .partners-contact-block .filter-results-list {
    overflow: auto;
  }
  .article-page .partners-contact-block .filter-results-list .item span {
    display: inline-block;
  }
  .article-page
    .partners-contact-block
    .filter-results-list
    .item
    .persone-descr {
    width: calc(100% - 440px);
  }
  .article-page
    .partners-contact-block
    .filter-results-list
    .item
    .contacts-wr {
    width: 300px;
  }
  .article-page
    .partners-contact-block
    .filter-results-list
    .item
    .contacts-wr
    .phone-wr {
    width: 100%;
    margin-right: 0;
  }
  .article-page
    .partners-contact-block
    .filter-results-list
    .item
    .contacts-wr
    .email-wr {
    width: 100%;
  }
  .article-page .partners-contact-block ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    background-color: #d3d5dd;
    z-index: 2;
  }
  .article-page .partners-contact-block ::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #144b98;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    width: 6px;
    z-index: 2;
  }
  .article-page .slider-full-width-img-block .slider-wr {
    width: 100%;
  }
  .article-page .slider-full-width-img-block .slider-wr .text-wr {
    padding: 0 85px 0 100px;
  }
  .article-page .slider-full-width-img-block .slider-wr .slider-count {
    right: -30px;
    padding: 117px 32px 17px 30px;
  }
  .article-page
    .slider-full-width-img-block
    .slider-wr
    .slick-arrow.slick-prev {
    right: 47px;
  }
  .article-page
    .slider-full-width-img-block
    .slider-wr
    .slick-arrow.slick-next {
    right: 0;
  }
  .article-page .slider-full-width-img-block .slider-wr:after {
    width: calc(100% - 85px);
  }
  .article-page .guarantee-block {
    margin-bottom: 60px;
  }
  .article-page .guarantee-block .title-wr {
    margin-bottom: 40px;
  }
  .article-page .guarantee-block .title-wr .button-link {
    float: none;
    margin-top: 30px;
  }
  .article-page .guarantee-block .guarantee-items-wr {
    margin: 0 -30px;
  }
  .article-page .our-clients-block .slider-wr {
    margin: 0 -6px;
  }
  .article-page .our-clients-block .button-link {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .article-page .title {
    margin-bottom: 50px;
  }
  .article-page .title h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 50px;
  }
  .article-page .title p {
    font-size: 16px;
    line-height: 24px;
  }
  .article-page .title .button-link {
    width: 250px;
    display: block;
    margin: 25px auto 0;
  }
  .article-page .title .main-img-wr {
    margin: 0 0 30px;
  }
  .article-page .title .main-img-wr .img-content {
    width: 100%;
    margin: 0 auto;
  }
  .article-page .title .main-img-wr .img-content:after {
    left: -40px;
    top: -30px;
    height: calc(100% + 60px);
  }
  .article-page .title .button-link.visible-sm {
    display: block !important;
  }
  .article-page li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
  .article-page ul li:before {
    font-size: 32px;
    top: 9px;
  }
  .article-page .article-wr {
    margin: 0 0 35px;
  }
  .article-page .article-wr table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .article-page .article-wr table tr td {
    width: 100%;
    display: block;
  }
  .article-page .article-wr table tr td h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .article-page .article-wr table tr td p {
    padding-bottom: 10px;
  }
  .article-page .article-wr table tr td img {
    margin: 20px auto 0;
    display: block;
    max-width: 100%;
  }
  .article-page .article-wr table tr td:first-child {
    order: 2;
  }
  .article-page .article-wr table tr td:last-child {
    order: 1;
  }
  .article-page .article-wr table tr td:nth-child(odd) {
    padding-right: 0;
  }
  .article-page .article-wr table tr td:nth-child(even) {
    padding-left: 0;
  }
  .article-page .services-list-wr {
    margin-bottom: 50px;
  }
  .article-page .services-list-wr h2 {
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    margin-bottom: 35px;
  }
  .article-page .services-list-wr .services-item-wr {
    margin: 0;
  }
  .article-page .services-list-wr .services-item-wr .services-item {
    margin: 0 0 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    float: none;
  }
  .article-page .services-list-wr .services-item-wr .services-item .img-wr {
    order: 3;
    margin-top: 10px;
  }
  .article-page .services-list-wr .services-item-wr .services-item .name {
    margin-top: 0;
  }
  .article-page .services-list-wr .services-item-wr .services-item .name a {
    font-size: 18px;
    font-weight: normal;
  }
  .article-page .services-list-wr .services-item-wr .services-item .descr {
    font-weight: 300;
  }
  .article-page .services-list-wr .services-item-wr .services-item:last-child {
    margin-bottom: 35px;
  }
  .article-page .services-list-wr .services-item-wr .show-more {
    margin-top: 0;
  }
  .article-page .slider-img-block {
    margin: 0 0 40px;
    position: relative;
  }
  .article-page .slider-img-block:after {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% - 40px);
    position: absolute;
    left: -10px;
    top: 0;
    background-color: #f7f7f7;
    z-index: -1;
  }
  .article-page .slider-img-block .text-content {
    width: 100%;
    display: block;
    padding: 30px 0;
    text-align: center;
  }
  .article-page .slider-img-block .text-content h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .article-page .slider-img-block .text-content p {
    font-size: 14px;
    color: #144b98;
    margin-bottom: 25px;
  }
  .article-page .slider-img-block .text-content .button-link {
    width: 250px;
    display: block;
    margin: 0 auto;
  }
  .article-page .slider-img-block .text-content:after {
    display: none;
  }
  .article-page .slider-img-block .slider-wr {
    width: 100%;
  }
  .article-page .slider-img-block .slider-wr .item .img-wr {
    height: 300px;
  }
  .article-page
    .slider-img-block
    .slider-wr
    .single-slide
    .slick-arrow.slick-prev {
    left: inherit;
    right: 47px;
  }
  .article-page
    .slider-img-block
    .slider-wr
    .single-slide
    .slick-arrow.slick-next {
    left: inherit;
    right: 0;
  }
  .article-page .slider-img-block .slider-wr .slider-count {
    margin: -89px -10px 0 auto;
  }
  .article-page .banner-block {
    margin-bottom: 30px;
  }
  .article-page .title-wr h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .article-page .title-wr p {
    width: 100%;
  }
  .article-page .what-we-offer-accordion {
    margin-bottom: 20px;
  }
  .article-page .what-we-offer-accordion .offer-accordion .item .tab-header {
    min-height: 50px;
  }
  .article-page
    .what-we-offer-accordion
    .offer-accordion
    .item
    .tab-header
    h3
    button {
    font-size: 16px;
    padding: 10px 30px 10px 7px;
  }
  .article-page
    .what-we-offer-accordion
    .offer-accordion
    .item
    .tab-header
    h3
    button:before {
    right: 20px;
  }
  .article-page
    .what-we-offer-accordion
    .offer-accordion
    .item
    .tab-header
    h3
    button:after {
    right: 10px;
  }
  .article-page .what-we-offer-accordion .offer-accordion .item .tab-body {
    padding: 0 6px 15px;
  }
  .article-page .subscribe-club-block {
    padding: 30px 10px 25px;
    margin: 0 -10px 35px;
    text-align: center;
  }
  .article-page .why-we-block .benefits-wr {
    margin: 0 -10px;
    padding: 0 10px;
  }
  .article-page .why-we-block .benefits-wr .item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    padding: 0 10px 15px;
  }
  .article-page .why-we-block .benefits-wr .item span {
    font-size: 36px;
    line-height: 36px;
  }
  .article-page .why-we-block .benefits-wr .item p {
    font-size: 12px;
    line-height: 1;
  }
  .article-page .partners-contact-block {
    margin-bottom: 40px;
  }
  .article-page .partners-contact-block .dropdown-filters-wr {
    margin: 0 -10px;
    padding: 30px 10px 35px;
  }
  .article-page .partners-contact-block .dropdown-filters-wr .form-field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .article-page .partners-contact-block .dropdown-filters-wr .submit-button {
    width: 250px;
    display: block;
    margin: 0 auto;
  }
  .article-page .partners-contact-block .filter-results-list {
    margin: 30px 0 0 0;
    border-bottom: 1px solid #f7f7f7;
  }
  .article-page .partners-contact-block .filter-results-list .item {
    padding: 15px 10px 10px;
  }
  .article-page .partners-contact-block .filter-results-list .item span {
    font-size: 12px;
  }
  .article-page .partners-contact-block .filter-results-list .item a {
    font-size: 14px;
  }
  .article-page
    .partners-contact-block
    .filter-results-list
    .item
    .persone-descr {
    width: calc(100% - 115px);
    margin-right: 0;
  }
  .article-page
    .partners-contact-block
    .filter-results-list
    .item
    .persone-descr
    .post {
    font-size: 12px;
    line-height: 14px;
  }
  .article-page
    .partners-contact-block
    .filter-results-list
    .item
    .persone-descr
    .name {
    font-size: 16px;
    line-height: 18px;
  }
  .article-page
    .partners-contact-block
    .filter-results-list
    .item
    .contacts-wr {
    width: 100%;
  }
  .article-page
    .partners-contact-block
    .filter-results-list
    .item
    .contacts-wr
    span {
    width: 90px;
    text-align: right;
    display: inline-block;
  }
  .article-page
    .partners-contact-block
    .filter-results-list
    .item
    .contacts-wr
    a {
    width: calc(100% - 115px);
    margin-left: 20px;
    display: inline-block;
  }
  .article-page
    .partners-contact-block
    .filter-results-list
    .mCSB_inside
    > .mCSB_container {
    margin-right: 0;
  }
  .article-page .slider-full-width-img-block .slider-wr .single-slide {
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
  .article-page .slider-full-width-img-block .slider-wr .img-wr {
    height: 300px;
  }
  .article-page .slider-full-width-img-block .slider-wr .text-wr {
    padding: 0 30px 0 15px;
    background-color: #f7f7f7;
  }
  .article-page .slider-full-width-img-block .slider-wr .text-wr p {
    font-size: 18px;
  }
  .article-page .slider-full-width-img-block .slider-wr:after {
    width: calc(100% + 20px);
    height: calc(100% + 50px);
    left: -10px;
  }
  .article-page .slider-full-width-img-block .slider-wr .slider-count {
    z-index: 0;
  }
  .article-page .guarantee-block {
    margin-bottom: 40px;
  }
  .article-page .guarantee-block .title-wr .button-link {
    width: 250px;
    display: block;
    margin: 35px auto 0;
  }
  .article-page .guarantee-block .guarantee-items-wr {
    margin: 0 -10px;
    padding: 35px 10px 10px;
  }
  .article-page .guarantee-block .guarantee-items-wr .item {
    padding-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .article-page .guarantee-block .guarantee-items-wr .item:nth-child(odd) {
    margin-right: 0;
  }
  .article-page .guarantee-block .guarantee-items-wr .item:nth-child(even) {
    margin-left: 0;
  }
  .article-page .guarantee-block .guarantee-items-wr .item .title-text:before {
    display: none;
  }
  .article-page .our-clients-block {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .article-page .our-clients-block .title-wr {
    margin-bottom: 25px;
  }
  .article-page .our-clients-block .slider-wr {
    padding-top: 30px;
  }
  .article-page .our-clients-block .slider-wr .img-wr {
    width: 240px;
  }
  .article-page .our-clients-block .slider-wr:after {
    top: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 100px);
  }
  .article-page .our-clients-block .button-link {
    float: none;
    width: 250px;
    margin: 25px auto 0;
    display: block;
  }
  .article-page .video-block {
    margin-bottom: 40px;
  }
}
.about-company-page.en-lp {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .about-company-page.en-lp .container {
    padding: 0 45px;
  }
}
.about-company-page.en-lp .title {
  margin-bottom: 120px;
}
.about-company-page.en-lp .title .content-wr {
  width: 450px;
}
.about-company-page.en-lp .title .content-wr h1 {
  font-weight: 800;
  margin-bottom: 25px;
}
.about-company-page.en-lp .title .content-wr h2 {
  color: #144b98;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.about-company-page.en-lp .title .img-wr {
  width: calc(100% - 455px);
  height: 0;
  padding-bottom: 36%;
}
@media (max-width: 1366px) {
  .about-company-page.en-lp .title .img-wr {
    padding-bottom: 34%;
  }
}
@media (max-width: 1280px) {
  .about-company-page.en-lp .title .img-wr {
    padding-bottom: 29%;
  }
}
.about-company-page.en-lp .video-popup-icon:before {
  -webkit-animation: circle 2s ease infinite;
  animation: circle 2s ease infinite;
}
.about-company-page.en-lp .video-popup-icon:after {
  -webkit-animation: circle 2s ease infinite 1.3s;
  animation: circle 2s ease infinite 1.3s;
}
.about-company-page.en-lp ul li {
  color: #636363;
  line-height: 24px;
  padding-left: 15px;
  position: relative;
}
.about-company-page.en-lp ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #707070;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
@media (min-width: 992px) {
  .about-company-page.en-lp .page-container .short-history-block {
    padding-bottom: 120px;
  }
}
.about-company-page.en-lp .page-container .short-history-block .content-wr {
  margin-top: 0;
}
.about-company-page.en-lp .page-container .short-history-block .content-wr h2 {
  font-family: Circe, sans-serif;
  font-weight: 800;
  color: #144b98;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-company-page.en-lp .page-container .short-history-block .content-wr ul {
  margin-bottom: 30px;
}
.about-company-page.en-lp
  .page-container
  .short-history-block
  .content-wr
  ul:last-child {
  margin-bottom: 0;
}
.about-company-page.en-lp .page-container .short-history-block:after {
  display: none;
}
.about-company-page.en-lp
  .page-container
  .image-slider-block
  .slider-wr
  .single-slide {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.about-company-page.en-lp
  .page-container
  .image-slider-block
  .slider-wr
  .single-slide
  .item {
  height: auto;
}
.about-company-page.en-lp
  .page-container
  .image-slider-block
  .slider-wr
  .single-slide
  .item
  .img-wr {
  height: 490px;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
}
.about-company-page.en-lp
  .page-container
  .image-slider-block
  .slider-wr
  .single-slide
  .content-wr {
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #4c4c4c;
  line-height: 22px;
  padding: 35px 30px 25px;
  background-color: #f7f7f7;
}
.about-company-page.en-lp
  .page-container
  .image-slider-block
  .slider-wr
  .single-slide
  .slick-arrow.slick-prev {
  right: 64px;
}
.about-company-page.en-lp
  .page-container
  .image-slider-block
  .slider-wr
  .single-slide
  .slick-arrow.slick-next {
  right: 17px;
}
.about-company-page.en-lp .page-container .image-slider-block .slider-count {
  padding-left: 23px;
}
.about-company-page.en-lp .page-container .support-block {
  position: relative;
  padding: 40px 0;
}
.about-company-page.en-lp .page-container .support-block:after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #144b98;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.about-company-page.en-lp .page-container .support-block .content-wr {
  width: 100%;
  padding-right: 0;
}
.about-company-page.en-lp
  .page-container
  .support-block
  .top-line
  .tel-wr
  .button-link {
  vertical-align: middle;
}
.about-company-page.en-lp
  .page-container
  .support-block
  .top-line
  .tel-wr
  .button-link
  a {
  font-size: 16px;
}
.about-company-page.en-lp .page-container .support-block .top-line .logo-img {
  width: 180px;
}
.about-company-page.en-lp .page-container .support-block .bottom-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-company-page.en-lp .page-container .support-block .bottom-line p {
  font-size: 16px;
}
.about-company-page.en-lp .page-container .support-block .bottom-line p a {
  font-weight: bold;
  color: #fff;
}
.about-company-page.en-lp .page-container .support-block .tel-wr {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.about-company-page.en-lp .page-container .support-block .tel-wr p {
  display: block;
  margin-top: 10px;
}
.about-company-page.en-lp .page-container .support-block .tel-wr p a {
  font-size: 21px;
  color: #498bc8;
}
.about-company-page.en-lp .page-container .support-block .tel-wr p a:hover {
  color: #fff;
}
.about-company-page.en-lp .page-container .support-block .tel-wr span {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
  display: block;
}
.about-company-page.en-lp .page-container .support-block .tel-wr a {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}
.about-company-page.en-lp .title .img-wr .video-popup-icon {
  left: 50%;
  top: 50%;
}
.about-company-page .bold-line-before {
  font-size: 28px;
  font-family: Circe, sans-serif;
  font-weight: 800;
  color: #144b98;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
}
.about-company-page .bold-line-before:before {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #144b98;
  position: absolute;
  left: 0;
  top: 16px;
}
.about-company-page .title {
  margin-bottom: 85px;
  position: relative;
}
.about-company-page .title .content-wr {
  width: calc(100% - 880px);
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
.about-company-page .title .content-wr h1 {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 40px;
  margin-bottom: 50px;
}
.about-company-page .title .content-wr p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  line-height: 24px;
  margin-bottom: 20px;
}
.about-company-page .title .content-wr blockquote {
  text-align: right;
  position: absolute;
  bottom: 53px;
  width: calc(100% - 875px);
  padding-right: 20px;
  left: 0;
}
.about-company-page .title .content-wr blockquote p {
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  position: relative;
  padding-left: 70px;
  display: inline-block;
  margin: 0;
}
.about-company-page .title .content-wr blockquote p:before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #144b98;
  position: absolute;
  left: 0;
  top: 10px;
}
.about-company-page .title .img-wr {
  width: 875px;
  height: 470px;
  padding: 0;
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.about-company-page .title .img-wr .video-popup-icon {
  left: 65px;
  bottom: 65px;
}
.about-company-page .page-container .short-history-block {
  padding-bottom: 20px;
  position: relative;
}
.about-company-page .page-container .short-history-block .left-block {
  width: 450px;
  display: inline-block;
  vertical-align: top;
}
.about-company-page .page-container .short-history-block .left-block .img-wr {
  position: relative;
  width: 100%;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  font-size: 0;
}
.about-company-page
  .page-container
  .short-history-block
  .left-block
  .img-wr
  img {
  width: 100%;
}
.about-company-page .page-container .short-history-block .left-block .img-wr p {
  font-size: 36px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  position: absolute;
  left: 35px;
  bottom: 20px;
}
.about-company-page
  .page-container
  .short-history-block
  .left-block
  .bold-line-before {
  margin-top: 30px;
}
.about-company-page .page-container .short-history-block .content-wr {
  width: calc(100% - 455px);
  padding-left: 60px;
  padding-right: 80px;
  display: inline-block;
  vertical-align: top;
  margin-top: 130px;
}
.about-company-page .page-container .short-history-block .content-wr p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
  margin-bottom: 25px;
}
.about-company-page .page-container .short-history-block .content-wr p strong {
  font-size: 21px;
  font-weight: bold;
  line-height: 30px;
}
.about-company-page
  .page-container
  .short-history-block
  .content-wr
  .to-history-page {
  position: absolute;
  top: 350px;
}
.about-company-page .page-container .short-history-block:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 70px;
  background: #f7f7f7;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  z-index: -1;
}
.about-company-page .page-container .category-items-block {
  margin-top: 90px;
}
.about-company-page .page-container .benefits-block {
  margin-top: 115px;
  margin-bottom: 200px;
  position: relative;
}
.about-company-page .page-container .benefits-block .bold-line-before {
  margin-bottom: 25px;
}
.about-company-page .page-container .benefits-block table {
  width: 100%;
  background-color: #f7f7f7;
}
.about-company-page .page-container .benefits-block table td {
  width: 50%;
  padding: 0 50px;
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #636363;
  position: relative;
}
.about-company-page .page-container .benefits-block table td ul {
  margin-bottom: 30px;
}
.about-company-page .page-container .benefits-block table td ul li {
  position: relative;
  padding-left: 18px;
}
.about-company-page .page-container .benefits-block table td ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #636363;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.about-company-page .page-container .benefits-block table td p {
  margin-bottom: 30px;
}
.about-company-page .page-container .benefits-block table td span {
  font-size: 36px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  position: absolute;
  left: 40px;
  bottom: 50px;
  z-index: 1;
}
.about-company-page .page-container .benefits-block table td .img-wr {
  position: relative;
  z-index: 1;
}
.about-company-page .page-container .benefits-block table td .img-wr:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 7px;
  background-image: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 35%,
    transparent 100%
  );
  background-image: -moz-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 35%,
    transparent 100%
  );
  background-image: -ms-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 35%,
    transparent 100%
  );
  background-image: -o-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 35%,
    transparent 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 35%,
    transparent 100%
  );
  z-index: 0;
}
.about-company-page .page-container .benefits-block table td img {
  width: 100%;
  margin-top: -50px;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
}
.about-company-page
  .page-container
  .benefits-block
  table
  tr:last-child
  td
  .img-wr:after {
  bottom: -42px;
  height: calc(100% + 42px);
}
.about-company-page .page-container .benefits-block table tr:last-child td img {
  margin-bottom: -50px;
}
.about-company-page
  .page-container
  .benefits-block
  table
  tr:last-child
  td
  span {
  bottom: 0;
}
.about-company-page .page-container .image-slider-block .bold-line-before {
  margin-bottom: 45px;
}
.about-company-page .page-container .image-slider-block .subtitle {
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 22px;
  color: #4c4c4c;
  width: 520px;
  margin-bottom: 40px;
}
.about-company-page .page-container .image-slider-block .slider-wr {
  position: relative;
  font-size: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-company-page
  .page-container
  .image-slider-block
  .slider-wr
  .single-slide {
  width: calc(100% - 50px);
  background-color: #fff;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
}
.about-company-page
  .page-container
  .image-slider-block
  .slider-wr
  .single-slide
  .item {
  height: 490px;
  position: relative;
}
.about-company-page
  .page-container
  .image-slider-block
  .slider-wr
  .single-slide
  .item
  .img-wr {
  height: 100%;
}
.about-company-page
  .page-container
  .image-slider-block
  .slider-wr
  .single-slide
  .slick-arrow {
  position: absolute;
  border: 1px solid #4785bf;
  bottom: -58px;
}
.about-company-page
  .page-container
  .image-slider-block
  .slider-wr
  .single-slide
  .slick-arrow.slick-prev {
  right: 14px;
}
.about-company-page
  .page-container
  .image-slider-block
  .slider-wr
  .single-slide
  .slick-arrow.slick-next {
  right: -33px;
}
.about-company-page
  .page-container
  .image-slider-block
  .slider-wr
  .single-slide
  .slick-arrow:before {
  color: #fff;
}
.about-company-page .page-container .image-slider-block .slider-count {
  background-color: #144b98;
  width: 233px;
  display: block;
  margin: -102px 0 0 auto;
  padding: 117px 32px 17px 50px;
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}
.about-company-page .page-container .image-slider-block .slider-count .current {
  font-size: 40px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.about-company-page .page-container .image-slider-block .slider-count .all {
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.about-company-page .page-container .ukraine-choice-block {
  margin-top: 80px;
}
.about-company-page .page-container .ukraine-choice-block h2 {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  margin-bottom: 30px;
}
.about-company-page .page-container .ukraine-choice-block .rewards-wr {
  position: relative;
}
.about-company-page .page-container .ukraine-choice-block .rewards-wr:after {
  content: "";
  display: table;
  clear: both;
}
.about-company-page .page-container .ukraine-choice-block .item {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  float: left;
  padding-right: 25px;
  margin-bottom: 20px;
}
.about-company-page .page-container .ukraine-choice-block .item .img-wr {
  margin-right: 20px;
  width: 75px;
  display: inline-block;
  vertical-align: middle;
}
.about-company-page .page-container .ukraine-choice-block .item .img-wr img {
  width: 100%;
}
.about-company-page .page-container .ukraine-choice-block .item .descr-wr {
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: middle;
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #808080;
  line-height: 16px;
}
.about-company-page .page-container .where-can-buy-block {
  margin-top: 60px;
}
.about-company-page .page-container .services-text-block {
  margin-top: 85px;
  margin-bottom: 110px;
}
.about-company-page .page-container .services-text-block h2 {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 32px;
  text-transform: uppercase;
  color: #144b98;
  padding-left: 45px;
  margin-bottom: 25px;
}
.about-company-page .page-container .services-text-block .content-wr {
  padding: 50px 0 80px 45px;
  margin-right: 50px;
  background-color: #f7f7f7;
}
.about-company-page
  .page-container
  .services-text-block
  .content-wr
  .left-block {
  width: calc(100% - 490px);
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  padding-right: 45px;
}
.about-company-page
  .page-container
  .services-text-block
  .content-wr
  .left-block
  p {
  color: #4c4c4c;
  margin-bottom: 25px;
}
.about-company-page
  .page-container
  .services-text-block
  .content-wr
  .left-block
  li {
  color: #636363;
  line-height: 24px;
  padding-left: 15px;
  position: relative;
}
.about-company-page
  .page-container
  .services-text-block
  .content-wr
  .left-block
  li:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #707070;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.about-company-page
  .page-container
  .services-text-block
  .content-wr
  .right-block {
  width: 536px;
  display: inline-block;
  vertical-align: top;
  margin-right: -50px;
  margin-top: -130px;
}
.about-company-page
  .page-container
  .services-text-block
  .content-wr
  .right-block
  .img-block {
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  font-size: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-company-page
  .page-container
  .services-text-block
  .content-wr
  .right-block
  .img-block
  img {
  max-width: 100%;
}
.about-company-page .page-container .support-block {
  background-color: #144b98;
  margin-top: 80px;
  padding: 40px 80px 40px 30px;
}
.about-company-page .page-container .support-block .content-wr {
  display: inline-block;
  width: calc(100% - 145px);
  padding-right: 50px;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-company-page .page-container .support-block .top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-company-page .page-container .support-block .top-line p {
  display: inline-block;
  vertical-align: middle;
}
.about-company-page .page-container .support-block .top-line p strong {
  font-size: 24px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
}
.about-company-page .page-container .support-block .top-line .button-link {
  vertical-align: middle;
}
.about-company-page .page-container .support-block .top-line .button-link a {
  font-size: 16px;
}
.about-company-page .page-container .support-block .top-line .tel-wr {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.about-company-page .page-container .support-block .top-line .tel-wr span {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
  display: block;
}
.about-company-page .page-container .support-block .top-line .tel-wr a {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}
.about-company-page .page-container .support-block .bottom-line {
  margin-top: 35px;
}
.about-company-page .page-container .support-block .bottom-line p {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
}
.about-company-page .page-container .support-block .duck-wr {
  width: 140px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-company-page .page-container .support-block .duck-wr img {
  max-width: 100%;
}
.about-company-page.novosel-page .title {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .about-company-page.novosel-page .title .content-wr {
    width: calc(50% - 4px);
    padding-right: 100px;
  }
  .about-company-page.novosel-page .title .img-wr {
    width: 50%;
    height: 360px;
  }
}
.about-company-page .about-novosel {
  padding: 50px;
  background-color: #f7f7f7;
  margin-bottom: 50px;
}
.about-company-page .about-novosel .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #4c4c4c;
  margin-bottom: 25px;
}
.about-company-page .about-novosel li {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #636363;
  position: relative;
  padding-left: 18px;
}
.about-company-page .about-novosel li:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #636363;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.about-company-page .activate-card .title {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  margin-bottom: 35px;
}
.about-company-page .activate-card form {
  width: 640px;
  display: block;
  margin: 0 auto;
  padding: 50px 50px 100px;
  background-color: #254c90;
}
.about-company-page
  .activate-card
  .form-field
  input:not([type="checkbox"]):not([type="radio"]) {
  height: 45px;
  margin-bottom: 20px;
  padding-top: 4px;
  background-color: #fff;
  border-color: rgba(20, 75, 152, 0.5);
}
.about-company-page .activate-card .button-link {
  float: right;
  border-color: #fff;
  background-color: transparent;
}
.about-company-page .activate-card .button-link button {
  padding-top: 4px;
}
@media (max-width: 1280px) {
  .about-company-page .title .content-wr {
    width: 45%;
    padding-right: 30px;
  }
  .about-company-page .title .content-wr blockquote {
    width: 45%;
    padding-right: 30px;
  }
  .about-company-page .title .img-wr {
    width: calc(55% - 5px);
    height: 410px;
  }
  .about-company-page
    .page-container
    .short-history-block
    .content-wr
    .to-history-page {
    position: relative;
    top: inherit;
    margin-top: 30px;
  }
  .about-company-page .page-container .benefits-block {
    margin-top: 65px;
    margin-bottom: 130px;
  }
  .about-company-page .page-container .support-block {
    padding: 40px 30px 100px;
  }
  .about-company-page .page-container .support-block .content-wr {
    width: 100%;
    padding: 0;
  }
  .about-company-page .page-container .support-block .duck-wr {
    width: 100px;
    float: right;
    margin-top: -20px;
  }
  .about-company-page
    .page-container
    .services-text-block
    .content-wr
    .left-block {
    width: calc(100% - 400px);
  }
  .about-company-page
    .page-container
    .services-text-block
    .content-wr
    .right-block {
    width: 446px;
  }
  .about-company-page.en-lp .title .content-wr {
    width: 400px;
  }
  .about-company-page.en-lp .title .img-wr {
    width: calc(100% - 405px);
    padding-bottom: 32%;
  }
  .about-company-page.en-lp .page-container .short-history-block .left-block {
    width: 400px;
  }
  .about-company-page.en-lp .page-container .short-history-block .content-wr {
    width: calc(100% - 405px);
    padding-right: 0;
  }
  .about-company-page.en-lp .page-container .support-block {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .about-company-page .bold-line-before {
    font-weight: bold;
  }
  .about-company-page .title {
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
  .about-company-page .title .content-wr {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 25px;
  }
  .about-company-page .title .content-wr h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .about-company-page .title .content-wr p {
    margin-bottom: 0;
  }
  .about-company-page .title .content-wr blockquote {
    position: absolute;
    width: auto;
    text-align: left;
    left: 0;
    bottom: 0;
  }
  .about-company-page .title .img-wr {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    position: relative;
  }
  .about-company-page .title .img-wr img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .about-company-page .page-container .short-history-block .left-block {
    width: 320px;
  }
  .about-company-page .page-container .short-history-block .content-wr {
    width: calc(100% - 325px);
    padding-left: 20px;
    padding-right: 0;
    margin-top: 80px;
  }
  .about-company-page .page-container .short-history-block .content-wr p {
    margin-bottom: 20px;
  }
  .about-company-page
    .page-container
    .short-history-block
    .content-wr
    .to-history-page {
    margin-top: 25px;
  }
  .about-company-page .page-container .category-items-block {
    margin-top: 55px;
  }
  .about-company-page .page-container .benefits-block .bold-line-before {
    margin-bottom: 0;
  }
  .about-company-page .page-container .benefits-block .content-wr {
    margin: 0 -30px;
    padding: 0 30px;
    background: #f7f7f7;
  }
  .about-company-page .page-container .benefits-block table td {
    padding: 0;
  }
  .about-company-page .page-container .benefits-block table td img {
    margin-top: 0;
  }
  .about-company-page .page-container .benefits-block table td span {
    font-size: 28px;
    line-height: 28px;
    bottom: 35px;
  }
  .about-company-page .page-container .benefits-block table td:nth-child(odd) {
    padding-right: 30px;
  }
  .about-company-page
    .page-container
    .benefits-block
    table
    td:nth-child(odd)
    span {
    left: 20px;
  }
  .about-company-page .page-container .benefits-block table td:nth-child(even) {
    padding-left: 30px;
  }
  .about-company-page
    .page-container
    .benefits-block
    table
    td:nth-child(even)
    span {
    left: 20px;
  }
  .about-company-page
    .page-container
    .benefits-block
    table
    tr:first-child
    td
    img {
    margin-top: -50px;
  }
  .about-company-page
    .page-container
    .benefits-block
    table
    tr:last-child
    td
    .img-wr:after {
    bottom: -42px;
    height: calc(100% + 42px);
  }
  .about-company-page .page-container .image-slider-block .bold-line-before {
    margin-bottom: 25px;
  }
  .about-company-page .page-container .image-slider-block .subtitle {
    margin-bottom: 20px;
  }
  .about-company-page
    .page-container
    .image-slider-block
    .slider-wr
    .single-slide
    .item {
    height: 330px;
  }
  .about-company-page .page-container .ukraine-choice-block {
    margin-top: 55px;
  }
  .about-company-page .page-container .support-block {
    margin-top: 40px;
    padding: 25px 30px 20px;
    position: relative;
  }
  .about-company-page .page-container .support-block .top-line {
    display: block;
  }
  .about-company-page .page-container .support-block .top-line p,
  .about-company-page .page-container .support-block .top-line .tel-wr {
    display: block;
  }
  .about-company-page .page-container .support-block .top-line p {
    margin-bottom: 25px;
  }
  .about-company-page .page-container .support-block .top-line .tel-wr {
    margin-top: 25px;
  }
  .about-company-page .page-container .support-block .top-line .button-link {
    border-color: #4b8dca;
  }
  .about-company-page
    .page-container
    .support-block
    .top-line
    .button-link
    a:after {
    background-color: #4b8dca;
  }
  .about-company-page .page-container .support-block .bottom-line p br {
    display: none;
  }
  .about-company-page .page-container .support-block .duck-wr {
    position: absolute;
    right: 50px;
    top: 30px;
  }
  .about-company-page .page-container .services-text-block {
    margin-bottom: 130px;
  }
  .about-company-page .page-container .services-text-block .content-wr {
    padding: 50px 0 0 50px;
  }
  .about-company-page
    .page-container
    .services-text-block
    .content-wr
    .left-block {
    width: 100%;
  }
  .about-company-page
    .page-container
    .services-text-block
    .content-wr
    .left-block
    p
    br {
    display: none;
  }
  .about-company-page
    .page-container
    .services-text-block
    .content-wr
    .right-block {
    width: calc(100% + 50px);
    text-align: right;
    margin: 35px -50px -50px 0;
  }
  .about-company-page
    .page-container
    .services-text-block
    .content-wr
    .right-block
    .img-block {
    width: 350px;
    display: inline-block;
  }
  .about-company-page.en-lp .title {
    margin-bottom: 100px;
    padding-bottom: 0;
  }
  .about-company-page.en-lp .title .content-wr {
    width: 100%;
  }
  .about-company-page.en-lp .title .img-wr {
    width: 100%;
    padding-bottom: 56.25%;
  }
  .about-company-page.en-lp .page-container .short-history-block {
    padding-bottom: 0;
    margin-bottom: 100px;
  }
  .about-company-page.en-lp .page-container .short-history-block .left-block {
    width: 45%;
  }
  .about-company-page.en-lp .page-container .short-history-block .content-wr {
    width: calc(55% - 4px);
  }
  .about-company-page.en-lp
    .page-container
    .image-slider-block
    .slider-wr
    .single-slide
    .item
    .img-wr {
    height: 470px;
  }
  .about-company-page.novosel-page .title {
    padding-bottom: 0;
  }
  .about-company-page .activate-card form {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .about-company-page.en-lp .page-container .support-block .content-wr {
    padding-right: 0;
  }
  .about-company-page.en-lp .page-container .support-block .top-line {
    display: flex;
  }
  .about-company-page.en-lp .page-container .support-block .top-line p {
    margin: 0;
  }
  .about-company-page.en-lp .page-container .support-block .bottom-line p {
    width: 230px;
  }
  .about-company-page.en-lp
    .page-container
    .support-block
    .bottom-line
    .button-link
    a {
    padding: 0 55px 0 15px;
  }
  .about-company-page.en-lp
    .page-container
    .support-block
    .bottom-line
    .tel-wr {
    width: 185px;
  }
}
@media (max-width: 767px) {
  .about-company-page {
    margin-bottom: -50px;
  }
  .about-company-page .bold-line-before {
    font-size: 20px;
    line-height: 26px;
  }
  .about-company-page .bold-line-before:before {
    top: 9px;
  }
  .about-company-page .title {
    margin-bottom: 70px;
  }
  .about-company-page .title .content-wr h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .about-company-page .title .content-wr blockquote p:before {
    top: 6px;
  }
  .about-company-page .title .img-wr .video-popup-icon {
    left: 50%;
    top: 50%;
    bottom: inherit;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .about-company-page .page-container .short-history-block {
    padding-bottom: 0;
  }
  .about-company-page .page-container .short-history-block .left-block {
    width: 100%;
    display: block;
  }
  .about-company-page .page-container .short-history-block .left-block .img-wr {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .about-company-page
    .page-container
    .short-history-block
    .left-block
    .img-wr
    p {
    font-size: 22px;
    line-height: 22px;
  }
  .about-company-page .page-container .short-history-block .content-wr {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-company-page
    .page-container
    .short-history-block
    .content-wr
    p
    strong {
    font-size: 18px;
    line-height: 30px;
    display: block;
    text-align: center;
  }
  .about-company-page
    .page-container
    .short-history-block
    .content-wr
    .button-link {
    width: 250px;
    margin: 0 auto;
    display: block;
  }
  .about-company-page .page-container .short-history-block:after {
    top: -50px;
    height: 450px;
  }
  .about-company-page .page-container .benefits-block {
    background-color: #f7f7f7;
    margin: 25px -30px 0;
    padding: 25px 30px 0;
  }
  .about-company-page .page-container .benefits-block table td {
    width: 100%;
    display: block;
  }
  .about-company-page .page-container .benefits-block table td .img-wr {
    margin: 30px -15px;
    width: calc(100% + 30px);
  }
  .about-company-page .page-container .benefits-block table td span {
    top: inherit;
    bottom: 30px;
    left: 20px;
    z-index: 2;
  }
  .about-company-page .page-container .benefits-block table td:nth-child(odd) {
    padding-right: 0;
  }
  .about-company-page .page-container .benefits-block table td:nth-child(even) {
    padding-left: 0;
  }
  .about-company-page .page-container .benefits-block table tr {
    display: flex;
    flex-direction: column;
  }
  .about-company-page
    .page-container
    .benefits-block
    table
    tr:first-child
    td
    img {
    margin-top: 0;
  }
  .about-company-page
    .page-container
    .benefits-block
    table
    tr:first-child
    td
    span {
    top: inherit;
    left: 20px;
  }
  .about-company-page
    .page-container
    .benefits-block
    table
    tr:last-child
    td
    img {
    margin-bottom: 0;
  }
  .about-company-page
    .page-container
    .benefits-block
    table
    tr:last-child
    td
    span {
    left: 20px;
    bottom: 30px;
  }
  .about-company-page
    .page-container
    .benefits-block
    table
    tr:nth-child(odd)
    td:nth-child(odd) {
    order: 2;
  }
  .about-company-page
    .page-container
    .benefits-block
    table
    tr:nth-child(odd)
    td:nth-child(even) {
    order: 1;
  }
  .about-company-page
    .page-container
    .benefits-block
    table
    tr:nth-child(even)
    td:nth-child(odd) {
    order: 1;
  }
  .about-company-page
    .page-container
    .benefits-block
    table
    tr:nth-child(even)
    td:nth-child(even) {
    order: 2;
  }
  .about-company-page
    .page-container
    .benefits-block
    table
    tr:last-child
    td
    .img-wr:after {
    bottom: 7px;
    height: calc(100% - 7px);
  }
  .about-company-page .page-container .image-slider-block {
    margin-top: 40px;
  }
  .about-company-page .page-container .image-slider-block .subtitle {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
  }
  .about-company-page .page-container .image-slider-block .slider-wr {
    margin: 0 -15px;
  }
  .about-company-page
    .page-container
    .image-slider-block
    .slider-wr
    .single-slide {
    width: 100%;
  }
  .about-company-page
    .page-container
    .image-slider-block
    .slider-wr
    .single-slide
    .item {
    height: 240px;
  }
  .about-company-page
    .page-container
    .image-slider-block
    .slider-wr
    .single-slide
    .slick-arrow.slick-prev {
    right: 67px;
  }
  .about-company-page
    .page-container
    .image-slider-block
    .slider-wr
    .single-slide
    .slick-arrow.slick-next {
    right: 20px;
  }
  .about-company-page .page-container .ukraine-choice-block h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .about-company-page .page-container .ukraine-choice-block .item {
    width: 100%;
    padding-right: 0;
  }
  .about-company-page .page-container .where-can-buy-block {
    margin-top: 20px;
  }
  .about-company-page .page-container .support-block {
    text-align: center;
    margin: 0 -15px;
    width: calc(100% + 30px);
    padding: 35px 30px 140px;
  }
  .about-company-page .page-container .support-block .bottom-line {
    margin-top: 20px;
  }
  .about-company-page .page-container .support-block .duck-wr {
    right: inherit;
    top: inherit;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .about-company-page .page-container .services-text-block {
    background: #f7f7f7;
    margin: 50px -10px 50px;
    padding: 35px 10px 0;
  }
  .about-company-page .page-container .services-text-block h2 {
    font-size: 24px;
    line-height: 24px;
    padding-left: 0;
  }
  .about-company-page .page-container .services-text-block .content-wr {
    padding: 0;
    margin: 0;
  }
  .about-company-page
    .page-container
    .services-text-block
    .content-wr
    .left-block {
    padding: 0;
    margin-bottom: 25px;
  }
  .about-company-page
    .page-container
    .services-text-block
    .content-wr
    .right-block {
    width: 100vw;
    margin: 0 -10px;
  }
  .about-company-page
    .page-container
    .services-text-block
    .content-wr
    .right-block
    .img-block {
    width: 100%;
    display: block;
    padding-bottom: 56%;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .about-company-page
    .page-container
    .services-text-block
    .content-wr
    .right-block
    .img-block
    img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    o-object-fit: cover;
    object-fit: cover;
  }
  .about-company-page.en-lp .title {
    margin-bottom: 65px;
  }
  .about-company-page.en-lp .title .content-wr h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .about-company-page.en-lp .page-container .short-history-block {
    margin-bottom: 60px;
  }
  .about-company-page.en-lp .page-container .short-history-block .left-block {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-company-page.en-lp .page-container .short-history-block .content-wr {
    width: 100%;
  }
  .about-company-page.en-lp
    .page-container
    .short-history-block
    .content-wr
    h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .about-company-page.en-lp .page-container .image-slider-block {
    margin-bottom: 65px;
  }
  .about-company-page.en-lp
    .page-container
    .image-slider-block
    .slider-wr
    .single-slide
    .content-wr {
    font-size: 18px;
    height: 77px;
    padding: 10px 15px 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .about-company-page.en-lp
    .page-container
    .image-slider-block
    .slider-wr
    .single-slide
    .item
    .img-wr {
    height: 68vw;
  }
  .about-company-page.en-lp .page-container .support-block {
    padding: 35px 30px;
  }
  .about-company-page.en-lp .page-container .support-block .content-wr {
    padding-right: 0;
  }
  .about-company-page.en-lp .page-container .support-block .bottom-line {
    display: block;
  }
  .about-company-page.en-lp .page-container .support-block .bottom-line > p {
    margin-bottom: 20px;
  }
  .about-company-page.en-lp .page-container .support-block .button-link {
    width: 250px;
    display: block;
    margin: 0 auto 25px;
  }
  .about-company-page.en-lp .page-container .support-block .tel-wr {
    width: 100%;
    display: block;
  }
  .about-company-page .about-novosel {
    margin: 0 -10px;
    padding: 30px 10px;
  }
  .about-company-page .about-novosel .title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .about-company-page .about-novosel li {
    margin-bottom: 10px;
  }
  .about-company-page .about-novosel li:last-child {
    margin-bottom: 0;
  }
  .about-company-page .activate-card {
    background-color: #254c90;
    padding: 25px 10px 35px;
    margin: 0 -10px;
  }
  .about-company-page .activate-card .title {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
  }
  .about-company-page .activate-card form {
    padding: 0;
  }
  .about-company-page .activate-card .button-link {
    width: 250px;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.where-can-buy-block h2 {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  margin-bottom: 35px;
}
.where-can-buy-block .item-wr {
  position: relative;
}
.where-can-buy-block .item-wr:after {
  content: "";
  display: table;
  clear: both;
}
.where-can-buy-block .item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  float: left;
  padding-bottom: 20px;
  position: relative;
}
.where-can-buy-block .item .title-wr {
  padding-right: 85px;
}
.where-can-buy-block .item .title-wr .icon-wr {
  display: inline-block;
  width: 85px;
  height: 73px;
  line-height: 73px;
  background-color: #144b98;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  text-align: center;
  vertical-align: middle;
}
.where-can-buy-block .item .title-wr .icon-wr img {
  height: 32px;
  line-height: 73px;
  vertical-align: middle;
}
.where-can-buy-block .item .title-wr h3 {
  font-size: 24px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #4c4c4c;
  line-height: 26px;
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 85px);
  padding-left: 30px;
  margin-top: 15px;
}
.where-can-buy-block .item .descr-wr {
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 85px;
}
.where-can-buy-block .item .descr-wr p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
}
.where-can-buy-block .item .link-wr {
  text-align: right;
  margin-top: 20px;
}
.where-can-buy-block .item:nth-child(odd) {
  padding-right: 55px;
}
.where-can-buy-block .item:nth-child(even) {
  padding-left: 55px;
}
.where-can-buy-block .item:nth-child(even):after {
  left: 110px;
}
.where-can-buy-block .item:after {
  content: "";
  top: 20px;
  left: 55px;
  position: absolute;
  width: calc(100% - 155px);
  height: calc(100% - 20px);
  background-color: #f7f7f7;
  z-index: -1;
}
@media (max-width: 1280px) {
  .where-can-buy-block .item {
    width: 50%;
    margin-right: 0;
  }
  .where-can-buy-block .item .title-wr,
  .where-can-buy-block .item .descr-wr {
    padding-right: 50px;
  }
  .where-can-buy-block .item:nth-child(odd) {
    padding-right: 35px;
  }
  .where-can-buy-block .item:nth-child(even) {
    padding-left: 35px;
  }
  .where-can-buy-block .item:nth-child(even):after {
    left: 90px;
  }
  .where-can-buy-block .item:after {
    width: calc(100% - 110px);
  }
}
@media (max-width: 991px) {
  .where-can-buy-block .item {
    padding-right: 20px;
  }
  .where-can-buy-block .item .title-wr {
    padding-right: 0;
  }
  .where-can-buy-block .item .title-wr h3 {
    font-size: 18px;
    padding-left: 15px;
    margin-top: 10px;
    line-height: 22px;
  }
  .where-can-buy-block .item .descr-wr {
    padding-right: 0;
    padding-left: 0;
  }
  .where-can-buy-block .item:nth-child(odd) {
    padding-right: 80px;
  }
  .where-can-buy-block .item:nth-child(even):after {
    left: 70px;
    width: calc(100% - 70px);
  }
  .where-can-buy-block .item:after {
    left: 35px;
    width: calc(100% - 90px);
    height: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .where-can-buy-block h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .where-can-buy-block .item {
    width: 100%;
    display: block;
    float: none;
  }
  .where-can-buy-block .item .descr-wr {
    padding-right: 35px;
  }
  .where-can-buy-block .item:nth-child(odd) {
    padding-right: 0;
  }
  .where-can-buy-block .item:nth-child(even) {
    padding: 0 0 20px;
  }
  .where-can-buy-block .item:nth-child(even):after {
    left: 35px;
    width: calc(100% - 25px);
  }
  .where-can-buy-block .item:after {
    width: calc(100% - 25px);
  }
}
.category-items-block h2 {
  font-size: 28px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 28px;
}
.category-items-block .items-wr {
  margin: 120px -5px 0;
  position: relative;
}
.category-items-block .items-wr:after {
  content: "";
  display: table;
  clear: both;
}
.category-items-block .items-wr .item {
  width: calc(20% - 10px);
  float: left;
  height: 220px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category-items-block .items-wr .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  transform-origin: bottom left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category-items-block .items-wr .item a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 35%,
    transparent 100%
  );
  background-image: -moz-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 35%,
    transparent 100%
  );
  background-image: -ms-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 35%,
    transparent 100%
  );
  background-image: -o-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 35%,
    transparent 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 35%,
    transparent 100%
  );
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.category-items-block .items-wr .item img {
  max-width: 100%;
}
.category-items-block .items-wr .item p {
  font-size: 24px;
  font-family: Circe, sans-serif;
  font-weight: 800;
  color: #fff;
  line-height: 26px;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  bottom: 42px;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.category-items-block .items-wr .item:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.category-items-block .items-wr .item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.category-items-block .items-wr .item:nth-child(4) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.category-items-block .items-wr .item:last-child {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.category-items-block .items-wr .item:last-child a {
  transform-origin: bottom right;
}
.category-items-block .items-wr .item:last-child p {
  left: -55px;
}
.category-items-block .to-catalog-link-wr {
  margin-top: 20px;
  text-align: right;
}
@media (max-width: 1280px) {
  .category-items-block .items-wr {
    margin: 80px -5px 0;
  }
  .category-items-block .items-wr .item {
    height: 175px;
  }
  .category-items-block .items-wr .item p {
    font-size: 18px;
  }
  .category-items-block .items-wr .item:last-child p {
    left: -40px;
  }
}
@media (max-width: 991px) {
  .category-items-block h2 {
    font-size: 24px;
    width: 300px;
  }
  .category-items-block .items-wr {
    margin: 27px -35px 0;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .category-items-block .items-wr .item {
    width: 212px;
    height: 220px;
  }
  .category-items-block .items-wr .item a {
    width: 212px;
  }
  .category-items-block .items-wr .item a:after {
    opacity: 1;
  }
  .category-items-block .items-wr .item p {
    opacity: 1;
    font-size: 18px;
    left: 30px;
    bottom: 10px;
  }
  .category-items-block .items-wr .item:last-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .category-items-block .items-wr .item:last-child p {
    bottom: 10px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .category-items-block .to-catalog-link-wr {
    text-align: center;
    margin-top: 30px;
  }
  .category-items-block .to-catalog-link-wr .button-link {
    width: 250px;
  }
  .category-items-block .items-wr {
    margin: 27px -15px 0;
  }
  .category-items-block .items-wr .item a:after {
    opacity: 1;
  }
  .category-items-block .items-wr .item p {
    left: 10px;
  }
  .category-items-block .items-wr .item:last-child p {
    left: 10px;
  }
}
.company-history-page .title {
  width: 505px;
}
.company-history-page .title h1 {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 40px;
  margin-bottom: 50px;
}
.company-history-page .title p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
}
.company-history-page .page-container {
  margin-top: 65px;
}
.company-history-page .page-container .navigation-block {
  width: 225px;
  display: inline-block;
  vertical-align: top;
}
.company-history-page .page-container .navigation-block ul li {
  margin-bottom: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.company-history-page .page-container .navigation-block ul li a {
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 21px;
  position: relative;
  padding-left: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.company-history-page .page-container .navigation-block ul li a:before {
  content: "";
  width: 45px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #ed1c24;
  transform-origin: left center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.company-history-page .page-container .navigation-block ul li.active a {
  color: #ed1c24;
  padding-left: 55px;
}
.company-history-page .page-container .navigation-block ul li.active a:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.company-history-page .page-container .navigation-block ul li:last-child {
  margin-bottom: 0;
}
.company-history-page .page-container .navigation-block.fixed ul {
  position: fixed;
  top: 60px;
  margin-top: 30px;
}
.company-history-page .page-container .content-block {
  width: calc(100% - 230px);
  display: inline-block;
  vertical-align: top;
}
.company-history-page .page-container .content-block .year-block {
  position: relative;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.company-history-page .page-container .content-block .year-block.active {
  opacity: 1;
}
.company-history-page
  .page-container
  .content-block
  .year-block:first-child
  .item {
  padding-top: 0;
}
.company-history-page .page-container .content-block .item {
  padding: 20px 0;
}
.company-history-page .page-container .content-block .item .img-wr {
  width: 395px;
  height: 245px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
}
.company-history-page .page-container .content-block .item .descr-wr {
  width: calc(100% - 400px);
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
}
.company-history-page .page-container .content-block .item .descr-wr .title {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #4c4c4c;
  line-height: 24px;
  width: 100%;
}
.company-history-page .page-container .content-block .item .descr-wr p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
}
@media (max-width: 1280px) and (min-width: 992px) {
  .company-history-page .page-container .navigation-block {
    width: 180px;
  }
  .company-history-page .page-container .content-block {
    width: calc(100% - 185px);
  }
  .company-history-page .page-container .content-block .item .img-wr {
    width: 350px;
    height: 225px;
  }
  .company-history-page .page-container .content-block .item .descr-wr {
    width: calc(100% - 355px);
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .company-history-page .page-container .content-block .item .img-wr {
    width: 85%;
    height: 250px;
  }
  .company-history-page .page-container .content-block .item .descr-wr {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .company-history-page .title {
    width: 100%;
  }
  .company-history-page .title h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .company-history-page .page-container {
    margin-top: 30px;
  }
  .company-history-page .page-container .content-block {
    width: 100%;
  }
  .company-history-page .page-container .content-block .year-block {
    opacity: 1;
    height: 44px;
    overflow: hidden;
  }
  .company-history-page .page-container .content-block .year-block .year-title {
    font-size: 18px;
    font-family: Circe, sans-serif;
    font-weight: bold;
    line-height: 24px;
    color: #144b98;
    padding: 0 15px 20px 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .company-history-page
    .page-container
    .content-block
    .year-block
    .year-title:before,
  .company-history-page
    .page-container
    .content-block
    .year-block
    .year-title:after {
    content: "";
    background-color: #144b98;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .company-history-page
    .page-container
    .content-block
    .year-block
    .year-title:before {
    width: 13px;
    height: 1px;
    right: 15px;
    top: 11px;
  }
  .company-history-page
    .page-container
    .content-block
    .year-block
    .year-title:after {
    width: 1px;
    height: 13px;
    right: 21px;
    top: 5px;
  }
  .company-history-page .page-container .content-block .year-block.active {
    height: 100%;
  }
  .company-history-page
    .page-container
    .content-block
    .year-block.active
    .year-title {
    color: #ed1c24;
    font-weight: normal;
  }
  .company-history-page
    .page-container
    .content-block
    .year-block.active
    .year-title:before {
    background-color: #ed1c24;
  }
  .company-history-page
    .page-container
    .content-block
    .year-block.active
    .year-title:after {
    opacity: 0;
  }
  .company-history-page .page-container .content-block .item .img-wr {
    width: 100%;
    height: 200px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .company-history-page .page-container .content-block .item .descr-wr {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.why-we-page .title {
  width: 505px;
}
.why-we-page .title h1 {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 40px;
  margin-bottom: 50px;
}
.why-we-page .title p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  line-height: 24px;
}
.why-we-page .page-container {
  margin-top: 10px;
}
.why-we-page .page-container .navigation-block ul {
  position: relative;
}
.why-we-page .page-container .navigation-block ul:after {
  content: "";
  display: table;
  clear: both;
}
.why-we-page .page-container .navigation-block li {
  text-align: center;
  display: inline-block;
  width: 25%;
  float: left;
  height: 357px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.why-we-page .page-container .navigation-block li a {
  display: block;
  padding: 65px 15px 50px;
}
.why-we-page .page-container .navigation-block li img {
  width: 100px;
}
.why-we-page .page-container .navigation-block li i {
  font-size: 100px;
  color: #4c4c4c;
  line-height: 1;
}
.why-we-page .page-container .navigation-block li strong {
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #4c4c4c;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
  height: auto;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.why-we-page .page-container .navigation-block li p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  line-height: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.why-we-page .page-container .navigation-block li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.why-we-page .page-container .navigation-block li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.why-we-page .page-container .navigation-block li:nth-child(4) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.why-we-page .page-container .content-block .descr-block {
  font-size: 0;
  padding: 0 50px;
  position: relative;
  margin-top: 100px;
}
.why-we-page .page-container .content-block .descr-block .title-wr {
  display: inline-block;
  vertical-align: top;
}
.why-we-page .page-container .content-block .descr-block .title-wr h2 a {
  font-size: 28px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 40px;
  color: #144b98;
  margin-bottom: 10px;
  display: inline-block;
}
.why-we-page .page-container .content-block .descr-block .title-wr h2 a:after {
  bottom: 3px;
  left: 2px;
}
.why-we-page .page-container .content-block .descr-block .title-wr .subtitle {
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #4c4c4c;
  margin-bottom: 45px;
}
.why-we-page .page-container .content-block .descr-block .title-wr p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #636363;
  margin-bottom: 40px;
}
.why-we-page
  .page-container
  .content-block
  .descr-block
  .title-wr
  p:last-child {
  margin-bottom: 0;
}
.why-we-page .page-container .content-block .descr-block .img-wr {
  position: relative;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
}
.why-we-page .page-container .content-block .descr-block .descr-content-wr {
  display: inline-block;
}
.why-we-page
  .page-container
  .content-block
  .descr-block
  .descr-content-wr
  .item {
  padding-left: 50px;
  margin-bottom: 15px;
}
.why-we-page
  .page-container
  .content-block
  .descr-block
  .descr-content-wr
  .title-with-line-before {
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 24px;
  color: #4c4c4c;
  position: relative;
  margin-bottom: 8px;
}
.why-we-page
  .page-container
  .content-block
  .descr-block
  .descr-content-wr
  .title-with-line-before:before {
  content: "—";
  font-size: 44px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  line-height: 2px;
  position: absolute;
  left: -50px;
  top: 8px;
}
.why-we-page .page-container .content-block .descr-block .descr-content-wr p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
}
.why-we-page .page-container .content-block .descr-block:after {
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  position: absolute;
  left: 0;
  top: 50px;
  background-color: #f7f7f7;
  z-index: -1;
}
.why-we-page .page-container .content-block .block-type-1 {
  padding-bottom: 50px;
  margin-top: 65px;
}
.why-we-page .page-container .content-block .block-type-1 .title-wr {
  width: 70%;
}
.why-we-page
  .page-container
  .content-block
  .block-type-1
  .title-wr
  .title-text-wr {
  width: 36%;
  padding-right: 25px;
  margin-top: 90px;
  display: inline-block;
}
.why-we-page .page-container .content-block .block-type-1 .title-wr .img-wr {
  display: inline-block;
  vertical-align: top;
  width: 64%;
  height: 500px;
}
.why-we-page .page-container .content-block .block-type-1 .descr-content-wr {
  width: 30%;
  margin-top: 90px;
}
@media (min-width: 1280px) {
  .why-we-page
    .page-container
    .content-block
    .block-type-1
    .descr-content-wr
    .title-with-line-before:before {
    width: 50px;
    left: -70px;
  }
}
.why-we-page .page-container .content-block .block-type-2 {
  padding-bottom: 50px;
}
.why-we-page
  .page-container
  .content-block
  .block-type-2
  .title-wr
  .title-text-wr {
  width: 30%;
  display: inline-block;
  padding-left: 45px;
  margin-top: 100px;
  vertical-align: top;
}
.why-we-page .page-container .content-block .block-type-2 .title-wr .img-wr {
  width: 70%;
  height: 390px;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.why-we-page .page-container .content-block .block-type-2 .descr-content-wr {
  margin-top: 50px;
}
.why-we-page
  .page-container
  .content-block
  .block-type-2
  .descr-content-wr
  .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.why-we-page
  .page-container
  .content-block
  .block-type-2
  .descr-content-wr
  .item:nth-child(odd) {
  padding-right: 50px;
}
.why-we-page
  .page-container
  .content-block
  .block-type-2
  .descr-content-wr
  .item:nth-child(even) {
  padding-left: 50px;
}
.why-we-page .page-container .content-block .block-type-3 {
  padding-bottom: 50px;
}
.why-we-page .page-container .content-block .block-type-3 .title-wr {
  width: 100%;
}
.why-we-page
  .page-container
  .content-block
  .block-type-3
  .title-wr
  .title-text-wr {
  margin-top: 100px;
}
.why-we-page
  .page-container
  .content-block
  .block-type-3
  .title-wr
  .title-text-wr {
  width: 60%;
  padding-right: 100px;
}
.why-we-page .page-container .content-block .block-type-3 .descr-content-wr {
  width: 60%;
  padding-right: 100px;
}
.why-we-page
  .page-container
  .content-block
  .block-type-3
  .descr-content-wr
  p
  strong {
  display: block;
  padding-left: 50px;
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #4c4c4c;
  line-height: 18px;
}
.why-we-page .page-container .content-block .block-type-3 .img-wr {
  width: 40%;
  height: 535px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 50px;
  top: 0;
}
.why-we-page .page-container .content-block .block-type-4 {
  padding-left: 0;
  margin-bottom: 25px;
}
.why-we-page .page-container .content-block .block-type-4 .title-wr {
  position: absolute;
  width: 230px;
  right: 130px;
  top: 100px;
}
.why-we-page
  .page-container
  .content-block
  .block-type-4
  .images-content-wr
  .img-wr {
  height: 275px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.why-we-page
  .page-container
  .content-block
  .block-type-4
  .images-content-wr
  .img-wr
  .descr-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: calc(100% - 40px);
  z-index: 2;
}
.why-we-page
  .page-container
  .content-block
  .block-type-4
  .images-content-wr
  .img-wr
  .descr-text
  p {
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  font-family: Circe, sans-serif;
  color: #fff;
}
.why-we-page
  .page-container
  .content-block
  .block-type-4
  .images-content-wr
  .img-wr
  .descr-text
  p
  strong {
  font-size: 21px;
  font-weight: bold;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.why-we-page
  .page-container
  .content-block
  .block-type-4
  .images-content-wr
  .img-wr:first-child,
.why-we-page
  .page-container
  .content-block
  .block-type-4
  .images-content-wr
  .img-wr:nth-child(2) {
  width: 34%;
  margin-bottom: 20px;
}
.why-we-page
  .page-container
  .content-block
  .block-type-4
  .images-content-wr
  .img-wr:first-child
  .descr-text,
.why-we-page
  .page-container
  .content-block
  .block-type-4
  .images-content-wr
  .img-wr:nth-child(2)
  .descr-text {
  width: 245px;
}
.why-we-page
  .page-container
  .content-block
  .block-type-4
  .images-content-wr
  .img-wr:first-child,
.why-we-page
  .page-container
  .content-block
  .block-type-4
  .images-content-wr
  .img-wr:nth-child(3) {
  margin-right: 20px;
}
.why-we-page
  .page-container
  .content-block
  .block-type-4
  .images-content-wr
  .img-wr:nth-child(3) {
  width: calc(45% - 20px);
}
.why-we-page
  .page-container
  .content-block
  .block-type-4
  .images-content-wr
  .img-wr:nth-child(3)
  .descr-text {
  width: 345px;
}
.why-we-page
  .page-container
  .content-block
  .block-type-4
  .images-content-wr
  .img-wr:last-child {
  width: 55%;
}
.why-we-page
  .page-container
  .content-block
  .block-type-4
  .images-content-wr
  .img-wr:last-child
  .descr-text {
  width: 400px;
}
.why-we-page
  .page-container
  .content-block
  .block-type-4
  .images-content-wr
  .img-wr:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 50%,
    transparent 100%
  );
  background-image: -moz-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 50%,
    transparent 100%
  );
  background-image: -ms-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 50%,
    transparent 100%
  );
  background-image: -o-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 50%,
    transparent 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    transparent 50%,
    transparent 100%
  );
  z-index: 0;
}
.why-we-page .page-container .content-block .block-type-4:after {
  left: 50px;
  width: calc(100% - 50px);
  height: calc(100% - 100px);
}
@media (max-width: 1280px) {
  .why-we-page .page-container .navigation-block ul {
    margin: 0 -18px;
  }
  .why-we-page .page-container .navigation-block li {
    -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
    -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
    box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
    width: calc(25% - 36px);
    height: 397px;
    margin: 0 18px;
  }
  .why-we-page .page-container .content-block .block-type-1 .title-wr {
    width: 100%;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-1
    .title-wr
    .title-text-wr {
    width: 50%;
    padding-right: 150px;
  }
  .why-we-page .page-container .content-block .block-type-1 .title-wr .img-wr {
    width: 50%;
  }
  .why-we-page .page-container .content-block .block-type-1 .descr-content-wr {
    width: 100%;
    margin-top: 30px;
  }
  .why-we-page .page-container .content-block .block-type-4 .title-wr {
    right: 50px;
  }
}
@media (max-width: 991px) {
  .why-we-page .page-container .navigation-block ul {
    margin: 0 40px;
  }
  .why-we-page .page-container .navigation-block li {
    width: calc(50% - 36px);
    margin-bottom: 36px;
    height: 357px;
  }
  .why-we-page .page-container .content-block .descr-block {
    padding: 0 0 40px;
  }
  .why-we-page .page-container .content-block .descr-block .title-wr .subtitle {
    margin-bottom: 20px;
  }
  .why-we-page .page-container .content-block .descr-block .title-wr p {
    margin-bottom: 20px;
  }
  .why-we-page
    .page-container
    .content-block
    .descr-block
    .descr-content-wr
    .item {
    padding-left: 35px;
  }
  .why-we-page
    .page-container
    .content-block
    .descr-block
    .descr-content-wr
    .title-with-line-before:before {
    left: -35px;
    width: 24px;
  }
  .why-we-page .page-container .content-block .descr-block:after {
    width: calc(100% + 60px);
    left: -30px;
  }
  .why-we-page .page-container .content-block .block-type-1 .title-wr {
    width: 100%;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-1
    .title-wr
    .title-text-wr {
    padding-right: 80px;
  }
  .why-we-page .page-container .content-block .block-type-1 .title-wr .img-wr {
    height: 400px;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-2
    .title-wr
    .title-text-wr {
    width: 42%;
  }
  .why-we-page .page-container .content-block .block-type-2 .title-wr .img-wr {
    width: 58%;
    height: 325px;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-2
    .descr-content-wr
    .item {
    width: 100%;
    padding-left: 35px;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-2
    .descr-content-wr
    .item
    p
    br {
    display: none;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-2
    .descr-content-wr
    .item:nth-child(odd) {
    padding-right: 0;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-2
    .descr-content-wr
    .item:nth-child(even) {
    padding-left: 35px;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-3
    .title-wr
    .title-text-wr {
    width: 50%;
    padding-right: 30px;
  }
  .why-we-page .page-container .content-block .block-type-3 .descr-content-wr {
    width: 50%;
    padding-right: 30px;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-3
    .descr-content-wr
    p
    strong {
    padding-left: 35px;
  }
  .why-we-page .page-container .content-block .block-type-3 .img-wr {
    width: 50%;
    height: 420px;
    right: 0;
  }
  .why-we-page .page-container .content-block .block-type-4 {
    padding-bottom: 0;
  }
  .why-we-page .page-container .content-block .block-type-4 .title-wr {
    right: 35px;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-4
    .images-content-wr
    .img-wr:first-child {
    width: 45%;
    display: block;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-4
    .images-content-wr
    .img-wr:nth-child(2) {
    width: 45%;
    margin-right: 20px;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-4
    .images-content-wr
    .img-wr:nth-child(3) {
    width: calc(55% - 20px);
    margin-right: 0;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-4
    .images-content-wr
    .img-wr:last-child {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .why-we-page .title {
    width: 100%;
  }
  .why-we-page .title h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .why-we-page .page-container .navigation-block ul {
    margin: 0 -7px;
  }
  .why-we-page .page-container .navigation-block li {
    width: calc(50% - 14px);
    height: auto;
    margin: 0 7px;
    margin-bottom: 14px;
    -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.1);
    -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.1);
    box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.1);
  }
  .why-we-page .page-container .navigation-block li a {
    padding: 15px 15px 10px;
  }
  .why-we-page .page-container .navigation-block li img {
    width: 80px;
  }
  .why-we-page .page-container .navigation-block li i {
    font-size: 80px;
  }
  .why-we-page .page-container .navigation-block li strong {
    font-size: 16px;
    margin-bottom: 0;
  }
  .why-we-page .page-container .content-block .descr-block {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .why-we-page .page-container .content-block .descr-block .title-wr {
    width: 100%;
    display: block;
    margin-top: 0;
    padding: 0;
  }
  .why-we-page
    .page-container
    .content-block
    .descr-block
    .title-wr
    .title-text-wr {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .why-we-page .page-container .content-block .descr-block .title-wr h2 a {
    font-size: 24px;
  }
  .why-we-page .page-container .content-block .descr-block .title-wr .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .why-we-page .page-container .content-block .descr-block .title-wr p {
    margin-bottom: 0;
  }
  .why-we-page .page-container .content-block .descr-block .title-wr .img-wr {
    width: 100%;
    display: block;
    margin-top: 25px;
  }
  .why-we-page .page-container .content-block .descr-block .img-wr {
    width: 100%;
    display: block;
    margin-top: 20px;
    height: 250px;
    -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.16);
    -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.16);
    box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.16);
  }
  .why-we-page .page-container .content-block .descr-block .descr-content-wr {
    margin-top: 20px;
  }
  .why-we-page
    .page-container
    .content-block
    .descr-block
    .descr-content-wr
    .item {
    padding-left: 0;
  }
  .why-we-page
    .page-container
    .content-block
    .descr-block
    .descr-content-wr
    .item:last-child {
    margin-bottom: 0;
  }
  .why-we-page
    .page-container
    .content-block
    .descr-block
    .descr-content-wr
    .title-with-line-before {
    font-size: 18px;
    line-height: 30px;
  }
  .why-we-page
    .page-container
    .content-block
    .descr-block
    .descr-content-wr
    .title-with-line-before:before {
    content: none;
  }
  .why-we-page
    .page-container
    .content-block
    .descr-block:nth-child(odd):after {
    content: none;
  }
  .why-we-page .page-container .content-block .descr-block:nth-child(even) {
    padding: 20px 0 25px;
  }
  .why-we-page
    .page-container
    .content-block
    .descr-block:nth-child(even):after {
    top: 0;
    height: 100%;
  }
  .why-we-page .page-container .content-block .descr-block.block-type-4 {
    padding-bottom: 0;
  }
  .why-we-page .page-container .content-block .descr-block.block-type-4:after {
    height: calc(100% - 50px);
  }
  .why-we-page .page-container .content-block .block-type-1 {
    margin-top: 24px;
  }
  .why-we-page .page-container .content-block .block-type-1 .title-wr .img-wr {
    height: 250px;
  }
  .why-we-page .page-container .content-block .block-type-2 .title-wr .img-wr {
    float: none;
    height: 250px;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-2
    .descr-content-wr
    .item:nth-child(even) {
    padding-left: 0;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-3
    .title-wr
    .subtitle {
    margin-bottom: 0;
  }
  .why-we-page .page-container .content-block .block-type-3 .descr-content-wr {
    width: 100%;
    padding: 0;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-3
    .descr-content-wr
    p
    strong {
    padding-left: 0;
  }
  .why-we-page .page-container .content-block .block-type-3 .img-wr {
    position: relative;
    right: inherit;
    top: inherit;
  }
  .why-we-page .page-container .content-block .block-type-4 .title-wr {
    position: relative;
    right: inherit;
    top: inherit;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-4
    .images-content-wr
    .img-wr {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-4
    .images-content-wr
    .img-wr
    .descr-text
    p
    strong {
    font-size: 18px;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-4
    .images-content-wr
    .img-wr:first-child,
  .why-we-page
    .page-container
    .content-block
    .block-type-4
    .images-content-wr
    .img-wr:nth-child(2),
  .why-we-page
    .page-container
    .content-block
    .block-type-4
    .images-content-wr
    .img-wr:nth-child(3),
  .why-we-page
    .page-container
    .content-block
    .block-type-4
    .images-content-wr
    .img-wr:last-child {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .why-we-page
    .page-container
    .content-block
    .block-type-4
    .images-content-wr
    .img-wr:last-child {
    margin-bottom: 0;
  }
}
.careers-page .contact-info .button-link {
  float: left;
  margin-right: 12px;
}
.careers-page .contact-info .button-link a {
  font-size: 16px;
  text-transform: none;
}
.careers-page .contact-info .text-wr {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
.careers-page .contact-info .text-wr p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
}
.careers-page .contact-info .text-wr p a {
  font-weight: bold;
  color: #4c4c4c;
  display: inline-block;
}
.careers-page .title {
  width: 505px;
  display: inline-block;
  vertical-align: top;
}
.careers-page .title h1 {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 32px;
  margin-bottom: 50px;
}
.careers-page .title p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
}
.careers-page .title .contact-info {
  margin-top: 25px;
}
.careers-page .benefits-text-wr {
  width: calc(100% - 510px);
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
}
.careers-page .benefits-text-wr .item {
  position: relative;
  padding-bottom: 20px;
}
.careers-page .benefits-text-wr .item .title-wr {
  padding-right: 85px;
}
.careers-page .benefits-text-wr .item .title-wr .icon-wr {
  display: inline-block;
  width: 85px;
  height: 73px;
  line-height: 73px;
  background-color: #144b98;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  text-align: center;
  vertical-align: top;
}
.careers-page .benefits-text-wr .item .title-wr .icon-wr img {
  height: 32px;
  line-height: 73px;
  vertical-align: middle;
}
.careers-page .benefits-text-wr .item .title-wr h3 {
  font-size: 24px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #4c4c4c;
  line-height: 26px;
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 85px);
  padding-left: 30px;
  margin-top: 35px;
}
.careers-page .benefits-text-wr .item .descr-wr {
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 85px;
}
.careers-page .benefits-text-wr .item .descr-wr p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
}
.careers-page .benefits-text-wr .item .link-wr {
  text-align: right;
  margin-top: 20px;
}
.careers-page .benefits-text-wr .item .link-wr a {
  text-transform: none;
  font-size: 16px;
}
.careers-page .benefits-text-wr .item:after {
  content: "";
  top: 20px;
  left: 55px;
  position: absolute;
  width: calc(100% - 100px);
  height: calc(100% - 20px);
  background-color: #f7f7f7;
  z-index: -1;
}
.careers-page .vacancies-list {
  margin-top: 80px;
}
.careers-page .vacancies-list h2 {
  font-size: 28px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 28px;
}
.careers-page .vacancies-list .vacancies-list-wr {
  margin-top: 45px;
}
.careers-page .vacancies-list .vacancies-list-wr .item {
  padding: 25px 28px 28px;
}
.careers-page .vacancies-list .vacancies-list-wr .item .vacancy-item-info {
  width: calc(100% - 260px);
  display: inline-block;
  padding-right: 30px;
  vertical-align: middle;
}
.careers-page .vacancies-list .vacancies-list-wr .item .vacancy-name a {
  font-size: 24px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 28px;
  color: #4c4c4c;
  display: inline-block;
  margin-bottom: 10px;
}
.careers-page .vacancies-list .vacancies-list-wr .item .vacancy-name a:after {
  background-color: #4c4c4c;
}
.careers-page .vacancies-list .vacancies-list-wr .item .vacancy-location {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
}
.careers-page .vacancies-list .vacancies-list-wr .item .button-link {
  vertical-align: middle;
  width: 255px;
}
.careers-page .vacancies-list .vacancies-list-wr .item .button-link a {
  font-size: 16px;
  text-transform: none;
}
.careers-page .vacancies-list .vacancies-list-wr .item:nth-child(odd) {
  background-color: #f7f7f7;
}
.careers-page .vacancies-list .vacancies-bottom-info {
  width: 530px;
}
.careers-page .vacancies-list .vacancies-bottom-info p {
  margin-bottom: 15px;
}
.careers-page .vacancies-bottom-info {
  margin-top: 60px;
}
.careers-page .vacancies-bottom-info p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  line-height: 18px;
}
.careers-page .vacancies-bottom-info p a,
.careers-page .vacancies-bottom-info p strong {
  font-weight: bold;
}
.careers-page .vacancies-bottom-info p a {
  color: #4c4c4c;
  display: inline-block;
}
.careers-page .vacancies-bottom-info p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .careers-page .title {
    width: calc(50% - 5px);
  }
  .careers-page .benefits-text-wr {
    width: 50%;
  }
  .careers-page .benefits-text-wr .item {
    padding-right: 0;
  }
  .careers-page .benefits-text-wr .item .title-wr {
    padding-right: 25px;
  }
  .careers-page .benefits-text-wr .item .descr-wr {
    padding-right: 25px;
  }
  .careers-page .benefits-text-wr .item:after {
    width: calc(100% - 75px);
  }
  .careers-page .vacancies-list .vacancies-list-wr .item .vacancy-item-info {
    width: calc(100% - 210px);
  }
  .careers-page .vacancies-list .vacancies-list-wr .item .button-link {
    width: 205px;
  }
}
@media (max-width: 991px) {
  .careers-page .title {
    width: 100%;
  }
  .careers-page .title h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .careers-page .benefits-text-wr {
    padding-left: 0;
    width: 100%;
    margin-top: 45px;
  }
  .careers-page .benefits-text-wr .item {
    padding-bottom: 0;
  }
  .careers-page .benefits-text-wr .item:after {
    height: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .careers-page .title h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .careers-page .title p {
    font-size: 14px;
    line-height: 20px;
  }
  .careers-page .title .contact-info .button-link {
    float: none;
    width: 250px;
    margin: 0 auto;
    display: block;
  }
  .careers-page .benefits-text-wr .item {
    width: 100%;
    display: block;
  }
  .careers-page .benefits-text-wr .item .title-wr h3 {
    font-size: 18px;
    padding-left: 15px;
    line-height: 22px;
  }
  .careers-page .benefits-text-wr .item .descr-wr {
    padding-right: 35px;
    padding-left: 0;
  }
  .careers-page .benefits-text-wr .item:after {
    width: calc(100% - 25px);
    left: 35px;
  }
  .careers-page .vacancies-list {
    margin-top: 40px;
  }
  .careers-page .vacancies-list h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .careers-page .vacancies-list .vacancies-list-wr {
    margin-top: 25px;
  }
  .careers-page .vacancies-list .vacancies-list-wr .item {
    margin: 0 -10px;
    width: calc(100% + 20px);
    padding: 15px 10px 25px;
  }
  .careers-page .vacancies-list .vacancies-list-wr .item .vacancy-item-info {
    width: 100%;
    padding-right: 0;
  }
  .careers-page .vacancies-list .vacancies-list-wr .item .vacancy-name a {
    font-size: 18px;
    line-height: 30px;
  }
  .careers-page .vacancies-list .vacancies-list-wr .item .button-link {
    width: 250px;
    display: block;
    margin: 25px auto 0;
  }
  .careers-page .vacancies-list .vacancies-bottom-info {
    width: 100%;
    margin-top: 40px;
  }
  .careers-page .vacancies-list .vacancies-bottom-info p {
    line-height: 22px;
  }
}
.vacancy-page .title h1 {
  margin-bottom: 7px;
}
.vacancy-page .title .back-to-careers-page {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
  display: inline-block;
  margin-bottom: 10px;
}
.vacancy-page .title .back-to-careers-page:after {
  bottom: 3px;
}
.vacancy-page .vacancy-description {
  margin-top: 80px;
}
.vacancy-page .vacancy-description .vacancy-description-wr {
  padding: 40px 20% 35px 30px;
  background-color: #f7f7f7;
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
  margin-bottom: 50px;
}
.vacancy-page .vacancy-description .vacancy-description-wr h2 {
  font-size: 28px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 28px;
  margin-bottom: 40px;
}
.vacancy-page .vacancy-description .vacancy-description-wr h3 {
  font-size: 21px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 40px;
  color: #4c4c4c;
  margin-bottom: 15px;
}
.vacancy-page .vacancy-description .vacancy-description-wr p {
  margin-bottom: 15px;
}
.vacancy-page .vacancy-description .vacancy-description-wr p:last-child {
  margin-bottom: 0;
}
.vacancy-page .vacancy-description .vacancy-description-wr a {
  color: #144b98;
}
.vacancy-page .vacancy-description .vacancy-description-wr strong {
  font-weight: bold;
}
.vacancy-page .vacancy-description .vacancy-description-wr ul {
  margin-bottom: 30px;
}
.vacancy-page .vacancy-description .vacancy-description-wr ul li {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
}
.vacancy-page .vacancy-description .vacancy-description-wr ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #4c4c4c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.vacancy-page .vacancy-description .vacancy-description-wr ul:last-child {
  margin-bottom: 0;
}
.vacancy-page .vacancy-description .vacancies-bottom-info p {
  line-height: 24px;
}
.vacancy-page .vacancy-description .vacancies-bottom-info .contact-info {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .vacancy-page .vacancy-description {
    margin-top: 40px;
  }
  .vacancy-page .vacancy-description .vacancy-description-wr {
    margin: 0 -10px;
    width: calc(100% + 20px);
    padding: 15px 10px 25px;
  }
  .vacancy-page .vacancy-description .vacancy-description-wr h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .vacancy-page .vacancy-description .vacancy-description-wr h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .vacancy-page .contact-info .button-link {
    width: 250px;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.contacts-page .top-block {
  position: relative;
}
.contacts-page .top-block:after {
  content: "";
  display: table;
  clear: both;
}
.contacts-page .title {
  width: 505px;
  display: inline-block;
  vertical-align: top;
}
.contacts-page .title h1 {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 40px;
  margin-bottom: 50px;
}
.contacts-page .title p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
}
.contacts-page .main-address-block {
  width: 700px;
  display: inline-block;
  margin-top: 70px;
  position: relative;
}
.contacts-page .main-address-block:after {
  content: "";
  display: table;
  clear: both;
}
.contacts-page .main-address-block .item {
  display: inline-block;
  width: 100%;
  float: left;
  vertical-align: top;
  margin-bottom: 40px;
}
.contacts-page .main-address-block .item p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
}
.contacts-page .main-address-block .item p strong {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}
.contacts-page .main-address-block .item p a {
  color: #4c4c4c;
  display: inline-block;
}
.contacts-page .main-address-block .item:nth-child(odd) {
  padding-right: 40px;
}
.contacts-page .main-address-block .item:nth-child(even) {
  padding-left: 40px;
}
.contacts-page .customer-answer-block {
  width: 405px;
  float: right;
  background-color: #202020;
  padding: 30px 55px 15px;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
}
.contacts-page .customer-answer-block .title-wr {
  font-size: 24px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.contacts-page .customer-answer-block form .text-field {
  margin-bottom: 20px;
}
.contacts-page .customer-answer-block form .text-field label {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  line-height: 14px;
  color: #a4c4ff;
  display: block;
  margin-bottom: 10px;
}
.contacts-page .customer-answer-block form .text-field input,
.contacts-page .customer-answer-block form .text-field textarea {
  display: block;
  width: 100%;
  background-color: #f3f3f3;
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4c4c4c;
}
.contacts-page .customer-answer-block form .text-field input:-moz-placeholder,
.contacts-page
  .customer-answer-block
  form
  .text-field
  textarea:-moz-placeholder {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #7f7f7f;
}
.contacts-page
  .customer-answer-block
  form
  .text-field
  input:-ms-input-placeholder,
.contacts-page
  .customer-answer-block
  form
  .text-field
  textarea:-ms-input-placeholder {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #7f7f7f;
}
.contacts-page .customer-answer-block form .text-field input::-moz-placeholder,
.contacts-page
  .customer-answer-block
  form
  .text-field
  textarea::-moz-placeholder {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #7f7f7f;
}
.contacts-page .customer-answer-block form .text-field input::placeholder,
.contacts-page .customer-answer-block form .text-field textarea::placeholder {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #7f7f7f;
}
.contacts-page .customer-answer-block form .text-field input {
  height: 36px;
  padding: 0 15px;
}
.contacts-page .customer-answer-block form .text-field textarea {
  height: 110px;
  resize: none;
  padding: 10px 15px;
}
.contacts-page .customer-answer-block form .button-link {
  width: 170px;
  display: block;
  margin: 0 auto;
}
.contacts-page .customer-answer-block form .button-link a {
  text-transform: none;
  color: #a0c0ff;
  padding: 0 47px 0 10px;
}
.contacts-page .customer-answer-block .tooltip {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #fff;
  line-height: 16px;
  margin-top: 20px;
  text-align: center;
}
.contacts-page .contacts-list {
  font-size: 18px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  line-height: 20px;
  color: #4c4c4c;
}
.contacts-page .contacts-list h2 {
  font-size: 28px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 28px;
  margin-bottom: 50px;
}
.contacts-page .contacts-list p {
  margin-bottom: 25px;
}
.contacts-page .contacts-list a {
  color: #4c4c4c;
}
.contacts-page .contacts-list ul {
  margin-bottom: 40px;
}
.contacts-page .contacts-list ul li {
  position: relative;
  text-indent: 35px;
  margin-bottom: 10px;
}
.contacts-page .contacts-list ul li:before {
  content: "";
  width: 23px;
  height: 2px;
  background-color: #b3b3b3;
  position: absolute;
  left: 0;
  top: 8px;
}
.contacts-page .contacts-list ul li:last-child {
  margin-bottom: 0;
}
.contacts-page .contacts-list table {
  width: 100%;
  border-collapse: collapse;
}
.contacts-page .contacts-list table tr td {
  height: 95px;
  padding: 20px;
}
.contacts-page .contacts-list table tr td p {
  margin-bottom: 0;
}
.contacts-page .contacts-list table tr td:first-child {
  font-size: 24px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #4c4c4c;
  line-height: 24px;
  width: 65%;
}
.contacts-page .contacts-list table tr td:last-child {
  font-size: 18px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  line-height: 20px;
  color: #4c4c4c;
  width: 35%;
}
.contacts-page .contacts-list table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
@media (max-width: 1280px) {
  .contacts-page .customer-answer-block {
    width: calc(100% - 525px);
    max-width: 385px;
    margin-left: 20px;
    padding: 30px 35px 15px;
  }
  .contacts-page .main-address-block {
    width: 505px;
  }
  .contacts-page .main-address-block .item:nth-child(odd) {
    padding-right: 15px;
  }
  .contacts-page .main-address-block .item:nth-child(even) {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .contacts-page .title {
    width: 100%;
  }
  .contacts-page .customer-answer-block {
    width: 100%;
    display: block;
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
  .contacts-page .main-address-block {
    width: 100%;
    margin-top: 40px;
  }
  .contacts-page .contacts-list h2 {
    margin-bottom: 30px;
  }
  .contacts-page .contacts-list p {
    margin-bottom: 15px;
  }
  .contacts-page .contacts-list ul {
    margin-bottom: 25px;
  }
  .contacts-page .contacts-list table tr td {
    height: 65px;
  }
  .contacts-page .contacts-list table tr td:first-child {
    font-size: 18px;
  }
  .contacts-page .contacts-list table tr td:last-child {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contacts-page .title h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .contacts-page .main-address-block {
    margin-top: 30px;
  }
  .contacts-page .main-address-block .item {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .contacts-page .main-address-block .item p {
    font-size: 16px;
    line-height: 24px;
  }
  .contacts-page .main-address-block .item p strong {
    font-size: 16px;
    line-height: 24px;
  }
  .contacts-page .main-address-block .item:nth-child(odd) {
    padding-right: 0;
  }
  .contacts-page .main-address-block .item:nth-child(even) {
    padding-left: 0;
  }
  .contacts-page .main-address-block .item:last-child {
    margin-bottom: 0;
  }
  .contacts-page .contacts-list {
    margin-top: 40px;
  }
  .contacts-page .contacts-list h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .contacts-page .contacts-list p {
    margin-bottom: 10px;
  }
  .contacts-page .contacts-list table {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .contacts-page .contacts-list table tr {
    padding: 10px;
  }
  .contacts-page .contacts-list table tr td {
    padding: 0 10px;
    height: 100%;
  }
  .contacts-page .contacts-list table tr td:first-child {
    line-height: 20px;
    width: 100%;
    display: block;
    padding-top: 10px;
  }
  .contacts-page .contacts-list table tr td:last-child {
    width: 100%;
    display: block;
    padding-bottom: 10px;
  }
  .contacts-page .customer-answer-block {
    margin: 40px -10px 0;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    padding: 25px 10px 15px;
  }
  .contacts-page .customer-answer-block form .button-link {
    width: 250px;
    display: block;
    margin: 0 auto;
  }
  .contacts-page .customer-answer-block form .button-link a {
    padding: 0 10px;
  }
}
.services-page .title {
  width: 500px;
}
.services-page .title h1 {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 40px;
  color: #144b98;
}
.services-page .title p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
  margin-top: 36px;
}
.services-page .title ul,
.services-page .title ol {
  margin-top: 36px;
}
.services-page .title ul li,
.services-page .title ol li {
  margin-bottom: 10px;
}
.services-page .services-wr {
  font-size: 0;
  margin: 25px -12px 65px;
}
.services-page .services-wr .services-item-wr {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services-page .services-wr .services-item {
  width: calc(33.3% - 24px);
  vertical-align: top;
  margin: 12px;
}
.services-page .banner-block {
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .services-page .services-wr {
    margin: 40px -12px 45px;
  }
}
@media (max-width: 991px) {
  .services-page .services-wr {
    margin: 20px -12px 80px;
  }
  .services-page .services-wr .services-item {
    width: calc(50% - 24px);
  }
}
@media (max-width: 767px) {
  .services-page .title {
    width: 100%;
  }
  .services-page .title h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .services-page .services-wr {
    margin: 20px -12px 30px;
  }
  .services-page .banner-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .services-page .services-wr {
    margin: 20px 0 30px;
  }
  .services-page .services-wr .services-item {
    width: 100%;
    margin: 12px 0;
  }
}
.services-wr .services-item-wr {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services-wr .services-item {
  position: relative;
  height: 203px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-wr .services-item > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.services-wr .services-item .img-wr {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.services-wr .services-item .img-wr img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services-wr .services-item .name {
  position: relative;
  text-align: center;
  padding: 0 15px;
  z-index: 2;
}
.services-wr .services-item .name > a {
  font-size: 25px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  margin-bottom: 25px;
  display: block;
}
.services-wr .services-item .name .button-link a {
  font-size: 16px;
}
.services-wr .services-item:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .services-wr .button-link {
    width: 250px;
    display: block;
    margin: 0 auto;
  }
  .services-wr .button-link:before {
    display: none;
  }
}
.buyers-page .title {
  margin-bottom: 50px;
}
.buyers-page .title h1 {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 40px;
  color: #144b98;
}
.buyers-page .buyers-block {
  margin-bottom: 60px;
  position: relative;
}
.buyers-page .buyers-block:after {
  content: "";
  display: table;
  clear: both;
}
.buyers-page .buyers-block .item {
  width: calc(50% - 25px);
  float: left;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 30px;
  padding-bottom: 30px;
}
.buyers-page .buyers-block .item .title-wr {
  display: flex;
  align-items: center;
}
.buyers-page .buyers-block .item .img-wr {
  width: 340px;
  height: 220px;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  order: 1;
}
.buyers-page .buyers-block .item h3 {
  width: calc(100% - 340px);
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 32px;
  color: #144b98;
  padding-left: 25px;
  order: 2;
}
.buyers-page .buyers-block .item p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
  margin-top: 25px;
  padding-left: 15px;
}
.buyers-page .buyers-block .item .button-link {
  float: right;
  margin-top: 30px;
}
.buyers-page .buyers-block .item .button-link a {
  text-transform: none;
  font-size: 16px;
}
.buyers-page .buyers-block .item:nth-child(even) {
  margin-left: 25px;
}
.buyers-page .buyers-block .item:nth-child(odd) {
  margin-right: 25px;
}
.buyers-page .buyers-block .item:after {
  content: "";
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  position: absolute;
  left: 50px;
  top: 50px;
  background-color: #f7f7f7;
  z-index: -1;
}
.buyers-page .showrooms-block {
  margin-bottom: 115px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.buyers-page .showrooms-block .left-wr {
  width: 605px;
  display: inline-block;
  vertical-align: top;
}
.buyers-page .showrooms-block .left-wr .text-layout {
  background-color: #144b98;
  padding: 44px 20px 41px 30px;
  width: 402px;
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.buyers-page .showrooms-block .left-wr .text-layout .title {
  font-size: 18.67px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  line-height: 38px;
  margin-bottom: 27px;
}
.buyers-page .showrooms-block .left-wr .text-layout .title .big {
  font-size: 34.67px;
  font-weight: bold;
  display: block;
}
.buyers-page .showrooms-block .left-wr .text-layout p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  line-height: 24px;
  color: #fff;
}
.buyers-page .showrooms-block .left-wr .text-layout p b {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
}
.buyers-page .showrooms-block .left-wr .img-layout {
  margin-left: 50px;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.buyers-page .showrooms-block .left-wr .img-item img {
  max-width: 100%;
}
.buyers-page .showrooms-block .left-wr .img-item.item-1 {
  width: 433px;
  margin-top: -225px;
  margin-left: 172px;
  border-bottom: 8px solid #f7f7f7;
  border-left: 8px solid #f7f7f7;
  position: relative;
}
.buyers-page .showrooms-block .left-wr .img-item.item-2 {
  margin-top: -126px;
  margin-left: -26px;
  width: 245px;
}
.buyers-page .showrooms-block .left-wr .img-item.item-3 {
  margin-top: -185px;
  margin-left: 226px;
  width: 379px;
}
.buyers-page .showrooms-block .right-wr {
  width: calc(100% - 605px);
  display: inline-block;
  vertical-align: top;
  padding: 48px 0 0 35px;
}
@media (min-width: 1366px) {
  .buyers-page .showrooms-block .right-wr img {
    width: 100%;
  }
}
.buyers-page .showrooms-block .right-wr .button-link {
  display: block;
  width: 195px;
  margin: 42px auto 0;
}
.buyers-page .showrooms-block .right-wr .button-link a {
  text-transform: none;
  font-size: 16px;
}
.buyers-page .showrooms-block .right-wr .map-img {
  text-align: center;
  position: relative;
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item {
  position: absolute;
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item a {
  display: block;
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #144b98;
  position: relative;
  display: inline-block;
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item .dot:before,
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item .dot:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #144b98;
  opacity: 0;
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item .dot:before {
  width: 20px;
  height: 20px;
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item .dot:after {
  width: 25px;
  height: 25px;
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item p {
  font-size: 13.33px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #144b98;
  display: inline-block;
  margin-left: 10px;
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.kiev {
  animation-delay: 3s;
  left: 195px;
  top: 66px;
}
@media (max-width: 991px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.kiev {
    left: 165px;
    top: 54px;
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.kiev {
    left: 211px;
    top: 70px;
  }
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.kharviv {
  right: 36px;
  top: 78px;
}
@media (max-width: 991px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.kharviv {
    right: 19px;
    top: 67px;
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.kharviv {
    top: 87px;
  }
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.cherkassy {
  top: 106px;
  left: 234px;
}
@media (max-width: 991px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.cherkassy {
    top: 90px;
    left: 200px;
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.cherkassy {
    left: 250px;
  }
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.krop {
  left: 238px;
  top: 140px;
}
@media (max-width: 991px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.krop {
    left: 194px;
    top: 123px;
  }
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.dnepr {
  left: 293px;
  top: 133px;
}
@media (max-width: 991px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.dnepr {
    left: 304px;
    top: 123px;
  }
}
.buyers-page
  .showrooms-block
  .right-wr
  .map-img
  .dots-wr
  .item.ivano_frankovsk {
  left: 54px;
  top: 122px;
}
@media (max-width: 991px) {
  .buyers-page
    .showrooms-block
    .right-wr
    .map-img
    .dots-wr
    .item.ivano_frankovsk {
    left: 304px;
    top: 123px;
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.krop {
    left: 256px;
    top: 153px;
  }
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.odessa {
  left: 194px;
  bottom: 70px;
}
@media (max-width: 991px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.odessa {
    left: 162px;
    bottom: 55px;
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.odessa {
    left: 206px;
  }
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.rovno {
  top: 50px;
  left: 96px;
}
@media (max-width: 991px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.rovno {
    top: 42px;
    left: 80px;
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.rovno {
    left: 110px;
  }
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.lviv {
  top: 80px;
  left: 35px;
}
@media (max-width: 991px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.lviv {
    top: 68px;
    left: 25px;
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.lviv {
    top: 83px;
    left: 42px;
  }
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.vinitsa {
  left: 143px;
  top: 103px;
}
@media (max-width: 991px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.vinitsa {
    left: 120px;
    top: 95px;
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.vinitsa {
    left: 154px;
    top: 108px;
  }
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.chernivtsi {
  left: 90px;
  top: 141px;
}
@media (max-width: 991px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.chernivtsi {
    left: 83px;
    top: 117px;
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.chernivtsi {
    left: 98px;
    top: 153px;
  }
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.khmelnytskyi {
  top: 88px;
  left: 112px;
}
@media (max-width: 991px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.khmelnytskyi {
    top: 75px;
    left: 94px;
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.khmelnytskyi {
    left: 120px;
    top: 90px;
  }
}
.buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.uman {
  top: 123px;
  left: 188px;
}
@media (max-width: 991px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.uman {
    top: 107px;
    left: 159px;
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  .buyers-page .showrooms-block .right-wr .map-img .dots-wr .item.uman {
    top: 138px;
    left: 203px;
  }
}
.buyers-page
  .showrooms-block
  .right-wr
  .map-img
  .dots-wr
  .item.active
  .dot:before {
  animation: pulse 3s ease infinite;
}
.buyers-page
  .showrooms-block
  .right-wr
  .map-img
  .dots-wr
  .item.active
  .dot:after {
  animation: pulse-1 3s ease infinite;
}
.buyers-page
  .showrooms-block
  .right-wr
  .map-img
  .dots-wr
  .item.hover
  .dot:before,
.buyers-page
  .showrooms-block
  .right-wr
  .map-img
  .dots-wr
  .item.hover
  .dot:after {
  animation: none;
}
.buyers-page
  .showrooms-block
  .right-wr
  .map-img
  .dots-wr
  .item.hover-active
  .dot:before {
  animation: pulse 3s ease infinite;
}
.buyers-page
  .showrooms-block
  .right-wr
  .map-img
  .dots-wr
  .item.hover-active
  .dot:after {
  animation: pulse-1 3s ease infinite;
}
 
.buyers-page .showrooms-block .text-wr p {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #bdbdbd;
  padding-top: 49px;
  line-height: 38px;
  width: 605px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.buyers-page .showrooms-block .text-wr p span {
  text-transform: uppercase;
  color: #144b98;
}
.buyers-page .showrooms-block .text-wr img {
  margin-top: 32px;
  margin-left: 88px;
  -webkit-transition: transform 1.5s ease 0.5s;
  transition: transform 1.5s ease 0.5s;
  transform-origin: right top;
}
@media (min-width: 1366px) {
  .buyers-page .showrooms-block .left-wr {
    width: 630px;
  }
  .buyers-page .showrooms-block .left-wr .text-layout {
    padding: 44px 20px 41px 50px;
    width: 402px;
  }
  .buyers-page .showrooms-block .left-wr .img-item.item-1 {
    margin-left: 198px;
  }
  .buyers-page .showrooms-block .left-wr .img-item.item-2 {
    margin-left: 0;
  }
  .buyers-page .showrooms-block .left-wr .img-item.item-3 {
    margin-left: 253px;
  }
  .buyers-page .showrooms-block .right-wr {
    width: calc(100% - 631px);
    padding: 48px 37px 0 147px;
  }
  .buyers-page .showrooms-block .text-wr p {
    width: 631px;
  }
  .buyers-page .showrooms-block .text-wr img {
    margin-left: 200px;
    margin-top: 34px;
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  .buyers-page .showrooms-block .left-wr {
    width: calc(100% - 465px);
  }
  .buyers-page .showrooms-block .right-wr {
    width: 465px;
    padding-left: 0;
  }
}
@media (max-width: 1280px) {
  .buyers-page .showrooms-block .left-wr {
    width: calc(100% - 430px);
    overflow: hidden;
    margin-left: -2.6%;
    padding-left: 2.6%;
  }
  .buyers-page .showrooms-block .left-wr .text-layout {
    width: 330px;
    padding: 44px 20px 41px 50px;
  }
  .buyers-page .showrooms-block .left-wr .img-item.item-1 {
    width: 385px;
  }
  .buyers-page .showrooms-block .left-wr .img-item.item-2 {
    width: 210px;
    margin-left: 0;
  }
  .buyers-page .showrooms-block .left-wr .img-item.item-3 {
    margin-top: -166px;
    margin-left: 218px;
    width: 339px;
  }
  .buyers-page .showrooms-block .right-wr {
    width: 430px;
    padding: 48px 0 0 0;
    float: right;
  }
  .buyers-page .showrooms-block .text-wr img {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .buyers-page .showrooms-block {
    padding-bottom: 30px;
  }
  .buyers-page .showrooms-block .left-wr {
    margin-left: -30px;
    width: calc(100% - 345px);
    overflow: hidden;
    padding-left: 0;
  }
  .buyers-page .showrooms-block .left-wr .text-layout {
    margin-left: 0;
    padding: 44px 0 41px 30px;
  }
  .buyers-page .showrooms-block .left-wr .img-layout {
    margin-left: 30px;
  }
  .buyers-page .showrooms-block .left-wr .img-item {
    margin-left: 30px;
  }
  .buyers-page .showrooms-block .left-wr .img-item.item-2 {
    margin-left: 0;
    margin-top: -65px;
    width: 171px;
  }
  .buyers-page .showrooms-block .left-wr .img-item.item-3 {
    margin-left: 180px;
  }
  .buyers-page .showrooms-block .right-wr {
    width: 365px;
    padding: 48px 0 0 0;
  }
  .buyers-page .showrooms-block .right-wr .map-img img {
    width: 100%;
  }
  .buyers-page .showrooms-block .text-wr p {
    width: calc(100% - 170px);
  }
  .buyers-page .showrooms-block .text-wr img {
    width: 150px;
    margin-left: 20px;
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .buyers-page .showrooms-block {
    margin: 0 -10px 40px;
    padding: 40px 10px 35px;
    background-color: #144b98;
  }
  .buyers-page .showrooms-block .left-wr {
    margin: 0;
    width: 100%;
  }
  .buyers-page .showrooms-block .left-wr .text-layout {
    width: 100%;
    background-color: transparent;
    padding: 0;
    text-align: center;
  }
  .buyers-page .showrooms-block .left-wr .text-layout .title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: none;
    margin-bottom: 15px;
  }
  .buyers-page .showrooms-block .left-wr .text-layout .title .big {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
  }
  .buyers-page .showrooms-block .left-wr .text-layout p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }
  .buyers-page .showrooms-block .left-wr .text-layout p b {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 20px;
  }
  .buyers-page .showrooms-block .left-wr .text-layout p br {
    display: none;
  }
  .buyers-page .showrooms-block .left-wr .text-layout .button-link {
    width: 250px;
    margin: 30px auto 0;
    border-color: #fff;
  }
}
.buyers-page .services-wr {
  margin-bottom: 50px;
  position: relative;
}
.buyers-page .services-wr h2 {
  font-size: 28px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 28px;
  margin-bottom: 38px;
}
.buyers-page .services-wr .services-item-wr {
  margin: 0 -12px;
  position: relative;
}
.buyers-page .services-wr .services-item {
  padding: 0 12px;
  display: inline-flex !important;
}
.buyers-page .services-wr .services-item .img-wr,
.buyers-page .services-wr .services-item:after {
  width: calc(100% - 24px);
  left: 12px;
}
.buyers-page .services-wr .slick-arrow {
  border: 1px solid rgba(20, 75, 152, 0.3);
  position: absolute;
  top: -75px;
}
.buyers-page .services-wr .slick-arrow.slick-prev {
  right: 59px;
}
.buyers-page .services-wr .slick-arrow.slick-next {
  right: 12px;
}
.buyers-page .services-wr .slick-arrow:before {
  color: #144b98;
}
.buyers-page .services-wr > .button-link {
  float: right;
  margin-top: 20px;
}
.buyers-page .services-wr:after {
  content: "";
  display: table;
  clear: both;
}
.buyers-page .category-items-block {
  margin-bottom: 95px;
}
.buyers-page .category-items-block .button-link a {
  text-transform: none;
  font-size: 16px;
}
.buyers-page .category-items-block .items-wr:before {
  content: "";
  width: 100vw;
  height: calc(100% + 135px);
  position: absolute;
  right: -35px;
  top: -40px;
  background-color: #f7f7f7;
  z-index: -1;
}
@media (max-width: 1280px) {
  .buyers-page .buyers-block .item {
    width: calc(50% - 10px);
  }
  .buyers-page .buyers-block .item .img-wr {
    width: 250px;
    height: 200px;
  }
  .buyers-page .buyers-block .item h3 {
    width: calc(100% - 250px);
  }
  .buyers-page .buyers-block .item:nth-child(odd) {
    margin-right: 10px;
  }
  .buyers-page .buyers-block .item:nth-child(even) {
    margin-left: 10px;
  }
  .buyers-page .services-wr .services-item-wr {
    margin: 0 -5px;
  }
  .buyers-page .services-wr .services-item {
    padding: 0 5px;
  }
  .buyers-page .services-wr .services-item .img-wr,
  .buyers-page .services-wr .services-item:after {
    width: calc(100% - 10px);
    left: 5px;
  }
  .buyers-page .services-wr .slick-arrow.slick-next {
    right: 5px;
  }
  .buyers-page .services-wr .slick-arrow.slick-prev {
    right: 52px;
  }
}
@media (max-width: 991px) {
  .buyers-page .buyers-block .item {
    width: 100%;
    margin-bottom: 35px;
    float: none;
  }
  .buyers-page .buyers-block .item:nth-child(odd) {
    margin-left: 0;
  }
  .buyers-page .buyers-block .item:nth-child(even) {
    margin-right: 0;
  }
  .buyers-page .buyers-block .item:last-child {
    margin-bottom: 0;
  }
  .buyers-page .showrooms-block {
    margin-bottom: 50px;
  }
  .buyers-page .category-items-block {
    position: relative;
    padding: 30px 0;
    margin-bottom: 50px;
  }
  .buyers-page .category-items-block:before {
    content: "";
    width: calc(100% + 60px);
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    background-color: #f7f7f7;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .buyers-page .title {
    margin-bottom: 20px;
  }
  .buyers-page .title h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .buyers-page .buyers-block {
    margin: 0 -10px 25px;
  }
  .buyers-page .buyers-block .item {
    padding: 20px 10px 40px;
    margin: 0;
    background-image: -webkit-linear-gradient(
      to bottom,
      #fcfcfc 0%,
      #fcfcfc 100%
    );
    background-image: -moz-linear-gradient(to bottom, #fcfcfc 0%, #fcfcfc 100%);
    background-image: -ms-linear-gradient(to bottom, #fcfcfc 0%, #fcfcfc 100%);
    background-image: -o-linear-gradient(to bottom, #fcfcfc 0%, #fcfcfc 100%);
    background-image: linear-gradient(to bottom, #fcfcfc 0%, #fcfcfc 100%);
  }
  .buyers-page .buyers-block .item .title-wr {
    display: block;
  }
  .buyers-page .buyers-block .item h3 {
    width: 100%;
    padding-left: 0;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .buyers-page .buyers-block .item .img-wr {
    width: 100%;
    -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.15);
    -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.15);
    box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.15);
  }
  .buyers-page .buyers-block .item .img-wr img {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    transform: none;
  }
  .buyers-page .buyers-block .item p {
    padding-left: 0;
  }
  .buyers-page .buyers-block .item .button-link {
    float: none;
    width: 250px;
    display: block;
    margin: 20px auto 0;
  }
  .buyers-page .buyers-block .item:nth-child(odd) {
    margin-right: 0;
  }
  .buyers-page .buyers-block .item:nth-child(even) {
    margin-left: 0;
  }
  .buyers-page .buyers-block .item:after {
    display: none;
  }
  .buyers-page .services-wr {
    margin-bottom: 40px;
  }
  .buyers-page .services-wr h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .buyers-page .services-wr .services-item-wr {
    margin: 0;
  }
  .buyers-page .services-wr .services-item {
    padding: 0;
  }
  .buyers-page .services-wr .services-item .img-wr,
  .buyers-page .services-wr .services-item:after {
    width: 100%;
    left: 0;
  }
  .buyers-page .services-wr .slick-arrow {
    bottom: -55px;
    top: inherit;
  }
  .buyers-page .services-wr .slick-arrow.slick-next {
    right: 0;
  }
  .buyers-page .services-wr .slick-arrow.slick-prev {
    right: 47px;
  }
  .buyers-page .services-wr > .button-link {
    display: inline-block;
    width: 180px;
    margin-top: 11px;
    float: none;
  }
  .buyers-page .services-wr > .button-link a {
    text-transform: none;
    font-size: 16px;
  }
  .buyers-page .category-items-block {
    margin-bottom: 45px;
  }
}
.partners-page .title {
  width: 500px;
}
.partners-page .title h1 {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 40px;
  color: #144b98;
}
.partners-page .title p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
  margin-top: 36px;
  position: relative;
  z-index: 2;
}
.partners-page .partners-item-wr {
  font-size: 0;
  margin: 25px -12px 65px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.partners-page .partners-item-wr .partners-item {
  width: calc(50% - 24px);
  display: inline-block;
  vertical-align: top;
  margin: 12px;
  position: relative;
}
.partners-page .partners-item-wr .partners-item > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.partners-page .partners-item-wr .partners-item .img-wr {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.partners-page .partners-item-wr .partners-item .img-wr img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.partners-page .partners-item-wr .partners-item .name {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 0 150px 0 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.partners-page .partners-item-wr .partners-item .name > a {
  font-size: 25px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  margin-bottom: 7px;
  display: block;
}
.partners-page .partners-item-wr .partners-item .name p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  margin-bottom: 12px;
}
.partners-page .partners-item-wr .partners-item .name .button-link a {
  font-size: 16px;
}
.partners-page .partners-item-wr .partners-item:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partners-page .banner-block {
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .partners-page .partners-item-wr .partners-item .name {
    padding: 0 70px 0 30px;
  }
}
@media (max-width: 991px) {
  .partners-page .partners-item-wr .partners-item .name {
    padding: 0 15px;
  }
  .partners-page .partners-item-wr .partners-item .name p {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .partners-page .title {
    width: 100%;
  }
  .partners-page .title h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .partners-page .title p {
    margin-top: 20px;
  }
  .partners-page .partners-item-wr {
    margin: 20px -12px 30px;
  }
  .partners-page .partners-item-wr .partners-item .name {
    text-align: center;
  }
  .partners-page .partners-item-wr .partners-item .name > a {
    margin-bottom: 25px;
  }
  .partners-page .partners-item-wr .partners-item .name .button-link {
    width: 250px;
    margin: 0 auto;
    display: block;
  }
  .partners-page .partners-item-wr .partners-item .name .button-link:before {
    display: none;
  }
  .partners-page .partners-item-wr .partners-item .img-wr {
    height: 203px;
  }
  .partners-page .banner-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .partners-page .partners-item-wr {
    margin: 20px 0 30px;
  }
  .partners-page .partners-item-wr .partners-item {
    width: 100%;
    margin: 12px 0;
  }
}
.search-body .top-block {
  background-color: #fff;
  position: relative;
  margin-top: 8px;
  padding-bottom: 20px;
}
.search-body .top-block .title-block {
  width: calc(100% - 500px);
  display: inline-block;
  vertical-align: top;
  padding-right: 35px;
  float: left;
}
.search-body .top-block .title-block .title {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  margin-bottom: 5px;
}
.search-body .top-block .search-form {
  position: relative;
}
.search-body .top-block .search-form input[type="text"] {
  width: 100%;
  display: block;
  height: 28px;
  line-height: 28px;
  border: none;
  border-bottom: 1px solid #aaa;
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #333;
  padding-right: 30px;
  cursor: text;
}
.search-body .top-block .search-form input[type="submit"] {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 6px;
  top: 3px;
  z-index: 1;
  cursor: pointer;
}
.search-body .top-block .search-form:after {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 18px;
  color: #144b98;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 6px;
  top: 3px;
  z-index: 0;
  cursor: pointer;
}
.search-body .top-block .search-area-tabs-title {
  width: 500px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.search-body .top-block .search-area-tabs-title p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 18px;
  color: #4c4c4c;
  margin-bottom: 35px;
}
.search-body .top-block .search-area-tabs-title ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.search-body .top-block .search-area-tabs-title ul li a {
  font-size: 13px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 26px;
  color: #a6a6a6;
}
.search-body .top-block .search-area-tabs-title ul li.active a {
  color: #144b98;
}
.search-body .top-block .search-area-tabs-title ul li:last-child {
  margin-right: 0;
}
.search-body .search-results {
  padding-top: 30px;
  margin-bottom: -80px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #b3b3b3;
}
.search-body .search-results .title-block p {
  font-size: 18px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 20px;
  margin-bottom: 40px;
}
.search-body .search-results .title-block p span {
  color: #333;
}
.search-body .search-results .title-block .search-category-tabs-title {
  margin-bottom: 25px;
}
.search-body .search-results .title-block .search-category-tabs-title ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 32px;
}
.search-body .search-results .title-block .search-category-tabs-title ul li a {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #144b98;
  position: relative;
}
.search-body
  .search-results
  .title-block
  .search-category-tabs-title
  ul
  li
  a
  i {
  font-size: 22px;
  margin-right: 10px;
  vertical-align: middle;
}
.search-body
  .search-results
  .title-block
  .search-category-tabs-title
  ul
  li
  a
  i:before {
  margin-top: 3px;
  vertical-align: top;
}
.search-body
  .search-results
  .title-block
  .search-category-tabs-title
  ul
  li
  a:after {
  content: "";
  width: 23px;
  height: 2px;
  background-color: #144b98;
  position: absolute;
  left: 37px;
  bottom: -1px;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-body
  .search-results
  .title-block
  .search-category-tabs-title
  ul
  li.all
  a
  i {
  font-size: 24px;
}
.search-body
  .search-results
  .title-block
  .search-category-tabs-title
  ul
  li.all
  a
  i:before {
  margin-top: 0;
}
.search-body
  .search-results
  .title-block
  .search-category-tabs-title
  ul
  li.active
  a {
  color: #ed1c24;
}
.search-body
  .search-results
  .title-block
  .search-category-tabs-title
  ul
  li.active
  a:after {
  background-color: #ed1c24;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.search-body .search-results .tooltip {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #666;
}
.search-body .search-results .tooltip p {
  margin-bottom: 10px;
}
.search-body .search-results .tooltip a {
  color: #144b98;
  margin-right: 15px;
  position: relative;
}
.search-body .search-results .tooltip a:after {
  content: "";
  width: 23px;
  height: 1px;
  background-color: #144b98;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-body .search-results .result-items-wr {
  position: relative;
}
.search-body .search-results .result-items-wr em {
  color: #ed1c24;
  font-style: normal;
}
.search-body .search-results .result-items-wr .cs-item {
  width: calc(50% - 23px);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
}
.search-body .search-results .result-items-wr .cs-item:nth-child(odd) {
  padding-right: 23px;
}
.search-body .search-results .result-items-wr .cs-item:nth-child(even) {
  padding-left: 23px;
}
.search-body .search-results .result-items-wr .cs-item .category {
  margin-bottom: 5px;
}
.search-body .search-results .result-items-wr .cs-item .category a {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #999;
}
.search-body .search-results .result-items-wr .cs-item h3 a {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #144b98;
  line-height: 21px;
  display: block;
}
.search-body .search-results .result-items-wr .se-item {
  width: 33.333%;
  padding: 0 14px;
  margin-bottom: 60px;
  float: left;
}
.search-body .search-results .result-items-wr .se-item .img-wr {
  width: 100%;
  height: 240px;
  position: relative;
  margin-bottom: 11px;
  overflow: hidden;
}
.search-body .search-results .result-items-wr .se-item .img-wr img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.search-body .search-results .result-items-wr .se-item .category-name {
  margin-bottom: 10px;
}
.search-body .search-results .result-items-wr .se-item .category-name a {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #808080;
  line-height: 16px;
}
.search-body .search-results .result-items-wr .se-item .article-name {
  margin-bottom: 9px;
  height: 40px;
  overflow: hidden;
}
.search-body .search-results .result-items-wr .se-item .article-name a {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 20px;
}
.search-body .search-results .result-items-wr .se-item .article-bottom-info {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #808080;
  line-height: 16px;
}
.search-body
  .search-results
  .result-items-wr
  .se-item
  .article-bottom-info
  .date {
  margin-right: 35px;
  display: inline-block;
}
.search-body
  .search-results
  .result-items-wr
  .se-item
  .article-bottom-info
  .see {
  display: inline-block;
}
.search-body
  .search-results
  .result-items-wr
  .se-item
  .article-bottom-info
  .see
  i {
  margin-right: 5px;
}
.search-body .search-results .result-items-wr .product-item {
  width: calc(25% - 2px);
  font-size: 12px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #343434;
  line-height: 17.33px;
}
.search-body .search-results .result-items-wr .services-item {
  width: calc(33.3% - 24px);
  margin: 12px;
}
.search-body .search-results .result-items-wr .solution-item {
  width: calc(33.33% - 2px);
  display: inline-block;
  padding: 15px;
  vertical-align: top;
  font-size: 12px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #343434;
  line-height: 17.33px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-body .search-results .result-items-wr .solution-item .img-wr {
  width: 100%;
  height: 203px;
  position: relative;
  overflow: hidden;
}
.search-body .search-results .result-items-wr .solution-item .img-wr img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-body .search-results .result-items-wr .solution-item .content-wr {
  margin-top: 15px;
}
.search-body
  .search-results
  .result-items-wr
  .solution-item
  .content-wr
  .to-favorites {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.search-body
  .search-results
  .result-items-wr
  .solution-item
  .content-wr
  .to-favorites
  i {
  font-size: 22px;
  color: #a9a9a9;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.search-body
  .search-results
  .result-items-wr
  .solution-item
  .content-wr
  .to-favorites.is-favorite
  i {
  color: #144b98;
}
.search-body .search-results .result-items-wr .solution-item .content-wr h3 {
  margin-left: 19px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 176px);
  padding-right: 5px;
}
.search-body .search-results .result-items-wr .solution-item .content-wr h3 a {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 16px;
  color: #323232;
  display: block;
}
.search-body
  .search-results
  .result-items-wr
  .solution-item
  .content-wr
  .button-link {
  width: 128px;
  vertical-align: middle;
}
.search-body .search-results .result-items-wr.articles-results {
  margin: 0 -14px;
}
.search-body .search-results .result-items-wr.articles-results .tooltip {
  margin: 0 14px;
}
.search-body .search-results .result-items-wr.products-results {
  font-size: 0;
  margin: 0 -2px;
}
.search-body .search-results .result-items-wr.products-results .tooltip {
  margin: 0 2px;
}
.search-body .search-results .result-items-wr.services-results {
  margin: 0 -12px;
  font-size: 0;
}
.search-body .search-results .result-items-wr.services-results .tooltip {
  margin: 0 12px;
}
.search-body .search-results .result-items-wr.solutions-results {
  margin: 0 -15px;
  font-size: 0;
}
.search-body .search-results .result-items-wr.solutions-results .tooltip {
  margin: 0 15px;
}
.search-body .search-results .result-items-wr:after {
  content: "";
  display: table;
  clear: both;
}
.search-body .search-results .pagination {
  margin-top: 30px;
}
@media (max-width: 1280px) {
  .search-body .search-results .result-items-wr .solution-item {
    width: calc(50% - 2px);
  }
}
@media (max-width: 991px) {
  .search-body .top-block .title-block {
    width: 100%;
    display: block;
    padding-right: 0;
    float: none;
  }
  .search-body .top-block .search-area-tabs-title {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  .search-body .top-block .search-area-tabs-title p {
    margin-bottom: 10px;
  }
  .search-body .search-results .result-items-wr .cs-item {
    width: 100%;
  }
  .search-body .search-results .result-items-wr .cs-item:nth-child(odd) {
    padding-right: 0;
  }
  .search-body .search-results .result-items-wr .cs-item:nth-child(even) {
    padding-left: 0;
  }
  .search-body .search-results .result-items-wr .product-item {
    width: calc(33.33% - 2px);
  }
  .search-body .search-results .result-items-wr .services-item {
    width: calc(50% - 24px);
  }
  .search-body .search-results .result-items-wr .solution-item {
    width: 100%;
    padding: 0;
    margin-bottom: 45px;
  }
  .search-body .search-results .result-items-wr .solution-item .img-wr {
    height: 300px;
  }
  .search-body .search-results .result-items-wr .se-item {
    width: 50%;
    margin-bottom: 45px;
  }
  .search-body .search-results .result-items-wr.solutions-results {
    margin: 0;
  }
  .search-body .search-results .result-items-wr.solutions-results .tooltip {
    margin: 0;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .search-body .top-block .search-area-tabs-title ul li {
    display: block;
    margin-right: 0;
    position: relative;
    padding-left: 40px;
  }
  .search-body .top-block .search-area-tabs-title ul li:before {
    content: "";
    width: 20px;
    height: 1px;
    position: absolute;
    left: 10px;
    top: 11px;
    background-color: #808080;
  }
  .search-body .search-results .title-block .search-category-tabs-title ul li {
    margin-right: 17px;
    margin-bottom: 10px;
  }
  .search-body .search-results .result-items-wr .product-item {
    width: 100%;
  }
  .search-body .search-results .result-items-wr .services-item {
    width: 100%;
    margin: 12px 0;
  }
  .search-body .search-results .result-items-wr .solution-item .img-wr {
    height: 200px;
  }
  .search-body .search-results .result-items-wr.services-results {
    margin: 0;
  }
  .search-body .search-results .result-items-wr.services-results .tooltip {
    margin: 0;
  }
  .search-body .search-results .result-items-wr.products-results .tooltip {
    margin: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .search-body .search-results .result-items-wr .product-item {
    margin-right: 2px;
    width: calc(50% - 2px);
  }
}
@media (max-width: 767px) {
  .search-body .search-results {
    margin-bottom: -50px;
  }
  .search-body .search-results .title-block p {
    margin-bottom: 12px;
  }
  .search-body .search-results .result-items-wr .cs-item {
    margin-bottom: 15px;
  }
  .search-body .search-results .result-items-wr .se-item {
    width: 100%;
    padding: 0;
  }
  .search-body .search-results .result-items-wr .se-item .article-name {
    height: auto;
  }
  .search-body .search-results .result-items-wr.articles-results {
    margin: 0;
  }
  .search-body .search-results .result-items-wr.articles-results .tooltip {
    margin: 0;
  }
}
.brand-page .title h1 {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 32px;
  margin-bottom: 15px;
}
.brand-page .title p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
}
.brand-page .title .main-img-wr {
  width: 520px;
  display: inline-block;
  vertical-align: top;
  float: right;
  text-align: center;
  margin-top: 25px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.brand-page .title .content-wr {
  width: calc(100% - 520px);
  display: inline-block;
  vertical-align: top;
}
.brand-page .brand-title-tab-wr {
  margin-top: 40px;
}
.brand-page .brand-title-tab-wr ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
  margin-bottom: 25px;
}
.brand-page .brand-title-tab-wr ul li a {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #144b98;
  line-height: 18px;
}
.brand-page .brand-title-tab-wr ul li a:after {
  bottom: -10px;
}
.brand-page .brand-title-tab-wr ul li.active a {
  color: #ed1c24;
}
.brand-page .brand-title-tab-wr ul li.active a:after {
  background-color: #ed1c24;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.brand-page .brand-title-tab-wr ul li:last-child {
  margin-right: 0;
}
.brand-page .brand-title-tab-wr ul.sub-brand-filter {
  position: relative;
  padding-top: 25px;
  z-index: 1;
}
.brand-page .brand-title-tab-wr ul.sub-brand-filter:after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.brand-page .brand-title-tab-wr ul.sub-brand-filter li {
  margin-bottom: 15px;
}
.brand-page .brand-title-tab-wr ul.sub-brand-filter li a {
  font-size: 14px;
  font-weight: 300;
  padding-left: 10px;
}
.brand-page .brand-title-tab-wr ul.sub-brand-filter li a:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #144b98;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.brand-page .brand-title-tab-wr ul.sub-brand-filter li a:after {
  display: none;
}
.brand-page .brand-title-tab-wr ul.sub-brand-filter li.active a:before {
  background-color: #ed1c24;
}
.brand-page .brand-items-tab-wr {
  background-color: #f7f7f7;
  padding-top: 35px;
  padding-bottom: 60px;
  margin-bottom: 75px;
}
.brand-page .brand-items-tab-wr .filter-brands {
  width: calc(75% - 5px);
  background-color: #144b98;
  padding: 20px 50px 40px;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  font-size: 0;
  margin-bottom: 30px;
}
.brand-page .brand-items-tab-wr .filter-brands p {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #a4c4ff;
  margin-bottom: 3px;
}
.brand-page .brand-items-tab-wr .filter-brands .filter-item {
  width: calc(50% - 109px);
  display: inline-block;
  margin-right: 20px;
  vertical-align: bottom;
}
.brand-page .brand-items-tab-wr .filter-brands .filter-item .selectize-input {
  height: 45px;
  line-height: 45px;
  background-color: #f3f3f3;
  border: none;
  padding: 0 45px 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.brand-page
  .brand-items-tab-wr
  .filter-brands
  .filter-item
  .selectize-input
  input {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #7f7f7f;
}
.brand-page
  .brand-items-tab-wr
  .filter-brands
  .filter-item
  .selectize-input
  .item {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #282828;
}
.brand-page .brand-items-tab-wr .filter-brands .submit-button {
  width: 170px;
  vertical-align: bottom;
}
.brand-page .brand-items-tab-wr .filter-brands .submit-button input {
  font-size: 14px;
  padding: 0 64px 0 20px;
  color: #a0c0ff;
  text-transform: uppercase;
}
.brand-page .brand-items-tab-wr .filter-brands .submit-button:after {
  content: "\0078";
  font-family: AGROMAT-Icon;
  color: #fff;
}
.brand-page .brand-items-tab-wr .brands-list {
  margin: 0 -10px;
  position: relative;
}
.brand-page .brand-items-tab-wr .brands-list > .item {
  width: 25%;
  height: 220px;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.brand-page .brand-items-tab-wr .brands-list > .item > a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.brand-page .brand-items-tab-wr .brands-list > .item > a .logo-img {
  height: 100%;
  line-height: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand-page .brand-items-tab-wr .brands-list > .item > a .logo-img img {
  line-height: 200px;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.brand-page .brand-items-tab-wr .brands-list > .item > a .brand-info {
  padding: 30px 40px;
  position: absolute;
  width: 100%;
  max-height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand-page .brand-items-tab-wr .brands-list > .item > a .brand-info h3 {
  font-size: 18px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 26px;
  color: #4c4c4c;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.brand-page .brand-items-tab-wr .brands-list > .item > a .brand-info p {
  font-size: 12px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4c4c4c;
  line-height: 12px;
}
.brand-page .brand-items-tab-wr .brands-list > .item .all-items {
  margin-top: 37px;
  display: inline-block;
}
.brand-page .brand-items-tab-wr .brands-list > .item .all-items a {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4a8bc8;
  border-bottom: 1px solid #4a8bc8;
}
.brand-page .brand-items-tab-wr .brands-list > .item.catalog-product-slider {
  height: 598px;
  margin-top: -158px;
  float: right;
  padding: 19px 10px 0;
  position: relative;
  z-index: 1;
}
.brand-page .brand-items-tab-wr .brands-list > .item.catalog-product-slider p {
  margin-left: 45px;
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #a4c4ff;
  margin-bottom: 10px;
}
.brand-page
  .brand-items-tab-wr
  .brands-list
  > .item.catalog-product-slider:after {
  content: "";
  width: 100%;
  height: 137px;
  background-color: #144b98;
  position: absolute;
  left: 40px;
  top: 0;
  z-index: -1;
}
.brand-page
  .brand-items-tab-wr
  .brands-list
  > .item.catalog-product-slider
  .products-slider {
  height: 470px;
  position: relative;
  z-index: 1;
}
.brand-page
  .brand-items-tab-wr
  .brands-list
  > .item.catalog-product-slider
  .slick-arrow {
  bottom: -70px;
  border: 1px solid rgba(20, 75, 152, 0.3);
  z-index: -1;
}
.brand-page
  .brand-items-tab-wr
  .brands-list
  > .item.catalog-product-slider
  .slick-arrow:before {
  color: #144b98;
}
.brand-page
  .brand-items-tab-wr
  .brands-list
  > .item.catalog-product-slider
  .slick-arrow.slick-next {
  right: 0;
}
.brand-page
  .brand-items-tab-wr
  .brands-list
  > .item.catalog-product-slider
  .slick-arrow.slick-prev {
  right: 47px;
}
.brand-page .brand-items-tab-wr .brands-list:after {
  content: "";
  display: table;
  clear: both;
}
.brand-page .brand-items-tab-wr .pagination .prev,
.brand-page .brand-items-tab-wr .pagination .next {
  line-height: 52px;
}
.brand-page .where-can-buy-block {
  margin-bottom: 60px;
}
.brand-page .production-catalog-wr {
  background-color: #f7f7f7;
  padding-bottom: 80px;
  margin-bottom: 70px;
}
.brand-page .production-catalog-wr .left-block {
  padding-top: 83px;
  width: 326px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.brand-page .production-catalog-wr .left-block .title {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 32px;
  margin-bottom: 21px;
  padding-right: 65px;
}
.brand-page .production-catalog-wr .left-block .subtitle {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #4c4c4c;
  line-height: 19px;
  padding-right: 65px;
}
.brand-page .production-catalog-wr .recommend-links {
  margin-top: 71px;
}
.brand-page .production-catalog-wr .recommend-links p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #4d4d4d;
  line-height: 1;
}
.brand-page .production-catalog-wr .recommend-links ul {
  margin-top: 17px;
}
.brand-page .production-catalog-wr .recommend-links ul li {
  margin-bottom: 8px;
}
.brand-page .production-catalog-wr .recommend-links ul li a {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #144b98;
}
.brand-page .production-catalog-wr .recommend-links ul li a i {
  font-size: 30px;
  color: #144b98;
  vertical-align: middle;
}
.brand-page .production-catalog-wr .recommend-links ul li a .icon-wr {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.brand-page .production-catalog-wr .recommend-links ul li a .icon-wr svg {
  fill: #144b98;
}
.brand-page .production-catalog-wr .recommend-links ul li a .text-wr {
  position: relative;
}
.brand-page .production-catalog-wr .recommend-links ul li.active a {
  color: #ed1c24;
  position: relative;
}
.brand-page .production-catalog-wr .recommend-links ul li.active a i {
  color: #ed1c24;
}
.brand-page
  .production-catalog-wr
  .recommend-links
  ul
  li.active
  a
  .icon-wr
  svg {
  fill: #ed1c24;
}
.brand-page
  .production-catalog-wr
  .recommend-links
  ul
  li.active
  a
  .text-wr:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-color: #ed1c24;
}
.brand-page
  .production-catalog-wr
  .recommend-links
  ul
  li:hover
  a
  .text-wr:after {
  width: 23px;
}
.brand-page .production-catalog-wr .recommend-links ul li:nth-child(3) {
  margin-bottom: 0;
}
.brand-page .production-catalog-wr .recommend-links ul li:nth-child(3) a i {
  font-size: 25px;
}
.brand-page .production-catalog-wr .left-block .button-link {
  margin-top: 80px;
  width: 251px;
}
.brand-page .production-catalog-wr .left-block .button-link a {
  text-transform: none;
  font-size: 16px;
}
.brand-page .production-catalog-wr .right-block {
  width: calc(100% - 330px);
  min-height: 470px;
  display: inline-block;
  vertical-align: top;
  padding-top: 48px;
  position: relative;
  z-index: 1;
}
.brand-page .production-catalog-wr .right-block .recommend-slider {
  position: relative;
  margin-right: -2px;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.brand-page .production-catalog-wr .right-block .product-item {
  width: auto;
  margin-bottom: 0;
}
.brand-page .production-catalog-wr .right-block .product-item .item-wr {
  position: relative;
  width: calc(100% - 2px);
}
.brand-page
  .production-catalog-wr
  .right-block
  .product-item
  .item-wr
  .button-link
  a {
  font-size: 16px;
  text-transform: none;
}
.brand-page .production-catalog-wr .right-block .slick-arrow {
  top: 485px;
  z-index: -1;
  border: 1px solid rgba(20, 75, 152, 0.3);
}
.brand-page .production-catalog-wr .right-block .slick-arrow:before {
  color: #144b98;
}
.brand-page .production-catalog-wr .right-block .slick-arrow.slick-prev {
  right: 47px;
}
.brand-page .production-catalog-wr .right-block .slick-arrow.slick-next {
  right: 0;
}
.brand-page .banner-block {
  margin-bottom: 75px;
}
.brand-page .brand-info-block {
  margin-bottom: 80px;
}
.brand-page .brand-info-block h2 {
  font-size: 28px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #144b98;
  line-height: 32px;
  margin-bottom: 10px;
}
.brand-page .brand-info-block p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
}
.brand-page .brand-info-block .product-categories {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.brand-page .brand-info-block .product-categories ul {
  font-size: 0;
  margin-top: 30px;
}
.brand-page .brand-info-block .product-categories ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.brand-page .brand-info-block .product-categories ul li a {
  width: 100%;
  height: 64px;
  background-color: #144b98;
  padding: 15px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
}
.brand-page .brand-info-block .product-categories ul li a i {
  font-size: 30px;
  margin-right: 30px;
}
.brand-page .brand-info-block .product-categories ul li:nth-child(odd) {
  padding-right: 10px;
}
.brand-page .brand-info-block .product-categories ul li:nth-child(even) {
  padding-left: 10px;
}
.brand-page .brand-info-block .where-can-buy {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-left: 60px;
}
.brand-page .brand-info-block .where-can-buy .item {
  position: relative;
  padding-bottom: 20px;
  margin-top: 50px;
}
.brand-page .brand-info-block .where-can-buy .item .title-wr .icon-wr {
  display: inline-block;
  width: 85px;
  height: 73px;
  line-height: 73px;
  background-color: #144b98;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  text-align: center;
  vertical-align: middle;
}
.brand-page .brand-info-block .where-can-buy .item .title-wr .icon-wr i {
  font-size: 30px;
  color: #fff;
  line-height: 86px;
  vertical-align: middle;
}
.brand-page .brand-info-block .where-can-buy .item .title-wr h3 {
  font-size: 24px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #4c4c4c;
  line-height: 26px;
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 89px);
  padding-left: 30px;
}
.brand-page .brand-info-block .where-can-buy .item .descr-wr {
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 85px;
}
.brand-page .brand-info-block .where-can-buy .item .descr-wr p {
  font-size: 16px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
}
.brand-page .brand-info-block .where-can-buy .item .link-wr {
  text-align: right;
  margin-top: 20px;
}
.brand-page .brand-info-block .where-can-buy .item .link-wr a {
  text-transform: none;
  font-size: 16px;
}
.brand-page .brand-info-block .where-can-buy .item:after {
  content: "";
  top: 20px;
  left: 55px;
  position: absolute;
  width: calc(100% - 100px);
  height: calc(100% - 20px);
  background-color: #f7f7f7;
  z-index: -1;
}
.brand-page.all-brands .title p {
  width: 525px;
}
.brand-page.one-brand .title {
  margin-bottom: 70px;
}
@media (max-width: 1280px) {
  .brand-page .title .main-img-wr {
    width: calc(45% - 30px);
    margin-left: 30px;
  }
  .brand-page .title .content-wr {
    width: 55%;
  }
  .brand-page .production-catalog-wr .left-block {
    width: 290px;
  }
  .brand-page .production-catalog-wr .right-block {
    width: calc(100% - 294px);
  }
  .brand-page .production-catalog-wr .right-block .product-item .item-wr {
    width: 260px;
  }
  .brand-page .brand-info-block .where-can-buy .item:after {
    width: calc(100% - 75px);
  }
  .brand-page .brand-items-tab-wr .brands-list {
    margin: 0 -5px;
  }
  .brand-page .brand-items-tab-wr .brands-list > .item {
    padding: 5px;
  }
  .brand-page .brand-items-tab-wr .brands-list > .item > a .logo-img {
    line-height: 208px;
  }
  .brand-page .brand-items-tab-wr .brands-list > .item.catalog-product-slider {
    padding: 19px 5px 0;
  }
  .brand-page
    .brand-items-tab-wr
    .brands-list
    > .item.catalog-product-slider
    p {
    margin-left: 30px;
  }
  .brand-page
    .brand-items-tab-wr
    .brands-list
    > .item.catalog-product-slider:after {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .brand-page .title {
    margin-bottom: 55px;
  }
  .brand-page .production-catalog-wr {
    padding-bottom: 25px;
    margin-bottom: 60px;
  }
  .brand-page .production-catalog-wr .left-block {
    width: 100%;
    display: block;
    padding-top: 30px;
  }
  .brand-page .production-catalog-wr .left-block .title,
  .brand-page .production-catalog-wr .left-block .subtitle {
    padding-right: 0;
  }
  .brand-page .production-catalog-wr .left-block .recommend-links {
    margin-top: 30px;
  }
  .brand-page .production-catalog-wr .left-block .recommend-links ul {
    margin-top: 25px;
  }
  .brand-page .production-catalog-wr .left-block .recommend-links ul li {
    display: inline-block;
    margin-right: 35px;
  }
  .brand-page
    .production-catalog-wr
    .left-block
    .recommend-links
    ul
    li
    .icon-wr {
    width: auto;
    margin-right: 10px;
  }
  .brand-page
    .production-catalog-wr
    .left-block
    .recommend-links
    ul
    li.active
    a:after {
    left: 43px;
  }
  .brand-page .production-catalog-wr .left-block .button-link {
    display: none;
  }
  .brand-page .production-catalog-wr .right-block {
    width: calc(100% + 40px);
    padding-top: 0;
    height: auto;
    margin-right: -40px;
  }
  .brand-page .production-catalog-wr .right-block .slick-arrow {
    top: inherit;
    bottom: -60px;
  }
  .brand-page .production-catalog-wr .right-block .slick-arrow.slick-next {
    right: 40px;
  }
  .brand-page .production-catalog-wr .right-block .slick-arrow.slick-prev {
    right: 87px;
  }
  .brand-page .production-catalog-wr .right-block .button-link {
    margin-top: 16px;
    display: inline-block !important;
  }
  .brand-page .production-catalog-wr .right-block .button-link a {
    text-transform: none;
    font-size: 16px;
  }
  .brand-page .brand-info-block {
    margin-bottom: 50px;
  }
  .brand-page .brand-info-block .product-categories {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 35px;
  }
  .brand-page .brand-info-block .product-categories ul {
    text-align: center;
  }
  .brand-page .brand-info-block .product-categories ul li {
    width: 305px;
  }
  .brand-page .brand-info-block .product-categories ul li:nth-child(odd) {
    padding-right: 45px;
  }
  .brand-page .brand-info-block .product-categories ul li:nth-child(even) {
    padding-left: 45px;
  }
  .brand-page .brand-info-block .where-can-buy {
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .brand-page .brand-info-block .where-can-buy .item {
    width: 610px;
    margin: 20px auto 0;
    padding-bottom: 0;
  }
  .brand-page .brand-info-block .where-can-buy .item:after {
    height: calc(100% - 40px);
  }
  .brand-page .brand-title-tab-wr ul li {
    margin-right: 35px;
  }
  .brand-page .brand-title-tab-wr ul.sub-brand-filter {
    padding-bottom: 10px;
  }
  .brand-page .brand-items-tab-wr {
    padding-top: 0;
    padding-bottom: 50px;
    margin-bottom: 60px;
  }
  .brand-page .brand-items-tab-wr .filter-brands {
    width: calc(100% + 60px);
    margin: 0 -30px 30px;
    padding: 20px 30px 40px;
  }
  .brand-page .brand-items-tab-wr .brands-list {
    margin: 0 -10px;
  }
  .brand-page .brand-items-tab-wr .brands-list > .item {
    width: 33.33%;
    padding: 10px;
  }
  .brand-page .brand-items-tab-wr .brands-list > .item > a .logo-img {
    line-height: 200px;
  }
  .brand-page .brand-items-tab-wr .brands-list > .item > a .logo-img img {
    line-height: 200px;
  }
  .brand-page.all-brands .title {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .brand-page.all-brands .title p {
    width: 100%;
  }
  .brand-page .title {
    margin-bottom: 35px;
  }
  .brand-page .title h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .brand-page .title .main-img-wr {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 25px 0;
  }
  .brand-page .title .content-wr {
    width: 100%;
    margin-top: 25px;
    display: block;
  }
  .brand-page .production-catalog-wr {
    margin-bottom: 40px;
  }
  .brand-page .production-catalog-wr .left-block {
    padding-top: 30px;
  }
  .brand-page .production-catalog-wr .left-block .title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .brand-page .production-catalog-wr .left-block .subtitle {
    font-size: 16px;
  }
  .brand-page .production-catalog-wr .left-block .recommend-links {
    margin-top: 22px;
  }
  .brand-page .production-catalog-wr .left-block .recommend-links p {
    font-size: 14px;
  }
  .brand-page .production-catalog-wr .left-block .recommend-links ul li {
    vertical-align: top;
    margin-bottom: 16px;
    margin-right: 25px;
  }
  .brand-page
    .production-catalog-wr
    .left-block
    .recommend-links
    ul
    li
    .icon-wr {
    vertical-align: top;
    margin-top: -2px;
  }
  .brand-page
    .production-catalog-wr
    .left-block
    .recommend-links
    ul
    li
    .icon-wr
    i {
    font-size: 20px;
  }
  .brand-page
    .production-catalog-wr
    .left-block
    .recommend-links
    ul
    li
    .text-wr {
    line-height: 20px;
    max-width: 85px;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .brand-page .production-catalog-wr .right-block .product-item {
    margin-right: 2px;
  }
  .brand-page .production-catalog-wr .right-block .button-link.visible-sm {
    display: inline-block !important;
    width: auto;
  }
  .brand-page .banner-block {
    margin-bottom: 35px;
  }
  .brand-page .brand-info-block h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .brand-page .brand-info-block .product-categories {
    margin-bottom: 30px;
  }
  .brand-page .brand-info-block .product-categories ul {
    margin-top: 20px;
  }
  .brand-page .brand-info-block .product-categories ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .brand-page .brand-info-block .product-categories ul li:nth-child(odd) {
    padding-right: 5px;
  }
  .brand-page .brand-info-block .product-categories ul li:nth-child(even) {
    padding-left: 5px;
  }
  .brand-page .brand-info-block .product-categories ul li a {
    height: 46px;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: normal;
  }
  .brand-page .brand-info-block .product-categories ul li a i {
    font-size: 22px;
    margin-right: 15px;
  }
  .brand-page .brand-info-block .where-can-buy .item {
    width: 100%;
  }
  .brand-page .brand-info-block .where-can-buy .item .title-wr h3 {
    font-size: 18px;
  }
  .brand-page .brand-info-block .where-can-buy .item .descr-wr {
    padding: 0;
  }
  .brand-page .brand-info-block .where-can-buy .item:after {
    width: calc(100% - 25px);
    left: 35px;
  }
  .brand-page .brand-title-tab-wr {
    margin-top: 30px;
  }
  .brand-page .brand-title-tab-wr ul li {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .brand-page .brand-title-tab-wr ul li a:after {
    bottom: 0;
  }
  .brand-page .brand-title-tab-wr ul.sub-brand-filter {
    padding-bottom: 0;
    margin-top: 10px;
    padding-top: 20px;
  }
  .brand-page .brand-items-tab-wr {
    padding-top: 30px;
  }
  .brand-page .brand-items-tab-wr .filter-brands-button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #144b98;
    padding: 0 15px 0 25px;
  }
  .brand-page .brand-items-tab-wr .filter-brands-button a {
    font-size: 14px;
    font-family: Circe, sans-serif;
    font-weight: normal;
    color: #fff;
  }
  .brand-page .brand-items-tab-wr .filter-brands-button a img {
    width: 18px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
  }
  .brand-page .brand-items-tab-wr .filter-brands-button a i {
    float: right;
    color: #789af1;
    font-size: 22px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .brand-page .brand-items-tab-wr .filter-brands-button.active a i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .brand-page .brand-items-tab-wr .filter-brands {
    width: 100%;
    margin: 0;
    padding: 20px 10px 30px;
    position: relative;
    height: 0;
    display: none;
    overflow: hidden;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
  }
  .brand-page .brand-items-tab-wr .filter-brands .filter-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .brand-page .brand-items-tab-wr .filter-brands .submit-button {
    width: 250px;
    display: block;
    margin: 15px auto 0;
  }
  .brand-page .brand-items-tab-wr .filter-brands .submit-button input {
    padding: 0 15px;
    text-align: center;
  }
  .brand-page .brand-items-tab-wr .filter-brands.open {
    display: block;
    height: 276px;
  }
  .brand-page .brand-items-tab-wr .brands-list {
    margin: 30px -5px 0;
  }
  .brand-page .brand-items-tab-wr .brands-list .item {
    width: 50%;
    height: 110px;
    padding: 5px;
  }
  .brand-page .brand-items-tab-wr .brands-list .item > a .logo-img {
    line-height: 100px;
  }
  .brand-page .brand-items-tab-wr .brands-list .item > a .logo-img img {
    line-height: 100px;
  }
}
.promo-page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.promo-page main {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
}
.promo-page .footer-info {
  border-top: none;
}
.promo-form-container {
  padding: 50px 0 45px;
}
.promo-form-container form {
  width: 675px;
  margin: 0 auto;
}
.promo-form-container .form-field {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
.promo-form-container .form-field.check-ok:before,
.promo-form-container .form-field.check-error:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.promo-form-container .form-field:nth-child(odd) {
  margin-right: 70px;
}
.promo-form-container .form-field.invoice-number {
  width: 100%;
  margin-top: 35px;
}
.promo-form-container .form-field.invoice-number .invoice-wr {
  width: calc(100% - 240px);
  margin-right: 35px;
  display: inline-block;
  vertical-align: top;
}
.promo-form-container .form-field.invoice-number .invoice-wr .input-field {
  margin-bottom: 15px;
  position: relative;
}
.promo-form-container
  .form-field.invoice-number
  .invoice-wr
  .input-field.required {
  position: relative;
}
.promo-form-container
  .form-field.invoice-number
  .invoice-wr
  .input-field.required:after {
  content: "*";
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  color: #ed1c24;
  left: calc(100% + 2px);
  top: -5px;
}
.promo-form-container
  .form-field.invoice-number
  .invoice-wr
  .input-field
  .remove-input {
  font-size: 16px;
  color: #7f7f7f;
  position: absolute;
  left: calc(100% + 7px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.promo-form-container
  .form-field.invoice-number
  .invoice-wr
  .input-field:first-child
  .remove-input {
  display: none;
}
.promo-form-container
  .form-field.invoice-number
  .invoice-wr
  .input-field:last-child {
  margin-bottom: 0;
}
.promo-form-container .form-field.invoice-number .button-link {
  width: 200px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
}
.promo-form-container .form-field.invoice-number .button-link a {
  text-transform: none;
  padding: 0 50px 0 5px;
  font-weight: 300;
}
.promo-form-container .form-field.invoice-number .button-link a:after {
  right: 40px;
}
.promo-form-container .form-field.invoice-number .button-link:before {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #144b98;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
.promo-form-container .form-field.invoice-number .button-link:after {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #144b98;
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
.promo-form-container .form-field.invoice-number:after {
  left: calc(100% - 238px);
}
.promo-form-container .form-field .select2-container {
  font-size: 14px;
}
.promo-form-container
  .form-field
  .select2-container--default
  .select2-selection--single {
  height: 40px;
}
.promo-form-container
  .form-field
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
}
.promo-form-container .form-field input::-webkit-outer-spin-button,
.promo-form-container .form-field input::-webkit-inner-spin-button {
  display: none;
}
.promo-form-container .bottom-block-wr {
  margin-top: 30px;
}
.promo-form-container .bottom-block-wr .checkbox-field {
  width: calc(100% - 240px);
  margin-right: 35px;
}
.promo-form-container .bottom-block-wr .checkbox-field label {
  font-size: 12px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  line-height: 14px;
  color: #4c4c4c;
  display: block;
  position: relative;
  padding-left: 27px;
  width: 360px;
  max-width: 100%;
  cursor: pointer;
  padding-right: 25px;
}
.promo-form-container .bottom-block-wr .checkbox-field label:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 1px;
  border: solid 1px #144b98;
  position: absolute;
  left: 0;
  top: -1px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.promo-form-container
  .bottom-block-wr
  .checkbox-field
  input:checked
  + label:after {
  content: "\f00c";
  font-size: 10px;
  font-family: FontAwesome;
  color: #144b98;
  left: 1px;
  top: -3px;
  position: absolute;
}
.promo-form-container .bottom-block-wr .checkbox-field input {
  display: none;
}
.promo-form-container .bottom-block-wr .submit-button {
  width: 200px;
}
.promo-form-container .bottom-block-wr .submit-button:after {
  content: "\0078";
  font-family: AGROMAT-Icon;
}
@media (max-width: 991px) {
  .promo-form-container form {
    width: 100%;
  }
  .promo-form-container .form-field {
    width: calc(50% - 37px);
  }
}
@media (max-width: 767px) {
  .promo-form-container {
    padding: 20px 20px 0;
  }
  .promo-form-container .form-field {
    width: 100%;
  }
  .promo-form-container .form-field:nth-child(odd) {
    margin-right: 0;
  }
  .promo-form-container .form-field.invoice-number {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .promo-form-container .form-field.invoice-number .invoice-wr {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .promo-form-container .form-field.invoice-number input {
    width: 100%;
    margin-right: 0;
  }
  .promo-form-container .form-field.invoice-number .button-link {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .promo-form-container .form-field.invoice-number .button-link a:after {
    content: "";
  }
  .promo-form-container .form-field.invoice-number:after {
    left: calc(100% + 2px);
  }
  .promo-form-container .bottom-block-wr {
    margin-bottom: 50px;
  }
  .promo-form-container .bottom-block-wr .checkbox-field {
    width: 100%;
    display: block;
  }
  .promo-form-container .bottom-block-wr .checkbox-field label {
    width: 100%;
    padding-right: 0;
    font-size: 11px;
  }
  .promo-form-container .bottom-block-wr .submit-button {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.promo-success-message {
  text-align: center;
  align-self: center;
  width: 100%;
  padding: 50px 0 45px;
}
.promo-success-message .title {
  font-size: 30px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  line-height: 40px;
  color: #144b98;
  width: 275px;
  max-width: 100%;
  margin: 0 auto 35px;
}
.promo-success-message p {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: normal;
  color: #4c4c4c;
  margin-bottom: 63px;
}
.promo-success-message .bottom-buttons .button-link a {
  text-transform: none;
  font-size: 16px;
}
.promo-success-message .bottom-buttons .button-link.without-icon a {
  padding: 0 33px;
}
.promo-success-message .bottom-buttons .button-link.full-blue a {
  padding: 0 82px 0 50px;
}
.promo-success-message .bottom-buttons .button-link:first-child {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .promo-success-message .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    width: 215px;
  }
  .promo-success-message p {
    margin-bottom: 45px;
  }
  .promo-success-message .bottom-buttons {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .promo-success-message .bottom-buttons .button-link {
    width: calc(50% - 5px);
  }
  .promo-success-message .bottom-buttons .button-link.without-icon a {
    padding: 0 5px;
  }
  .promo-success-message .bottom-buttons .button-link.full-blue a {
    padding: 0 15px;
  }
  .promo-success-message .bottom-buttons .button-link:first-child {
    margin-right: 0;
  }
}
.banner-block .banner-wr {
  background-color: #00347c;
}
.banner-block .banner-wr a {
  display: block;
  position: relative;
  height: 110px;
  overflow: hidden;
}
.banner-block .banner-wr .img-wr {
  width: 450px;
  height: 110px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (min-width: 1366px) {
  .banner-block .banner-wr .img-wr {
    width: 450px;
  }
}
.banner-block .banner-wr .content-wr {
  padding-left: 90px;
  display: inline-flex;
  align-items: center;
  position: relative;
  width: calc(100% - 454px);
  height: 110px;
  padding-right: 150px;
}
.banner-block .banner-wr .content-wr p {
  font-size: 18.67px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
}
.banner-block .banner-wr .duck-img {
  position: absolute;
  bottom: -22px;
  right: 47px;
}
.banner-block.vertical {
  width: 250px;
  height: 470px;
  display: inline-block;
  margin-right: 2px;
  padding: 0;
}
.banner-block.vertical .banner-wr {
  height: 100%;
}
.banner-block.vertical .banner-wr a {
  height: 100%;
}
.banner-block.vertical .banner-wr .img-wr {
  width: 100%;
  height: 266px;
}
.banner-block.vertical .banner-wr .content-wr {
  padding-left: 26px;
  margin-top: 20px;
  height: auto;
}
.banner-block.horizontal .img-wr {
  position: absolute;
  top: 0px;
  left: 0;
}
.banner-block.horizontal .content-wr {
  display: table;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  padding-left: 450px !important;
}
@media (max-width: 991px) {
  .banner-block.horizontal .content-wr {
    padding-left: 40% !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .banner-block.horizontal .content-wr {
    padding-left: 0 !important;
  }
}
.banner-block.horizontal .content-wr .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 1365px) {
  .banner-block.vertical {
    width: 260px;
  }
}
@media (max-width: 1280px) {
  .banner-block .banner-wr .content-wr {
    padding-left: 60px;
  }
  .banner-block .banner-wr .duck-img {
    width: 8%;
  }
  .banner-block.vertical {
    width: 33%;
  }
  .banner-block.vertical .duck-img {
    right: 15px;
    width: 80px;
  }
}
@media (max-width: 991px) {
  .banner-block .banner-wr .img-wr {
    width: 40%;
  }
  .banner-block .banner-wr .content-wr {
    padding-left: 30px;
    width: calc(60% - 4px);
    padding-right: 12%;
  }
  .banner-block .banner-wr .duck-img {
    right: 25px;
  }
  .banner-block.vertical {
    width: calc(50% - 2px);
    height: 440px;
  }
}
@media (max-width: 767px) {
  .banner-block .banner-wr a {
    height: 60px;
  }
  .banner-block .banner-wr .content-wr {
    padding-left: 20px;
    height: 60px;
    width: 100%;
    padding-right: 80px;
  }
  .banner-block .banner-wr .content-wr p {
    font-size: 14px;
    line-height: 20px;
  }
  .banner-block .banner-wr .duck-img {
    width: 50px;
    bottom: -15px;
    right: 20px;
  }
  .banner-block.vertical {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .banner-block.vertical .banner-wr a {
    padding-bottom: 40px;
  }
  .banner-block.vertical .banner-wr .content-wr {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 26px;
  }
  .banner-block.vertical .banner-wr .content-wr p br {
    display: none;
  }
  .banner-block.vertical .banner-wr .img-wr {
    height: 220px;
  }
}
.banner-block.for-buyer {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .banner-block.for-buyer {
    margin-top: 15px;
  }
}
.banner-text {
  background-color: #144b98;
  padding-top: 74px;
  padding-bottom: 63px;
}
@media (min-width: 1280px) {
  .banner-text .banner-wr {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1280px) {
  .banner-text .banner-wr {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.banner-text .text-wr {
  font-size: 32px;
  font-family: Circe, sans-serif;
  font-weight: bold;
  color: #4a8bc8;
  width: 570px;
  display: inline-block;
  vertical-align: middle;
  line-height: 39px;
}
.banner-text .text-wr span {
  color: #fff;
  display: inline-block;
}
.banner-text .img-wr {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  margin-left: 192px;
}
@media (max-width: 991px) {
  .banner-text {
    padding-top: 54px;
    padding-bottom: 43px;
  }
  .banner-text .banner-wr {
    display: block;
  }
  .banner-text .text-wr {
    width: 70%;
  }
  .banner-text .img-wr {
    width: 18%;
    margin-left: 11%;
  }
  .banner-text .img-wr img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .banner-text {
    padding: 30px 0 15px;
  }
  .banner-text .text-wr {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .banner-text .img-wr {
    width: 100%;
    display: block;
    text-align: center;
    margin-left: 0;
    margin-top: 25px;
  }
  .banner-text .img-wr img {
    width: 105px;
  }
}
body:not(.mobile) header .menu-line .nav-links > ul > li:hover > a {
  color: #fff;
  -webkit-transition: color 0.3s ease 0.15s, background-color 0.3s ease 0.55s;
  transition: color 0.3s ease 0.15s, background-color 0.3s ease 0.55s;
}
body:not(.mobile)
  header
  .menu-line
  .nav-links
  > ul
  > li:hover
  .second-level-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
body:not(.mobile)
  header
  .menu-line
  .nav-links
  li
  .second-level-menu
  ul
  li
  a:not(.active):hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
body:not(.mobile) .breadcrumbs ul li:not(:last-child):hover span {
  color: #4c4c4c;
}
body:not(.mobile) .breadcrumbs ul li:not(:last-child):hover span:before {
  width: 23px;
  background-color: #a6a6a6;
}
body:not(.mobile) .fullpage-wr .tab-links li:not(.active):hover:after {
  background-color: #4c4c4c;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
body:not(.mobile)
  .fullpage-wr
  .right-content-wr
  .banner-slider
  .slick-arrow:hover {
  border-color: #e3e4e6;
}
body:not(.mobile)
  .fullpage-wr
  .right-content-wr
  .slider-tabs-content
  .slick-arrow:hover {
  background-color: #05377a;
}
body:not(.mobile)
  .fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item
  .product-item:hover {
  height: 442px;
  overflow: hidden;
}
body:not(.mobile)
  .fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item
  .product-item:hover:after {
  opacity: 1;
}
body:not(.mobile)
  .fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item:not(.actived):hover
  .pin-icon
  i {
  width: 28px;
  height: 28px;
  background-color: #ed1c24;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body:not(.mobile)
  .fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item:not(.actived):hover
  .pin-icon
  i:before {
  opacity: 1;
}
body:not(.mobile)
  .fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item:not(.actived):hover
  .pin-icon:before {
  animation: pulse 3s ease infinite;
}
body:not(.mobile)
  .fullpage-wr
  section
  .right-content-wr
  .solution-tabs
  .item
  .pins-popup
  .pin-item:not(.actived):hover
  .pin-icon:after {
  animation: pulse 3s ease infinite 0.7s;
}
body:not(.mobile) .news-wr .item:hover .img-wr img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
body:not(.mobile) .news-wr .item:hover .info-wr .article {
  color: #144b98;
  text-decoration: underline;
}
body:not(.mobile) .news-article-page .title .main-slider-wr .slick-arrow:hover {
  background-color: #05377a;
}
body:not(.mobile) .news-article-page a:hover {
  border-bottom-color: transparent;
}
body:not(.mobile) .news-article-page .slider-wr .slick-arrow:hover {
  border-color: #fff;
}
body:not(.mobile) .advice-block .slider-advice .item:hover .img-wr img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
body:not(.mobile) .advice-block .static-advice .item:hover .img-wr img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
body:not(.mobile) .advice-block .static-advice .item:hover .text-wr {
  color: #144b98;
  text-decoration: underline;
}
body:not(.mobile) .advice-block .slick-arrow:hover {
  border-color: #fff;
}
body:not(.mobile) .right-fixed-layout .bottom-links-wr .goto-im:hover {
  width: 220px;
}
body:not(.mobile)
  .right-fixed-layout
  .bottom-links-wr
  .goto-im:hover
  .tooltip-text {
  padding-left: 25px;
  display: inline-block;
}
body:not(.mobile)
  .right-fixed-layout
  .bottom-links-wr
  .goto-im:hover
  .tooltip-text
  span {
  opacity: 0;
  -webkit-animation: fadein 0.3s ease forwards 0.3s;
  animation: fadein 0.3s ease forwards 0.3s;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body:not(.mobile) .news-wr .news-item:hover {
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
}
body:not(.mobile) .news-wr .news-item:hover .img-wr img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
body:not(.mobile) .news-wr .news-item:hover .name a {
  color: #144b98;
}
body:not(.mobile) .video-popup-icon:hover:before {
  -webkit-animation: circle 2s ease infinite;
  animation: circle 2s ease infinite;
}
body:not(.mobile) .video-popup-icon:hover:after {
  -webkit-animation: circle 2s ease infinite 1.3s;
  animation: circle 2s ease infinite 1.3s;
}
body:not(.mobile)
  .about-company-page
  .page-container
  .image-slider-block
  .slider-wr
  .single-slide
  .slick-arrow:hover {
  border-color: #fff;
}
body:not(.mobile) .about-company-page .activate-card .button-link:hover {
  border-color: #fff;
}
body:not(.mobile) .category-items-block .items-wr .item:hover a {
  position: relative;
  -webkit-transform: scale(1.3) translateY(-20px);
  transform: scale(1.3) translateY(-20px);
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  z-index: 2;
}
body:not(.mobile) .category-items-block .items-wr .item:hover a:after {
  opacity: 1;
}
body:not(.mobile) .category-items-block .items-wr .item:hover p {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
body:not(.mobile) .buyers-page .services-wr .slick-arrow:hover {
  background-color: #144b98;
}
body:not(.mobile) .buyers-page .services-wr .slick-arrow:hover:before {
  color: #fff;
}
body:not(.mobile)
  .company-history-page
  .page-container
  .navigation-block
  ul
  li
  a:hover {
  color: #ed1c24;
}
body:not(.mobile) .why-we-page .page-container .navigation-block li:hover {
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
}
body:not(.mobile)
  .why-we-page
  .page-container
  .navigation-block
  li:hover
  strong,
body:not(.mobile) .why-we-page .page-container .navigation-block li:hover p,
body:not(.mobile) .why-we-page .page-container .navigation-block li:hover i {
  color: #144b98;
}
body:not(.mobile) .services-wr .services-item:hover .img-wr img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
body:not(.mobile) .services-wr .services-item:hover:after {
  background-color: rgba(0, 0, 0, 0.65);
}
body:not(.mobile)
  .article-page
  .services-list-wr
  .services-item-wr
  .services-item:hover
  .name
  a:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
body:not(.mobile)
  .article-page
  .services-list-wr
  .services-item-wr
  .services-item:hover
  .img-wr
  img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
body:not(.mobile) .article-page .slider-wr .single-slide .slick-arrow:hover {
  border-color: #fff;
}
body:not(.mobile) .article-page .guarantee-block .title-wr .button-link:hover {
  border-color: #144b98;
}
body:not(.mobile) .article-page .guarantee-block .title-wr .button-link:hover a,
body:not(.mobile)
  .article-page
  .guarantee-block
  .title-wr
  .button-link:hover
  button {
  color: #fff;
}
body:not(.mobile)
  .article-page
  .guarantee-block
  .title-wr
  .button-link:hover
  a:after,
body:not(.mobile)
  .article-page
  .guarantee-block
  .title-wr
  .button-link:hover
  button:after {
  background-color: #fff;
}
body:not(.mobile)
  .article-page
  .our-clients-block
  .slider-wr
  .slick-arrow:hover {
  border-color: #144b98;
  background-color: #144b98;
}
body:not(.mobile)
  .article-page
  .our-clients-block
  .slider-wr
  .slick-arrow:hover:before {
  color: #fff;
}
body:not(.mobile)
  .partners-page
  .partners-item-wr
  .partners-item:hover
  .name
  a:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
body:not(.mobile)
  .partners-page
  .partners-item-wr
  .partners-item:hover
  .img-wr
  img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
body:not(.mobile) .partners-page .partners-item-wr .partners-item:hover:after {
  background-color: rgba(0, 0, 0, 0.65);
}
body:not(.mobile)
  .partners-page
  .partners-item-wr
  .partners-item
  .name
  .button-link:hover:before {
  color: #144b98;
}
body:not(.mobile)
  .search-body
  .top-block
  .search-area-tabs-title
  ul
  li
  a:hover {
  color: #144b98;
}
body:not(.mobile)
  .search-body
  .search-results
  .title-block
  .search-category-tabs-title
  ul
  li:not(.active)
  a:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
body:not(.mobile)
  .search-body
  .search-results
  .result-items-wr
  .tooltip
  a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body:not(.mobile)
  .search-body
  .search-results
  .result-items-wr
  .cs-item
  .category
  a:hover {
  color: #144b98;
}
body:not(.mobile)
  .search-body
  .search-results
  .result-items-wr
  .cs-item
  h3:hover
  a {
  color: #05377a;
  text-decoration: underline;
}
body:not(.mobile)
  .search-body
  .search-results
  .result-items-wr
  .se-item:hover
  .img-wr
  img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
body:not(.mobile)
  .search-body
  .search-results
  .result-items-wr
  .se-item:hover
  .article-name
  a {
  color: #05377a;
}
body:not(.mobile)
  .search-body
  .search-results
  .result-items-wr
  .se-item
  .category-name
  a:hover {
  color: #144b98;
}
body:not(.mobile)
  .search-body
  .search-results
  .result-items-wr
  .solution-item
  .to-favorites:hover
  i {
  color: #144b98;
}
body:not(.mobile)
  .search-body
  .search-results
  .result-items-wr
  .solution-item:hover {
  background-color: #fff;
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
}
body:not(.mobile)
  .search-body
  .search-results
  .result-items-wr
  .solution-item:hover
  .img-wr
  img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
body:not(.mobile)
  .brand-page
  .brand-title-tab-wr
  ul.sub-brand-filter
  li
  a:hover:before {
  background-color: #ed1c24;
}
body:not(.mobile)
  .brand-page
  .production-catalog-wr
  .right-block
  .product-item:hover {
  height: auto;
}
body:not(.mobile)
  .brand-page
  .production-catalog-wr
  .right-block
  .slick-arrow:hover {
  background-color: #144b98;
}
body:not(.mobile)
  .brand-page
  .production-catalog-wr
  .right-block
  .slick-arrow:hover:before {
  color: #fff;
}
body:not(.mobile)
  .brand-page
  .brand-info-block
  .product-categories
  ul
  li
  a:hover {
  background-color: #05377a;
}
body:not(.mobile) .brand-page .brand-items-tab-wr .brands-list .item:hover > a {
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
}
body:not(.mobile)
  .brand-page
  .brand-items-tab-wr
  .brands-list
  .item:hover
  > a
  .logo-img {
  opacity: 0;
  visibility: hidden;
}
body:not(.mobile)
  .brand-page
  .brand-items-tab-wr
  .brands-list
  .item:hover
  > a
  .brand-info {
  opacity: 1;
  visibility: visible;
}
body:not(.mobile)
  .brand-page
  .brand-items-tab-wr
  .brands-list
  .item
  .all-items
  a:hover {
  border-bottom-color: transparent;
}
body:not(.mobile)
  .brand-page
  .brand-items-tab-wr
  .brands-list
  .item
  .product-item:hover
  .item-wr {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body:not(.mobile)
  .brand-page
  .brand-items-tab-wr
  .brands-list
  .item.catalog-product-slider
  .products-slider
  .product-item:hover {
  height: 470px;
  overflow: hidden;
  padding-bottom: 0;
}
body:not(.mobile)
  .brand-page
  .brand-items-tab-wr
  .brands-list
  .item.catalog-product-slider
  .products-slider
  .product-item:hover:after {
  opacity: 1;
}
body:not(.mobile)
  .brand-page
  .brand-items-tab-wr
  .brands-list
  .item.catalog-product-slider
  .slick-arrow:hover {
  background-color: #144b98;
}
body:not(.mobile)
  .brand-page
  .brand-items-tab-wr
  .brands-list
  .item.catalog-product-slider
  .slick-arrow:hover:before {
  color: #fff;
}
body:not(.mobile) .product-item:hover {
  overflow: visible;
  z-index: 2;
  padding-bottom: 35px;
}
body:not(.mobile) .product-item:hover .item-wr {
  -webkit-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  -moz-box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
  box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, 0.26);
}
body:not(.mobile) .product-item:hover:after {
  opacity: 0;
}
body:not(.mobile) .right-links .icon-wr a:hover:after {
  color: #144b98;
}
body:not(.mobile) .footer-nav .col .title a:hover {
  color: #144b98;
}
body:not(.mobile) .footer-nav .col ul li a:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
body:not(.mobile) .footer-nav .col .show-all a:hover {
  color: #4c4c4c;
}
body:not(.mobile) .footer-nav .col .show-all a:hover:after {
  width: 23px;
}
body:not(.mobile) .footer-info .col a:hover {
  color: #4c4c4c;
}
body:not(.mobile) .footer-info .col .links a:hover:after {
  width: 23px;
}
body:not(.mobile) .button-link:hover span {
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
body:not(.mobile) .button-link.blue:hover a,
body:not(.mobile) .button-link.blue:hover button {
  color: #fff;
}
body:not(.mobile) .button-link.blue:hover a:after,
body:not(.mobile) .button-link.blue:hover button:after {
  background-color: #fff;
}
body:not(.mobile) .button-link.blue:hover:before {
  color: #fff;
}
body:not(.mobile) .button-link.full-blue:hover {
  border-color: #05377a;
}
body:not(.mobile) .button-link.full-blue:hover a,
body:not(.mobile) .button-link.full-blue:hover button {
  color: #fff;
}
body:not(.mobile) .button-link.full-blue:hover a:after,
body:not(.mobile) .button-link.full-blue:hover button:after {
  background-color: #fff;
}
body:not(.mobile) .button-link.white:hover {
  border-color: #fff;
}
body:not(.mobile) .button-link.white:hover a,
body:not(.mobile) .button-link.white:hover button {
  color: #05377a;
}
body:not(.mobile) .button-link.white:hover a:after,
body:not(.mobile) .button-link.white:hover button:after {
  background-color: #05377a;
}
body:not(.mobile) .button-link.white:hover:before {
  color: #05377a;
}
body:not(.mobile) .button-link.full-white:hover a,
body:not(.mobile) .button-link.full-white:hover button {
  color: #144b98;
}
body:not(.mobile) .button-link.full-white:hover a:after,
body:not(.mobile) .button-link.full-white:hover button:after {
  background-color: #144b98;
}
body:not(.mobile) .button-link.full-white:hover:before {
  color: #144b98;
}
body:not(.mobile) .button-link.load:hover:before {
  color: #fff;
}
body:not(.mobile) .button-link.disabled:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
body:not(.mobile) .button-link.disabled:hover a,
body:not(.mobile) .button-link.disabled:hover button {
  color: #999;
}
body:not(.mobile) .button-link.disabled:hover a:after,
body:not(.mobile) .button-link.disabled:hover button:after {
  background-color: #fff;
}
body:not(.mobile) .button-link.disabled:hover:before {
  color: #999;
}
body:not(.mobile) .button-link.disabled:hover span {
  display: none;
}
body:not(.mobile) .submit-button:hover span {
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
body:not(.mobile) .submit-button.blue:hover {
  border-color: #144b98;
}
body:not(.mobile) .submit-button.blue:hover input {
  color: #fff;
}
body:not(.mobile) .submit-button.blue:hover:before {
  background-color: #fff;
}
body:not(.mobile) .submit-button.blue:hover:after {
  color: #fff;
}
body:not(.mobile) .submit-button.full-blue:hover {
  border-color: #05377a;
}
body:not(.mobile) .submit-button.full-blue:hover input {
  color: #fff;
}
body:not(.mobile) .submit-button.full-blue:hover:before {
  background-color: #fff;
}
body:not(.mobile) .submit-button.white:hover {
  border-color: #fff;
}
body:not(.mobile) .submit-button.white:hover input {
  color: #05377a;
}
body:not(.mobile) .submit-button.white:hover:before {
  background-color: #05377a;
}
body:not(.mobile) .submit-button.white:hover:after {
  color: #144b98;
}
body:not(.mobile) .submit-button.full-white:hover input {
  color: #144b98;
}
body:not(.mobile) .submit-button.full-white:hover:before {
  background-color: #144b98;
}
body:not(.mobile) .submit-button.full-white:hover:after {
  color: #144b98;
}
body:not(.mobile) .submit-button.disabled:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
body:not(.mobile) .submit-button.disabled:hover input {
  color: #999;
}
body:not(.mobile) .submit-button.disabled:hover.check:before {
  color: #999;
}
body:not(.mobile) .submit-button.disabled:hover span {
  display: none;
}
body:not(.mobile) .submit-button.disabled:hover:before {
  background-color: #fff;
}
body:not(.mobile) .submit-button.disabled:hover:after {
  color: #999;
}
body:not(.mobile) .hover-underline-bold:hover:after,
body:not(.mobile) .hover-underline-thin:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
body:not(.mobile) .hover-underline-full-bold:hover:after,
body:not(.mobile) .hover-underline-full-thin:hover:after {
  width: 23px;
}
body:not(.mobile) .socials-wr .fa-facebook-f:hover {
  color: #05377a;
}
body:not(.mobile) .socials-wr .fa-instagram:hover {
  background-image: -webkit-linear-gradient(
    135deg,
    #ab2aab,
    #eb2945,
    #fc732b,
    #feaa48
  );
  background-image: -moz-linear-gradient(
    135deg,
    #ab2aab,
    #eb2945,
    #fc732b,
    #feaa48
  );
  background-image: -ms-linear-gradient(
    135deg,
    #ab2aab,
    #eb2945,
    #fc732b,
    #feaa48
  );
  background-image: -o-linear-gradient(
    135deg,
    #ab2aab,
    #eb2945,
    #fc732b,
    #feaa48
  );
  background-image: linear-gradient(135deg, #ab2aab, #eb2945, #fc732b, #feaa48);
  color: #feaa48;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body:not(.mobile) .socials-wr .fa-youtube:hover {
  color: #ff0028;
}
body:not(.mobile) .socials-wr .fa-pinterest:hover {
  color: #df0000;
}
body:not(.mobile) .socials-wr .fa-telegram:hover {
  color: #36a7df;
}
body:not(.mobile) .socials-wr ul a .telegram:hover circle {
  fill: #36a7df;
}
body:not(.mobile) .share-block:hover i {
  color: #05377a;
}
body:not(.mobile) .navigation-line li span:hover {
  color: #ed1c24;
}
body:not(.mobile)
  .promo-form-container
  .form-field.invoice-number
  .invoice-wr
  .input-field
  .remove-input:hover {
  color: #ed1c24;
}
body:not(.mobile)
  .promo-form-container
  .form-field.invoice-number
  .button-link:hover:before,
body:not(.mobile)
  .promo-form-container
  .form-field.invoice-number
  .button-link:hover:after {
  background-color: #fff;
}
@media (max-width: 1280px) and (min-width: 992px) {
  body.mobile .category-items-block .items-wr {
    margin: 35px -5px 0;
  }
  body.mobile .category-items-block .items-wr .item a:after {
    opacity: 1;
  }
  body.mobile .category-items-block .items-wr .item p {
    opacity: 1;
    bottom: 10px;
    left: 15px;
  }
  body.mobile .category-items-block .items-wr .item:last-child p {
    left: 15px;
  }
  body.mobile .category-items-block .items-wr:after {
    top: -90px;
    height: calc(100% + 185px);
  }
}

.about-company-page .activate-card .form-field.has-error input {
  border: 2px solid red !important;
}
.about-company-page .activate-card .form-field span {
  display: none;
}
.about-company-page .activate-card .form-field.has-error span {
  color: red;
  display: block;
}
