* {
    box-sizing: border-box;
}

body .b14 {
    background: #FFFFFF;
    z-index: 10;
    position: relative;
}

/*Крошки*/
.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
}

.main_logo {
    max-width: 68%;
}

.breadcrumbs img {
    width: 20px;
    height: auto;
}

.header_conteiner {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.breadcrumbs-items {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
}

.breadcrumbs-item {
    display: inline-block;

}

.breadcrumbs-item:last-child a {
    pointer-events: none;
    color: rgb(167, 167, 167);
}

.breadcrumbs-item a:hover :hover {
    color: #83c460;
}

.breadcrumbs-item a {
    text-decoration: none;
    color: rgb(167, 167, 167);
    transition: color 0.3s ease;
}

.breadcrumbs-item a:hover {
    color: #83c460;
}

.breadcrumbs-item:not(:last-child)::after {
    content: "/";
    margin-left: 5px;
    color: rgb(167, 167, 167);
}

@media (max-width: 768px) {

    .breadcrumbs-item {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .breadcrumbs-items .breadcrumbs-item:nth-child(2) {
        display: none;
    }

    .breadcrumbs-item::after {
        display: none;
    }
}

/*Хедер*/
.header {
    background: #FCEDE6;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    padding: 8.5px 24px;
}

.header .nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #FCEDE6;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    margin: 0;
}

.nav .nav-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    /*gap: 100px;*/
}

.btn-yellow {
    background: none;
    border: none;
    margin-top: 10px !important;
}

.nav .nav-menu > li:last-child a {
    color: #000;
    text-transform: none;
    padding: 0;
}

