html {
    overflow-x: hidden;
}

body {
    font-family: "Kia Signature";
    font-size: 16px;
    color: #05141f;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: white;
    padding-top: 0px;
}


img.lazyload {
    width: auto !important;
}

.mvideo_container {
    position: relative;
}

.mvideo_container .bg {
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/bg_video.jpg) 50% 50% no-repeat;
    background-size: cover;
    pointer-events: none;
    transition: 0.2s;
}

.mvideo_container video {
    display: block;
    width: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    height: 100%;
}


.mvideo_container.play button {
    opacity: 0;
}


@keyframes strish {
    0% {
        stroke-dasharray: 1000;
    }
    100% {
        stroke-dasharray: 1500;
    }
}


font {
    display: block;
}

.fancybox-slide--html .fancybox-close-small { /* color: white !important; */
}

.fancybox-button svg {
    transform: scale(2);
}

.compensate-for-scrollbar {
    margin-right: auto !important;
    overflow: auto !important;
}

.fancybox-content {
    overflow: hidden;
}


input[type=file] {
    display: none;
}

input::placeholder {
    color: #7f7f7f;
    font-family: "Kia Signature";
}


.resp_table {
    width: 100%;
}

.resp_table tr td:before {
    display: none;
}

.resp_table img {
    display: block;
}


sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 80%;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

select::-ms-expand {
    display: none;
}

select::-ms-expand {
    display: none;
}

a:hover {
    text-decoration: none;
}

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
    color: black;
    width: 22px !important;
    height: 22px !important;
    top: -25px !important;
    right: -25px !important;
}


.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1140px;
    position: relative;
}


.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
}


#form_popup, #form_popup2 {
    display: none;
}

.popup_container {
    width: 460px;
    max-width: 100%;
    padding: 30px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /* border: 2px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .agree_field {
    color: #0c121c;
    text-align: left;
}

.popup_container .agree_field a {
    color: black;
}


.popup_container h2 {
    padding: 0px;
    margin: 0px;
    padding-top: 25px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    line-height: 100%;
    padding-bottom: 32px;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.popup_container .close:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .form-group {
    margin-bottom: 19px;
}

.popup_container .form-group input[type=tel] {
}

.popup_container .form-group input[type=tel]::placeholder {
}


.popup_container .agree_field .check_ex {
    border-color: inherit;
}

.popup_container .agree_field .check_ex i {
    background: #0c121c;
}

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-family: "Kia Signature";
    font-size: 16px;
}

.popup_container .form-group select {
    color: #1d1f20;
    height: 50px;
    border: 1px solid white;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-family: "Kia Signature";
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

.popup_container .form-group button {
    cursor: pointer;
}

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    display: none;
}


.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
    border-color: #cccccc !important;
}

.agree_field {
    font-size: 14px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    top: 0px;
    font-family: "Kia Signature";
}

.agree_field a {
    color: inherit;
}

.agree_field input {
    opacity: 0;
    position: absolute;
}

.agree_field .check_ex {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    vertical-align: top;
    top: 0px;
    margin-right: 5px;
    border: 1px solid #05141f;
    border-radius: 1000px;
    box-sizing: content-box;
}

.agree_field .check_ex input {
}

.agree_field .check_ex i {
    /* background: url(../img/check.svg) 50% 50% no-repeat; */
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: none;
    background-size: 120%;
    /* filter: invert(10%) sepia(98%) saturate(4161%) hue-rotate(332deg) brightness(93%) contrast(107%); */
    position: relative;
    top: 1px;
    left: 1px;
    background: #05141f;
    border-radius: 100px;
}

.agree_field .check_ex i:before {
    content: '';
}

.agree_field .check_ex input:checked + i {
    display: block;
}

.agree_field .check_ex input:checked + i:before {
}


.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}


form {
}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    height: 50px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: "Kia Signature";
    padding: 0px 30px;
    outline: none;
    background: none;
    border-radius: 0px;
    border: 1px solid #05141f;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 100% 50% no-repeat;
    font-family: "Kia Signature";
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    outline: none;
}

form .form-group button:hover {
}


.form_title {
    font-size: 30px;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 20px;
}

.form_title span {
}

