body {
    font-family: 'Open Sans', sans-serif;
    
}

html, body {min-width: 1280px;  width: 100%;
    height: 100%;}
    :focus {
        outline: none !important;
        box-shadow: none !important;
    }
    .modal-content form {
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    .modal-content form div {
      display: flex;
      flex-direction: column;
    }
    .modal-content .policy {
      text-align: center;
      margin-top: 26px;
      padding-bottom: 20px;
    }
body {
  background: #fff;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  overflow-x: hidden;
  color: #211e22;
}

#main {
    background-image: url('../img/main-screen.jpg');
    height: 904px;
    background-size: cover;
    background-position: center;
    padding-top: 309px;
    overflow: hidden;
}
h1 {
    font-size: 50px;
    color:#162481;
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
    margin-left: -37px;
    margin-bottom: 31px;
}
.lead {
    color:#333333;
    font-size: 18px;
    margin-left: -37px;
}
.btn {
    font-size: 16px;
    border-radius: 25px;
    padding: 13px 37px;
}
.btn-modal {
    background-color: #4b62fe;
    color: white;
}
.button-wrap {
    margin-top: 72px;
    margin-left: -37px;
}
.btn-modal:hover {
    color: white;
}
.btn-jobs {
    background-color: white;
    color: #4b62fe;
    margin-left: 10px;
    position: relative;
}
.btn-jobs svg {
    position: relative;
    right: -10px;
    top: 0;
    transition: .4s;
}
.btn-jobs:hover svg {
    transform: rotate(-90deg);
}
.btn-jobs:hover {
    color: #4b62fe;
}
.main-doc {
    position: relative;
    bottom: 132px;
    right: 0px;
}
header {
    position: fixed;
    width: 100%;
    height: 246px;
    transition: .4s;
}
.pl-dp-first {
    /* padding-left: 13.6em; */
    justify-content: center;
}
.nav-link {
    font-size: 15px;
    color:#333333;
}
.nav {
  position: relative;
  top: 3px;
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.nav-link {
    display: block;
    padding: 0px;
    padding-bottom: 20px;
    border-bottom: 3px solid transparent;
    transition: .3s;
}
.nav-link:hover {
    border-bottom: 3px solid #ffb9c3;
    color: black;
}
.nav-item {
padding: 0px;
}
.tel-header {
    font-weight: bold;
    font-size: 24px;
    color:#333333;
}
.tel-header:hover {
    text-decoration: none;
}
.social-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: 15px;
    width: 64%;
    margin: 0 auto;
}
.right-header {
    position: relative;
    left: 38px;
    top: -3px;
}
.social-block a svg path {
    transition: .4s;
}
.social-block a svg:hover path {
    fill: #7382e8;
}
.btn-jobs:hover,
.btn-modal:hover {
        box-shadow: 0px 9px 25px 0px rgba(172, 119, 112, 0.2);
}
header.scrolled {
  background-color: #ffffff;
  height: 61px;
  z-index: 2;
  box-shadow: 0px 9px 25px 0px rgba(172, 119, 112, 0.2);
}
h2 {
color: #162481;
font-size: 50px;
font-family: 'Playfair Display', serif;
line-height: 1.2;
position: relative;
}
.h2border {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(65%,transparent),color-stop(10%,#f1f3ff));
    background-image: linear-gradient(180deg,transparent 65%,#f1f3ff 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size .4s ease;
    transition: background-size .4s ease;
    display: inline;
    background-size: 100% 94%;
}

.h2border:hover {
    
}
#allon4 {
    padding-top: 173px;
    height: 666px;
}
#allon4 .text {
    margin-top: 44px;
}
.text {
    font-size: 16px;
    color:#6c708c;
    line-height: 1.5;
}
#allon4 img {
    margin-top: -39px;
}
.card-allon {
        border-radius: 23px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 9px 71px 0px rgba(47, 61, 84, 0.1);
        height: 395px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
}
.card-allon_title {
    color:#646464;
    font-size: 26px;
    font-family: 'Playfair Display', serif;
}
.round {
        border-radius: 23px;
        background-color: rgb(146, 160, 248);
        width: 47px;
        height: 47px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        font-family: 'Playfair Display', serif;
        color: white;
        margin-right: 13px;
}
.card-allon div {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 45px;
}
#allon4-time h2 {
        margin-bottom: 45px;
        padding-left: 10px;
}
#allon4-time {
    height: 483px;
}
#etaps {
    height: 781px;
    background-image: url('../img/etap-screen.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 166px;
}
header img.logo {
    transition: .4s;
}
header.scrolled img.logo {
    height: 59px;
    overflow: hidden;
    object-fit: none;
    width: 220px;
    object-position: top;
    transform: scale(0.5);
}
header.scrolled .social-block {
    display: none;
}
header.scrolled .nav {
    top: 10px;
}
#result {
    height: 597px;
    padding-top: 91px;
}
@media (min-width: 767px) {
.etap-image-slider.slick-slider {
    margin-left: 0px;
    margin-right: -15px;
  }
  
  .etap-image-slider .slick-list {
    padding-top: 5%!important;
    padding-bottom: 5%!important;
    padding-left: 9.5%!important;
    padding-right: 7.5%!important;
  }
  
  .etap-image-slider .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .etap-image-slider .slick-track {
    max-width: 100%!important;
    transform: translate3d(0, 0, 0)!important;
    perspective: 218px;
  }
  
  .etap-image-slider .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100%!important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
  }
  
  .etap-image-slider .slick-snext,
  .etap-image-slider .slick-sprev {
    display: block;
  }
  
  .etap-image-slider .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 0, 20px);
    z-index: 2;
  }
  
  .etap-image-slider .slick-snext {
    opacity: 1;
    transform: translate3d(20%, 0, 0px);
    z-index: 1;
  }
  
  .etap-image-slider .slick-sprev {
    opacity: 1;
    transform: translate3d(-20%, 0, 0px);
  }
}
  /* .etap-image-slide {
    display: block;
    width: 100%;
    height: 300px;
    background: #c00;
    box-shadow: inset 0px 0px 0px 3px #000
  } */
  .etaps-numbers {
      padding-left: 0px;
      list-style-type: none;
      display: flex;
      margin-top: 58px;
      margin-bottom: 60px;
  }
  .etaps-numbers li {
        border-radius: 23px;
        background-color: rgb(255, 255, 255);
        width: 47px;
        height: 47px;
        display: flex;
        align-items: center;
        justify-content: center;
        color:#92a0f8;
        transition: .4s;
        margin-right: 28px;
        position: relative;
        transform: translate();
        font-family: 'Playfair Display', serif;
        cursor: pointer;
        font-size: 26px;
        padding-bottom: 11px;
  }
  .etaps-numbers li.active-slide {
      background-color: #4b62fe;
      color: white;
  }
  .etaps-numbers li:after{
      content: "";
      width: 14px;
      height: 2px;
      background-color: white;
      right: -14px;
      position: absolute;
      top: 22px;
  }
  .etaps-numbers li.active-slide:after{
    content: "";
    width: 14px;
    height: 2px;
    background-color: #4b62fe;
    right: -14px;
    position: absolute;
}
.etaps-numbers li:before{
    content: "";
    width: 14px;
    height: 2px;
    top: 22px;
    background-color: white;
    left: -14px;
    position: absolute;
}
.etaps-numbers li.active-slide:before{
    content: "";
    width: 14px;
    height: 2px;
    background-color: #4b62fe;
    left: -14px;
    position: absolute;
}
.first-number:before {
    display: none;
}
.end-number:after {
    display: none;
}
h3 {
    font-size: 26px;
    color:#162481;
    font-family: 'Playfair Display', serif;
    margin-bottom: 24px;
}
.etap-image-slide {
    width: auto !important;
}
.etap-slide p {
    color: rgb(108, 112, 140);
    line-height: 1.5;
}

  .next-sl {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    z-index: 10;
  }
  .prev-sl {
    position: absolute;
    left: 50%;
    transform: translateX(-65%);
    z-index: 9;
  }
  .slick-arrow {
      bottom: -5px;
      background: transparent;
      border: none;
  }

  .cd-image-container {
    position: relative;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
  #result .cd-image-container {
    margin-top: 12px;
    margin-left: 32px;
  }
  .cd-image-container img {
    display: block;
    width: 100%;
  }
  
  .cd-image-label {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
    font-size: 43px;
    text-shadow: 0px 4px 4px rgba(22, 26, 50, 0.51);
    text-transform: uppercase;
    font-weight: 300;
  }

  #jobs .cd-image-container {
    margin-bottom: 25px;
  }
  #jobs .cd-image-label {
    font-size: 25px;
  }
  #jobs h2 {
    margin-bottom: 30px;
  }
  .cd-image-label.is-hidden {
    /* visibility: hidden; */
  }
  .is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  
  .cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .cd-resize-img .cd-image-label {
    right: auto;
    left: 0;
  }
  .is-visible .cd-resize-img {
    width: 32%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
    border-right: 2px solid white;
  }
  
  @-webkit-keyframes cd-bounce-in {
    0% {
      width: 0;
    }
    60% {
      width: 55%;
    }
    100% {
      width: 50%;
    }
  }
  @-moz-keyframes cd-bounce-in {
    0% {
      width: 0;
    }
    60% {
      width: 35%;
    }
    100% {
      width: 32%;
    }
  }
  @keyframes cd-bounce-in {
    0% {
      width: 0;
    }
    60% {
      width: 35%;
    }
    100% {
      width: 32%;
    }
  }
  .cd-handle {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 32%;
    top: 85%;
    margin-left: -21px;
    margin-top: -34px;
    border-radius: 50%;
    background: white url("../img/cd-arrows.svg") no-repeat center center;
    cursor: move;
    /* box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3); */
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }
  .cd-handle.draggable-compare {
    /* change background color when element is active */
    background-color: #445b7c;
  }
  .is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  }
  .styled {
list-style-type: none;
padding-left: 0px;
margin-top: 53px;
  }
  .styled li:before {
      content: url('../img/styled-li.svg');
      position: absolute;
      left: 0px;
      height: 47px;
  }
  .styled li {
      position: relative;
      padding-left: 74px;
      color:#6c708c;
      font-size: 16px;
      line-height: 1.5;
      height: 48px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
 #form-first {
        background-color: rgb(241, 243, 255);
        height: 376px;
        background-image: url('/img/form-first.jpg');
        background-position: center;
        background-size: cover;
 }
 #form-second {
    background-color: rgb(241, 243, 255);
    height: 376px;
    background-image: url('/img/form-second.jpg');
    background-position: center;
    background-size: cover;
}
 .form-wrapper {
        border-radius: 23px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px -4px 56px 0px rgba(121, 128, 175, 0.51);
        width: 100%;
        height: 369px;
        position: relative;
        margin-top: 75px;
        display: flex;
        flex-wrap: wrap;
 }
 .form-wrapper h2 {
     font-size: 30px;
     color:#162481;
     margin-bottom: 20px;
 }
 .left-form {
    padding-left: 92px;
    padding-top: 72px;
    width: 63%;
 }
 .form-wrapper p {
     font-size: 16px;
     color:#6c708c;
 }
 .right-form {
     width: 37%;
     padding-top: 56px;
     padding-left: 46px;
 }
 .bottom-form {
    width: 100%;
    border-top: 1px solid #f1f3ff;
    margin-top: 65px;
    padding-left: 93px;
    height: 70px;
    display: flex;
    align-items: center;
 }
 .right-form form {
    display: flex;
    flex-direction: column;
 }
 label {
     color:#6c708c;
     font-size: 14px;
     margin-bottom: 9px;
 }
 input {
        border-radius: 5px;
        background-color: rgb(240, 241, 245);
        width: 273px;
        height: 58px;
        border: none;
        padding-left: 27px;
        color:#6c708c;
        margin-bottom: 18px;
 }
 .btn-send {
    background-color: rgb(75, 98, 254);
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 268px;
    height: 52px;
 }
 .btn-send:hover {
     color: white;
     box-shadow: 0px 9px 25px 0px rgba(172, 119, 112, 0.2);
 }
