/****************************************************************
* @Author: CraftCoder
* @Date:   x x, 2021
* @Websites: www.craftcoder.ru
* @Telegram: @craftcoder
* @Description: SCSS
*****************************************************************/
/*******************  FONTS *****************/
/*@font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/SourceSansProBold/SourceSansProBold.woff') format('woff'),
         url('../fonts/SourceSansProBold/SourceSansProBold.ttf') format('truetype');
         }*/
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/Inter-SemiBoldItalic.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Inter-Black.woff2") format("woff2"); }

/*********************  preloader  *******************/
/********************  VARS  *****************/
/**********************  MEDIA  *******************/
/*************************** BODY **************************/
html, body {
  height: 100%; }

body {
  font-family: 'Inter', sans-serif;
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #1B1D1F;
  font-weight: 400; }

header,
footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

ul {
  list-style: none;
  margin: 0; }

p {
  font-style: normal;
  margin: 0; }

p.ninja {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  margin: 0; }

h1 {
  font-size: 30px; }

.heading h2 {
  font-weight: 600;
  font-size: 38px;
  line-height: 46px; }

@media all and (max-width: 575px) {
  .heading h2 {
    font-size: 24px;
    line-height: 29px; } }

label {
  margin-bottom: 0; }

.btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #FF8500;
  padding: 21px 30px;
  font-size: 16px;
  line-height: 19px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  border: none; }

@media all and (max-width: 575px) {
  .btn {
    padding: 17px 28px; } }

.btn:hover, .btn:active {
  color: #fff;
  background-color: #FF7A00; }

.btn.btn-white {
  background-color: #fff;
  color: #FF8500;
  -webkit-filter: drop-shadow(0px 4px 42px rgba(21, 56, 86, 0.19));
          filter: drop-shadow(0px 4px 42px rgba(21, 56, 86, 0.19)); }

.btn.btn-white:hover, .btn.btn-white:active {
  color: #fff;
  background-color: #FF7A00;
  -webkit-filter: none;
          filter: none; }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }

a:hover, a:active, a:focus {
  text-decoration: none; }

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

button:active, button:focus {
  outline: none; }

*:focus {
  outline: none; }

