@font-face{font-family:Nunito;src:url(../fonts/NunitoSans-Black.eot);src:url(../fonts/NunitoSans-Black.eot?#iefix) format("embedded-opentype"),url(../fonts/NunitoSans-Black.woff) format("woff"),url(../fonts/NunitoSans-Black.woff2) format("woff"),url(../fonts/NunitoSans-Black.svg) format("woff"),url(../fonts/NunitoSans-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(../fonts/NunitoSans-Bold.eot);src:url(../fonts/NunitoSans-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/NunitoSans-Bold.woff) format("woff"),url(../fonts/NunitoSans-Bold.woff2) format("woff"),url(../fonts/NunitoSans-Bold.svg) format("woff"),url(../fonts/NunitoSans-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(../fonts/NunitoSans-ExtraBold.eot);src:url(../fonts/NunitoSans-ExtraBold.eot?#iefix) format("embedded-opentype"),url(../fonts/NunitoSans-ExtraBold.woff) format("woff"),url(../fonts/NunitoSans-ExtraBold.woff2) format("woff"),url(../fonts/NunitoSans-ExtraBold.svg) format("woff"),url(../fonts/NunitoSans-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(../fonts/NunitoSans-Regular.eot);src:url(../fonts/NunitoSans-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/NunitoSans-Regular.woff) format("woff"),url(../fonts/NunitoSans-Regular.woff2) format("woff"),url(../fonts/NunitoSans-Regular.svg) format("woff"),url(../fonts/NunitoSans-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(../fonts/NunitoSans-SemiBold.eot);src:url(../fonts/NunitoSans-SemiBold.eot?#iefix) format("embedded-opentype"),url(../fonts/NunitoSans-SemiBold.woff) format("woff"),url(../fonts/NunitoSans-SemiBold.woff2) format("woff"),url(../fonts/NunitoSans-SemiBold.svg) format("woff"),url(../fonts/NunitoSans-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}body{font-family:Nunito,sans-serif;font-size:24px}section{width:100%;height:auto;overflow:hidden}.container{max-width:1024px;margin:0 auto}.btn-action{color:#fff;background:#5fbd77;font-weight:700;text-decoration:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;text-align:center;margin:0 auto;border-radius:5px}.btn-action:hover{-webkit-box-shadow:0 3px 5px rgba(0,0,0,.3);box-shadow:0 3px 5px rgba(0,0,0,.3)}.btn-action2{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:43px;min-width:187px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 32px;gap:1px;font-weight:700;font-size:17px;line-height:16px;text-align:center;text-decoration:none;color:#fff;background:#5fbd77;border:none;border-radius:5px;outline:0;cursor:pointer;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.btn-action2:hover{color:#fff;font-weight:700;border:none;-webkit-text-decoration-line:none;text-decoration-line:none;text-decoration:none;-webkit-box-shadow:0 3px 5px rgba(0,0,0,.3);box-shadow:0 3px 5px rgba(0,0,0,.3)}.btn-action2:active{color:#fff;font-weight:700;border:none;-webkit-text-decoration-line:none;text-decoration-line:none;text-decoration:none;-webkit-box-shadow:0 3px 5px rgba(0,0,0,.3);box-shadow:0 3px 5px rgba(0,0,0,.3)}.btn-action2:disabled{opacity:.6;cursor:default!important}.logo a{font-weight:600;font-size:1.1em;text-decoration:none;color:#fff}.section-title{text-align:center;text-transform:uppercase;margin-bottom:20px;color:#343434;font-weight:800;font-size:.9em;padding:0 10px}.section-title::after{content:"";display:block;width:80px;height:3px;background:#343434;margin:10px auto auto}.hidden{display:none!important}header .header__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px;position:relative}header .header__block.__center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}header .header__block .logo img{max-width:150px}header .header__block .btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}header .header__block .btns .btn{margin-right:15px}header .header__block .btns .btn .btn-action{font-size:.45em;padding:6px 12px}header .header__block .btns .btn-mob-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:24px;padding-top:8px}header .header__block .btns .btn-mob-menu span{width:18px;height:2px;background:#2e3438;display:block}header .header__block .mob-menu-content{position:absolute;top:0;right:-100%;width:100%;min-height:100%;display:none;background:#fff;z-index:5;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}header .header__block .mob-menu-content .inner{padding:5px 20px}header .header__block .mob-menu-content .inner .close-menu{text-align:right}header .header__block .mob-menu-content .inner ul{list-style:none}header .header__block .mob-menu-content .inner ul li{margin-bottom:15px}header .header__block .mob-menu-content .inner ul li:not(:last-child){padding-bottom:15px;border-bottom:1px solid #c9c9c9}header .header__block .mob-menu-content .inner ul li a{color:#000;font-weight:600;text-decoration:none}header .header__block .open{display:block}header .header__block .animate{right:0}.section-top{background:linear-gradient(287.3deg,rgba(29,27,22,.67) 0,rgba(94,109,137,.67) 198.49%),url(/img/bg-top.jpg) no-repeat;background-position:center center!important;padding:0 20px}.section-top .top-wrap{padding-top:20px}.section-top .top-wrap .text{color:#fff;font-weight:600;margin-bottom:30px}.section-top .top-wrap .text .text1{font-size:1.2em}.section-top .top-wrap .text .text2{font-size:2em}.section-top .top-wrap .text .text3{font-size:.75em;font-weight:400}.section-top .calc-wrap{position:relative;margin-bottom:15px}.section-top .calc-wrap .calc .calculator{padding:20px 15px;width:100%;background:rgba(255,255,255,.22);border:1px solid #fff;border-radius:15px;z-index:3}.section-top .calc-wrap .calc .calculator__text1{display:none;color:#fff;font-size:.6em;font-weight:600;margin-bottom:20px}.section-top .calc-wrap .calc .calculator .label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#fff;font-size:.65em}.section-top .calc-wrap .calc .calculator .range-wrap{position:relative;margin:0 auto 3rem}.section-top .calc-wrap .calc .calculator .range-wrap .range{width:100%}.section-top .calc-wrap .calc .calculator .range-wrap input[type=range]{-webkit-appearance:none;width:100%;background:0 0}.section-top .calc-wrap .calc .calculator .range-wrap input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.section-top .calc-wrap .calc .calculator .range-wrap input[type=range]:focus{outline:0}.section-top .calc-wrap .calc .calculator .range-wrap input[type=range]::-ms-track{width:100%;cursor:pointer;background:0 0;border-color:transparent;color:transparent}.section-top .calc-wrap .calc .calculator .range-wrap input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:20px;width:20px;border-radius:100px;background:#fff;outline:0;cursor:pointer;margin-top:-8px}.section-top .calc-wrap .calc .calculator .range-wrap input[type=range]::-moz-range-thumb{height:20px;width:20px;border-radius:100px;background:#fff;outline:0;cursor:pointer;margin-top:-8px}.section-top .calc-wrap .calc .calculator .range-wrap input[type=range]::-ms-thumb{height:20px;width:20px;border-radius:100px;background:#fff;outline:0;cursor:pointer;margin-top:-8px}.section-top .calc-wrap .calc .calculator .range-wrap .bubble{color:#fff;font-weight:700;font-size:.6em;padding:4px 12px;position:absolute;left:50%;top:30px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);line-height:15px}.section-top .calc-wrap .calc .calculator .range-wrap .bubble::after{content:"";position:absolute;width:2px;height:2px;top:-1px;left:50%}.section-top .calc-wrap .calc .calculator .range-wrap input[type=range]::-webkit-slider-runnable-track{width:100%;height:6px;cursor:pointer;background:#5fbd77;border-radius:10px;border:transparent}.section-top .calc-wrap .calc .calculator .range-wrap input[type=range]:focus::-webkit-slider-runnable-track{background:-webkit-gradient(linear,left bottom,left top,from(#4e75db),to(#4e75db)),#ebebeb;background:linear-gradient(0deg,#4e75db,#4e75db),#ebebeb}.section-top .calc-wrap .calc .calculator .range-wrap input[type=range]::-moz-range-track{width:100%;height:6px;cursor:pointer;background:#5fbd77;border-radius:10px;border:transparent}.section-top .calc-wrap .calc .calculator .range-wrap input[type=range]::-ms-track{width:100%;height:6px;cursor:pointer;background:0 0;border-color:transparent;border-width:16px 0;color:transparent}.section-top .calc-wrap .calc .calculator .range-wrap input[type=range]::-ms-fill-lower{background:#5fbd77;border:transparent;border-radius:10px}.section-top .calc-wrap .calc .calculator .range-wrap input[type=range]:focus::-ms-fill-lower{background:#5fbd77}.section-top .calc-wrap .calc .calculator .range-wrap input[type=range]::-ms-fill-upper{background:#5fbd77;border:transparent;border-radius:10px}.section-top .calc-wrap .calc .calculator .range-wrap input[type=range]:focus::-ms-fill-upper{background:#5fbd77}.section-top .calc-wrap .calc .calculator .text{margin:15px 0 0 0;font-size:.5em;color:#fff;font-weight:400}.section-top .calc-wrap .calc .calculator .text span{font-weight:700}.section-top .calc-wrap .calc .calculator .btn-wrap .btn-action{max-width:100%;display:block;padding:10px;font-size:.75em;font-weight:600}.section-info{padding:50px 0}.section-info .section-title{margin-bottom:50px}.section-info .info-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 20px}.section-info .info-wrap .item{text-align:center}.section-info .info-wrap .item:not(:last-child){margin:0 0 30px 0}.section-info .info-wrap .item__img{min-height:80px}.section-info .info-wrap .item__img img{-o-object-fit:cover;object-fit:cover}.section-info .info-wrap .item__title{font-size:.8em;font-weight:800;margin-bottom:15px}.section-info .info-wrap .item__text{font-size:.6em}.section-how-to{padding:50px 0;background:#f0f1f3}.section-how-to .section-title{margin-bottom:50px}.section-how-to .how-to-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 20px;margin-bottom:30px}.section-how-to .how-to-wrap .item{text-align:center}.section-how-to .how-to-wrap .item:not(:last-child){margin:0 0 30px 0}.section-how-to .how-to-wrap .item__img{min-height:80px}.section-how-to .how-to-wrap .item__img img{-o-object-fit:cover;object-fit:cover}.section-how-to .how-to-wrap .item__title{font-size:.8em;font-weight:800}.section-how-to .how-to-wrap .item__text{font-size:.6em}.section-how-to .btn-wrap{margin:0 auto;max-width:300px;padding:0 20px}.section-how-to .btn-wrap .btn-action{display:block;padding:10px;font-size:.7em}.section-cards{background:#f0f1f3;padding:50px 0}.section-cards .grid{padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section-cards .grid .item{background:#fff;width:90%;position:relative;border-radius:14px;padding:50px 22px}.section-cards .grid .item:not(:last-child){margin-bottom:150px}.section-cards .grid .item__title{text-align:center;color:#00123f;font-weight:700;margin-bottom:15px}.section-cards .grid .item__text{text-align:center;color:#00123f}.section-contacts{padding:30px 0;background:#0d2c51}.section-contacts .contacts__title{color:#fff;margin-bottom:30px}.section-contacts .contacts__title::after{background:#fff}.section-contacts .contacts__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px}.section-contacts .contacts__wrap .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:40px;color:#fff}.section-contacts .contacts__wrap .item__icon{margin-right:30px;line-height:0}.section-contacts .contacts__wrap .item__content{width:220px;font-size:.55em}.section-contacts .contacts__wrap .item__content span{font-weight:600}.section-contacts .contacts__wrap .item__content ul{list-style:none}.section-contacts .contacts__wrap .item__content .schedule{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.section-contacts .contacts__wrap .item__content .schedule_day .line{margin-right:15px}.section-contacts .contacts__wrap .item__content a{text-decoration:none;color:#fff;font-weight:600}.section-contacts .btn-wrap{margin:0 auto;max-width:300px;padding:0 20px}.section-contacts .btn-wrap .btn-action{display:block;padding:10px;font-size:.7em}.section-advs{padding:30px 20px}.section-advs .adv-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-advs .adv-wrap .img{width:100%;margin-bottom:15px}.section-advs .adv-wrap .img img{width:100%}.section-advs .adv-wrap .text{width:100%}.section-advs .adv-wrap .text .txt{margin-bottom:15px;font-size:.8em}.section-advs .adv-wrap .text .txt .green{font-weight:800;color:#5fbd77}.section-advs .adv-wrap .text .txt .bold{font-weight:800}.overlay{min-height:0;overflow:hidden}.backdrop{position:absolute;top:0;left:0;min-height:100%;width:100%;z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(78,78,78,.5)}.backdrop .form-container{background:#fff;padding:0 20px;border-radius:7px;position:relative;width:95%}.backdrop .form-container .close{position:absolute;top:30px;right:30px;cursor:pointer}.backdrop .form-container .form{padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.backdrop .form-container .form-title{font-size:1.5em;color:#4e75db;font-weight:800;text-align:center;margin-bottom:30px}.backdrop .form-container .form input{border:1px solid #2e3438;border-radius:2px;margin-bottom:15px;height:40px;padding:5px 0 5px 15px}.backdrop .form-container .form input::-webkit-input-placeholder{color:#cbcccd}.backdrop .form-container .form input::-moz-placeholder{color:#cbcccd}.backdrop .form-container .form input:-ms-input-placeholder{color:#cbcccd}.backdrop .form-container .form input::-ms-input-placeholder{color:#cbcccd}.backdrop .form-container .form input::placeholder{color:#cbcccd}.backdrop .form-container .form .box{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px}.backdrop .form-container .form .box .chk .label-container{display:block;position:relative;margin-right:40px;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.backdrop .form-container .form .box .chk .label-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.backdrop .form-container .form .box .chk .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;outline:1.5px solid #000;border-radius:2px;background-color:#fff}.backdrop .form-container .form .box .chk .label-container:hover input~.checkmark{background-color:#fff}.backdrop .form-container .form .box .chk .label-container input:checked~.checkmark{background-color:#4e75db}.backdrop .form-container .form .box .chk .checkmark:after{content:"";position:absolute;display:none}.backdrop .form-container .form .box .chk .label-container input:checked~.checkmark:after{display:block}.backdrop .form-container .form .box .chk .label-container .checkmark:after{left:7px;top:3px;width:7px;height:12px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.backdrop .form-container .form .box .text{font-size:.67em;font-weight:600}.backdrop .form-container .form .box .text .policy{color:#3165ff;font-weight:600;text-decoration:none}.backdrop .form-container .form .btn-wrap .btn-action{margin:0 auto;width:100%;display:block;padding:10px}footer{padding:30px 20px;background:#0d2c51}footer .info{padding-top:30px;border-top:2px solid #fff;color:#fff}footer .info__text{font-size:.55em;margin-bottom:15px}footer .info__text span{font-weight:600}footer .info__text a{color:#fff}footer .info__text a:hover{color:#fff;text-decoration:none}@media screen and (min-width:320px){header .header__block .logo img{max-width:100px}}@media screen and (min-width:370px){header .header__block .logo img{max-width:160px}}@media screen and (min-width:768px){.logo a{font-size:1.3em}.section-title{font-size:1.1em}header .header__block{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .header__block .logo img{max-width:100%}header .header__block .btns .btn{margin:0}header .header__block .btns .btn .btn-action{padding:8px 60px;font-size:.8em}header .header__block .btns .btn-mob-menu{display:none}header .header__block .mob-menu-content{display:none}.section-top .calc-wrap .calc .calculator{min-width:unset;max-width:unset;padding:20px}.section-top{background-size:cover!important}.section-top .top-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:120px 0}.section-top .top-wrap .text{width:50%;margin-right:30px}.section-top .top-wrap .text .text1{font-size:2.1em}.section-top .top-wrap .text .text2{font-size:4em;padding:20px 0}.section-top .top-wrap .text .text3{font-size:1.1em}.section-top .top-wrap .calc-wrap{width:50%}.section-top .top-wrap .calc-wrap .calc .calculator{padding:20px 30px;min-height:320px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section-top .top-wrap .calc-wrap .calc .calculator__text1{display:block}.section-top .top-wrap .calc-wrap .calc .calculator .range-wrap{margin:0 0 30px 0}.section-top .top-wrap .calc-wrap .calc .calculator .label{font-size:.65em}.section-top .top-wrap .calc-wrap .calc .calculator .text{width:100%}.section-info .info-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.section-info .info-wrap .item{width:23%}.section-info .info-wrap .item:not(:last-child){margin:0 15px 0 0}.section-info .info-wrap .item__title{height:40px}.section-how-to .how-to-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.section-how-to .how-to-wrap .item{width:23%}.section-how-to .how-to-wrap .item:not(:last-child){margin:0 15px 0 0}.section-how-to .how-to-wrap .item__title{height:70px}.section-cards .grid{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.section-cards .grid .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:23%;margin-bottom:0!important}.section-cards .grid .item__text{margin:auto}.section-contacts .contacts__wrap .item__icon img._email{padding-top:5px}.section-contacts .contacts__wrap{padding:0 20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section-contacts .contacts__wrap .item{margin-bottom:0}.section-contacts .contacts__wrap .item__content{width:100%;font-size:.75em}.section-contacts .contacts__wrap .item__content .schedule_day .line{margin-right:15px}.section-advs .section-title{margin-bottom:30px}.section-advs .adv-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.section-advs .adv-wrap .img{margin-right:50px}.section-advs .adv-wrap .text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.backdrop .form-container{width:unset}.backdrop .form-container .form{padding:60px 200px;max-width:800px}}@media screen and (max-width:768px){.btn-action2{min-width:initial}}@supports (appearance:none){.section-top{background:linear-gradient(287.3deg,rgba(29,27,22,.67) 0,rgba(94,109,137,.67) 198.49%),url(/img/bg-top.webp) no-repeat}}