@charset "UTF-8";
@font-face{
  font-family:"Myriad Pro";
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url("../fonts/subset-MyriadPro-Regular.woff2") format("woff2"), url("../fonts/subset-MyriadPro-Regular.woff") format("woff"); }
@font-face{
  font-family:"Myriad Pro";
  font-style:normal;
  font-weight:700;
  font-display:block;
  src:url("../fonts/subset-MyriadPro-Bold.woff2") format("woff2"), url("../fonts/subset-MyriadPro-Bold.woff") format("woff"); }
@font-face{
  font-family:"Circe";
  font-style:normal;
  font-weight:300;
  font-display:block;
  src:url("../fonts/subset-Circe-Light.woff2") format("woff2"), url("../fonts/subset-Circe-Light.woff") format("woff"); }
@font-face{
  font-family:"Circe";
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url("../fonts/subset-Circe-Regular.woff2") format("woff2"), url("../fonts/subset-Circe-Regular.woff") format("woff"); }
@font-face{
  font-family:"Circe";
  font-style:normal;
  font-weight:700;
  font-display:block;
  src:url("../fonts/subset-Circe-Bold.woff2") format("woff2"), url("../fonts/subset-Circe-Bold.woff") format("woff"); }
@font-face{
  font-family:"Circe";
  font-style:normal;
  font-weight:800;
  font-display:block;
  src:url("../fonts/subset-Circe-ExtraBold.woff2") format("woff2"), url("../fonts/subset-Circe-ExtraBold.woff") format("woff"); }
button::-moz-focus-inner{
  border:0; }
*:focus{
  outline:none; }
::-moz-selection{
  background:#2252d8;
  color:white; }
