@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.to-top {
    position: fixed;
    bottom: 10%;
    right: 30px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    -moz-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}
.to-top-show {
    opacity: 1;
    visibility: visible;
}
html,
body {
    height: 100%;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'OpenSans-Bold', sans-serif;
    font-weight: normal;
}
img {
    max-width: 100%;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'OpenSans-Semibold', sans-serif;
    opacity: 0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    min-width: 320px;
    color: #242424;
}
main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
header > .container,
footer > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/*header*/
header {
    padding: 15px 0;
    background: #fff;
}

header .email-address a {
    color: #0174b8;
}

header .phone a {
    color: #1c429f;
}

/*footer*/

footer {
    padding: 30px 0;
    background: #1c429f;
}

.email-address {
    text-align: center;
}

footer .email-address a {
    color: #fff;
}

.email-address a {
    font-size: 22px;
}

@media (max-width: 1200px) {
    .email-address a {
        font-size: 21px;
    }
}

.logo,
.phone a,
.email-address a,
.download,
.js-slider_images,
.js-certificates_images {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear;
}

.logo:hover,
.phone a:hover,
.email-address a:hover,
.download:hover,
.js-slider_images:hover,
.js-certificates_images:hover {
    opacity: 0.7;
    text-decoration: none;
}

footer .phone a {
    color: #88f8fb;
}

.phone a {
    font-size: 32px;
}

@media (max-width: 1200px) {
    .phone a {
        font-size: 21px;
    }
}

@media (max-width: 992px) {
    .logo,
    .email-address,
    .phone {
        margin-bottom: 10px;
    }
}

.popup {
    font-size: 15px;
}

header .back-call a {
    background-color: #1c429f;
    color: #88f8fb;
}

footer .back-call a {
    background-color: #88f8fb;
    color: #1c429f;
}

.back-call a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 32px;
    width: 270px;
}

.back-call a:hover {
    text-decoration: none;
}

/*
========================================================*/

.main-banner {
    min-height: 400px;
    margin-bottom: 65px;
    background-repeat: no-repeat;
}

@media (min-width: 1200px) {
    .main-banner {
        background: url(/upload/main/banner/banner-1920x400.jpg) center top;
    }
}

@media (max-width: 1199px) {
    .main-banner {
        background: url(/upload/main/banner/banner-1920x400.jpg) -500px;
    }
}

@media (max-width: 1024px) {
    .main-banner {
        background: url(/upload/main/banner/banner-1920x400.jpg) -550px;
    }
}

.main-banner h1 {
    margin-top: 67px;
    font-size: 43px;
    line-height: 59px;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .main-banner h1,
    .body__machugi .main-title,
    .body__batumskoe-shosse .main-title{
        font-size: 33px;
		line-height: 59px;
    }
}

@media (max-width: 767px) {
    .main-banner h1,
    .body__machugi .main-title,
    .body__batumskoe-shosse .main-title{
        font-size: 28px;
    }
}

@media (max-width: 420px) {
    .main-banner {
        min-height: auto;
    }
    .main-banner h1 {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 40px;
    }
    .body__machugi .main-title,
    .body__batumskoe-shosse .main-title{
        font-size: 24px;
    }
}

@media (max-width: 340px) {
    .main-banner h1 {
        font-size: 20px;
        line-height: 35px;
    }
    .body__machugi .main-title,
    .body__batumskoe-shosse .main-title {
        font-size: 20px;
        line-height: 35px;
    }
    .body__batumskoe-shosse .main-title {
		margin-top: 35px;
	    margin-bottom: 15px;
    }
}
.main-banner h1 span {
    display: block;
    color: #fff;
}
.main-banner h1 span:last-of-type {
    color: #a0fbff;
}

/*
========================================================*/

.section-main-object {
    margin-bottom: 61px;
}
.section-main-object .row {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}


.object {
    text-align: center;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear;
}

.object:hover {
    opacity: 0.7;
}

.object-name {
    text-align: center;
}

.object-name span {
    display: block;
}

.object-name strong {
    font-family: 'OpenSans-Bold', sans-serif;
}

.object-name--link {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #242424;
    padding: 8px 15px 10px;
}
.object-name__link {
    color: #1d43a0;
    font-family: 'OpenSans-Bold', sans-serif;
}
@media (max-width: 1199px) {
    .object-img {
        height: 220px;
    }
    .object-name--link {
        font-size: 18px;
    }
}