.btn {
    box-sizing: border-box;
    background: #05141f;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    max-width: 100%;
    height: 50px;
    color: white;
    outline: none;
    border: 1px solid #05141f;
    transition: all .3s;
    text-align: center;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.btn span {
    display: inline-flex;
    line-height: 100%;
    position: relative;
}

.btn span:before {
    content: '';
    height: 1px;
    background: white;
    width: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: 0.5s;
}

.btn:hover span:before {
    content: '';
    width: 100%;
}


.btn.glass {
    background: none;
    border-color: #212322;
    color: inherit;
}

.btn.glass:hover {
    background: #212322;
    color: white;
}


.btn.white {
    background-color: white;
    border-color: white;
    color: #05141f;
}

.btn.white:hover {
}


.btn.white span:before {
    background: #212322;
}

.btn.dark {
    background-color: #212322;
    border-color: #212322;
    color: white;
}

.btn.dark:hover {
    background: #a50034;
    border-color: #a50034;
}


.menu_container {
    background: white;
    box-shadow: 0px 10px 10px #00000014;
}

.menu_container .container {
}


.menu {
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0px;
    box-sizing: border-box;
    z-index: 1;
    margin: 0px auto;
    font-size: 16px;
}

.menu a {
    text-decoration: none;
    color: inherit;
    /* text-transform: uppercase; */
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.menu a:after {
}

.menu a.current:after, .menu a:hover:after {
}

.menu a:hover {
    color: #0088cf;
}

.big_banner {
    display: flex;
    flex-direction: column;
}


.title1 {
    font-weight: 700;
    font-size: 36px;
    text-align: left;
    padding-bottom: 31px;
    position: relative;
}

/**********************
        HEADER
**********************/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: hwb(0deg 100% 0% / 60%);
    width: 100%;
    transition: 0.2s;
}

header:after {
}

.scroll header {
    background: white;
}

header .container {
}


.panel {
    display: flex;
    align-items: center;
    padding: 24px 0px;
    justify-content: space-between;
    font-size: 14px;
}


.logo1 {
}

.logo1 img {
}

.addr {
}

.addr strong {
    display: block;
    font-weight: 700;
}

.worktime strong {
    display: block;
    font-weight: 700;
}

.phone_container {
}

.phone_container .phone {
    font-size: 20px;
    font-weight: 700;
    color: inherit;
    text-decoration: none;
    display: block;
}

.logo2 {
}

.logo2 img {
}


.big_banner {
}

.big_banner .container {
    width: 100%;
}

.big_banner .container .title_container {
    position: absolute;
    z-index: 1;
    color: white;
    top: 120px;
}

.big_banner .container .title_container .title {
    font-size: 44px;
    font-weight: 700;
}

.big_banner .container .title_container .comment {
    font-size: 34px;
    padding-top: 20px;
}

.big_banner .container .title_container .comment strong {
    font-size: 56px;
}

.big_banner .container .title_container .comment font {
}

.big_banner picture {
    position: relative;
    top: 0px;
    left: 0px;
    order: 1;
}

.big_banner picture img {
    /* max-width: none; */
    /* height: 100%; */
}


#form1 {
    width: 489px;
}

#form1 .form_title {
}

#form1 .form_comment {
}

#form1 .fields {
}

#form1 .fields .form-group {
    width: 100%;
    margin-bottom: 16px;
}

#form1 .fields .form-group:first-child {
    width: auto;
    flex: 1 0 auto;
}

#form1 .fields input {
}

#form1 button {
}

#form1 .agree_field {
}

#form1 .agree_field a {
}

#form1 .agree_field .check_ex {
}

#form1 .agree_field .check_ex i {
}


.timer_container {
    padding-top: 77px;
    padding-bottom: 70px;
}

.timer_container .container {
}

.timer_container .container .timer {
}

.timer_container .container .timer .timer_title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 16px;
}

.timer_container .container .timer div[id^="timer"] {
    white-space: nowrap;
    text-align: left !important;
}

div[id^="timer"] [id^="timer-text"] {
    text-align: center;
}


.timer_container .container form {
}

.timer_container .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.timer_container {
    padding: 30px 0px;
}


/************CALC_TO_NEW************/


.calc_container {
    padding-bottom: 66px;
}

.calc_container .title1 {
}


.calc_to_new {
    transition: all .3s;
}

.calc_title {
    font-weight: 700;
    font-size: 36px;
    text-align: left;
    padding-bottom: 31px;
    position: relative;
}

.calc_title:before {
    content: url("../img/line.png");
    position: absolute;
    top: -30px;
    left: 2px;
}

.calc_wrap {
    position: relative;
    /* height: 330px; */
}