::selection{
  background:#2252d8;
  color:white; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  color:#777; }
input::-moz-placeholder, textarea::-moz-placeholder{
  color:#777; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color:#777; }
input::-ms-input-placeholder, textarea::-ms-input-placeholder{
  color:#777; }
input::placeholder,
textarea::placeholder{
  color:#777; }
input:-webkit-autofill{
  -webkit-text-fill-color:black !important; }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
  -webkit-transition:background-color 50000000000s ease-in-out 0s !important;
  transition:background-color 50000000000s ease-in-out 0s !important; }
html,
body{
  margin:0;
  padding:0;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  width:100%;
  min-height:100%; }
*{
  -webkit-box-sizing:inherit;
          box-sizing:inherit; }
body{
  font-family:"Myriad Pro", Arial, sans-serif;
  font-size:16px;
  color:black; }
img{
  -webkit-box-sizing:content-box;
          box-sizing:content-box; }
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
ol,
li,
tr,
td,
th,
table,
blockquote{
  margin:0;
  padding:0; }
h1,
h2,
h3,
h4,
h5,
h6,
a{
  color:inherit;
  font-weight:inherit; }
ul,
ol{
  list-style:none; }
span{
  font-style:inherit;
  font-family:inherit;
  font-weight:inherit; }
a{
  text-decoration:none;
  cursor:pointer; }
a,
input,
button,
select,
textarea{
  -webkit-transition:color 0.3s ease, border-color 0.3s ease;
  transition:color 0.3s ease, border-color 0.3s ease; }
button{
  cursor:pointer; }
select,
input,
textarea,
button{
  color:black;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background-color:transparent;
  font-family:"Myriad Pro", Arial, sans-serif; }
html{
  font-size:10px; }
@media all and (max-device-width: 1199px) and (orientation: portrait), all and (max-device-width: 1199px) and (orientation: landscape){
    html{
      font-size:8.8px; } }
@media all and (max-device-width: 479px) and (orientation: portrait), all and (max-device-width: 479px) and (orientation: landscape){
    html{
      font-size:7.8px; } }
.about__card{
  background-color:#e9f0f6;
  border-radius:24px;
  padding-top:4.6rem;
  padding-right:5.3rem;
  padding-bottom:5.8rem;
  padding-left:6.8rem; }
.about__card .head{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center; }
.about__card .head img{
      width:3.4rem;
      height:5rem; }
.about__card .head .descr{
      margin-left:1rem;
      font-size:2.2rem;
      font-weight:700; }
.about__card .title{
    margin-top:2.2rem;
    font-size:2.2rem;
    font-weight:700; }
.about__card p{
    margin-top:0.9rem;
    font-size:1.4rem;
    font-weight:400; }
.about__features{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap; }
.about__features .item{
    width:45%;
    padding-top:3rem; }
.about__features .item .title{
      position:relative;
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-align:center;
          -ms-flex-align:center;
              align-items:center;
      font-size:2.2rem;
      font-weight:700;
      padding-left:4rem; }
.about__features .item .title svg{
        position:absolute;
        top:50%;
        left:0;
        -webkit-transform:translateY(-50%);
                transform:translateY(-50%);
        width:3.8rem;
        height:3rem;
        fill:#00abff; }
.about__features .item .title + p{
        margin-top:2rem; }
.about__features .item p{
      padding-left:4rem;
      font-size:1.4rem;
      font-weight:400; }
@media only screen and (max-width: 479px){
    .about__features .item{
      width:100%; }
      .about__features .item .title + p{
        margin-top:0; } }
.accordion{
  display:block;
  width:100%; }
.accordion__button{
    cursor:pointer;
    position:relative; }
.accordion__content{
    display:none; }
.accordion__content .row{
      margin:0 !important; }
.accordion.is-active .accordion__content{
      display:block; }
.button{
  display:inline-block;
  padding:1rem 4.2rem;
  border:0;
  border-radius:22px;
  vertical-align:middle;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  background-color:#2252d8;
  -webkit-transition:opacity 0.3s ease;
  transition:opacity 0.3s ease;
  cursor:pointer;
  color:white;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  background-color:#00abff;
  font-size:14px;
  font-weight:700; }
.button--yellow{
    color:#000;
    background-color:#f9cd55; }
.button[disabled]{
    opacity:0.5;
    cursor:not-allowed; }
.button:hover{
    opacity:0.5; }
.contacts__form .title{
  font-family:"Circe", sans-serif;
  font-size:3.6rem;
  font-weight:700; }
.contacts__form .subtitle{
  font-family:"Circe", sans-serif;
  font-size:1.8rem;
  font-weight:300; }
.contacts__form a{
  margin-top:2.6rem;
  margin-bottom:2.6rem;
  display:inline-block;
  position:relative;
  font-family:"Circe", sans-serif;
  font-size:2.6rem;
  font-weight:700;
  padding-left:3rem; }
.contacts__form a svg{
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform:translateY(-50%);
            transform:translateY(-50%);
    width:1.6rem;
    height:1.6rem;
    fill:#00abff; }
.contacts .form .title{
  font-family:"Circe", sans-serif;
  font-size:1.8rem;
  font-weight:800;
  margin-bottom:1.3rem; }
.contacts .form .descr{
  font-family:"Circe", sans-serif;
  font-size:1.2rem;
  font-weight:300; }
.contacts .form .input, .contacts .form .textarea{
  padding-left:3rem;
  padding-top:1.5rem;
  padding-bottom:1.5rem; }
.contacts .form .button{
  padding-top:1.5rem;
  padding-bottom:1.5rem; }
.contacts .form .wrap{
  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; }
.contacts .form .wrap:not(:last-child){
    margin-bottom:1rem; }
.contacts .form .wrap:last-child{
    margin-top:1rem; }
.contacts .form .wrap .inputbox{
    width:100%; }
.contacts .form .wrap .inputbox:not(:first-child){
      margin-left:1rem; }
.contacts .form .wrap .descr{
    margin-left:2rem; }
.contacts__map{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:50%;
  height:100%;
  border-radius:20px 0 0 20px;
  overflow:hidden; }
.contacts__map img{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    -o-object-fit:cover;
       object-fit:cover;
    font-family:'object-fit: cover;';
    width:0;
    min-width:100%;
    min-height:100%; }
@media only screen and (max-width: 991px){
    .contacts__map{
      position:relative;
      width:100%;
      height:30rem;
      margin-top:3rem; } }
.feedback{
  position:relative;
  overflow:hidden;
  padding-top:2rem;
  padding-bottom:2rem; }
.feedback .bg-image{
    position:relative;
    overflow:hidden;
    margin-bottom:-2rem;
    padding-top:65.06309%; }
.feedback .bg-image img{
      position:absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
      margin:auto;
      -o-object-fit:cover;
         object-fit:cover;
      font-family:'object-fit: cover;';
      width:0;
      min-width:100%;
      min-height:100%; }
.feedback__form{
    text-align:center;
    padding-top:4.6rem; }
.feedback__form .title{
      font-size:2.6rem;
      font-weight:400;
      text-transform:uppercase; }
.feedback__form .title span{
        font-weight:700; }
.feedback__form .subtitle{
      margin-top:3.4rem;
      font-size:1.6rem;
      font-weight:400;
      max-width:26.3rem;
      margin-left:auto;
      margin-right:auto; }
.feedback__form .form{
      padding-top:2rem;
      padding-bottom:1.5rem;
      margin-left:auto;
      margin-right:auto;
      max-width:26.3rem; }
.feedback__form .form .inputbox:not(:last-child){
        margin-bottom:1.5rem; }
.feedback__form .form .input, .feedback__form .form .textarea{
        text-align:center;
        padding-top:1rem;
        padding-bottom:1rem;
        font-size:13px;
        font-weight:400; }
.feedback__form .form .input::-webkit-input-placeholder, .feedback__form .form .textarea::-webkit-input-placeholder{
          color:#000; }
.feedback__form .form .input::-moz-placeholder, .feedback__form .form .textarea::-moz-placeholder{
          color:#000; }
.feedback__form .form .input:-ms-input-placeholder, .feedback__form .form .textarea:-ms-input-placeholder{
          color:#000; }
.feedback__form .form .input::-ms-input-placeholder, .feedback__form .form .textarea::-ms-input-placeholder{
          color:#000; }
.feedback__form .form .input, .feedback__form .form .textarea, .feedback__form .form .input::placeholder, .feedback__form .form .textarea::placeholder{
          color:#000; }
.feedback__form .button{
      width:100%; }
.feedback__form p{
      font-family:"Circe", sans-serif;
      font-size:12px;
      font-weight:300; }
.checkradio{
  position:relative;
  padding-left:25px;
  display:inline-block;
  cursor:pointer; }
.checkradio__input{
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:0;
    visibility:hidden;
    opacity:0;
    pointer-events:none; }
.checkradio__input:checked + .checkradio__box::before{
      opacity:1; }
.checkradio__box{
    position:absolute;
    width:15px;
    height:15px;
    border:1px solid #ccc;
    left:0;
    top:2px; }
.checkradio__box::before{
      content:'';
      width:9px;
      height:9px;
      background-color:#2252d8;
      display:block;
      opacity:0;
      -webkit-transition:opacity 0.3s ease;
      transition:opacity 0.3s ease;
      position:absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
      margin:auto; }
.checkradio__content{
    font-size:14px;
    line-height:1.5; }
.form{
  display:block; }
.input, .textarea{
  padding:0 10px;
  height:100%;
  border:1px solid #dddddd;
  border-radius:17px;
  width:100%;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  font-size:1.4rem;
  line-height:1;
  min-height:0;
  background-color:white; }
.textarea{
  padding-top:13px;
  padding-bottom:13px;
  min-height:150px;
  resize:vertical; }
.inputbox{
  display:block; }
.inputbox__label{
    margin-bottom:10px;
    font-size:14px;
    line-height:1; }
.inputbox__wrapper{
    position:relative; }
.input-numberbox{
  display:table;
  width:100%; }
.input-numberbox__button{
    border:1px solid #ccc;
    width:40px;
    display:table-cell;
    font-size:18px;
    font-family:monospace;
    cursor:pointer;
    text-align:center; }
.input-numberbox__button:hover::before, .input-numberbox__button:hover::after{
      opacity:0.5; }
.input-numberbox__button::before, .input-numberbox__button::after{
      -webkit-transition:opacity 0.3s ease;
      transition:opacity 0.3s ease; }
.input-numberbox__button:first-child::before{
      content:'-'; }
.input-numberbox__button:last-child::before{
      content:'+'; }
.input-numberbox__input{
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
    border-left:0;
    border-right:0;
    text-align:center;
    display:table-cell; }
.intro{
  position:relative;
  padding-top:18.7rem; }
@media only screen and (max-width: 991px){
    .intro{
      padding-top:13rem; } }
.intro__bg-image{
    position:absolute;
    overflow:hidden;
    top:0;
    right:0;
    left:0;
    bottom:0; }
.intro__bg-image img{
      position:absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
      margin:auto;
      -o-object-fit:cover;
         object-fit:cover;
      font-family:'object-fit: cover;';
      width:0;
      min-width:100%;
      min-height:100%; }
.intro .container{
    position:relative;
    z-index:2; }
.intro h1{
    color:#fff;
    font-size:5.2rem;
    font-weight:400; }
.intro h1 + p{
      margin-top:3rem; }
@media only screen and (max-width: 991px){
      .intro h1{
        font-size:4.2rem; } }
.intro p{
    color:#fff;
    font-size:2rem;
    font-weight:400; }
.intro__feedback{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    margin-top:22rem;
    background-color:#fff;
    padding-top:2.5rem;
    padding-bottom:2rem;
    padding-left:5.2rem;
    padding-right:7rem;
    border-radius:49px; }
.intro__feedback p{
      color:#000;
      font-size:1.4rem;
      font-weight:400;
      max-width:48rem; }
.intro__feedback p span{
        font-size:1.5rem;
        font-weight:700;
        color:#00abff; }
.intro__feedback .form{
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
          -ms-flex-direction:column;
              flex-direction:column; }
.intro__feedback .form .wrap{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex; }
.intro__feedback .form .wrap + p{
          margin-top:1rem; }
.intro__feedback .form .wrap .inputbox{
          position:relative; }
.intro__feedback .form .wrap .inputbox + button{
            margin-left:1.4rem; }
.intro__feedback .form .wrap .inputbox .input, .intro__feedback .form .wrap .inputbox .textarea{
            padding-left:4.4rem;
            min-width:27.7rem; }
.intro__feedback .form .wrap .inputbox .input::-webkit-input-placeholder, .intro__feedback .form .wrap .inputbox .textarea::-webkit-input-placeholder{
              color:#000; }
.intro__feedback .form .wrap .inputbox .input::-moz-placeholder, .intro__feedback .form .wrap .inputbox .textarea::-moz-placeholder{
              color:#000; }
.intro__feedback .form .wrap .inputbox .input:-ms-input-placeholder, .intro__feedback .form .wrap .inputbox .textarea:-ms-input-placeholder{
              color:#000; }
.intro__feedback .form .wrap .inputbox .input::-ms-input-placeholder, .intro__feedback .form .wrap .inputbox .textarea::-ms-input-placeholder{
              color:#000; }
.intro__feedback .form .wrap .inputbox .input, .intro__feedback .form .wrap .inputbox .textarea, .intro__feedback .form .wrap .inputbox .input::placeholder, .intro__feedback .form .wrap .inputbox .textarea::placeholder{
              color:#000; }
.intro__feedback .form .wrap .inputbox svg{
            position:absolute;
            top:50%;
            left:18px;
            -webkit-transform:translateY(-50%);
                    transform:translateY(-50%);
            width:9px;
            height:9px;
            fill:#a6a6a6; }
.intro__feedback .form p{
        color:#000;
        font-family:"Circe", sans-serif;
        font-size:12px;
        font-weight:300; }
@media only screen and (max-width: 991px){
      .intro__feedback{
        -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;
        margin-top:10rem;
        padding:3rem; }
        .intro__feedback p{
          max-width:100%; }
        .intro__feedback .form{
          margin-top:2rem; } }
@media only screen and (max-width: 767px){
      .intro__feedback .form .wrap{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column; }
        .intro__feedback .form .wrap .inputbox .input, .intro__feedback .form .wrap .inputbox .textarea{
          padding-top:1.5rem;
          padding-bottom:1.5rem; }
        .intro__feedback .form .wrap .inputbox + button{
          margin-top:2rem;
          margin-left:0; }
        .intro__feedback .form .wrap .button{
          padding-top:1.5rem;
          padding-bottom:1.5rem; } }
.intro__cards{
    -webkit-transform:translateY(38px);
            transform:translateY(38px); }
.intro__cards .card{
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      fill:#fff;
      overflow:hidden;
      border-radius:24px;
      background-color:#e9f0f6;
      max-width:36rem;
      min-height:15.5rem; }
.intro__cards .card .icon{
        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;
        -ms-flex-negative:0;
            flex-shrink:0;
        padding:5rem;
        background-color:#00abff; }
.intro__cards .card .icon svg{
          width:3.7rem;
          height:3.7rem; }
.intro__cards .card .descr{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -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;
        padding:2rem; }
.intro__cards .card .descr .title{
          font-size:1.6rem;
          font-weight:700; }
.intro__cards .card .descr .title span{
            color:#00abff; }
.intro__cards .card .descr .title + p{
            margin-top:1.4rem; }
.intro__cards .card .descr p{
          color:#000000;
          font-size:16px;
          font-weight:400; }
@media only screen and (max-width: 991px){
      .intro__cards .col-md-6{
        margin-left:auto;
        margin-right:auto; }
        .intro__cards .col-md-6:not(:last-child){
          margin-bottom:2rem; }
      .intro__cards .card{
        max-width:100%; } }
.link{
  color:#2252d8;
  border:0;
  -webkit-transition:fill 0.3s ease, color 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
  transition:fill 0.3s ease, color 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
  fill:#2252d8;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  font-size:14px;
  line-height:1.5; }
.link:hover{
    opacity:0.5; }
.link__text{
    border-bottom:1px solid;
    border-color:inherit; }
.link_dashed .link__text{
      border-bottom-style:dashed; }
.link__icon{
    width:16px;
    height:16px;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    -ms-flex-negative:0;
        flex-shrink:0;
    margin-right:10px; }
.link.is-disabled{
    pointer-events:none;
    fill:#ccc;
    color:#ccc;
    border-color:transparent; }
.logo{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  color:#fff; }
.logo img{
    display:inline-block;
    width:3.4rem;
    height:5rem; }
.logo__descr{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    margin-left:1.3rem;
    font-size:2.2rem;
    font-weight:400;
    line-height:1.3; }
.logo__descr span{
      font-size:1.4rem; }
.logo--dark{
    color:#000; }
.nav{
  color:#fff;
  font-size:1.4rem;
  font-weight:700;
  -webkit-transition:all 0.3s ease;
  transition:all 0.3s ease; }
.nav--dark{
    color:#000; }
.nav .select__gap::before{
    border-color:#000; }
@media only screen and (min-width: 992px){
    .nav .select{
      display:none !important; } }
.nav ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex; }
.nav ul li:not(:first-child){
      margin-left:3rem; }
.nav ul li a{
      display:inline-block;
      position:relative;
      -webkit-transition:color 0.3s ease, background-color 0.3s ease;
      transition:color 0.3s ease, background-color 0.3s ease; }
.nav ul li a::before{
        content:"";
        display:block;
        position:absolute;
        bottom:-8px;
        left:0;
        width:0px;
        height:2px;
        background:#00abff;
        -webkit-transition:width 0.3s ease;
        transition:width 0.3s ease;
        -webkit-transform:translateZ(0);
                transform:translateZ(0); }
.nav ul li a.is-active::before, .nav ul li a:hover::before{
        width:100%; }
.nav .close-menu{
    position:absolute;
    top:3rem;
    right:2rem;
    width:4rem;
    height:4rem;
    cursor:pointer; }
@media only screen and (min-width: 992px){
      .nav .close-menu{
        display:none; } }
.nav .close-menu::before, .nav .close-menu::after{
      content:"";
      display:block;
      position:absolute;
      top:50%;
      left:50%;
      width:100%;
      height:2px;
      background-color:#000; }
.nav .close-menu::before{
      -webkit-transform:translate(-50%, -50%) rotate(45deg);
              transform:translate(-50%, -50%) rotate(45deg); }
.nav .close-menu::after{
      -webkit-transform:translate(-50%, -50%) rotate(-45deg);
              transform:translate(-50%, -50%) rotate(-45deg); }
.nav .phone{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center; }
.nav .phone svg{
      margin-right:1rem;
      width:1.5rem;
      height:1.5rem; }
@media only screen and (min-width: 992px){
      .nav .phone{
        display:none; } }
@media only screen and (max-width: 991px){
    .nav{
      position:fixed;
      background-color:#fff;
      right:0;
      top:0;
      bottom:0;
      min-width:50%;
      height:100vh;
      color:#000;
      z-index:10;
      font-size:2rem;
      padding:5rem 20rem 5rem 3rem;
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -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;
      -webkit-transform:translateX(100%);
              transform:translateX(100%); }
      .nav.is-active{
        -webkit-transform:translateX(0);
                transform:translateX(0); }
      .nav .form{
        display:block !important; }
      .nav .phone svg{
        fill:#000; }
      .nav ul{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column; }
        .nav ul li:not(:first-child){
          margin-left:0;
          margin-top:3rem; }
        .nav ul li a{
          padding:0 !important; }
          .nav ul li a::before{
            display:none; } }
@media only screen and (max-width: 767px){
    .nav{
      left:0;
      right:0;
      bottom:0;
      top:0;
      padding:7rem; }
      .nav .close{
        top:1rem;
        right:1rem;
        width:3rem;
        height:3rem; } }
.overlay{
  position:fixed;
  top:0;
  right:0;
  left:0;
  bottom:0;
  background-color:rgba(0, 0, 0, 0.9);
  z-index:10;
  display:none;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center; }
.overlay.is-active{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex; }
.popup{
  position:relative;
  padding-top:8.8rem;
  padding-left:20rem;
  padding-right:20rem;
  padding-bottom:7rem;
  background-color:#fff;
  z-index:10;
  max-width:76.1rem; }
@media only screen and (max-width: 991px){
    .popup{
      max-width:100%;
      width:90%;
      padding:10rem; } }
@media only screen and (max-width: 575px){
    .popup{
      width:95%;
      padding:5rem; } }
.popup .close{
    position:absolute;
    top:1rem;
    right:1rem;
    width:1rem;
    height:1rem;
    cursor:pointer; }
.popup .close::before, .popup .close::after{
      content:"";
      display:block;
      position:absolute;
      top:50%;
      left:50%;
      width:100%;
      height:2px;
      background-color:#000; }
.popup .close::before{
      -webkit-transform:translate(-50%, -50%) rotate(45deg);
              transform:translate(-50%, -50%) rotate(45deg); }
.popup .close::after{
      -webkit-transform:translate(-50%, -50%) rotate(-45deg);
              transform:translate(-50%, -50%) rotate(-45deg); }
.popup .title{
    text-align:center;
    font-size:18px;
    font-weight:700; }
.popup .title + .button{
      margin-top:2.2rem; }
.popup .button{
    width:100%;
    background-image:linear-gradient(10deg, #e47702 0%, #e47702 1%, #f9d977 99%, #f9d977 100%);
    font-size:1.4rem;
    font-weight:700;
    padding-top:1.5rem;
    padding-bottom:1.5rem; }
.popup-form{
    display:none; }
.popup-form.is-active{
      display:block; }
.popup-form .form{
      padding-top:2.6rem;
      padding-bottom:3.3rem;
      max-width:21.5rem;
      margin-left:auto;
      margin-right:auto; }
.popup-form .form .inputbox:not(:last-child){
        margin-bottom:1rem; }
.popup-form .form .input, .popup-form .form .textarea{
        text-align:center;
        border:2px solid #c4c4c4;
        background-color:#ffffff;
        color:#000;
        padding-top:1rem;
        padding-bottom:1rem; }
.popup-form p{
      text-align:center;
      font-size:1.2rem;
      font-weight:400; }
.popup-thanks{
  display:none; }
.popup-thanks.is-active{
    display:block; }
.price .container{
  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; }
@media only screen and (max-width: 991px){
    .price .container{
      -ms-flex-pack:distribute;
          justify-content:space-around; } }
@media only screen and (max-width: 767px){
    .price .container{
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
          -ms-flex-direction:column;
              flex-direction:column; } }
.price .decor{
  position:relative;
  overflow:hidden;
  width:10.5rem;
  height:47rem; }
.price .decor--first{
    width:10.5rem;
    height:47rem; }
.price .decor--second{
    width:10.3rem;
    height:47.9rem; }
.price .decor img{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    -o-object-fit:cover;
       object-fit:cover;
    font-family:'object-fit: cover;';
    width:0;
    min-width:100%;
    min-height:100%; }
@media only screen and (max-width: 991px){
    .price .decor{
      display:none; } }
.price .price-bg{
  position:relative;
  overflow:hidden;
    width: 48.5rem;
    height: 69.7rem; }
.price .price-bg img{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    -o-object-fit:cover;
       object-fit:cover;
    font-family:'object-fit: cover;';
    width:0;
    min-width:100%;
    min-height:100%; }
.price__order{
    max-width: 60.4rem;
    width: 60.4rem;}
.price__order .title{
    color:#00abff;
    font-size:3rem;
    font-weight:700; }
.price__order ul{
    padding-top:1rem; }
.price__order ul li{
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-align:center;
          -ms-flex-align:center;
              align-items:center;
      -webkit-box-pack:justify;
          -ms-flex-pack:justify;
              justify-content:space-between; }
.price__order ul li:not(:first-child){
        margin-top:1rem; }
.price__order ul li span{
        -webkit-box-flex:1;
            -ms-flex-positive:1;
                flex-grow:1;
        font-size:1.6rem;
        font-weight:400;
        width: 47%}
.price__order ul li span.cena{
          width:20%;
          color:#00abff;
          font-weight:700;
          text-align:right; }
.price__order ul li span.garant{
    width:20%;
    color:#00abff;
    font-weight:700;
    text-align:center; }
.price__form{
  margin-top:1rem;
  background-color:#e9f0f6;
  border-radius:24px;
  text-align:center;
  padding:5rem 5rem 4.5rem; }
.price__form .title{
    color:#000;
    font-size:16px;
    font-weight:700; }
.price__form .form{
    padding:1rem 0; }
.price__form .form .inputbox{
      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;
      width:100%;
      border-radius:17px;
      border:1px solid #191919;
      padding-top:1rem;
      padding-bottom:1rem; }
.price__form .form .inputbox svg{
        width:9px;
        height:9px; }
.price__form .form .inputbox .input, .price__form .form .inputbox .textarea{
        width:auto;
        padding-right:0;
        border:0;
        background-color:transparent;
        font-size:1.4rem;
        font-weight:400; }
.price__form .form .button{
      margin-top:1rem;
      width:100%; }
.price__form p{
    font-family:"Circe", sans-serif;
    font-size:1.2rem;
    font-weight:300; }
.products__card{
  overflow:hidden;
  border-radius:24px;
  -webkit-box-shadow:0 16px 49px rgba(233, 240, 246, 0.81);
          box-shadow:0 16px 49px rgba(233, 240, 246, 0.81); }
.products__card .head{
    background-color:#f9cd55;
    padding-top:8rem;
    min-height:31.1rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:end;
        -ms-flex-align:end;
            align-items:flex-end; }
.products__card .head .image{
      position:relative;
      overflow:hidden;
      margin-left:auto;
      margin-right:auto; }
.products__card .head .image--first{
    width:13.1rem;
    height:22.4rem; }
.products__card .head .image--second{
        width:13.1rem;
        height:22.4rem; }
.products__card .head .image--third{
        width:15.1rem;
        height:19.8rem; }
.products__card .head .image img{
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        -o-object-fit:cover;
           object-fit:cover;
        font-family:'object-fit: cover;';
        width:0;
        min-width:100%;
        min-height:100%; }
.products__card .content{
    background-color:#fff;
    text-align:center;
    padding-top:5.4rem;
    padding-bottom:6.8rem;
    padding-left:1.5rem;
    padding-right:1.5rem; }
.products__card .content .title{
      font-size:1.6rem;
      font-weight:700; }
.products__card .content .title + .descr{
        margin-top:2.3rem; }
.products__card .content .descr{
      font-size:1.5rem;
      font-weight:400; }
.products__card .content .descr + .button{
        margin-top:2.4rem; }
.reviews .col-lg-4{
  padding-top:3rem; }
.reviews__card{
  position:relative;
  height:100%;
  padding:1rem 2rem 1rem 2rem;
  border-left:4px solid #f9cd55; }
.reviews__card .name{
    font-family:"Circe", sans-serif;
    font-size:1.8rem;
    font-weight:700; }
.reviews__card .name + p{
      margin-top:1.5rem; }
.reviews__card p{
    font-family:"Circe", sans-serif;
    font-size:1.6rem;
    font-weight:400; }
.reviews button{
  margin-top:5.7rem;
  display:block;
  margin-left:auto;
  margin-right:auto;
  font-family:"Circe", sans-serif;
  color:#cacaca;
  font-size:1.6rem;
  font-weight:400;
  line-height:20px;
  text-decoration:underline; }
.select{
  position:relative;
  border:1px solid #61cde9;
  border-radius:22px;
  padding-right:2rem;
  min-width:18rem; }
.select__gap{
    position:relative;
    padding-left:2rem;
    padding-top:1rem;
    padding-bottom:1rem;
    font-size:14px;
    font-weight:400;
    cursor:pointer; }
.select__gap::before{
      content:"";
      display:block;
      position:absolute;
      top:50%;
      right:0;
      -webkit-transform:translateY(-50%) rotate(45deg);
              transform:translateY(-50%) rotate(45deg);
      width:0.8rem;
      height:0.8rem;
      border-bottom:1px solid;
      border-right:1px solid;
      border-color:#fff; }
.select__list{
    position:absolute;
    top:50px;
    right:0;
    z-index:9;
    width:100%;
    color:#000;
    background-color:#fff;
    border-radius:2px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    font-size:14px;
    font-weight:400; }
.select__item{
    padding:1rem 2rem;
    cursor:pointer; }
.select__item:hover{
      background:#aeaeae; }
.select .form .icon{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center; }
.select .form .icon svg{
      fill:#fff;
      width:8px;
      height:15px;
      -webkit-transform:rotate(90deg);
              transform:rotate(90deg); }
.tabs{
  display:block;
  font-size:0;
  margin-top:-25px; }
.tabs__tab{
    display:inline-block;
    margin-right:25px;
    margin-top:25px;
    border-bottom:2px solid transparent;
    -webkit-transition:border-color 0.3s ease, opacity 0.3s ease;
    transition:border-color 0.3s ease, opacity 0.3s ease;
    padding-bottom:10px;
    cursor:pointer;
    opacity:0.5;
    font-size:14px; }
.tabs__tab.active{
      border-color:black;
      opacity:1; }
.tabs + .tabs-content{
    margin-top:30px; }
.tabs-content__wrapper{
    display:none;
    opacity:0;
    -webkit-transition:opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition:opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition:opacity 0.3s ease, transform 0.3s ease;
    transition:opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform:translate3d(0, 10px, 0);
            transform:translate3d(0, 10px, 0); }
.tabs-content__wrapper.active{
      display:block;
      opacity:1;
      -webkit-transform:translate3d(0, 0, 0);
              transform:translate3d(0, 0, 0); }
.footer{
  padding-top:8rem;
  padding-bottom:4rem; }
.footer__top{
    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; }
.footer__bottom{
    margin-top:1rem;
    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;
    color:#bcbcbc;
    word-wrap:"Circe", sans-serif;
    font-size:1.4rem;
    font-weight:700; }
.footer__bottom a{
      text-decoration:underline; }
.footer__bottom a.phone{
        color:#000;
        font-family:"Myriad Pro", Arial, sans-serif;
        font-size:1.6rem;
        font-weight:700;
        text-decoration:none;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;}
.footer__bottom a.phone svg{
          fill:#000;
          margin-right:0.6rem;
          width:1.5rem;
          height:1.5rem; }
@media only screen and (max-width: 767px){
    .footer{
      padding-top:2rem;
      padding-bottom:2rem; }
      .footer__top, .footer__bottom{
        -ms-flex-wrap:wrap;
            flex-wrap:wrap; }
        .footer__top .phone, .footer__bottom .phone{
          padding-right:0; } }
.header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:10;
  padding-top:3rem;
  padding-bottom:3rem;
  color:#fff;
  fill:#fff;
  -webkit-transform:translateZ(0);
          transform:translateZ(0); }
.header .container{
    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; }
.header__phone-wrap{
    position:relative; }
.header__phone-wrap .phone{
      position:absolute;
      left:50%;
      bottom:-3rem;
      -webkit-transform:translateX(-50%);
              transform:translateX(-50%);
      width:100%;
      text-align:center;
      vertical-align:middle; }
.header__phone-wrap .phone svg{
        margin-right:6px;
        vertical-align:middle;
        width:15px;
        height:15px; }
.header .button{
    padding-top:1.5rem;
    padding-bottom:1.5rem; }
.header__btn{
    position:relative;
    width:4rem;
    height:3rem;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff; }
.header__btn::before{
      content:"";
      display:block;
      position:absolute;
      top:50%;
      left:0;
      -webkit-transform:translateY(-50%);
              transform:translateY(-50%);
      width:100%;
      height:2px;
      background-color:#fff; }
@media only screen and (min-width: 992px){
      .header__btn{
        display:none; } }
@media only screen and (max-width: 991px){
    .header .select,
    .header .header__phone-wrap{
      display:none; } }
.header .nav .select{
    display:block; }
.header.is-scrolled{
    padding:0;
    background-color:#fff;
    color:#000;
    fill:#000; }
.header.is-scrolled .header__btn{
      border-color:#000; }
.header.is-scrolled .header__btn::before{
        background-color:#000; }
.header.is-scrolled a{
      color:#000; }
.header.is-scrolled a.phone{
        position:static; }
.header.is-scrolled .nav ul li:not(:first-child){
      margin-left:0; }
.header.is-scrolled .nav ul li a{
      display:block;
      padding:2.5rem;
      margin:0; }
.header.is-scrolled .nav ul li a::before{
        display:none; }
.header.is-scrolled .nav ul li a:hover{
        background-color:#00abff;
        color:#fff; }
.header.is-scrolled .button,
    .header.is-scrolled .select{
      display:none; }
.section{
  background-color:#fff; }
.section__header{
    text-align:center; }
.section__header + div{
      margin-top:4rem; }
.section__header h2{
      font-size:5.2rem;
      font-weight:700; }
@media only screen and (max-width: 991px){
        .section__header h2{
          font-size:5.2rem; } }
@media only screen and (max-width: 575px){
        .section__header h2{
          font-size:3.2rem; } }
.section .static{
    position:static; }
.section--products{
    padding-top:12.2rem;
    padding-bottom:5rem; }
.section--price{
    padding-top:5rem;
    padding-bottom:15rem; }
@media only screen and (max-width: 991px){
      .section--price{
        padding-bottom:5rem; } }
.section--reviews .container{
    -webkit-box-shadow:0 16px 49px rgba(233, 240, 246, 0.81);
            box-shadow:0 16px 49px rgba(233, 240, 246, 0.81);
    border-radius:24px;
    background-color:#ffffff;
    padding-top:4rem;
    padding-right:6.5rem;
    padding-left:6.5rem;
    padding-bottom:4rem; }
.section--about{
    padding-top:8rem;
    padding-bottom:3.5rem; }
.section--feedback{
    padding-top:3.5rem;
    padding-bottom:7rem; }
.section--feedback .container{
      -webkit-box-shadow:0 16px 49px rgba(233, 240, 246, 0.81);
              box-shadow:0 16px 49px rgba(233, 240, 246, 0.81);
      border-radius:24px;
      background-color:#ffffff; }
.section--contacts{
    position:relative;
    padding-top:3.5rem;
    padding-bottom:4rem; }
.index{
  display:block; }
.sitemap{
  display:block;
  padding:60px 0; }
.sitemap .link{
    display:block;
    -webkit-transition:opacity 0.3s ease;
    transition:opacity 0.3s ease;
    color:#2252d8;
    font-size:16px; }
.sitemap .link:hover{
      opacity:0.5; }
.sitemap .link:not(:first-child){
      margin-top:15px; }
.container{
  width:1170px;
  padding-left:20px;
  padding-right:20px;
  margin-left:auto;
  margin-right:auto;
  max-width:100%;
  -webkit-box-sizing:border-box;
          box-sizing:border-box; }
.js-sr{
  visibility:hidden; }

.price-order-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.price-order-head .title {
    width: 57%;

}

.price-order-head .garant-title {
    width: 32%;
}

.price-order-head div {
    display:inline-block;
    font-size: 19px;
}

.price__form .title {
    width: 61%;
    margin: auto;
}

.price__form .form .inputbox, .price__form .form .button {
    width: 54%;
    margin: auto;
}

.price__form .form .button {
    margin-top: 10px;
}

.price__form p {
    width: 61%;
    font-family: "Circe", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    margin: auto;
}

.price__form .form .inputbox .input {
    text-align: center;
}

.price__form .form .inputbox svg {
    position: relative;
    left: 18px;
}
@media screen and (max-width: 720px) {
    .price__order {
        width: 100%;
    }
    .price .price-bg img {
      margin: 0 0 20px;
      height: auto;
      width: 100%;
      object-fit: contain;
    }
    .price .price-bg {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 64.7rem;
    }

    .price__order li {
      padding-bottom: 5px;
      border-bottom: 1px solid lightgray
    }
}

@media screen and (max-width: 991px) {
  .header.is-scrolled {
    padding: 10px 0;
  }
}


h1 span{
  color: #00abff;
}
