
body{
    line-height: 1.4;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #000;
    background: #EDEEF8;
}
.unbound{
    font-family: "Unbounded", sans-serif;
    font-weight: 500;
}
.none_point{
    pointer-events: none;
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
.logo{
    display: block;
    width: 4.938rem;
}
.header_bg{
    background: #F4F4F4;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    border-radius: 16px;
    padding: 0.95rem 1.85rem;
}
header {
    padding-top: 1.2rem;
    position: absolute;
}
.container {
    width: 81.3rem;
}
.menu {
    margin-left: 4.1rem;
    font-size: 0.875rem;
}
.menu a {
    display: inline-block;
    margin-right: 2.3rem;
}
.menu a:last-child{
    margin-right: 0;
}
.socials{
    display: flex;
    margin-left: 1.9rem;
}
.socials a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2.2rem;
    background: #005059;
    color: white;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 5px;
}
.socials a:hover{
    color: white;
    background: #80A6AB;
}
.btn{
    font-family: Inter, sans-serif;
    font-weight: 500;
    border-radius: 10px;
    background: #005059;
    color: white;
    display: inline-block;
    padding: 0 2.3rem;
    text-align: center;
}
.btn:hover, .btn.black:hover, .btn.white:hover{
    background: #80A6AB;
    color: white;
}
.btn.big{
    min-width: 18rem;
}
.btn.big span{
    height: 3.75rem;
}
.btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
}
.btn.white{
    background: white;
    color: #005059;
}
.slider_item {
    padding-top: 11.1rem;
    padding-bottom: 1rem;
}

.section_title{
    font-family: "Unbounded", sans-serif;
    font-weight: 500;
    font-size: 2.25rem;
    text-transform: uppercase;
    letter-spacing: -0.04rem;
    margin-bottom: 1.9rem;
    line-height: 1.2;
}
div.section_title{
    line-height: 1.1;
    margin-bottom: 2.2rem;
    color: #005059;
}
.section_text{
    margin-bottom: 2.8rem;
}
.digits_row {
    margin-top: 2.6rem;
    margin-left: -5px;
    margin-right: -5px;
}
.digits_row .mb_30{
    padding: 0 5px;
    margin-bottom: 10px;
}
.preim_item{
    background: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 1rem 1.3rem;
    min-height: 7.6rem;
    position: relative;
    overflow: hidden;
    color: #005059;
    transition: all 0.35s;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
}

.preim_item:after{
    opacity: 0.5;
    filter: blur(1px);
    transition: all 0.35s;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4.5rem;
    height: 4.7rem;
    content: "";
    background-image: url(../img/preim.png);
    background-size: 100% 100%;
}
.preim_num{
    font-size: 3rem;
    font-weight: 700;
    margin-right: 1.4rem;
    position: relative;
    z-index: 2;
}
.preim_text{
    position: relative;
    z-index: 2;
}
#box-1{
    background: #000100;
    color: white;
}
.sliders{
    /*background: linear-gradient(to bottom, rgba(0, 172, 191, 0.00), #005059);*/
    position: relative;
}
.sliders video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sliders .container{
    position: relative;
    z-index: 2;
}
.section_title span{
    font-weight: 400;
}
.border_img{
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
}
.box2_row{
    margin: 0 -5px;
}
.box2_row .mob_full{
    padding: 0 5px;
}
#box-2 {
    padding-top: 5.1rem;
    padding-bottom: 2rem;
}
.about_title{
    text-align: right;
    opacity: 0.4;
}
.box2_right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.page{
    padding-top: 10rem;
    padding-bottom: 4rem;
}
.box2_right .content{
    margin-bottom: -1rem;
}
.calc_box{
    background-image: url("../img/calc.jpg");
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    padding: 2.7rem 3.2rem;
    color: white;
}
.calc_box div.section_title{
    color: #9BC9CF;
}
#box-3{
    padding-top: 2.9rem;
}
.section_title.sm{
    font-size: 2rem;
    margin-bottom: 0.8rem;
}
.calc_right .section_title span{
    color: white;
}
.calc_right{
    /*margin-left: -1.7rem;
    width: calc(100% + 1.7rem);*/
}
.result_blue{
    background: #9BC9CF;
    font-size: 1rem;
    padding: 0 0.8rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_text{
    line-height: 1.2;
    margin-bottom: 2.1rem;
}
.form-group {
    margin-bottom: 0.5rem;
}
#box-3 .wifi {
    width: 26rem;
}

