@font-face {
    font-family: 'dinpro';
    src: url(/fonts/DINpro/dinpro);
}

.text-right {
    text-align: right;
}

.header__slogan {
    margin: 20px 0 0;
    font-size: 20px;
    color: #212121;
    text-align: center;
}

.btn.btn-red {
    background: linear-gradient(#c24747, #983333 80%) #c24747 !important;
    box-shadow: 0 3px #580808, inset 0 1px rgb(255 255 255 / 30%), inset 0 0 3px rgb(255 255 255 / 50%);
    border-radius: 7px;
    color: #fff;
    line-height: 50px;
}

.ripplelink {
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all .2s ease;
    z-index: 0;
}

.btn {
    transition: background .3s;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 50px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 47px;
    padding: 0 15px;
}

.btn, .vcenter, img {
    display: inline-block;
}

.btn {
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.phone_block .ya-phone a {
    font-family: DINPro-bold;
}

.phone_block a {
    color: #4c4c4c;
    display: inline-block;
    font-weight: 700;
    line-height: 23px;
    font-size: 18px;
    text-decoration: none;
    margin-left: 20px;
}

.menu {
    z-index: 3;
    background-color: #404040;
}

.menu, .menu .nav-menu > li {
    height: 66px;
    position: relative;
}

.menu .close-wrap {
    display: none;
}

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.alert .alert-link, .close {
    font-weight: 700;
}

*, ul {
    margin: 0;
}

.page-title {
    background-image: url(images.tpl/fon11.png);
    font-stretch: expanded;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-full.inner .item .content .send_to {
    margin-top: 10px;
}

.slider-full .item .content .send_to {
    max-width: 350px;
    float: right;
    background: rgba(37, 83, 121, .8);
    padding: 20px 24px;
    border-radius: 6px;
    border: 1px solid #fff;
}

.slider-full .item .content .send_to .title {
    color: #fff;
    margin: 10px 0 20px;
    font-family: DINPro-regular;
}

.send_to {
    position: relative;
    max-width: 350px;
    float: right;
    background: rgba(37, 83, 121, .8);
    padding: 20px 24px;
    border-radius: 6px;
    border: 1px solid #fff;
}

.title {
    color: #fff;
    margin: 10px 0 20px;
    font-family: DINPro-regular;
}

.form-group {
    margin-bottom: 15px;
}

.form-input {
    display: block;
    height: 40px;
    padding: 5px 20px;
    text-indent: 1px;
    text-overflow: '';
    width: 100%;
    background-color: #e4e6e3;
    border: 1px solid #e4e6e3;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    outline: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    transition: color .4s, border-color .4s, background .4s;
}

#form-send {
    position: relative;
    font-size: 15px;
    color: #fff;
    background: linear-gradient(#c24747, #983333 80%) #c24747 !important;
    box-shadow: 0 3px #580808, inset 0 1px rgb(255 255 255 / 30%), inset 0 0 3px rgb(255 255 255 / 50%);
    border-radius: 7px;
    text-decoration: none;
    transition: all .2s ease;
    z-index: 0;
    font-weight: 400;
    height: 50px;
    user-select: none;
    padding: 0 15px;
    cursor: pointer;
}

._err {
    outline: 2px solid red !important;
}

.form-group {
    margin-bottom: 15px;
}

.modal-form-cotnent {
    background: rgb(37, 83, 121);
}

.modal {
    background: rgba(0, 0, 0, 0.55);
}

.modal-form-close-btn {
    background: none;
    position: absolute;
    right: 3px;
    top: -3px;
    color: #fff;
    font-size: 24px;
    height: 25px;
    width: 25px;
    padding: 0;
    transition: all .3s ease;
}

.modal-form-close-btn:hover {
    color: #fff;
    opacity: 1;
}

.modal-form-title {
    font-size: 24px;
    text-align: center;
    line-height: 26px;
}

.modal-form-submit {
    width: 100%;
}

.link-modal {
    cursor: pointer;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=search], textarea {
    display: block;
    height: 40px;
    padding: 5px 20px;
    text-indent: 1px;
    text-overflow: '';
    width: 100%;
    background-color: #e4e6e3;
    border: 1px solid #e4e6e3;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    outline: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    transition: color .4s, border-color .4s, background .4s;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.form-group {
    margin-bottom: 15px;
}

.slider-full .item .content {
    width: 100%;
    font-family: DINPro-Light;
    letter-spacing: -.5px;
}

.btn.btn-red {
    background: linear-gradient(#c24747, #983333 80%) #c24747 !important;
    box-shadow: 0 3px #580808, inset 0 1px rgb(255 255 255 / 30%), inset 0 0 3px rgb(255 255 255 / 50%);
    border-radius: 7px;
    color: #fff;
    line-height: 50px;
}

.ripplelink {
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all .2s ease;
    z-index: 0;
}

.slider-full .item .content .send_to form .response-output {
    color: #fff;
}

form .response-output {
    margin: 15px 0 0;
    color: #ae3e3e;
    font-size: 14px;
}

.h-100 {
    height: 100% !important;
}

/* Ð£Ð±Ñ€Ð°Ð» Ð¸Ð· ÑÑ‚Ð°Ð¹Ð» - zemelnie-voprosi-m-bts5-3.html */
/*
 * Custom translucent site header
 */
.stretched-link {
    position: relative;
}

.site-header {
    background-color: #3e49dd;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
    color: #faf8f8;
    transition: color .15s ease-in-out;
}

.site-header a:hover {
    color: #fff;
    text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    transform: rotate(30deg);
}

.product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        flex: 1;
    }
}


/* для хлебных крошек
.breadcrumb {
    list-style: none;
    display: flex;
    padding-left: 15px;
    padding-top: 1px;
    
    font-size: 80%;
}

.breadcrumb-item > a,
.breadcrumb-item.active {
    color: #fff;
    display: block;
    background: rgba(37, 83, 121, .8);
    text-decoration: none;
    position: relative;
    height: 26px;
    line-height: 27px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 26px;
    user-select: none;
}

.breadcrumb-item:first-child > a {
    padding-left: 15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.breadcrumb-item:last-child > a,
.breadcrumb-item.active {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-right: 0;
    padding-right: 15px;
}

.breadcrumb-item:first-child > a::before,
.breadcrumb-item:last-child > a::after {
    border: none;
}

.breadcrumb-item > a::before,
.breadcrumb-item > a::after,
.breadcrumb-item.active::before {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid rgba(37, 83, 121, .8);
    border-width: 13px 12px;
    width: 0;
    height: 0;
}

.breadcrumb-item > a::before,
.breadcrumb-item.active::before {
    left: -23px;
    border-left-color: transparent;
}

.breadcrumb-item > a::after {
    left: 100%;
    border-color: transparent;
    border-left-color: #255379cc;
}

.breadcrumb-item > a:hover {
    background-color: #9ca6df;
}

.breadcrumb-item > a:hover::before {
    border-color: #9ca6df;
    border-left-color: transparent;
}

.breadcrumb-item > a:hover::after {
    border-left-color: #9ca6df;
}

.breadcrumb-item.active {
    color: #0c0c0c;
    background-color: #d1d6f0;
}

.breadcrumb-item.active::before {
    border-color: #d1d6f0;
    border-left-color: transparent;
} */
/* Конец для хлебных крошек */

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #255379cc;
    --bs-btn-border-color: #d1d6f0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5 pxrgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    margin: 2%;
}

/* ÐžÐºÐ¾Ð½Ñ‡Ð°Ð½Ð¸Ðµ - ÐœÐµÐ½ÑÑŽ Ñ†Ð²ÐµÑ‚ ÐºÐ½Ð¾Ð¿ÐºÐ¸ */
/* Ð”Ð»Ñ ÑÐ¾Ð´ÐµÑ€Ð¶Ð°Ð½Ð¸Ñ  */
@media (max-width: 768px) {
    .toc-navi {
        max-width: 100%;
    }

    .otstup {
        padding: 10px 25px;
    }
}

@media (min-width: 768px) {
    .toc-navi {
        max-width: 30%;
        float: right;
    }
}

.toc-navi {

    font-size: 0.8em;
    /* max-width: 30%; */
    margin-bottom: 12px;
    margin-left: 16px;
    padding: 0 1em;
    border: 1px solid #dadada;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f5f7f9;
    -webkit-box-shadow: inset 0 0 1px rgb(255 255 255 / 50%), 0 1px 2px rgb(0 0 0 / 30%);
    box-shadow: inset 0 0 1px rgb(255 255 255 / 50%), 0 1px 2px rgb(0 0 0 / 30%);
}

.toc-heading {
    content: "Ð¡Ð¾Ð´ÐµÑ€Ð¶Ð°Ð½Ð¸Ðµ";
    display: block;
    font-size: 130%;
    font-weight: bold;
    color: rgb(132, 149, 163);
    margin-top: 5%;
}

.toc-heading-min {
    text-decoration: none;
    display: block;
    font-size: 100%;
    font-weight: bold;
    color: #8495a3;

}

ol, ul {
    padding-left: 1rem;
}

/* ÐžÐºÐ¾Ð½Ñ‡Ð°Ð½Ð¸Ðµ - Ð”Ð»Ñ ÑÐ¾Ð´ÐµÑ€Ð¶Ð°Ð½Ð¸Ñ  */
/* Ð ÐµÐºÐ»Ð°Ð¼Ð° Ñ Ñ‡Ð°ÑˆÐºÐ¾Ð¹ */
.panel1 {
    margin-bottom: 2px;
    background-color: #00FA9A;
    border: 2px solid #eeeeee;
<!-- border-radius: 4 px;
-webkit-box-shadow: 0 1 px 1 px rgb(0 0 0 / 5 %);
box-shadow: 0 1 px 1 px rgb(0 0 0 / 5 %);
-->:;
    padding: 2px 0px;
    text-align: center;
    width: 100%;
}

.panel-default {
    border-color: #ddd;
}

@media screen and (min-width: 1200px) and (max-width: 1900px) {
    body {
        font-size: 17px;
        max-width: 100%;
    }
}

@media screen and (min-width: 820px) and (max-width: 1200px) {
    body {
        font-size: 15px;
        max-width: 100%;
    }
}

@media screen and (min-width: 400px) and (max-width: 820px) {
    body {
        font-size: 13px;
        max-width: 100%;
    }
}

@media screen and (min-width: 200px) and (max-width: 400px) {
    body {
        font-size: 12px;
        max-width: 98%;
    }
}

.panel {
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border: 2px solid #eeeeee;

    padding: 2px 0px;
    text-align: center;
    width: 100%;
    background-color: #edebeb;
}

.qa {
    width: 100%;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 20px 20px 15px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 23px 1px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 3px 23px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 23px 1px rgb(0 0 0 / 30%);
    border-bottom: 4px solid #d1a454;
}

.qa ._img {
    max-width: 45px;
    margin-right: 10px;
    margin-left: 15px;
}

.qa ._img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.qa ._img + div {
    width: 72%;
}

.pull-left {
    float: left;
}

.pull-left {
    float: left !important;
}

.qa .question .title {
    color: #546593;
    font-size: 18px;
    margin: 0;
}

.qa .author {
    color: #000;
    font-size: 18px;
}

.qa .answer {
    position: relative;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    padding-left: 70px;
    margin-top: 15px;
}

.qa .answer .reply {
    position: absolute;
    left: 55px;
    top: 35px;
}

.sprite, .jq-selectbox__trigger-arrow {
    white-space: nowrap;
}

.qa .answer .title {
    color: #d1a454;
    font-size: 18px;
    margin: 0;
}


.sprite, .jq-selectbox__trigger-arrow {
    white-space: nowrap;
}

.demo {
    max-width: 1082px;
    /* padding: 0 20px; */
    margin: -1% 3% 1% -1%;
}

/* скрываем чекбоксы и блоки с содержанием */
.hide,
.hide + label ~ div {
    display: none;
}

/* вид текста label */
.hide + label {
    margin: 0;
    padding: 2px;
    color: green;
    cursor: pointer;
    display: inline-block;
}

/* вид текста label при активном переключателе */
.hide:checked + label {
    color: red;
    border-bottom: 0;
}

/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
    display: block;
    background: #efefef;
    -moz-box-shadow: inset 3px 3px 10px #7d8e8f;
    -webkit-box-shadow: inset 3px 3px 10px #7d8e8f;
    box-shadow: inset 3px 3px 10px #7d8e8f;
    margin-left: 1px;
    padding: 10px;
    /* чуточку анимации при появлении */
    -webkit-animation: fade ease-in 0.5s;
    -moz-animation: fade ease-in 0.5s;
    animation: fade ease-in 0.5s;
}