* {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

.center {
  text-align: center; }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

input {
  border-radius: 0; }

input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

/*****************  ARROW UP  **************/
/********************  MODAL  **********************/
/*********************  HEADER  ************************/
header .header__fixed {
  position: fixed !important; }

header .header__fixed .header__offer .offer .btn-white {
  color: #fff;
  background-color: #FF7A00;
  -webkit-filter: none;
          filter: none; }

header .header__top {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(120, 120, 120, 0.15);
          box-shadow: 0px 4px 24px rgba(120, 120, 120, 0.15);
  z-index: 100;
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

@media all and (max-width: 575px) {
  header .header__top {
    padding-top: 8px;
    padding-bottom: 8px; } }

header .header__top .header__logo .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

header .header__top .header__logo .logo a img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 78px;
  height: auto;
  margin-right: 4px; }

@media all and (max-width: 575px) {
  header .header__top .header__logo .logo a img {
    width: 35px; } }

@media all and (max-width: 575px) {
  header .header__top .header__logo .logo a .slogan {
    display: none; } }

header .header__top .header__logo .logo a .slogan p {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #1B1D1F;
  max-width: 121px;
  width: 100%;
  margin-left: 20px; }

@media all and (max-width: 1199px) {
  header .header__top .header__logo .logo a .slogan p {
    margin-left: 15px; } }

header .header__top .header__logo .logo a .slogan span {
  font-weight: 900;
  font-size: 28px;
  line-height: 34px;
  color: #03579D; }

@media all and (max-width: 1199px) {
  header .header__top .header__logo .logo a .slogan span {
    font-size: 20px;
    line-height: 30px; } }

header .header__top .header__contacts .contacts {
  padding-left: 30px; }

@media all and (max-width: 1199px) {
  header .header__top .header__contacts .contacts {
    padding-left: 0; } }

@media all and (max-width: 575px) {
  header .header__top .header__contacts .contacts {
    padding-right: 50px; } }

header .header__top .header__contacts .contacts a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #03579D;
  white-space: nowrap; }

@media all and (max-width: 1530px) {
  header .header__top .header__contacts .contacts a {
    font-size: 20px; } }

@media all and (max-width: 1199px) {
  header .header__top .header__contacts .contacts a {
    font-size: 18px; } }

@media all and (max-width: 767px) {
  header .header__top .header__contacts .contacts a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media all and (max-width: 575px) {
  header .header__top .header__contacts .contacts a {
    font-size: 16px;
    line-height: 19px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

header .header__top .header__contacts .contacts a img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 12px; }

@media all and (max-width: 575px) {
  header .header__top .header__contacts .contacts a img {
    margin-right: 4px; } }

@media all and (max-width: 767px) {
  header .header__top .header__contacts.header__contacts-email {
    display: none; } }

header .header__top .header__offer {
  position: relative; }

@media all and (max-width: 991px) {
  header .header__top .header__offer {
    display: none; } }

header .header__top .header__offer .offer {
  position: absolute;
  top: -30px;
  right: -20px; }

@media all and (max-width: 1530px) {
  header .header__top .header__offer .offer {
    position: relative;
    top: auto;
    right: auto;
    text-align: right; } }

header .header__top .header__offer .offer .btn-white {
  padding: 21px 50px; }

@media all and (max-width: 1530px) {
  header .header__top .header__offer .offer .btn-white {
    padding: 21px 20px; } }

@media all and (max-width: 1199px) {
  header .header__top .header__offer .offer .btn-white {
    font-size: 13px;
    padding: 21px 0px;
    width: 100%; } }

header .header__main {
  background-color: #03579D;
  position: relative;
  margin-top: 90px;
  padding-top: 90px;
  padding-bottom: 206px; }

@media all and (max-width: 1199px) {
  header .header__main {
    padding-bottom: 180px; } }

@media all and (max-width: 991px) {
  header .header__main {
    margin-top: 86px;
    padding-bottom: 130px; } }

@media all and (max-width: 767px) {
  header .header__main {
    padding-bottom: 0; } }

@media all and (max-width: 575px) {
  header .header__main {
    margin-top: 0px; } }

header .header__main .content {
  position: relative; }

header .header__main .content .content__top {
  background-color: #004A87;
  padding: 28px 59px;
  max-width: 1178px;
  width: 100%;
  margin-bottom: 36px; }

@media all and (max-width: 1530px) {
  header .header__main .content .content__top {
    max-width: 900px; } }

@media all and (max-width: 1199px) {
  header .header__main .content .content__top {
    max-width: 800px; } }

@media all and (max-width: 991px) {
  header .header__main .content .content__top {
    margin-bottom: 20px; } }

@media all and (max-width: 767px) {
  header .header__main .content .content__top {
    padding: 28px; } }

@media all and (max-width: 575px) {
  header .header__main .content .content__top {
    background-color: transparent;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

header .header__main .content .content__top h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF; }

@media all and (max-width: 767px) {
  header .header__main .content .content__top h1 {
    font-size: 28px; } }

@media all and (max-width: 575px) {
  header .header__main .content .content__top h1 {
    font-size: 16px;
    line-height: 19px; } }

header .header__main .content .content__top h1 strong {
  display: block;
  font-weight: 900;
  font-size: 96px;
  line-height: 116px; }

@media all and (max-width: 1199px) {
  header .header__main .content .content__top h1 strong {
    font-size: 80px;
    line-height: 80px; } }

@media all and (max-width: 767px) {
  header .header__main .content .content__top h1 strong {
    font-size: 60px; } }

@media all and (max-width: 575px) {
  header .header__main .content .content__top h1 strong {
    font-size: 44px;
    line-height: 53px; } }

header .header__main .content .content__image {
  position: absolute;
  top: -50px;
  right: 40px; }

@media all and (max-width: 1530px) {
  header .header__main .content .content__image {
    right: 0px;
    width: 580px;
    height: auto; } }

@media all and (max-width: 1199px) {
  header .header__main .content .content__image {
    width: 450px;
    right: -30px; } }

@media all and (max-width: 991px) {
  header .header__main .content .content__image {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto;
    display: block;
    text-align: center; } }

header .header__main .content h4 {
  font-style: italic;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #F5AA58;
  margin-bottom: 20px;
  padding-left: 58px; }

@media all and (max-width: 991px) {
  header .header__main .content h4 {
    text-align: center;
    padding-left: 0; } }

@media all and (max-width: 575px) {
  header .header__main .content h4 {
    display: none; } }

header .header__main .content .block__btn {
  padding-left: 58px; }

@media all and (max-width: 991px) {
  header .header__main .content .block__btn {
    text-align: center;
    padding-left: 0; } }

@media all and (max-width: 575px) {
  header .header__main .content .block__btn {
    margin-top: 20px; } }

header .header__main .content .btn {
  padding: 21px 58px; }

@media all and (max-width: 575px) {
  header .header__main .content .btn {
    padding: 21px 28px; } }

header .header__main .profit {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 10; }

@media all and (max-width: 767px) {
  header .header__main .profit {
    position: relative;
    bottom: auto;
    background-color: #004A87;
    margin-top: 50px; } }

header .header__main .profit .profit__main {
  background-color: #004A87;
  padding: 40px 50px; }

@media all and (max-width: 991px) {
  header .header__main .profit .profit__main {
    padding: 20px; } }

@media all and (max-width: 767px) {
  header .header__main .profit .profit__main {
    padding: 55px 20px 20px 20px; } }

header .header__main .profit .profit__main .box {
  position: relative; }

@media all and (max-width: 767px) {
  header .header__main .profit .profit__main .box {
    margin-bottom: 36px; } }

header .header__main .profit .profit__main .box:not(:last-child):after {
  position: absolute;
  content: '';
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_5.svg");
  width: 60px;
  height: 120px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

@media all and (max-width: 1199px) {
  header .header__main .profit .profit__main .box:not(:last-child):after {
    display: none; } }

header .header__main .profit .profit__main .box:first-child:after {
  right: -20px; }

@media all and (max-width: 1530px) {
  header .header__main .profit .profit__main .box:first-child:after {
    right: -40px; } }

header .header__main .profit .profit__main .box:nth-child(2):after {
  right: 20px; }

@media all and (max-width: 1530px) {
  header .header__main .profit .profit__main .box:nth-child(2):after {
    right: 0; } }

header .header__main .profit .profit__main .box:nth-child(2) .box__inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media all and (max-width: 767px) {
  header .header__main .profit .profit__main .box:nth-child(2) .box__inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

header .header__main .profit .profit__main .box .box__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

header .header__main .profit .profit__main .box .box__inner .icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 16px; }

@media all and (max-width: 575px) {
  header .header__main .profit .profit__main .box .box__inner .icon img {
    width: 40px;
    height: 40px; } }

header .header__main .profit .profit__main .box .box__inner p {
  font-size: 20px;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF; }

@media all and (max-width: 991px) {
  header .header__main .profit .profit__main .box .box__inner p {
    font-size: 14px;
    line-height: 18px; } }

@media all and (max-width: 991px) {
  header .header__main .profit .profit__main .box .box__inner p {
    font-size: 16px;
    line-height: 19px; } }

/********************************  advantages  **************************/
#advantages {
  padding-top: 150px;
  padding-bottom: 180px;
  position: relative;
  z-index: 2;
  background-color: #F3F5F6;
  overflow: hidden; }

@media all and (max-width: 1530px) {
  #advantages {
    padding-top: 130px;
    padding-bottom: 100px; } }

@media all and (max-width: 991px) {
  #advantages {
    padding-bottom: 60px; } }

@media all and (max-width: 767px) {
  #advantages {
    padding-top: 60px; } }

@media all and (max-width: 575px) {
  #advantages {
    padding-top: 50px; } }

