@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --font1: 'Montserrat';
    --font2: 'Montserrat';
}

body { margin:0; padding:0; font-size:18px; background: #fff; color:var(--black) !important; font-family:var(--font1), Arial, sans-serif;}
* {
    box-sizing:border-box;
}
video::-webkit-media-controls {
    display:none !important;
}
video::-webkit-media-controls-fullscreen-button {
    pointer-events: none;
    opacity: .5;
}

h1,.h1 {
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
}
h2, .h2 {
    font-size:30px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--main-1);
}
h3, .h3 {
    font-size:22px;
    font-weight: 600;
    color: var(--main-1);
}
a {
    color:var(--link);
    transition: color 0.3s;
}
a:hover {
    color:var(--link);
}
img {
    max-width: 100%;
    display: block;
}
table {
    border-spacing: 0;
}
.clear {
    clear: both;
}
input,textarea {
    width:100%;
    outline:none;
    padding:14px 16px;
    font-family:var(--font1), Arial, sans-serif;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.3s;
}
input:hover,textarea:hover,input:focus,textarea:focus {
    border: #b4b4b4 solid 1px;
}
.form-group label {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}
.form-group-error input[type=text]:focus,
.form-group-error input[type=password]:focus,
.form-group-error textarea:focus,
.form-group-error input[type=text]:hover,
.form-group-error input[type=password]:hover,
.form-group-error textarea:hover,
.form-group-error input[type=text],
.form-group-error input[type=password],
.form-group-error textarea,
.form-group-error input[type="checkbox"] + .checkbox-text:after,
.form-group-error .ui-button {
    box-shadow: 0 0 0 3px #faaab3;
}
input:-webkit-autofill,input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: inset 0 0 0 50px #fff;
    -webkit-text-fill-color: var(--black);
}
@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
textarea {min-height:150px;resize: vertical;}
select { width:100%}
input[type=submit], button:not(.owl-dot,.owl-next,.owl-prev,.fancybox-button, .btn) {
    font-family:var(--font1), Arial, sans-serif;
    font-size: 18px;
    display: inline-block;
    width: auto;
    padding: 12px 24px;
    background-color: var(--red-1);
    border: #fff solid 2px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}
input[type=submit]:hover, button:hover {
    background-color: var(--red-2);
}
input:-moz-placeholder { color:#BBBBBB;}
textarea:-moz-placeholder { color:#BBBBBB;}
input::-webkit-input-placeholder { color:#BBBBBB;}
textarea::-webkit-input-placeholder { color:#BBBBBB;}

.unified-checkbox,
.unified-radio {
    position: relative;
    cursor: pointer;
}
.unified-checkbox input[type="checkbox"] + .checkbox-text:hover .checkbox-check:after {
    border: 1px solid #acacac;
}
.unified-checkbox input[type="checkbox"] + .checkbox-text .checkbox-check:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: auto;
    transition: border ease 0.3s;
}
.unified-checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: -45px;
    display: none;
}
.unified-checkbox input[type="checkbox"]:checked + .checkbox-text .checkbox-check:before {
    background-color: #fff;
}
.unified-checkbox input[type="checkbox"]:checked + .checkbox-text .checkbox-check:before {
    width: 10px;
    height: 8px;
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    left: 4px;
    top: 4px;
    mask-image: var(--check);
    -webkit-mask-image: var(--check);
    background-color: var(--main-1);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
}
.checkbox-check {
    position: relative;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}
.checkbox-text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.unified-radio input[type="checkbox"] + .radio-text:hover .radiobox-radio:after {
    border: 1px solid var(--gray-2);
}
.unified-radio input[type="radio"] + .radio-text .radiobox-radio:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin: auto;
    transition: border ease 0.3s;
    box-sizing: border-box;
}
.unified-radio input[type="radio"] {
    position: absolute;
    margin-left: -45px;
    display: none;
}
.unified-radio input[type="radio"]:checked + .radio-text .radiobox-radio:before {
    width: 8px;
    height: 8px;
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: var(--main-1);
    border-radius: 50%;
}
.radio-text {
    display: flex;
    align-items: center;
    gap: 17px;
}
.radiobox-radio {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}


.menu-but,.menu-but-w { display: flex; align-items: center; gap: 13px; height:auto; margin: 8px 0 0; padding:0; cursor:pointer; color:#000; font-size:12px; letter-spacing:1px; z-index:7; }
.menu-but-w { color:#FFF; }
.menu-ico { width:33px; height:26px; position:relative; display: flex; align-items: center; }
.menu-ico span:after, .menu-ico span:before {content: ""; position: absolute; left: 0; top: -10px;}
.menu-ico span:after{ top: 10px; }
.menu-ico span { position:relative; display:block; }
.menu-ico span, .menu-ico span:after, .menu-ico span:before { width: 100%;  height: 2px;  background-color: #000;  transition: all 0.3s;  backface-visibility: hidden; }
.menu-but-w .menu-ico span, .menu-but-w .menu-ico span:after, .menu-but-w .menu-ico span:before {  background-color: #fff; }
.on { color:#ffffff; background:none; z-index:1000; }
.on .menu-ico span { background-color: transparent;}
.on span:before { transform: rotate(45deg) translate(10px, 10px); background-color:#fff; }
.on span:after { transform: rotate(-45deg) translate(4px, -4px); background-color:#fff; }
.on .menu-ico { height:30px;}

.close-menu {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
    cursor: pointer;
}
.close-menu::before,.close-menu::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    transform: rotate(45deg);
    background-color: var(--gray-1);
    position: relative;
}
.close-menu::after {
    top: 12px;
}
.close-menu::before {
    transform: rotate(133deg);
    top: 14px;
}


.scroll-sm * { scrollbar-width: thin; scrollbar-color: #c6c6c6 #F8F8F8; box-sizing: border-box; }
.scroll-sm::-webkit-scrollbar-track {
    background-color: transparent;
}
.scroll-sm::-webkit-scrollbar-thumb {
    border:none;
    background-color: #c6c6c6;
}
.scroll-sm::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: #F8F8F8;
}
.main-html, .main-html body {
    height: 100%;
}
.main-outer {
    max-width: 1920px;
    margin: 0 auto;
}
.main {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
}
#SDStudio_VIDEO_BACKGROUND {overflow: hidden; }
#SDStudio_VIDEO_BACKGROUND > video { position: absolute; top: 0; left: 0; width: 100%; height:100%;}
/* 1. Если не поддерживает support: */
@media (min-aspect-ratio: 16/9) {
    #SDStudio_VIDEO_BACKGROUND > video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
    #SDStudio_VIDEO_BACKGROUND > video { width: 300%; left: -100%; }
}
/* 2. Если поддерживает object-fit, overriding (1): */
@supports (object-fit: cover) {
    #SDStudio_VIDEO_BACKGROUND > video {
        top: 0; left: 0;
        width: 100%; height: 100%;
        object-fit: cover;
    }
}
.for-mobile {
    display: none;
}
.main-margin {
    margin: 100px 0;
}
.main-margin2 {
    margin: 50px 0;
}

/*MENU*/
.main-menu {
    /*background-color: var(--gray-2);*/
    background-color: #fff;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: -120%;
    width: 100%;
    max-width: 330px !important;
    min-height: 100vh;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 40;
    color: #000;
    padding: 66px 0 0 0;
    overflow: hidden;
    overflow-y: auto;
}
.main-menu ul.header-menu {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    text-transform: uppercase;
    gap: 0;
    transition: all 0.3s;
}
.main-menu ul.header-menu a {
    text-decoration: none;
}
.main-menu ul.header-menu li > a {
    padding: 14px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}
.main-menu ul.header-menu > li {
    width: 100%;
    border-bottom: #f2f2f2 solid 1px;
}
.close-menu {
    display: block;
}
.but-submenu {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.but-submenu:before {
    mask-image: var(--next-menu);
    -webkit-mask-image: var(--next-menu);
    width: 8px;
    height: 15px;
    background-color: var(--gray-1);
}


.main-menu ul.dropdown {
    display: none;
    width: 300px;
    position: absolute;
    left: 0;
    top: auto;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    transition: all 0.3s;
    font-family: var(--font1),Arial,sans-serif;
    font-size: 14px;
    text-transform: initial;
}
.main-menu ul.dropdown li {
    border-bottom: #f0f0f0 solid 1px;
}
.main-menu ul.dropdown li:last-child {
    border-bottom: none;
}
.main-menu ul.dropdown a {
    color: #000 !important;
    text-decoration: none;
    white-space: normal;
    display: block !important;
    padding: 14px 30px !important;
}
.main-menu ul.dropdown a:hover {
    color: var(--link);
}

.expanded {
    position: initial;
}
.expanded > ul.dropdown {
    top: 0;
    left: 100%;
    display: block;
    width: 100%;
    transition: all 0.3s;
    box-shadow: none;
    padding: 0 0 30px 0;
}
.menu-prev {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 30px;
    cursor: pointer;
}
.menu-prev:before {
    mask-image: var(--next-menu);
    -webkit-mask-image: var(--next-menu);
    width: 8px;
    height: 15px;
    background-color: var(--gray-1);
    transform: rotate(180deg);
}
.menu-wrap {
    overflow: hidden;
    width: 100%;
    position: absolute;
}
.h-top {
    background-color: var(--main-1);
    color: #fff;
}
.h-top .main {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h-top-position {
    display: flex;
    gap: 20px;
    align-items: center;
}
.h-soc {
    display: flex;
    gap: 16px;
}
.h-soc .icon {
    border:var(--main-2) solid 1px;
}
.h-soc .icon-vk:before {
    height: 16px;
}
.h-soc .icon:hover:before {
    background-color: var(--main-1);
}
.h-soc .icon:hover {
    background-color: #fff;
}
header {
    background:url(../images/main.jpg) no-repeat center / cover;
    color: #fff;
    height: 100%;
}
header .main {
    height: 100%;
}
.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}

.btn-lk {
    margin: 0 0 0 auto;
}

header .btn-outline {
    border:var(--main-2) solid 1px;
    color: #fff;
}
header .btn-outline:hover {
    border:#fff solid 1px;
    background-color: #fff;
    color: var(--main-1);
}
.header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 45px;
}
.header-text {
    margin: 40px 0;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 4px rgba(0,0,0,0.8);
}
.main-order {
    margin: 40px 0 0 0;
}
.main-text1-flex,
.main-text2-flex,
.main-text3-flex {
    margin: 70px 0 0 0;
    display: flex;
    justify-content: space-between;
    gap: 43px;
}
.main-text2-flex {
    align-items: center;
}
.main-text1__img,
.main-text2__img {
    flex: 1;
}
.main-text1__text,
.main-text2__text {
    flex: 1;
}
.main-text2-box {
    background-color: var(--gray-4);
    padding: 60px 0;
}
.main-text2-flex {
    margin: 50px 0 0 0;
}

.main-text2-flex {
    display: flex;
    padding: 47px 100px;
    border-radius: 30px;
    border: #C7C7C7 2px solid;
    font-size: 19px;
    gap: 100px;
}
.content-block-4_left ol li, .content-block-4_right ol li {
    padding: 0.5rem 0;
    padding-left: 0.7rem;

}
.content-block-4_left ol li::marker, .content-block-4_right ol li::marker {
    font-weight: 700;
    font-size: 25px;
    color: var(--main-1);
}
.slider-gallery {
    margin: 40px 0 0 0;
}






.b-tabs {
    margin: 30px 0;
}
.b-tabs2 {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.el-tabs { padding:14px 20px; border:transparent solid 2px; position:relative; cursor:pointer; border-radius:5px; display:inline-block}
.el-tabs2 {
    width: 27%; max-width: 320px; text-align: center; padding:18px 10px; border:#E0E4F1 solid 1px; position:relative; cursor:pointer; border-radius:5px; display:inline-block; }
.tabs-cont { display:none; }
.tabs-cont:first-child { display:block}
.el-tabs-active { border:var(--red-1) solid 2px; cursor:default; color: var(--red-1); font-weight: 500}
.el-tabs-active2 { border:var(--red-1) solid 1px; background-color: var(--red-1); cursor:default; color: #fff; font-weight: 600}
.b-tabs-cont {
    margin: 34px 0 0 0;
    position: relative;
    z-index: 5;
}


.answers-list {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.answers-list-item {
    width: 100%;
    background: #FFF;
    display: flex;
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-bottom: #CED1E2 solid 1px;
}
.answers-list-item__name {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.answers-list-item__text {
    display: none;
}
.answers-list-item__btn {
    width: 45px;
    height: 45px;
    cursor: pointer;
    transform: rotate(-90deg);
    background: var(--down) no-repeat center #CED1E2;
    background-size: 20px 11px;
    border-radius: 50%;
    flex-shrink: 0;
}
.answers-list-item-active .answers-list-item__btn {
    transform: rotate(0deg);
    background: var(--down) no-repeat center var(--red-1);
}
@media (max-width: 400px){
    .answers-list-item__name {
        font-size: 18px;
    }
}
.slider-gallery-item img {
    border-radius: 20px;
}



.gray {
    color: #CCCCCC;
}
.gray2 {
    color: #A7A9B2;
}
.sub-title {
    font-size: 20px;
    font-weight: 700;
}
.text-sm {
    font-size: 14px;
}
.policy {
    margin: 20px 0;
}




.b-doc-item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: var(--font2), Arial, Helvetica, sans-serif;
}
.b-doc-item img {
    width: 80px;
}
.b-doc-item a {
    color: #000;
    text-decoration: none;
}
.b-doc-item span {
    color: #a6a6a6;
    font-size: 12px;
}

.steps-wrap, .steps-wrap_step {
    /*display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;*/
    width: 100%;
    min-height: 100px;
}

/*.form-group {
    position: relative;
}
.form-group .icon {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}
.form-group .icon.icon-question {
    top: 16px !important;
    transform: none !important;
}*/

/*VN*/
.cont-vn {
    padding: 0 0 80px 0;
}


.b-krohki { display: flex; justify-content: flex-start; align-items: center; margin: 40px 0;}

.hlebn-krohki { color:var(--main-1); font-size: 14px;}
.hlebn-krohki a {color:#042a35}
.hlebn-krohki ul { list-style:none; padding:0; margin:0; display: flex; flex-wrap: wrap; align-items: center; }
.hlebn-krohki li { display:inline-block}
.hlebn-krohki-dev { padding:0 10px}




.gallery {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
    margin: 30px 0;
}
.gallery-item {
    border-radius: 5px;
    overflow: hidden;
}
.gallery-item img {
    border-radius: 5px;
    transition: all 0.3s;
}
.gallery-item img:hover {
    transform: scale(1.1);
}



.contact-box {
    display: flex;
    gap: 90px;
}
.contact-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 30%;
    flex-shrink: 0;
}
.map {
    width: 100%;
    height: 550px;
    overflow: hidden;
    background-color: var(--gray-1);
}
.box-icon {
    display: flex;
    gap: 37px;
}
.box-icon .icon {
    margin: 4px 0 0 0;
}
.box-icon__label {
    font-weight: 600;
}
.box-icon__des-i {
    font-size: 13px;
    font-style: italic;
    margin: 6px 0 0 0;
}



footer {
    background-color: var(--footer);
    color: #fff;
    font-size: 16px;
}
footer a {
    text-decoration: none;
    color: #fff;
}
.footer-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 42px 0;
    border-bottom: #288CCF solid 1px;
}

.footer-line {
    display: flex;
    justify-content: flex-end;
    padding: 23px 0;
}
.footer-created {
    font-size: 14px;

}
.footer-created a {
    color: #fff;
}
.footer-created a:hover {
    color: #c7c7c7;
}

.footer__phone {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}
.footer__phone:hover {
    color: #c7c7c7;
}


.nc-demo-modal-wrapper {
    display: none;
}
.box-pages { display: flex; align-items: center; justify-content: center; gap: 3px; margin:40px 0 30px 0; font-size:14px;}
.box-pages a { color: #000; text-decoration:none; border:#fff solid 1px; transition: all 0.3s}
.box-pages a:hover { border:var(--main-2) solid 1px;}
.box-pages span { border:var(--main-2) solid 1px;}
.box-pages-item {
    min-width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:50%;
}
.box-pages-next {
    width: 17px;
    height: 12px;
    margin: 0 0 0 20px;
    border: none !important;
}
.box-pages-item-dev {
    margin: 0 10px;
}
.box-pages-next:hover,
.box-pages-item-dev,
.box-pages-item-dev:hover {
    border: none !important;
}

.caution { padding:6px 20px; background:url(../images/danger-sing.svg) no-repeat 20px 16px; color:#2a6093; border:#2a6093 solid 2px; border-radius:10px;box-shadow: 0 15px 30px -10px rgba(90, 161, 227, 0.15); background-size:22px; text-indent:38px}
.caution-red { padding:0 50px; color:var(--red-1); border:var(--red-1) solid 2px; border-radius:5px; font-weight: 600;
    margin: 50px 0; }
#fade { /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .5;
    z-index: 7;
}
.popup_block a { color:#333 }
.popup_block {
    display: none;
    background: #ffffff;
    color:#333333;
    padding: 30px;
    float: left;
    font-size: 1.2em;
    position: fixed;
    font-size:12px; text-align:left;
    top: 50%; left: 50%;
    z-index: 8;
    -webkit-box-shadow: 0px 0px 5px #252424;
    -moz-box-shadow: 0px 0px 5px #252424;
    box-shadow: 0px 0px 5px #252424;

}
img.btn_close {
    float: right;
    margin: -7px -10px 0 0;
}

*html #fade {
    position: absolute;
}
*html .popup_block {
    position: absolute;
}
.topcontrol { width:60px; height:60px; position: fixed; z-index: 99; bottom: 50px; right: 50px; cursor: pointer; opacity: 0.5;filter:alpha(opacity=50);border-radius:50%; webkit-border-radius:50%; moz-border-radius:50%;}
.topcontrol:hover {opacity: 1;filter:alpha(opacity=100);}

.b-cookie {
    display: block;
    filter: drop-shadow(0 0 27px rgba(0,0,0,.12));
    left: 50%;
    padding: 12px 24px;
    position: fixed;
    transform: translate3d(-50%,-24px,0);
    width: 640px; bottom:10px; background:#fff; border:#eaeaea solid 1px;border-radius: 12px; z-index: 55;}
.main-cu { font-family: Arial, Helvetica, sans-serif; display:flex; justify-content: center; align-items:center;}
.b-cookie-text { margin:0 70px 0 0; font-size:14px}
.b-cookie-text a { color:var(--main-1); text-decoration: underline; }


.warn {
    color: #ff0000;
    font-weight: 600;
    font-size: 14px;
    margin: 20px 0;
}

@-moz-keyframes strtop {0%{top:0px}50%{ top:-3px}100%{ top:0px}}
@-webkit-keyframes strtop {0%{ top:0px}50%{top:-3px}100%{ top:0px}}
@-ms-keyframes strtop {0%{ top:0px}50%{top:-3px}100%{ top:0px}}
@-o-keyframes strtop {0%{ top:0px}50%{top:-3px}100%{ top:0px}}
.tbor {border-spacing: 0; border-left:#C9CBD1 solid 1px; border-top:#C9CBD1 solid 1px;}
.tbor th { border-bottom:#C9CBD1 solid 1px;  border-right:#C9CBD1 solid 1px; padding: 10px;}
.tbor td { border-bottom:#C9CBD1 solid 1px;  border-right:#C9CBD1 solid 1px; padding: 10px; }

.table2 {
    width: 100%; border-spacing: 0;
}
.table2 td {
    border-bottom:#CED1E2 solid 1px;
    padding: 14px 0;
    text-align: center;
}
.table2 td:first-child {
    text-align: left;
}
.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes flipInX {0%{-webkit-transform: perspective(400px) rotateX(90deg);transform: perspective(400px) rotateX(90deg);opacity: 0;}40%{-webkit-transform: perspective(400px) rotateX(-10deg);transform: perspective(400px) rotateX(-10deg);}70%{-webkit-transform: perspective(400px) rotateX(10deg);transform: perspective(400px) rotateX(10deg);}100%{-webkit-transform: perspective(400px) rotateX(0deg);transform: perspective(400px) rotateX(0deg);opacity: 1;}} @keyframes flipInX{0%{-webkit-transform: perspective(400px) rotateX(90deg);-ms-transform: perspective(400px) rotateX(90deg);transform: perspective(400px) rotateX(90deg);opacity: 0;}40%{-webkit-transform: perspective(400px) rotateX(-10deg);-ms-transform: perspective(400px) rotateX(-10deg); transform: perspective(400px) rotateX(-10deg);}70%{ -webkit-transform: perspective(400px) rotateX(10deg);-ms-transform: perspective(400px) rotateX(10deg);transform: perspective(400px) rotateX(10deg);}100%{    -webkit-transform: perspective(400px) rotateX(0deg);-ms-transform: perspective(400px) rotateX(0deg);transform: perspective(400px) rotateX(0deg);opacity: 1;}}.flipInX{-webkit-backface-visibility: visible !important; -ms-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX;} @-webkit-keyframes flipOutX {0% {    -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1;} 100% { -webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0;}} @keyframes flipOutX { 0% { -webkit-transform: perspective(400px) rotateX(0deg); -ms-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotateX(90deg); -ms-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0;}} .flipOutX { -webkit-animation-name: flipOutX; animation-name: flipOutX;-webkit-backface-visibility: visible !important;-ms-backface-visibility: visible !important; backface-visibility: visible !important;}

.logo {
        width: 400px;
    }

@media only screen and (max-width: 1520px){

}
@media only screen and (max-width: 1440px){
    .logo {
        width: 300px;
    }
    .header-text {
        margin: 16px 0;
    }
}
@media only screen and (max-width: 1300px){
    .main-text2-flex {
        padding: 40px;
        gap: 60px;
    }
}
@media only screen and (max-width: 1200px){
    .logo {
        width: 240px;
    }
    .header-text {
        font-size: 22px;
    }
    h2, .h2 {
        font-size: 30px;
    }
    h1, .h1 {
        font-size: 34px;
    }
    .content-block-4_left ol li::marker, .content-block-4_right ol li::marker {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1100px){

}
@media only screen and (max-width: 1050px){
    .main-margin2 {
        margin: 100px 0;
    }
}
@media only screen and (max-width: 992px){
    body,
    input, textarea,
    .main-text2-flex {
        font-size: 16px;
    }

    .for-mobile {
        display: block;
    }
    .contact-box {
        flex-direction: column;
        gap: 30px;
    }
    .map {
        width: 100%;
        height: 450px;
    }
    .contact-item {
        width: 100%;
    }

    .cont-vn,
    .main-text1__text,
    .main-text2__text,
    .main-text3-flex {
        text-align: justify;
    }

    .nc-navbar.nc--fixed {
        display: none;
    }
    /**/
    .main-html {
        height: auto;
    }
    .logo {
        width: 200px;
    }
    .btn-big {
        padding: 16px 30px;
    }
    .header-content {
        gap: 30px;
    }
    .header {
        padding: 30px 0;
        align-items: center;
    }
    .main-text1-flex, .main-text2-flex {
        margin: 30px 0 0;
        flex-direction: column;
        gap: 40px;
    }
    .main-text3-flex {
        flex-direction: column;
        gap: 0;
        margin: 30px 0 0;
    }
    .main-text3-flex ol {
        margin: 0;
    }
    .slider-gallery-item {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width: 900px){

    /**/
    .topcontrol {
        right: 30px;
        bottom: 30px;
    }
}
@media only screen and (max-width: 800px){

    /**/
    .footer-item-logo {
        margin: 0;
    }
    .footer-row {
        /*flex-direction: column;
        align-items: center;*/
        justify-content: space-evenly;
    }
    .footer-logo,
    .footer-copy,
    .footer-created {
        text-align: center;
    }
    .b-krohki {
        margin: 40px 0 0 0;
    }
}
@media only screen and (max-width: 750px){

    .map {
        height: 350px;
    }
    /**/

    .gallery {
        grid-template-columns: repeat(3, 1fr);
    }
    .b-cookie {
        width: 96%;
        box-sizing: border-box;
    }
    textarea {
        min-height: 100px;
    }
}
@media only screen and (max-width: 700px){

    .main-margin {
        margin: 60px 0;
    }

}
@media only screen and (max-width: 670px){

    h1, .h1 {
        font-size: 28px;
    }
    h2, .h2 {
        font-size: 26px;
    }

}
@media only screen and (max-width: 600px){
    .footer-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-line {
        justify-content: center;
    }
    .main-margin2 {
        margin: 60px 0;
    }
    /**/

    .topcontrol {
        right: 30px;
        bottom: 30px;
    }
    .main {
        padding: 0 20px;
    }
    .cont-vn {
        padding: 0 0 40px 0;
    }
}

@media only screen and (max-width: 550px){

}
@media only screen and (max-width: 510px){

}
@media only screen and (max-width: 500px){
    .main-text1-flex, .main-text2-flex {
        gap: 24px;
    }
    /**/

    .map,.map-full {
        height: 350px;
    }
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 460px){

    h1, .h1 {
        font-size: 26px;
    }
    h2, .h2 {
        font-size: 22px;
    }
    .main-text2-flex {
        padding: 26px;
    }
}
@media only screen and (max-width: 400px){
    .footer-row {
        flex-direction: column;
        align-items: center;
    }

    /**/

    .b-krohki {
        margin: 20px 0;
    }
    .b-cookie-text {
        margin: 0;
        text-align: center;
    }
    .main-cu {
        flex-direction: column;
        gap: 20px;
    }

}
@media only screen and (max-width: 370px){
    .main-text2-flex {
        padding: 16px;
    }
    /**/

    h1, .h1, h2, .h2, h3, .h3, .catalog-full-right h1 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 350px){
    .logo {
        width: 80px;
    }
    .text-border-box h2, .text-border-box .h2 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 330px){

}
.menu-active {
    left: 0 !important;
}