@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap");

body, html {
    margin: 0;
    height: 100%;
    min-height: 100%
}

body {
    position: relative;
    min-width: 340px;
    text-align: left;
    color: #000;
    font: 18px "Lora", serif, arial;
    line-height: 1;
    background: #fff
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Lora", serif, "Lora", serif, arial;
    font-weight: 400;
    font-style: normal
}

h1 {
    margin-top: 0;
    font-size: 50px
}

h2 {
    font-size: 48px
}

h3 {
    font-size: 46px
}

h4 {
    font-size: 44px
}

h5 {
    font-size: 42px
}

h6 {
    font-size: 41px
}

h5, h6 {
    font-size: 40px
}

@media (max-width: 1024px) {
    h1 {
        margin-top: 0;
        font-size: 28px
    }

    h2 {
        font-size: 26px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 22px
    }

    h5 {
        font-size: 20px
    }

    h6 {
        font-size: 18px
    }

    h5, h6 {
        font-size: 16px
    }
}

a {
    text-decoration: underline;
    color: #007EC5
}

a:hover {
    text-decoration: none
}

a img {
    border-color: #000
}

a[href^="tel:"] {
    text-decoration: none;
    color: inherit
}

img, input, table, textarea {
    max-width: 100%
}

.site_wrapper {
    display: flex;
    flex-direction: column
}

* {
    box-sizing: border-box
}

.block_inner {
    max-width: 1180px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .col2-field {
        display: flex
    }

    .col2-field .field {
        flex: 0 0 calc(50% - 11px);
        margin-right: 22px
    }

    .col2-field .field:nth-child(2) {
        margin-right: 0
    }
}

.oveflowHidden {
    overflow: hidden
}

.field {
    margin-bottom: 11px;
    position: relative
}

.field input[type=password], .field input[type=tel], .field input[type=text] {
    width: 100%;
    padding: 0;
    height: 50px;
    background: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #120B3E;
    border: none;
    box-sizing: border-box;
    border-radius: 0;
    outline: none;
    border-bottom: 0.25px solid #120B3E;
    font-family: "Roboto", sans-serif;
    transition: all 0.3s
}

.field input[type=password]::-webkit-input-placeholder, .field input[type=tel]::-webkit-input-placeholder, .field input[type=text]::-webkit-input-placeholder {
    color: #120B3E
}

.field select {
    width: 100%;
    padding: 0;
    height: 50px;
    background: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #120B3E;
    border: none;
    box-sizing: border-box;
    border-radius: 0;
    outline: none;
    border-bottom: 0.25px solid #120B3E;
    font-family: "Roboto", sans-serif;
    transition: all 0.3s
}

.field textarea {
    width: 100%;
    padding: 16px 0 16px;
    height: 100px;
    background: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #120B3E;
    border: none;
    box-sizing: border-box;
    border-radius: 0;
    outline: none;
    border-bottom: 0.25px solid #120B3E;
    font-family: "Roboto", sans-serif;
    transition: all 0.3s
}

.field textarea::-webkit-input-placeholder {
    color: #120B3E
}

.field .field_name {
    font-weight: 700;
    font-size: 16px;
    line-height: 95%;
    color: #242424;
    padding-bottom: 15px
}

.field .error_text {
    font-size: 11px;
    line-height: 95%;
    color: #FE3200;
    padding-top: 2px
}

.field.error input[type=password], .field.error input[type=tel], .field.error input[type=text] {
    border-color: #FE3200
}

.field.checkbox label {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding-left: 24px;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #130F26
}

.field.checkbox label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.field.checkbox label span {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 2px;
    left: 0;
    border: 2px solid #007EC5
}

.field.checkbox label span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 4px;
    height: 4px;
    margin: auto;
    background: #130F26;
    opacity: 0
}

.field.checkbox label input:checked + span:before {
    opacity: 1
}

.field.radio ul {
    padding: 2px 0;
    margin: 0;
    list-style: none;
    max-height: 190px;
    overflow: auto
}

.field.radio ul li {
    margin-bottom: 10px
}

.field.radio ul li label {
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #242424;
    cursor: pointer;
    display: inline-block
}

.field.radio ul li label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.field.radio ul li label span {
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #747576;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1
}

.field.radio ul li label span:before {
    content: "";
    transition: all 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    background: #183E98;
    opacity: 0;
    border-radius: 50%
}

.field.radio ul li label input:checked + span {
    border-color: #183E98
}

.field.radio ul li label input:checked + span:before {
    opacity: 1
}

.jq-selectbox.jqselect {
    display: block !important;
    width: 100%
}

.jq-selectbox.jqselect .jq-selectbox__select {
    width: 100%;
    padding: 18px 16px 17px;
    height: 60px;
    background: none;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
    color: #78B82A;
    border: 1px solid #78B82A;
    box-sizing: border-box;
    border-radius: 0;
    outline: none;
    font-family: "Roboto", sans-serif;
    position: relative;
    cursor: pointer
}

.jq-selectbox.jqselect .jq-selectbox__select .jq-selectbox__select-text {
    width: 100% !important;
    margin: 0
}

.jq-selectbox.jqselect .jq-selectbox__select .jq-selectbox__trigger {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3.66528L6.01136 9.65392L5.05129 8.69385L11.0399 2.70521L12 3.66528Z' fill='%2378B82A'/%3E%3Cpath d='M5.98877 9.63599L0.000131678 3.64734L0.960205 2.68727L6.94884 8.67591L5.98877 9.63599Z' fill='%2378B82A'/%3E%3C/svg%3E%0A");
    background-position: 50%;
    background-repeat: no-repeat;
    margin: auto
}

.jq-selectbox.jqselect .jq-selectbox__dropdown {
    top: 100% !important;
    border: 1px solid #78B82A;
    background: #000;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important
}

.jq-selectbox.jqselect .jq-selectbox__dropdown ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.jq-selectbox.jqselect .jq-selectbox__dropdown ul li {
    padding: 18px 16px 17px;
    font-size: 22px;
    text-transform: uppercase;
    color: #78B82A;
    cursor: pointer
}

.jq-selectbox.jqselect .jq-selectbox__dropdown ul li.sel, .jq-selectbox.jqselect .jq-selectbox__dropdown ul li:hover {
    color: #fff
}