#advantages:before {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/bg_1.png");
  width: 729px;
  height: 625px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1; }

@media all and (max-width: 767px) {
  #advantages:before {
    display: none; } }

#advantages:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/bg_1.png");
  width: 729px;
  height: 625px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1; }

@media all and (max-width: 767px) {
  #advantages:after {
    display: none; } }

@media all and (max-width: 991px) {
  #advantages .advantages__main {
    padding-bottom: 250px; } }

@media all and (max-width: 575px) {
  #advantages .advantages__main {
    padding-bottom: 110px; } }

#advantages .advantages__main:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/car.png");
  width: 786px;
  height: 412px;
  top: 90px;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1; }

@media all and (max-width: 1800px) {
  #advantages .advantages__main:after {
    width: 650px; } }

@media all and (max-width: 1530px) {
  #advantages .advantages__main:after {
    width: 500px; } }

@media all and (max-width: 1199px) {
  #advantages .advantages__main:after {
    width: 420px; } }

@media all and (max-width: 991px) {
  #advantages .advantages__main:after {
    top: auto;
    bottom: -50px; } }

@media all and (max-width: 575px) {
  #advantages .advantages__main:after {
    background-image: url("../img/car2.png");
    width: 304px;
    height: 120px;
    bottom: 56px; } }

