
body {
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  color: #aab2cd;
  background-color: #ffffff;
  font-weight: 400;
  margin: 0;
}

body, html {
  height: 100%;
}

input::-webkit-input-placeholder { color: #c7c7c7; }
input::-webkit-input-placeholder       {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}

textarea::-webkit-input-placeholder { color: #c7c7c7; }
textarea::-webkit-input-placeholder       {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}

button {
  border: 0px;

}

.body {
  display: block;
  overflow: auto;
  margin-top: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
              -ms-grid-row-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  font-family: 'Open Sans', sans-serif;
  color: #002da0;
  font-size: 1em;
  line-height: 1em;
}

.dscfdsvsdvsd{
  padding: 25px!important;
}
a {
  color: #1f2641;
  text-decoration: none;
  background-color: transparent;
}

div {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h1 {
  font-weight: 800;
  color: #002da0;
  max-width: 545px;
  font-size: 44px;
  line-height: 1.2;
}

h2 {
  display: inline-block;
  text-align: center;
  font-weight: 800;
  color: #002da0;
  max-width: 800px;
  font-size: 40px;
  line-height: 1.2;
}

h3 {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
}

.blue {
  color: #002da0;
}

p {
    margin: 0;
    padding: 0;
}


img {
    vertical-align: middle;
    border-style: none;
}



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

.promo h1 {
    margin-bottom: 30px;
}

.promo p {
    margin-bottom: 30px;
    max-width: 450px;
    color: #3e497b;
    font-weight: 400;
    font-size: 16px;
}

.p-info {
  margin-top: 0px;
  float: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  font-size: 1em;
  line-height: 1.4em;
  text-align: center;
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 9999;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  height: 90px;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: border-bottom .4s,background-color .4s;
  transition: border-bottom .4s,background-color .4s;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -2.5px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  margin-left: 10px;
}

.logo-img {
  width: 128px;
  height: 32px;
  background-image: url(../img/logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
  -webkit-transition: background-image .4s;
  transition: background-image .4s;
}

.logo-title {
  color: #002da0;
  font-size: 15px;
  text-align: left;
  margin-top: 19px;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.phone {
  color: #002da0;
  font-size: 24px;
  font-weight: 700;
  margin-right: 15px;
}

.callback {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #fd9628;
}

.callback:hover {
  background-color: #ff7e00;
}

.call-icon {
  position: relative;
  top: 6px;
  left: 10px;
  overflow: visible;
  max-width: 50%;
  margin: auto;
}

.promo {
padding-bottom: 60px;
position: relative;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 150px;
}

.promo .container {
  position: relative;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;

}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.promo-img {
  right: -50px;
  max-height: 650px;
  display: block;
  position: absolute;
  top: -100px;
}

.container.c-margin {
 margin-bottom: -150px;
}

.promo-btns {
 display: block;
 margin-bottom: 45px;
 -webkit-box-align: center;
     -ms-flex-align: center;
             -ms-grid-row-align: center;
         align-items: center;
 width: 100%;
  margin: auto;
}
.btn-blue {
  margin-right: 20px;
  color: #002da0;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.btn-orange {
  position: relative;
  display: block;
  width: 300px;
  margin-top: 0px;
  border-radius: 40px;
  background-color: #fd9628;
  box-shadow: 0 6px 13px 0 rgba(253, 150, 40, .4);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  margin-bottom: 20px;
  z-index: 2;
}

.btn-orange:hover {
  background-color: #ff7e00;
}



.btn-txt {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  z-index: 10;

}

.btn-round {
  width: 50px;
  height: 50px;
  margin-top: 5px;
  margin-left: 20px;
  background-color: #fd9628;
  border-radius: 50px;
  background-image: url(../img/arrow.png);
  background-position: 50% 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat;
}

.folios {
  position: relative;
  margin-top: 50px;
}

.folio {
  height: 260px;
}


.folio-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  box-shadow: 0 0 30px 0 rgba(0, 45, 160, .3);
  background-color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  overflow: hidden;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 10px;

}

.w-col-3 {
  width: 33%;
}

.title-center {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.btn-center {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.servises {
  position: relative;
}

.servises-row {
  margin: auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.col-4{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}

.tasks {
  position: relative;
}

.idea {
  position: relative;
  padding-top: 150px;
  padding-bottom: 20px;
}

.idea-columns {
  height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.case-info {
   opacity: 0;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   width: 100%;
   height: 100%;
   background-color: #002da0;
   color: #ffffff;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
}

.case-info:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-color: #002da090;

}


.folio-pic-1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url(../img/p-basiron.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;

}


.folio-pic-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url(../img/p-binooptica.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.folio-pic-3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url(../img/p-cetaphil.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.folio-pic-4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url(../img/p-cp.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.folio-pic-5 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url(../img/p-dom.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.folio-pic-6 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url(../img/p-ipsen.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.folio-pic-7 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url(../img/p-stallergen.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.folio-pic-8 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url(../img/p-sts.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.btn-orange.btn-price {
  margin-left: auto;
  margin-right: auto;
}

.w-col-6 {
  width: 50%;
}

.w-col-6.right-col {
  width: 50%;
  margin-left: 120px;
}

.mail-img {
  position: relative;
  z-index: 100;
  max-width: 100%;
  min-width: 35%;
  margin-right: 5%;
  float: right;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 50px;
}

.price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-image: none;
}

.price-txt {
  position: relative;
  width: 33%;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}

.price-blocks {
  top:0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.w-col-8 {
  width: 100%;
}

.price-row {
  position: relative;
  top: -100px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.price-block {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 270px;
  max-width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  padding: 30px 30px 15px;
  float: right;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 45, 160, .2);
  text-align: center;

}

.btn-orange.btn-form {
  margin-left: auto;
  margin-right: auto;
}


.price-block.price-left {
  margin-right: 30px;
}


.price-desc {
  display: block;
  width: 100%;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  text-align: center;

}

.divider {
  display: block;
  width: 100px;
  height: 1px;
  margin: 10px auto;
  background-color: #cbcdd6;
}

.p-desc {
    color: #3e497b;
    font-weight: 400;
    font-size: 16px;
  }

.partners {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.p-row {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.row-2 {
  position: relative;
  z-index: 140;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 130px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}

.logo-item-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  border-radius: 10px;
  background-image: url(../img/alfa.png);
  background-position: 50% 50%, 0px 0px;
  background-size: 50%, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.logo-item-1:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.logo-item-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  border-radius: 10px;
  background-image: url(../img/gal.png);
  background-position: 50% 50%, 0px 0px;
  background-size: 50%, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.logo-item-2:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}


.logo-item-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  border-radius: 10px;
  background-image: url(../img/tui.png);
  background-position: 50% 50%, 0px 0px;
  background-size: 40%, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.logo-item-3:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.logo-item-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  border-radius: 10px;
  background-image: url(../img/vw.png);
  background-position: 50% 50%, 0px 0px;
  background-size: 25%, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.logo-item-4:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.logo-item-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  border-radius: 10px;
  background-image: url(../img/auchan.png);
  background-position: 50% 50%, 0px 0px;
  background-size: 50%, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.logo-item-5:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.logo-item-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  border-radius: 10px;
  background-image: url(../img/epl.png);
  background-position: 50% 50%, 0px 0px;
  background-size: 50%, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.logo-item-6:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.logo-item-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  border-radius: 10px;
  background-image: url(../img/bino.png);
  background-position: 50% 50%, 0px 0px;
  background-size: 50%, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.logo-item-7:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}


.logo-item-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  border-radius: 10px;
  background-image: url(../img/cp.png);
  background-position: 50% 50%, 0px 0px;
  background-size: 50%, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.logo-item-8:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.logo-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-left: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  border-radius: 20px;
  text-align: center;
}

.feedbacks {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #F2F5F8;
}

.feed {
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 5px 23px 0 #c8d8ff;

}

.feeds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-form {
  padding-top: 50px;
  padding-bottom: 70px;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 30px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 33px 0 rgba(0, 45, 160, .2);
}

.form-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.w-form {
  margin: 0 0 15px;
}

.form {
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.w-col-4 {
  width: 33.33333333%;
}
.w-col-1{
  width: 10%;
}
.w-col-7{
  width: 70%;
}
.w-col-9{
  width: 90%;
}
.dots{
    padding-left: 150px;
    padding-right: 100px;
}
.cards-reasons{
    padding-top: 10px;
}
.dots-svg {
    height: 102%;
}


.wrapper-sh1{
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 5px 23px #C8D8FF;
    width: 100%;
    margin: 30px 0px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #3E497B;
        padding-right: 20px;
}
.wrapper-sh2{
    box-shadow: 0px 5px 23px #C8D8FF;
        padding-right: 20px;
            border-radius: 10px;
}
.wrapper-sh3{
    padding: 25px 20px 25px 120px;
    box-shadow: 0px 5px 23px #C8D8FF;
        border-radius: 10px;
    display: flex;
    align-items: left;

}
.text-field {
  height: 50px;
  float: left;
  clear: left;
  border-style: none;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f5fb), to(#f2f5fb));
  background-image: -webkit-linear-gradient(top, #f2f5fb, #f2f5fb);
  background-image: linear-gradient(180deg, #f2f5fb, #f2f5fb);
  color: rgba(0, 45, 160, .2);
}

.w-input, .w-select {
  display: block;
  width: 100%;
  height: 55px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
}

.textarea {
  min-height: 200px;
  margin-bottom: 20px;
  border-style: none;
  border-radius: 5px;
  background-color: hsla(0, 0%, 51%, .05);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f5fb), to(#f2f5fb));
  background-image: -webkit-linear-gradient(top, #f2f5fb, #f2f5fb);
  background-image: linear-gradient(180deg, #f2f5fb, #f2f5fb);


}

.checkbox-field {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w-checkbox, .w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}


.check-b {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.w-checkbox-input, .w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
}

.b-chekbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.contacts {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #002da0;
}

.c-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 30px;
}

.f-col{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t-prefix_2 {
    padding-left: 200px;
}
.t-col_8 {
    max-width: 760px;
}
.t-col {
    display: inline;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
    margin-bottom: 50px;
}

.inputbox {
  -webkit-transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  max-height: 15000px;
}

.t-input-group {
  margin-bottom: 25px;
}

.t-input-title {
  font-size: 18px;
  line-height: 1.55;
  display: block;
  vertical-align: middle;
  height: 100%;
  padding-right: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 300;
  color: #002da0;
}

.t-input-block {
    margin-bottom: 20px;
}

.t-input_bbonly {
    outline: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    border-bottom: 1px solid;
}

.t-input {
    margin: 0;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 100%;
    height: 60px;
    padding: 0px 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    box-sizing: border-box;
    outline: none;
    color: rgb(170, 178, 205);
}

.t-form__submit {
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.form-bottom-text {
    text-align: center;
    margin-bottom: 20px;

}

.t-text_xs {
    font-size: 15px;
    line-height: 1.55;
}
.t-text {
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: 300;
    color: #000000;
}

.seo-text {
    margin-top: 50px;
    background-image: url(/img/seo-text_back-pic-2.png), url(/img/seo-text_back-pic-1.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-size: 13%, 25%;
}
.reasons-nuber{
      margin-left: -140px ;
    margin-right: 10%;
}
.done-message {
    border-radius: 15px;
    margin: 120px auto;
    display: block;
    width: 25%;
    color: #002da0;
    text-align: center;
    box-shadow: 0 0 30px 0 rgba(0, 45, 160, .3);
    padding: 30px 10px;
    min-width: 360px;
}
.done-message>p>strong{
  font-size: 31px;
  color: #002da0;
}
.done-message>p{
    margin: 30px 0;
    color: #aab2cd;
}
.done-img{
  width: 70px;
  margin-right: 0px;
}
.done-img2{
  width: 70px;
  margin-right: -30px;
}
.fancybox-slide--iframe .fancybox-content {
    border-radius: 15px!important;
}
.price-txt p{
    color: #3e497b;
    font-weight: 400;
    font-size: 16px;
    margin: 25px 0;
}
.close-done{
    float: right;
    width: 15px;
    top: 0;
    margin: -10px 10px 10px 10px;
    position: relative;
}
.reasons-text {
	font-weight: bold;
	margin-top: 40px;
}