@charset "UTF-8";
@font-face {
    font-family: MS900;
    src: local("MuseoSansCyrlBlack"), local("MuseoSans-Black"), url(../fonts/MuseoSansCyrl900.otf);
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MS700;
    src: local("MuseoSansBold"), local("MuseoSans-Bold"), url(../fonts/MuseoSansCyrl700.otf);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MS500;
    src: local("MuseoSansCyrl"), local("MuseoSans-Regular"), url(../fonts/MuseoSansCyrl500.otf);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MS300;
    src: local("MuseoSansCyrlThin"), local("MuseoSans-Thin"), url(../fonts/MuseoSansCyrl300.otf);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MS100;
    src: local("MuseoSansCyrlLight"), local("MuseoSans-Light"), url(../fonts/MuseoSansCyrl100.otf);
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
body {
    margin: 0;
    padding: 0;
    font-family: MS500;
    color: #212121;
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
}
.sec-title {
    font-size: 42px;
    font-family: MS700;
    margin-bottom: 45px;
    text-align: center;
}
.header__social-hover {
    display: none;
}
.header {
    height: 135px;
    display: flex;
    align-items: center;
}
.header__logo {
    margin-right: 38px;
}
.header__text {
    font-size: 16px;
    margin-right: 160px;
}
.header__social {
    width: 27%;
    display: flex;
    align-items: center;
}
.slick-it {
    min-height: 680px!important;
    height: calc(100vh - 185px)!important;
}
.slick-it .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.slick-sl .slick-prev {
    z-index: 1;
    left: 25px;
    background-image: url(../img/icons/arrow-prev.png);
}
.slick-sl .slick-next {
    z-index: 1;
    right: 25px;
    background-image: url(../img/icons/arrow-next.png);
}
.slick-sl .slick-next:before {
    content: '';
}
.slick-sl .slick-prev:before {
    content: '';
}
.slick-sl .slick-next:hover {
    background-image: url(../img/icons/arrow-nex_hovert.png);
}
.slick-sl .slick-prev:hover {
    background-image: url(../img/icons/arrow-prev_hover.png);
}
.slick-sl .slick-arrow {
    display: inline-block !important;
    height: 39px;
    width: 39px;
}
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    text-indent: -9999px;
    background: url(icon_top.png) no-repeat;
    z-index: 300;
}
.header__social a {
    background-color: #efefef;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: 0.3s;
}
.header__social a:hover {
    background-color: #ca8728;
}
.header__social a:hover img {
    display: none;
}
.header__social a:hover .header__social-hover {
    display: block;
}
.header__social a:last-child {
    margin-right: 0;
}
.header__address {
    text-align: right;
}
.header__address a {
    font-size: 18px;
    font-family: MS700;
    margin-bottom: 5px;
    color: #212121;
    display: flex;
    align-items: center;
    white-space:nowrap;
}
.header__address a:hover {
    color: #212121;
    text-decoration: none;
}
.header__address a i {
    color: #a28d5a;
    margin-right: 7px;
}
.header__address p {
    font-size: 16px;
}
.nav {
    background-color: #493f34;
    height: 50px;
    position: sticky;
    top: 0;
    z-index: 5;
    align-items: center;
}
.nav-drop {
    display: none;
    background-color: #a28d5a;
    position: absolute;
    flex-wrap: wrap;
    width: 310px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.nav-drop-drop {
    background-color: #ca8728;
    display: none;
    right: -280px;
    position: absolute;
    flex-wrap: wrap;
    width: 280px;
    top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
.nav-drop__item {
    width: 100%;
}
.nav-drop__item:hover {
    background-color: #ca8728;
}
.nav-drop__item:hover .nav-drop-drop {
    display: flex;
}
.nav-drop a {
    width: 100%;
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    font-family: MS700;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 6px;
}
.nav-drop a:hover {
    text-decoration: none;
}
.nav-list {
    display: flex;
    justify-content: space-between;
}
.nav-item {
    display: inline-block;
    position: relative;
}
.nav-item:hover {
    background-color: #a28d5a;
}
.nav-item:hover .nav-drop {
    display: flex;
}
.nav-link {
    padding: 13px 19px;
    color: #fff;
}
.nav-link:hover {
    text-decoration: none;
    color: #fff;
}
.nav .checkout {
    width: 250px;
    background-color: #a28d5a;
    text-align: center;
    transition: 0.3s;
}
.nav .checkout:hover {
    background-color: #ca8728;
}
.main {
    text-align: center;
    align-items: center;
}
.main__title {
    font-size: 50px;
    font-family: MS700;
    color: #fff;
    margin-bottom: 30px;
}
.main__text {
    font-size: 22px;
    font-family: MS300;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 30px;
}
.main__btn {
    font-size: 16px;
    color: #fff;
    width: 300px;
    height: 65px;
    background-color: #a28d5a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: 0.3s;
    border-radius: 5px;
}
.main__btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ca8728;
}
.services {
    padding-top: 80px;
    padding-bottom: 80px;
}
.services__block {
    display: block;
    height: 240px;
    position: relative;
    border-radius: 5px;
    transition: 0.3s;
}
.services__block:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/serv-hover-bg.png);
}
.services__block:after {
    border-radius: 5px;
    transition: 0.3s;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/serv-bg.png);
}
.services__block:before {
    border-radius: 5px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.services__block-title {
    color: #fff;
    font-size: 20px;
    font-family: MS700;
    position: absolute;
    width: 100%;
    bottom: 25px;
    text-align: center;
    z-index: 2;
}
#serv_1 {
    margin-bottom: 30px;
}
#serv_1:before {
    background-image: url(../img/serv-1.jpg);
}
#serv_2 {
    background-image: url(../img/serv-2.jpg);
}
#serv_3 {
    background-image: url(../img/serv-3.jpg);
}
#serv_4 {
    background-image: url(../img/serv-4.jpg);
}
#serv_5 {
    background-image: url(../img/serv-5.jpg);
}
#serv_6 {
    background-image: url(../img/serv-6.jpg);
}
.advantages {
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #f1f1f1;
}
.advantages__block {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    height: 140px;
    margin-bottom: 30px;
    padding-left: 17px;
    padding-right: 20px;
}
.advantages__block-text {
    font-size: 17px;
    font-family: MS100;
    margin-left: 20px;
}
.advantages__block-text b {
    font-family: MS700;
}
.advantages i {
    color: #a28d5a;
}
.popular .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: #c6c6c6;
}
.popular .slick-dots li.slick-active {
    background-color: #a28d5a;
}
.popular .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
}
.slick_resp {
    text-align: center;
}
.slick_resp .slick-arrow {
    display: inline-block !important;
    height: 39px;
    width: 39px;
}
.slick_resp .slick-arrow:before {
    content: none;
}
.slick_resp .slick-prev {
    background-image: url(../img/icons/arrow-prev.png);
    left: -47px;
    top: calc(50% - 2px);
}
.slick_resp .slick-prev:hover {
    background-image: url(../img/icons/arrow-prev_hover.png);
}
.slick_resp .slick-next {
    right: -47px;
    top: calc(50% - 2px);
    background-image: url(../img/icons/arrow-next.png);
}
.slick_resp .slick-next:hover {
    background-image: url(../img/icons/arrow-nex_hovert.png);
}
.slick_resp .slick-dots li {
    margin: 0 6.5px;
}
.slick_resp .slick-dots .slick-arrow {
    display: inline-block !important;
    height: 39px;
    width: 39px;
}
.slick_resp .slick-dots .slick-arrow:before {
    content: none;
}
.slick_resp .slick-dots .slick-prev {
    background-image: url(../img/icons/arrow-prev.png);
    left: -47px;
    top: calc(50% - 2px);
}
.slick_resp .slick-dots .slick-next {
    right: -47px;
    top: calc(50% - 2px);
    background-image: url(../img/icons/arrow-next.png);
}
.slick_resp .slick-dots li button:before {
    font-size: 0;
}
.popular {
    padding-top: 80px;
    padding-bottom: 80px;
}
.popular__block {
    text-align: left;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-right: 15px;
    margin-left: 15px;
}
.popular__block-top {
    padding-left: 20px;
    padding-right: 20px;
    height: 240px;
    position: relative;
    overflow: hidden;
}
.popular__block-top img {
    position: absolute;
    top: 0;
    left: 0;
}
.popular__block-top_size {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-family: MS100;
}
.popular__block-top_size b {
    font-family: MS700;
}
.popular__block-top_video {
    width: 56px;
    height: 56px;
    background-color: #a28d5a;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-radius: 50px;
    position: absolute;
}
.popular__block-top svg {
    max-width: 20px;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    fill: #fff;
}
.popular__block-bottom {
    padding: 16px 20px 16px 20px;
}
.popular__block-bottom_name {
    font-size: 24px;
    font-family: MS700;
    margin-bottom: 10px;
}
.popular__block-bottom_price {
    font-family: MS100;
    font-size: 18px;
}
.popular__block-bottom_price b {
    font-family: MS700;
}
.info {
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: MS100;
    font-size: 17px;
    background-color: #f1f1f1;
}
.form {
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: MS100;
    color: #fff;
    text-align: center;
    background-position: center;
    background-size: cover;
    font-size: 17px;
    background-color: #f1f1f1;
}
.form .sec-title {
    margin-bottom: 20px;
}
.form__desc {
    font-size: 22px;
    font-family: MS100;
    line-height: 1.3;
    margin-bottom: 38px;
}
.form__block input {
    width: calc(50% - 14px);
    padding-left: 35px;
    font-size: 16px;
    color: #212121;
    border: none;
    height: 56px;
    font-family: MS700;
    border-radius: 5px;
}
.form__block input::placeholder {
    font-style: italic;
    font-family: MS100;
    font-size: 16px;
    color: #9f9f9f;
}
.form__block input.form__block-submit {
    color: #fff;
    font-style: unset;
    padding: 0;
    font-family: MS500;
    margin-top: 40px;
    background-color: #a28d5a;
    height: 70px;
    transition: 0.3s;
}
.form__block input.form__block-submit:hover {
    background-color: #ca8728;
}
.form__block input.form__block-name {
    margin-right: 10px;
}
.form__block input.form__block-phone {
    margin-left: 10px;
}
.news {
    padding-top: 80px;
    padding-bottom: 80px;
}
.news .sec-title {
    position: relative;
}
.news .sec-title a {
    text-align: right;
    font-family: MS700;
    font-size: 16px;
    color: #a28d5a;
    position: absolute;
    right: 0;
    top: 19px;
    transition: 0.3s;
    text-decoration: underline;
}
.news .sec-title a:hover {
    text-decoration: none;
}
.news__block {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    color: #212121;
    padding-bottom: 33px;
    margin-right: 15px;
    margin-left: 15px;
}
.news__block-img {
    height: 240px;
    position: relative;
    margin-bottom: 50px;
}
.news__block-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news__block-date {
    bottom: -16.5px;
    left: calc(50% - 65px);
    font-family: MS500;
    font-size: 13px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    background-color: #f1f1f1;
    border-radius: 50px;
    position: absolute;
}
.news__block-title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    height: 33px;
    overflow: hidden;
    font-family: MS700;
}
.news__block-desc {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-family: MS100;
    margin-bottom: 25px;
    text-align: center;
}
.news__block-link {
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    margin: auto;
}
.news__block-link a {
    padding: 10.5px 39px;
    background-color: #a28d5a;
    transition: 0.3s;
    border-radius: 3px;
    color: #fff;
}
.news__block-link a:hover {
    text-decoration: none;
    background-color: #ca8728;
}
.slick_news {
    text-align: center;
}
.slick_news .slick-arrow {
    display: inline-block !important;
    height: 39px;
    width: 39px;
}
.slick_news .slick-arrow:before {
    content: none;
}
.slick_news .slick-prev {
    background-image: url(../img/icons/arrow-prev.png);
    left: -47px;
    top: calc(50% - 2px);
}
.slick_news .slick-prev:hover {
    background-image: url(../img/icons/arrow-prev_hover.png);
}
.slick_news .slick-next {
    right: -47px;
    top: calc(50% - 2px);
    background-image: url(../img/icons/arrow-next.png);
}
.slick_news .slick-next:hover {
    background-image: url(../img/icons/arrow-nex_hovert.png);
}
.slick_news .slick-dots li {
    margin: 0 6.5px;
}
.slick_news .slick-dots .slick-arrow {
    display: inline-block !important;
    height: 39px;
    width: 39px;
}
.slick_news .slick-dots .slick-arrow:before {
    content: none;
}
.slick_news .slick-dots .slick-prev {
    background-image: url(../img/icons/arrow-prev.png);
    left: -47px;
    top: calc(50% - 2px);
}
.slick_news .slick-dots .slick-next {
    right: -47px;
    top: calc(50% - 2px);
    background-image: url(../img/icons/arrow-next.png);
}
.slick_news .slick-dots li button:before {
    font-size: 0;
}
.news .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
}
.news .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: #c6c6c6;
}
.news .slick-dots li.slick-active {
    background-color: #a28d5a;
}
.news .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
}
.slick-news {
    text-align: center;
}
.slick-news .slick-dots li {
    margin: 0 6.5px;
}
.slick-news .slick-dots li button:before {
    font-size: 0;
}
.slick-news {
    text-align: center;
}
.slick-news .slick-arrow {
    display: inline-block !important;
    height: 39px;
    width: 39px;
}
.slick-news .slick-arrow:before {
    content: none;
}
.slick-news .slick-prev {
    background-image: url(../img/icons/arrow-prev.png);
    left: -47px;
    top: calc(50% - 2px);
}
.slick-news .slick-prev:hover {
    background-image: url(../img/icons/arrow-prev_hover.png);
}
.slick-news .slick-next {
    right: -47px;
    top: calc(50% - 2px);
    background-image: url(../img/icons/arrow-next.png);
}
.slick-news .slick-next:hover {
    background-image: url(../img/icons/arrow-nex_hovert.png);
}
.slick-news .slick-dots li {
    margin: 0 6.5px;
}
.slick-news .slick-dots li button:before {
    font-size: 0;
}
.footer {
    background-color: #493f34;
    height: 130px;
    display: flex;
    align-items: center;
    color: #fff;
}
.footer__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__block-copy {
    font-family: MS300;
    font-size: 15px;
    color: #fff;
    flex: 1;
}
.footer__block-soc {
    display: flex;
    align-items: center;
    flex: 0;
}
.footer__block-soc-item {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4e4e4e;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}
.footer__block-soc-item:hover {
    background-color: #ca8728;
}
.footer__block-soc-item:last-child {
    margin-right: 0;
}
.footer__block-phone {
    flex: 1;
}
.footer__block-phone a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-family: MS700;
}
.footer__block-phone a:hover {
    text-decoration: none;
}
.footer__block-phone a i {
    margin-right: 15px;
    color: #a28d5a;
}
.footer__block-dev {
    font-size: 15px;
    font-family: MS300;
    flex: 1;
    text-align: right;
}
.footer__block-dev a {
    border-bottom: 1px solid;
    color: #fff;
}
.footer__block-dev a:hover {
    text-decoration: none;
}
.nav-burged,
.nav-close,
.nav__social {
    display: none;
}
.anchor {
    position: relative;
    width: 1px;
    height: 20px;
    display: block;
    margin: -40px 0 20px 0;
}
.btn-orange:hover{
	background-color: #ca8728 !important;
}
.btn-orange{
	border-color: #ca8728 !important;
	background-color: #a28d5a !important;
}
.btn-orange.focus, .btn-orange:focus {
	box-shadow: 0 0 0 0.2rem rgba(250,84,10,0.5) !important;
}
#response_message{
	border-radius: 10px;
}
#response_message .modal-content{
	border: 0px none !important;
	margin: 0 0 20px 0;
}
@media (max-width: 1199.98px) {
    .header__social {
        width: 18%;
    }
    .header__address a {
        font-size: 16px;
    }
    .nav-drop {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 250px;
    }
    .nav-drop-drop {
        width: 220px;
        right: -220px;
    }
    .nav-drop a {
        padding-left: 20px;
        padding-right: 20px;
    }
    .nav-link {
        padding: 13px 9px;
    }
    .nav-drop a {
        font-size: 14px;
    }
    .header__logo {
        margin-right: 30px;
    }
    .header__text {
        margin-right: 90px;
        line-height: 1.3;
    }
    .header__social {
        margin-right: 40px;
    }
    .nav-link {
        font-size: 16px;
    }
    .nav .checkout {
        width: 208px;
    }
    .main__btn {
        width: 250px;
        height: 50px;
    }
    .advantages__block {
        height: 170px;
    }
    .advantages__block-text {
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
        line-height: 1.3;
    }
    .advantages__block-text {
        margin-left: 15px;
    }
    .info iframe {
        width: 100%;
        height: 250px;
    }
    .form__block input.form__block-submit {
        height: 50px;
    }
    .form__block input {
        height: 50px;
    }
    .sec-title {
        margin-bottom: 30px;
    }
}
@media (max-width: 991.98px) {
    .drop-item > a:after {
        position: absolute;
        top: 20px;
        color: #fff;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
    .drop-drop-item {
        position: relative;
    }
    .drop-drop-item > a:after {
        position: absolute;
        top: 15px;
        color: #fff;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
    .nav-item {
        display: block;
        width: 100%;
        text-align: center;
    }
    .nav-item a {
        font-size: 16px;
    }
    nav.active {
        position: fixed;
        overflow-y: scroll;
        top: 0;
        left: 0;
        right: 0;
    }
    body.noscroll {
        overflow: hidden;
    }
    .nav .checkout {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .nav-drop {
        justify-content: space-between;
        width: 100%;
        right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .nav-drop-drop {
        width: 220px;
        right: -220px;
    }
    .nav-drop-drop__item {
        width: initial;
    }
    .nav-drop a {
        padding-left: 20px;
        padding-right: 20px;
    }
    .nav-burged,
    .nav-close {
        display: block;
        height: 40px;
        fill: #fefefe;
        position: absolute;
        right: 15px;
        top: 0;
    }
    .nav-burged {
        transition: 0.3s;
    }
    .nav-burged.active {
        opacity: 0;
    }
    .nav-close {
        display: none;
        transition: 0.3s;
        padding: 8px;
    }
    .nav-close.active {
        display: block;
        opacity: 1;
    }
    .nav-list {
        display: none;
    }
    .nav-list.active {
        border-top: 1px solid #fff;
        margin-top: 15px;
        padding-top: 10px;
        display: block;
        display: flex;
        flex-wrap: wrap;
    }
    .header__social {
        display: none;
    }
    .nav {
        height: 60px;
    }
    .nav .checkout {
        display: block;
        margin-bottom: 10px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        margin-top: 10px;
    }
    .nav.active {
        height: 100%;
    }
    .nav__social {
        margin-right: 0;
        padding-top: 10px;
        display: flex;
        align-items: center;
    }
    .nav__social a {
        background-color: #efefef;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        content: "";
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        transition: 0.3s;
    }
    .nav__social a:hover {
        background-color: #ca8728;
    }
    .nav__social a:hover img {
        display: none;
    }
    .nav__social a:hover .header__social-hover {
        display: block;
    }
    .nav__social a:last-child {
        margin-right: 0;
    }
    .nav-link {
        padding: 10px 7px;
        font-size: 15px;
    }
    .services__block {
        margin-bottom: 20px !important;
    }
    .footer__block {
        flex-wrap: wrap;
    }
    .footer__block-dev {
        width: 100%;
        text-align: center;
        margin-top: 30px;
        font-size: 13px;
    }
    .popular__block-bottom_price b {
        display: block;
    }
    .news__block-img {
        height: 180px;
        margin-bottom: 30px;
    }
    .slick-news,
    .slick_resp {
        width: calc(100% - 60px);
        margin-right: auto;
        margin-left: auto;
    }
    .nav-list.active {
        border-top: 0;
        margin-top: 15px;
    }
    .nav .checkout {
        width: 100%;
        border-top: 0;
    }
    .nav-item {
        width: 100%;
        text-align: center;
        border-top: 1px solid #cecece;
    }
    .nav-item:nth-last-child(2) {
        border-bottom: 1px solid #cecece;
    }
    .nav-drop {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
    }
    .nav-drop-drop {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
        right: 0;
    }
    .nav-drop-drop__item {
        width: 100%;
        text-align: center;
    }
    .nav-drop-drop a {
        font-size: 14px;
        border-top: 1px solid #cecece;
    }
    .nav-drop a {
        font-size: 14px;
        border-top: 1px solid #cecece;
    }
}
@media (max-width: 767.98px) {
    .slick_resp .slick-prev {
        left: -35px;
    }
    .slick_resp .slick-next {
        right: -35px;
    }
    .slick-news .slick-prev {
        left: -35px;
    }
    .slick-news .slick-next {
        right: -35px;
    }
    .popular__block-top img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .slick-news,
    .slick_resp {
        width: calc(100% - 60px);
        margin-left: auto;
        margin-right: auto;
    }
    .nav-list.active {
        border-top: 0;
        margin-top: 15px;
    }
    .nav .checkout {
        width: 100%;
        border-top: 0;
    }
    .nav-item {
        width: 100%;
        text-align: center;
        border-top: 1px solid #cecece;
    }
    .nav-item:nth-last-child(2) {
        border-bottom: 1px solid #cecece;
    }
    .header > .container > .row > .col-12 {
        justify-content: space-between;
    }
    .footer__block-dev {
        font-size: 15px;
    }
    .header__text {
        display: none;
    }
    .news__block-img {
        height: 140px;
    }
    .footer__block {
        flex-wrap: wrap;
    }
    .footer__block-dev {
        width: initial;
        margin-top: 15px;
    }
    .footer__block-phone {
        margin-top: 15px;
    }
    .news__block-title {
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .news__block-desc {
        padding-left: 10px;
        padding-right: 10px;
    }
    .main__title {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .main__text {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .main {
        height: initial;
        min-height: initial;
        padding-top: -10px;
    }
    .advantages,
    .form,
    .info,
    .news,
    .popular,
    .services {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .info {
        font-size: 15px;
    }
    .sec-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .services__block {
        height: 180px;
    }
    .services__block-title {
        font-size: 18px;
        bottom: 10px;
    }
    .advantages svg {
        max-width: 45px;
        max-height: 45px;
    }
    .advantages__block {
        padding-left: 13px;
        padding-right: 13px;
    }
    .info iframe {
        margin-top: 15px;
    }
    .news__block-desc {
        font-size: 14px;
    }
	.pager .previous a:before, .pager .previous a:before {
		display: block;
		line-height: 24px;
		font-size: 15px;
		height: 23px;
	}
	.pager .next a:before {
		content: "Следующая";
		float: left;
		margin-right: 5px;
	}
	.pager .previous a:before {
		content: "Предыдущая";
		float: right;
		margin-left: 5px;
	}
}
@media (max-width: 575.98px) {
	.scrollup {
		right: auto;
		left: 15px;
	}
    .slick_resp {
        width: calc(100% - 90px);
    }
    .main__title {
        font-size: 28px;
    }
    .header > .container > .row > .col-12 {
        justify-content: center;
    }
    .header__logo {
        margin-right: 0;
    }
    .header__address a {
        font-size: 16px;
    }
    .header__address p {
        font-size: 14px;
    }
    .sec-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .advantages,
    .form,
    .info,
    .news,
    .popular,
    .services {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .info iframe {
        height: 200px;
    }
    .form__block input.form__block-name {
        margin-bottom: 10px;
    }
    .form__block input {
        padding-left: 20px;
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .news .sec-title {
        margin-bottom: 5px;
        line-height: 1;
    }
    .news .sec-title a {
        margin-bottom: 30px;
        position: inherit;
        text-align: center;
        display: block;
    }
    .footer {
        height: initial;
    }
    .footer__block {
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .footer__block > div {
        text-align: center;
        margin-top: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .footer__block-soc {
        justify-content: center;
    }
}
@media (max-width: 400px) {
    .header__address a {
        font-size: 14px;
    }
}
#menuMain .has-sub ul {
    display: none;
}
#menuMain li {
    display: inline-block;
}
#menuMain > ul {
    justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-right: 40px;
}
#menuMain {
    width: calc(100% - 100px);
}
#menuMain a {
    color: #fff;
    text-decoration: none;
}
#menuMain > ul > li > ul li {
    width: 100%;
    transition: 0.3s;
}
#menuMain > ul > li > ul > li:hover {
    background-color: #ca8728;
}
#menuMain > ul > li > a {
    display: block;
    padding: 13px 22px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
#menuMain > ul > li.has-sub > ul {
    display: none;
    position: absolute;
    width: 310px;
    background-color: #a28d5a;
    padding: 25px 0;
}
.mb-md-4,
.my-md-4 {
    margin-bottom: 30px !important;
}
@media (max-width: 576px) {
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 20px !important;
    }
    .advantages > .container > .row > div {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}
#menuMain > ul > li.has-sub > ul li a {
    display: block;
    padding: 9px 30px;
}
#menuMain > ul > li.has-sub > ul > li.has-sub:hover > ul {
    display: block;
}
#menuMain > ul > li.has-sub > ul > li.has-sub > ul {
    position: absolute;
    display: none;
    top: 0;
    width: 280px;
    background-color: #ca8728;
    right: -280px;
    padding: 25px 0;
}
#menuMain > ul > li.has-sub > ul > li.has-sub > ul > a {
    padding-right: 30px;
    padding-bottom: 30px;
}
#menuMain > ul > li.has-sub:hover > ul {
    display: block;
}
#menuMain > ul > li:hover {
    background-color: #a28d5a;
}
.popular__block a {
    color: initial;
    text-decoration: none;
}
.nav-cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.modal__send {
    display: none;
}
.checkout {
    height: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-family: MS500;
    color: #fff;
    cursor: pointer;
}
.popular__block-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news__block {
    height: 515px;
    position: relative;
}
.news__block-link a {
    position: absolute;
    bottom: 22px;
    left: calc(50% - 82px);
}
.news__block-desc {
    max-height: 72px;
    overflow: hidden;
}
.info h2 {
    font-family: MS300;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    word-break: break-word;
}
.news .sec-title {
    margin-bottom: 15px;
}
.popular__block-top:before {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    z-index: 2;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
}
.popular__block-top > div {
	z-index: 3;
}
.popular__block {
    transition: 0.3s;
}
.popular__block:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.news__block {
    transition: 0.3s;
}
.news__block:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.popular__block:hover .popular__block-top:before {
    background-color: transparent;
}
.news__block a {
    color: initial;
    text-decoration: none;
}
.news__block-link a {
    color: #fff;
}
.modal__send {
    height: calc(100% - 100px);
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #8cc31d;
}
.slick-news,
.slick_resp {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 90px);
}
.modal__block-send {
    font-size: 36px;
    color: #8cc31d;
    height: 166px;
    display: none;
}
.dm {
    display: none !important;
}
.dd {
    display: block !important;
}
.nav .checkout.dd {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
}
.services__block:before {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.services__block {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.services__block-title {
    padding-left: 15px;
    padding-right: 15px;
}
#serv_1 {
    background-image: url(../img/serv-1.jpg);
}
.advantages__block {
    transition: 0.3s;
    margin-bottom: 0;
}
.news .slick-list,
.popular .slick-list {
    padding-bottom: 50px;
}
.advantages__block:hover {
    transform: translateY(-7px);
}
.services__block {
    transition: 0.3s;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.services__block:hover {
    -webkit-background-size: 110%;
    background-size: 110%;
}
#serv_1:before {
    background-image: none;
}
.info iframe {
    width: 100%;
    height: 620px;
}
.form__block input {
    outline: 0;
}
.YTPOverlay {
    background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
    .services__block {
        height: 185px;
        margin-bottom: 30px !important;
    }
    .main {
        background-position: center !important;
    }
    .info iframe {
        height: 520px;
    }
    .modal__block-send {
        height: 140px;
    }
    #menuMain > ul > li > a {
        padding-right: 13px;
        padding-left: 13px;
    }
    #menuMain > ul > li.has-sub > ul {
        width: 250px;
    }
    #menuMain > ul > li.has-sub > ul > li.has-sub > ul {
        width: 220px;
        right: -260px;
    }
    .slick-news,
    .slick_resp {
        margin-right: auto;
        margin-left: auto;
        width: calc(100% - 90px);
    }
}
@media (max-width: 700px) {
    .services__block {
        height: 160px;
    }
}
@media (max-width: 992px) {
    .nav-burged {
        width: 56px;
        overflow: hidden !important;
    }
    .nav {
        align-items: inherit;
    }
    .info iframe {
        height: 380px;
    }
    .advantages__block:hover {
        transform: none;
    }
    .slick-news .slick-arrow,
    .slick_resp .slick-arrow {
        display: none !important;
    }
    .slick-news,
    .slick_resp {
        width: 100%;
    }
    .nav .checkout {
        margin-left: auto !important;
    }
    .nav .checkout.dd {
        display: none !important;
    }
    .nav-burged,
    .nav-close {
        left: 15px;
    }
    .nav .checkout {
        width: 208px;
        margin-right: inherit;
        margin-left: inherit;
        height: 40px;
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
    }
    .dd {
        display: none !important;
    }
    .nav .checkout.dd {
        display: none !important;
    }
    .nav__social.dm {
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
        justify-content: center;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .nav__social a {
        margin-right: 20px;
    }
    .dm {
        display: block !important;
    }
    #menuMain > ul > li.has-sub > ul {
        background-color: #484848;
    }
    #menuMain > ul > li.has-sub > ul > li.has-sub > ul {
        background-color: #5f5f5f;
    }
    .news__block {
        height: 420px;
    }
    .nav .checkout {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        border-radius: 5px;
    }
    .nav-cont.active {
        display: block;
    }
    #menuMain {
        width: 100%;
    }
    #menuMain {
        margin-top: 12px;
    }
    #menuMain ul {
        /*display: block;*/
        margin-right: 0;
    }
    #menuMain li {
        display: block;
        text-align: center;
        border-top: 1px solid #eaeaea;
    }
    #menuMain li:last-child {
        border-bottom: 1px solid #eaeaea;
    }
    #menuMain > ul > li.has-sub > ul {
        position: relative;
        width: 100%;
        right: 0;
        top: initial;
        padding: 0;
    }
    #menuMain > ul > li.has-sub > ul > li.has-sub > ul {
        right: 0;
        width: 100%;
        position: relative;
        top: initial;
        padding: 0;
    }
    #menuMain ul li.has-sub > a:after {
        content: "";
        display: inline-block;
        transform: translateX(15px);
        width: 0;
        height: 0;
        border-style: solid;
        transition: 0.3s;
        border-width: 8px 6px 0 6px;
        border-color: #fff transparent transparent transparent;
    }
}
.parallax-window {
    background: 0 0;
}
header {
    position: relative;
}
@media (max-width: 768px) {
    .advantages,
    .form,
    .info,
    .news,
    .popular,
    .services {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .news .sec-title a {
        display: none;
    }
    .info iframe {
        height: 400px;
    }
    .header > .container > .row > .col-12 {
        justify-content: space-between !important;
    }
    .news__block {
        height: 380px;
    }
    .news__block-desc {
        max-height: 84px;
    }
    .container {
        max-width: 100%;
    }
    .popular__block-top {
        height: 180px;
    }
}
@media (max-width: 650px) {
    .info iframe {
        height: 320px;
    }
}
@media (max-width: 576px) {
    .services__block:hover {
        -webkit-background-size: cover;
        background-size: cover;
    }
    .services__block {
        -webkit-background-size: cover;
        background-size: cover;
    }
    .services__block {
        margin-bottom: 20px !important;
    }
    .services > .container > .row > div {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .popular__block-top {
        height: 220px;
    }
    .services__block {
        height: 170px;
    }
    .modal__block-send {
        height: 200px;
    }
    .info iframe {
        height: 250px;
    }
    .modal__send {
        height: calc(100% - 130px);
        font-size: 18px;
    }
    .col-lg-4.col-sm-6 {
        width: 50%;
    }
    .advantages__block {
        height: 110px;
    }
    .advantages__block i {
        font-size: 3.1em;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
    }
    .advantages__block-text {
        margin-left: 0;
        text-align: center;
    }
    .slick-track {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .slick-sl .slick-track {
        padding: 0px;
    }
    .news__block-desc {
        max-height: 72px;
        line-height: 1.3;
    }
    .news__block-img {
        height: 180px;
    }
    .news__block {
        height: 405px;
    }
}
@media (max-width: 520px) {
    .advantages__block {
        height: 110px;
    }
}
@media (max-width: 487px) {
    .advantages__block {
        height: 150px;
    }
    .popular__block-top {
        height: 180px;
    }
    .info iframe {
        height: 220px;
    }
}
@media (max-width: 420px) {
    .info iframe {
        height: 200px;
    }
    .popular__block-top {
        height: 160px;
    }
    .news .slick-list,
    .popular .slick-list {
        padding: 0 30px !important;
    }
    .advantages__block {
        height: initial;
        padding-bottom: 15px;
    }
    .col-lg-4.col-sm-6 {
        width: 100%;
    }
    .services__block {
        height: 220px;
    }
    .news__block-img {
        height: 150px;
    }
    .news__block {
        height: 375px;
    }
}
#modal_form,
#modal_project {
    width: 500px;
    height: 420px;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -210px;
    background-color: #fff;
    margin-left: -250px;
    display: none;
    opacity: 0;
    z-index: 11;
    padding: 50px 70px 60px 70px;
    border-radius: 10px;
}
#modal_project {
    height: 450px;
}
#overlay {
    z-index: 10;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
.modal-title {
    font-size: 36px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-family: MS700;
    padding-bottom: 30px;
}
#modal_form input,
#modal_project input {
    height: 55px;
    width: 100%;
    padding-left: 30px;
    background-color: #f5f5f5;
    margin-bottom: 15px;
    font-family: MS700;
    font-size: 16px;
    color: #212121;
    border: 1px solid #dedede;
    border-radius: 5px;
    transition: 0.3s;
}
#modal_form input:hover,
#modal_project input:hover {
    outline: 0;
    border-color: #aaa;
}
#modal_form input::placeholder,
#modal_project input::placeholder {
    font-size: 16px;
    color: #9f9f9f;
    font-family: MS100;
    font-style: italic;
}
#modal_form input[type="submit"],
#modal_project input[type="submit"] {
    margin-top: 15px;
    padding-left: 0;
    width: 300px;
    height: 70px;
    border-radius: 5px;
    font-size: 16px;
    font-family: MS500;
    background-color: #a28d5a;
    border: none;
    color: #fff;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