/* анимация при появлении скрытых блоков */
@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}

.hide + label:before {
    background-color: #1e90ff;
    color: #fff;
    content: "\002B";
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 2px 5px;
    text-align: center;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.hide:checked + label:before {
    content: "\2212";
}

.list1a {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: li;
}

.list1a li {
    border: 2px solid #337AB7;
    background: #EBF3FA;
    position: relative;
    margin-bottom: 20px;
    padding: 16px 10px;
    text-align: left;

}

.list1a li:before {
    border: 2px solid #337AB7;
    position: absolute;
    top: -14px;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: bold;
    color: #337AB7;
    background: #F7FAFD;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* ÐžÐºÐ¾Ð½Ñ‡Ð°Ð½Ð¸Ðµ - Ð ÐµÐºÐ»Ð°Ð¼Ð° Ñ Ñ‡Ð°ÑˆÐºÐ¾Ð¹ */
.program {
    display: flex;
    flex-direction: column;
    /*   Ð£ÑÑ‚Ð°Ð½Ð°Ð²Ð»Ð¸Ð²Ð°ÐµÑ‚ Ð¾ÑÐ½Ð¾Ð²Ð½ÑƒÑŽ Ð¾ÑÑŒ, Ñ‚Ð°ÐºÐ¸Ð¼ Ð¾Ð±Ñ€Ð°Ð·Ð¾Ð¼ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÑÑ Ð½Ð°Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ðµ flex ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð¾Ð², Ð¿Ð¾Ð¼ÐµÑ‰Ð°ÐµÐ¼Ñ‹Ñ… Ð² flex ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ - Ñ‚Ð°Ðº Ð¶Ðµ, ÐºÐ°Ðº Ð¸ row Ð½Ð¾ ÑÐ²ÐµÑ€Ñ…Ñƒ Ð²Ð½Ð¸Ð· */
    justify-content: space-between;
    /* Ð¿ÐµÑ€Ð²Ñ‹Ð¹ Ð¸ Ð¿Ð¾ÑÐ»ÐµÐ´Ð½Ð¸Ð¹ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚ Ñ€Ð°Ð·Ð¼ÐµÑÑ‚ÑÑ‚ÑÑ Ð½Ð° ÐºÐ¾Ð½Ñ†Ð°Ñ… ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð°, Ð° Ð²ÑÑ‘ Ð¿Ñ€Ð¾ÑÑ‚Ñ€Ð°Ð½ÑÑ‚Ð²Ð¾ Ð¿Ð¾Ñ€Ð¾Ð²Ð½Ñƒ Ð¿Ð¾Ð´ÐµÐ»Ð¸Ñ‚ÑÑ Ð¼ÐµÐ¶Ð´Ñƒ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð°Ð¼Ð¸. */
}

.consultation-form {
    position: relative;
    width: 100%;
    background: rgb(204,227,242);
    background: linear-gradient(82deg, rgba(204,227,242,1) 0%, rgba(255,255,255,1) 68%, rgba(204,227,242,1) 92%);    display: flex;
    align-items: center;
    justify-content: space-between;
}

.consultation-form-body {
    padding: 30px 70px 30px 0px;
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.consultation-form-decor {
    width: 100px;
    height: 96px;
    position: absolute;
    top: -2px;
    left: -5px;
}
.consultation-form-img {
    width: 255px;
    height: 300px;
    align-self: end;
    margin-left: 20px;
}
.consultation-form-body__title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    display: inline-block;
    line-height: 24px;
    padding: 0 30px;
}

.consultation-form-modal {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.consultation-form-modal-group {
    width: 100%;
}

.consultation-form-modal-group {
    font-size: 16px !important;
    color: #000 !important;
	background-color: #fff !important;
    padding: 5px 10px !important;
    border:none !important;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(34, 60, 80, 0.29);
    -moz-box-shadow: 0px 0px 2px 2px rgba(34, 60, 80, 0.29);
    box-shadow: 0px 0px 2px 2px rgba(34, 60, 80, 0.29);
}
.consultation-form-modal-group::placeholder{
    color: #666;
}
.consultation-form-modal-group--textarea {
    height: 150px;
    resize: none;
	line-height: 17px;
}

.form-modal-footer {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-modal-footer-text {
    color: #666;
    font-size: 18px;
    flex: 1;
    text-align: center;
	margin: 0;
}

.form-modal-footer-text-decor {
    font-size: 26px;
}

.form-modal-footer-btn {
    border: none;
    background-image: linear-gradient(#aece91, #66844b);
    text-shadow: 0 1px 2px #45632b;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
    transition: all .2s ease;
    cursor: pointer;
}
.form-modal-footer-btn:hover {
    box-shadow: 0 0 5px 2px #d2d2d2;
}
.form-loader {
	z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background-color: rgba(0,0,0,.7);
    background-image: url("img/loader.gif");
    background-size: 150px;
    background-position: center;
    background-repeat: no-repeat;
}
.form-success {
	z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.7);
    background-image: url("img/form-success.png");
    background-size: 150px;
    background-position: center;
    background-repeat: no-repeat;
	 transition: opacity .3s ease-in-out;
}
.form__success-hide {
    opacity: 0;
}
@media only screen and (max-width : 768px) {
.consultation-form-img {
    display: none;
}
    .consultation-form {
        justify-content: center;
    }
    .consultation-form-body {
        padding: 30px 40px
    }
	 .form-modal-footer-btn {
        width: 100%;
    }
	    .form-modal-footer {
        flex-direction: column-reverse;
        gap: 5px;
    }
}
@media only screen and (max-width : 425px) {
    .consultation-form-body {
        padding: 25px 10px
    }
    .consultation-form-body__title {
        font-size: 26px;
    }
    .consultation-form-decor {
        width: 75px;
        height: 73px;
        left: -4px;
        top: -1px;
    }

}

@media only screen and (max-width : 425px) {
    .consultation-form-body__title {
        font-size: 22px;
    }
}

@media (min-width: 966px) and (max-width: 1400px) {
    h3.uslugi {
        font-size: 130%;
    }
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333%;
    }

    .col-xs-12 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .for-large-screens {
        display: none;
    }
}

@media (max-width: 767px) {
    .header .center {
        margin: 20px 0;

    }
}

@media (max-width: 767px) {
    .header, .header .text-right {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .col-sm-6 {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .header .center {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