.header-auth {
    border-radius: 9px;
    background: #79C266;
    color: #fff;
    font-size: 14px;
    padding: 7px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-toggle {
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 400;
    width: 120px !important;
}


.nav .btn-yellow-border {
    display: none;
}

.nav .nav-menu > li {
    text-align: center;
}

.nav .nav-menu > li a {
    font-family: 'Montserrat-Regular', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    color: #000;
}

.nav .nav-menu > li:last-child a {
    border: none;
}

.nav .nav-menu > li:last-child a:hover {
    color: #83c460;
}

.nav-social.clearfix {
    display: none;
    flex-direction: row;
    justify-content: center;
}

.mobile-header-auth {
    display: none;
}

.mobile-header-lk {
    display: none;
}

@media (max-width: 1200px) {
    .header-auth {
        display: none;
    }

    .navbar-header {
        width: 100%;
    }

    .nav-menu {
        display: flex;
        flex-direction: column !important;
        align-items: center;
        gap: 20px;
    }

    .nav .nav-menu > li {
        margin-bottom: unset;
    }
}

@media (max-width: 1200px) {
    .header {
        padding: 4.5px 24px;;
    }

    .header-logo {
        padding-top: 7px !important;
    }

    .header .nav {
        display: none;
        top: 55px;
        padding-top: unset;
    }

    .сompleted-tariffs .tariff {
        width: calc(50% - 10px);
    }

    .nav-social.clearfix {
        display: flex;
    }

    .mobile-header-lk {
        display: block;
        margin-bottom: 20px;
        text-align: center;
        font-family: 'Montserrat-Regular', Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.5px;
    }

    .mobile-header-auth {
        width: 100%;
        text-align: center;
        display: block;
        margin: 0 0 67px;
        font-family: 'Montserrat-Regular', Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.5px;
    }


}

@media (max-width: 768px) {
    body {
        padding-top: 98px;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding-right: 10px;
        padding-left: 10px;
    }

    .navbar-header {
        width: 100%;
        justify-content: space-between;
    }

    .header .nav {
        gap: 0;
        flex-direction: column !important;
    }

    .navbar-toggle {
        padding-right: 10px;
        text-align: right !important;
    }

    .header-auth {
        display: none;
    }
}

@media (max-width: 371px) {
    .header .nav {
        top: 50px;
    }

    .main_logo {
        max-width: 90%;
    }

    .header .header-logo {
        width: 50%;
        padding: 0 !important;
    }

    .tariffs {
        display: flex !important;
        flex-direction: column;
    }
}

/*Футер*/
footer {
    /*margin-top: 115px;*/
    background: #FCEDE6;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.mobile-footer-social {
    display: none;
}

.footer-container {
    max-width: 986px;
    margin: 0 auto;
    padding: 43px 5px 38px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.footer-bottom-container-left {
    display: flex;
    width: 45%;
    justify-content: space-between
}

.footer-bottom-container-right {
    display: flex;
    width: 50%;
}

.footer-form-text {
    font-family: 'Montserrat-Regular', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}

/*Форма в футере*/
.footer-form {
    width: 100%;
    height: 64px;
    background: #fff;
    margin: 24px 0 50px;
    position: relative;
    border-radius: 12px;
    border: none;
}

.footer-form-input {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: none;
    padding: 23px 50px 18px 28px;

    font-family: 'Montserrat-Regular', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.02em;

}

.footer-form-input::placeholder {
    color: #8D8D8D;
    font-family: 'Montserrat-Regular', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.02em;
}

.footer-form-input:focus {
    outline: none;
    box-shadow: none;
}

.footer-form-btn {
    width: 100%;
    max-width: 290px;
    height: calc(100% - 12px);
    position: absolute;
    font-size: 14px;
    top: 5px;
    bottom: 5px;
    right: 5px;
    background: #79C266;
    box-shadow: 0px 2px 0px 0px #6AAC58;
    border: none;
    color: #fff;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}

.footer-form-btn:hover {
    background-color: #68a259;
}

.footer-form-btn:active {
    background: #6AAC58;
    box-shadow: none;
    transform: translateY(2px);
}

.footer-bottom {
    display: flex;
    flex-direction: row;
    max-height: 200px;
    justify-content: space-between;
}

.footer-bottom-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*Первая колонка*/
.footer-legal-info {
    max-width: 203px;
    font-family: 'Montserrat-Regular', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
    letter-spacing: 0.02em;
    color: #383838;

}

/*Список страниц в футере*/
.footer-pages {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    max-width: 140px;
    width: 100%;
    list-style-type: none;
    gap: 9px;
}

.footer-pages-item a {
    font-family: 'Montserrat-Regular', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.07px;
    color: #303030;
}

/*Контакты в футере*/
.footer-privacy-policy {
    text-decoration: underline;
}

.footer-contacts-email {
    text-decoration: underline;
}

.footer-contacts-phone {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    color: #383838;
    position: relative;
}

/*Социальные сети в футере*/
.footer-contacts {
    font-family: 'Montserrat-Regular', Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
    max-width: 174px;
    line-height: 16.8px;
    letter-spacing: 0.02em;
    color: #383838;
}

.footer-social-icons {
    display: flex;
    flex-direction: row;
    gap: 27px;
    align-items: center;

}

.footer-page-item {
    display: none;
}

.footer-info {
    font-family: 'Montserrat-Regular', Arial, sans-serif;
    max-width: 374px;
    line-height: 120%;
    font-size: 13px;
}

.footer-copyright {
    font-family: 'Montserrat-Regular', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    letter-spacing: 0.02em;
    color: #383838;

}

.footer-legal-info_mobile, .contact-info-footer_mobile {
    font-family: 'Montserrat-Regular', Arial, sans-serif;
    display: none;
}

@media (max-width: 768px) {
    footer {
        margin: 0;
    }

    .footer-container {
        width: 100vw;
        padding: 43px 5px 38px;
    }

    .footer-bottom-container-left {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-bottom-container-right {
        width: 80%;
        justify-content: center;
        flex-direction: column;
    }

    .footer-form {
        display: flex;
        flex-direction: column;
        height: 100%;
        background: none;
        gap: 23px;
    }

    footer:before {
        display: none;
    }

    .footer-legal-info {
        display: none;
    }

    .footer-form-input {
        background: #fff;
        height: 83px;
    }

    .footer-form-btn {
        position: relative;
        font-size: 16px;
        height: 53px;
        width: 100%;
        max-width: 100%;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .footer-bottom {
        flex-direction: column;
        max-height: none;
        align-items: center;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
    }

    .mobile-footer-social {
        display: flex;
        margin: 24px 0 40px;
        gap: 47px;
        justify-content: center;
    }

    .mobile-footer-social img {
        width: 40px;
    }

    .footer-pages {
        gap: 34px;
        align-items: center;
    }

    .footer-pages-item {
        text-align: center;
        width: max-content;
    }

    .footer-pages-item a {
        text-align: center;
    }

    .footer-contacts {
        display: none;
    }

    .footer-social-icons {
        display: none;
    }

    .footer-info {
        text-align: center;
        margin: 36px auto 30px;
        font-size: 16px;
    }

    .footer-copyright {
        text-align: center;
        font-size: 18px;

    }

    .contact-info-footer {
        flex: unset !important;
    }

    .footer-bottom-container-right {
        width: 50% !important;
    }

    .footer-legal-info {
        display: none !important;
    }

    .footer-legal-info_mobile {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }

    .contact-info-footer_mobile {
        margin: 30px auto 0;
        text-align: center;
    }

    .contact-info-footer_mobile > .footer-contacts {
        max-width: 300px;
    }

    .contact-info-footer_mobile .footer-contacts-item {
        font-size: 16px;

    }

    .contact-info-footer_mobile {
        display: block;
    }

    .contact-info-footer_mobile > .footer-contacts {
        display: flex;
    }
}

@media (max-width: 650px) {
    .footer-bottom-container-right {
        width: 82% !important;
    }
}

@media (max-width: 420px) {
    .footer-bottom-container-right {
        width: 100% !important;
    }
}

@media (max-width: 390px) {

    .footer-form {
        gap: 10px;
    }

    .form-title {
        font-size: 22px;
    }

    .breadcrumbs-item {
        font-size: 16px;
    }
}

/******************** Контактная форма связи на главной **************/
.contact-form_block {
    background-color: #dbebc3;
    overflow: hidden;
}

.contact-form_content {
    position: relative;
    margin: 0 auto;
}

.contact-form_content:after, .contact-form_content:before {
    content: " ";
    display: table;
}

.contact-form_content:after {
    clear: both;
}

.form_content-block {
    position: relative;
    width: 100%;
    z-index: 0;
    font-family: 'Montserrat-Regular', Arial, sans-serif;
    margin: 63px 0;
    padding: 0 10px;
    background-color: white;
    border-radius: 22px;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.wrapper_contact_form {
    position: relative;
    z-index: 0;
    padding: 0 15px;
    max-width: 878px;
    margin: 0 auto;
}

.wrapper_contact_form:before {
    position: absolute;
    content: url(../img/contact_form_left.png);
    z-index: -1;
    top: 45px;
    left: -200px;
}

.wrapper_contact_form:after {
    position: absolute;
    content: url(../img/contact_form_rihgt.png);
    z-index: -1;
    right: -241px;
    top: 70px;
    transform: rotate(8deg);
}

.contact_form-title {
    color: #1b1b1b;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 25px;
    font-family: 'ComfortaaRegular', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
}

.contact_form-subtitle {
    color: #333333a1;
    max-width: 419px;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    font-weight: 300;
    border-color: transparent;
}

.form_content-block > .form-block {
    max-width: 614px;
    margin: 0 auto;
}

.contact_form-items {
    font-family: 'ComfortaaRegular', Arial, sans-serif;;
}

.contact_form-item:not(:last-child) {
    margin-bottom: 10px;
}

.contact_form-item input, .contact_form-item textarea {
    width: 100%;
    background-color: rgb(247, 247, 247);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 100;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    line-height: 1.33;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;
}

.contact_form-item textarea {
    padding-top: 10px;
    vertical-align: bottom;
    resize: none;
    height: 85px;
}

.form_content-block .agree {
    margin: 10px 0 25px;

}

.form-block_button_send {
    text-align: center;
    padding: 13px 0px;
    color: #fff;
    border-radius: 10px;
    font-size: 17px;
    cursor: pointer;
    background-color: #79c266;
    display: block;
    max-width: 300px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.type_checkbox_contact-form {
    width: 20px !important;
    height: 20px !important;
    border: 2px solid rgb(132 198 97 / 58%) !important;
    border-radius: unset !important;
    cursor: pointer;
    transition: border 1s;
}

.icr-label .type_checkbox_contact-form:before {
    content: '';
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #84c661;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.icr-label.checked .type_checkbox_contact-form {
    border: 2px solid rgb(132 198 97) !important;
    transition: border 1s;
}

.form_content-block .agree .contact_form-checkbox, .form_content-block .agree .contact_form-checkbox a {
    color: #333333a1 !important;
}

.form_content-block .agree .contact_form-checkbox a {
    text-decoration: underline;
}

.form_content-block .agree .contact_form-checkbox a:hover {
    color: #79c266 !important;
}

input[class="color_placeholder"]::-webkit-input-placeholder, textarea[class="color_placeholder"]::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

input[class="color_placeholder"]:-moz-placeholder, textarea[class="color_placeholder"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input[class="color_placeholder"]::-moz-placeholder, textarea[class="color_placeholder"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

input[class="color_placeholder"]:-ms-input-placeholder, textarea[class="color_placeholder"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}