#modal_form input[type="submit"]:hover,
#modal_project input[type="submit"]:hover {
    background-color: #ca8728;
}
#overlay.active {
    display: block;
}
#modal_close {
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    overflow: hidden;
}


@keyframes pbm-animate {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    10%,
    20% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    15% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    30%,
    40% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    35%,
    45% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
}
@-webkit-keyframes pbm-animate {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    10%,
    20% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    15% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    30%,
    40% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    35%,
    45% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
}
#phone-button-module {
    z-index: 300;
    padding-bottom: 140px;
    position: fixed;
    bottom: 0;
    right: 0px;
    width: 140px;
    height: 100px;
    padding-left: 60px;
    padding-top: 0;
}
#phone-button-module2 {
    display: none;
    /* bottom: 760px; */
    z-index: 300;
    position: fixed;
    right: 1px;
    width: 140px;
    height: 140px;
    padding-left: 85px;
    /* padding-top: 0; */
    /* position: sticky; */
    top: 60px;
}
#phone-button-module:hover .pbm-button {
    background-color: #00e072;
}
#phone-button-module:hover .pbm-button.blue {
    background-color: #50beff;
}
.spbs {
    padding-bottom: 0;
    padding-top: 10px;
}
.pbm-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}
.pbm-button,
.pbm-outside {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.pbm-outside {
    background-color: rgba(0, 224, 114, 0.2);
    padding: 6px;
    display: inline-block;
}
.pbm-outside.blue {
    background-color: rgb(0 193 224 / 20%);
}
.pbm-button,
.pbm-button:hover .pbm-text {
    display: block;
}
.pbm-button {
    background-color: #32e68e;
    width: 50px;
    height: 50px;
    -webkit-animation: pbm-animate 1.8s infinite ease-in-out;
    animation: pbm-animate 1.8s infinite ease-in-out;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    padding: 0;
    border: none;
    position: relative;
    outline: 0;
}
.pbm-button.blue {
    background-color: #50beff;
}
.pbm-button:hover .pbm-icon {
    -webkit-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    top: 7px;
}
.pbm-icon {
    font-size: 2.4em;
    position: absolute;
    top: 6px;
    left: 9px;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.pbm-text {
    display: none;
    margin: 0 0 0 10px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    font-family: sans-serif;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    position: absolute;
    bottom: 14px;
}
@media only screen and (max-width: 768px) {
	#phone-button-module {
		padding-bottom: 0px;
		bottom: 25px;
		right: -4px;
	}
	#phone-button-module2 {
		display:block;
	}
	.pbm-button {
		width: 40px;
		height: 40px;
	}
	.pbm-icon {
		font-size: 2em;
		top: 5px;
		left: 7px;
	}
}