.object-name--link:hover {
    color: #242424;
    text-decoration: none;
}

@media (max-width: 767px) {
    .object {
        max-width: 360px;
        margin: 0 auto;
    }
    .object-img {
        height: 100%;
    }
}

/*
========================================================*/

.section-main-statistics {
    padding-bottom: 95px;
}

.main-statistics--left {
    padding: 0 15px;
    width: 690px;
}

@media (max-width: 1199px) {
    .main-statistics--left {
        width: 510px;
    }
}

@media (max-width: 991px) {
    .main-statistics--left {
        width: 100%;
    }
}

.main-statistics--left p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 0;
    color: #242424;
}

@media (max-width: 1199px) {
    .main-statistics--left p {
        font-size: 16px;
    }
}

.main-statistics--right {
    padding: 0 15px;
    width: 450px;
}

@media (max-width: 991px) {
    .main-statistics--right {
        display: none;
    }
}

/*
========================================================*/

#map {
    width: 100%;
    height: 551px;
}

/*
========================================================*/

.title-h2 {
    font-size: 38px;
    line-height: 51px;
    font-family: 'OpenSans-Bold', sans-serif;
    text-align: center;
}

.title-h2 span {
    display: block;
}

.body__index .title-h2 {
    color: #1d43a0;
    text-transform: uppercase;
}

.body__machugi .title-h2 {
    color: #04585d;
}

.body__batumskoe-shosse .title-h2 {
    color: #0e4094;
}

@media (max-width: 1199px) {
    .title-h2 {
        font-size: 28px;
        line-height: 41px;
    }
}

@media (max-width: 767px) {
    .title-h2 {
        font-size: 21px;
        line-height: 35px;
    }
}

.title-h2--border {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.title-h2--border::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 182px;
    height: 4px;
    content: "";
}

.body__index .title-h2--border::after {
    background-color: #1d43a0;
}

.body__machugi .title-h2--border::after {
    background-color: #04585d;
}

.body__batumskoe-shosse .title-h2--border::after {
    background-color: #0e4094;
}

/*
========================================================*/

.description {
    font-size: 20px;
    line-height: 32px;
    color: #242424;
    text-align: center;
    margin-bottom: 84px;
}

.description span {
    display: block;
}

.batumskoe-shosse .title-h2 {
    color: #0e4094;
}

.batumskoe-shosse .title-h2--border::after {
    background-color: #0e4094;
}

.batumskoe-shosse .title-h2 span {
    display: block;
}

/*
========================================================*/

.section_bg,
.section-2 {
    padding: 75px 0;
}

.body__machugi .section_bg {
    background: url("../img/3.Block3/Fon_2.jpg") no-repeat center top;
}
@media screen and (max-width: 767px){
   .body__machugi .section_bg {
        background-position: top center;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
   }  
 }
.body__batumskoe-shosse .section-2 {
    background: url("/upload/batumskoe-shosse/block-2/background.jpg") no-repeat center top;
}

/*
========================================================*/

.body__machugi .top__section {
    height: 700px;
    background: url("../img/Header/Banner.jpg") no-repeat center top;
}

.body__batumskoe-shosse .top__section {
    height: 606px;
    background: url("/upload/batumskoe-shosse/block-1/banner-1920x606.jpg") no-repeat center top;
}
@media (max-width: 1199px) {
	.body__batumskoe-shosse .top__section {
		background: url("/upload/batumskoe-shosse/block-1/banner-1920x606.jpg") -260px;
	}
}
@media (max-width: 767px) {
	.body__batumskoe-shosse .top__section {
	    height: 480px;
		background: url("/upload/batumskoe-shosse/block-1/banner-1920x606.jpg") -360px;
	    background-repeat: no-repeat;
	}
	.body__machugi .top__section {
		height: 480px;
		background: url(../img/Header/Banner.jpg) -360px;
		background-repeat: no-repeat;
	}
}

.top__section span {
    display: block;
}

.top__section .popup {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    background-color: #7bfffa;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #04585d;
    height: 42px;
    width: 270px;
}

.top__section .popup:hover {
    text-decoration: none;
}

.body__batumskoe-shosse .top__section .popup {
    background-color: #b9eaff;
    border: 2px solid #0e4094;
    color: #0e4094;
}

.main-title {
    margin: 0 0 25px;
    font-size: 52px;
    line-height: 68px;
}