.burger {
    flex: 0 0 44px;
    z-index: 71;
    width: 44px;
    height: 44px;
    background: #007EC5 url("data:image/svg+xml,%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.222168' y='0.445312' width='13.4444' height='2.44444' fill='%23ffffff'/%3E%3Crect x='16.1113' y='0.445312' width='4.88889' height='2.44444' fill='%23ffffff'/%3E%3Crect x='5.11133' y='7.77734' width='15.8889' height='2.44444' fill='%23ffffff'/%3E%3Crect x='0.222168' y='7.77734' width='2.44444' height='2.44444' fill='%23ffffff'/%3E%3Crect x='7.55566' y='15.1133' width='13.4444' height='2.44444' fill='%23ffffff'/%3E%3Crect x='0.222168' y='15.1133' width='4.88889' height='2.44444' fill='%23ffffff'/%3E%3C/svg%3E%0A") 50% no-repeat;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    position: relative;
    border-radius: 50%;
    margin-left: 10px
}

@media (max-width: 1024px) {
    .burger {
        display: block
    }
}

@media (max-width: 767px) {
    .burger {
        flex: 0 0 38px;
        width: 38px;
        height: 38px
    }
}

.form-popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    background: rgba(30, 25, 61, 0.2);
    transition: all 0.5s;
    padding: 40px 20px
}

@media (min-width: 768px) {
    .form-popup-wrapper:before {
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        content: ""
    }
}

.form-popup-wrapper.opened {
    opacity: 1;
    visibility: visible
}

.form-popup-wrapper .formExtraWrapper {
    width: 300px;
    margin: auto;
    position: relative;
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    z-index: 10
}

.form-popup-wrapper .formExtraWrapper .close-form {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    background: #DDDADA url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.444032 2.85645C-0.148011 2.26441 -0.148011 1.30451 0.444032 0.712469C1.03607 0.120424 1.99596 0.120424 2.58801 0.712469L9.55592 7.68042C10.148 8.27246 10.148 9.23235 9.55592 9.8244C8.96388 10.4164 8.00399 10.4164 7.41195 9.8244L0.444032 2.85645Z' fill='%23120B3E'/%3E%3Cpath d='M7.41199 0.712466C8.00404 0.120421 8.96393 0.120421 9.55597 0.712466C10.148 1.30451 10.148 2.26441 9.55597 2.85645L2.58805 9.8244C1.99601 10.4164 1.03612 10.4164 0.444076 9.8244C-0.147966 9.23235 -0.147966 8.27246 0.444076 7.68041L7.41199 0.712466Z' fill='%23120B3E'/%3E%3C/svg%3E%0A") 50% no-repeat;
    cursor: pointer;
    z-index: 101;
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: border-box
}

.form-b {
    font-size: 0;
    padding: 26px 22px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    z-index: 100;
    box-shadow: 0px -1px 15px rgba(80, 123, 245, 0.15)
}

.form-b .title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #120B3E;
    padding-bottom: 10px
}

.form-b .title span {
    color: #FE3200;
    display: block
}

@media (max-width: 767px) {
    .form-b .title {
        font-size: 22px;
        line-height: 24px
    }
}

.form-b .subtitle {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #120B3E;
    padding-bottom: 10px
}

.form-b .text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #120B3E;
    padding-bottom: 13px
}

.form-b .btn_button {
    display: block;
    width: 100%
}

.form-b .thanks_form {
    display: none;
    text-align: center;
    padding: 20px 0
}

.form-b .thanks_form .name {
    padding-top: 64px;
    background: url("data:image/svg+xml,%3Csvg width='69' height='48' viewBox='0 0 69 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.00317 20.0152L25.4858 43.4979L66.6655 2.31824' stroke='%23FE3200' stroke-width='5'/%3E%3C/svg%3E%0A") 50% 0 no-repeat;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #FE3200;
    margin-bottom: 4px
}

.form-b .thanks_form .body {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #120B3E
}

.form-popup-wrapper.consultation_popup .formExtraWrapper {
    width: 632px
}

.form-popup-wrapper.consultation_popup .formExtraWrapper .row {
    display: flex;
    align-items: start;
    justify-content: space-between
}

.form-popup-wrapper.consultation_popup .formExtraWrapper .row .field {
    margin-bottom: 0;
    flex: 0 0 218px
}

.form-popup-wrapper.consultation_popup .formExtraWrapper .row .btn_button {
    flex: 0 0 214px
}

@media (max-width: 767px) {
    .form-popup-wrapper.consultation_popup .formExtraWrapper {
        width: 300px
    }

    .form-popup-wrapper.consultation_popup .formExtraWrapper .row {
        display: block
    }

    .form-popup-wrapper.consultation_popup .formExtraWrapper .row .field {
        margin-bottom: 10px
    }
}

.thank_block {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    background: rgba(30, 25, 61, 0.2);
    transition: all 0.5s;
    padding: 40px 20px
}

@media (min-width: 768px) {
    .thank_block:before {
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        content: ""
    }
}

.thank_block.opened {
    opacity: 1;
    visibility: visible
}

.thank_block .formExtraWrapper {
    width: 300px;
    margin: auto;
    position: relative;
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    z-index: 10
}

.thank_block .formExtraWrapper .close-form {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    background: #DDDADA url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.444032 2.85645C-0.148011 2.26441 -0.148011 1.30451 0.444032 0.712469C1.03607 0.120424 1.99596 0.120424 2.58801 0.712469L9.55592 7.68042C10.148 8.27246 10.148 9.23235 9.55592 9.8244C8.96388 10.4164 8.00399 10.4164 7.41195 9.8244L0.444032 2.85645Z' fill='%23120B3E'/%3E%3Cpath d='M7.41199 0.712466C8.00404 0.120421 8.96393 0.120421 9.55597 0.712466C10.148 1.30451 10.148 2.26441 9.55597 2.85645L2.58805 9.8244C1.99601 10.4164 1.03612 10.4164 0.444076 9.8244C-0.147966 9.23235 -0.147966 8.27246 0.444076 7.68041L7.41199 0.712466Z' fill='%23120B3E'/%3E%3C/svg%3E%0A") 50% no-repeat;
    cursor: pointer;
    z-index: 101;
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: border-box
}

.thank_block .thanks_form {
    display: block
}

@media (min-width: 900px) {
    .form-popup-wrapper.product_popup .formExtraWrapper {
        width: 800px
    }

    .form-popup-wrapper.product_popup .formExtraWrapper .form-b {
        padding: 40px 35px 38px 40px
    }
}

@media (max-width: 899px) {
    .form-popup-wrapper.product_popup .formExtraWrapper {
        width: 100%
    }
}

.form-popup-wrapper.product_popup .product_main {
    display: flex
}

@media (max-width: 660px) {
    .form-popup-wrapper.product_popup .product_main {
        display: block
    }
}

.form-popup-wrapper.product_popup .product_main .right {
    margin-left: 45px;
    flex: 1 1 auto;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #000000;
    padding-right: 2px;
    display: flex;
    flex-direction: column
}

.form-popup-wrapper.product_popup .product_main .right ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    height: auto !important;
    flex: 1 1 auto
}

