

/* Start:/bitrix_personal/templates/main/styles.css?176464316529115*/
@font-face {
    font-family: "PT Sans";
    src: url('/bitrix_personal/templates/main/fonts/PT_Sans_400.ttf')  format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: "PT Sans";
    src: url('/bitrix_personal/templates/main/fonts/PT_Sans_700.ttf')  format('truetype');
    font-weight: 700;
}

img {
    max-width: 100%;
}

body {
    overflow-x: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background: #FAFAFA;
    margin: 0;
    color: #333;
}

html {
    font-family: "PT Sans";
    overflow-x: hidden; 
    height: 100%;
}
html.fixed {
    overflow: hidden;
}

h1 {
    font-size: 50px;
    line-height: 100%;
    margin: 20px 0 40px;
}

ul,h2,h3,h4{
    margin: 0;
    padding: 0;
}

*{
    outline: none;
}

a {
    transition: 0.3s all;
    text-decoration: none;
}

svg {
    transition: 0.3s all;
}

button {
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s all;
    cursor: pointer;
    font-family: inherit;
}

#scrollToTopBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: white;
	border: none;
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 999;
	padding: 10px;
	transition: opacity 0.3s;
}
#scrollToTopBtn svg {
	display: block;
	margin: 0 auto;
}

.disabled-btn {
    pointer-events: none;
    opacity: 0.5;
}

.container {
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.content {
    padding: 40px 0 32px;
} 

.logos {
    display: flex;
    gap: 23px;
    align-items: center;
    min-width: max-content;
}
.logos .dash {
    display: flex;
    gap: 23px;
    height: 50px;
    width: 1px;
    background: #333;
}

.form_block {
    display: flex;
    flex-direction: column;
    padding: 40px;
}
.form_block .title {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
}
.form_block .under_title {
    color:#595959;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
}
.form_block .inputs_block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.form_block .inputs_block input {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px;
    height: 55px;
    width: 100%;
    border-radius: 30px;
    background: #F5F5F5;
    box-sizing: border-box;
    border: 0;
}
.form_block .inputs_block input::placeholder {
    color: rgba(0, 0, 0, 0.30);
}
.form_block .btn {
    display: flex;
    padding: 10px 22px;
    border: 1px solid #D81016;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #D81016;
    color: #fff;
    width: max-content;
    margin-bottom: 10px;
}
.form_message {
    margin-bottom: 10px;
}

.checkbox_politic input[type="checkbox"] {
    display: none;
}
.checkbox_politic label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}
.checkbox_politic .custom_checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    border-radius: 4px;
    display: flex;
    flex-shrink: 0;
    position: relative;
}
.checkbox_politic input[type="checkbox"] + .custom_checkbox::before {
    opacity: 0;
    transition: 0.3s all;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.446 12.6353L2.66797 8.85725L3.74719 7.77803L6.44715 10.4749L6.446 10.4761L12.9221 4L14.0013 5.07922L7.52522 11.5561L6.44676 12.6345L6.446 12.6353Z" fill="%23333"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.checkbox_politic input[type="checkbox"]:checked + .custom_checkbox::before {
    opacity: 1;
}
.checkbox_politic p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.checkbox_politic a {
    color: #D81016;
}