#box-3 .form_text2 img {
    width: 1.5rem;
}
#box-3 .form_text2{
    margin-bottom: 1.2rem;
    margin-top: 2rem;
}
.form-control{
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    background: white;
    padding: 1.15rem 1.1rem;
    width: 100%;
}
.form-control::placeholder{
    color: #80A6AB;
}
.policy{
    font-size: 0.875rem;
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
}
.policy a{
    color: white;
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.btn.full{
    width: 100%;
}
.btn.black{
    background: #00293C;
    color: white;
}
.range_title{
    font-size: 1.25rem;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    color: #9BC9CF;
}
.ui-slider .ui-slider-handle {
    width: 0.938rem;
    height: 0.938rem;
    border-radius: 50%;
    background-color: #80A7AC!important;
    border-color: #80A7AC!important;
}
.range_out{
    display: flex;
    justify-content: space-between;
    font-size: 1.25rem;
    margin-bottom: 0.7rem;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.42rem;
    margin-left: -0.3rem;
}
.calc_result{
    /*color: black;
    border-radius: 20px;
    background: #F4F4F4;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    margin-top: 2rem;
    width: 26.7rem;
    padding: 2.1rem 3.3rem;
    overflow: hidden;
    position: relative;*/

    color: black;
    border-radius: 20px;
    background: #F4F4F4;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    margin: 0 auto;
    margin-top: 2.2rem;
    margin-bottom: 2rem;
    width: 39rem;
    padding: 2.1rem 3.3rem;
    overflow: hidden;
    position: relative;
}
.calc_result:after{

    transition: all 0.35s;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 8.7rem;
    height: 8.8rem;
    content: "";
    background-image: url(../img/calc.png);
    background-size: 100% 100%;
}
.calc_result_title{
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Unbounded", sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.calc_ul{
    margin-top: 1.2rem;
}
.calc_ul li {
    margin-bottom: 0.7rem;
}
.calc_total{
    text-align: center;
    font-size: 2rem;
    margin-top: 1.4rem;
    letter-spacing: 0.03rem;
}
#box-4 {
    padding-top: 4.6rem;
}
.gray_title{
    opacity: 0.4;
}
.box5_item{
    border-radius: 20px;
    background: #F4F4F4;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 1.5rem 1.4rem;
    text-align: center;
    height: 100%;
}
.box5_img{
    width: 3.75rem;
    height: 3.75rem;
    margin: 0 auto;
}
.box5_title{
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
}