.form-popup-wrapper.product_popup .product_main .right i {
    display: inline !important;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px
}

@media (max-width: 660px) {
    .form-popup-wrapper.product_popup .product_main .right {
        margin: 0;
        padding: 20px 0 0
    }
}

.form-popup-wrapper.product_popup .product_main .left {
    flex: 0 0 265px;
    display: flex;
    flex-direction: column
}

.form-popup-wrapper.product_popup .product_main .left .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #000000;
    padding-bottom: 10px
}

@media (max-width: 899px) {
    .form-popup-wrapper.product_popup .product_main .left .name {
        font-size: 20px
    }
}

.form-popup-wrapper.product_popup .product_main .left .image {
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 10px
}

.form-popup-wrapper.product_popup .product_main .left .btn_button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px;
    box-shadow: 12px 14px 19px rgba(0, 0, 0, 0.15)
}

.form-popup-wrapper.product_popup .product_main .left .btn_button:before {
    content: "";
    margin-right: 20px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6214 11.233H17.3893C17.8089 11.233 18.1387 10.886 18.1387 10.4676C18.1387 10.039 17.8089 9.70223 17.3893 9.70223H14.6214C14.2017 9.70223 13.872 10.039 13.872 10.4676C13.872 10.886 14.2017 11.233 14.6214 11.233ZM20.6767 5.92737C21.2862 5.92737 21.6859 6.14168 22.0856 6.61111C22.4853 7.08055 22.5552 7.75408 22.4653 8.36537L21.516 15.0599C21.3362 16.3468 20.257 17.2948 18.988 17.2948H8.08651C6.75755 17.2948 5.6584 16.2549 5.54849 14.9079L4.6292 3.78328L3.12038 3.51795C2.72069 3.44651 2.44091 3.04851 2.51086 2.64031C2.5808 2.22292 2.9705 1.94637 3.38018 2.00862L5.76332 2.37498C6.10306 2.43723 6.35286 2.72195 6.38284 3.06893L6.57269 5.35487C6.60267 5.68245 6.86246 5.92737 7.18222 5.92737H20.6767ZM7.92643 18.9077C7.08709 18.9077 6.40762 19.6017 6.40762 20.4589C6.40762 21.3059 7.08709 21.9999 7.92643 21.9999C8.75579 21.9999 9.43526 21.3059 9.43526 20.4589C9.43526 19.6017 8.75579 18.9077 7.92643 18.9077ZM19.1677 18.9077C18.3283 18.9077 17.6489 19.6017 17.6489 20.4589C17.6489 21.3059 18.3283 21.9999 19.1677 21.9999C19.997 21.9999 20.6765 21.3059 20.6765 20.4589C20.6765 19.6017 19.997 18.9077 19.1677 18.9077Z' fill='white'/%3E%3C/svg%3E%0A") 50% no-repeat
}

.form-popup-wrapper.product_popup .product_main .left .btn_button:hover:before {
    background: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6214 11.233H17.3893C17.8089 11.233 18.1387 10.886 18.1387 10.4676C18.1387 10.039 17.8089 9.70223 17.3893 9.70223H14.6214C14.2017 9.70223 13.872 10.039 13.872 10.4676C13.872 10.886 14.2017 11.233 14.6214 11.233ZM20.6767 5.92737C21.2862 5.92737 21.6859 6.14168 22.0856 6.61111C22.4853 7.08055 22.5552 7.75408 22.4653 8.36537L21.516 15.0599C21.3362 16.3468 20.257 17.2948 18.988 17.2948H8.08651C6.75755 17.2948 5.6584 16.2549 5.54849 14.9079L4.6292 3.78328L3.12038 3.51795C2.72069 3.44651 2.44091 3.04851 2.51086 2.64031C2.5808 2.22292 2.9705 1.94637 3.38018 2.00862L5.76332 2.37498C6.10306 2.43723 6.35286 2.72195 6.38284 3.06893L6.57269 5.35487C6.60267 5.68245 6.86246 5.92737 7.18222 5.92737H20.6767ZM7.92643 18.9077C7.08709 18.9077 6.40762 19.6017 6.40762 20.4589C6.40762 21.3059 7.08709 21.9999 7.92643 21.9999C8.75579 21.9999 9.43526 21.3059 9.43526 20.4589C9.43526 19.6017 8.75579 18.9077 7.92643 18.9077ZM19.1677 18.9077C18.3283 18.9077 17.6489 19.6017 17.6489 20.4589C17.6489 21.3059 18.3283 21.9999 19.1677 21.9999C19.997 21.9999 20.6765 21.3059 20.6765 20.4589C20.6765 19.6017 19.997 18.9077 19.1677 18.9077Z' fill='%23FE3200'/%3E%3C/svg%3E%0A") 50% no-repeat
}

.menu_burger {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 340px;
    z-index: 100;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    background: #007EC5;
    font-size: 0;
    opacity: 0;
    box-shadow: 0 0 0 6000px rgba(30, 25, 61, 0.8)
}

.menu_burger.opened {
    opacity: 1;
    visibility: visible
}

.menu_burger .menu_scroll {
    overflow: auto;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0
}

.menu_burger .menuClose {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    box-sizing: border-box;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7071 2.70711C23.0976 2.31658 23.0976 1.68342 22.7071 1.29289C22.3166 0.902369 21.6834 0.902369 21.2929 1.29289L22.7071 2.70711ZM1.29289 21.2929C0.902369 21.6834 0.902369 22.3166 1.29289 22.7071C1.68342 23.0976 2.31658 23.0976 2.70711 22.7071L1.29289 21.2929ZM2.70711 1.29289C2.31658 0.902369 1.68342 0.902369 1.29289 1.29289C0.902369 1.68342 0.902369 2.31658 1.29289 2.70711L2.70711 1.29289ZM21.2929 22.7071C21.6834 23.0976 22.3166 23.0976 22.7071 22.7071C23.0976 22.3166 23.0976 21.6834 22.7071 21.2929L21.2929 22.7071ZM21.2929 1.29289L1.29289 21.2929L2.70711 22.7071L22.7071 2.70711L21.2929 1.29289ZM1.29289 2.70711L21.2929 22.7071L22.7071 21.2929L2.70711 1.29289L1.29289 2.70711Z' fill='white'/%3E%3C/svg%3E%0A") 50% no-repeat
}

.menu_burger ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right
}

.menu_burger ul > li {
    padding: 2px 0
}

.menu_burger ul > li > a {
    display: block;
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    padding: 4px 16px;
    text-decoration: none;
    position: relative
}

.menu_burger ul > li > a:hover {
    text-decoration: underline
}

.menu_burger ul > li > a .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 24px;
    height: 24px;
    margin: auto
}