.body__machugi .main-title {
    margin-top: 50px;
    color: #7bfffa;
}
@media (max-width: 767px) {
	.body__machugi .main-title {
	    margin-top: 55px;
        line-height: 45px;
	}
}
@media (max-width: 340px) {
	.body__machugi .main-title {
		margin-top: 60px;
        line-height: 35px;
	}
}
.body__batumskoe-shosse .main-title {
    margin-top: 58px;
    margin-bottom: 51px;
    color: #b8eaff;
}
@media (max-width: 767px) {
	.body__batumskoe-shosse .main-title {
	    margin-top: 45px;
		margin-bottom: 25px;
        line-height: 45px;
	}
}
@media (max-width: 340px) {
	.body__batumskoe-shosse .main-title {
		margin-top: 60px;
        line-height: 35px;
	}
}

.main_text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 33px;
    color: #fff;
}

/*
========================================================*/

.displayNone {
    display: none;
}

.body__batumskoe-shosse .slider__section .sl-img {
    margin-bottom: 30px;
}

.slider__section .sl-img {
    margin-bottom: 0;
}

/*
========================================================*/

.body__batumskoe-shosse .section-4 {
    padding: 75px 0;
    background: url(/upload/batumskoe-shosse/block-4/background.jpg) no-repeat center top;
}

.subtitle {
    font-size: 25px;
    line-height: 35px;
}

.subtitle span {
    display: block;
}

.body__machugi .subtitle {
    color: #04585d;
}

.body__batumskoe-shosse .subtitle {
    color: #0e4094;
}

.body__batumskoe-shosse .section-5 {
    padding: 80px 0;
}

.body__batumskoe-shosse .section-5 .img-item {
    text-align: center;
}


.width-full {
    width: 100%;
}

.ellipsis {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.subtitle__text {
    margin-bottom: 50px;
}

.subtitle__text li {
    margin-bottom: 8px;
    text-align: center;
    font-size: 20px;
    color: #242424;
}

.icn__box {
    margin-bottom: 25px;
}

.icn__title {
    font-size: 20px;
    line-height: 26px;
    color: #04585d;
}

.body__batumskoe-shosse .icn__title {
    color: #0e4094;
}

.icn__title span {
    display: block;
}

.mb-40 {
    margin-bottom: 40px;
}

.list-plan li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 110px;
}

.list-plan li .list-plan_img {
    margin-right: 100px;
    width: 464px;
}
.list-plan li .list-plan_text {
    min-width: 320px;
}
@media screen and (max-width: 380px) {
     .list-plan li .list-plan_text  {
        min-width: 100%;
     }
 }
.list-plan li .list-plan_img img {
    max-width: 100%;
}

.list-plan li .list-plan_text h3 {
    font-size: 30px;
    font-family: 'OpenSans-Bold', sans-serif;
    color: #242424;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.body__machugi .section_bg .popup {
    display: block;
    width: 100%;
    background: #04585d;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    line-height: 42px;
    text-align: center;
}
.body__machugi .section_bg .popup:hover {
    background: #087f86;
    text-decoration: none;
 }
 
