@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Formular';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Formular-Light.woff') format('woff'), url('../fonts/Formular-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Formular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Formular-Regular.woff') format('woff'), url('../fonts/Formular-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Formular';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Formular-Medium.woff') format('woff'), url('../fonts/Formular-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Formular';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Formular-Bold.woff') format('woff'), url('../fonts/Formular-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Formular';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/Formular-Black.woff') format('woff'), url('../fonts/Formular-Black.ttf') format('truetype');
}

/* @font-face {
    font-family: 'OpenSans';
    src: url('../font/opensans-bold.eot');
    src: url('../font/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-bold.woff') format('woff'),
         url('../font/opensans-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSans';
    src: url('../font/opensans-regular.eot');
    src: url('../font/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-regular.woff') format('woff'),
         url('../font/opensans-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSans';
    src: url('../font/opensans-light.eot');
    src: url('../font/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-light.woff') format('woff'),
         url('../font/opensans-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

} */




* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

textarea {
    overflow: auto;
}

input,textarea,input:active,textarea:active {
    outline: none transparent !important;
    box-shadow: none;
    -moz-outline: none !important;
}

input[type=submit],button[type=submit],input[type=reset],button[type=reset] {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

:focus {
    outline: none;
}

:hover,:active {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}

::-ms-clear {
    display: none;
}

a{
  color: #000;
  transition: all 0.3s;
}

a:hover, a:active{
  color: #1990fe;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1em 0;
    min-width: 100%;
}

table, td, th {
    vertical-align: middle;
}

table tr th {
    padding: 10px;
    font-size: 110%;
    border: 1px solid #ddd;
    background: #fadf73;
    color: #fff;
    text-align: center;
}

table tr td {
    padding: 10px;
    border: 1px solid #ddd;
}

/*---------------    Main styles---------------*/
.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

html {
    height: 100%;
    /* background: #f8f8f8; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    color: #000;
    font-family: 'Formular', 'Arial', sans-serif;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
}

.wrap {
    min-width: 360px;
    overflow: hidden;
}

.cont {
    position: relative;
    width: 100%;
    max-width: 1280px;
    max-width: 1404px;
    margin: 0 auto;
    padding: 0 20px;
}
.cont_max{
  max-width: 1710px;
}

.bg_white {
    padding: 84px 0;
    background: #fff;
}

.block_title {
    font-size: 36px;
    font-weight: 900;
    line-height: 44px;
    margin-bottom: 32px;
}
.block_title.flex{
  align-items: center;
}

.page_title {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    max-width: 750px;
}


/*default block*/

:root {
  --grey: #f8f8f8;
}

.block{
  margin-bottom: 96px;
}

.block_min{
  margin-bottom: 48px;
}

.block_max{
  margin-bottom: 120px;
  margin-top: 120px;
}

.marg_120{
  margin-bottom: 120px;
}
.marg_96{
  margin-bottom: 96px;
}
.marg_48{
  margin-bottom: 48px;
}

.grey.pad{
  padding: 96px 0;
}

.margin- .block{
  margin-bottom: 0;
}

.block_title.block{
  margin-bottom: 80px;
}

.bef-aft{
  position: relative;
}

.bef-aft:before{
  content: '';
  display: block;
  height: 100%;
  background: var(--grey);
  width: 2000px;
  position: absolute;
  top: 0;
  left: 100%;
}
.bef-aft:after {
    content: '';
    display: block;
    height: 100%;
    background: var(--grey);
    width: 2000px;
    position: absolute;
    top: 0;
    right: 100%;
}

.block .title{
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
  display: flex;
  min-height: 42px;
  margin-bottom: 15px;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.blogs .title,
.reviews .title,
.team .title {
    font-size: 36px;
    font-weight: 900;
    line-height: 44px;
    display: flex;
    min-height: 42px;
    margin-bottom: 60px;
    padding-right: 135px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.hig{
  position: relative;
  z-index: 9;
  vertical-align: top;
  background: url(../images/bg_span.png) repeat-x 0 100%;
  background-size: auto 12px;
}

.cont_new{
  max-width: 1404px;
}

.substrate{
  position: relative;
  z-index: 9;
  vertical-align: top;
  background: url(../images/bg_span2.png) repeat-x 0 100%;
  background-size: auto 12px;
}

.btn {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    display: inline-block;
    height: 60px;
    padding: 0 32px;
    transition: .2s linear;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: .05em;
    border: 1px solid #fadf73;
    border-radius: 30px;
    background: #fadf73;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.btn:hover {
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    color: #000;
}

.btn svg{
  margin-right: 5px;
}

.btn_nocolor{
  background: none;
}
.btn_nocolor:hover{
  background: #FADF73;
}
.btn_nocolor.active,
.btn_nocolor:active{
  background: #FADF73;
  box-shadow: none;
  color: #000;
}
.btn_nocolor:focus{
  background: #FADF73;
  border-color: #7f7f7f;
  color: #000;
}
.btn_min{
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 38px;
  padding: 0 16px;
}
.btn.med{
  background: #1990FE;
  border: 1px solid #1990FE;
  color: #fff;
}
.btn.med:hover{
  background: #1990FE;
}
.text_block .btn_min{
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
}

.btn_min:hover{
  /* box-shadow: none; */
  background: #fadf73;
}
.btn_min:active{
  box-shadow: none;
  background: #fadf73;
  color: #000;
}
.btn_min:focus{
  box-shadow: none;
  background: #fadf73;
  color: #000;
  border-color: #7f7f7f;
}

.btn_grey{
  background: #ebebeb;
  border: none;
  color: #000!important;
}

.btn_border_grey{
  border-color: #000;
}

.btn-block{
  margin-left: -12px;
  margin-top: -12px;
}
.btn-block .btn_min{
  font-size: 10px;
  height: 36px;
  line-height: 34px;
  padding: 0 10px;
}
.btn-block >*{
  margin-left: 12px;
  margin-top: 12px;
}

.block_title.flex{
  margin-left: -32px;
  margin-top: -32px;
}
.block_title.flex > *{
  margin-left: 32px;
  margin-top: 32px;
}

.all_link{
  border-color: #000;
  display: flex;
  align-items: center;
}

.all_link_btn{
  position: relative;
  display: block;
  width: 20px;
  height: 1px;
  transition: background .2s linear;
  background: #000;
  margin-right: 9px
}
.all_link_btn:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    content: '';
    transition: border-color .2s linear;
    transform: rotate(-45deg);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.marker-block >*{
  margin-right: 16px;
}

.marker_med{
  color: #f8f8f8;
  margin-top: 0;
  border-radius: 16px;
  background: #1990fe;
  border: none;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;;
  padding: 8px 16px;
}

.flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.top_fade{
  opacity: 0;
}
.top_fade.visible{
  -webkit-animation: top_circle 0.3s linear forwards;
  -moz-animation: top_circle 0.3s linear forwards;
  -o-animation: top_circle 0.3s linear forwards;
  animation: top_circle 0.3s linear forwards;
  animation-delay:0.3s;
}
@-webkit-keyframes yellow_circle {
from {transform: scale(0);}
to {transform: scale(1);}
}
@-moz-keyframes yellow_circle{
from {transform: scale(0);}
to {transform: scale(1);}
}
@-o-keyframes yellow_circle {
from {transform: scale(0);}
to {transform: scale(1);}
}
@keyframes yellow_circle {
  from {transform: scale(0);}
  to {transform: scale(1);}
}

@-webkit-keyframes top_circle {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes top_circle{
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes top_circle {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes top_circle {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.text_block .but-block{
  margin-left: -12px;
  margin-top: -12px;
}

.text_block .but-block a{
  margin-left: 12px;
  margin-top: 12px;
}

.header-right,
.header-left{
  align-items: center;
}
.header-left{
  /* width: 305px; */
}
.header-right{
  width: 26%;
  margin-left: auto;
  justify-content: flex-end;
}
.header-left .title{
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-left: 32px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
  .header-left .title:hover,
  .header-left .title.active{

  }
.header_media .menu{
  width: calc(100% - 765px);
  width: calc(100% - (26% + 305px));
  padding-left: 3.5vw;
}
.header-right .socials{
  margin-left: -32px;
}
  .header-right .socials >*{
    margin-left: 32px;
  }
    .header-right .socials i{
      color: #000;
      font-size: 26px;
    }
  .header-right .phone{
    margin-left: 4vw;
  }

.wrap-phone{
  align-items: center;
  margin-left: -48px;
}
  .wrap-phone >*{
    margin-left: 48px;
  }

  .notCorrect {
    border: 2px solid red !important;
    box-shadow: none;
}

  .form .line {
      margin-bottom: 24px;
  }

  .form .field {
      position: relative;
  }

  .form .input {
      color: #000;
      font-size: 14px;
      line-height: 64px;
      display: block;
      width: 100%;
      height: 64px;
      padding: 8px 81px 0 33px;
      transition: .2s linear;
      border: 1px solid #ececec;
      border-radius: 30px;
      background: #fff;
      background-position: calc(100% - 28px) 50%;
  }

  .form .input + label {
      color: #7f7f7f;
      font-size: 14px;
      line-height: 64px;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      overflow: hidden;
      width: 100%;
      height: 60px;
      padding: 0 34px;
      cursor: text;
      transition: .2s linear;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-transform: uppercase;
  }

  .form .input:focus + label,.form .input.active + label {
      font-size: 10px;
      line-height: 24px;
  }

  .form .input:not(.notCorrect).success {
      border-color: #21c506;
      background: #fff url(../images/ic_success.svg) calc(100% - 28px) 50% no-repeat;
      background-size: auto 15px;
      box-shadow: inset 0 0 0 1px #21c506;
  }

  .form textarea.input {
    height: 120px;
    padding-top: 25px;
}

  .form .line .prompt{
    font-size: 12px;
    line-height: 18px;
    color: #7F7F7F;
    margin-top: 12px;
    font-weight: 300;
  }

  .form .agree {
    margin-top: 24px;
    display: flex;
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    position: relative;
    vertical-align: middle;
    letter-spacing: .025em;
  }

  .form .agree input[type=checkbox] {
      display: none;
  }

  .form .agree label {
      color: #7f7f7f;
      font-size: 12px;
      font-weight: 300;
      line-height: 15px;
      position: relative;
      display: table-cell;
      height: 15px;
      padding: 0 0 0 25px;
      cursor: pointer;
      vertical-align: middle;
      letter-spacing: .025em;
  }

  .form .agree label:before {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      display: block;
      width: 15px;
      height: 15px;
      content: '';
      background: #fadf73;
  }

  .form .agree input[type=checkbox]:checked + label:before {
      background: #fadf73 url(../img/ic_checkbox.png) 50% 50% no-repeat;
  }

  .form .submit {
      padding-top: 20px;
  }

  .form .submit_btn {
      color: #000;
      font: 700 16px/58px Formular;
      display: inline-block;
      height: 60px;
      padding: 0 33px;
      cursor: pointer;
      transition: .2s linear;
      vertical-align: top;
      letter-spacing: .05em;
      text-transform: uppercase;
      border: 1px solid #fadf73;
      border-radius: 30px;
      background: #fadf73;
  }

  .form .submit_btn:hover {
      box-shadow: 0 5px 15px rgba(0,0,0,.08);
  }

  .file-upload {
    position: relative;
    overflow: hidden;
    width: 230px;
    height: 48px;
  }
  .file-upload input[type="file"] {
      display: none;
  }
  .file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
    background: #F8F8F8;
    border-radius: 32px;
    padding: 0 24px;
  }
  .file-upload span {
      line-height: 40px;
      font-weight: bold;
  }

  #file-name{
        width: calc(100% - 190px);
  }


  .socials a {
      display: block;
      text-decoration: none;
      line-height: 1;
  }
  .socials a i {
    font-style: inherit;
    color: #7f7f7f;
    font-size: 16px;
    transition: .2s linear;
}

.lottie {
    width: 100%;
}

.lot_page .head .images-head .lottie{
    width: 100%;
    display: flex;
    justify-content: center;
}

/*--------------
     HEADER
----------------*/
header {
    position: relative;
    top: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #eee;
    box-shadow: 3px 3px 15px rgb(0 0 0 / 10%);
    border: none;
    background: #fff;
    transition: all .3s;
}
header .info {
    padding: 14px 0;
}
header .info .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 1840px;
}

header .logo a, header .logo img {
    display: block;
    max-width: 100%;
    height: 45px;
    margin: 0 auto;
}


/*--------------
     page_head
----------------*/
.page_head {
    background: #fff;
    overflow: hidden;
}

.page_head .head{
  padding: 40px 0 40px;
  background: #f8f8f8;
  border-radius: 30px;
  max-width: 1680px;
  margin: 48px auto 80px;
}
.page_head .head .cont{
  justify-content: space-between;
  align-items: center;
  min-height: 500px;
}

.page_head .info{
  width: 38%;
}
.page_head .title{
  font-weight: 900;
  font-size: 64px;
  line-height: 76px;
  margin-bottom: 32px;
}

.lot_page .head .btn{
  margin-top: 32px;
}

.page_head .images-head{
  position: absolute;
  width: 80%;
  right: -270px;
  bottom: auto;
  display: flex;
  align-items: flex-end;
}
.page_head .images-head.no_lottie{
    width: 54%;
    right: -90px;
    right: 0;
    max-height: 505px;
    justify-content: center;
}
.page_head .images-head.no_lottie img {
    height: 100%;
    width: auto;
    max-height: inherit;
}


.lot_page .head .images-head .lottie {
    width: 100%;
    display: flex;
    justify-content: center;
}


/*--------------
     page_head
----------------*/
.content-iframe .title{
  font-weight: 900;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 48px;
}

.content-iframe .wrap_elems{
  min-height: 560px;
  /* background: #F8F8F8; */
  border: 0.4px solid #000000;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.content-iframe .wrap_elems iframe{
  border: none;

}
.content-iframe .wrap_elems .play{
  background: #f8f8f8 url(../img/play.svg) no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
}


/*--------------
     wrappper-form
----------------*/
.wrappper-form {
    padding: 80px 0 130px;
    background: #fadf73;
}
.forms-container {
    background: #fff;
    border: 0.4px solid #000;
    box-shadow: 5px 5px 25px rgb(0 0 0 / 10%);
    border-radius: 30px;
    overflow: hidden;
    max-width: 1136px;
    margin: 0 auto;
    position: relative;
}
.wrapform {
    width: 60%;
    padding: 80px 80px;
}
.wrapform .title {
    margin-bottom: 48px;
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
}
.wrapform form {
    max-width: 400px;
}

.forms-container > .info{
  background: #F8F8F8;
  align-self: stretch;
  padding: 80px 60px;
  width: 40%;
}

.user{
  display: flex;
  align-items: center;
}
.wrappper-form .user{
  flex-wrap: wrap;
}
.user .foto{
  width: 164px;
  height: 164px;
  border-radius: 50%;
  overflow: hidden;
  background: #1990fe;
  margin-right: 16px;
}
.wrappper-form .user .info{
  width: 100%;
  margin-top: 24px;
}
.user .name {
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
}
.user .desc {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.wrappper-form .user .desc{
  max-width: 300px;
}

/*--------------
     page_thanks
----------------*/
.page_thanks .head .info>.title {
  font-weight: 900;
    font-size: 40px;
        line-height: 48px;
    background: url(../img/hi.png)no-repeat;
    background-position: right center;
    background-size: contain;
    width: fit-content;
    padding-right: 65px;
}
.page_thanks .head .info .desc-block {
    max-width: 100%;
}

.page_thanks .wrap-socials {
    margin-top: 48px;
}
.page_thanks .wrap-socials .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}


.page_thanks .wrap-socials .socials {
    margin-left: -24px;
    margin-top: 24px;
}
.page_thanks .wrap-socials .socials>* {
    margin-left: 24px;
}
.page_thanks .wrap-socials .socials i {
    font-size: 28px;
}


/*--------------
     modal
----------------*/

.modal {
    display: none;
    width: 600px;
    max-width: calc(100% - 40px);
    padding: 48px 64px;
    border-radius: 30px;
    background: #fff;
}

.modal_title {
    font: 900 28px/32px Formular;
    margin-bottom: 30px;
}


/*--------------
     FOOTER
----------------*/
footer {
    background-color: #f8f8f8;
    background-position: right -430px bottom -430px;
    background-repeat: no-repeat;
}
footer .info {
    display: flex;
    padding: 75px 0;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
footer .logo {
    width: 300px;
}

footer .info .links {
    list-style: none;
}
footer .info .bottom-menu li {
    margin-bottom: 12px;
}
footer .info .bottom-menu a {
    color: #1990fe;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
    border-bottom: 0.2px solid #1990fe;
}


@media (max-width: 1279px)
{

.page_head .head {
    border-radius: 0;
    margin-top: 0;
}


}