.menu_burger ul > li > a .arrow:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin: auto
}

.menu_burger ul > li ul {
    display: none;
    padding: 10px 26px;
    margin: 0;
    list-style: none
}

.menu_burger ul > li ul li {
    padding: 4px 0
}

.menu_burger ul > li ul li a {
    display: block;
    font-style: normal;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    padding: 0 16px;
    text-decoration: none;
    position: relative
}

.menu_burger ul > li.hasSubmenu ul {
    display: block
}

.site_wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden
}

.content_block_wr {
    flex: 1 1 auto;
    padding: 56px 0 0
}

@media (max-width: 1024px) {
    .content_block_wr {
        padding: 20px 0 0
    }
}

.btn_button {
    display: block;
    border: 1px solid transparent;
    background: #FE3200;
    border-radius: 0;
    outline: none;
    padding: 11px 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    transition: all 0.3s;
    text-align: center;
    cursor: pointer;
    font-family: "Lora", serif;
    text-decoration: none;
    position: relative
}

.btn_button:hover {
    background: #fff;
    color: #FE3200;
    border-color: #FE3200
}

.header {
    background: #F8F4F1;
    padding-top: 104px
}

@media (max-width: 767px) {
    .header {
        padding-top: 80px
    }
}

@media (max-width: 500px) {
    .header {
        padding-top: 60px
    }
}

.header_top {
    padding: 16px 132px 16px 9px;
    display: flex;
    align-items: center;
    background: #F8F4F1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40
}

@media (max-width: 1550px) {
    .header_top {
        padding-right: 16px
    }
}

@media (max-width: 767px) {
    .header_top {
        padding: 10px 8px
    }
}

.header_top .logo {
    flex: 0 0 102px
}

.header_top .logo a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}

@media (max-width: 500px) {
    .header_top .logo {
        flex: 0 0 70px
    }
}

.header_top .conatacts {
    flex: 0 0 204px;
    text-align: right;
    margin-right: 18px
}

@media (max-width: 500px) {
    .header_top .conatacts {
        margin-right: 10px;
        flex: 1 1 auto
    }
}

.header_top .conatacts .phone {
    font-size: 0
}

.header_top .conatacts .phone a {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    text-decoration: none
}

.header_top .conatacts .phone a img {
    max-width: 20px
}

@media (max-width: 500px) {
    .header_top .conatacts .phone a img {
        width: 16px
    }
}

@media (max-width: 767px) {
    .header_top .conatacts .phone a {
        margin-right: 4px
    }
}

.header_top .conatacts .phone a:last-child {
    margin-right: 0
}

.header_top .conatacts .phone .tel {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #007EC5
}

@media (max-width: 500px) {
    .header_top .conatacts .phone .tel {
        font-size: 13px;
        line-height: 20px
    }
}

.header_top .conatacts .time {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #989898
}

@media (max-width: 500px) {
    .header_top .conatacts .time {
        font-size: 10px;
        line-height: 20px
    }
}

.header_top .btn_link {
    cursor: pointer;
    padding-left: 59px;
    position: relative;
    height: 50px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    color: #007EC5;
    white-space: nowrap
}

@media (max-width: 767px) {
    .header_top .btn_link {
        padding-left: 44px;
        font-size: 0;
        height: 44px
    }
}

.header_top .btn_link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg width='51' height='51' viewBox='0 0 51 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.2' cx='25.8932' cy='25.1277' r='24.9806' fill='%23007EC5'/%3E%3Ccircle cx='25.8932' cy='25.1277' r='19.6068' fill='%23007EC5'/%3E%3Cpath d='M28.0153 19.5749C27.6186 19.5016 27.2542 19.7548 27.1787 20.142C27.1032 20.5292 27.3571 20.9073 27.743 20.9831C28.9049 21.2096 29.8021 22.109 30.0295 23.2748V23.2757C30.0942 23.6113 30.3897 23.8553 30.7299 23.8553C30.7756 23.8553 30.8212 23.8511 30.8677 23.8428C31.2536 23.7653 31.5076 23.3881 31.432 23C31.0926 21.2587 29.7523 19.9138 28.0153 19.5749' fill='white'/%3E%3Cpath d='M27.9634 16.6732C27.7775 16.6466 27.5908 16.7015 27.4422 16.8198C27.2895 16.9397 27.1941 17.1129 27.1733 17.307C27.1293 17.6992 27.4123 18.054 27.8041 18.0981C30.5055 18.3995 32.6051 20.5039 32.9089 23.2137C32.9496 23.5768 33.2541 23.8508 33.6176 23.8508C33.645 23.8508 33.6716 23.8491 33.699 23.8458C33.889 23.825 34.0583 23.7309 34.1778 23.581C34.2965 23.4311 34.3505 23.2446 34.3289 23.0539C33.9504 19.6728 31.3337 17.0488 27.9634 16.6732' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.1931 25.8103C28.5173 29.1336 29.2715 25.2889 31.388 27.404C33.4286 29.444 34.6013 29.8527 32.016 32.4373C31.6922 32.6975 29.6347 35.8285 22.4038 28.5997C15.1721 21.37 18.3013 19.3104 18.5616 18.9866C21.1532 16.3949 21.5549 17.5745 23.5954 19.6144C25.712 21.7304 21.8689 22.487 25.1931 25.8103Z' fill='white'/%3E%3C/svg%3E%0A") 50% no-repeat;
    background-size: contain
}

@media (max-width: 767px) {
    .header_top .btn_link:before {
        width: 46px;
        height: 46px
    }
}

.header_bottom {
    padding: 17px 20px 0
}

.header_bottom .block_inner {
    min-height: 586px;
    position: relative
}

@media (max-width: 1200px) {
    .header_bottom .block_inner {
        min-height: 1px
    }
}

.header_bottom .block_inner .right {
    position: absolute;
    top: 0;
    right: -80px;
    width: 662px
}

@media (max-width: 1200px) {
    .header_bottom .block_inner .right {
        width: 500px
    }
}

@media (max-width: 1024px) {
    .header_bottom .block_inner .right {
        width: 400px
    }
}

@media (max-width: 767px) {
    .header_bottom .block_inner .right {
        width: 30%;
        right: -20px
    }
}

.header_bottom .block_inner .left {
    max-width: 680px;
    position: relative;
    z-index: 1;
    padding: 34px 0 40px
}

@media (max-width: 767px) {
    .header_bottom .block_inner .left {
        padding: 20px 0
    }
}

.header_bottom .block_inner .left .title {
    font-weight: 400;
    font-size: 34px;
    line-height: 55px;
    letter-spacing: 0.05em;
    color: #000000
}