#advantages .heading {
  margin-bottom: 120px; }

@media all and (max-width: 1199px) {
  #advantages .heading {
    margin-bottom: 80px; } }

@media all and (max-width: 575px) {
  #advantages .heading {
    margin-bottom: 30px; } }

#advantages .box .box__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media all and (max-width: 575px) {
  #advantages .box .box__inner {
    display: block; } }

#advantages .box .box__inner ul {
  width: 49%; }

@media all and (max-width: 575px) {
  #advantages .box .box__inner ul {
    width: 100%; } }

#advantages .box .box__inner ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

#advantages .box .box__inner ul li:not(:last-child) {
  margin-bottom: 70px; }

@media all and (max-width: 575px) {
  #advantages .box .box__inner ul li {
    margin-bottom: 21px !important; } }

#advantages .box .box__inner ul li .icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 16px; }

  #advantages .box .box__inner ul li .icon img {
    width: 96px;
    height: 64px;
  }

@media all and (max-width: 575px) {
  #advantages .box .box__inner ul li .icon {
    margin-right: 8px; } }

@media all and (max-width: 575px) {
  #advantages .box .box__inner ul li .icon img {
    width: 60px;
    height: 40px; } }

#advantages .box .box__inner ul li p {
  font-size: 20px;
  line-height: 24px; }

@media all and (max-width: 1199px) {
  #advantages .box .box__inner ul li p {
    font-size: 14px;
    line-height: 20px; } }

@media all and (max-width: 575px) {
  #advantages .box .box__inner ul li p {
    font-size: 16px;
    line-height: 19px; } }

/***************************  partners  ********************/
#partners {
  background-color: #03579D; }

@media all and (max-width: 991px) {
  #partners {
    overflow: hidden; } }

#partners .box__left {
  background-color: #004A87;
  position: relative;
  padding-top: 182px; }

@media all and (max-width: 991px) {
  #partners .box__left {
    padding-top: 60px;
    padding-bottom: 60px; } }

@media all and (max-width: 575px) {
  #partners .box__left {
    padding-top: 50px;
    padding-bottom: 50px; } }

#partners .box__left:before {
  position: absolute;
  content: '';
  width: 9999px;
  height: 100%;
  background-color: #004A87;
  top: 0;
  bottom: 0;
  left: -9999px;
  margin: auto; }

#partners .box__left:after {
  position: absolute;
  content: '';
  width: 9999px;
  height: 100%;
  background-color: #004A87;
  top: 0;
  bottom: 0;
  right: -9999px;
  margin: auto;
  display: none; }

@media all and (max-width: 991px) {
  #partners .box__left:after {
    display: block; } }

#partners .box__left .left {
  position: relative;
  z-index: 2; }

#partners .box__left .left p {
  font-size: 24px;
  line-height: 29px;
  color: #4077A5; }

#partners .box__left .left p strong {
  font-weight: 900;
  font-size: 109px;
  line-height: 132px;
  color: #FFFFFF; }