.calc_wrap .calc_cont_name {
    text-align: left;
    padding-bottom: 18px;
    color: #000;
    font-size: 22px;
    font-weight: 700;
}

.calc_wrap .calc_cont_comment {
    font-size: 16px;
    font-weight: 400;
}

.calc_wrap .calc_cont_wrap {
    display: flex;
    /* justify-content: space-evenly; */
    flex-flow: wrap;
    margin: 0px -5px;
}

.calc_wrap .calc_opt {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cdd0d2;
    width: calc(25% - 10px);
    padding: 15px 0;
    font-size: 16px;
    color: inherit;
    cursor: pointer;
    text-align: center;
    margin: 0px 5px;
    margin-bottom: 10px;
    transition: all .3s;
}

.calc_wrap .calc_opt:hover {
    background: #05141f;
    color: white;
}

/* .calc_wrap.calc_cont1 .calc_opt:last-child {
    margin: 0 auto;
} */

.calc_back {
    position: relative;
    color: #05141f;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.calc_back:before {
    content: "";
    transform: rotate(180deg);
    display: inline-block;
    background: url("../img/arrow.svg") 50% 50% no-repeat;
    width: 31px;
    height: 24px;
    background-size: contain;
    margin-right: 10px;
    filter: invert(6%) sepia(42%) saturate(983%) hue-rotate(164deg) brightness(95%) contrast(99%);
}

#calc_form {
    width: 100%;
}

#calc_form .fields {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#calc_form .fields .form-group {
    width: 49%;
}


#calc_form .agree_field a {
    color: #000000;
}


.calc_cont2,
.calc_cont3,
.calc_cont4 {
    display: none;
}


.work_items_container {
}

.work_items_container .container {
}

.work_items_container .container .title1 {
    padding-bottom: 37px;
}

.work_items {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -5px;
}

.work_items .item {
    width: calc(33.3333333% - 10px);
    margin: 0px 5px;
    position: relative;
    padding-bottom: 44px;
    margin-bottom: 41px;
    color: inherit;
    text-decoration: none;
}

.work_items .item picture {
    display: block;
    overflow: hidden;
}

.work_items .item picture img {
    transform: scale(1);
    transition: 0.5s;
}

.work_items .item:hover picture img {
    transform: scale(1.1);
}

.work_items .item .text {
    display: block;
    padding-top: 15px;
    padding-bottom: 19px;
}

.work_items .item .text .title {
    font-size: 22px;
    font-weight: 700;
    display: block;
}

.work_items .item .text .comment {
    display: block;
    padding-top: 5px;
}

.work_items .item .text .price {
    display: block;
    font-weight: 700;
    color: #5d7d2b;
    padding-top: 5px;
}

.work_items .item .btn {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.work_items .item .btn span {
    position: relative;
    padding-right: 25px;
}

.work_items .item .btn span:after {
    content: '';
    background: url(../img/arrow.svg) 50% 50% no-repeat;
    background-size: 159%;
    width: 12px;
    height: 20px;
    display: inline-block;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(145deg) brightness(112%) contrast(101%);
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}


.service_form_container {
    background: #05141f;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 49px 95px;
}

.service_form_container {
    margin-bottom: 73px;
}

.service_form_container:before {
    content: '';
    display: block;
    border-top: 1px solid white;
    border-left: 2px solid white;
    width: calc(100% - 219px);
    height: 82px;
    border-top-left-radius: 10px;
    transform: skewX(-58deg);
    position: absolute;
    top: 20px;
    left: 42px;
    opacity: 0.5;
}

.service_form_container .text_container {
}

.service_form_container .text_container > .title {
    font-size: 22px;
    font-weight: 700;
}

.service_form_container .text_container > .comment {
    padding-top: 6px;
    padding-bottom: 15px;
}

.service_form_container .text_container > .comment font {
}

.service_form_container form {
    width: 59%;
}


#form2 {
}

#form2 .form_title {
}

#form2 .form_comment {
}

#form2 .fields {
    display: flex;
    justify-content: space-between;
}

#form2 .fields .form-group {
    width: 49%;
}

#form2 .fields .form-group:first-child {
}

#form2 .fields input {
    background: #37434c;
}

#form2 button {
}

#form2 .agree_field {
}

#form2 .agree_field a {
}

#form2 .agree_field .check_ex {
    border-color: white;
}

#form2 .agree_field .check_ex i {
    background: white;
}