.header_bottom .block_inner .left .title strong {
    display: block;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 1200px) {
    .header_bottom .block_inner .left .title {
        font-size: 28px;
        line-height: 44px
    }
}

@media (max-width: 767px) {
    .header_bottom .block_inner .left .title {
        font-size: 22px;
        line-height: 30px;
        padding-right: 25%
    }
}

@media (max-width: 500px) {
    .header_bottom .block_inner .left .title {
        font-size: 18px
    }
}

.header_bottom .block_inner .left .name {
    margin-bottom: 38px
}

@media (max-width: 980px) {
    .header_bottom .block_inner .left .name {
        max-width: 500px
    }
}

@media (max-width: 767px) {
    .header_bottom .block_inner .left .name {
        margin-bottom: 20px;
        padding-right: 25%;
        max-width: 100%
    }
}

.header_bottom .block_inner .left .btn_button {
    display: inline-block;
    vertical-align: top;
    padding: 22px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    width: 265px;
    background: #007EC5;
    text-align: center;
    box-shadow: 12px 14px 19px rgba(0, 0, 0, 0.15)
}

.header_bottom .block_inner .left .btn_button:hover {
    background: #fff
}

@media (max-width: 500px) {
    .header_bottom .block_inner .left .btn_button {
        padding: 16px 20px
    }
}

.header_bottom .block_inner .left .preim {
    padding-top: 62px;
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .header_bottom .block_inner .left .preim {
        padding-top: 20px
    }
}

.header_bottom .block_inner .left .preim .item {
    flex: 0 0 186px;
    padding-top: 29px;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-family: "Roboto", sans-serif
}

.header_bottom .block_inner .left .preim .item strong {
    font-weight: 700
}

.header_bottom .block_inner .left .preim .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg width='28' height='18' viewBox='0 0 28 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.39317L11.0742 16.4673L26.5729 0.968628' stroke='%23FE3200' stroke-width='2'/%3E%3C/svg%3E%0A") 50% no-repeat;
    background-size: contain
}

@media (max-width: 767px) {
    .header_bottom .block_inner .left .preim {
        display: block
    }

    .header_bottom .block_inner .left .preim .item {
        padding: 0 0 0 30px;
        margin-bottom: 14px
    }

    .header_bottom .block_inner .left .preim .item:last-child {
        margin-bottom: 0
    }

    .header_bottom .block_inner .left .preim .item:before {
        width: 20px
    }
}

.menu_header {
    flex: 1 1 auto;
    margin-right: 98px;
    text-align: right
}

@media (max-width: 1200px) {
    .menu_header {
        margin-right: 20px
    }
}

@media (max-width: 500px) {
    .menu_header {
        display: none
    }
}

.menu_header ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width: 1024px) {
    .menu_header ul {
        display: none
    }
}

.menu_header ul li {
    display: inline-block;
    vertical-align: top
}

.menu_header ul li a {
    padding: 5px 12px;
    display: block;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    transition: all 0.3s
}

.menu_header ul li a:hover {
    color: #007EC5
}

.footer {
    background: #F8F4F1;
    padding: 63px 16px 42px
}

@media (max-width: 1024px) {
    .footer {
        padding: 20px 16px
    }
}

.footer .block_inner {
    max-width: 1100px
}

.footer_top {
    max-width: 846px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    padding-bottom: 30px
}

@media (max-width: 1024px) {
    .footer_top {
        font-size: 16px;
        padding-bottom: 20px
    }
}

.footer_bottom {
    padding: 23px 0 0;
    border-top: 1px solid #989898;
    display: flex;
    justify-content: space-between
}

@media (max-width: 920px) {
    .footer_bottom {
        display: block;
        text-align: center
    }
}

.footer_bottom .name {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #989898
}

.footer_bottom .phone {
    flex: 0 0 240px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #000000
}

@media (max-width: 920px) {
    .footer_bottom .phone {
        margin-bottom: 16px
    }
}

.footer_bottom .phone .name {
    padding-bottom: 12px
}

.footer_bottom .phone a {
    text-decoration: none;
    color: #000
}

.footer_bottom .email {
    flex: 0 0 190px;
    font-size: 0
}

.footer_bottom .email .name {
    padding-bottom: 14px
}

.footer_bottom .email a {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    text-decoration: none
}

.footer_bottom .email a img {
    width: 24px
}

.footer_bottom .email .mail {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-right: 14px
}

.footer_bottom .btn_block {
    flex: 0 0 164px
}

.footer_bottom .btn_block .name {
    margin-bottom: 8px
}

.footer_bottom .btn_block .btn_button {
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    padding: 11px 20px;
    background: #007EC5
}

.footer_bottom .btn_block .btn_button:hover {
    background: #Fff
}

@media (max-width: 920px) {
    .footer_bottom .btn_block {
        padding: 10px 0
    }

    .footer_bottom .btn_block .btn_button {
        display: inline-block
    }
}

.footer_bottom .copy {
    text-align: right;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #989898;
    padding-top: 0
}

.footer_bottom .copy .address {
    padding-bottom: 10px;
}

.footer_bottom .copy .police {
    color: #989898;
    text-decoration: none
}

.footer_bottom .copy .copyrite {
    padding-top: 9px
}

@media (max-width: 920px) {
    .footer_bottom .copy {
        text-align: center;
        padding-top: 10px
    }
}

.catalog_block {
    padding: 0 16px
}

.catalog_block .block_inner {
    max-width: 1170px
}

.catalog_block .title {
    display: flex;
    align-items: center
}

.catalog_block .title .name {
    padding-left: 108px;
    position: relative;
    font-weight: 400;
    font-size: 34px;
    line-height: 55px;
    letter-spacing: 0.05em;
    color: #000000;
    margin-right: 29px
}

.catalog_block .title .name span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 88px;
    height: 18px;
    margin: auto
}

.catalog_block .title .name span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 59px;
    height: 6px;
    margin: auto;
    background: #000
}

.catalog_block .title .name span:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background: #FE3200
}

.catalog_block .title .label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 55px;
    letter-spacing: 0.05em;
    color: #007EC5
}

@media (max-width: 699px) {
    .catalog_block .title {
        display: block
    }

    .catalog_block .title .name {
        font-size: 24px;
        line-height: 40px
    }

    .catalog_block .title .label {
        line-height: 24px
    }
}

.catalog_block .inner {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 44px
}

@media (max-width: 699px) {
    .catalog_block .inner {
        display: block;
        margin: 0;
        padding-bottom: 20px
    }
}

.catalog_block .inner .item {
    display: flex;
    flex-direction: column
}

@media (min-width: 1020px) {
    .catalog_block .inner .item {
        margin: 0 15px 44px;
        flex: 0 0 calc(33.33% - 30px)
    }
}