@media all and (max-width: 1199px) {
  #partners .box__left .left p strong {
    font-size: 76px;
    line-height: 110px; } }

@media all and (max-width: 575px) {
  #partners .box__left .left p strong {
    font-size: 65px;
    line-height: 89px; } }

#partners .box__right {
  padding-top: 137px;
  padding-bottom: 110px;
  padding-left: 0; }

@media all and (max-width: 1199px) {
  #partners .box__right {
    padding-left: 15px; } }

@media all and (max-width: 991px) {
  #partners .box__right {
    padding-top: 60px;
    padding-bottom: 45px; } }

@media all and (max-width: 575px) {
  #partners .box__right {
    padding-top: 50px;
    padding-bottom: 40px; } }

#partners .box__right .right .content {
  max-width: 733px;
  width: 100%;
  margin: 0 auto; }

#partners .box__right .right .content .heading {
  margin-bottom: 32px; }

#partners .box__right .right .content .heading h2 {
  color: #fff; }

#partners .box__right .right .content .partners__main .row {
  margin-right: -12px;
  margin-left: -12px; }

@media all and (max-width: 575px) {
  #partners .box__right .right .content .partners__main .row {
    margin-left: -6px;
    margin-right: -6px; } }

#partners .box__right .right .content .partners__main .box__image {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px; }

@media all and (max-width: 575px) {
  #partners .box__right .right .content .partners__main .box__image {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px; } }

#partners .box__right .right .content .partners__main .box__image .image {
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 102px;
  height: 102px;
  padding: 3px;
  margin: 0 auto; }

@media all and (max-width: 767px) {
  #partners .box__right .right .content .partners__main .box__image .image {
    height: 70px; } }

@media all and (max-width: 575px) {
  #partners .box__right .right .content .partners__main .box__image .image {
    height: 60px;
    width: 60px; } }

/****************************  mainprofit  ************************/
#mainprofit {
  padding-top: 100px;
  padding-bottom: 40px; }

@media all and (max-width: 1199px) {
  #mainprofit {
    padding-top: 60px;
    padding-bottom: 0; } }

@media all and (max-width: 767px) {
  #mainprofit {
    padding-bottom: 40px; } }

@media all and (max-width: 575px) {
  #mainprofit {
    padding-top: 50px; } }

#mainprofit .heading {
  margin-bottom: 70px; }

@media all and (max-width: 575px) {
  #mainprofit .heading {
    margin-bottom: 5px; } }

#mainprofit .box__title {
  margin-bottom: 40px; }

@media all and (max-width: 767px) {
  #mainprofit .box__title {
    margin-bottom: 30px; } }

@media all and (max-width: 575px) {
  #mainprofit .box__title {
    margin-bottom: 16px;
    margin-top: 23px; } }

#mainprofit .box__title .title h4 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #03579D; }

@media all and (max-width: 575px) {
  #mainprofit .box__title .title h4 {
    font-size: 20px;
    line-height: 24px; } }

@media all and (max-width: 575px) {
  #mainprofit .row {
    margin-left: -8px;
    margin-right: -8px; } }

#mainprofit .box {
  margin-bottom: 70px; }

@media all and (max-width: 767px) {
  #mainprofit .box {
    margin-bottom: 30px; } }

@media all and (max-width: 575px) {
  #mainprofit .box {
    margin-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px; } }

#mainprofit .box .box__inner {
  background-color: #FFFFFF;
  -webkit-filter: drop-shadow(0px 4px 74px rgba(31, 52, 112, 0.1));
          filter: drop-shadow(0px 4px 74px rgba(31, 52, 112, 0.1));
  -webkit-box-shadow: 0px 4px 4px rgba(11, 39, 54, 0.04), inset 0px 4px 4px rgba(11, 39, 54, 0.04);
          box-shadow: 0px 4px 4px rgba(11, 39, 54, 0.04), inset 0px 4px 4px rgba(11, 39, 54, 0.04);
  border-radius: 30px;
  text-align: center;
  min-height: 198px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  position: relative; }