.policy {
    font-size: 14px;
    color:#a9aec9;
}
  .card-allon-preim_title {
      font-size: 26px;
      color:#162481;
      font-family: 'Playfair Display', serif;
  }
  .card-allon_text {
        font-size: 16px;
        color: rgb(108, 112, 140);
        line-height: 1.5;
  }
  #allon4-preim {
    padding-top: 184px;
    height: 978px;
  }
  #allon4-preim h2 {
    margin-bottom: 73px;
  }
  .card-allon-preim img {
    margin-bottom: 33px;
    height: 90px;
    object-fit: none;
  }
  .card-allon-preim_title {
    margin-bottom: 23px;
    display: block;
  }
  .card-allon-preim {
      margin-bottom: 34px;
  }
  #price {
        background-color: rgb(75, 98, 254);
        height: 719px;
        padding-top: 73px;
  }
  #price h2 {
      color: #b1d9ff;
      margin-bottom: 54px;
  }
  #price h2 span {
      color: white;
  }
  .card-item {
        border-radius: 5px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 9px 71px 0px rgba(47, 61, 84, 0.1);
        height: 519px;
        width: 381px;
        display: flex;
        flex-direction: column;
  }

  .card-item_img {
    height: 257px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .card-item_info-title {
      font-size: 26px;
      color:#162481;
      font-family: 'Playfair Display', serif;
      margin-bottom: 15px;

  }
  .card-item_info {
    display: flex;
    flex-direction: column;
    padding-left: 45px;
    padding-top: 5px;
  }
  .card-item_info-text {
      color:#6c708c;
      margin-bottom: 19px;
  }
.card-item_info-price {
    font-size: 24px;
    color:#333333;
}
.btn-zapis {
    margin: 0 auto;
    margin-top:35px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(75, 98, 254);
    background-color: rgba(75, 98, 254, 0);
    width: 235px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:rgb(75, 98, 254);
    position: relative;
    padding-left: 56px;
}
.btn-zapis:hover {
    background-color: rgb(75, 98, 254);
    color: white;
}
.btn-zapis svg {
    position: absolute;
    left: 24px;
}
.btn-zapis svg path {
    transition: .4s;
}
.btn-zapis:hover svg path {
    fill: white;
}
h2.min {
    font-size: 26px;
}
#price-info {
    padding-top: 107px;
}
#price-info p {
    color: rgb(108, 112, 140);
    line-height: 1.5;
}
#price-info h2 {
    margin-bottom: 29px;
}
.pl-price-info {
    padding-left: 55px;
}
#better {
    padding-top: 78px;
}