@media (min-width: 700px) and (max-width: 1019px) {
    .catalog_block .inner .item {
        margin: 0 15px 30px;
        flex: 0 0 calc(50% - 30px)
    }
}

@media (max-width: 699px) {
    .catalog_block .inner .item {
        margin: 0 0 30px
    }
}

.catalog_block .inner .item .image {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative
}

.catalog_block .inner .item .image img {
    max-height: 100%;
}

.catalog_block .inner .item .image .price {
    position: absolute;
    padding: 9px 16px;
    background: #007EC5;
    border-radius: 70px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    bottom: -11px;
    left: 0
}

.catalog_block .inner .item .image .price_old {
    position: absolute;
    padding: 9px 16px;
    background: #F8F4F1;
    border-radius: 70px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #666;
    bottom: -11px;
    left: 192px;
}

.catalog_block .inner .item .image .price_old span {
    text-decoration: line-through;
}



@media (max-width: 1030px) {
    .catalog_block .inner .item .image .price{
        font-size: 18px
    }

    .catalog_block .inner .item .image .price_old {
        left: 152px;
        font-size: 18px
    }
}

.catalog_block .inner .item .name {
    padding-top: 11px;
    font-weight: 700;
    font-size: 22px;
    line-height: 55px;
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 7px;
    padding-left: 3px;
    border-bottom: 3px solid #000
}

@media (max-width: 1020px) {
    .catalog_block .inner .item .name {
        font-size: 18px;
        line-height: 32px;
        padding-bottom: 4px
    }
}

.catalog_block .inner .item .body {
    flex: 1 1 auto;
    padding: 29px 22px 24px;
    display: flex;
    flex-direction: column;
    background: #F8F4F1
}

@media (max-width: 1020px) {
    .catalog_block .inner .item .body {
        padding: 20px
    }
}

.catalog_block .inner .item .body .text {
    flex: 1 1 auto;
    margin-bottom: 26px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #000000
}

.catalog_block .inner .item .body .text ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden
}

.catalog_block .inner .item .body .more_pro {
    display: none;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #007EC5;
    cursor: pointer;
    margin-bottom: 20px
}

.catalog_block .inner .item .body .btn_button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px;
    box-shadow: 12px 14px 19px rgba(0, 0, 0, 0.15)
}

.catalog_block .inner .item .body .btn_button:before {
    content: "";
    margin-right: 20px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6214 11.233H17.3893C17.8089 11.233 18.1387 10.886 18.1387 10.4676C18.1387 10.039 17.8089 9.70223 17.3893 9.70223H14.6214C14.2017 9.70223 13.872 10.039 13.872 10.4676C13.872 10.886 14.2017 11.233 14.6214 11.233ZM20.6767 5.92737C21.2862 5.92737 21.6859 6.14168 22.0856 6.61111C22.4853 7.08055 22.5552 7.75408 22.4653 8.36537L21.516 15.0599C21.3362 16.3468 20.257 17.2948 18.988 17.2948H8.08651C6.75755 17.2948 5.6584 16.2549 5.54849 14.9079L4.6292 3.78328L3.12038 3.51795C2.72069 3.44651 2.44091 3.04851 2.51086 2.64031C2.5808 2.22292 2.9705 1.94637 3.38018 2.00862L5.76332 2.37498C6.10306 2.43723 6.35286 2.72195 6.38284 3.06893L6.57269 5.35487C6.60267 5.68245 6.86246 5.92737 7.18222 5.92737H20.6767ZM7.92643 18.9077C7.08709 18.9077 6.40762 19.6017 6.40762 20.4589C6.40762 21.3059 7.08709 21.9999 7.92643 21.9999C8.75579 21.9999 9.43526 21.3059 9.43526 20.4589C9.43526 19.6017 8.75579 18.9077 7.92643 18.9077ZM19.1677 18.9077C18.3283 18.9077 17.6489 19.6017 17.6489 20.4589C17.6489 21.3059 18.3283 21.9999 19.1677 21.9999C19.997 21.9999 20.6765 21.3059 20.6765 20.4589C20.6765 19.6017 19.997 18.9077 19.1677 18.9077Z' fill='white'/%3E%3C/svg%3E%0A") 50% no-repeat
}

.catalog_block .inner .item .body .btn_button:hover:before {
    background: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6214 11.233H17.3893C17.8089 11.233 18.1387 10.886 18.1387 10.4676C18.1387 10.039 17.8089 9.70223 17.3893 9.70223H14.6214C14.2017 9.70223 13.872 10.039 13.872 10.4676C13.872 10.886 14.2017 11.233 14.6214 11.233ZM20.6767 5.92737C21.2862 5.92737 21.6859 6.14168 22.0856 6.61111C22.4853 7.08055 22.5552 7.75408 22.4653 8.36537L21.516 15.0599C21.3362 16.3468 20.257 17.2948 18.988 17.2948H8.08651C6.75755 17.2948 5.6584 16.2549 5.54849 14.9079L4.6292 3.78328L3.12038 3.51795C2.72069 3.44651 2.44091 3.04851 2.51086 2.64031C2.5808 2.22292 2.9705 1.94637 3.38018 2.00862L5.76332 2.37498C6.10306 2.43723 6.35286 2.72195 6.38284 3.06893L6.57269 5.35487C6.60267 5.68245 6.86246 5.92737 7.18222 5.92737H20.6767ZM7.92643 18.9077C7.08709 18.9077 6.40762 19.6017 6.40762 20.4589C6.40762 21.3059 7.08709 21.9999 7.92643 21.9999C8.75579 21.9999 9.43526 21.3059 9.43526 20.4589C9.43526 19.6017 8.75579 18.9077 7.92643 18.9077ZM19.1677 18.9077C18.3283 18.9077 17.6489 19.6017 17.6489 20.4589C17.6489 21.3059 18.3283 21.9999 19.1677 21.9999C19.997 21.9999 20.6765 21.3059 20.6765 20.4589C20.6765 19.6017 19.997 18.9077 19.1677 18.9077Z' fill='%23FE3200'/%3E%3C/svg%3E%0A") 50% no-repeat
}

.about_block {
    padding: 0 16px 60px
}

@media (max-width: 767px) {
    .about_block {
        padding: 0 16px 30px
    }
}

.about_block .block_inner {
    display: flex
}

@media (max-width: 767px) {
    .about_block .block_inner {
        display: block
    }
}

.about_block .block_inner .left {
    padding: 26px 20px 40px 44px;
    background: #000;
    flex: 1 1 auto
}

@media (max-width: 1200px) {
    .about_block .block_inner .left {
        padding: 22px 20px
    }
}

.about_block .block_inner .left .title {
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 55px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    padding-bottom: 22px
}