@media all and (max-width: 767px) {
  #mainprofit .box .box__inner {
    padding: 30px; } }

@media all and (max-width: 575px) {
  #mainprofit .box .box__inner {
    padding: 8px;
    min-height: 100px; } }

#mainprofit .box .box__inner:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_12_1.png");
  width: 31px;
  height: 41px;
  top: 0;
  left: 0; }

@media all and (max-width: 575px) {
  #mainprofit .box .box__inner:after {
    width: 16px;
    height: 22px; } }

#mainprofit .box .box__inner p {
  font-size: 20px;
  line-height: 24px; }

@media all and (max-width: 575px) {
  #mainprofit .box .box__inner p {
    font-size: 13px;
    line-height: 16px; } }

#mainprofit .box .box__inner p strong {
  color: #03579D;
  font-weight: 600;
  display: block; }

/****************************  offer  ***********************/
#offer {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/1212.svg");
  padding-top: 110px;
  padding-bottom: 50px; }

@media all and (max-width: 1530px) {
  #offer {
    padding-top: 80px;
    padding-bottom: 30px; } }

@media all and (max-width: 991px) {
  #offer {
    background-image: none;
    background-color: #03579D;
    padding-bottom: 50px; } }

@media all and (max-width: 575px) {
  #offer {
    padding-top: 50px; } }

#offer .box__content .content .heading {
  padding-left: 54px; }

@media all and (max-width: 1199px) {
  #offer .box__content .content .heading {
    padding-left: 0; } }

@media all and (max-width: 991px) {
  #offer .box__content .content .heading {
    text-align: center;
    margin-bottom: 40px; } }

@media all and (max-width: 575px) {
  #offer .box__content .content .heading {
    margin-bottom: 30px; } }

#offer .box__content .content .heading h2 {
  color: #03579D; }

@media all and (max-width: 1530px) {
  #offer .box__content .content .heading h2 {
    font-size: 35px;
    line-height: 44px; } }

@media all and (max-width: 991px) {
  #offer .box__content .content .heading h2 {
    color: #fff; } }

@media all and (max-width: 575px) {
  #offer .box__content .content .heading h2 {
    font-size: 24px;
    line-height: 29px; } }

@media all and (max-width: 991px) {
  #offer .box__content .content .content__image {
    display: none; } }

#offer .box__form .form__inner form {
  max-width: 462px;
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(120, 120, 120, 0.15);
          box-shadow: 0px 4px 24px rgba(120, 120, 120, 0.15);
  border-radius: 20px;
  padding: 50px 25px 35px 25px; }

@media all and (max-width: 575px) {
  #offer .box__form .form__inner form {
    padding: 24px 16px; } }

#offer .box__form .form__inner form .form__item {
  margin-bottom: 16px; }

#offer .box__form .form__inner form .form__item input {
  width: 100%;
  height: 44px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #898F98;
  font-size: 20px;
  line-height: 24px;
  color: rgba(27, 29, 31, 0.8); }

@media all and (max-width: 575px) {
  #offer .box__form .form__inner form .form__item input {
    font-size: 16px;
    line-height: 19px;
    height: 40px; } }

#offer .box__form .form__inner form .form__item input::-webkit-input-placeholder {
  color: rgba(27, 29, 31, 0.8);
  opacity: 1; }

#offer .box__form .form__inner form .form__item input::-moz-placeholder {
  color: rgba(27, 29, 31, 0.8);
  opacity: 1; }

#offer .box__form .form__inner form .form__item input::-ms-placeholder {
  color: rgba(27, 29, 31, 0.8);
  opacity: 1; }

#offer .box__form .form__inner form .form__item input::-webkit-input-placeholder {
  color: rgba(27, 29, 31, 0.8);
  opacity: 1; }

#offer .box__form .form__inner form .form__item input::-moz-placeholder {
  color: rgba(27, 29, 31, 0.8);
  opacity: 1; }

#offer .box__form .form__inner form .form__item input:-ms-input-placeholder {
  color: rgba(27, 29, 31, 0.8);
  opacity: 1; }