@media (max-width: 575.98px) {
    #modal_form,
    #modal_project {
        width: 300px;
        height: 380px;
        position: fixed;
        top: 45%;
        left: 50%;
        margin-top: -175px;
        background-color: #fff;
        margin-left: -150px;
        display: none;
        opacity: 0;
        z-index: 11;
        padding: 30px 20px 0 20px;
        border-radius: 10px;
    }
    #modal_project {
        height: 380px;
    }
    #modal_form input[type="submit"],
    #modal_project input[type="submit"] {
        width: 100%;
        height: 50px;
    }
    #modal_form input,
    #modal_project input {
        padding-left: 20px;
        height: 50px;
        margin-bottom: 10px;
    }
    #modal_project .modal-title {
        font-size: 32px;
    }
}
.project_name_form {
    display: block;
    width: 100%;
    font-family: MS100;
    font-size: 20px;
}
.noUi-horizontal .noUi-handle,
a,
button,
input {
    outline: 0 !important;
}
.slider1-container {
    padding-top: 15px;
}
.news-inner .news__block {
    height: initial;
    margin-right: 0;
    margin-left: 0;
    height: 100%;
}
.news-inner .news__block-desc {
    margin-bottom: 40px;
}
.news-inner .col-news {
    margin-bottom: 40px;
}
.sec-title {
    margin-bottom: 40px;
}
.inner-title {
    text-align: left;
}
.bread {
    margin-top: 22px;
    margin-bottom: 30px;
}
.bread__list {
    display: flex;
    flex-wrap: wrap;
}
.bread__list-item {
    z-index: 2;
}
.bread__list-item a {
    font-size: 15px;
    text-decoration: underline;
    color: #000;
    margin-right: 18px;
}
.bread__list-item a:after {
    content: "»";
    color: #a28d5a;
    position: absolute;
    margin-right: 5px;
    margin-left: 5px;
}
.bread__list-item a:hover {
    text-decoration: none;
}
.bread__list-item span {
    font-size: 15px;
}
.portfolio_page {
    margin-bottom: 80px;
}
.pagination {
    margin-top: 5px;
    margin-bottom: 80px;
}
.pagination__list {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 15px;
}
.pagination__list-item {
    cursor: pointer;
    width: 47px;
    height: 47px;
    border-radius: 50px;
    background-color: #f2f2f2;
    border: 1px solid #dadada;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    transition: 0.3s;
}
.pagination__list-item.active {
    background-color: #a28d5a !important;
}
.pagination__list-item.active a {
    color: #fff !important;
}
.pagination__list-item:hover {
    background-color: #fff;
    border: 1px solid #a28d5a;
}
.pagination__list-item:last-child {
    margin-right: 0;
}
.pagination__list-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
.pagination__list-item a:hover {
    text-decoration: none;
}
.video-thumb:after {
    position: absolute;
    content: "";
    background-image: url(../img/icons/play.png);
    width: 56px;
    height: 56px;
    top: 0;
    left: calc(50% - 28px);
    top: calc(50% - 28px);
}
.sec-desc {
    margin-bottom: 45px;
    font-size: 18px;
    font-family: MS100;
}
.sec-desc h2 {
    padding: 20px 0;
    font-family: MS700;
}
.sec-desc p {
    margin-bottom: 15px;
}
.sec-desc ul li {
    margin-left: 15px;
    list-style: disc;
}
.sec-iframe {
    height: 540px;
    margin-bottom: 50px;
}
.portfolio_page-items {
    height: 238px;
    margin-bottom: 30px;
}
.portfolio_page-items a {
    overflow: hidden;
    display: block;
    height: 100%;
}
.portfolio_page-items a:after {
    left: 15px;
    top: 0;
    z-index: 2;
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0.2);
}
.portfolio_page-items a:hover:after {
    background-color: rgba(0, 0, 0, 0);
}
.portfolio_page-items a:hover img {
    width: 110%;
    height: 110%;
}
.portfolio_page-items img {
    transition: 0.3s;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.portf__item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    height: 340px;
    overflow: hidden;
}
.portf__item:after {
    left: 0;
    top: 0;
    z-index: 2;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.3s;
}
.portf__item:hover:after {
    background-color: rgba(0, 0, 0, 0.1);
}
.portf__item:hover .portf__item-img {
    width: 110%;
    height: 110%;
}
.portf__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.portf__item-text {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    left: 30px;
    max-width: 65%;
    color: #fff;
    font-size: 18px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}