@media (max-width: 1000px) {
    .about_block .block_inner .left .title {
        font-size: 24px;
        line-height: 40px
    }
}

.about_block .block_inner .left .body {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    padding-bottom: 22px
}

.about_block .block_inner .left .body p {
    margin: 0 0 10px
}

.about_block .block_inner .left .text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #989898
}

.about_block .block_inner .right {
    flex: 0 0 540px;
    position: relative;
    padding: 100px 0 0 110px;
    background: url(../img/about_bg.png) 0 0 no-repeat
}

@media (max-width: 1200px) {
    .about_block .block_inner .right {
        flex: 0 0 450px;
        padding: 40px 0 0 20px
    }
}

@media (max-width: 1000px) {
    .about_block .block_inner .right {
        flex: 0 0 300px
    }
}

@media (max-width: 767px) {
    .about_block .block_inner .right {
        padding: 20px 0 0;
        background: none
    }
}

.about_block .block_inner .right .title {
    display: inline-block;
    vertical-align: top;
    padding: 39px 40px 32px 59px;
    background: #007EC5;
    border-radius: 100px 0 100px 0;
    position: relative;
    margin-bottom: 32px
}

@media (max-width: 1000px) {
    .about_block .block_inner .right .title {
        padding: 20px;
        border-radius: 50px 0;
        display: block;
        margin-bottom: 20px
    }
}

.about_block .block_inner .right .title:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 79px;
    height: 79px;
    background: #fff url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0414634 28.3386C0.0414645 29.167 0.713037 29.8386 1.54146 29.8386L15.0415 29.8386C15.8699 29.8386 16.5415 29.167 16.5415 28.3386C16.5415 27.5101 15.8699 26.8386 15.0415 26.8386L3.04146 26.8386L3.04146 14.8386C3.04146 14.0101 2.36989 13.3386 1.54146 13.3386C0.713037 13.3386 0.0414639 14.0101 0.0414639 14.8386L0.0414634 28.3386ZM27.7355 0.0232022L0.480804 27.2779L2.60212 29.3992L29.8568 2.14452L27.7355 0.0232022Z' fill='black'/%3E%3C/svg%3E%0A") 50% no-repeat
}

.about_block .block_inner .right .title .name {
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    padding-bottom: 13px;
    max-width: 265px
}

@media (max-width: 1000px) {
    .about_block .block_inner .right .title .name {
        font-size: 24px;
        max-width: 200px;
        line-height: 30px
    }
}

.about_block .block_inner .right .title .subname {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    max-width: 165px
}

.about_block .block_inner .right .row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 11px
}

.about_block .block_inner .right .row .field {
    flex: 0 0 50%;
    margin: 0 18px 0 0
}

.about_block .block_inner .right .row .field input {
    border: 1px solid #E5E5E5;
    padding: 0 18px;
    font-size: 14px
}

@media (max-width: 1000px) {
    .about_block .block_inner .right .row {
        display: block
    }

    .about_block .block_inner .right .row .field {
        margin: 0;
        padding-bottom: 11px
    }
}

.about_block .block_inner .right .row .btn_button {
    flex: 0 0 calc(50% - 16px);
    padding: 11px 16px;
    background: #007EC5
}

.about_block .block_inner .right .row .btn_button:hover {
    background: #fff
}

@media (max-width: 1000px) {
    .about_block .block_inner .right .row .btn_button {
        display: block;
        width: 100%
    }
}

.about_block .block_inner .right .text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #989898;
    font-family: "Roboto", sans-serif;
    padding: 11px 0 10px
}

.about_block .block_inner .right .phone {
    font-size: 0
}

.about_block .block_inner .right .phone a {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    text-decoration: none
}

.about_block .block_inner .right .phone a img {
    max-width: 20px
}

@media (max-width: 767px) {
    .about_block .block_inner .right .phone a {
        margin-right: 4px
    }
}

.about_block .block_inner .right .phone a:last-child {
    margin-right: 0
}

.about_block .block_inner .right .phone .tel {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #007EC5;
    margin-right: 23px
}

@media (max-width: 500px) {
    .about_block .block_inner .right .phone .tel {
        font-size: 13px;
        line-height: 20px
    }
}

.order_block {
    padding: 0 16px 88px
}

@media (max-width: 1024px) {
    .order_block {
        padding-bottom: 30px
    }
}

.order_block .title {
    display: flex;
    align-items: center
}

.order_block .title .name {
    padding-left: 108px;
    position: relative;
    font-weight: 400;
    font-size: 34px;
    line-height: 55px;
    letter-spacing: 0.05em;
    color: #000000;
    margin-right: 29px
}

.order_block .title .name span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 88px;
    height: 18px;
    margin: auto
}

.order_block .title .name span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 59px;
    height: 6px;
    margin: auto;
    background: #000
}

.order_block .title .name span:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background: #FE3200
}

.order_block .title .label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 55px;
    letter-spacing: 0.05em;
    color: #007EC5
}

@media (max-width: 699px) {
    .order_block .title {
        display: block
    }

    .order_block .title .name {
        font-size: 24px;
        line-height: 40px
    }

    .order_block .title .label {
        line-height: 24px
    }
}

.order_block .inner {
    display: flex;
    align-items: start;
    padding-top: 34px
}

@media (max-width: 1000px) {
    .order_block .inner {
        padding-top: 20px;
        display: block
    }
}

.order_block .inner .btn_button {
    flex: 0 0 200px;
    margin: 0 15px 0 70px;
    padding: 39px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    box-shadow: 12px 14px 19px rgba(0, 0, 0, 0.15)
}

@media (max-width: 1200px) {
    .order_block .inner .btn_button {
        margin-left: 0;
        flex: 0 0 150px
    }
}

@media (max-width: 1000px) {
    .order_block .inner .btn_button {
        width: 200px;
        margin-bottom: 20px;
        padding: 20px
    }

    .order_block .inner .btn_button br {
        display: none
    }
}

.order_block .inner .right {
    flex: 1 1 auto;
    display: flex;
    align-items: start
}

@media (max-width: 767px) {
    .order_block .inner .right {
        display: block
    }
}

.order_block .inner .right .item {
    flex: 0 0 calc(33.33% - 30px);
    margin: 0 15px;
    display: flex;
    align-items: start
}

@media (max-width: 767px) {
    .order_block .inner .right .item {
        margin: 0 0 20px
    }
}

.order_block .inner .right .item .number {
    flex: 0 0 53px;
    padding-bottom: 20px;
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 61px;
    color: #D9D9D9;
    margin-right: 20px;
    margin-top: -10px
}