header {
    display: flex;
    padding-top: 20px;
    width: 100%;
}
header .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
header  .header_top,
.fix_header .container {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
header  .header_bottom {
    display: flex;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(109, 109, 109, 0.10);
    border-radius: 30px;
}
header  .menu {
    display: flex;
    width: 100%;
}
header  .menu ul {
    width: 100%;
    display: flex;
    gap: 10px;
}
header  .menu li {
    display: flex;
    flex-grow: 1;
}
header  .menu li a {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    padding: 10px 20px;
    width: 100%;
    border-radius: 30px;
    justify-content: center;
}
header .right_block,
.fix_header .right_block {
    display: flex;
    align-items: center;
    gap: 20px;
}
.number_city {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.number_city .phone {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}
.number_city .city {
    color: #9C9C9C;
    font-size: 16px;
    font-weight: 400;
}
header .right_block .btn,
.fix_header .right_block .btn,
.burger_popup .btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center; 
    color: #333;
    border-radius: 30px;
    background: #FFDE41;
}

.fix_header {
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 2000;
    background: rgba(250, 250, 250, 0.90);
    box-shadow: 0px 4px 10px 0px rgba(109, 109, 109, 0.10);
    transition: 0.5s all;
    top: -100px;
}
.fix_header.show {
    top: 0;
}
.fix_header .burger_btn {
    display: flex;
    padding: 14px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s all;
    position: relative;
}
.fix_header .burger_btn .burger {
    z-index: 2;
    transition: 0.1s;
}
.fix_header .burger_btn .krest {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: 0.1s;
}
.fix_header .burger_btn.open .burger {
    opacity: 0;
}
.fix_header .burger_btn.open .krest {
    opacity: 1;
}

.burger_popup {
    width: 100vw;
    height: auto;
    position: fixed;
    right: -110vw;
    z-index: 1500;
    background: #fff;
    transition: 0.5s all;
    overflow: hidden;
}
.burger_popup .container {
    display: flex;
    padding: 140px 20px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.burger_popup .number_city {
	display: none;
	align-items: flex-start;
}
.burger_popup .btn {
	display: none;
	width: fit-content;
}
.burger_popup .menu {
	width: 100%;
}
.burger_popup .menu ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.burger_popup .menu li {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}
.burger_popup .menu li a {
    display: flex;
    width: 100%;
    padding: 10px 20px;
    color: #333;
    justify-content: center;
    background: #FAFAFA;
    border-radius: 30px;
    font-size: 16px;
}
.burger_popup.show {
    right: 0;
}

footer {
    display: flex;
    margin-top: auto;
}
footer .container {
    border-radius: 45px;
    background: #FFF;
    display: flex;
    padding: 40px;
    flex-direction: column;
    gap: 40px;
}
footer .footer_top {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}
footer .right_block {
    display: flex;
}
footer .menu ul {
    display: flex;
    gap: 10px 40px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
}
footer .menu li {
    display: flex;
}
footer .menu li a {
    color: #333;
    font-size: 18px;
    font-weight: 400;
}
footer .footer_bottom {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}
footer .dev_mark {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
footer .dev_mark .dev {
    color:#595959;
    font-size: 14px;
    font-weight: 400;
}
footer .dev_mark .dev a {
    color: #D81016;
    font-size: 14px;
    font-weight: 400;
}
footer .dev_mark .mark {
    color:#595959;
    font-size: 14px;
    font-weight: 400;
}
footer .legal {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
footer .legal a {
    color:#595959;
    font-size: 15px;
    font-weight: 400;
}

.content section {
    margin-bottom: 120px;
}
.content section:nth-last-child(1) {
    margin-bottom: 60px;
}

.gift_btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 60px;
    background: #FFF;
    transition: 0.3s all;
    box-shadow: 0px 4px 10px 0px rgba(109, 109, 109, 0.10);
}
.gift_btn span {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    transition: 0.3s all;
}

.glav_banner .banner_block {
    display: flex;
    position: relative;
}
.glav_banner .img {
    display: flex;
    overflow: hidden;
    border-radius: 50px;
    background: linear-gradient(286deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.60) 72%);
}
.glav_banner .img img {
    object-fit: cover;
    z-index: -1;
}
.glav_banner .text_blokc {
    position: absolute;
    left: 60px;
    top: 60px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
}
.glav_banner .text_blokc .title {
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
}
.glav_banner .text_blokc .under_text {
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
}
.glav_banner .text_blokc .btn {
    width: max-content;
    margin-top: 40px;
    color: #FFF;
    font-size: 18px;
    display: flex;
    padding: 10px 22px;
    border: 1px solid #D81016;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #D81016;
}
.glav_banner .gift_btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.glav_about .about_block {
    display: flex;
    gap: 32px;
}
.glav_about .text_block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
}
.glav_about .text_block h2 {
    color: #333;
    font-size: 40px;
    font-weight: 700;
}
.glav_about .text_block .text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.glav_about .text_block .text p {
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    margin: 0;
}
.glav_about .img {
    width: 50%;
    border-radius: 45px;
    overflow: hidden;
    height: max-content;
    display: flex;
}

.glav_advantages h2 {
    color:#333;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}
.glav_advantages .advantages_list {
    display: flex;
    gap: 32px;
}
.glav_advantages .advantages_item {
    padding: 30px;
    border-radius: 45px;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-basis: 33%;
}
.glav_advantages .title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-align: left;
}
.glav_advantages .img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFDE41;
    border-radius: 50%;
    width: 88px;
    height: 88px;
}
.glav_advantages .text p {
    margin: 0;
}
.glav_advantages .text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.glav_tariffs {
    background: #FFDE41;
    padding: 90px 0;
}
.glav_tariffs .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.glav_tariffs .header .right_block p {
    color:#715F00;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    max-width: 405px;
    margin: 0;
}
.glav_tariffs .header .more {
    display: flex;
    gap: 5px;
    align-items: center;
    width: max-content;
}
.glav_tariffs .header .more span {
    color: #D81016;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.glav_tariffs .header .more svg {
    transition: 0.3s all;
    transform: translateX(0);
}
.glav_tariffs .header .right_block {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.glav_tariffs .header h2 {
    color:#333;
    font-size: 50px;
    font-weight: 700;
}
.glav_tariffs .tarifs_list {
    margin-bottom: 0;
}
.glav_tariffs .tarif_item .btn {
    background: #333;
    color: #fff;
    padding: 10px 22px;
    border-color: #333;
}

.banner_form {
    display: flex;
    border-radius: 45px;
    background: #F5F5F5;
    overflow: hidden;
}
.banner_form form {
    padding: 60px;
    max-width: 442px;
}
.banner_form .form_block .inputs_block input {
    background: #E3E3E3;
}
.banner_form .img {
    overflow: hidden;
    display: flex;
    border-radius: 45px;
}
.banner_form img {
    object-fit: cover;
}

.galv_contacts .container {
    display: flex;
    gap: 32px;
}
.galv_contacts .map {
    width: 100%;
    overflow: hidden;
    border-radius: 45px;
}
.galv_contacts .contacts_info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 45px;
    background: var(--FFDE41, #FFDE41);
    padding: 40px;
    min-width: 416px;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 0px rgba(109, 109, 109, 0.10);
}
.galv_contacts .contacts_info .cat {
    width: fit-content;
    margin-left: auto;
}
.galv_contacts .contact {
    display: flex;
    align-items: center;
    gap: 10px;
}
.galv_contacts .contact .title {
    color: #BEA52C;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.56px;
    margin: 0;
    text-align: left;
}
.galv_contacts .contact .phone {
    color:#333;
    font-size: 26px;
    font-weight: 700;
}
.galv_contacts .contact .addres {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
.galv_contacts .contact .email {
    color:#333;
    font-size: 18px;
    font-weight: 700;
}
.galv_contacts .contact .block {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.price-table th.custom-color, .custom-color{    
    background-color: #fbc658;
    font-weight: normal;
}
.price-table th{
    height: 75px;
}

.tarifs_text_block {
    margin: 20px 0;
}
.tarifs_text_block ul {
    padding-left: 20px;
    margin-bottom: 10px;
}
.tarifs_text_block ul li {
    margin-bottom: 5px;
}

.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.40);
    z-index: 1900;
}
.popup_wraper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: auto;
}
.popup_block {
    display: flex;
    max-width: 461px;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 45px;
    background: #FFF;
    box-sizing: border-box;
}
.popup_block .form_block {
    padding: 0;
}
.popup_block .form_block .title,
.popup_block .form_block .under_title {
    text-align: center;
}
.close_popup {
    position: absolute;
    right: 40px;
    top: 120px;
    cursor: pointer;
    padding: 10px;
    display: flex;
    border: 2px solid #fff;
    border-radius: 50%;
}