.portf__item-play {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    right: 30px;
}
.slider-for {
    margin-bottom: 15px;
}
.slider-for iframe {
    height: 600px;
}
.slider-for .slick-list {
    margin-right: 5px;
    margin-left: 5px;
}
.slider-for__item {
    width: 100%;
}
.slider-for__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sp-thumbnails {
    margin-bottom: 80px;
    margin-top: 10px;
    height: 115px !important;
}
.sp-thumbnails img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.sp-thumbnails .sp-thumbnail {
    width: 100%;
    height: 100%;
}
.sp-thumbnails .sp-thumbnail-container {
    cursor: pointer;
    height: 115px !important;
    border: 1px solid #aaa;
}
.sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail {
    border: 4px solid #a28d5a;
}
.project .row p,
.project .row ul li {
    font-family: MS100;
    font-size: 18px;
    margin-bottom: 10px;
}
.project__floor {
    margin-right: 30px;
    margin-bottom: 50px;
}
.project__floor-title {
    font-size: 28px;
    font-family: MS700;
    margin-bottom: 20px;
}
.project__floor-title span {
    font-family: MS100;
}
.project__floor-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.project__price {
    padding: 30px;
    background-color: #f2f2f2;
    margin-bottom: 48px;
}
.project__price-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 37px;
}
.project__price-one > span:first-child {
    width: 50%;
    font-size: 18px;
    font-family: MS100;
    padding-right: 15px;
}
.project__price-one > span:last-child {
    width: 50%;
    font-family: MS700;
    padding-left: 15px;
    font-size: 36px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.project__price-one > span:last-child span:last-child {
    font-family: MS300;
    font-size: 14px;
    cursor: pointer;
    font-style: italic;
    color: #666;
}
.project__price-one > span:last-child span:first-child:after {
    content: "";
    width: 23px;
    height: 25px;
    background-image: url(../img/icons/rub.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
}
.project__price-two {
    margin-bottom: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.project__price-two span:first-child {
    width: 50%;
    font-size: 18px;
    font-family: MS100;
    padding-right: 15px;
}
.project__price-two span:last-child {
    text-align: center;
    font-family: MS700;
    width: 50%;
    padding-left: 15px;
    font-size: 22px;
}
.project__price-two span:last-child:after {
    content: "";
    width: 14px;
    height: 16px;
    background-image: url(../img/icons/rub.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
}
.project__price-btn {
    width: 300px;
    height: 70px;
    background-color: #a28d5a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border-radius: 5px;
}
.project__price-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ca8728;
}
.project__info-item {
    margin-bottom: 5px;
    font-size: 18px;
    font-family: MS100;
}
.project__info-item span:last-child {
    font-family: MS700;
}
.project__info-text {
    margin-top: 30px;
    margin-bottom: 40px;
    font-family: MS100;
    font-size: 18px;
}
.project__advantages {
    margin-bottom: 50px;
}
.project__advantages-title {
    font-size: 28px;
    font-family: MS700;
    letter-spacing: -0.25px;
    margin-bottom: 40px;
}
.project__advantages-item {
    margin-bottom: 22px;
    font-size: 18px;
    font-family: MS100;
    padding-left: 37px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-image: url(../img/icons/check.png);
    min-height: 26px;
}
.project__advantages-min {
    margin-top: 20px;
}
.project__base {
    margin-bottom: 60px;
}
.project__base-item {
    margin-bottom: 30px;
    display: flex;
}
.project__base-item__ico {
    min-width: 83px;
    min-height: 83px;
    border-radius: 50px;
    width: 83px;
    height: 83px;
    background-color: #a28d5a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.project__base-item__text-title {
    font-family: MS700;
    font-size: 20px;
    margin-bottom: 15px;
}
.project__base-item__text-desc {
    font-family: MS100;
    font-size: 18px;
}
.project__pochta {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    height: 70px;
}
.project__pochta-btn {
    margin-right: 20px;
    background-color: #a28d5a;
    width: 245px;
    height: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.project__pochta-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ca8728;
}
.project__advantages-min img {
    max-width: 100%;
}
.projects__desc {
    margin-bottom: 80px;
}
.projects__desc p {
    font-size: 17px;
    font-family: MS100;
}
.projects__desc h2 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: MS700;
}
.projects .popular__block {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
}
.noUi-target {
    height: 10px;
    border-radius: 50px;
    border: none;
    background-color: #dedede;
}
.noUi-connect {
    background-color: #a28d5a;
}
.projects__param {
    display: none;
}
.noUi-horizontal .noUi-handle {
    cursor: pointer;
    width: 25px;
    height: 25px;
    top: -8px;
    border-radius: 50px;
}
.noUi-horizontal .noUi-handle:before {
    content: none;
}
.noUi-horizontal .noUi-handle:after {
    content: none;
}
#slider-snap {
    margin-bottom: 37px;
    margin-right: 30px;
    margin-left: 37px;
}
.video-slide {
    height: 620px !important;
}
.video-slide iframe {
    height: 620px;
}
.filter {
    width: 330px;
    background-color: #f2f2f2;
    padding-top: 25px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.filter__block {
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
}
.filter__block-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: MS700;
}
.filter__block-check {
    display: flex;
    flex-wrap: wrap;
}
.filter__block-check .checkbox {
    margin-right: 40px;
}
.filter__buttons {
    padding-left: 37px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.filter__buttons-sub {
    width: 50%;
    background-color: #a28d5a;
    color: #fff;
    text-align: center;
    border: none;
    height: 40px;
    cursor: pointer;
    transition: 0.3s;
}
.filter__buttons-sub:hover {
    background-color: #ca8728;
}
.filter__buttons-clear {
    cursor: pointer;
    height: 40px;
    color: #8f8f8f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
    transition: 0.3s;
}
.filter__buttons-clear:hover {
    text-decoration: underline;
}
.filter__slider {
    padding-left: 37px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}
.filter__slider input {
    width: 65px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dedede;
    padding-left: 10px;
    font-family: MS100;
    font-size: 16px;
    margin-left: 8px;
    font-style: italic;
    transition: 0.3s;
}
.filter__slider input::placeholder {
    font-size: 16px;
    font-family: MS100;
}
.filter__slider input:hover {
    border: 1px solid #aaa;
}
.filter__slider span {
    font-size: 18px;
    font-family: MS700;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.checkbox {
    min-width: 45px;
}
.checkbox label {
    cursor: pointer;
    margin-bottom: 6px;
    position: relative;
    display: inline-block;
    padding-left: 33px;
}
.checkbox label::after,
.checkbox label::before {
    position: absolute;
    content: "";
    display: inline-block;
}
.checkbox label::before {
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #dedede;
    left: 0;
    top: -1px;
    transition: 0.3s;
}
.checkbox label:hover:before {
    border: 1px solid #aaa;
}
.checkbox label::after {
    height: 6px;
    width: 11px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 7px;
    top: 7px;
}
.project__price-one > span:last-child span {
    width: 100%;
}
.checkbox input[type="checkbox"] + label::after {
    content: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}
.review-top {
    margin-bottom: 65px;
}
.review-iframe {
    height: 300px;
}
.bg-gray {
    background-color: #f2f2f2;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0 !important;
    padding-bottom: 80px;
}
.bg-gray .pagination__list-item {
    background-color: #fff;
}
.bg-gray .pagination__list-item.active {
    background-color: #a28d5a;
}
.review__block {
    margin-bottom: 30px !important;
}
.review__item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 25px;
    background-image: url(../img/icons/cav.png);
    background-repeat: no-repeat;
    background-position: right top -10px;
    height: 100%;
    transition: 0.3s;
}
.review__item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.review__item-name {
    font-family: MS700;
    font-size: 20px;
    margin-bottom: 15px;
}
.review__item-date {
    margin-bottom: 15px;
    font-family: MS100;
    color: #999;
}
.review__item-text {
    font-size: 17px;
    font-family: MS100;
}
.review-bot {
    padding-top: 70px;
    background-color: #f2f2f2;
    padding-bottom: 20px;
}
.serv-block {
    padding-top: 60px;
    padding-bottom: 120px;
}
.services-page {
    background-image: url(../img/serv-bg_2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 75px;
    position: relative;
}
.services-page:after {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0, rgba(190, 190, 190, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0, rgba(190, 190, 190, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0, rgba(190, 190, 190, 0) 100%);
}
.services-page .serv-block {
    z-index: 2;
}
.services-page .bread {
    padding-top: 22px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    z-index: 2;
}
.services-page .bread a {
    color: #fff;
}
.services-page__title {
    font-size: 42px;
    color: #fff;
    margin-bottom: 10px;
    font-family: MS700;
    line-height: 1.5;
}
.services-page__desc {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: MS100;
    padding-right: 30px;
    color: #fff;
}
.services-page__btn {
    width: 300px;
    height: 70px;
    background-color: #a28d5a;
    color: #fff;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.services-page__btn:hover {
    text-decoration: none;
    background-color: #ca8728;
    color: #fff;
}
.services-page__info h2,
.services-page__info-title {
    margin-bottom: 30px;
    font-size: 42px;
    font-family: MS700;
}
.services-page__info h3,
.services-page__info h4 {
    margin-bottom: 30px;
    font-size: 32px;
    font-family: MS700;
}
.services-page__info p,
.services-page__info-desc {
    margin-bottom: 30px;
    font-size: 18px;
    font-family: MS100;
}
.services-page__info-info {
    margin-bottom: 30px;
    padding: 27px;
    border: 15px solid #f0f0f0;
    font-size: 18px;
    font-family: MS100;
}
.services-page__info-iframe {
    height: 440px;
    margin-bottom: 45px;
}
.services-page__info-iframe iframe {
    height: 440px;
}
.etap {
    margin-top: 60px;
}
.etap__title {
    font-size: 42px;
    font-family: MS700;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.2;
}
.etap__desc {
    text-align: center;
    font-size: 22px;
    font-family: MS100;
    margin-bottom: 35px;
}
.etap__info {
    font-size: 22px;
    font-family: MS700;
    text-align: center;
    line-height: 1.3;
}
.etap__item {
    margin-bottom: 55px;
    display: flex;
}
.etap__item-ico {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    background-color: #a28d5a;
    color: #fff;
    font-size: 22px;
    font-family: MS700;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.etap__item-text {
    font-size: 17px;
    font-family: MS100;
}
.etap p {
    font-size: 18px;
    font-family: MS100;
    margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
    .video-slide {
        height: 450px !important;
    }
    .video-slide iframe {
        height: 450px;
    }
    .sp-thumbnails,
    .sp-thumbnails .sp-thumbnail-container {
        height: 110px !important;
    }
    .services-page__title {
        margin-top: 0;
    }
    .serv-block {
        padding-top: 30px;
        padding-bottom: 90px;
    }
    .services-page__btn {
        margin-bottom: 0;
    }
    .review-iframe {
        height: 250px;
    }
    .projects .popular__block-top {
        height: 190px;
    }
    .filter {
        width: 100%;
    }
    .filter__block,
    .filter__buttons,
    .filter__slider {
        padding-left: 20px;
        padding-right: 20px;
    }
    #slider-snap {
        margin-left: 20px;
        margin-right: 20px;
    }
    .filter__slider span {
        font-size: 14px;
    }
    .project__price-one > span:last-child {
        font-size: 28px;
    }
    .project__price-two span:last-child {
        font-size: 18px;
    }
    .project__price-one > span:first-child,
    .project__price-two span:first-child {
        font-size: 16px;
    }
    .project__info-item {
        font-size: 16px;
    }
    .project__info-text {
        font-size: 16px;
    }
    .project__advantages-title {
        font-size: 24px;
    }
    .project__advantages-item {
        font-size: 16px;
    }
    .project__base-item__text-desc {
        font-size: 16px;
    }
    .project__base-item__text-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .portf__item {
        height: 290px;
    }
    .sec-desc {
        margin-bottom: 30px;
    }
    .sec-iframe {
        margin-bottom: 30px;
    }
}
@media (max-width: 991.9px) {
    .video-slide {
        height: 350px !important;
    }
    .video-slide iframe {
        height: 350px;
    }
    .portfolio_page {
        margin-bottom: 50px;
    }
    .services-page__title {
        margin-top: 0;
        font-size: 34px;
    }
    .services-page {
        margin-bottom: 50px;
    }
    .services-page__info h2,
    .services-page__info-title {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .services-page__info h3,
    .services-page__info h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .services-page__info p,
    .services-page__info-desc {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .services-page__info-info {
        font-size: 16px;
        margin-bottom: 15px;
        padding: 15px;
    }
    .services-page__info-iframe {
        height: 400px;
        margin-bottom: 50px;
    }
    .services-page__info-iframe iframe {
        height: 400px;
    }
    .etap__title {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .etap {
        margin-top: 30px;
    }
    .etap__desc {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .etap__item-ico {
        margin-right: 12px;
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
    }
    .etap__item-text {
        font-size: 16px;
        line-height: 1.3;
    }
    .etap__item {
        margin-bottom: 30px;
    }
    .etap__info {
        font-size: 18px;
        margin-top: 20px;
    }
    .etap__info br {
        display: none;
    }
    .services-page__desc {
        font-size: 16px;
    }
    .services-page__btn {
        margin-bottom: 00px;
    }
    .serv-block {
        padding-top: 20px;
        padding-bottom: 80px;
    }
    .sec-title {
        margin-bottom: 30px;
        font-size: 32px;
    }
    .review-top {
        margin-bottom: 40px;
    }
    .review-bot {
        padding-top: 40px;
    }
    .review-iframe {
        height: 220px;
    }
    .filter__buttons-clear {
        padding-right: 0;
        width: 50%;
        font-size: 14px;
    }
    .filter__buttons-sub {
        font-size: 14px;
    }
    .filter__block {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .projects .popular__block-top {
        height: 150px;
    }
    .filter__slider {
        flex-wrap: wrap;
    }
    .filter__slider span {
        width: 100%;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .filter__slider input {
        margin-right: 5px;
        margin-left: 0;
        width: calc(50% - 5px);
    }
    .filter__slider input:last-child {
        margin-right: 0;
        margin-left: 5px;
    }
    .project__price-one > span:last-child {
        font-size: 20px;
        text-align: right;
    }
    .project__price-one > span:first-child {
        padding-right: 0;
    }
    .project__price-two span:last-child {
        text-align: right;
    }
    .project__price-one > span:last-child {
        justify-content: flex-end;
    }
    .project__price-two span:first-child {
        padding-right: 0;
    }
    .project__price-btn {
        width: 100%;
        height: 50px;
    }
    .project__price-one > span:last-child span:last-child {
        font-size: 12px;
    }
    .project__price {
        margin-bottom: 30px;
    }
    .project__info-text {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .project__advantages-title {
        margin-bottom: 30px;
    }
    .project__price-one > span:last-child span:first-child:after {
        width: 14px;
        height: 16px;
    }
    .slider-nav__item {
        height: 90px;
    }
    .project__price {
        padding: 20px;
    }
    .portf__item {
        height: 230px;
    }
    .portf__item-text {
        bottom: 15px;
        left: 15px;
        font-size: 14px;
    }
    .portf__item-play {
        bottom: 15px;
        right: 15px;
    }
    .portfolio_page-items {
        height: 195px;
    }
    .sec-iframe {
        height: 420px;
    }
    .bread {
        margin-bottom: 20px;
    }
}
@media (max-width: 767.9px) {
    .sp-thumbnails,
    .sp-thumbnails .sp-thumbnail-container {
        height: 90px !important;
    }
    .sp-thumbnails {
        margin-bottom: 50px;
    }
    .projects__param {
        display: flex;
        position: absolute;
        right: 15px;
        top: 13px;
    }
    .projects__param img {
        margin-top: 5px;
        margin-left: 10px;
        width: 20px;
        height: 18px;
    }
    .projects__param span {
        border-bottom: 1px solid;
    }
    .filter {
        display: none;
    }
    .review-iframe {
        height: 190px;
    }
    .projects__desc p {
        font-size: 16px;
    }
    .projects__desc h2 {
        font-size: 20px;
        margin-top: 30px;
    }
    .project__floor-img {
        max-width: 100%;
        width: initial;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .project__advantages-min {
        text-align: center;
    }
    .project__base-item__ico {
        width: 70px;
        height: 70px;
        min-width: 70px;
        min-height: 70px;
        padding: 5px;
    }
    .project__base-item__ico img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 13px;
    }
    .project__pochta {
        justify-content: center;
    }
    .portf__item {
        height: 200px;
    }
    .sec-iframe {
        height: 350px;
    }
    .portfolio_page-items {
        height: 170px;
    }
    .bread {
        margin-bottom: 20px;
    }
    .project__floor-img {
        width: 70%;
    }
    .project__floor {
        margin-right: 0;
    }
    .project__floor {
        margin-bottom: 30px;
    }
    .project__floor-title {
        font-size: 24px;
    }
    .project__advantages {
        margin-bottom: 30px;
    }
}
@media (max-width: 575.1px) {
    .slider-nav .slick-current img {
        border: 3px solid #a28d5a;
    }
    .video-slide {
        height: 250px !important;
    }
    .video-slide iframe {
        height: 250px;
    }
    .portfolio_page {
        margin-bottom: 30px;
    }
    .services-page__info-iframe {
        height: 300px;
    }
    .services-page__info-iframe iframe {
        height: 300px;
    }
    .bg-gray {
        padding-bottom: 50px;
    }
    .review-iframe {
        height: 250px;
        margin-bottom: 20px;
    }
    .review-iframe:last-child {
        margin-bottom: 0;
    }
    .filter__block-check .checkbox {
        margin-right: 15px;
        width: calc(50% - 15px);
    }
    .filter__block-check .checkbox:last-child {
        margin-right: 0;
    }
    .filter__block-check .checkbox:nth-child(2n) {
        margin-right: 0;
    }
    .projects .popular__block-top {
        height: 250px;
    }
    .project__price-one,
    .project__price-two {
        margin-bottom: 20px;
    }
    .slider-nav__item {
        height: 80px;
    }
    .slider-for {
        margin-bottom: 7px;
    }
    .slider-nav {
        margin-bottom: 30px;
    }
    .portf__item {
        height: 300px;
    }
    .portf__item-text {
        font-size: 16px;
    }
    .pagination {
        margin-bottom: 50px;
    }
    .sec-desc {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .sec-iframe {
        height: 300px;
    }
    .pagination__list-item {
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
        margin-right: 8px;
    }
    .portfolio_page-items {
        height: 250px;
    }
    .review__item-text {
        font-size: 16px;
    }
    .etap__title,
    .services-page__info h2,
    .services-page__info-title {
        font-size: 24px;
        line-height: 1.3;
    }
    .services-page__info h3,
    .services-page__info h4 {
        font-size: 20px;
        line-height: 1.3;
    }
}
@media (max-width: 480px) {
    .video-thumb:after {
        background-size: 100%;
        width: 40px;
        height: 40px;
        left: calc(50% - 20px);
        top: calc(50% - 20px);
        background-repeat: no-repeat;
    }
    .sp-thumbnails,
    .sp-thumbnails .sp-thumbnail-container {
        height: 70px !important;
    }
    .video-slide {
        height: 220px !important;
    }
    .video-slide iframe {
        height: 220px;
    }
    .projects__param {
        position: relative;
        left: 0;
        top: 0;
        margin-top: -10px;
        margin-bottom: 30px;
    }
    .services-page__title {
        margin-top: 15px;
    }
    .portfolio_page-items {
        height: 200px;
    }
    .projects .popular__block-top {
        height: 200px;
    }
    .services-page__info-iframe {
        height: 220px;
    }
    .services-page__info-iframe iframe {
        height: 220px;
    }
    .services-page__btn {
        width: 100%;
        height: 50px;
    }
    .services-page__desc {
        padding-right: 0;
    }
}
@media (max-width: 420px) {
    .video-slide {
        height: 200px !important;
    }
    .video-slide iframe {
        height: 200px;
    }
    .review-iframe {
        height: 200px;
    }
    .project__base-item__ico {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
        margin-right: 10px;
    }
    .project__base-item__ico img {
        padding: 5px;
    }
    .project__floor-title {
        font-size: 22px;
    }
    .project__price-one > span:last-child {
        font-size: 18px;
    }
    .project__price-one > span:last-child span:first-child:after {
        width: 12px;
        height: 13px;
    }
    .project__price-two span:last-child {
        font-size: 16px;
    }
    .project__price-two span:last-child:after {
        width: 10px;
        height: 12px;
    }
    .project__advantages-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .slider-nav__item {
        height: 50px;
    }
    .portf__item {
        height: 220px;
    }
    .portf__item-text {
        font-size: 16px;
    }
}
.slick-slide {
    outline: 0;
}
@media (max-width: 400px) {
    .filter__block-check .checkbox {
        margin-right: 0;
        width: 100%;
    }
}
.row__contact {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.contact__info {
    width: 60%;
}
.contact__info h4,
.contact__recv h4 {
    font-size: 1.2rem;
}
.contact__recv {
    width: 40%;
}
.contact__map {
    width: 60%;
    padding-right: 30px;
    margin-top: 30px;
}
.contact__form {
    width: 40%;
    margin-top: 30px;
    padding-right: 25px;
}
.contact__img {
    width: 33.3%;
}
.contact__img img {
    width: 100%;
    object-fit: cover;
    padding-right: 20px;
}
.contact__img:last-child img {
    padding-right: 0;
}
.block__img {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #eee;
    margin-right: 25px;
}
.block__img p {
    text-align: center;
}
.row__contact .form-group button {
    margin-top: 20px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    height: 45px;
    border: 2px solid #ef7f1a;
    background-color: #ef7f1a;
    transition: 0.3s;
}
.row__contact .form-group button:hover {
    background-color: #fff;
    color: #ef7f1a;
}
@media (max-width: 768px) {
    .contact__form,
    .contact__info,
    .contact__map,
    .contact__recv {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .block__img {
        margin-right: 0;
    }
    .contact__img img {
        height: 150px;
    }
    .contact__form,
    .contact__map {
        padding-right: 0;
    }
    .row__contact h2 {
        font-size: 20px !important;
    }
    .row__contact h4 {
        font-size: 15px !important;
    }
    .block__img {
        margin-right: -15px;
    }
}
@media (max-width: 480px) {
    .row__contact .form-group button {
        margin-top: 0;
    }
    .row__contact iframe {
        height: 300px !important;
    }
    .contact__img {
        width: 100%;
    }
    .contact__img img {
        padding-right: 0;
        height: initial;
    }
}
.service_tags {
    display: inline-block;
    background: #493f34;
    margin: 5px;
}
.service_tags:hover {
    background: #a28d5a;
}
.service_tags a {
    color: #fff;
    display: block;
    padding: 5px 15px;
}
.service_tags a:hover {
    text-decoration: none;
}
.search button[type="submit"] {
    width: 15%;
    background-color: #a28d5a;
    border-radius: 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0;
}
.search button[type="submit"]:hover {
    background-color: #ca8728;
}
.search .form-control::placeholder {
    font-size: 18px;
    font-family: MS700;
}
.search .form-control {
    color: #212121;
    font-size: 18px;
    font-family: MS700;
}
@media (max-width: 768px) {
    .search .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
@media (max-width: 500px) {
    .search .col-md-10 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .search button[type="submit"] {
        width: 27%;
    }
    .footer__block-dev,.footer__block-phone,.footer__block-copy{
		flex:none;
	}
}
.project__floor img {
    max-width: 100%;
    height: auto;
}
.price-images {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-evenly;
    -ms-align-items: center;
    align-items: center;
    max-width: 100%;
}
.price-images img {
    width: 22%;
    object-fit: contain;
}
.project__price-one > span:last-child span:last-child {
    border-bottom: 1px solid;
    width: initial;
    line-height: 1;
}
@media (max-width: 992px) {
    .price-images img {
        width: 49%;
    }
    .price-images {
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .price-images img {
        width: 100%;
        height: 100%;
        margin-top: 10px;
    }
    .price-images {
        flex-wrap: wrap;
    }
}
@media (max-width: 341px) {
    .header__logo {
        display: none;
    }
    .header > .container > .row > .col-12 {
        justify-content: center !important;
    }
    .header__address a {
        font-size: 18px;
    }
}
/* adding for particular dropdown menu styles @20201026 */
.dropdown-menu {
	background-color: #343a40 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: #a28d5a !important;
}
.fa-pencil-square-o {
	display:inline-block !important;
	margin-left:12px;
	font-size:24px !important;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	color: #212121 !important;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #A28D5A;
	color: #fff !important;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
}
.portfolio_page a .popular__block-top > div *{
	color:#fff !important;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.8) !important;
}
.portfolio_page a:hover .popular__block-top > div *{
	color:#fff !important;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.8) !important;
}
.portfolio_page a:hover{
	text-decoration: none !important;
}
.portfolio_page a .gallery .content {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}
@media screen and (max-width: 480px) {
	.pager span {
		display: none !important;
	}
	.portfolio_page a .gallery .content .h3, .portfolio_page a .gallery .content h3{
		font-size: 1.1rem !important;
	}
}
#ym-informer {
    left: 0!important;
    width: 100%!important;
}