.order_block .inner .right .item .number:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 15px;
    background: url("data:image/svg+xml,%3Csvg width='48' height='15' viewBox='0 0 48 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.7767 8.09431C47.1672 7.70379 47.1672 7.07062 46.7767 6.6801L40.4128 0.316139C40.0222 -0.0743852 39.3891 -0.0743852 38.9985 0.316139C38.608 0.706664 38.608 1.33983 38.9985 1.73035L44.6554 7.38721L38.9985 13.0441C38.608 13.4346 38.608 14.0678 38.9985 14.4583C39.3891 14.8488 40.0222 14.8488 40.4128 14.4583L46.7767 8.09431ZM0.994141 8.38721H46.0696V6.38721H0.994141V8.38721Z' fill='black'/%3E%3C/svg%3E%0A") 50% no-repeat
}

.order_block .inner .right .item .body {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000
}

.bottom_form {
    padding: 42px 16px 85px;
    background: url(../img/form_bg.jpg) 50% no-repeat;
    background-size: cover
}

@media (max-width: 1024px) {
    .bottom_form {
        padding: 30px 16px
    }
}

.bottom_form .block_inner {
    display: flex;
    align-items: start
}

@media (max-width: 767px) {
    .bottom_form .block_inner {
        display: block
    }
}

.bottom_form .block_inner .left {
    flex: 0 0 300px
}

@media (max-width: 767px) {
    .bottom_form .block_inner .left {
        margin-bottom: 20px
    }
}

.bottom_form .block_inner .left .title {
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 55px;
    letter-spacing: 0.05em;
    color: #FFFFFF
}

@media (max-width: 1000px) {
    .bottom_form .block_inner .left .title {
        font-size: 24px;
        line-height: 30px
    }
}

.bottom_form .block_inner .left .field {
    margin-bottom: 10px
}

.bottom_form .block_inner .left .field input {
    height: 45px;
    background: none;
    color: #fff;
    border-color: #525252
}

.bottom_form .block_inner .left .field input::-webkit-input-placeholder {
    color: #fff
}

.bottom_form .block_inner .left .field.checkbox {
    padding-top: 10px
}

.bottom_form .block_inner .left .field.checkbox label {
    color: #fff
}

.bottom_form .block_inner .left .field.checkbox label span:before {
    background: #fff
}

.bottom_form .block_inner .left .btn_button {
    background: #007EC5;
    width: 100%;
    padding: 19px 20px
}

.bottom_form .block_inner .left .btn_button:hover {
    background: #fff
}

.bottom_form .block_inner .right {
    padding-left: 100px;
    display: flex;
    justify-content: space-between;
    padding-top: 26px
}

@media (max-width: 1200px) {
    .bottom_form .block_inner .right {
        padding-left: 30px
    }
}

@media (max-width: 1000px) {
    .bottom_form .block_inner .right {
        display: block;
        padding-top: 0
    }

    .bottom_form .block_inner .right .item {
        margin-bottom: 20px
    }

    .bottom_form .block_inner .right .item:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .bottom_form .block_inner .right {
        padding-left: 0
    }
}

.bottom_form .block_inner .right .item {
    flex: 0 0 calc(50% - 15px);
    background: rgba(0, 126, 197, 0.4);
    padding: 30px 28px 40px
}

@media (max-width: 1024px) {
    .bottom_form .block_inner .right .item {
        padding: 20px
    }
}

.bottom_form .block_inner .right .item .item_top {
    display: flex;
    align-items: center;
    padding-bottom: 24px
}

@media (max-width: 767px) {
    .bottom_form .block_inner .right .item .item_top {
        padding-bottom: 16px
    }
}

.bottom_form .block_inner .right .item .item_top .icon {
    flex: 0 0 34px;
    margin-right: 9px
}

.bottom_form .block_inner .right .item .item_top .name {
    font-weight: 400;
    font-size: 28px;
    line-height: 26px;
    color: #FFFFFF
}

@media (max-width: 767px) {
    .bottom_form .block_inner .right .item .item_top .name {
        font-size: 24px
    }
}

.bottom_form .block_inner .right .item .body {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF
}

.form_button.hidebtn {
    pointer-events: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.up_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    background: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.05656 0.239669C3.86129 0.0444069 3.54471 0.0444069 3.34945 0.239669L0.167468 3.42165C-0.0277937 3.61691 -0.0277937 3.93349 0.167469 4.12876C0.362731 4.32402 0.679313 4.32402 0.874575 4.12876L3.703 1.30033L6.53143 4.12876C6.72669 4.32402 7.04327 4.32402 7.23854 4.12876C7.4338 3.93349 7.4338 3.61691 7.23854 3.42165L4.05656 0.239669ZM4.203 15.9437L4.203 0.593223L3.203 0.593223L3.203 15.9437L4.203 15.9437Z' fill='black'/%3E%3C/svg%3E%0A") 50% no-repeat #F8F4F1;
    border-radius: 50%;
    box-shadow: 12px 14px 19px rgba(0, 0, 0, 0.15)
}

.up_btn:hover {
    background: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.05656 0.239669C3.86129 0.0444069 3.54471 0.0444069 3.34945 0.239669L0.167468 3.42165C-0.0277937 3.61691 -0.0277937 3.93349 0.167469 4.12876C0.362731 4.32402 0.679313 4.32402 0.874575 4.12876L3.703 1.30033L6.53143 4.12876C6.72669 4.32402 7.04327 4.32402 7.23854 4.12876C7.4338 3.93349 7.4338 3.61691 7.23854 3.42165L4.05656 0.239669ZM4.203 15.9437L4.203 0.593223L3.203 0.593223L3.203 15.9437L4.203 15.9437Z' fill='%23ffffff'/%3E%3C/svg%3E%0A") 50% no-repeat #FE3200
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.service_block_wr {
    padding: 0 16px 60px;
}

.service_block_wr .block_inner{
    display: flex;
    align-items: center;
    background: #F8F4F1;
    padding: 20px;
}

.service_block_wr .left_image {
    flex: 0 0 300px;
    margin-right: 30px;
}

.service_block_wr .right_body {
    flex: 1 1 auto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "Roboto",sans-serif;
}

.service_block_wr .right_body .title {
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 55px;
    letter-spacing: 0.05em;
    color: #000;
    font-family: "Lora", sans-serif;
    padding-bottom: 22px;
}


@media all and (max-width: 767px){
    .service_block_wr {
        padding: 0 16px 30px;
    }

    .service_block_wr .block_inner{
        display: block;
    }

    .service_block_wr .left_image {
        max-width: 300px;
        margin: 0 auto 20px;
        text-align: center;
    }

    .service_block_wr .right_body {
        text-align: center;
    }

    .service_block_wr .right_body .title {
        font-size: 24px;
        line-height: 40px;
    }
}