.comparison {
    max-width: 100%;
    margin:0 auto;
    text-align:center;
    padding:10px;
  }
  
  .comparison table {
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
  }
  .second-compare {
      background-color: #f6f7ff;
  }
  tr td:nth-child(3) {
    background-color: #f6f7ff;
  }
  
  .comparison td, .comparison th {

    empty-cells: show;
    padding:10px;
  }
  .comparison tr td {
    height: 79px;
    padding-top: 19px !important;
  }
  .compare-heading {
    font-size: 16px;
    font-weight: bold !important;
    border-bottom: 0 !important;
    padding-top: 68px !important;
    color: #162481;
    padding-bottom: 14px !important;
  }
  .comparison td span {
        width: 97px;
        height: 47px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        font-size: 18px;
        margin: 0 auto;
        position: relative;
        padding-left: 24px;
  }
  .tick-no:before {
      content: url('../img/minus.svg');
      position: absolute;
      left: 17px;
      top: 9px;
  }
  .tick-yes:before {
    content: url('../img/plus.svg');
    position: absolute;
    left: 20px;
    top: 16px;
}
.tick-yes.number,
.tick-no.number {
    padding-left: 0px;
}
.tick-yes.number:before,
.tick-no.number:before {
    display: none;
}
.only-no {
    padding-left: 0px !important;
}
.first-compare {
    width: 298px;
}
.second-compare {
    width: 234px;
    position: relative;
}
.second-compare span {
    position: absolute;
    font-size: 25px;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
}
  .tick-no {
    background-color: rgb(252, 228, 228);
    color:#ce6262;
  }
  .tick-yes {
    background-color: rgb(219, 224, 255);
    color:#5b6ee2;
  }
  .comparison tbody tr:nth-child(odd) {
    display:none;
  }
  .optimal p {
      font-size: 24px;
      background-image: -webkit-gradient(linear,left top,left bottom,color-stop(65%,transparent),color-stop(10%,#fce4e4));
      background-image: linear-gradient(180deg,transparent 65%,#fce4e4 0);
      background-size: 0 100%;
      background-repeat: no-repeat;
      text-decoration: none;
      -webkit-transition: background-size .4s ease;
      transition: background-size .4s ease;
      display: inline;
      background-size: 100% 94%;
  }
  
 

  
  .comparison .tickblue {
    color:#0078C1;
  }
  
  .comparison .tickgreen {
    color:#009E2C;
  }
  
  .comparison th {
    font-weight:normal;
    padding:0;
    border-bottom:1px solid #eef0fb;
  }
  
  .comparison tr td:first-child {
    text-align:left;
    font-size: 18px;
color: #162481;

  }
    
  .comparison .qbse, .comparison .qbo, .comparison .tl {
    color:#FFF;
    padding:10px;
    font-size:13px;
    border-bottom:0;
    width: 324px;
  }
  
  .comparison .tl2 {
    border-right:0;
  }
  
  .comparison .qbse {
    background:#0078C1;
    border-top-left-radius: 3px;
    border-left:0px;
  }
  
  .comparison .qbo {
    background:#009E2C;
    border-top-right-radius: 3px;
    border-right:0px;
  }
  
  .comparison .price-info {
    padding:5px 15px 15px 15px;
  }
  
  .comparison .price-was {
    color:#999;
    text-decoration: line-through;
  }
  
  .comparison .price-now, .comparison .price-now span {
    color:#ff5406;
  }
  
  .comparison .price-now span {
    font-size:32px;
  }
  
  .comparison .price-small {
      font-size: 18px !important;
      position: relative;
      top: -11px;
      left: 2px;
  }
  
  .comparison .price-buy {
    background:#ff5406;
    padding:10px 20px;
    font-size:12px;
    display:inline-block;
    color:#FFF;
    text-decoration:none;
    border-radius:3px;
    text-transform:uppercase;
    margin:5px 0 10px 0;
  }
  
  .comparison .price-try {
    font-size:12px;
  }
  
  .comparison .price-try a {
    color:#202020;
  }
  
  @media (max-width: 767px) {
    .comparison td:first-child, .comparison th:first-child {
      display: none;
    }
    .comparison tbody tr:nth-child(odd) {
      display:table-row;
      background:#F7F7F7;
    }
    .comparison .row {
      background:#FFF;
    }
    .comparison td, .comparison th {
      border:1px solid #CCC;
    }
    .price-info {
    border-top:0 !important;
    
  }
    
  }
  
  @media (max-width: 639px) {
    .comparison .price-buy {
      padding:5px 10px;
    }
    .comparison td, .comparison th {
      padding:10px 5px;
    }
    .comparison .hide-mobile {
      display:none;
    }
    .comparison .price-now span {
    font-size:16px;
  }
  
  .comparison .price-small {
      font-size: 16px !important;
      top: 0;
      left: 0;
  }
    .comparison .qbse, .comparison .qbo {
      font-size:12px;
      padding:10px 5px;
    }
    .comparison .price-buy {
      margin-top:10px;
    }
    .compare-heading {
    font-size:16px;
  }
  }





  :root {
    --gutter: 20px;
  }
  
  .app {
    padding: var(--gutter) 0;
    display: grid;
    grid-gap: var(--gutter) 0;
    grid-template-columns: var(--gutter) 1fr var(--gutter);
    align-content: start;
  }
  
  .app > * {
    grid-column: 2 / -2;
  }
  
  .app > .full {
    grid-column: 1 / -1;
  }
  
  .hs {
    display: grid;
    grid-gap: calc(var(--gutter) / 2);
    grid-template-columns: 10px;
    grid-template-rows: minmax(150px, 1fr);
    grid-auto-flow: column;
    grid-auto-columns: calc(50% - var(--gutter) * 2);
  
    overflow-x: scroll;
    scroll-snap-type: x proximity;
    padding-bottom: calc(.75 * var(--gutter));
    margin-bottom: calc(-.25 * var(--gutter));
  }
  
  .hs:before,
  .hs:after {
    content: '';
    width: 10px;
  }
  
  

  
  ul.hs {
    list-style: none;
    padding: 0;
  }
  
  .card-item_info-discount {
    font-size: 14px;
    display: block;
    position: relative;
    top: 10px;
    color: gray;
  }
  #jobs .col-sm-4 {
      margin-bottom: 25px;
  }
  #say {
        background-color: #f1f3ff;
        height: 728px;
        padding-top: 114px;
  }
  #say h2 {
    margin-bottom: 35px;
  }
  #say p {
    color: rgb(108, 112, 140);
    line-height: 1.5;
  }
 .main2-doc {
  display: block;
    position: relative;
    bottom: 78px;
 }
 .doc-name {
    font-size: 18px;
    display: block;
    color:#162481;
    margin-top: 38px;
    margin-bottom: 10px;}
    .doc-gl {
        font-size: 14px;
        color:#6c708c;
    }
    #say .btn {
        margin: 0;
        margin-top: 34px;
    }
    .fill-btn {
        background-color: rgb(75, 98, 254);
    color: white;
    }
    .fill-btn svg path {
        fill: white;
    }
    #team {
        padding-top: 56px;
        height: 786px;
}
#team h2 {
    margin-bottom: 35px;

}
#team p {
    line-height: 1.5;
    color: rgb(108, 112, 140);
    margin-bottom: 52px;
}

  .slider-team .slick-list {
      overflow: visible;
  }
  .team-card {
        border-radius: 23px;
        background-color: rgb(254, 239, 239);
        box-shadow: 0px 9px 71px 0px rgba(47, 61, 84, 0.1);
        height: 374px;
        margin-left: 10px;
        margin-right: 10px;
        display: flex !important;
    flex-direction: column;
  }
  .slider-team,
  .slider-news {
      padding-left: 0px;
      list-style-type: none;
  }
  .slider-team .slick-slide,
  .slider-news .slick-slide {
    margin: 0 10px;
}
.team-card__img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 224px;
    margin-bottom: 34px;
}
.team-card__info {
    padding-left: 27px;
}
.team-card__name {
    font-size: 20px;
    color:#162481;
    font-family: 'Playfair Display', serif;
    margin-bottom: 8px;
    display: block;
}
.team-card__text {
    color: rgb(108, 112, 140);
    line-height: 1.714;
    font-size: 14px;
}
#news {
        background-color: rgb(244, 245, 251);
        height: 805px;
        padding-top: 83px;
}
.btn-read {
        border-style: solid;
        border-width: 2px;
        border-color: rgb(75, 98, 254);
        background-color: rgba(75, 98, 254, 0);
        width: 200px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color:#4b62fe;
        padding: 0;
}
.mob-br {
  display: none !important;
}
.btn-read:hover {
    background-color: rgb(75, 98, 254);
    color: white;
}
.slider-news li {
    display: flex;
    flex-direction: column;
}
.news-title {
    font-family: 'Playfair Display', serif;
    color: rgb(22, 36, 129);
    line-height: 1.2;
    font-size: 20px;
    height: 102px;
    display: block;
}
#news h2 {
    margin-bottom: 41px;
}
.slider-news li img {
    margin-bottom: 35px;
}
footer {
        background-color: rgb(16, 21, 56);
        height: auto;
        padding-top: 140px;
        padding-bottom: 40px;

}
footer .container {
    padding-left: 54px;
}
.footer-text {
    color: white;
    font-size: 30px;
}
.news-btns,
.doc-btns {
    position: absolute;
    right: 55px;
    top: 12px;
}
.news-btns button,
.doc-btns button {
    background: transparent;
    border: none;
}
.doc-btns button svg path:nth-child(1) {
    fill: #f2d4d4;
}
.doc-btns button svg path:nth-child(2) {
    fill: white;
}
.progress-news {
    display: block;
    width: 100%;
    height: 6px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 58px;
    background-color: #ffffff;
    background-image: linear-gradient(to right, rgb(75, 98, 254), rgb(75, 98, 254));
    background-repeat: no-repeat;
    background-size: 0 100%;
    
    transition: background-size .4s ease-in-out;
  }
  .progress-team {
    display: block;
    width: 100%;
    height: 6px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 58px;
    background-color: #feefef;
    background-image: linear-gradient(to right, #f2d4d4, #f2d4d4);
    background-repeat: no-repeat;
    background-size: 0 100%;
    
    transition: background-size .4s ease-in-out;
  }
  
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }

