@keyframes fadein {from {opacity:0}to {opacity:1}}@-moz-keyframes fadein {from {opacity:0}to {opacity:1}}@-webkit-keyframes fadein {from {opacity:0}to {opacity:1}}@-o-keyframes fadein {from {opacity:0}to {opacity:1}}
@font-face {
    src:url(../fonts/inserat.ttf);
    font-family: 'inserat';
    font-display:swap;
}
img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
  }
body {
    font: 25px/32px 'Montserrat';
    -moz-animation:fadein 1.s;
    -ms-animation:fadein 1.2s;
    -o-animation:fadein 1.2s;
    animation:fadein 1.2s;
    position: relative;
    background: #0A0A0A;
}
.sec1 {
    padding: 170px 0 235px;
    background: url(../img/bg1.png) no-repeat #0a0b11 100% 0%/cover;
}
.main-left {
    width: 30%;
    padding-top: 200px;
}
.main-right {
    width: 69%;
}
.man {
    position: absolute;
    left: -324px;
    top: -143px;
}
.blur1 {
    position: absolute;
    left: -184px;
    top: -23px;
}
.main-flex {
    justify-content: space-between;
}
h1 {
    position: relative;
}
.s1 {
    font: 75px/76px 'inserat';
    background: #FFFFFF;
    background: -webkit-linear-gradient(to bottom, #FFFFFF 0%, #A5A5A5 100%);
    background: -moz-linear-gradient(to bottom, #FFFFFF 0%, #A5A5A5 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, #A5A5A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.s2 {
    font: 75px/76px 'inserat';
    background: #fff;
    background: -webkit-linear-gradient(to bottom, #fff 0%, #A4A4A4 100%);
    background: -moz-linear-gradient(to bottom, #fff 0%, #A4A4A4 100%);
    background: linear-gradient(to bottom, #fff 0%, #A4A4A4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: -20px;
    top: 70px;
}
.s3 {
    font: 132px/133px 'inserat';
    background: #fff;
    background: -webkit-linear-gradient(to bottom, #fff 0%, #A4A4A4 100%);
    background: -moz-linear-gradient(to bottom, #fff 0%, #A4A4A4 100%);
    background: linear-gradient(to bottom, #fff 0%, #A4A4A4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 24px;
    top: 70px;
}
.main-left p {
    font: 20px/22px 'Montserrat';
    position: relative;
    top: 135px;
    left: 72px;
    display: inline-block;
    color: #fff;
}
.main-left p::before {
    content: "";
    width: 39px;
    height: 30px;
    position: absolute;
    left: -60px;
    top: -3px;
    /*background: url(../img/calendar.png) no-repeat center/cover;*/
}
.main-left p::after {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #0018FD;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.6);
    -moz-box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.6);
    box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.6);
    position: absolute;
    right: -33px;
    top: 6px;
}
.quote {
    text-align: center;
    width: 300px;
    margin-bottom: 70px;
    transform: translateX(-100px);
}
.quote i {
    font: 16px/23px 'Montserrat';
    color: #70A0C3;
    margin-bottom: 25px;
    display: block;
}
.quote + p {
    color: #555555;
    font: 18px/20px 'Montserrat';
}
h2 {
    color: #fff;
    font: 28px/38px 'Montserrat';
    position: relative;
}
.butt {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 420px;
    height: 90px;
    text-decoration: none;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 50px 0 30px 0;
    transition: all 0.3s ease-in-out;
    background-color: #D80202;
}
.butt::before {
    background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 40px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butt::after {
    background: #fff;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
}
.butt::before {
    left: -50%;
}
.butt::after {
    left: -100%;
}
.butt:hover::before {
    left: 120%;
    opacity: 0.5s;
}
.butt:hover::after {
    left: 200%;
    opacity: 0.6;
}
.butt:hover span {
    color: #fff;
}
.butt:hover {
    text-decoration: none;
    color: #fff;
    transform: translateY(-2px);
}
.timer__number {
    color: #fff;
    font: 600 60px/60px 'Montserrat';
}
.timer__label {
    color: #fff;
    font: 400 20px/24px 'Montserrat';
}
.timer__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 40px;
    width: 70px;
}
.timer__item:last-child {
    margin-right: 0;
}
.timer__item::after {
    content: ":";
    position: absolute;
    top: 10px;
    right: -26px;
    color: #fff;
    font: 600 40px/40px 'Montserrat';
}
.timer__item:last-child::after {
    display: none;
}
.sec2 {
    padding: 100px 0;
}
.timer__items::before {
    content: "Спецусловие со скидкой до 40% и бонусами действует";
    position: absolute;
    top: -34px;
    left: -20px;
    color: #6E9CBE;
    font: 400 20px/28px 'Montserrat';
    width: 345px;
}
.timer__items::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 230px;
    width: 71px;
    height: 43px;
    background: url(../img/arr1.png) no-repeat center/cover;
}
.sec3 {
    padding: 0 0 220px;
    background: url(../img/bg2.png) no-repeat center;
}
.s4 {
    font: 60px/60px 'inserat';
    background: #FFFFFF;
    background: -webkit-linear-gradient(to bottom, #FFFFFF 0%, #A5A5A5 100%);
    background: -moz-linear-gradient(to bottom, #FFFFFF 0%, #A5A5A5 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, #A5A5A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.s5 {
    font: 120px/120px 'inserat';
    background: #fff;
    background: -webkit-linear-gradient(to bottom, #fff 0%, #A4A4A4 100%);
    background: -moz-linear-gradient(to bottom, #fff 0%, #A4A4A4 100%);
    background: linear-gradient(to bottom, #fff 0%, #A4A4A4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    top: -21px;
}
.sec3 h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 120px;
    position: relative;
}
.sec3 h3::after {
    content: "";
    position: absolute;
    top: 37px;
    right: 95px;
    width: 165px;
    height: 177px;
    background: url(../img/glass1.png) no-repeat center/cover;
}
.cases {
    z-index: 0;
}
.case {
    height: 530px;
    padding: 30px;
}
.case h4 {
    color: #70A0C3;
    font: 38px/42px 'inserat';
    text-transform: uppercase;
    margin-bottom: 35px;
    hyphens: auto;
}
/* .case.case1 h4 {
    background: #fff;
    background: -webkit-linear-gradient(to bottom, #fff 0%, #A4A4A4 100%);
    background: -moz-linear-gradient(to bottom, #fff 0%, #A4A4A4 100%);
    background: linear-gradient(to bottom, #fff 0%, #A4A4A4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
.case p {
    color: #010101;
    font: 400 20px/28px 'Montserrat';
    margin-bottom: 35px;
}
/* .case.case1 p {
    color: #fff;
    font: 400 20px/28px 'Montserrat';
} */
.case p:last-child {
    margin-bottom: 0;
}
.case1 {
    width: 380px;
    background: url(../img/case3.png) no-repeat center/cover;
}
.case2 {
    width: 360px;
    background: url(../img/case2.png) no-repeat center/cover;
}
.case3 {
    width: 370px;
    background: url(../img/case3.png) no-repeat center/cover;
}
.sec4 {
    padding: 100px 0 0;
    background: url(../img/bg3.jpg) no-repeat center/cover;
}
/* .case1::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    -webkit-box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.14);
    -moz-box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.14);
    box-shadow: 0px 0px 31px 29px rgba(0,24,253,0.14);
    z-index: -1;
} */
.case1::after,
.case2::after, 
.case3::after {
    content: "";
    position: absolute;
    width: 86%;
    height: 90%;
    top: 5%;
    left: 5%;
    -webkit-box-shadow: 0px 0px 21px 9px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 21px 9px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 31px 29px rgba(0,0,0,0.5);
    z-index: -1;
}
.notebook {
    position: relative;
}
.gear {
    animation: spin 10s linear infinite;
    position: absolute;
    top: 237px;
    left: 120px;
}
.note {
    position: absolute;
    top: 160px;
    left: 100px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.pp {
    width: 602px;
    margin: 0 auto;
    color: #fff;
    font: 400 20px/28px 'Montserrat';
    margin-bottom: 30px;
}
.types {
    gap: 30px;
    margin: 60px auto;
}
.types > div {
    padding: 15px 20px;
    width: 400px;
    height: 140px;
}
.types > div:first-child {
    background: #70A0C3;
}
.types > div:last-child {
    background: #0313AC;
}
.types > div span {
    font: 70px/70px 'inserat';
    background: #fff;
    background: -webkit-linear-gradient(to bottom, #fff 0%, #A4A4A4 100%);
    background: -moz-linear-gradient(to bottom, #fff 0%, #A4A4A4 100%);
    background: linear-gradient(to bottom, #fff 0%, #A4A4A4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 130px;
    text-align: center;
    margin-right: 20px;
}
.types > div p {
    color: #fff;
    margin-bottom: 0;
    font: 400 20px/28px 'Montserrat';
}
.types > div:first-child::after {
    content: "";
    position: absolute;
    bottom: -38px;
    right: 30px;
    width: 77px;
    height: 77px;
    background: url(../img/icon1.png) no-repeat center/cover;
}
.types > div:last-child::after {
    content: "";
    position: absolute;
    bottom: -38px;
    right: 30px;
    width: 77px;
    height: 77px;
    background: url(../img/icon2.png) no-repeat center/cover;
}
.cols {
    width: 602px;
    margin: 0 auto;
    position: relative;
}
.p1 {
    border: 1px solid #4C4C4C;
    width: 602px;
    margin: 0 auto;
    color: #fff;
    font: 400 20px/28px 'Montserrat';
    padding: 20px 36px 45px;
}
.p2 {
    background: #fff;
    font: 400 20px/28px 'Montserrat';
    color: #000;
    width: 350px;
    position: absolute;
    right: -33px;
    transform: translateY(-23px);
    padding: 20px 30px;
}
.p3 {
    width: 290px;
    color: #fff;
    font: 400 20px/28px 'Montserrat';
    padding: 20px 36px 45px;
    margin: 10px 0 10px 0;
}
.p4 {
    border: 1px solid #4C4C4C;
    right: -283px;
    width: 350px;
    top: -80px;
    color: #fff;
    font: 400 20px/28px 'Montserrat';
    padding: 20px 36px;
    margin: 10px 0 10px 0;
}
.p5 {
    background: #fff;
    font: 400 20px/28px 'Montserrat';
    color: #000;
    width: 363px;
    left: -117px;
    top: -182px;
    padding: 20px 30px;
}
.p6 {
    width: 405px;
    right: -248px;
    color: #fff;
    font: 400 20px/28px 'Montserrat';
    padding: 20px 36px 45px;
    margin: 0;
    top: -200px;
}
.p7 {
    width: 590px;
    margin: 0 auto;
    color: #fff;
    font: 600 20px/28px 'Montserrat';
    padding: 20px 36px 45px;
    top: -228px;
}
.p0 {
    font: 400 20px/28px 'Montserrat';
    background: #10101B;
    border: 1px solid #555555;
    border-radius: 30px;
    display: flex;
    color: #fff;
    flex-direction: column;
    width: 265px;
    height: 100px;
    position: absolute;
    padding: 20px 45px;
    top: 680px;
}
.p0::before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    bottom: 2px;
    left: 2px;
    border: 1px solid #0018FD;
    transition: .4s;
    background-color: #0018FD;
    -webkit-box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.6);
    -moz-box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.6);
    box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.6);
}
.p1::after {
    content: "";
    width: 23px;
    height: 41px;
    position: absolute;
    top: 30px;
    right: -50px;
    background: url(../img/arr2.png) no-repeat center/cover;
}
.p3::before {
    content: "";
    width: 23px;
    height: 41px;
    position: absolute;
    top: 52px;
    left: -15px;
    background: url(../img/arr3.png) no-repeat center/cover;
}
.p6::before {
    content: "";
    width: 24px;
    height: 43px;
    position: absolute;
    top: 52px;
    left: -20px;
    background: url(../img/arr4.png) no-repeat center/cover;
}
.p0::after {
    content: "";
    width: 36px;
    height: 242px;
    position: absolute;
    bottom: -300px;
    left: 62px;
    background: url(../img/arr5.png) no-repeat center/cover;
}
.sec5 {
    padding: 70px 0 90px;
    background: url(../img/blur2.png) no-repeat center;
    background-position: 50% -55%;
}
.cards {
    padding: 150px 0 0;
}
.card {
    border: none;
    background: none;
    width: 230px;
    height: auto;
}
.card::after {
    content: "";
    width: 32px;
    height: 13px;
    position: absolute;
    top: 180px;
    right: -28px;
    background: url(../img/arr6.png) no-repeat center/cover;
}
.card:last-child::after {
    display: none;
}
.card img {
    transform: translateX(-38px);
}
.card p {
    font: 400 20px/28px 'Montserrat';
    color: #fff;
    margin: 30px 0 50px;
}
.calc h3 {
    color: #000;
    text-align: center;
    font: 500 32px/35px 'Montserrat';
    margin: 50px auto 20px;
}
.calcBox {
    padding: 10px 120px 70px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
.range small {
    font-weight: normal;
    font: 400 13px/15px 'Montserrat';
    opacity: 0.8;
    color: #000;
    margin-bottom: 15px;
    display: inline-block;
}

.range {
    position: relative;
    width: 100%;
}

#sliderContainer {
    width: 100%;
    padding: 30px 0;
}
#sliderContainer>div:first-child {
    margin-bottom: 30px;
}
.tick-slider {
    position: relative;
    width: 100%;
}
.tick-slider-value-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    font: 400 14px/15px 'Montserrat';
    color: #000;
}
.tick-slider-value {
    position: absolute;
    top: 0px;
    font-weight: bold;
    border-radius: 2px;
    background: #0B4BB9;
    color: #fff;
    padding: 4px 6px;
    z-index: 1;
    font: 300 14px/14px 'Montserrat';
}
.tick-slider-value::after {
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #0B4BB9;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.tick-slider-background, .tick-slider-progress, .tick-slider-tick-container {
    position: absolute;
    bottom: 8px;
    left: 0;
    height: 3px;
    pointer-events: none;
    border-radius: 4px;
    z-index: 0;
}
.tick-slider-background {
    width: 100%;
    background-color: #ccc;
}
.tick-slider-progress {
    background-color: #0C50C6;
}
.tick-slider-tick-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 calc(14px / 2);
}
.tick-slider-tick {
    width: 2px;
    height: 2px;
    background-color: transparent;
}
.tick-slider-label {
    opacity: 1;
    transition: opacity 0.1s ease;
    background: #E1E1E1;
    padding: 3px 5px;
}
.tick-slider-label.hidden {
    opacity: 0;
}
input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    margin: 5px 0;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
}
input[type="range"]:focus {
    outline: none;
}
input[type="range"]::-moz-focus-outer {
    border: 0;
}
/* HANDLE */
input[type="range"]::-webkit-slider-thumb  {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 3px solid #0B4BB9;
    border-radius: 50px;
    cursor: pointer;
    margin-top: -8px;
    -webkit-transform: scale(1);
    transform: scale(1);
    
}

/* TRACK */
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: none;
    border-radius: 4px;
}
input[type="range"]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: none;
    border-radius: 4px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
    background: none;
}
input[type="range"]:active::-webkit-slider-runnable-track {
    background: none;
}
.question {
    font: 500 18px/22px 'Montserrat';
    color: #000;
    margin: 10px 0 30px;
}
.checkblocks {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    row-gap: 10px;
}
.form-group {
    display: flex;
    margin-bottom: 15px;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 5px;
    width: calc(50% - 10px);
    padding: 25px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    margin: 0;
    font: 400 14px/18px 'Montserrat';
}
.form-group label::before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #bfbfbf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    transition: .3s;
    margin-right: 20px;
}

.form-group input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.form-group input:checked + label:before {
    background: #0C50C6;
    border: 2px solid #0C50C6;
}
.calc-result {
    background: #1666f1;
    padding: 40px 25px;
    border-radius: 6px;
    margin-top: 40px;
}
.calc-result > div {
    width: 50%;
}
.calc-result > div:first-child p {
    font: 400 13px/16px 'Montserrat';
    color: #fff;
}
.result {
    color: #fff;
    font: 400 28px/32px 'Montserrat';
}
.calc-result > div:first-child a.butt {
    background-color: #FFFFFF;
    color: #000;
    text-transform: uppercase;
    width: 247px;
    height: 54px;
    font: 500 14px/16px 'Montserrat';
    border-radius: 3px;
    margin: 30px 0 0;
}

.calc-result > div:first-child a.butt::after {
    background: #c1c3c7;
}
.calc-result > div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calc-result > div:last-child p {
    color: #fff;
    position: relative;
    font: 400 16px/23px 'Montserrat';
}
.calc-result > div:last-child p::before {
    content: "";
    width: 122px;
    height: 93px;
    position: absolute;
    top: 17px;
    left: -143px;
    background: url(../img/arr7.png) no-repeat center/contain;
}
.calc-img {
    width: 170px;
    height: 230px;
    object-fit: contain;
    position: absolute;
    right: -3px;
    top: -63px;
}
.calc::before {
    content: "";
    width: 184px;
    height: 166px;
    position: absolute;
    top: -66px;
    left: -91px;
    background: url(../img/border-left.png) no-repeat center/contain;
}
.calc::after {
    content: "";
    width: 143px;
    height: 145px;
    position: absolute;
    bottom: -73px;
    right: -63px;
    background: url(../img/border-right.png) no-repeat center/contain;
}
.threesome {
    margin-top: 200px;
}
.threesome > div:first-child {
    width: 39%;
}
.threesome img {
    transform: translateX(-145px);
}
h3 {
    font: 40px/46px 'inserat';
    text-transform: uppercase;
    margin: -8px 0 50px;
}
.s6 {
    color: #fff; 
}
.s7 {
    background: #FFFFFF;
    background: -webkit-linear-gradient(to bottom, #FFFFFF 0%, #F1F1F1 100%);
    background: -moz-linear-gradient(to bottom, #FFFFFF 0%, #F1F1F1 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, #F1F1F1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.s8 {
    background: #E3E3E3;
    background: -webkit-linear-gradient(to bottom, #E3E3E3 0%, #C9C9C9 100%);
    background: -moz-linear-gradient(to bottom, #E3E3E3 0%, #C9C9C9 100%);
    background: linear-gradient(to bottom, #E3E3E3 0%, #C9C9C9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.s9 {
    background: #B8B8B8;
    background: -webkit-linear-gradient(to bottom, #B8B8B8 0%, #A5A5A5 100%);
    background: -moz-linear-gradient(to bottom, #B8B8B8 0%, #A5A5A5 100%);
    background: linear-gradient(to bottom, #B8B8B8 0%, #A5A5A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.threesome h4 {
    color: #fff;
    text-transform: uppercase;
    font: 400 20px/24px 'Montserrat';
    margin-bottom: 20px;
    margin-top: 60px;
    position: relative;
}
.threesome p {
    color: #fff;
    font: 400 20px/24px 'Montserrat';
    margin-bottom: 35px;
}
.threesome h4::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    bottom: 4px;
    z-index: 2;
    left: -51px;
    border: 1px solid #0018FD;
    transition: .4s;
    background-color: #0018FD;
    -webkit-box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.2);
    -moz-box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.2);
    box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.2);
}
.threesome h4::after {
    content: "";
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: absolute;
    bottom: -11px;
    left: -66px;
    border: 1px solid #434558;
    transition: .4s;
    background-color: #0E113E;
    -webkit-box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.2);
    -moz-box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.2);
    box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.2);
}
.sec6 {
    padding: 70px 0 90px;
    background: url(../img/bg4.jpg) no-repeat center/cover;
}
.sec7 h3 {
    text-transform: uppercase;
    text-align: center;
}
.s10 {
    font: 40px/46px 'inserat';
    background: #FFFFFF;
    background: -webkit-linear-gradient(to bottom, #FFFFFF 0%, #F1F1F1 100%);
    background: -moz-linear-gradient(to bottom, #FFFFFF 0%, #F1F1F1 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, #F1F1F1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.s11 {
    font: 80px/80px 'inserat';
    background: #E3E3E3;
    background: -webkit-linear-gradient(to bottom, #E3E3E3 0%, #C9C9C9 100%);
    background: -moz-linear-gradient(to bottom, #E3E3E3 0%, #C9C9C9 100%);
    background: linear-gradient(to bottom, #E3E3E3 0%, #C9C9C9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.arr8 {
    display: block;
    margin: 0 auto 80px;
}
.q-box {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 70px;
}
.q4 {
    margin-top: 15px;
}
.review-box {
    width: 1140px;
    height: 368px;
    background: url(../img/review-bg.png) no-repeat center;
    margin: 15px auto;
}
.review-box .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: contain;
}
.owl-carousel.owl-reviews {
    width: 876px;
    margin: 0 auto;
    padding-top: 21px;
}
.owl-carousel.owl-reviews .owl-nav{
    position: absolute;
    top: 45%;
    width: 100%;
}
.owl-carousel.owl-reviews .owl-prev{
    position: absolute;
    left: -83px;
 }
.owl-carousel.owl-reviews .owl-next{
    position: absolute;
    right: -83px;
}
.owl-carousel.owl-reviews .owl-next img {
    transform: rotate(180deg);
}
.owl-logo .owl-item {
    background: #c2c7cc;
    padding: 30px 0;
}
.owl-carousel.owl-reviews .owl-nav [class*='owl-']:hover,
.owl-carousel.owl-reviews .owl-nav [class*='owl-']:focus,
.owl-carousel.owl-reviews .owl-nav [class*='owl-']:active {
    background: transparent;
    color: #FFF;
    text-decoration: none;
    outline: none;
    border: none;
}
.owl-carousel.owl-reviews .owl-nav [class*='owl-'] {
    transition: .3s;
}
.owl-carousel.owl-reviews .owl-nav [class*='owl-']:hover {
    transform: scale(1.05);
}
.enable-animation {
    margin-top: 130px;
}
.marquee {
    --gap: 1rem;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}
.marquee ul {
    list-style-type: none;
    padding: 0;
}
.marquee ul li span {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: #555555;
    border-radius: 50%;
    margin: 0 10px;
}
.marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
}

@keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-100% - var(--gap)));
    }
}
.enable-animation .marquee__content {
    animation: scroll 20s linear infinite;
}

.marquee--reverse .marquee__content {
    animation-direction: reverse;
}
.marquee--fit-content {
    max-width: fit-content;
}
.marquee--pos-absolute .marquee__content:last-child {
    position: absolute;
    top: 0;
    left: 0;
}
.enable-animation .marquee--pos-absolute .marquee__content:last-child {
    animation-name: scroll-abs;
}
@keyframes scroll-abs {
    from {
      transform: translateX(calc(100% + var(--gap)));
    }
    to {
      transform: translateX(0);
    }
}
.marquee__content > * {
    flex: 0 0 auto;
    color: #666;
    margin: 2px;
    text-align: center;
}
.owl-logo {
    margin: 30px 0 100px;
}
.owl-logo.owl-carousel .owl-item img {
    object-fit: contain;
}
.wise {
    gap: 30px;
    padding: 200px 0;
    background: url(../img/bg6.png) no-repeat;
    background-position: 50% 45%;
}
.wise p {
    color: #fff;
    font: 400 20px/30px 'Montserrat';
    margin-bottom: 35px;
}
.wise p:last-child {
    margin-bottom: 0;
}
.wise::before {
    content: "";
    width: 177px;
    height: 155px;
    position: absolute;
    top: 102px;
    left: 217px;
    background: url(../img/icon3.png) no-repeat center/contain;
}
.wise::after {
    content: "";
    width: 82px;
    height: 197px;
    position: absolute;
    bottom: -50px;
    right: 50px;
    background: url(../img/arr9.png) no-repeat center/contain;
}
.sec10 {
    background: url(../img/bg5.jpg) no-repeat;
    background-position: 50% -50%;
}
.sec10 small {
    color: #777;
    text-align: center;
    display: block;
    font: 400 18px/30px 'Montserrat';
}
.sec10 .pretitle {
    color: #fff;
    text-align: center;
    display: block;
    margin: 50px auto 15px;
    font: 400 25px/35px 'Montserrat';
}
.sec10 h3 {
    font: 100px/100px 'inserat';
    text-align: center;
    display: block;
    margin-bottom: 10px;
    background: #fff;
    background: -webkit-linear-gradient(to bottom, #fff 0%, #A5A5A5 100%);
    background: -moz-linear-gradient(to bottom, #fff 0%, #A5A5A5 100%);
    background: linear-gradient(to bottom, #fff 0%, #A5A5A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec10 .aftertitle {
    color: #70A0C3;
    text-align: center;
    display: block;
    margin: 0 auto 80px;
    font: 400 16px/27px 'Montserrat';
}
.modules {
    gap: 20px;
    flex-wrap: wrap;
}
.modules > div {
    width: 545px;
}
.module {
    width: 545px;
}
.module-header {
    position: relative;
    z-index: 2;
}
.module-header-bg {
    position: absolute;
    z-index: -1;
}
.module-body ul {
    list-style-type: none;
    padding: 0;
    text-indent: -14px;
}
.module-body ul li {
    color: #fff;
    font: 400 19px/31px 'Montserrat';
    margin-bottom: 31px;
}
.module-body {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0.10688025210084029) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.10688025210084029) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0.10688025210084029) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
.module-header-bg1 {
    left: -65px;
    top: -18px;
}
.module-header-bg2 {
    left: -5px;
    top: -28px;
}
.module-header-bg3 {
    left: -94px;
    top: -19px;
}
.module-header-bg4 {
    left: -42px;
    top: -19px;
}
/*1*/
.module1 .module-header > div {
    position: absolute;
    right: 32px;
    top: 24px;
    color: #fff;
    font: 400 16px/24px 'Montserrat';
}
.module1 .module-header {
    padding: 15px 0 0 27px;
}
.module1 .module-header span {
    color: #fff;
    font: 600 30px/40px 'Montserrat';
}
.module1 .module-header h4 {
    color: #fff;
    font: 600 25px/35px 'Montserrat';
}
.module1 .module-body {
    padding: 57px 30px 30px 45px
}
.module1::before {
    content: "";
    width: 322px;
    height: 382px;
    position: absolute;
    top: -198px;
    left: -160px;
    background: url(../img/glass2.png) no-repeat center/cover;
    z-index: 19;
    zoom: 80%;
    pointer-events: none;
}
/*2*/
.module2 .module-header > div {
    position: absolute;
    right: 20px;
    top: 8px;
    color: #fff;
    font: 400 16px/24px 'Montserrat';
}
.module2 .module-header {
    padding: 0px 0 0 30px;
}
.module2 .module-header span {
    color: #fff;
    font: 600 30px/40px 'Montserrat';
}
.module2 .module-header h4 {
    color: #fff;
    font: 600 25px/35px 'Montserrat';
}
.module2 .module-body {
    padding: 71px 30px 30px 45px;
}
/*3*/
.module3 .module-header > div {
    position: absolute;
    right: 32px;
    top: 22px;
    color: #fff;
    font: 400 16px/24px 'Montserrat';
}
.module3 .module-header {
    padding: 15px 0 0 27px;
}
.module3 .module-header span {
    color: #fff;
    font: 600 30px/40px 'Montserrat';
}
.module3 .module-header h4 {
    color: #fff;
    font: 600 25px/35px 'Montserrat';
}
.module3 .module-body {
    padding: 57px 30px 30px 45px
}
.module3::before {
    content: "";
    width: 284px;
    height: 207px;
    position: absolute;
    bottom: -49px;
    right: -37px;
    background: url(../img/glass4.png) no-repeat center/cover;
    z-index: 1;
    zoom: 100%;
    pointer-events: none;
}
/*4*/
.module4 .module-header > div {
    position: absolute;
    right: 50px;
    top: 22px;
    color: #fff;
    font: 400 16px/24px 'Montserrat';
}
.module4 .module-header {
    padding: 15px 0 0 27px;
}
.module4 .module-header span {
    color: #fff;
    font: 600 30px/40px 'Montserrat';
}
.module4 .module-header h4 {
    color: #fff;
    font: 600 25px/35px 'Montserrat';
}
.module4 .module-body {
    padding: 57px 30px 30px 45px
}
.module4::before {
    content: "";
    width: 261px;
    height: 247px;
    position: absolute;
    top: -119px;
    right: -77px;
    background: url(../img/glass3.png) no-repeat center/cover;
    z-index: 19;
    zoom: 100%;
    pointer-events: none;
}
.price-title {
    margin-top: 100px;
}
.price-title h2 {
    font: 100px/100px 'inserat';
    text-align: center;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    background: #FFFFFF;
    background: -webkit-linear-gradient(to bottom, #FFFFFF 0%, #A5A5A5 100%);
    background: -moz-linear-gradient(to bottom, #FFFFFF 0%, #A5A5A5 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, #A5A5A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.price-boxes {
    gap: 30px;
    padding: 55px 0 80px;
}
.price-box {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(185,190,196,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(185,190,196,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(185,190,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#b9bec4",GradientType=1);
    border-radius: 30px;
    padding: 35px;
    margin-top: 50px;
    width: 540px;
}
.price-box::before {
    content: "";
    width: 93px;
    height: 93px;
    position: absolute;
    top: -100px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: url(../img/icon4.png) no-repeat center/cover;
}
.price-name {
    font: 100px/100px 'inserat';
    color: #000;
    text-align: center;
    margin: 25px auto 30px;
}
.price-subname {
    font: 20px/26px 'Montserrat';
    color: #000;
    text-align: center;
    margin: 0 auto 40px;
}
.bullet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    padding: 20px 0;
}
.bullet p {
    font: 20px/26px 'Montserrat';
    color: #000;
    width: 80%;
    margin-bottom: 0;
}
.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 25px;
    border: 1px solid #595959;
}
.dot.active {
    border: 1px solid #0018FD;
    transition: .4s;
    background-color: #0018FD;
    -webkit-box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.4);
    -moz-box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.4);
    box-shadow: 0px 0px 21px 9px rgba(0,24,253,0.4);
}
.price-was {
    color: #555;
    font: 50px/50px 'inserat';
    text-align: center;
    margin: 90px auto 15px;
}.price-was + .price-was {    margin-top: 0;}
.price-was::after {
    content: "";
    width: calc(100% + 30px);
    height: 3px;
    background-color: #555;
    position: absolute;
    top: 46%;
    left: -15px;
}
.current-price {
    color: #000;
    /*font: 100px/100px 'inserat';*/
	font: 80px / 80px sans-serif;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 45px;
}
.butt.butt1 {
    width: 100%;
    height: 70px;
    font-size: 23px;
    font-weight: 600;
    background: #0313ac;
    margin: 0 auto 20px;
}
.butt.butt2 {
    width: 100%;
    height: 70px;
    font-size: 23px;
    font-weight: 600;
    color: #0A0A0A;
    background: #4FAEFF;
    margin: 0 auto 20px;
	text-align: center;
}
.places {
    justify-content: flex-end;
    margin-top: 30px;
}
.places-was {
    color: #555555;
    font: 30px/36px 'Montserrat';
}
.places-was span {
    position: relative;
    margin-right: 20px;
}
.places-was span::before {
    content: "";
    width: calc(100% + 4px);
    height: 2px;
    background-color: #555;
    position: absolute;
    top: 52%;
    left: -2px;
}
.places-true {
    color: #000;
    font: bold 50px/50px 'Montserrat';
}
.title-box {
    padding-top: 200px;
    column-gap: 50px;
}
.title-box h3 {
    text-align: center;
    margin: 25px 0 0;
}
.s12 {
    color: #858585;
    font: 80px/80px 'inserat';
    transform: translateY(27px);
    display: inline-block;
    position: relative;
    z-index: 0;
}
.s13 {
    color: #000;
    font: 80px/80px 'inserat';
    background: #E3E3E3;
    background: -webkit-linear-gradient(to bottom, #E3E3E3 0%, #C9C9C9 100%);
    background: -moz-linear-gradient(to bottom, #E3E3E3 0%, #C9C9C9 100%);
    background: linear-gradient(to bottom, #E3E3E3 0%, #C9C9C9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.items {
    flex-wrap: wrap;
    margin-top: 70px;
}
.item {
    width: 190px;
}
.item h5 {
    font: 30px/30px 'inserat';
    color: #fff;
    text-align: center;
    margin: 20px auto 10px;
}
.item span {
    color: #fff;
    font: 18px/24px 'Montserrat';
    text-align: center;
}
.sec11-bg {
    background: url(../img/bg8.png) no-repeat;
    padding-bottom: 150px;
    background-position: 50% 87%;
}
.guarantee {
    padding: 130px 0 150px;
}
.guarantee h4 {
    font: 40px/40px 'inserat';
    color: #fff;
    text-transform: uppercase;
}
.guarantee h4 span {
    background: #FFFFFF;
    background: -webkit-linear-gradient(to bottom, #FFFFFF 0%, #A5A5A5 100%);
    background: -moz-linear-gradient(to bottom, #FFFFFF 0%, #A5A5A5 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, #A5A5A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.guarantee p+h4 {
    background: #FFFFFF;
    background: -webkit-linear-gradient(to bottom, #FFFFFF 0%, #A5A5A5 100%);
    background: -moz-linear-gradient(to bottom, #FFFFFF 0%, #A5A5A5 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, #A5A5A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.guarantee p {
    color: #fff;
    width: 70%;
    font: 20px/24px 'Montserrat';
    margin-bottom: 30px;
}
footer {
    background: #10101B;
    padding: 32px 0;
}
footer p {
    color: #63637E;
    text-align: center;
    font: 16px/22px 'Montserrat';
    margin: 0;
}
.sec11 {
    background: url(../img/bg7.jpg) no-repeat;
    background-position: 50% 100%;
}
.modules-mob {
    display: none !important;
}
.modal button.close {
    position: absolute;
    right: 7px;
    top: 0;
    float: none;
    display: flex;
    opacity: 1;
    z-index: 2;
    font-size: 42px;
    font-weight: 400;
}
.modal button.close:focus {
    outline: none;
    border: none;
}
body .modal-body .modal-btn {
    font: bold 19px/23px 'Montserrat';
}










@media (min-width: 992px) {
    .sec3 .container,
    .sec7 .container {
        padding: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .sec11-bg {
        background-image: none;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    html:not(.modal, .modal *, .modal-backdrop) {
        zoom: 75%;
    }
    .modal-backdrop {
        zoom: 10;
    }
    body .modal-dialog {
        max-width: 550px;
    }
    body .modal-form__item {
        width: 350px;
    }
    body .modal-body .modal-btn {
        background: #4FAEFF;
        width: 270px;
        height: 55px;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    .main-right {
        width: 60%;
    }
    .man {
        top: -120px;
    }
    .quote {
        text-align: left;
        width: 420px;
        margin-bottom: 40px;
        transform: translateX(0px);
    }
    .sec2 {
        padding: 150px 0 110px;
    }
    .timer__items::before {
        top: -75px;
        text-align: center;
        left: 0;
        margin: 0 auto;
        right: 0;
    }
    .timer__items::after {
        content: "";
        position: absolute;
        top: -48px;
        transform: rotate(-25deg);
        left: auto;
        right: 230px;
        width: 23px;
        height: 41px;
        background: url(../img/arr2.png) no-repeat center/cover;
    }
    .gear {
        top: 207px;
        left: 86px;
    }
    .note {
        left: 30px;
    }
    .case {
        zoom: 82%;
    }
    .sec3 {
        background-size: 121%;
    }
    .notebook {
        object-fit: contain;
        width: 100%;
    }
    .card::after {
        right: 1px;
    }
    .card p {
        font: 400 16px/28px 'Montserrat';
        width: 190px;
    }
    .sec5 {
        padding: 70px 0 0px;
    }
    .calc h3 {
        font: 500 28px/34px 'Montserrat';
    }
    .calcBox {
        padding: 0 60px 60px;
    }
    .calc-result > div:last-child p::before {
        top: 46px;
        zoom: 70%;
    }
    .threesome > div:first-child {
        width: 46.5%;
    }
    .threesome h3 {
        margin: -8px 0 30px;
    }
    .threesome h4 {
        font: 400 19px/23px 'Montserrat';
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .threesome p {
        font: 400 19px/23px 'Montserrat';
        margin-bottom: 29px;
    }
    .q-box {
        flex-direction: column;
        align-items: center;
    }
    .q {
        margin-bottom: 30px;
    }
    .review-box {
        width: 100%;
        background: none;
    }
    .owl-carousel.owl-reviews .owl-next {
        position: absolute;
        right: -45px;
    }
    .owl-carousel.owl-reviews .owl-prev {
        position: absolute;
        left: -45px;
    }
    .wise {
        background-image: none;
    }
    .bullet p {
        width: 75%;
    }
    .sec10 {
        background-position: 50% -26%;
    }
    .price-name {
        font: 93px/100px 'inserat';
    }
    .calc::after,
    .calc::before {
        display: none;
    }
    .sec11-bg {
        background-image: none;
    }
    .title-box {
        padding-top: 50px;
    }
    .sec11-bg {
        padding-bottom: 50px;
    }
    .modules-mob {
        display: flex !important;
    }
    .modules-pc {
        display: none !important;
    }
    
    
}
@media (max-width: 992px) {
    .sec11-bg {
        background-image: none;
    }
    .sec1 {
        padding: 170px 0 35px;
        background: url(../img/bg1.png) no-repeat #0a0b11 50% 0%/cover;
    }
    .main-flex {
        flex-direction: column;
        align-items: center;
    }
    .man {
        left: -203px;
        top: -243px;
        width: 600px;
        object-fit: contain;
    }
    .main-left {
        width: 46%;
        padding-top: 80px;
    }
    .main-right {
        width: 100%;
        padding-top: 150px;
    }
    .quote {
        text-align: center;
        width: 300px;
        transform: translateX(0px);
        margin: 0 auto;
    }
    .gear {
        top: 177px;
        left: 57px;
        width: 40%;
        object-fit: contain;
    }
    .note {
        top: 100px;
        left: 30px;
        width: 80%;
        object-fit: contain;
    }
    .quote + p {
        color: #999;
        font: 18px/20px 'Montserrat';
        position: relative;
        text-align: center;
    }
    h2 {
        font: 24px/34px 'Montserrat';
        text-align: center;
    }
    .butt {
        width: 390px;
        height: 70px;
        margin: 40px auto 0px;
    }
    .sec2 {
        padding: 150px 0 110px;
    }
    .timer__items::before {
        top: -75px;
        text-align: center;
        left: 0;
        margin: 0 auto;
        right: 0;
    }
    .timer__items::after {
        content: "";
        position: absolute;
        top: -48px;
        transform: rotate(-25deg);
        left: auto;
        right: 50px;
        width: 23px;
        height: 41px;
        background: url(../img/arr2.png) no-repeat center/cover;
    }
    .case {
        zoom: 58%;
    }
    .sec3 {
        background-size: 120%;
        padding: 0 0 10px;
    }
    .sec4 {
        padding: 0;
    }
    .notebook {
        object-fit: contain;
        width: 100%;
    }
    .cards {
        padding: 0;
        flex-direction: column;
        align-items: center;
    }
    .card::after,
    .calc h3 br,
    .calc::before,
    .calc::after,
    .calc-result > div:last-child p::before {
        display: none;
    }
    .card p {
        font: 400 17px/26px 'Montserrat';
    }
    .calc h3 {
        font: 500 26px/32px 'Montserrat';
        margin: 30px auto 20px;
    }
    .calcBox {
        padding: 10px 40px 40px;
    }
    .form-group {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .checkblocks {
        gap: 10px;
        row-gap: 0px;
    }
    .calc-img {
        right: -60px;
        top: -80px;
        zoom: 80%;
    }
    .calc-result > div:last-child {
        align-items: end;
    }
    .calc-result > div:last-child p {
        margin: 5px;
    }
    .threesome {
        margin-top: 100px;
    }
    .threesome > div:last-child {
        position: relative;
    }
    .threesome img {
        transform: translateX(0px);
        filter: brightness(30%);
    }
    .threesome > div:first-child {
        width: 14%;
    }
    .threesome p {
        color: #fff;
        font: 400 18px/24px 'Montserrat';
        margin-bottom: 27px;
    }
    .threesome h3 {
        text-align: center;
    }
    .threesome h3 br {
        display: none;
    }
    .q-box {
        flex-direction: column;
        align-items: center;
    }
    .q {
        width: 100%;
        margin-bottom: 30px;
        height: 100%;
    }
    .review-box {
        width: 100%;
        background: none;
        height: auto;
    }
    .owl-carousel.owl-reviews .owl-next {
        position: absolute;
        right: -45px;
    }
    .owl-carousel.owl-reviews .owl-prev {
        position: absolute;
        left: -45px;
    }
    .owl-carousel.owl-reviews {
        width: 100%;
    }
    .s11 {
        font: 50px/50px 'inserat';
    }
    .s10 {
        font: 28px/26px 'inserat';
    }
    .review-box .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        object-fit: contain;
        height: auto;
    }
    .owl-carousel.owl-reviews .owl-nav {
        position: static;
        top: 45%;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .owl-carousel.owl-reviews .owl-next,
    .owl-carousel.owl-reviews .owl-prev {
        position: static;
    }
    .enable-animation {
        margin-top: 78px;
    }
    .wise {
        background-image: none;
        padding: 60px 0;
        flex-direction: column;
        align-items: center !important;
    }
    .wise::after,
    .wise::before,
    .price-box::before,
    .price-box::after {
        display: none;
    }
    .price-title h2 {
        font: 70px/70px 'inserat';
    }
    .price-boxes {
        flex-direction: column;
        align-items: center;
        padding: 0px 0 80px;
    }
    .sec10 h3 {
        font: 70px/80px 'inserat';
    }
    .sec10 .pretitle {
        margin: 38px auto 15px;
        font: 400 21px/33px 'Montserrat';
    }
    .sec10 {
        background-position: 50% bottom;
    }
    .module1::before {
        zoom: 50%;
    }
    .module-header > img {
        display: none;
    }
    .module-header {
        background: #70A0C3;
        min-height: 138px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    body .module .module-header > div {
        position: static;
    }
    body .module .module-body {
        padding: 30px 30px 30px 45px;
    }
    .blur1 {
        width: 700px;
    }
    .title-box {
        padding-top: 50px;
    }
    .sec11-bg {
        padding-bottom: 50px;
    }
    .title-box {
        padding-top: 50px;
        flex-direction: column;
        margin-bottom: 70px;
    }
    .items {
        margin-top: 0px;
        flex-direction: column;
        align-items: center;
    }
    .item {
        margin-bottom: 60px;
    }
    .modules-mob {
        display: flex !important;
    }
    .modules-pc {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .sec5 {
        background-position: 50% 0%;
    }
    .note,
    .p0::after {
        display: none;
    }
    .gear {
        top: -3px;
        left: 37px;
    }
    .blur1 {
        position: absolute;
        left: -124px;
        top: -63px;
        width: 500px;
    }
    .man {
        left: -143px;
        top: -300px;
        width: 500px;
        object-fit: contain;
    }
    .s1 {
        font: 65px/65px 'inserat';
    }
    .s2 {
        font: 65px/66px 'inserat';
        left: -20px;
        top: 61px;
    }
    .s3 {
        font: 112px/112px 'inserat';
        left: 32px;
        top: 64px;
    }
    .main-left p {
        top: 105px;
    }
    .main-right {
        display: flex;
        flex-direction: column;
    }
    .quote + p {
        order: 1;
    }
    .main-right {
        padding-top: 112px;
    }
    h2 {
        font: 22px/31px 'Montserrat';
        order: 2;
    }
    .main-right .butt {
        order: 3;
    }
    .quote {
        margin: 15px auto 0;
        order: 4;
        width: 60%;
    }
    .quote i {
        margin-bottom: 0px;
    }
    .s4 {
        font: 40px/40px 'inserat';
    }
    .s5 {
        font: 70px/84px 'inserat';
    }
    .sec3 h3::after {
        zoom: 60%;
    }
    .cases {
        flex-direction: column;
        align-items: center;
    }
    .case {
        zoom: 100%;
        margin-bottom: 40px;
    }
    .sec3 h3 {
        margin-bottom: 20px;
    }
    .case h4 {
        font: 35px/39px 'inserat';
        margin-bottom: 25px;
    }
    .case.case1 p {
        font: 400 18px/28px 'Montserrat';
    }
    .types {
        flex-direction: column;
        align-items: center;
    }
    .types > div,
    .cols,
    .p1 {
        width: 100%;
    }
    .p2 {
        right: 40px;
    }
    .p3 {
        width: 460px;
        margin: 78px 0 10px 0;
    }
    .p4 {
        position: static !important;
        width: 100%;
        margin-bottom: 50px;
    }
    .p5 {
        left: 0px;
        top: -4px;
    }
    .p6 {
        right: 0;
        top: 0px;
        text-align: right;
        display: inline-block;
        width: 100%;
    }
    .p7 {
        width: 500px;
        top: -28px;
    }
    .p0 {
        position: static;
        margin: 0 auto;
        display: inline-block;
        text-align: center;
    }
    .p1::after {
        display: none;
    }
    .pp {
        width: 100%;
        text-align: center;
        font: 400 17px/24px 'Montserrat';
        margin-bottom: 30px;
    }
    .types > div:first-child::after {
        z-index: 1;
    }
    .notebook {
        object-fit: contain;
        width: 100%;
        height: 100%;
        margin: 10px auto 60px;
    }
    .threesome > div:first-child {
        width: 0%;
    }
    .threesome img {
        display: none;
    }
    .threesome h4 {
        padding-left: 50px;
    }
    .threesome h4::before {
        left: 6px;
    }
    .threesome h4::after {
        left: -9px;
    }
    .calc h3 {
        font: 500 22px/24px 'Montserrat';
        margin: 23px auto 0px;
    }
    .sec6 {
        padding: 0px 0 90px;
    }
    .form-group {
        width: 100%;
    }
    .calc-result {
        flex-direction: column;
        align-items: center;
        padding: 25px 25px;
        text-align: center;
    }
    .calc-img {
        position: static;
        margin: 15px auto 0;
        text-align: center;
    }
    .calc-result > div:last-child {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin-top: 20px;
        width: 100%;
    }
    .calc-result > div {
        width: 100%;
    }
    .calc-result > div:first-child a.butt {
        margin: 30px auto 0;
    }
    .sec10 h3 {
        font: 50px/60px 'inserat';
    }
    .module4::before {
        right: 3px;
    }
    .module3::before {
        right: 0px;
    }
    .wise {
        padding: 0;
    }
    .wise p {
        font: 400 18px/25px 'Montserrat';
        margin-bottom: 25px;
    }
    .sec10 {
        margin-top: 70px;
    }
    .module1 .module-header span {
        font: 600 25px/40px 'Montserrat';
    }
    .module1 .module-header h4 {
        font: 600 20px/35px 'Montserrat';
    }
    .module-body ul li {
        color: #fff;
        font: 400 17px/23px 'Montserrat';
        margin-bottom: 18px;
    }
    .price-title h2 {
        font: 50px/54px 'inserat';
    }
    .price-title {
        margin-top: 60px;
    }
    .price-name {
        font: 80px/80px 'inserat';
    }
    .bullet p {
        font: 18px/23px 'Montserrat';
        width: 75%;
    }
    .current-price {
        /*font: 80px/80px 'inserat';*/
		font: 80px / 80px sans-serif;
		font-weight: 600;
        margin: 0 auto 35px;
    }
    .price-was {
        font: 42px/40px 'inserat';
        margin: 70px auto 15px;
    }		.price-was + .price-was {		margin-top: 0;	}
    .places {
        justify-content: center;
        margin-top: 30px;
        align-items: center;
        flex-direction: column;
    }
}
@media (max-width: 576px) {
    .blur1 {
        display: none;
    }
    .man {
        left: -41px;
        top: -350px;
        width: 420px;
        object-fit: contain;
    }
    .main-left {
        width: 420px;
        padding-top: 20px;
    }
    .s2 {
        font: 45px/46px 'inserat';
        left: 70px;
        top: 43px;
    }
    .s3 {
        font: 92px/82px 'inserat';
        left: 105px;
        top: 44px;
    }
    h1 {
        text-align: center;
    }
    .s1 {
        font: 45px/45px 'inserat';
    }
    .main-left p {
        top: 70px;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: table;
    }
    .quote + p {
        font: 15px/18px 'Montserrat';
    }
    .main-right {
        padding-top: 90px;
    }
    h2 {
        font: 18px/24px 'Montserrat';
        order: 2;
        text-align: center;
    }
    .butt {
        width: 280px;
        height: 50px;
        margin: 3px auto 0px;
        font-size: 20px;
    }
    .timer__items::after {
        display: none;
    }
    .timer__number {
        font: 600 50px/50px 'Montserrat';
    }
    .timer__label {
        font: 400 16px/22px 'Montserrat';
    }
    .timer__item::after {
        top: 6px;
        font: 600 36px/37px 'Montserrat';
    }
    .p7 {
        width: 100%;
        top: -28px;
        font: 600 18px/28px 'Montserrat';
    }
    .cols {
        flex-direction: column;
    }
    .cols > p {
        position: static !important;
        width: 100%;
        margin: 0 auto 20px;
        background: transparent;
        color: #fff;
        font: 400 16px/23px 'Montserrat';
        border: 1px solid #4C4C4C;
        padding: 20px 30px;
        transform: translateY(0);
    }
    .cols > p::before,
    .cols > p::after,
    .p0::after {
        display: none;
    }
    .p0 {
        width: 100%;
    }
    .sec4 {
        padding-bottom: 30px;
    }
    .card p {
        font: 400 18px/24px 'Montserrat';
        margin: 15px 0 30px;
    }
    .card {
        transform: translateX(20px);
    }
    .sec5 {
        background: url(../img/blur2.png) no-repeat;
        background-position: 50% 100%;
        background-size: cover;
    }
    .threesome h3 {
        text-align: center;
        font: 30px/33px 'inserat';
        margin: -8px 0 0px;
    }
    .threesome h4 {
        color: #fff;
        text-transform: uppercase;
        font: 400 18px/23px 'Montserrat';
        margin-bottom: 20px;
        margin-top: 40px;
        position: relative;
    }
    .wise {
        padding: 0 0 40px;
    }
    .price-box {
        width: 100%;
    }
    .module-header {
        width: 100%;
    }
    .module {
        width: 100%;
    }
    .price-name {
        font: 66px/75px 'inserat';
    }
    .bullet p {
        font: 16px/21px 'Montserrat';
        width: 75%;
    }
    .price-subname {
        font: 17px/26px 'Montserrat';
    }
    .guarantee p {
        width: 100%;
        font: 18px/22px 'Montserrat';
        margin-bottom: 20px;
    }
    .guarantee {
        padding: 0px 0 80px;
    }
    .butt.butt3 {
        margin: 53px auto 0px;
    }
    .telegram-fixed_text {
        font-size: 11px !important;
    }
}
@media (max-width: 424px) {
    .man {
        left: -25px;
        top: -156px;
        width: 350px;
        object-fit: contain;
        height: auto;
    }
    .main-left {
        width: 350px;
        padding-top: 0px;
    }
    h2 {
        font: 14px/20px 'Montserrat';
        order: 2;
        text-align: center;
    }
    .main-right {
        padding-top: 85px;
    }
    .quote i {
        font: 13px/19px 'Montserrat';
    }
    .quote {
        width: 80%;
    }
    .timer__items::before {
        width: 100%;
    }
    .timer__number {
        font: 600 42px/47px 'Montserrat';
    }
    .timer__item {
        margin-right: 30px;
    }
    .timer__item::after {
        right: -20px;
    }
    .calcBox {
        padding: 0px 20px 20px;
    }
    .wise > div:first-child img {
        width: 100%;
        object-fit: contain;
    }
    .price-box {
        padding: 15px;
    }
    .gear {
        top: -53px;
        left: 37px;
    }
}