#box-5{
    padding-top: 5rem;
}
.service_item{
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    color: white;
    padding: 1.9rem 1.3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
.service_top, .service_bottom{
    position: relative;
    z-index: 1;
}
.service_title{
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.service_img{
    width: 7.25rem;
    height: 7.25rem;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}
.service_bottom .btn.full{
    padding: 0;
    width: 75%;
    margin: 0 auto;
    display: block;
    min-width: unset;
}
#box-6 {
    padding-top: 4.8rem;
}
.rev_item{
    border-radius: 20px;
    background: #FFF;
    padding: 1.2rem 1.2rem;
    height: 100%;
}
.rev_title{
    font-size: 1.25rem;
    margin-bottom: 0.2rem;
}
.rev_stars{
    display: flex;
    margin-bottom: 1rem;
}
.rev_stars img{
    width: 1.438rem;
    margin-right: 0.1rem;
}
.rev_text.content *{
    line-height: 1.2;
    margin: 0;
}
.rev_slider .slick-list{
    margin: 0 -5px;
}
.rev_slider .slick-slide > div{
    padding: 0 5px;
}
#box-7 {
    padding-top: 4.9rem;
}
.faq_item{
    border-radius: 10px;
    background: #F4F4F4;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 0.1rem 1.8rem;
    margin-bottom: 0.7rem;
}
.faq_title{
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0.8rem 0;
}
.faq_title span{
    width: calc(100% - 3.25rem);
    padding-right: 1rem;
}
.faq_title.factive .faq_arrow{
    transform: rotate(-180deg);
    background-color: #005059;
}
.faq_title:hover{
    color: #005059;
}
.faq_arrow{
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    background-color: #80A7AC;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s;
}
.faq_arrow img{
    width: 2.5rem;
}
.faq_text{
    border-radius: 10px;
    background: #FFF;
    padding: 1.2rem 1.2rem;
    margin-top: 0;
    padding-bottom: 0.4rem;
    margin-bottom: 1.3rem;
}
.faq_text:not(.factive){
    display: none;
}
#box-8 {
    padding-top: 5.5rem;
}
#box-9 {
    padding-top: 4.8rem;
    padding-bottom: 5rem;
}
.cont_links p{
    margin-bottom: 1.2rem;
    line-height: 1.2;
    font-weight: 400;
}
.cont_links p b{
    font-weight: 500;
}
.cont_socs{

}
.cont_title{
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 1.9rem;
    margin-bottom: 1rem;
}
.cont_socs .socials{
    margin: 0;
}
.cont_socs .socials a{
    margin: 0;
    margin-right: 0.6rem;
    width: 4.1rem;
    height: 4.1rem;
    font-size: 2rem;
    border-radius: 16px;
}
.map_box {
    height: 21.8rem;
    padding-left: 1.2rem;
}
.map{
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.footer_logo{
    display: block;
    width: 6.813rem;
}
footer{
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
    background: #00293C;
    color: white;
}
footer a{
    color: white;
}
.socials2 a{
    display: inline-block;
    margin-left: 1.1rem;
    font-size: 2rem;
}
.footer_menu{
    position: absolute;
    left: 51.4%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    font-size: 0.875rem;
}
.footer_menu a{
    display: inline-block;
    margin: 0 1.8rem;
}
.footer_bottom_flex{
    padding-top: 1.9rem;
}
.footer_bottom_flex a{
    opacity: 0.6;
}
.footer_bottom_flex a:hover{
    opacity: 1;
}
.calc_left{
    padding-right: 6rem;
}
.ui-slider-horizontal {
    height: 4px;
}
.modal__block{
    background-image: url("../img/calc.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
}
#order_modal .modal__block, #modal-success-calc .modal__block{
    width: 81.3rem;
    border-radius: 20px;
    color: white;
    text-align: left;
    padding: 3rem;
    padding-bottom: 1rem;
}

.suc_text{
   font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
}

#modal-success-calc .modal__block{
    width: 60.813rem;
}
.modal__block .section_title{
    color: #9BC9CF;
}

#modal-success-msg .modal__block .section_title{
    font-size: 1.6rem;
    margin: 3rem 0;
}
.form_text2 a{
    color: white;
}
.form_text2 a:hover{
    opacity: 0.6;
}
.form_text2{
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    font-weight: 400;
}
.form_text2 img{
    width: 1.375rem;
}
.form_text2 p{
    width: calc(100% - 1.375rem);
    padding-left: 0.5rem;
    margin: 0;
}
.wifi{
    width: 25.688rem;
    margin: 0 auto;
}

.part_slider .slick-list{
    margin: 0 -10px;
    /*padding: 10px 0;*/
}

.part_slider .slick-slide > div{
    padding: 0 10px;
}
.part_item{
    height: 9rem;
    padding: 1.3rem;
    border-radius: 16px;
    overflow: hidden;
    background: white;
}
#box-partners{
    padding-top: 4.8rem;
}