.footer-title {
    display: block;
    font-size: 14px;
    color:#6c708e;
    margin-bottom: 16px;
}
.pl-footer {
    padding-left: 64px;
}
.pl-footer2 {
    padding-left: 28px;
}
footer .social-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: 15px;
    width: 44%;
    margin: 0;
    margin-top: 12px;
}
footer .social-block svg path {
    fill: white;
}
hr {
        background-color: rgb(255, 255, 255);
        opacity: 0.051;
        margin-top: 41px;
    margin-bottom: 22px;
}
.footer-copyright {
    color: rgb(64, 69, 106);
    line-height: 1.2;
    font-size: 12px;
}
.footer-link {
    margin-bottom: 34px;
}
  
.footer-link a {
    color: white;
    font-size: 14px;
    margin-right: 32px;
}
.footer-text:hover {
    color: white;
}
.footer-wetaxa {
    position: absolute;
    right: 44px;
    bottom: 0px;
}
.btn-2gis {
        border-style: solid;
        border-width: 2px;
        border-color: rgb(50, 56, 93);
        background-color: rgba(75, 98, 254, 0);
        width: 238px;
        height: 39px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin-top: 20px;
    font-size: 14px;
}
.btn-2gis:hover {
    background-color: rgb(50, 56, 93);
    color: white;
}
.hamburger,
.tel-mobile {
    display: none;
}
header {
    z-index: 9;
}
.slider-team .slick-list {
  padding-top: 37px;
  padding-bottom: 70px;
}
.progress-team {
  margin-top: -45px;
}
#videoModal .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
#videoModal .modal-body {
position:relative;
padding:0px;
}
#videoModal .close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
@media screen and (max-width: 1440px) {
  .slider-team .slick-list {
    overflow: hidden;
}
h1,
.lead,
.button-wrap {
  margin-left: 0px;
}
header {
  position: fixed;
  width: 100%;
  height: 140px;
  transition: .4s;
}
#main {
  padding-top: 245px;
  overflow: hidden;
}