#offer .box__form .form__inner form .form__item input::-ms-input-placeholder {
  color: rgba(27, 29, 31, 0.8);
  opacity: 1; }

#offer .box__form .form__inner form .form__item input::placeholder {
  color: rgba(27, 29, 31, 0.8);
  opacity: 1; }

#offer .box__form .form__inner form .form__policy .policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  margin: 5px auto 20px auto; }

@media all and (max-width: 575px) {
  #offer .box__form .form__inner form .form__policy .policy {
    margin-top: 0; } }

#offer .box__form .form__inner form .form__policy .policy .text p {
  color: #777068;
  font-size: 16px;
  line-height: 19px; }

@media all and (max-width: 575px) {
  #offer .box__form .form__inner form .form__policy .policy .text p {
    font-size: 10px; } }

#offer .box__form .form__inner form .form__policy .policy .text p a {
  text-decoration: underline;
  color: #777068; }

#offer .box__form .form__inner form .form__policy .policy .checkbox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 8px;
  position: relative;
  border: 2px solid #03579D;
  width: 24px;
  height: 24px;
  border-radius: 5px; }

#offer .box__form .form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto; }

#offer .box__form .form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none; }

#offer .box__form .form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-form-control span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 1000; }

#offer .box__form .form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-form-control span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff; }

#offer .box__form .form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-form-control span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block; }

#offer .box__form .form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-form-control span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  color: transparent; }

#offer .box__form .form__inner form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-form-control span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 6.5px;
  top: 1px;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #03579D;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#offer .box__form .form__inner form .form__submit {
  text-align: center;
  margin-top: 50px; }

@media all and (max-width: 575px) {
  #offer .box__form .form__inner form .form__submit {
    margin-top: 40px; } }

#offer .box__form .form__inner form .form__submit .btn {
  max-width: 350px;
  width: 100%;
  margin: 0 auto; }

/***************************  footer  **********************/
#footer {
  padding-top: 80px;
  padding-bottom: 80px; }

@media all and (max-width: 1199px) {
  #footer {
    padding-top: 60px;
    padding-bottom: 60px; } }

@media all and (max-width: 1199px) {
  #footer {
    padding-bottom: 20px; } }

@media all and (max-width: 575px) {
  #footer {
    padding-top: 0;
    padding-bottom: 0; } }

@media all and (max-width: 991px) {
  #footer .footer__item {
    margin-bottom: 40px; } }

@media all and (max-width: 575px) {
  #footer .footer__item {
    margin-bottom: 30px; } }

@media all and (max-width: 575px) {
  #footer .footer__logo {
    background-color: #F3F5F6;
    padding-top: 40px;
    padding-bottom: 40px; } }

#footer .footer__logo .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media all and (max-width: 575px) {
  #footer .footer__logo .logo a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#footer .footer__logo .logo a img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 90px;
  height: 62px;
  margin-right: 6px; }

@media all and (max-width: 575px) {
  #footer .footer__logo .logo a img {
    width: 125px;
    height: auto; } }

@media all and (max-width: 575px) {
  #footer .footer__logo .logo a .logo__desktop {
    display: none; } }

#footer .footer__logo .logo a .logo__mobile {
  display: none; }

@media all and (max-width: 575px) {
  #footer .footer__logo .logo a .logo__mobile {
    display: block; } }

#footer .footer__logo .logo a .slogan p {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #1B1D1F; }

@media all and (max-width: 1199px) {
  #footer .footer__logo .logo a .slogan p {
    font-size: 9px; } }

@media all and (max-width: 575px) {
  #footer .footer__logo .logo a .slogan p {
    font-size: 11px;
    line-height: 13px;
    max-width: 150px;
    width: 100%; } }

#footer .footer__logo .logo a .slogan span {
  font-weight: 900;
  font-size: 35px;
  line-height: 42px;
  color: #03579D; }

@media all and (max-width: 1199px) {
  #footer .footer__logo .logo a .slogan span {
    font-size: 30px; } }

@media all and (max-width: 575px) {
  #footer .footer__logo .logo a .slogan span {
    font-size: 26px;
    line-height: 31px; } }