.specs_container {
    padding-bottom: 70px;
}

.specs_container .container {
}

.specs_container .container .title1 {
    padding-bottom: 38px;
}

.specs_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.specs_items .item {
    display: inline-flex;
    background: #cdd0d2;
    width: calc(50% - 10px);
    margin: 0px 5px;
    position: relative;
    color: inherit;
    text-decoration: none;
    padding: 44px;
    box-sizing: border-box;
    height: 230px;
    margin-bottom: 10px;
    overflow: hidden;
}

.specs_items .item picture {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transition: 0.5s;
}

.specs_items .item picture img {
}

.specs_items .item:hover picture {
    transform: scale(1.1);
}

.specs_items .item:hover picture img {
}

.specs_items .item .text {
    height: 100%;
    display: flex;
    align-items: center;
}

.specs_items .item .text .title {
    font-size: 22px;
    line-height: 122%;
}

.specs_items .item .text .title font {
}

.specs_items .item .text .title i {
    font-weight: 700;
    color: #5d7d2b;
    font-style: normal;
}


.price_week_container {
    background: #05141f;
}

.price_week_container ._cont {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 58px 0px;
}

.price_week_container ._cont {
}

.price_week_container ._cont:before {
    content: '';
    display: block;
    border-top: 1px solid white;
    border-left: 2px solid white;
    width: calc(100% + 69px);
    height: 190px;
    border-top-left-radius: 10px;
    transform: skewX(-56deg);
    position: absolute;
    top: 49px;
    left: -227px;
    opacity: 0.5;
}

.price_week_container ._cont .text_container {
}

.price_week_container ._cont .text_container > .title {
    font-size: 56px;
    font-weight: 700;
}

.price_week_container ._cont .text_container > .comment {
    font-size: 22px;
    padding-top: 5px;
}

.price_week_container ._cont .text_container > .comment span {
    font-size: 36px;
    font-weight: 700;
}

.price_week_container ._cont form {
    width: 49%;
}


#form3 {
}

#form3 .form_title {
}

#form3 .form_comment {
}

#form3 .fields {
    display: flex;
    justify-content: space-between;
}

#form3 .fields .form-group {
    width: 49%;
}

#form3 .fields .form-group:first-child {
}

#form3 .fields input {
    background: #37434c;
}

#form3 button {
}

#form3 .agree_field {
}

#form3 .agree_field a {
}

#form3 .agree_field .check_ex {
    border-color: white;
}

#form3 .agree_field .check_ex i {
    background: white;
}


.price_container {
    padding-top: 39px;
}

.price_container .container {
}

.price_items {
    display: flex;
    justify-content: space-between;
}

.price_items .column {
    width: 48%;
}

.price_items .item {
}

.price_items .item .row_toggle {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding: 16px 0px;
    cursor: pointer;
}

.price_items .item .row_toggle:before {
    content: '';
    background: url(../img/arrow.svg) 50% 50% no-repeat;
    width: 49px;
    height: 23px;
    display: block;
    transform: rotate(90deg) translateX(-25%);
    position: absolute;
    top: 50%;
    right: 0px;
    background-size: 100%;
}

.price_items .item .row_toggle.open {
}

.price_items .item .row_toggle.open:before {
    transform: rotate(-90deg) translateX(25%);
}

.price_items .item .row_toggle_container {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-top: 10px;
}

.price_items .item .row_toggle_container li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 14px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    align-items: flex-end;
}

.price_items .item .row_toggle_container li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background: #5d7d2b;
    position: absolute;
    top: 7px;
    left: 0px;
}

.price_items .item .row_toggle_container li:after {
    content: '';
    border-bottom: 1px dashed #05141f;
    position: absolute;
    bottom: 5px;
    left: 20px;
    width: calc(100% - 20px);
    z-index: -1;
}

.price_items .item .row_toggle_container li span {
}

.price_items .item .row_toggle_container li span span {
    background: white;
    padding-right: 5px;
}

.price_items .item .row_toggle_container li i {
    background: white;
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    padding-left: 5px;
}


.reviews_container {
    padding-top: 60px;
}

.reviews_container .container {
}

.reviews_container .container > .title1 {
}

.reviews_container .slider {
}

.reviews_container .slider .slick-list {
    margin: 0px -5px;
}

.reviews_container .slider .slick-prev, .reviews_container .slider .slick-next {
}

.reviews_container .slider .slick-prev {
}