.list-plan li .list-plan_text p {
    font-size: 25px;
    color: #242424;
    margin: 0;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-30 {
    margin-bottom: 30px;
}

.paragraph {
    font-size: 20px;
    line-height: 36px;
    color: #242424;
}

.hot__info {
    margin-bottom: 100px;
    padding: 30px 40px 30px 504px;
    background: url("../img/4.Block4/Foto_1.png") no-repeat 0 0;
}

.hot__info .paragraph {
    line-height: 33px;
}

.lg-img img {
    max-width: 100%;
}

.title-h3 {
    font-size: 25px;
    font-family: 'OpenSans-Bold', sans-serif;
    color: #242424;
}

.list-env {
    margin-bottom: 80px;
}

.list-env li {
    margin-bottom: 36px;
}

.list-env li h4 {
    font-size: 25px;
    font-family: 'OpenSans-Bold', sans-serif;
    color: #242424;
    text-transform: uppercase;
}

.list-env li p {
    font-size: 20px;
    line-height: 34px;
    color: #242424;
}

.title-h5 {
    font-size: 20px;
    line-height: 36px;
    font-family: 'OpenSans-Bold', sans-serif;
    color: #242424;
}

.bg-green {
    padding: 82px 0;
    background: url("../img/5.Block5/Fon_3.jpg") no-repeat top center;
}

.text-white.title-h2--border::after {
    background-color: #fff;
}

.list-simple {
    font-size: 20px;
    line-height: 36px;
    color: #242424;
}

.list-simple li {
    margin-bottom: 10px;
}

.list-d li {
    margin-bottom: 40px;
}

.list-d li p {
    margin-bottom: 0;
}

.list-d li span {
    font-size: 25px;
    font-family: 'OpenSans-Bold', sans-serif;
    color: #242424;
}

.list-d-border {
    border-right: 2px solid #242424;
}

.title-h3--m {
    font-size: 25px;
    line-height: 38px;
    color: #04585d;
}

.body__batumskoe-shosse .title-h3--m {
    color: #0e4094;
}

.li-sd .icn__box {
    height: 70px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
}

.ic__title--lg {
    font-size: 30px;
    font-family: 'OpenSans-Bold', sans-serif;
    color: #04585d;
}

.body__batumskoe-shosse .ic__title--lg {
    color: #0e4094;
}

.icn__title {
    font-size: 18px;
    color: #04585d;
}

.norma {
    margin-right: 60px;
    width: 484px;
}

.norma_img {
    margin-bottom: 40px;
}

.norma p {
    font-size: 20px;
    color: #242424;
}

.slider__section {
    padding: 70px 0 100px;
}

.sl-img {
    margin-bottom: 30px;
}

.sl-img img {
    max-width: 100%;
}

.d-none {
    display: none;
}

.download {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-decoration: none;
}

.download:hover {
    text-decoration: none;
}

.download img {
    margin-right: 30px;
}

.download__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.download__text h5 {
    margin: 0;
    font-size: 22px;
    font-family: 'OpenSans-Bold', sans-serif;
    color: #242424;
    text-decoration: underline;
    text-transform: uppercase;
}

.download__text span {
    font-size: 18px;
    color: #242424;
}

/*
========================================================*/

.body__batumskoe-shosse .section-8 {
    background: url("/upload/batumskoe-shosse/block-8/background.jpg") no-repeat center top;
}

@media screen and (max-width: 767px) {
    .body__batumskoe-shosse .section-2,
    .body__batumskoe-shosse .section-4,
    .body__batumskoe-shosse .section-8 {
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .section_bg,
    .section-2 {
        padding: 40px 0;
    }
}

.body__batumskoe-shosse .section-8 .title-h2 {
    margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
    .body__batumskoe-shosse .section-8 .title-h2 {
        margin-bottom: 25px;
    }
}

.body__batumskoe-shosse .section-8-subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 74px;
} 
.js-slider_images,
.js-certificates_images {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;	
}

@media screen and (max-width: 767px) {
    .body__batumskoe-shosse .section-8-subtitle {
        font-size: 16px;
        text-align: left;
        width: 346px;
        margin: 0 auto 25px auto;
    }
}

@media screen and (max-width: 350px) {
    .body__batumskoe-shosse .section-8-subtitle {
        width: auto;
        margin: 0 auto 25px auto;
    }
}

.body__batumskoe-shosse .section-8-subtitle span {
    display: block;
}

@media screen and (max-width: 767px) {
    .body__batumskoe-shosse .section-8-subtitle span {
        display: inline;
    }
}

.body__batumskoe-shosse .certificates-left {
    text-align: right;
    padding-right: 37.5px;
}

.body__batumskoe-shosse .certificates-right {
    text-align: left;
    padding-left: 37.5px;
}

@media screen and (max-width: 767px) {
    .body__batumskoe-shosse .certificates-left,
    .body__batumskoe-shosse .certificates-right {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    .body__batumskoe-shosse .certificates-left {
        margin-bottom: 40px;
    }
}


@media screen and (max-width: 1200px) {
    .hot__info .paragraph {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 992px) {
    .call-me span {
        font-size: 31px;
    }
    header .container,
    footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    header .container .logo,
    footer .container .logo {
        margin-right: 0;
        margin-bottom: 10px;
    }
    header .container .address,
    footer .container .address {
        margin-bottom: 10px;
    }
    header .container .call-me,
    footer .container .call-me {
        margin-left: 0 !important;
    }
    .main-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }
    .main_text {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .section {
        padding-top: 40px;
    }
    .hot__info {
        margin: 0 0 30px;
        padding: 30px 40px;
        background: #06737a;
    }
    .hot__info p {
        margin-bottom: 0;
    }
    .df-li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .df-li .norma {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .list-d-border {
        border: none;
    }
    .main_text {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .list-plan li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .list-plan li .list-plan_img {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .norma {
        width: 100%;
    }
    .norma IMG {
        max-width: 100%;
    }
    .certificat img {
        max-width: 100%;
    }
    .download__text h5 {
        font-size: 16px;
    }
    .download__text span {
        font-size: 12px;
    }
    .download img {
        margin-right: 17px;
    }
    .address p,
    .address a {
        font-size: 14px;
    }
    .call-me span {
        font-size: 22px;
    }
    .call-me {
        text-align: center;
    }
    .main-title {
        font-size: 23px;
        line-height: 32px;
    }
    .section_bg {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .slider__section {
        padding-bottom: 50px;
    }
    .list-plan li {
        margin-bottom: 50px;
    }
    .mb-100 {
        margin-bottom: 50px;
    }
    .paragraph {
        font-size: 14px;
        line-height: 25px;
    }
}
.tenants {
    padding-top: 50px;
}
.body__krasnaya .title-h2,
.body__krasnaya .title-h5 {
    color: #682028;
    text-transform: uppercase;
}
.body__krasnaya .title-h2--border::after {
    background-color: #682028;
}

.promo {
    position: relative;
}
.promo__image-wrapper {
    position: relative;
    height: 606px;
    width: 100%;
    overflow: hidden;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    background-position: center;
}
@media screen and (max-width: 767px) {
	.promo__image-wrapper {
	    height: auto;
	}	
}
.promo__image {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    display: block;
    max-width: none;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
	.promo__image {
	    -webkit-transform: translateX(-40%);
	       -moz-transform: translateX(-40%);
	        -ms-transform: translateX(-40%);
	         -o-transform: translateX(-40%);
	            transform: translateX(-40%);
	}
}
@media screen and (max-width: 767px) {
	.promo__image {
	    position: inherit;
	    -webkit-transform: none;
	       -moz-transform: none;
	        -ms-transform: none;
	         -o-transform: none;
	            transform: none;
	    width: 100%;
	}
}
.promo .form-heaer {
    z-index: 2;
    position: absolute;
    margin-top: 98px;
}

@media screen and (max-width: 767px) {
	.promo .form-heaer {
		padding: 50px 15px;
	}
	.promo .container {
		max-width: 100%;
		padding: 0;
	}
	.promo .form-heaer {
	    position: inherit;
	    margin-top: 0;
        background: #4d1619;
	}
}
.promo-title {
	color: #ffcc66;
	line-height: 66px;
	text-transform: uppercase;
}
.promo-title span:first-child {
	font-size: 50px;
}
.promo-title span:last-child {
	font-size: 40px;
}
@media screen and (max-width: 540px) { 
	.promo-title span:first-child {
		font-size: 28px;
		line-height: 35px;
	}
	.promo-title span:last-child {
		font-size: 24px;
		line-height: 35px;
	}	
}
.promo_text {
	margin-top: 41px;
	margin-bottom: 34px;
}
.promo-title span,
.promo_text span {
	display: block;
}
.promo_text span {
	color: #fff;
	font-size: 29px;
	line-height: 38px;
}
@media screen and (max-width: 540px) { 
	.promo_text span {
		font-size: 22px;
		line-height: 35px;
	}
}
.form-heaer  .popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    background-color: #ffcc66;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #682028;
    height: 42px;
    width: 270px;
}
@media screen and (max-width: 540px) {
	.form-heaer .popup {
		margin: 0 auto;
	}
}
.form-heaer .popup {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.form-heaer .popup:hover {
    -webkit-transform: translate3d(0, 2px, 0);
    -moz-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
}
.form-heaer .popup:hover {
    text-decoration: none;
}


.block-2 {
    padding: 61px 0;
	background: url(/upload/street-krasnaya/block-2/background.jpg) no-repeat center top;
	border-bottom: 2px solid #663333;
}
.block-2 .icn__title {
	color: #663333;
}
.body__krasnaya .block-2 .title-h2 {
	text-transform: none;
}

.block-3 {
	 padding: 61px 0 0;
}
@media screen and (min-width: 768px) {
	.block-3 .container {
		max-width: 100%
	}
}

.block-3_picture,
.block-3_description {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.block-3_picture,
	.block-3_description {
		width: 100%;
		margin-bottom: 60px;
	}
	.block-3 .row {
	    margin-right: 0;
	    margin-left: 0;
	}
}
.block-3_picture img {
	max-width: 555px;
}
	@media screen and (max-width: 1024px) {
		.block-3_picture img {
			max-width: 100%;
		}	
	}

.block-3_item--right {
	text-align: left;
}
.block-3_item--left {
	text-align: right;
}
@media screen and (max-width: 767px) {
	.block-3_item--right {
		text-align: center;
	}
	.block-3_item--left {
		text-align: center;
	}	
}
.block-3_description span {
	display: block;
	width: 100%;
}

.block-3_gradient--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
	padding-left: 45px;
	background: -webkit-linear-gradient(170deg, #ffcc99 7%, #fff);
	background: -moz-linear-gradient(170deg, #ffcc99 7%, #fff);
	background: -o-linear-gradient(170deg, #ffcc99 7%, #fff);
	background: linear-gradient(280deg, #ffcc99 7%, #fff)
}
@media screen and (max-width: 767px) { 
	.block-3_gradient--right {
		padding-left: 0;
			-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	         background: none;
	}
}
.block-3_gradient--left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-right: 45px;
	background: -webkit-linear-gradient(10deg, #ffcc99 7%, #fff);
	background: -moz-linear-gradient(10deg, #ffcc99 7%, #fff);
	background: -o-linear-gradient(10deg, #ffcc99 7%, #fff);
	background: linear-gradient(80deg, #ffcc99 7%, #fff)
}
@media screen and (max-width: 767px) { 
	.block-3_gradient--left { 
		padding-right: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	        background: none;
	}	
}
.block-3_description--name {
	color: #663333;
	font-size: 25px;
	line-height: 41px;
    font-family: 'OpenSans-Bold', sans-serif;
    text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
	.block-3_description--name {
		font-size: 20px;
	}
}
.block-3_description--name {
    max-width: 555px;
}
@media screen and (max-width: 1024px) {
	.block-3_description--name {
	    max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.block-3_order-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		   -moz-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.block-3_order-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		   -moz-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.block-3_order-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		   -moz-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.block-3_order-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		   -moz-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.block-3_order-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		   -moz-box-ordinal-group: 6;
		    -ms-flex-order: 5;
		        order: 5;
	}
	.block-3_order-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		   -moz-box-ordinal-group: 7;
		    -ms-flex-order: 6;
		        order: 6;
	}
	.block-3_order-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		   -moz-box-ordinal-group: 8;
		    -ms-flex-order: 7;
		        order: 7;
	}
	.block-3_order-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		   -moz-box-ordinal-group: 9;
		    -ms-flex-order: 8;
		        order: 8;
	}
	.block-3_order-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		   -moz-box-ordinal-group: 10;
		    -ms-flex-order: 9;
		        order: 9;
	}
	.block-3_order-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		   -moz-box-ordinal-group: 11;
		    -ms-flex-order: 10;
		        order: 10;
	}
	.block-3_order-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		   -moz-box-ordinal-group: 12;
		    -ms-flex-order: 11;
		        order: 11;
	}
	.block-3_order-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		   -moz-box-ordinal-group: 13;
		    -ms-flex-order: 12;
		        order: 12;
	}
}
.block-4 {
	padding: 61px 0;
	background: url(/upload/street-krasnaya/block-4/background.jpg) no-repeat center top;
}
.block-4 .list-plan li {
	text-align: center;
	margin-bottom: 134px;
}
@media screen and (max-width: 575px) {
	.block-4 .list-plan li {
		margin-bottom: 60px;
	}
	.block-4 .list-plan li:last-child {
		margin-bottom: 0;
	}
	.block-4  .list-plan li .list-plan_img {
		margin-bottom: 35px;
	}
	.block-4 .list-plan li .list-plan_text h3 {
	    font-size: 20px;
	}
	.block-4 .list-plan li .list-plan_text p {
	    font-size: 16px;
	}
}
.block-5 {
    padding-top: 61px;
}
.block-5 .title-h2 {
	margin-bottom: 20px;
}
.block-5 .title-h5 {
	font-size: 38px;
    line-height: 51px;
    text-align: center;
    margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
	.block-5 .title-h5 {
		font-size: 21px;
		line-height: 35px;
	}
}
.block-5_picture {
	text-align: center;
}
.block-5_location {
	margin-bottom: 73px;
}
.block-5_location--subtitle {
	color: #682028;
	font-size: 25px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 55px;
}
@media screen and (max-width: 991px) {
	.block-5_location--subtitle {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.block-5_location--subtitle {
		text-align: left;
	}
}
@media screen and (max-width: 400px) {
	.block-5_location--subtitle {
	    font-size: 16px;
	    text-align: center;
	}
}
@media screen and (max-width: 320px) {
	.block-5_location--subtitle {
	    font-size: 14px;
	}
}
.block-5_location--subtitle p {
	margin-bottom: 0;
}
.block-5_location--picture {
	margin-bottom: 37px;
}
.block-5_location--description {
    max-width: 1000px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.block-5_location--description {
		font-size: 16px;
		text-align: left;
	}
}
@media screen and (max-width: 400px) {
	.block-5_location--description {
		font-size: 14px;
	}
}
.block-5_location--description p:first-child {
	margin-bottom: 37px;
}
.block-5_location--description p:last-child {
	margin-bottom: 0;
}

.block-5_hotels {
	margin-bottom: 74px;
}
.block-5_restaurants {
	margin-bottom: 79px;
}

.block-5_environment .list-env{
	margin-bottom: 71px;
}
.block-5_environment .list-env li {
	margin-bottom: 35px;
}
.block-5_environment .list-env li h4 {
    line-height: 35px;
    margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
	.block-5_environment .list-env li h4 {
	    font-size: 20px;
	}
}
@media screen and (max-width: 400px) {
	.block-5_environment .list-env li h4 {
	    font-size: 16px;
	}
}
@media screen and (max-width: 400px) {
	.block-5_environment .list-env li h4 {
	    font-size: 15px;
	}
}
.block-5_environment .list-env li p {
	line-height: 35px;
	margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
	.block-5_environment .list-env li p {
		font-size: 16px;
	}
}
@media screen and (max-width: 400px) {
	.block-5_environment .list-env li p {
		font-size: 14px;
	}
}
.block-5_environment .title-h6 {
	font-size: 25px;
	margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
	.block-5_environment .title-h6 {
		font-size: 16px;
	}
}

.block-5_environment .title-h6,
.block-5_audience .title-h6 {
	line-height: 35px;
    font-family: 'OpenSans-Bold', sans-serif;
}
.block-5_audience .title-h6 {
	font-size: 20px;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.block-5_audience .title-h6 {
		font-size: 18px;
		margin-bottom: 38px;
	}
}
@media screen and (max-width: 400px) {
	.block-5_audience .title-h6 {
		font-size: 16px;
	}
}

@media screen and (max-width: 991px) {
	.block-5_environment .title-h6,
	.block-5_audience .title-h6 {
		text-align: left !important;
	}
}
@media screen and (max-width: 400px) {
	.block-5_environment .title-h6,
	.block-5_audience .title-h6 {
		text-align: center !important;
		text-transform: none !important;
	}
}
.block-5_environment .title-h6 span,
.block-5_audience .title-h6 span {
	display: block;
}
@media screen and (max-width: 991px) {
	.block-5_environment .title-h6 span,
	.block-5_audience .title-h6 span {
    	display: initial;
	}
}
.block-5_audience--description p:first-child {
	margin-bottom: 0;
}
.block-5_audience--description p:last-child {
	margin-bottom: 41px;
}
.block-5_audience--picture {
	margin-bottom: 61px;	
}


.body__batumskoe-shosse .price-block_subtitle {
	color: #1d43a0;
}
.body__krasnaya .price-block_subtitle {
	color: #663333;
}
.body__machugi .price-block_subtitle {
	color: #006666;
}
.body__batumskoe-shosse .price-block {
	background: url(/upload/batumskoe-shosse/price-block/background.jpg) no-repeat center top;
}
.body__krasnaya .price-block {
	background: url(/upload/street-krasnaya/price-block/background.jpg) no-repeat center top;
}
.body__machugi .price-block {
	background: url(/upload/street-machugi/price-block/background.jpg) no-repeat center top;
}

.price-block {
	text-align: center;
	padding: 81px 0 98px;
}
@media (max-width: 767px) {
	.price-block {
		padding: 40px 0;
	}
}
/*.price-block_inner-top {
	margin-bottom: 80px;
}
@media (max-width: 767px) {
	.price-block_inner-top {
		margin-bottom: 30px;
	}	
}*/
.price-block_subtitle {
	font-size: 38px;
	line-height: 51px;
	font-family: 'OpenSans-Bold', sans-serif;
	text-transform: uppercase;
	margin-bottom: 21px;
}

@media (max-width: 1199px) {
    .price-block_subtitle{
        font-size: 28px;
        line-height: 41px;
    }
}
@media (max-width: 767px) {
    .price-block_subtitle{
        font-size: 21px;
        line-height: 35px;
        text-transform: none;
    }
}
.body__batumskoe-shosse .price-block_inner-top .price-block_text {
    margin-bottom: 21px;
}
.price-block_text {
	color: #333;
	font-size: 32px;
	line-height: 35px;
}
@media (max-width: 1199px) {
    .price-block_text{
        font-size: 24px;
        line-height: 41px;
    }
}
@media (max-width: 767px) {
    .price-block_text{
        font-size: 20px;
        line-height: 35px;
    }
}
.price-block_text span {
	display: block;
	margin-bottom: 17px;
}
.price-block_text span:last-child {
	margin-bottom: 0;
}




.body__krupskoj .promo-title {
	color: #ffcc00;
}
.body__krupskoj .form-heaer .popup {
	background-color: #ffcc00;
	color: #333;
	font-size: 20px;
}
.obj-4_block-2 {
	padding: 71px 0 74px;
	background: url(/upload/street-krupskoj/block-2/background.jpg);
	background-position: top center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	.obj-4_block-2  {
		background: none;
	}
}
.body__krupskoj .obj-4_block-2 .title-h2{
 	text-transform: none;
}
.obj-4_block-2 .icn__title {
 color: #333;
}
.obj-4_block-3 {
	padding: 77px 0 84px;
}
.body__krupskoj .obj-4_block-3  .title-h2 {
	margin-bottom: 19px;
}
.body__krupskoj .title-h2 {
	color: #333;
	text-transform: uppercase;
}
.body__krupskoj .title-h2--border::after {
	background-color: #ffcc00;
}
.text_inner-top {
	margin-bottom: 75px;
}
.text_inner-bottom {
	margin-bottom: 28px;
}
.obj-4_block-3--text_description span {
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 36px;
}
@media (max-width: 767px) {
    .obj-4_block-3--text_description span {
        font-size: 18px;
        line-height: 35px;
    }
}
.body__krupskoj .obj-4_block-4  .title-h2 {
	margin-bottom: 58px;
}
.obj-4_block-4  {
	padding: 81px 0 85px;
	background: url(/upload/street-krupskoj/block-4/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}
.obj-4-documents {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.obj-4_block-2,
	.obj-4_block-3,
	.obj-4_block-4{
		padding: 40px 0;
	}	
	.body__krupskoj .row .col-lg-3:last-child {
		margin-bottom: 0;
	}
}

.body__krasnaya .price-block_subtitle strong {
    color: #fe0002;
    font-style: italic;
}
.body__krasnaya .price-block_text {
    margin-bottom: 21px;
}
@media (max-width: 767px) {
    .body__krasnaya .price-block_text {
        margin-bottom: 15px;
    }  
}
.body__krasnaya .price-block_inner-top .price__inner {
    margin-bottom: 31px;
}
@media (max-width: 767px) {
    .body__krasnaya .price-block_inner-top .price__inner {
        margin-bottom: 15px;
    }  
}
.body__krasnaya .price__inner {
    color: #333;
    font-size: 32px;
    line-height: normal;
}
@media (max-width: 767px) {
    .body__krasnaya .price__inner{
        font-size: 25px;
        line-height: 35px;
    }
}
@media (max-width: 767px) {
    .body__krasnaya .price__inner span {
        display: block;
    }
}
.body__krasnaya .price__old {
    position: relative;
}
@media (max-width: 767px) {
    .body__krasnaya .price__inner .price__old {
        display: inline-block;
    }
}
.body__krasnaya .price__old:before {
    border-bottom: 2px solid #fe0002;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 2px;
    right: 0;
}
.body__krasnaya .price__new {
   margin-left: 24px; 
}
@media (max-width: 767px) {
    .body__krasnaya .price__new {
       margin-left: 0; 
    }  
}

.section-images {
    padding: 70px 0 100px;
}
.section-images a {
    display: block;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.section-images a:hover {
    opacity: 0.7;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
   .section-images {
        padding: 0 0 70px 0;
    }
}