.main-menu {
  padding: 0px;
}
}
@media (max-width: 767.98px) {
  .card-item {
    width: 100%;
  }
  .card-item_img img {
    width: 100%;
  }
  .mob-br {
    display: block !important;
  }
  .btn-send {
    height: auto;
  }
.doc-btns {
    position: absolute;
    right: 55px;
    top: unset;
    bottom: -43%;
    z-index: 5;
    width: 100%;
    right: unset;
    left: 0;
    display: flex;
    justify-content: space-between;
}
.news-btns {
  top: -8px;
}
  .team-card__info {
    padding-left: 0px;
    text-align: center;
  }
    .slider-team .slick-list {
        overflow: hidden;
        padding-top: 20px;
padding-bottom: 44px;
    }
    .team-card {
      margin-left: 0px;
      margin-right: 0px;
    }
    .main2-doc {
      display: none;
    }
    #say {
      padding-bottom: 25px;
    }
    .tel-mobile {
        display: block;
        width: 68px;
        height: 68px;
        position: absolute;
        right: 84px;
        top: 0;
        padding: 23px;
    }
    .tel-mobile img {
        width: 100%;
    }
    .progress-team,
    .progress-news {
        margin-bottom: 30px;
    }
    .tel-info {
        display: none !important;
    }
    .main-menu {
        display: none !important;
    }
    .pl-dp-first {
        width: 60%;
    }
    header img.logo {
        height: 127px;
    width: 100%;
    transform: scale(0.5);
    padding: 16px;
    object-fit: contain;
    margin-left: -39%;
    }
    .main-menu.opened {
        display: block !important;
        height: 100vh !important;
        background-color: #ffefef;
    }
    .nav {
        flex-direction: column;
        padding-top: 40px;
        text-align: center;
    }
    header.scrolled img.logo {
        height: 127px;
        overflow: hidden;
        object-fit: contain;
        width: 100%;
        object-position: top;
        transform: scale(0.5);
        padding: 16px;
    }
    .hamburger {
        display: block;
        position: absolute;
        width: 68px;
        height: 68px;
        cursor: pointer;
        top: 0px;
        right: 0px;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .hamburger .stripe {
        width: 20px;
        height: 2px;
        background: #4b62fe;
        position: absolute;
        right: 23px;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    .hamburger .stripe.stripe-1 {
        top: 24px;
    }
    .hamburger .stripe.stripe-2 {
        top: 32px;
    }
    .hamburger .stripe.stripe-3 {
        top: 40px;
    }
    .hamburger.opened .stripe-1 {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 31px;
    }
    .hamburger.opened .stripe-2 {
        opacity: 0;
    }
    .hamburger.opened .stripe-3 {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 31px;
    }
    header.scrolled {
        top: 0px;
    }
section, body, html {
    width: 100%;
    min-width: 1px;
}
.pl-dp-first {
    padding-left: 0px;
}
header {
    height: 60px;
}
h1,
.lead,
.button-wrap {
    margin-left: 0px;
}
h1 {
    font-size: 29px;
}
section {
    padding-top: 35px !important;
    height: auto !important;
}
#main {
  height: auto !important;
  padding-top: 15vh !important;
  overflow: hidden;
  padding-bottom: 20px;
  background-position: left;
}
.form-wrapper {
  margin-top: 0px;
  margin-bottom: 25px;
}
h1 br {
  display: none;
}
.etap-image-slide img {
  width: 100%;
  height: auto;
}
.etap-image-slide {
  width: auto !important;
  padding-bottom: 30px;
}
.slick-arrow {
  bottom: 7px;
  background: transparent;
  border: none;
}
.prev-sl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.next-sl {
  position: absolute;
  right: 50%;
  transform: translateX(71%);
  z-index: 10;
}
#result {
  padding-bottom: 25px;
}
.cd-image-label {
  font-size: 20px;
}
.card-allon-preim img {
  margin-bottom: 16px;
  height: 59px;
  object-fit: contain;
}
.card-item_info {
  display: flex;
  flex-direction: column;
  padding-left: 25px;
  padding-top: 5px;
}
.comparison tr td {
  font-size: 17px;
}
.comparison td span {
  width: 79px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 13px;
  margin: 0 auto;
  position: relative;
  padding-left: 24px;
}
.tick-yes:before {
  position: absolute;
  left: 20px;
  top: 9px;
}
.tick-no:before {
  position: absolute;
  left: 17px;
  top: 7px;
}
.comparison tr td {
  height: 46px;
}
.comparison tr td {
  padding-top: 12px !important;
  font-size: 15px !important;
  color: #162481;
}
.comparison tbody tr:last-child {
  display: none;
}
h2 {
    font-size: 24px;
}
#allon4 .text {
    margin-top: 20px;
}
#allon4 img {
    margin-top: 0;
    width: 100%;
    margin: 0 auto;
}
.card-allon {
    border-radius: 23px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 9px 71px 0px rgba(47, 61, 84, 0.1);
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 28px;
}
.button-wrap {
    margin-top: 35px;}
    .btn-jobs {
        background-color: white;
        color: #4b62fe;
        margin-left: 0;
        position: relative;
        margin-top: 20px;
    }
    .main-doc {
        display: none;
    }
    #result .cd-image-container {
        margin-top: 12px;
        margin-left: 0;
    }
    .left-form {
        padding-left: 20px;
        padding-top: 15px;
        width: 100%;
        padding-right: 20px;
    }
    .form-wrapper h2 {
        font-size: 24px;
        color: #162481;
        margin-bottom: 20px;
    }
    .form-wrapper h2 br {
        display: none;
    }
    .right-form {
        padding-top: 20px;
        padding-left: 20px;
        width: 100%;
        padding-right: 20px;
    }
    .form-wrapper {
        height: auto;
    }
    .bottom-form {
        width: 100%;
        border-top: 1px solid #f1f3ff;
        margin-top: 20px;
        padding-left: 20px;
        height: auto;
        display: flex;
        align-items: center;
        padding-right: 20px;
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    input, .btn-send {
        width: 100%;
    }
    .card-item {
        margin-bottom: 20px;
    }
    .pl-price-info {
        padding-left: 10px;
    }
    .comparison .qbse, .comparison .qbo, .comparison .tl {
        width: auto;
    }
    .first-compare {
        width: auto;
    }
    .second-compare {
        width: auto;
        position: relative;
    }
    .comparison {
        padding: 0px;
    }
    .compare-heading {
        font-size: 14px;
    }
    .second-compare span {
        position: absolute;
        font-size: 21px;
        bottom: 22px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .comparison td, .comparison th {
        border: none;
    }
    footer {
        background-color: rgb(16, 21, 56);
        height: auto;
        padding-top: 35px;
    }
    footer .container {
        padding-left: 20px;
    }
    .pl-footer,
    .pl-footer2 {
        padding-left: 10px;
    }
    footer .social-block,
    .pl-footer {
        margin-bottom: 50px;
    }
    .footer-link a {
        color: white;
        font-size: 14px;
        margin-right: 32px;
        padding: 15px;
        display: flex;
        padding-left: 0;
    }
    .footer-copyright {
        color: rgb(64, 69, 106);
        line-height: 1.2;
        font-size: 12px;
        margin-bottom: 40px;
    }
    .footer-wetaxa {
        position: relative;
        right: 0;
        bottom: 0px;
        margin: 0 auto;
    }
    .footer-wetaxa svg {
        margin: 0;
    display: block;
    margin-bottom: 30px;
    }
    .tel-mobile {
        position: absolute;
    }
}
@media (min-width: 992px){
.container {
    max-width: 1280px;
}
}
@media (min-width: 768px){
.container {
    max-width: 1280px;
}
}
.sber {
  background-image: url('../img/sber.jpg');
  height: 728px;
  background-size: cover;
  background-position: center;
  padding-top: 123px;
  margin-top: 60px;
}
.sber p {
  margin-top: 44px;
color:#6c708c;
line-height: 1.5;
}
.bottom-sber img {
  margin-left: 29px;
}
.bottom-sber {
  margin-top: 120px
}

@media (max-width: 767.98px) {
.sber {
  background-position: left;
  padding-bottom: 45px;
}
.bottom-sber {
  margin-top: 39px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.bottom-sber img {
  margin-left: 0;
  margin-top: 36px;
}
}