.reviews_container .slider .slick-next {
}

.reviews_container .slider .slick-dots {
    border-top: 1px solid #ced1d3;
    margin-top: 31px;
}

.reviews_container .slider .slick-dots li {
    width: 100%;
    margin-top: -3px;
}

.reviews_container .slider .slick-dots li.slick-active button {
    background: #081722;
}

.reviews_container .slider .slick-dots li button:before {
}

.reviews_container .slider .slick-dots li button:before {
}

.reviews_container .slider .slick-dots li.slick-active button {
}

.reviews_container .slider .slick-track {
    display: flex;
}


.reviews_container .item {
    border: 2px solid #e4e6e7;
    height: auto;
    margin: 0px 5px;
    padding: 30px;
}

.reviews_container .item .date {
    font-size: 18px;
    font-weight: 700;
    float: right;
}

.reviews_container .item .name {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    top: -6px;
}

.reviews_container .item .name_comment {
    color: #cdd0d2;
}

.reviews_container .item .text {
    padding-top: 17px;
}


#contacts {
    padding-top: 75px;
    padding-bottom: 40px;
}

#contacts .container {
    display: flex;
}

.contacts_container {
    width: 278px;
    padding-right: 9%;
}

.contacts_container .title1 {
}

.contacts_container .addr {
    position: relative;
    padding-left: 27px;
    padding-bottom: 20px;
}