.cook-panel {
    position: fixed;
    bottom: 120px;
    background: #fff;
    box-shadow: 0px 0px 34px 0px rgba(56, 78, 83, 0.2);
    line-height: 1.7;
    font-size: 13px;
    font-weight: 400;
    z-index: 100;
}
.cook-panel, .cook-panel.hidden {
    display: none;
    right: -100%;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transition: 0.5s, right 0s 0.5s;
    -webkit-transition: 0.5s, right 0s 0.5s;
    -moz-transition: 0.5s, right 0s 0.5s;
    -ms-transition: 0.5s, right 0s 0.5s;
    -o-transition: 0.5s, right 0s 0.5s;
}
.cook-panel.visible {
    left: 30px;
    border-radius: 15px;
    display: block;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: 0.5s, right 0s;
    -webkit-transition: 0.5s, right 0s;
    -moz-transition: 0.5s, right 0s;
    -ms-transition: 0.5s, right 0s;
    -o-transition: 0.5s, right 0s;
    max-width: 930px;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%);
}
.cook-panel__wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 15px;
    gap: 10px;
}
.cook-panel .cook-panel-text{
     max-width: 87%;
}
.cook-panel .buttons{
    display: flex;
}
.cook-panel__image {
    flex-shrink: 0;
    margin: 3px 16px 0 0;
}
.cook-panel__text {
    position: relative;
    font-size: 14px;
    color: #331f0b;
}
.cook-panel .buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.cook-panel .buttons .exit {
    cursor: pointer;
}
.cook-panel .buttons .exit:hover{
    opacity: 0.7;
}
.cook-panel__text a {
    color:#331f0b ;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    border-bottom: none;
}
.cook-panel__text a:hover {
    text-decoration: none; 
    opacity: 0.8;
}
.cook-panel__more {
    display: inline-block;
    color: #333333;
}
.cook-panel__more:hover {
    color: #333333;
}
.cook-panel__close {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 35px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    border-radius: 50px;
    background: #ff0000;
}
.cook-panel__close:hover {
   opacity: 0.7;
}
@media(max-width: 991px){
    .cook-panel.visible{
        max-width: 90%;
    }
    .cook-panel .cook-panel-text {
        max-width: 100%;
        line-height: normal;
    }
    .cook-panel__wrap{
        flex-direction: column;
        align-items: baseline;
    }
}
@media(max-width: 605px){
    .cook-panel.visible{
        bottom: 40px;
        z-index: 99999999999999999;
    }
}