@media all and (max-width: 575px) {
  #footer .footer__contacts-social {
    margin-bottom: 0; } }

#footer .footer__contacts .contacts {
  padding-left: 44px;
  position: relative; }

@media all and (max-width: 1530px) {
  #footer .footer__contacts .contacts {
    padding-left: 20px; } }

@media all and (max-width: 1199px) {
  #footer .footer__contacts .contacts {
    padding-left: 0; } }

@media all and (max-width: 575px) {
  #footer .footer__contacts .contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

#footer .footer__contacts .contacts .email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 24px;
  color: #1B1D1F;
  margin-bottom: 16px; }

@media all and (max-width: 1199px) {
  #footer .footer__contacts .contacts .email {
    font-size: 16px; } }

@media all and (max-width: 575px) {
  #footer .footer__contacts .contacts .email {
    margin-bottom: 0; } }

#footer .footer__contacts .contacts .email img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 12px; }

#footer .footer__contacts .contacts .address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 24px;
  color: #1B1D1F; }

@media all and (max-width: 1199px) {
  #footer .footer__contacts .contacts .address {
    font-size: 16px; } }

@media all and (max-width: 575px) {
  #footer .footer__contacts .contacts .address {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 14px; } }

#footer .footer__contacts .contacts .address img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 12px; }

#footer .footer__contacts .contacts .phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #1B1D1F;
  margin-bottom: 16px; }

@media all and (max-width: 1530px) {
  #footer .footer__contacts .contacts .phone {
    font-size: 20px; } }

@media all and (max-width: 575px) {
  #footer .footer__contacts .contacts .phone {
    display: none; } }

#footer .footer__contacts .contacts .phone img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 12px; }

#footer .footer__contacts .contacts .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media all and (max-width: 575px) {
  #footer .footer__contacts .contacts .social {
    position: absolute;
    bottom: 30px;
    right: 0; } }

#footer .footer__contacts .contacts .social a {
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 12px;
  border-radius: 4px;
  overflow: hidden; }

@media all and (max-width: 575px) {
  #footer .footer__contacts .contacts .social a {
    margin: 0 12px; } }

#footer .footer__contacts .contacts .social h6 {
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #000000; }

@media all and (max-width: 1199px) {
  #footer .footer__contacts .contacts .social h6 {
    font-size: 18px; } }

@media all and (max-width: 575px) {
  #footer .footer__contacts .contacts .social h6 {
    display: none; } }



    /*****************  contact form 7 style  *****************/

    .wpcf7-validation-errors {
      display: none!important;
    }

    .wpcf7-form .wpcf7-response-output {
      font-size: 13px;
      line-height: 17px;
      margin: 3px auto 10px auto!important;
    }


    select.wpcf7-not-valid, input[type=text].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, textarea.wpcf7-not-valid, #block-7 input[type=text].wpcf7-not-valid, #block-7 input[type=tel].wpcf7-not-valid, #block-15 input[type=tel].wpcf7-not-valid, #block-15 input[type=text].wpcf7-not-valid{
        border: 2px solid #ec3c06!important;
        position:relative;
    }

    body span.wpcf7-not-valid-tip {
      display: none!important;
      color: #ec3c06;
      border: none;
      background: none;
    }
    body span.wpcf7-not-valid-tip-no-ajax{
      display:inline-block;
      font-size:18px;
      margin:0 0 0 10px;
    }
    body div.wpcf7-validation-errors {
        background: #ffe2e2;
        border: 2px solid #ff8a8a;
        color: #ec3c06;
        font-size:18px;
        text-align:center;
        position:relative;
        z-index:12000;
    }
    .contact-inner-form .wpcf7-response-output{
      width:95%;
    }
    body div.wpcf7-response-output {
      padding: 6px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      border-radius: 3px;
    }

    body .wpcf7-mail-sent-ng {
        background: #fff2e2;
        border: 1px solid #ffbc8a;
        color: #e17731;
    }

    body .wpcf7-mail-sent-ok {
        border: 1px solid transparent;
        color: #ff5805;
        text-align:center;
    }