.contacts_container .addr:before {
    content: '';
    background: url(../img/ico_addr.png) 50% 50% no-repeat;
    width: 14px;
    height: 18px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.contacts_container .worktime {
    position: relative;
    padding-left: 28px;
    padding-bottom: 20px;
}

.contacts_container .worktime:before {
    content: '';
    background: url(../img/ico_worktime.png) 50% 50% no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.contacts_container .phone {
    font-size: 20px;
    font-weight: 700;
    color: inherit;
    text-decoration: none;
    position: relative;
    padding-left: 27px;
}

.contacts_container .phone:before {
    content: '';
    background: url(../img/ico_phone.png) 50% 50% no-repeat;
    width: 18px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.contacts_container .comment {
    border-top: 1px solid #ced1d3;
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 39px;
}

.contacts_container .comment strong {
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}

.contacts_container .btn {
}


#map1 {
    background: url(../img/map.jpg) 50% 0% no-repeat;
    flex: 1 0 auto;
}


footer {
    background: #05141f;
    padding: 20px 0;
    color: white;
}

.disclamer_switch {
    /* text-align: center; */
    color: white;
    text-decoration: none;
    display: block;
    /* position: absolute; */
    /* top: 19px; */
    /* right: 15px; */
    /* font-size: 15px; */
    text-decoration: underline;
}

footer .disclamer {
    color: inherit;
    font-size: 12px;
    text-align: left;
    display: none;
    padding-top: 20px;
}

footer .info {
    font-size: 12px;
    color: white;
}


footer .panel {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0px;
}
footer .panel .btns {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-end;
}
footer .panel .btns a {
    color: white;
}


.cookie_message {display:none;position: fixed;background: white;padding: 15px 0px;bottom: 0px;left: 0px;width: 100%;background: #F3F3F3;/* border-radius: 10px; */box-shadow: 0px -2px 2px #05141f;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;z-index: 99999;font-size: 12px;}
.cookie_message .container {
    display: flex;
    width: 1230px;
    gap: 20px;
    max-width: 100%;
    box-sizing: border-box;
}
.cookie_message ._text {}
.cookie_message .btn {height:42px;text-align:center;padding: 0px 15px;}

.cookie_message ._text a {text-decoration: underline;color: inherit;}


.cookie_message .mob {display:none;}


/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1300px) {
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .big_banner .container .title_container .title {
        font-size: 41px;
    }

    .big_banner picture {
    }

    .big_banner picture img {
        max-width: none;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {

    header .worktime {
        display: none;
    }

    .big_banner .container .title_container {
        top: 110px;
    }

    .big_banner .container .title_container .title {
        font-size: 32px;
    }

    .big_banner .container .title_container .comment {
        padding-top: 15px;
    }

    .big_banner .container .title_container .comment strong {
        font-size: 43px;
    }

    .big_banner picture {
    }

    .big_banner picture img {
        max-width: none;
        height: 450px;
    }

    .timer_container .container {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .timer_container .container .timer div[id^="timer"] {
        white-space: nowrap;
        text-align: center !important;
    }

    .timer_container .container .timer {
    }

    #form1 {
    }

    .timer_container {
        padding: 30px 0px;
    }

    .price_items .item .row_toggle {
        font-size: 20px;
    }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {

    body {
        font-size: 14px;
    }

    .fancybox-type-image {
        width: 100% !important;
        margin: 0px !important;
        left: 0px !important;
    }

    .fancybox-close {
        right: 9px !important;
        top: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .fancybox-wrap {
        margin: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 20px !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    /*******************************************************************/
    .resp_table tr {
        display: block;
        padding-bottom: 0px;
    }

    .resp_table tr th {
        display: none;
    }

    .resp_table tr td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 5px 15px;
    }

    .resp_table tr td:before {
        display: inline-block;
        width: 43%;
        margin-right: 2%;
        font-weight: 700;
        vertical-align: top;
        display: none;
    }

    .resp_table img {
    }


    .burger {
        position: absolute;
        top: 24px;
        right: 12px;
        width: 30px;
        height: 23px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: 1;
    }

    .burger span {
        background: #0088cf;
        display: block;
        height: 3px;
        width: 100%;
        transition: 0.2s;
    }

    .burger:before {
        content: '';
        background: #0088cf;
        display: block;
        height: 3px;
        width: 100%;
        transition: 0.2s;
        position: relative;
        top: 0px;
    }

    .burger:after {
        content: '';
        background: #0088cf;
        display: block;
        height: 3px;
        width: 100%;
        transition: 0.2s;
        position: relative;
        top: 0px;
    }

    .menuopen .burger {
    }

    .menuopen .burger span {
        opacity: 0;
    }

    .menuopen .burger:before {
        content: '';
        transform: rotate(45deg);
        top: 40%;
    }

    .menuopen .burger:after {
        content: '';
        transform: rotate(-45deg);
        top: -50%;
        position: relative;
    }

    .menu_container {
        display: block;
        height: auto;
        background: #f1f1f1;
        padding: 0px;
        left: 100%;
        transition: 0.2s;
        position: absolute;
        width: 100%;
    }

    .menuopen .menu_container {
        left: 0px;
    }

    .menu {
        display: block;
        height: auto;
    }

    .menu a {
        display: block;
        height: auto;
        padding: 8px 0px;
        text-align: center;
        color: inherit;
    }

    .menu a:after {
    }

    .menu a.current:after, .menu a:hover:after {
    }

    .timer_container .container .timer div[id^="timer"] {
        transform-origin: 0px 0px;
        transform: scale(0.84) !important;
    }


    .title1 {
        font-size: 24px;
        padding-bottom: 15px;
    }

    header {
    }

    header:after {
    }

    .scroll header {
    }

    header .container {
    }


    .panel {
        padding: 15px 0px;
        padding-bottom: 30px;
    }


    .logo1 {
        max-width: 47%;
    }

    .logo1 img {
    }

    .addr {
        display: none;
    }

    .addr strong {
    }

    .worktime strong {
    }

    .phone_container {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
    }

    .phone_container .phone {
    }

    .logo2 {
        max-width: 47%;
    }

    .logo2 img {
    }


    .big_banner {
    }

    .big_banner .container {
        box-sizing: border-box
    }

    .big_banner .container .title_container {
        position: relative;
        top: 0px;
        color: inherit;
        padding-top: 15px;
    }

    .big_banner .container .title_container .title {
        font-size: 20px;
        /* line-height: 100%; */
    }

    .big_banner .container .title_container .comment {
        font-size: 16px;
        padding-top: 5px;
        /* line-height: 130%; */
    }

    .big_banner .container .title_container .comment strong {
        font-size: 25px;
    }

    .big_banner .container .title_container .comment font {
    }

    .big_banner picture {
        order: 0;
    }

    .big_banner picture img {
        max-width: 100%;
        position: relative;
        width: 100%;
    }


    #form1 {
        width: 100%;
        margin-top: 15px;
    }

    #form1 .form_title {
    }

    #form1 .form_comment {
    }

    #form1 .fields {
        display: block;
    }

    #form1 .fields .form-group {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    #form1 .fields .form-group:first-child {
        margin-right: 0px;
    }

    #form1 .fields input {
    }

    #form1 button {
    }

    #form1 .agree_field {
    }

    #form1 .agree_field a {
    }

    #form1 .agree_field .check_ex {
    }

    #form1 .agree_field .check_ex i {
    }


    .timer_container {
    }

    .timer_container .container {
        display: block;
    }

    .timer_container .container .timer {
    }

    .timer_container .container .timer .timer_title {
        font-size: 14px;
    }

    .timer_container .container .timer div[id^="timer"] {
    }

    div[id^="timer"] [id^="timer-text"] {
    }


    .timer_container .container form {
    }

    .timer_container .container {
    }

    .timer_container {
    }


    .calc_container {
        padding-bottom: 30px;
    }

    .calc_container .title1 {
    }


    .calc_to_new {
    }

    .calc_title {
    }

    .calc_title:before {
    }

    .calc_wrap {
    }

    .calc_wrap .calc_cont_name {
        font-size: 18px;
    }

    .calc_wrap .calc_cont_comment {
    }

    .calc_wrap .calc_cont_wrap {
    }

    .calc_wrap .calc_opt {
        width: calc(50% - 10px);
    }

    .calc_wrap .calc_opt:hover {
    }


    .calc_back {
    }

    .calc_back:before {
    }

    #calc_form {
    }

    #calc_form .agree_field a {
    }


    .calc_cont2,
    .calc_cont3,
    .calc_cont4 {
    }


    .work_items_container {
    }

    .work_items_container .container {
    }

    .work_items_container .container .title1 {
    }

    .work_items {
        margin: 0px;
    }

    .work_items .item {
        width: 100%;
        margin: 0px;
        margin-bottom: 30px;
    }

    .work_items .item picture {
    }

    .work_items .item picture img {
    }

    .work_items .item:hover picture img {
    }

    .work_items .item .text {
    }

    .work_items .item .text .title {
        font-size: 18px;
    }

    .work_items .item .text .comment {
    }

    .work_items .item .text .price {
    }

    .work_items .item .btn {
    }

    .work_items .item .btn span {
    }

    .work_items .item .btn span:after {
    }


    .service_form_container {
        display: block;
        padding: 15px;
    }

    .service_form_container {
        margin-bottom: 30px;
    }

    .service_form_container:before {
        opacity: 0;
    }

    .service_form_container .text_container {
    }

    .service_form_container .text_container > .title {
    }

    .service_form_container .text_container > .comment {
    }

    .service_form_container .text_container > .comment font {
    }

    .service_form_container form {
    }


    #form2 {
        width: 100%;
    }

    #form2 .form_title {
    }

    #form2 .form_comment {
    }

    #form2 .fields {
        display: block;
    }

    #form2 .fields .form-group {
        width: 100%;
    }

    #form2 .fields .form-group:first-child {
    }

    #form2 .fields input {
    }

    #form2 button {
    }

    #form2 .agree_field {
    }

    #form2 .agree_field a {
    }

    #form2 .agree_field .check_ex {
    }

    #form2 .agree_field .check_ex i {
    }


    .specs_container {
        padding-bottom: 30px;
    }

    .specs_container .container {
    }

    .specs_container .container .title1 {
        padding-bottom: 15px;
    }

    .specs_items {
        margin: 0px;
    }

    .specs_items .item {
        width: 100%;
        margin: 0px;
        display: block;
        padding: 15px;
        /* min-height: 140px; */
        height: auto;
        margin-bottom: 15px;
        padding-right: 84px;
    }

    .specs_items .item picture {
        /* position: relative; */
        /* display: block; */
        width: 66px;
        /* margin-bottom: 5px; */
    }

    .specs_items .item:nth-child(1) picture img {
        transform: translateX(-24px) translateY(10px);
        width: 90px;
        max-width: initial;
    }

    .specs_items .item .text {
        height: auto;
    }

    .specs_items .item .text .title {
        font-size: 17px;
    }

    .specs_items .item .text .title font {
    }

    .specs_items .item .text .title i {
        display: contents;
    }


    .price_week_container {
    }

    .price_week_container ._cont {
    }

    .price_week_container ._cont {
        display: block;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .price_week_container ._cont:before {
        opacity: 0;
    }

    .price_week_container ._cont .text_container {
    }

    .price_week_container ._cont .text_container > .title {
        font-size: 43px;
    }

    .price_week_container ._cont .text_container > .comment {
        font-size: 18px;
    }

    .price_week_container ._cont .text_container > .comment span {
        font-size: 30px;
    }

    .price_week_container ._cont form {
        width: 100%;
        padding-top: 15px;
    }


    #form3 {
    }

    #form3 .form_title {
    }

    #form3 .form_comment {
    }

    #form3 .fields {
        display: block;
    }

    #form3 .fields .form-group {
        width: 100%;
    }

    #form3 .fields .form-group:first-child {
    }

    #form3 .fields input {
    }

    #form3 button {
    }

    #form3 .agree_field {
    }

    #form3 .agree_field a {
    }

    #form3 .agree_field .check_ex {
    }

    #form3 .agree_field .check_ex i {
    }


    .price_container {
    }

    .price_container .container {
    }

    .price_items {
        display: block;
    }

    .price_items .column {
        width: 100%;
    }

    .price_items .item {
    }

    .price_items .item .row_toggle {
        padding-right: 50px;
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .price_items .item .row_toggle:before {
    }

    .price_items .item .row_toggle.open {
    }

    .price_items .item .row_toggle.open:before {
    }

    .price_items .item .row_toggle_container {
    }

    .price_items .item .row_toggle_container li {
    }

    .price_items .item .row_toggle_container li:before {
    }

    .price_items .item .row_toggle_container li:after {
    }

    .price_items .item .row_toggle_container li span {
    }

    .price_items .item .row_toggle_container li i {
        white-space: nowrap;
    }


    .reviews_container {
        padding-top: 30px;
    }

    .reviews_container .container {
    }

    .reviews_container .container > .title1 {
    }

    .reviews_container .slider {
    }

    .reviews_container .slider .slick-list {
    }

    .reviews_container .slider .slick-prev, .reviews_container .slider .slick-next {
    }

    .reviews_container .slider .slick-prev {
    }

    .reviews_container .slider .slick-next {
    }

    .reviews_container .slider .slick-dots {
    }

    .reviews_container .slider .slick-dots li {
    }

    .reviews_container .slider .slick-dots li.slick-active button {
    }

    .reviews_container .slider .slick-dots li button:before {
    }

    .reviews_container .slider .slick-dots li button:before {
    }

    .reviews_container .slider .slick-dots li.slick-active button {
    }

    .reviews_container .slider .slick-track {
    }


    .reviews_container .item {
    }

    .reviews_container .item .date {
        font-size: 14px;
    }

    .reviews_container .item .name {
        font-size: 18px;
    }

    .reviews_container .item .name_comment {
    }

    .reviews_container .item .text {
    }


    #contacts {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    #contacts .container {
        display: block;
    }

    .contacts_container {
        padding: 0px;
        padding-bottom: 15px;
        width: 100%;
    }

    .contacts_container .title1 {
    }

    .contacts_container .addr {
    }

    .contacts_container .addr:before {
    }

    .contacts_container .worktime {
    }

    .contacts_container .worktime:before {
    }

    .contacts_container .phone {
    }

    .contacts_container .phone:before {
    }

    .contacts_container .comment {
        padding-bottom: 15px;
    }

    .contacts_container .comment strong {
        font-size: 18px;
    }

    .contacts_container .btn {
    }


    #map1 {
        height: 368px;
        margin-left: -15px;
        width: calc(100% + 30px);
    }


    footer {
    }

    .disclamer_switch {
        position: relative;
        top: auto;
        right: auto;
        /* margin-top: 15px; */
        display: block;
        /* text-align: center; */
        width: 100%;
    }

    footer .disclamer {
    }

    footer .info {
    }


    header .worktime {
        display: none;
    }


    .phone_container span {
        display: none;
    }

    #calc_form .fields {
        display: block;
    }

    #calc_form .fields .form-group {
        width: 100%;
    }


	footer .panel {
    flex-direction: column;
}
	footer .panel .btns {
    align-items: flex-start;
    width: 100%;
}
	footer .panel .btns a {}

	.cookie_message {
    padding: 15px 0px;
    font-size: 12px;
}
	.cookie_message .container {
    flex-direction: column;
}
	.cookie_message ._text {}
	.cookie_message .btn {}
	


	
	.cookie_message .mob {display:block;}
	.cookie_message .desc {display:none;}


}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 375px) {
    .timer_container .container .timer div[id^="timer"] {
        transform-origin: 0px 0px;
        transform: scale(0.75) !important;
    }
}

@media (max-width: 360px) {
    .timer_container .container .timer div[id^="timer"] {
        transform-origin: 0px 0px;
        transform: scale(0.63) !important;
    }
}

@media (max-width: 320px) {

}