@media(max-width: 440px){
    .cook-panel.visible{
        bottom: 10px;
    }
    .cook-panel__close{
        padding: 6px 35px;
    }
}

.news_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
}
.news_item {
    display: flex;
    flex-direction: column;
}
.news_item .news_img {
    max-height: 260px;
    border-radius: 32px;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
}
.news_item .news_img img {
    object-fit: cover;
}
.news_item .news_date {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 10px;
}
.news_item .news_name {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.news_item .news_description {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 10px;
}
.news_item .news_read {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    color: #D81016;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    width: max-content;
}

.contacts_page {
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}
.contacts_page .form_and_info {
    display: flex;
    z-index: 2;
    gap: 40px;
    justify-content: center;
}
.contacts_page .info_block {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    gap: 20px;
    padding: 40px 30px 60px;
    max-width: 500px;
    box-shadow: 0px 3px 7.76px 0.24px rgba(149, 149, 149, 0.55);
    margin-top: -60px;
    background: #fff;
    z-index: 10;
}
.contacts_page .info_block .item {
    display: flex;
    gap: 10px;
}
.contacts_page .info_block .item a {
    font-weight: 700;
}
.contacts_page .info_block .item .right {
    font-size: 16px;
    display: block;
}
.contacts_page .info_block .item .left {
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.pagination_list {
    display: flex;
    gap: 20px;
}
.pagination_item {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
}
.pagination_item .pager-item {
    display: flex;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.pagination_item .pagin-prev,
.pagination_item .pagin-next {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination_item .pager-item.active {
    color: #D81016;
    opacity: 0.6;
}

@media (hover: hover) {
    .pagination_item:hover .pager-item {
        color: #D81016;
    }
    .pagination_item:hover svg {
        stroke: #D81016;
    }
    .news_item .news_read:hover svg {
        transform: translateX(10px);
    }
    #scrollToTopBtn:hover svg {
        stroke: #D81016;
    }
	.glav_banner .text_blokc .btn:hover,
	.form_block .btn:hover {
		background: #fff;
		color: #D81016;
	}
	.gift_btn:hover span {
		color: #D81016;
	}
    .close_popup:hover svg {
        stroke: #D81016;
    }
    .galv_contacts .contact .email:hover {
        color: #D81016;
    }
    .galv_contacts .contact .phone:hover {
        color: #D81016;
    }
    .checkbox_politic a:hover {
        opacity: 0.6;
    }
    .glav_tariffs .tarif_item .btn:hover {
        background: transparent;
        color: #333;
    }
    .glav_tariffs .header .more:hover svg {
        transform: translateX(10px);
    }
    a:hover {
        color: #D81016;
    }
    a.logos:hover {
        opacity: 0.6;
    }
    footer .legal a:hover {
        color:#D81016;
    }
    footer .menu li a:hover {
        color:#D81016;
    }
    footer .dev_mark .dev a:hover {
        color: #FFDE41;
    }
    header .number_city .phone:hover,
    .fix_header .number_city .phone:hover {
        color: #D81016;
    }
    header  .menu li a:hover,
    .burger_popup .menu li a:hover {
        color: #D81016;
        background: #FFE7E7;
        box-shadow: 0px 4px 10px 0px rgba(109, 109, 109, 0.10);
    }
    header .right_block .btn:hover ,
    .fix_header .right_block .btn:hover {
        opacity: 0.6;
    }
    .fix_header .burger_btn:hover svg {
        stroke: #D81016;
    }
}

@media screen and (max-width: 1200px) {
    .contacts_page .form_and_info .form_block {
        padding: 40px 0;
    }
    .contacts_page .form_and_info > * {
        flex-basis: 50%;
    }
    .news_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .glav_banner .text_blokc .title,
    .glav_tariffs .header h2 {
        font-size: 34px;
    }
    .glav_banner .text_blokc .under_text {
        font-size: 18px;
    }
    .glav_about .text_block h2 {
        font-size: 32px;
    }
    .glav_advantages h2 {
        font-size: 26px;
    }
    .glav_tariffs {
        padding: 40px 0;
    }
    .content section {
        margin-bottom: 80px;
    }
    .content section:nth-last-child(1) {
        margin-bottom: 40px;
    }
    .form_block .title {
    	font-size: 26px;
    }
    .form_block .under_title {
    	font-size: 16px;
    }
    .banner_form form {
		padding: 40px;
		max-width: 350px;
    }
    .glav_tariffs .header .right_block {
    	gap: 5px;
    }
    .glav_tariffs .header .right_block p {
    	font-size: 16px;
    }
    .glav_banner .text_blokc .btn {
    	margin-top: 20px;
    	font-size: 16px;
    }
    .gift_btn img {
    	height: 40px;
    }
    .gift_btn {
    	padding: 8px 20px;
    	gap: 10px;
    }
    .gift_btn span {
    	font-size: 18px;
    }
}

@media screen and (max-width: 1000px) {
	.glav_about .about_block {
		flex-direction: column-reverse;	
		gap: 20px;
	}
	.glav_about .text_block {
		width: 100%;
	}
	.glav_about .img {
		width: max-content;
	}
	.glav_advantages .advantages_item {
		padding: 20px;
		gap: 10px;
	}
	.glav_advantages .advantages_list {
		flex-direction: column;
		gap: 20px;
	}
	.glav_advantages .img {
		height: 60px;
		width: 60px;
	}
	.glav_advantages .img img {
		width: 30px;
		height: 30px;
	}
	.glav_advantages .title {
		font-size: 20px;
	}
	.glav_advantages .text p {
		font-size: 14px;
	}
	.galv_contacts .container {
		flex-direction: column;
		gap: 0;
	}
	.galv_contacts .contacts_info {
		justify-content: center;
		border-radius: 20px 20px 0 0;
		padding: 20px
	}
	.galv_contacts .contacts_info .cat {
		position: absolute;
		right: 40px;
	}
	.galv_contacts .map {
		height: 250px;
		border-radius: 0 0 20px 20px;
	}
}

@media screen and (max-width: 800px) {
    .pagination_list {
        gap: 10px;
    }
    .pagination_item {
        width: 30px;
        height: 30px;
    }
    .contacts_page .form_and_info {
        flex-direction: column;
    }
    .contacts_page .info_block {
        margin-top: 0;
        box-shadow: none;
        padding: 40px 0 0 0;
        background: transparent;
    }
    .contacts_page .form_callback {
        padding: 20px 0 0 0;
    }
    h1 {
        font-size: 32px;
        margin: 10px 0 30px;
    }
    .news_item .news_img {
        margin-bottom: 10px;
    }
    .news_item .news_name {
        font-size: 18px;
    }
    .news_list {
        grid-gap: 20px;
    }
    .news_item .news_read {
        margin-top: 0;
    }
	.popup_wraper {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 20px;
	}
	.close_popup {
		position: initial;
		margin-left: auto;
	}
	.checkbox_politic p {
		font-size: 12px;
	}
	.form_block .title {
		font-size: 22px;
	}
	.glav_about .text_block h2 {
		font-size: 28px;
	}
	.banner_form .img {
		display: none;
	}
	.banner_form form {
		max-width: inherit;
	}
	.content section {
		margin-bottom: 60px;
	}
    .content section:nth-last-child(1) {
        margin-bottom: 30px;
    }
	.glav_banner .text_blokc {
		left: 20px;
		top: 20px;
		max-width: 300px;
	}
	.glav_about .img,
	.glav_advantages .advantages_item {
		border-radius: 20px;
	}
	.glav_banner .img {
		border-radius: 20px;
		min-height: 400px;
		background: linear-gradient(286deg, rgba(0, 0, 0, 0.00) 10%, rgba(0, 0, 0, 0.60) 72%);
	}
	.glav_banner .text_blokc .title,
	.glav_tariffs .header h2 {
		font-size: 26px;
	}
	.glav_banner .text_blokc .under_text {
		font-size: 16px;
	}
	.glav_banner .img img {
		object-position: 70%;
	}
	.glav_about .text_block {
		gap: 10px;
	}
	.glav_advantages h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.glav_advantages .advantages_list {
		gap: 10px;
	}
	.glav_tariffs .header {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 20px;
	}
	footer .footer_top ,
	footer .footer_bottom {
		flex-direction: column;
		align-items: center;
	}
	footer .menu ul {
		justify-content: center;
		gap: 20px;
	}
	footer .legal,
	footer .dev_mark {
		align-items: center;
	}
	header {
		display: none;
	}
	.content {
		padding: 100px 0 32px;
	}
	.burger_popup {
		height: 100vh;
	}
	.fix_header .logos img {
		max-height: 40px;
	}
	.fix_header .logos .dash {
		height: 30px;
	}
	.fix_header .logos {
		gap: 10px;
	}
	.fix_header .right_block .btn {
		padding: 12px 18px
	}
	.fix_header .number_city .phone {
		font-size: 18px;
	}
	.fix_header .right_block {
		gap: 10px;
	}
	.burger_popup .container {
		padding: 100px 20px 40px;
		gap: 20px;
		height: 100%;
		overflow: auto;
	}
	.burger_popup .menu ul {
		justify-content: space-evenly;
		gap: 15px;
	}	
	.burger_popup .menu ul li {
    	flex-basis: 30%;
    }
    .burger_popup .menu li a {
    	border-radius: 20px;
    }
}

@media screen and (max-width: 600px) {
    .news_list {
        grid-template-columns: repeat(1, 1fr);
    }
	footer .container {
		padding: 40px 20px;
		border-radius: 20px 20px 0 0;
	}
	.content section {
		margin-bottom: 40px;
	}
    .content section:nth-last-child(1) {
        margin-bottom: 20px;
    }
	.glav_about .img {
		max-width: 100%;
	}
	.galv_contacts .contacts_info .cat {
		display: none;
	}
    .banner_form form {
		padding: 20px;
    }
    .banner_form {
    	border-radius: 20px;
    }
    .galv_contacts .contacts_info {
    	min-width: inherit;
    }
    .galv_contacts .contact .phone {
    	font-size: 22px;
    }
    .galv_contacts .contact .block {
    	gap: 2px;
    }
    .fix_header .right_block .number_city,
    .fix_header .right_block .btn {
    	display: none;
    }
    .burger_popup .number_city {
    	margin-top: 40px;
    }
    .burger_popup .number_city,
    .burger_popup .btn {
		display: flex;
	}
    .burger_popup .menu ul {
		flex-direction: column;
		gap: 10px;
	}
	.burger_popup .menu ul li a {
		border-radius: 10px;
	}
	.burger_popup .menu ul li {
    	flex-basis: 100%;
    }
    .galv_contacts {
    	margin-bottom: 0;
    }
}



/* End */
/* /bitrix_personal/templates/main/styles.css?176464316529115 */
