/*RESET*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
ul[class],
ol[class] {
    padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}
ul[class],
ol[class] {
    list-style: none;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}
img {
    max-width: 100%;
    display: block;
}
article > * + * {
    margin-top: 1em;
}
input,
button,
textarea,
select {
    font: inherit;
}
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
.clear{
    display: block;
    clear: both;
    height: 0;
    width: 100%;
    line-height: 0;
}
/*RESET END*/
/*FONTS*/
@font-face {
    font-family: 'UbuntuLight';
    src: url('../fonts/UbuntuLight.eot');
    src: url('../fonts/UbuntuLight.eot') format('embedded-opentype'),
    url('../fonts/UbuntuLight.woff2') format('woff2'),
    url('../fonts/UbuntuLight.woff') format('woff'),
    url('../fonts/UbuntuLight.ttf') format('truetype'),
    url('../fonts/UbuntuLight.svg#UbuntuLight') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'UbuntuRegular';
    src: url('../fonts/UbuntuRegular.eot');
    src: url('../fonts/UbuntuRegular.eot') format('embedded-opentype'),
    url('../fonts/UbuntuRegular.woff2') format('woff2'),
    url('../fonts/UbuntuRegular.woff') format('woff'),
    url('../fonts/UbuntuRegular.ttf') format('truetype'),
    url('../fonts/UbuntuRegular.svg#UbuntuRegular') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'UbuntuBold';
    src: url('../fonts/UbuntuBold.eot');
    src: url('../fonts/UbuntuBold.eot') format('embedded-opentype'),
    url('../fonts/UbuntuBold.woff2') format('woff2'),
    url('../fonts/UbuntuBold.woff') format('woff'),
    url('../fonts/UbuntuBold.ttf') format('truetype'),
    url('../fonts/UbuntuBold.svg#UbuntuBold') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'InterBold';
    src: url('../fonts/InterBold.eot');
    src: url('../fonts/InterBold.eot') format('embedded-opentype'),
    url('../fonts/InterBold.woff2') format('woff2'),
    url('../fonts/InterBold.woff') format('woff'),
    url('../fonts/InterBold.ttf') format('truetype'),
    url('../fonts/InterBold.svg#InterBold') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'InterRegular';
    src: url('../fonts/InterRegular.eot');
    src: url('../fonts/InterRegular.eot') format('embedded-opentype'),
    url('../fonts/InterRegular.woff2') format('woff2'),
    url('../fonts/InterRegular.woff') format('woff'),
    url('../fonts/InterRegular.ttf') format('truetype'),
    url('../fonts/InterRegular.svg#InterRegular') format('svg');
    font-display: swap;
}
/*FONTS END*/
body{
    background-color: #EEF5FF;
    color: #293159;
    color:#293159;
    font-size: 18px;
    line-height: 125%;
    font-family: 'UbuntuRegular', Arial;
}
header,
footer{
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
}
header{
    padding: 55px 80px 30px;
    background: url("../images/pic-19.png")top right no-repeat;
    background-size: 100% auto;
}
section{
    display: block;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 55px 40px;
}
p {
    padding-bottom: 25px;
}
.top {
    overflow: hidden;
    padding-bottom: 60px;
}
.logo {
    float: left;
}
.top .popup {
    float: right;
    cursor: pointer;
}
header h1{
    font-style: normal;
    font-size: 76px;
    line-height: 120%;
    text-transform: uppercase;
    padding-bottom: 30px;
}
header h1 span.light{
    font-family: 'UbuntuLight', Arial;
    font-weight: 300;
}
header h1 span.bold{
    font-family: 'UbuntuBold', Arial;
    font-weight: 700;
    font-size: 76px;
    line-height: 120%;
    text-transform: uppercase;
}
span.bold{
    font-weight: bold;
}
header p{
    font-size: 24px;
    line-height: 120%;
    padding: 0;
}
.mobile{
    display: none;
}
.fon {
    display: none;
}
.fon.opened {
    display: block;
}
.takenow {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
header .takenow{
    margin: 55px 0;
}
.takenow .window{
    font-family: 'UbuntuBold', Arial;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    color:#fff;
    text-transform: uppercase;
    background: linear-gradient(213.96deg, #00D1FF -0.82%, #0066FF 98.64%);
    border: 1px solid #00B2FF;
    border-radius: 10px;
    display: inline-block;
    padding: 25px 70px;
    z-index: 2;
    position: relative;
}
.takenow:before{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 48px;
    width: 94%;
    left: 3%;
    height: 27px;
    background: #16C7FF;
    filter: blur(10px);
    border-radius: 10px;
    z-index: 0;
    bottom: -7px;
}
.blocks {
    padding: 65px 0 40px;
}
.blueblocks{
    display: inline-block;
    background: #0077E5;
    border-radius: 10px;
    padding:17px 25px;
    box-sizing: border-box;
    vertical-align: middle;
    align-items:center;
    margin-right: 40px;
}
.blueblocks.three {
    margin-right: 0;
}
.blueblocks img {
    height: 138px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align:middle;
}
.blueblocks.two img {
    padding: 21px 0;
}
.blueblocks.three img {
    padding: 11px 0;
}
.blueblocks .content{
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'UbuntuLight', Arial;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 15px;
}
.blueblocks .content span,
.blueblocks .content h2{
     font-family: 'UbuntuBold', Arial;
     font-weight: 700;
 }
.blueblocks .content h2 {
    font-size: 22px;
    padding-bottom: 10px;
}
.blueblocks .content p {
    font-size: 16px;
}
.back00{
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: url("../images/pic-13.png") left top no-repeat;
}
.back00 .inner{
    background: url("../images/pic-14.png") right bottom no-repeat;
}
.what .left,
.what .right,
.book .left,
.book .right{
    float:left;
    width: 50%;
    position: relative;
}
.what .right{
    position: relative;
    padding-top: 123px;
}
.chart-two {
    position: absolute;
    right: 0;
    top: 75px;
}
.what .left {
    padding-top: 80px;
}
.what h2{
    font-size: 71px;
    line-height: 110%;
    font-family: 'UbuntuLight', Arial;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 14px;
}
.what h2 span{
    display: block;
    font-family: 'UbuntuBold', Arial;
    font-weight: 700;
    background: linear-gradient(213.96deg, #00D1FF -0.82%, #0066FF 98.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.what p span{
    font-family: 'UbuntuBold', Arial;
    font-weight: 700;
}
.book{
    background: url("../images/pic-8.png") center 38px no-repeat;
}
.book .wrap{
    margin-bottom: 50px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-image: linear-gradient(bottom, #0067FF, #00D1FF);
    -moz-border-image: -moz-linear-gradient(bottom, #0067FF, #00D1FF);
    -webkit-border-image: -webkit-linear-gradient(bottom, #0067FF, #00D1FF);
    border-image-slice: 1;
}
.book .p30{
    width: 55%;
}
.book .left .p30{
    padding-left: 25px;
}
.book .right .p30{
    text-align: right;
    float: right;
    clear: both;
    padding-right:25px;
}
.book h2{
    font-family: 'InterBold', Arial;
    font-weight: 700;
    font-size: 23px;
    padding-bottom: 15px;
}
.book p{
    font-family: 'InterRegular', Arial;
    font-size: 12px;
    padding: 0;
}
.takebutton{
    text-align: center;
}
.book .takenow{
    display: inline-block;
}
.backmac {
    max-width: 1920px;
    margin: 0 auto;
    padding: 145px 0 0;
    text-align: right;
    background: url("../images/pic-6.png") center top no-repeat;
}
.backmac .wrap {
    width: 260px;
    clear: both;
    float: right;
    border-left: 7px solid transparent;
    border-image: linear-gradient(bottom, #0067FF, #00D1FF);
    -moz-border-image: -moz-linear-gradient(bottom, #0067FF, #00D1FF);
    -webkit-border-image: -webkit-linear-gradient(bottom, #0067FF, #00D1FF);
    border-image-slice: 1;
    color:#fff;
    text-align: left;
    line-height: 130%;
    padding-left: 15px;
    margin-bottom: 70px;
}
.backmac .wrap p {
    font-family: 'UbuntuLight', Arial;
    font-weight: 300;
    font-size: 21px;
    text-transform: uppercase;
    padding-bottom: 0;
}
.backmac .wrap p span.bold{
    font-family: 'UbuntuBold', Arial;
    font-weight: 700;
    font-size: 51px;
    text-transform: uppercase;
    display: block;
    line-height: 120%;
}
.reviews h2,
.questions h2{
    font-family: 'UbuntuLight', Arial;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 60px;
    line-height: 125%;
}
.reviews h2 span,
.questions h2 span{
    padding: 15px 0 55px;
    display: inline-block;
    font-family: 'UbuntuBold', Arial;
    font-weight: 700;
}
.questions h2{
    display: block;
    text-align: center;
}
.questions .takebutton {
    margin-top: 50px;
}
.spleft,
.spright{
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.spleft{
    padding-right: 20px;
}
.spright{
    padding-left: 20px;
}
.spoiler{
    position: relative;
    width: 100%;
    font-size: 24px;
    font-family: 'UbuntuRegular', Arial;
    font-weight: 400;
    padding: 25px 20% 25px 25px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    height: 72px;
    line-height: 120%;
}
.spoiler_body {
    position: absolute;
    z-index: 20;
    width: 100%;
    top: 72px;
    left: 0;
    box-sizing: border-box;
    padding: 10px 20px 0;
    border-radius: 0 0 10px 10px;
    background-color: #dae7f0;
}
.spoiler_links {
    position: absolute;
    top: 50%;
    transform: translateY(-47%);
    left: 27px;
    padding-right: 20%;
    padding-bottom: 0;
    line-height: 110%;
    color: #293159;
    text-decoration: none;
    font-family: 'UbuntuRegular', Arial;
    cursor: pointer;
    width: calc(100% - 30px);
}
.spoiler_links:after{
    content: "";
    width: 31px;
    height: 31px;
    top: 50%;
    margin-top: -15px;
    right:20px;
    position: absolute;
    background: url("../images/pic-30.svg") center center no-repeat;
}
.back01{
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: url("../images/pic-15.png") left top no-repeat;
}
.back01 .inner{
    background: url("../images/pic-16.png") right bottom no-repeat;
}
footer {
    background: url("../images/pic-5.png") #090a5a center top no-repeat ;
    background-size: cover;
}
footer section {
    padding: 75px 40px;
    font-family: 'UbuntuRegular', Arial;
    font-weight: 400;
    color: #fff;
    font-size: 10px;
}
footer .top {
    font-size: 14px;
    color: #0066FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding-bottom: 25px;
}
footer .top a,
footer .center p{
    font-size: 17px;
    color: #fff;
}
footer .left,
footer .center,
footer .right{
    float:left;
    box-sizing: border-box;
}
footer .right a {
    display: block;
}
footer .bottom .left,
footer .bottom .right {
    float: left;
    box-sizing: border-box;
}
footer .bottom .left {
    width: 33%;
}
footer .bottom .right {
    width: 65%;
    box-sizing: border-box;
    padding-left: 10%;
}
footer .bottom p.copy {
    font-size: 16px;
    display: block;
}
.what .left .images{
    display: none;
}
img.mac{
    display: none;
}
.privacy.mobile{
    display: none;
}
.formfon{
    display: none;
    background: rgba(29, 51, 83, 0.79);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.formfon.opened{
    display: block;
}
.forminner{
    width: 80%;
    max-width: 360px;
    background: #F3F3F3;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    margin-left: -180px;
    top: 100px;
}
.toclose{
    position: absolute;
    right: 0;
    top:-25px;
    font-size: 14px;
    font-weight: 400;
    color:#fff;
    cursor: pointer;
    font-family: 'UbuntuRegular', Arial;
}
form{
    color: #A3A3A3;
}
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.form-group img{
    position: absolute;
    top: 20px;
    left: 15px;
}
.form-group input{
    background: #FCFCFC;
    border: #E0E0E0 1px solid;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    padding: 16px 15px 15px 60px;
}
input#customCheck2 {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: #06BEF8;
    border-radius: 4px;
}
.custom-control.custom-checkbox label{
    display: inline-block;
    vertical-align: top;
    width: 80%;
    font-size: 14px;
    line-height: 110%;
}
form button {
    width: 100%;
    color: #fff;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    font-size: 24px;
    padding: 20px 10px;
    text-transform: uppercase;
    font-family: 'UbuntuBold', Arial;
    font-weight: 700;
    margin-top: 20px;
    background: rgb(1,112,255);
    background: linear-gradient(0deg, rgba(1,112,255,1) 0%, rgba(1,183,255,1) 49%);
}
.reviews .items {
    display: flex;
    flex:1 0 auto;
    height: 100%;
    justify-content: space-between;
}
.reviews .item{
    width: 31%;
    display: block;
    vertical-align: top;
    margin: 0;
    position: relative;
    padding: 25px;
    box-sizing: border-box;
    background: url("../images/pic-24.svg") center top #fff no-repeat;
    border-radius: 5px;
    background-size: 100% auto;
    flex-direction: column;
    padding-bottom: 40px;
}
.reviews .item  p {
    font-family: 'UbuntuLight', Arial;
    font-weight: 300;
    font-size: 18px;
}
.reviews .item .bottom {
    padding-top: 10px;
}
.reviews .item img.logobottom {
    position: absolute;
    display: block;
    max-width: 110px;
    right: 25px;
    bottom: 25px;
    padding: 0;
}
.reviews .item .bottom p {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 25px;
    font-family: 'UbuntuBold', Arial;
    font-weight: 700;
    font-size: 18px;
    background: linear-gradient(178deg, #00D1FF 0, #0066FF 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.reviews .item img {
    padding: 0 0 25px;
    width: 100%;
    height: auto;
}
.reviews .item h3{
    font-family: 'UbuntuBold', Arial;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
    color: #293159;
    display: block;
    padding-left: 73px;
    background: url("../images/pic-31.svg") left center no-repeat;
}









@media (max-width: 1900px){
    header {
        background-size: cover;
    }
    .blocks {
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width: 1700px){
    header {
        background-position: 42% 0;
        background-size: auto 100%;
    }
}
@media (max-width: 1650px){
    header h1,
    header h1 span.bold{
        font-size: 50px;
    }
    .blocks {
        padding: 20px 0;
    }
    .blueblocks{
        margin: 0;
        width: 31%;
        display: block;
    }
    .blueblocks img {
        height: auto;
        width: 20%;
        margin-right: 2%;
    }
    .blueblocks .content {
        width: 76%;
    }
}

@media (max-width: 1500px){
    header {
        padding: 55px 40px;
    }
    .top .popup {
        display:none;
    }
}

@media (max-width: 1320px){
    .blueblocks {
        padding: 10px 2%;
    }
    .blueblocks .content p {
        font-size: 14px;
    }
    .blueblocks .content h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .reviews .item img.logobottom,
    .reviews .item .bottom p{
        position: static;
        padding-bottom: 10px;
    }
}

@media (max-width: 1023px){
    section{
        padding: 30px 40px 55px;
    }
    header{
        background: #E0E8F3;
        padding: 55px 40px 0;
    }
    .top .popup {
        display: none;
    }
    .logo {
        float: none;
        width: 100%;
    }
    header p.desktop{
         display: none;
     }
    header p.mobile{
        display: block;
        font-size: 30px;
    }
    header h1,
    header h1 span.bold{
        font-style: normal;
        font-size: 60px;
    }
    .blocks {
        display: block;
        width: calc(100% + 80px);
        position: relative;
        left: -40px;
        padding: 0;
    }
    .takeback {
        background: url(../images/pic-21.png) center bottom no-repeat #E0E8F3;
        background-size: 100% auto;
        padding-bottom: 420px;
        width: calc(100% + 80px);
        position: relative;
        left: -40px;
        text-align: center;
    }
    .blueblocks {
        width: 100%;
        margin: 0;
        padding: 10px 20px;
        border-radius: 0;
        text-align: left;
        position: relative;
        margin-top: -2px;
        background: url(../images/pic-10.png) center top no-repeat #0077E5;
    }
    .blueblocks.one{
         border-radius:10px 10px 0 0;
        background: #0077E5;
     }
    .blueblocks.three{
        border-radius: 0 0 10px 10px;
    }
    .what .right{
        display: none;
    }
    .what .left {
        width: 100%;
    }
    .what .left .images {
        display: block;
        position: relative;
        text-align: center;
        margin: 35px 0 105px;
    }
    .what .left .images img{
         display: inline-block;
    }
    .what .left {
        padding-top: 20px;
    }
    .back00, .back00 .inner {
        background: transparent;
    }
    .chart-two {
        top: 70px;
        left: 50%;
        margin-left: -158px;
        position: absolute;
    }
    .book{
        background-size: 30%;
        background-position: center 35%;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #E3ECF8;
    }
    .backmac{
        background: url(../images/pic-7.png) center top no-repeat;
        background-size: cover;
    }
    img.mac{
        display: block;
        margin: 0 auto 80px;
    }
    .backmac .wrap {
        width: 100%;
        border: none;
        text-align: center;
        margin-bottom: 60px;
        padding: 0;
    }
    .backmac .wrap p{
        position: relative;
        width: 100%;
        padding: 0 0 25px;
    }
    .backmac .wrap p:after{
        content:"";
        display: block;
        width: 100px;
        height: 7px;
        background: rgb(0,102,255);
        background: linear-gradient(90deg, rgba(0,102,255,1) 50%, rgba(0,209,255,1) 100%);
        position: absolute;
        left: 50%;
        margin-left: -50px;
        bottom: 0;
    }
    .backmac .wrap.last p:after  {
        display: none;
    }
    .spleft, .spright {
        width: 100%;
        padding: 0;
        float: none;
    }
    .privacy{
        display: none;
    }
    .privacy.mobile{
        display: inline-block;
        padding-bottom: 10px;
    }
    .reviews .items{
        display: block;
        padding: 0 20%;
    }
    .reviews .item{
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }
    .reviews .item img.logobottom,
    .reviews .item .bottom p {
        position: absolute;
        padding-bottom: 0;
        position: absolute;
        bottom: 20px;
    }
    
}

@media (max-width: 900px){

}

@media (max-width: 860px){
    .takeback{
        padding-bottom: 320px;
    }
    header h1, header h1 span.bold {
        font-size: 40px;
    }
    header p.mobile {
        font-size: 24px;
    }

    
}

@media (max-width: 800px) {
    .what h2 {
        font-size: 42px;
    }
    .book {
        background-image: none;
    }
    .book .desktop {
        display: none;
    }
    .book .mobile {
        display: block;
    }
    .book .left, .book .right {
        width: 100%;
        float: none;
    }
    .book .mobile .p30 {
        width: 100%;
        float: none;
        text-align: left;
        padding-right: 0;
        padding-left: 25px;
        margin-bottom: 50px;
        border-left: 5px solid transparent;
        border-image: linear-gradient(bottom, #0067FF, #00D1FF);
        -moz-border-image: -moz-linear-gradient(bottom, #0067FF, #00D1FF);
        -webkit-border-image: -webkit-linear-gradient(bottom, #0067FF, #00D1FF);
        border-image-slice: 1;
    }
    .book .mobile img{
        margin-bottom: 50px;
    }
    .book .takebutton{
        display:none;
    }

}

@media (max-width: 660px){
    .takeback {
        padding-bottom: 220px;
    }
    .backmac {
        padding: 70px 0 0;
    }
    .takenow .window {
        font-size: 20px;
        display: block;
        width: 100%;
        text-align: center;
    }
    footer .bottom .right,
    footer .bottom .left{
        width: 100%;
        float: none;
        padding: 0;
    }
    footer .top{
        display: block;
    }
    footer .top .left,
    footer .top .right{
        display: block;
        width: 100%;
        text-align: center;
    }
    .reviews .items {
        padding: 0 20px;
    }
}

@media (max-width: 580px){
    .blueblocks img{
        width: 25%;
    }
    .blueblocks .content {
        width: 70%;
    }
    .what h2,
    .what h2 span {
        font-size: 35px;
    }
    .what .left .images{
        text-align: left;
    }
    .chart-two {
        left: 145px;
    }
}

@media (max-width: 550px){
    .takeback{
        width: calc(100% + 40px);
        left: -20px;
    }
    .reviews .items {
        padding: 0;
    }
    .reviews .item h3{
        font-size: 19px;
    }
    .reviews .bottom p {
        font-size: 16px;
    }
    .reviews .item .bottom img {
        margin: 0;
    }
    .reviews  .item{
        margin-bottom: 20px;
    }
    .reviews .item:last-child{
        margin-bottom:0;
    }
}

@media (max-width: 500px) {
    section {
        padding: 30px 20px;
    }
    header {
        padding: 40px 20px 0;
    }
    header h1, header h1 span.bold {
        font-size: 31px;
    }
    header p.mobile {
        font-size: 16px;
    }
    .top {
        padding-bottom: 38px;
    }
    header h1, header h1 span.bold {
        font-size: 31px;
        line-height: 106%;
        padding-bottom: 15px;
    }
    header p.mobile {
        font-size: 16px;
    }
    header .takenow {
        margin: 20px 0;
        width: 80%;
        max-width: 325px;
    }
    .takeback {
        padding-bottom: 325px;
    }
    .takenow .window {
        font-size: 17px;
        display: block;
        width: 100%;
        text-align: center;
        white-space: nowrap;
        padding: 18px 44px;
    }
    .takeback {
        padding-bottom: 325px;
        background-size: auto 126%;
    }
    .blocks {
        width: calc(100% + 40px);
        left: -20px;
        border-radius: 10px;
    }
    p {
        font-size: 16px;
        line-height: 132%;
    }
    .book .mobile img {
        margin-bottom: 38px;
    }
    .book {
        padding-bottom: 25px;
    }
    .backmac {
        padding: 40px 0 0;
    }
    img.mac {
        margin: 0 auto 40px;
    }
    .backmac .wrap {
        margin-bottom: 25px;
    }
    section.mac {
        padding-bottom: 8px;
    }
    .reviews h2{
        font-size: 35px;
        padding: 22px 0 0;
        line-height: 78%;
    }
    .questions h2 {
        font-size: 35px;
        padding: 10px 20px 20px;
        line-height: 120%;
    }
    .questions h2 span{
        padding: 0;
    }
    .spoiler{
        margin-bottom: 20px;
    }
    .questions .takebutton {
        margin-top: 33px;
    }
    footer {
        margin-top: 59px;
    }
    footer section {
        padding: 64px 20px 40px;
    }
    footer .top .right {
        padding: 50px 0 0;
        font-size: 18px;
    }
    footer .top .right a{
        font-size: 24px;
        line-height: 30px;
     }
    footer .bottom .left p{
        font-size: 12px;
        line-height: 120%;
    }
    footer .bottom .left p.privacy.mobile {
        display: block;
        text-align: center;
        font-size: 14px;
        padding: 20px 0;
    }
    footer .bottom .right p{
        font-size: 10px;
        padding-bottom: 15px;
    }
    footer .bottom .left p.copy {
        font-size: 16px;
        text-align: center;
        padding-bottom: 50px;
    }
    .forminner{
        top:50px;
    }
    .forminner{
        width: 300px;
        margin-left: -150px;
    }
}

@media (max-width: 450px){
    .what h2,
    .what h2 span {
        font-size: 26px;
    }
}

@media (max-width: 400px){
    .what .left .images {
        margin: 22px 0;
    }
}

@media (max-width: 369px){
    .takenow .window {
        padding: 18px;
    }
    .forminner {
        width: 280px;
        margin-left: -140px;
    }
}

