*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
a{
    text-decoration: none;
}
.container{
    max-width: 1110px;
    margin: 0 auto;
}
.main_header{
    background-image: url(../img/header__bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.top_nav{
    border-bottom: 2px solid #A5E858;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_nav_left{
    display: flex;
    align-items: center;
}
.top_nav_left li{
    list-style: none;
}
.top_nav_left li a{
    font-family: "Inter-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 40px;
    display: block;
}
.top_nav_left li a:hover{
    background: #7AC225;

}
.top_nav_right a{
    text-decoration: none;
    margin-right: 12px;
}
.top_nav_right a:last-child{
    margin-right: 6px;
}
.bottom_nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.bottom_nav .logo{
    max-width: 273px;
    width: 100%;
    position: relative;
}
.bottom_nav .logo::before{
    content: '';
    position: absolute;
    top: 21px;
    left: 25px;
    width: 258px;
    height: 69px;
    background: #A5E858;
    z-index: 0;
}
.bottom_nav .logo img{
    width: 100%;
    position: relative;
    z-index: 1;
}
.btn_rgba_white{
    background: #A5E858;
    border-radius: 20px;
    padding: 10px 15px 10px 11px;
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #263D51;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
}
.btn_rgba_white img{
    margin-right: 11px;
}
.btn_white{
    background: #FFFFFF;
    border-radius: 20px;
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #263D51;
    padding: 5px 5px 5px 15px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.btn_white img{
    margin-left: 5px;
}
.header_info{
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_info_text{
    width: 50%;
}
.header_info_text h1{
    font-family: "Inter-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.02em;
    margin-bottom: 45px;
    color: #FFFFFF;
}
.header_info_text ul li{
    list-style-image: url(../img/tick.png);
    font-family: "Inter-Light";
    font-style: normal;
    list-style-position: inside;
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.header_info_text ul li b{
    font-family: "Inter-Bold";
}
.header_info_form{
    width: 480px;
    padding: 40px 45px;
    background: #FFFFFF;
    border: 3px solid #FFFFFF;
}
.header_info_form h2{
    font-family: "Inter-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -0.01em;
    color: #435A6E;
    margin-bottom: 20px;
}
.header_info_form p{
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
    color: #435A6E;
    margin-bottom: 20px;
}
.input_group{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.input_group label{
    font-family: "Inter-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #435A6E;
    margin-bottom: 5px;
}
.input_group span{
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #8C9BA7;
    margin-top: 5px;
}
.input_bg_gray{
    background: #F5F7FA;
    padding: 15px;
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #5F768A;
    border: none;
}
.input_bg_gray.not_valid{
    border: 1px solid red;
}
.btn_green{
    width: 100%;
    text-align: center;
    padding: 15px;
    font-family: "Inter-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    background: #7AC225;
    border-radius: 50px;
}
.bg_gray_section{
    background: #F5F7FA;
    height: 810px;
}
.serticates{
    background: white;
    padding: 27px 50px 30px 33px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.serticates p{
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
    color: #435A6E;
    border: 1px solid #FFFFFF;
    max-width: 510px;
    margin-right: 60px;
}
.serticates p b {
    font-family: "Inter-Bold";
}
.com_logo {
    display: flex;
    width: 50%;
    justify-content: space-between;
    align-items: center;
}
.com_logo img{
    max-width: 120px;
    max-height: 60px;
}
.green_light_title{
    font-family: "Inter-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #7AC225;
    margin-bottom: 15px;
}
.black_bold_title{
    font-family: "Inter-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #435A6E;
    margin-bottom: 15px;
}
.sub_title{
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
    color: #435A6E;
    margin: 0;
}
.services_block{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.services_block .services_block_left{
    width: 350px;
    position: relative;
}
.services_list_block{
    width: 635px;
    height: 705px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    position: relative;
}
.services_list .service_item{
    list-style: none;
    background: #FFFFFF;
    padding: 15px 20px;
}
.services_list .service_item p{
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #1A1F24;
}
.services_list .service_item h6{
    font-family: "Inter-SemiBold";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #3879B0;
}

.services_list .service_item:nth-child(even){
    background: #F5F7FA;
}
.service_item_footer a{
    font-family: "Inter-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #263D51;
    text-decoration: none;
}
.service_item_footer.showedList a.btn_show_more img{
    transform: rotate(180deg);
}
.service_item_footer{
    display: flex;
    justify-content: space-between;
    padding: 27px 30px 26px 30px;
    background: #F5F7FA;
} 
.service_item_footer a img{
    margin-left: 5px;
}
.service_block_img{
    position: absolute;
    bottom: 75px;
    left: -80px;
}
.services_list{
    height: calc(100% - 75px);
    overflow-y: auto;
    scrollbar-width: none;
}
/* .services_list::-webkit-scrollbar {
    width: 2px;
} */
.modal_service,
.modal{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 99;
    display: none;
    align-items: center;
    justify-content: center;
}
.modal_service.show,
.modal.show{
    display: flex;
}
.modal_service .modal_content,
.modal .modal_content{
    width: 540px;
    height: 420px;
    padding: 45px 50px 40px 45px;
    background: #fff;
    text-align: center;
}
.modal_service .modal_content{
    height: auto;
    text-align: left;
    position: relative;
}
.modal_service h2{
    font-family: "Inter-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -0.01em;
    color: #435A6E;
    margin-bottom: 30px;
}
.modal_service h6{
    font-family: "Inter-SemiBold";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #435A6E;
    margin-bottom: 30px;
}
.modal_service p{
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #435A6E;
    margin-bottom: 30px;
}
.modal_service .btn_green{
    display: flex;
    justify-content: center;
    text-decoration: none;
}
.modal_service .btn_modal_close{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    padding: 22px;
}
.modal .modal_content img{
    margin-bottom: 30px;
    max-width: 120px;
}
.modal .modal_content h4{
    font-family: "Inter-SemiBold";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #435A6E;  
    margin-bottom: 15px;
}
.modal .modal_content p{
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    color: #435A6E;
    margin-bottom: 30px;
}
.modal .modal_content .btn_green{
    padding: 15px 30px;
    font-family: "Inter-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: auto;
    text-decoration: none;
}
.work_process{
    padding: 105px 0px 135px 0px;
}
.process_step{
    padding-top: 96px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    position: relative;
}
.process_step::after{
    content: '';
    position: absolute;
    top: 348px;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #FFFFFF 0%, #9D574A 2.78%, #3879B0 37.1%, #7AC225 74.05%, #FFFFFF 100%);
    z-index: 0;

}
.process_step_item{
    width: calc(100% / 3 - 49px);
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.process_step_item:last-child{
    padding-right: 0;
}
.process_step_item_img{
    width: 100%;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process_step_item_img img{
    max-width: 300px;
    max-height: 200px;
    
}
.process_step_item span{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #C24A25;
    font-family: "Inter-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.process_step_item:nth-child(2) span{
    background: #3879B0;
}
.process_step_item:nth-child(3) span{
    background: #7AC225;
}
.process_step_item_title{
    font-family: "Inter-SemiBold";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}
.process_step_item_sub_title{
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 15px;
}
.process_step_item_sub_title a{
    color: #8ED937;
    display: block;
}
.process_step_item .btn_green{
    text-decoration: none;
    max-width: 210px;
    padding: 10px;
    transition: .5s;
}
.process_step_item .btn_green:hover{
    background: #8ED937;
    filter: drop-shadow(0px 10px 30px rgba(122, 194, 37, 0.4));
}
.calc_block{
    height: 650px;
    position: relative;
}
.calc_block_left{
    max-width: 445px;
    padding-top: 60px;
    position: sticky;
    top: 0;
}
.calc_block .container{
    display: flex;
    justify-content: space-between;
}
.calc_step_block{
    margin-top: -45px;
    width: 540px;
    height: 740px;
    background: #FFFFFF;
    padding: 40px 45px 45px 45px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08), 0px 30px 90px rgba(200, 208, 215, 0.5);
}
.calc_step_block h3{
    font-family: "Inter-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -0.01em;
    color: #435A6E;
    margin-bottom: 30px;
}
.calc_step_block_title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C2CFDA;
}
.calc_step_block_title li{
    width: calc(100% / 3 - 11px);
    border-bottom: 3px solid transparent;
    list-style: none;
    opacity: .5;
}
.calc_step_block_title li.current{
    border-bottom: 3px solid #7AC225;
    opacity: 1 !important;
}
.calc_step_block_title li h6{
    font-family: "Inter-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #263D51;
}
.calc_step_block_title li p{
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #263D51;
    margin-bottom: 20px;
}
.calc_step_block_title li.disabled{
    opacity: 0.5;
}
.calc_step_content{
    padding-top: 30px;
    height: 85%;
    overflow: auto;
}
.step_first{
    height: 100%;
    display: none;
}
.step_first.current{
    display: block;
}
.step_first_item{
    border: 1px solid #DFE6ED;
    border-radius: 18px;
    width: 100%;
    padding: 15px;
    max-height: 100%;
    overflow: auto;
    margin-bottom: 10px;
}
.select_group{
    margin-bottom: 20px;
    position: relative;
}
.btn_remove_option{
    position: absolute;
    right: 60px;
    top: 18px;
}
.step_second h6,
.select_group label{
    font-family: "Inter-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #263D51;
    margin-bottom: 5px;
}
/* custom_select */
.custom_select li{
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #5F768A;
    list-style: none;
    background-color:#fff;
    padding: 10px 15px;
    display: none;
    cursor: pointer;
}
.custom_select li.active{
    background-color: #F5F7FA;
    background-image: url(../img/forword.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    padding: 15px;
    display: block;
    border: 1px solid transparent;
}
.custom_select li.active:hover{
    border: 1px solid #A5E858;
}
.custom_select.show li{
    display: block;
}
.custom_select.show li:hover{
    background-color: #F5F7FA;
    color: #7AC225;
}
.custom_select.show li.active {
    background: transparent;
    background-color: transparent;
}
.custom_select.show li:first-child{
    background-image: url(../img/forword_up.png);
    background-repeat: no-repeat;
    background-position: 98% center;
}

.custom_select.show {
    background: #FFFFFF;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 10px 30px rgba(0, 0, 0, 0.1);
}
/* custom_select */
.btn_add_comp,
.btn_add_option{
    padding: 15px 45px 15px 15px;
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #5F768A;
    border: 1px dashed #8ED937;
    display: flex;
    align-items: center;
    border-radius: 4px;
    text-decoration: none;
    background-image: url(../img/plus.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}
.btn_add_comp img{
    margin-right: 10px;
}
.btn_groups{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.btn_groups .btn_green{
    display: flex;
    justify-content: center;
    width: 48%;
    text-decoration: none;
}
.btn_bd_green{
    font-family: "Inter-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    width: 48%;
    border-radius: 50px;
    border: 1px solid #8ED937;
    padding: 15px;
    justify-content: center;
    text-decoration: none;
}
.btn_disabled{
    cursor: not-allowed;
    color: #8C9BA7;
}
.step_third,
.step_second{
    display: none;
}
.step_third.current,
.step_second.current{
    display: block;
}
.additional_options{
    margin-top: 15px;
    margin-bottom: 40px;
}
.input_radio_gruop label{
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #263D51;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 0px;
}
.input_radio_gruop input{
    position: absolute;
    opacity: 0;
}
.input_radio_gruop label::before{
    content: '';
    position: relative;
    width: 24px;
    height: 24px;
    border: 2px solid #DFE6ED;
    border-radius: 6px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
}
.input_radio_gruop input:checked + label::before{
    content: '\2713';
    background-color: #7AC225;
    border: 2px solid #7AC225;
}
.step_second h5{
    font-family: "Inter-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #263D51;
}
.step_second p{
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #435A6E;
}
.error{
    border: 1px solid red !important; 
}
.radio_group{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.radio_group p{
    width: 100%;
    font-family: "Inter-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #263D51;
    margin-bottom: 10px;
}
.input_radion_with_label{
    position: relative;
}
.input_radion_with_label input{
    position: absolute;
    opacity: .1;
}
.input_radion_with_label label{
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #263D51;
    padding: 10px 10px 10px 34px;
    position: relative;
    cursor: pointer;
    transition: 1s;
}
.input_radion_with_label label::before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #DFE6ED;
    box-sizing: border-box;
    transition: 1s;
}
.input_radion_with_label label:hover::before,
.input_radion_with_label input:checked + label::before{
    border-color: #8ED937;
    background: #8ED937;
    box-shadow: inset 0px 0px 0px 3px #fff;
}
.step_third h6{
    font-family: "Inter-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #263D51;
}
.step_third .total_price{
    font-family: "Inter-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #263D51;
}
.step_third  .sub_text{
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #435A6E;
}

.gallery {
    padding: 70px 0 90px;
}

.gallery__text {
    font-family: 'Inter-Bold';
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #7AC225;
    margin-bottom: 15px;
}

.gallery__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #435A6E;
    margin-bottom: 15px;
}

.gallery__txt {
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
    color: #435A6E;
    margin-bottom: 45px;
}

.gallery__images {
    display: flex;
}

.gallery__image {
    max-width: 555px;
    width: 100%;
    max-height: 480px;
    height: 100%;
    flex-shrink: 0;
    border-radius: 18px;
    overflow: hidden;
}

.gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery__image-group {
    display: flex;
    flex-wrap: wrap;
}

.gallery__img {
    border-radius: 18px;
    max-width: 277.5px;
    width: 100%;
    max-height: 240px;
    height: 100%;
    flex-shrink: 0;
    overflow: hidden;
}

.gallery__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact {
    background: #F5F7FA;
    padding: 60px 0 95px;
}

.contact .container {
    display: flex;
    justify-content: space-between;
}

.contact__content {
    max-width: 445px;
    width: 100%;
}

.contact__text {
    font-family: 'Inter-Bold';
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #7AC225;
}

.contact__content p:nth-child(1) {
    margin-bottom: 15px;
}

.contact__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #435A6E;
    margin-bottom: 15px;
}

.contact__txt {
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
    color: #435A6E;
    margin-bottom: 30px;
    display: inline-block;
}


/* main ends */


/* footer starts */

.footer__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__contact {
    display: flex;
    align-items: center;
}

.footer__contact .contact__link {
    background: #F5F7FA;
}

.footer__contact .contact__link2 {
    color: #263D51;
    font-weight: 600;
    font-size: 18px;
    width: 232px;
    height: 40px;
    margin-right: 20px;
}

.footer__copyright {
    background: #F5F7FA;
}

.footer__copyright .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 0;
}

.footer__copyright p {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #000000;
    font-family: "Inter-Light";
    font-style: normal;
    font-weight: 300;
}
.contact .header_info_form{
    box-shadow: 0px 4px 8px rgb(0 0 0 / 8%), 0px 30px 90px rgb(200 208 215 / 50%);
}
.contact__social{
    display: flex;
}
.contact__social .social__link{
    margin-right: 10px;
}
.footer .btn_white,
.footer .btn_rgba_white{
    background: #F5F7FA;
}
.footer .bottom_nav_right{
    margin-right: 20px;
    display: flex;
}
.header__social.social{
    display: flex;
}
.header__social.social .social__img{
    margin-right: 10px;
}

@media (max-width: 1150px){
    .container{
        padding: 0px 15px;
    }
    .gallery__img,
    .gallery__image-group,
    .gallery__image{
        width: 50%;
    }
}
@media (max-width: 1000px){
    .top_nav{
        display: none;
    }
    .header_info{
        flex-direction: column;
    }
    .header_info_text{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .serticates{
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    .serticates p{
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
    .com_logo{
        width: 100%;
        justify-content: space-around;
        margin-top: 30px;
    }
    .service_block_img{
        display: none;
    }
    .services_block{
        flex-direction: column;
        align-items: center;
    }
    .services_block .services_block_left{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .bg_gray_section{
        height: auto;
    }
    .process_step{
        flex-direction: column;
        align-items: center;
    }
    .process_step::after{
        display: none;
    }
    .process_step_item{
        width: 100%;
    }
    .calc_block .container{
        flex-direction: column;
        align-items: center;
    }
    .calc_block_left{
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .calc_block{
        height: auto;
    }
    .calc_step_block{
        margin-top: 0;
    }
    .calc_step_block{
        height: auto;
    }
    .gallery__img, .gallery__image-group, .gallery__image{
        width: 100%;
    }
    .gallery__images{
        flex-direction: column;
        align-items: center;
    }
    .gallery__image-group{
        justify-content: center;
    }
    .contact .container{
        flex-direction: column;
        align-items: center;
    }
    .footer .bottom_nav_right{
        display: none;
    }
    .contact__content{
        margin-bottom: 30px;
    }
}
@media (max-width: 700px){
    .btn_rgba_white img{
        margin: 0;
    }
    .btn_rgba_white{
        font-size: 0;
    }
    .btn_white{
        font-size: 0px;
        padding-left: 5px;
    }
    .btn_white img{
        margin-left: 0;
    }
    .bottom_nav_right{
        display: flex;
        align-items: center;
        margin-left: 10px;
    }
    .header_info_text h1{
        line-height: normal;
        font-size: 24px;
        margin-bottom: 15px;
    }
    .bottom_nav .logo::before{
        display: none;
    }
    .header_info_form{
        width: 100%;
        max-width: 480px;
        padding: 30px;
    }
    .header_info_form h2{
        line-height: 30px;
        font-size: 30px;
    }
    .header_info_form p{
        font-size: 16px;
        line-height: normal;
    }
    .serticates p{
        font-size: 16px;
    }
    .com_logo img{
        width: 20%;
    }
    .black_bold_title{
        font-size: 30px;
        line-height: normal;
    }
    .services_list_block{
        width: 100%;
        height: auto;
    }
    .service_item_footer a:last-child{
        display: none;
    }
    .calc_block_left{
        position: relative;
    }
    .calc_step_block{
        width: 100%;
        padding: 15px;
    }
    .calc_step_block h3{
        font-size: 26px;
        line-height: normal;
        margin-bottom: 15px;
    }
    .custom_select li.active{
        padding: 10px;
    }
    .black_bold_title{
        font-size: 20px;
    }
    .contact__title{
        font-size: 26px;
    }
    .contact__txt{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .btn_green,
    .input_bg_gray{
        padding: 10px;
    }
}

.packets{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.packets .packet{
    background-color: white;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 8%), 0px 30px 90px rgb(200 208 215 / 50%);
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin-bottom: 30px;
}

.packet-img{
    width: 330px;
    height: 250px;

    display: flex;
    justify-content: center;
    overflow: hidden;
} 

.packet-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.packet-content h3{
    margin-top: 20px;
    margin-bottom: 20px;
}