/*
	Theme name: Автошкола в г. Видном
*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0
}
html{
	scroll-behavior: smooth;
}
button.order {
    color: #fff;
    font-weight: 400;
    line-height: 23px;
    font-family: Open Sans;
    font-size: 18px
}

button.order {
    letter-spacing: .45px;
    padding: 15px 12px;
    border: 0 solid #000;
    background-image: linear-gradient(0deg, #2c3336 0, #99a2a5);
    cursor: pointer;
    position: relative
}

button.order:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FFF;
    bottom: 0;
    left: 0
}

button.order:hover {
    background-image: linear-gradient(0deg, #00a9e0 70%, #0188b4)
}

button.order:active {
    background-image: linear-gradient(180deg, #00a9e0 0, #0188b4)
}
.ufaqsw_default_all_faq_header {display: none;}

.ufaqsw_toggle_default .ufaqsw-toggle-title-area-default {position: relative; display: block; border-top: 1px solid #ffffff;}
.ufaqsw_faq_title {display: none;}
.ufaqsw_toggle_default .ufaqsw-toggle-title-area-default h3 {font-weight: 500;  color: #fcfcfc;}
.ufaqsw_toggle_default .ufaqsw-toggle-inner-default{ font-weight: 500; color: #fcfcfc;}
.ngg-albumoverview.default-view .ngg-album-compact {border: 1px solid rgb(255 255 255);}
.ngg-albumoverview.default-view .ngg-album-compact h4 .ngg-album-desc { color: white;}
ul.ngg-breadcrumbs > li { color: white;}
* {
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    margin: 0;
    font-size: 16px;
    position: relative;
background: #2c3336;
}

a {
    text-decoration: none;
    color: inherit;
    font-weight: inherit
}

ul li {
    list-style: none
}

.big_Container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto
}
.container a img {
    width: auto;
    height: auto;
}
header .header-top {
    padding: 25px 0 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

header .header-bottom,
header .header-bottom nav.menu {
    display: -ms-flexbox
}

header .header-top p.address {
    width: 266px;
    color: #fff;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .45px
}

header .header-top .graphic a.tel {
    color: #fff;
    font-family: Open Sans;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: .57px;
    line-height: 28px
}

header .header-top .graphic p.day {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .38px;
    line-height: 23px;
    font-family: Open Sans
}

header .header-bottom nav.menu ul.menu__list li.menu__item a.menu__link,
header .header-top button.order {
    color: #fff;
    font-weight: 400;
    line-height: 23px;
    font-family: Open Sans;
    font-size: 18px
}

header .header-top button.order {
    letter-spacing: .45px;
    padding: 15px 12px;
    border: 0 solid #000;
    background-image: linear-gradient(0deg, #2c3336 0, #99a2a5);
    cursor: pointer;
    position: relative
}

header .header-top button.order:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FFF;
    bottom: 0;
    left: 0
}

header .header-top button.order:hover {
    background-image: linear-gradient(0deg, #00a9e0 70%, #0188b4)
}

header .header-top button.order:active {
    background-image: linear-gradient(180deg, #00a9e0 0, #0188b4)
}

header .header-bottom {
    height: 62px;
    width: 100%;
    background-image: linear-gradient(0deg, #2c3336 0, #99a2a5);
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    z-index: 100
}
header .sticky-menu {
    position: fixed;
    top: 0;
}
header .header-bottom .container {
    height: 100%
}

header .header-bottom nav.menu {
    display: flex
}

header .header-bottom nav.menu,
header .header-bottom nav.menu ul.menu__list {
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}
header .header-bottom nav.menu ul.menu__list{
	justify-content: flex-start;
}

header .header-bottom nav.menu ul.menu__list {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

header .header-bottom nav.menu ul.menu__list li.menu__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

header .header-bottom nav.menu ul.menu__list li.menu__item a.menu__link {
    height: 100%;
    padding: 19px 15px;
    text-transform: uppercase;
    transition: .3s;
}

header .header-bottom nav.menu ul.menu__list li.menu__item a.menu__link:hover {
    background-color: #0389b5;
    border: 0 solid #000;
    font-weight: 700;
    transition: .3s
}

footer,
section.main {
    background-position: top;
    background-repeat: no-repeat
}

header .header-bottom nav.menu .search input.search__item {
    width: 90%;
    height: 100%;
    outline: 0;
    font-size: 15px;
    padding: 0 10px;
    border-radius: 3px;
    border: none;
    display: none
}

footer .footer-content,
section.main .main-box .main-content .price-lists {
    display: -ms-flexbox
}

header .header-bottom nav.menu .search img.search__img {
    cursor: pointer
}

header .header-bottom:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0
}

footer {
    padding: 37px 0 88px;
    background-size: cover
}

footer .footer-content {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .footer-content .footer-block:last-child {
    width: 341px
}

footer .footer-content .footer-block h4 {
    color: #fff;
    font-family: Open Sans;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: .45px
}

footer .footer-content .footer-block a,
footer .footer-content .footer-block p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    font-family: Open Sans
}

footer .footer-content .footer-block p {
    letter-spacing: .45px;
    margin-bottom: 30px
}

footer .footer-content .footer-block a {
    display: block
}

footer .footer-content .footer-block ul.footer__list {
    margin-top: 30px
}

footer .footer-content .footer-block ul.footer__list li.footer__item {
    margin-bottom: 2px
}

footer .footer-content .footer-block ul.footer__list li.footer__item a.footer__link {
    letter-spacing: .45px;
    display: inline
}

footer .footer-content .footer-block ul.footer__list li.footer__item a.footer__link:hover {
    opacity: .8;
    text-decoration: underline
}

section.main {
	scroll-behavior: smooth;
    background-size: cover
}

section.main .main-box {
    padding: 30px 0 70px;
    position: relative
}

section.main .main-box .main-content {
    position: relative;
    width: 560px;
    z-index: 3
}

section.main .main-box .main-content h1.main__title {
    color: #000;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 50px
}

section.main .main-box .main-content .price-lists a p,
section.main .main-box .main-content p.main__text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .45px
}

section.about h2.about__title,
section.main .main-box .main-content .price-lists a p,
section.main .main-box .main-content p.main__text {
    color: #000;
    font-family: Open Sans;
    line-height: 28px
}

section.main .main-box .main-content p.main__text {
    margin: 30px 0;
    z-index: 3
}

section.main .main-box .main-content .price-lists {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px
}

section.main .main-box .main-content .price-lists a {
    margin-right: 23px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 14px;
    border: 2px solid #018cb9
}

section.main .main-box .main-content .price-lists a img {
    display: block;
    margin-right: 22px
}

section.main .main-box img.main__img {
   /* width: 580px;
    height: 450px;*/
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0
}

section.about {
    position: relative;
    padding: 72px 0 0
}

section.about h2.about__title {
    width: 101px;
    padding-bottom: 23px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .75px;
    border-bottom: 4px solid #bcd021
}

section.about .about-content .about-block a.block h5,
section.about .about-content .about-block a.block span {
    font-family: Open Sans;
    letter-spacing: .45px;
    line-height: 21px;
    color: #000;
    font-size: 18px
}

section.about .about-content {
    margin-top: 72px;
    position: relative
}

section.about .about-content .about-block {
    position: absolute;
    left: 0;
    top: -50px;
    box-shadow: 0 3px 15px 1px rgba(0, 1, 3, .56);
    border: 0 solid #000;
    background-color: hsla(0, 0%, 88%, .5);
    padding: 22px 22px 19px 17px;
    width: 750px;
    height: 540px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section.about .about-container,
section.services .services-content .services-abs {
    -webkit-box-shadow: 0 3px 15px 1px rgba(0, 1, 3, .56);
    -moz-box-shadow: 0 3px 15px 1px rgba(0, 1, 3, .56)
}

section.about .about-content .about-block a.block {
    border: 2px solid #8ce3f1;
    padding: 8px 0 5px 7px
}

section.about .about-content .about-block a.block h5 {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase
}

section.about .about-content .about-block a.block span {
    font-weight: 400
}

section.about .about-content .about-block a.block-f {
    padding: 16px 0 10px 7px
}

section.about .about-content img {
    display: block;
    margin-left: auto
}

section.about .about-container {
    position: absolute;
    right: 26px;
    bottom: -80px;
    padding: 24px 40px 16px;
    box-shadow: 0 3px 15px 1px rgba(0, 1, 3, .56);
    border: 0 solid #000;
    background: #fff
}

section.price h2.price__title,
section.services h2.services__title {
    border-bottom: 4px solid #fff;
    font-family: Open Sans
}

section.about .about-container h2.about-container__title {
    color: #000;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .5px;
    text-align: center;
    margin-bottom: 15px
}

section.about .about-container img.close-slider {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px
}

section.about .about-container .about-slider {
    width: 720px
}

section.about .about-container .about-slider .about-slide {
    height: 320px;
    position: relative
}

section.about .about-container .about-slider .about-slide img.wp-post-image {
    width: inherit;
    height: auto
}

section.about .about-container .about-slider .about-slide img.slider-grad {
    position: absolute;
    bottom: 0;
    left: 0
}

section.about .about-container .about-slider .about-slide .about-slide-content {
    width: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 5px 10px 7px
}

section.about .about-container .about-slider .about-slide .about-slide-content h5 {
    color: #000;
    font-weight: 700;
    line-height: 18px;
    font-family: Open Sans;
    font-size: 14px
}

section.about .about-container .about-slider .about-slide .about-slide-content p {
    letter-spacing: .35px;
    line-height: 17px;
    color: #fff;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400
}

section.about .about-container .about-slider .slick-slide {
    margin: 0 6px
}

section.about .about-container .about-slider .slick-list {
    margin: 0 -6px
}

section.about .about-container img.about-next,
section.about .about-container img.about-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

section.about .about-container img.about-next {
    right: 0
}

section.about .about-container img.about-prev {
    left: 0
}

section.services {
    padding: 72px 0
}

section.services h2.services__title {
    padding-bottom: 23px;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: .75px
}

section.services .services-content {
    position: relative;
    margin-top: 24px
}

section.services .services-content .services-abs {
	display: none;
    width: 824px;
    padding: 30px 27px 30px 40px;
    position: absolute;
    z-index: 1;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(0deg, rgba(14, 148, 193, .37) 0, hsla(0, 0%, 100%, .9));
    box-shadow: 0 3px 15px 1px rgba(0, 1, 3, .56)
}

section.photo .flex img,
section.price .row .block,
section.zone .map {
    -webkit-box-shadow: 0 3px 15px 1px rgba(0, 1, 3, .56);
    -moz-box-shadow: 0 3px 15px 1px rgba(0, 1, 3, .56)
}

section.services .services-content .services-abs img.close-services {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 14px
}

section.services .services-content .services-abs .abs-row {
    padding-right: 33px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start
}

section.services .services-content .services-abs .abs-row img.abs__logo {
    width: 246px
}

section.services .services-content .services-abs .abs-row p.abs-row__text {
    width: 453px;
    color: #000;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .45px
}

section.services .services-content .services-abs p.abs__text {
    color: #000;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .45px;
    margin-top: 25px
}
.modal-form{
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, .7);
	z-index: 10
}
.modal-form .form-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 370px;
	background: #fff;
	box-shadow: 0 3px 15px 1px rgba(0, 1, 3, 0.56);
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px;
}
.modal-form .form-content h2{
	color: #000000;
	font-family: "Open Sans";
	font-size: 25px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.63px;
	text-align: center;
}
.modal-form .form-content p.tel__num{
	margin-top: 25px;
	font-family: "Open Sans";
	font-weight: bold;
	color: #736e6e;
	font-size: 14px;
	letter-spacing: 0.35px;
}
.modal-form .form-content a{
	color: #000000;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.45px;
	line-height: 22px;
}
span.ajax-loader{
	display: none!important;
}
.modal-form .form-content p.form__text{
	margin: 25px 0;
	color: #000000;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
}
.modal-form .form-content span{
	margin-top: 16px;
	color: #000000;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.3px;
	display: block;
}
input.wpcf7-text{
	display: block;
	padding: 18px 60px 18px 21px;
	width: 100%;
	color: #736e6e;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.35px;
	outline: none;
	background: #fff;
	margin-bottom: 16px;
	border: 1px solid #736e6e;
	background-position: right 16px center;
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
}
input.wpcf7-text::placeholder{
	color: #736e6e;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.35px;
}
input.send{
	border: 0 solid #000000;
	background-image: -webkit-linear-gradient(bottom, #00a9e0 0%, #0188b4 100%);
	background-image: -o-linear-gradient(bottom, #00a9e0 0%, #0188b4 100%);
	background-image: linear-gradient(to top, #00a9e0 0%, #0188b4 100%);
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 400;
	padding: 14px 0;
	width: 100%;
	letter-spacing: 0.45px;
	display: block;
	cursor: pointer;
	outline: none;
}
input.send:hover {
    background-image: linear-gradient(0deg, #00a9e0 70%, #0188b4)
}
input.send:active {
    background-image: linear-gradient(180deg, #00a9e0 0, #0188b4)
}
img.form-close{
	position: absolute;
	right: 15px;
	top: 13px;
	cursor: pointer;
}
section.services .services-content .services-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
}

section.services .services-content .services-row .row-modal-container{
	position: absolute;
	top: 50%;
	z-index: 10;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: none;
	padding: 20px 35px;
	box-shadow: 0 3px 15px 1px rgba(0, 1, 3, .56);
    border: 0 solid #000;
    background: #fff;
    overflow: hidden;
    width: 830px;
}
section.services .services-content .services-row .rght .row-modal-container{
	left: unset !important;
	right: 0;
}
section.services .services-content .services-row .row-modal-container .row-inner{
	overflow: hidden;
	top: 50%;
	left: 0;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
section.services .services-content .services-row .row-modal-container .row-inner .row-slider{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	left: 0;
	transition: all ease .5s;
}
section.services .services-content .services-row .row-modal-container img.row-next,
section.services .services-content .services-row .row-modal-container img.row-prev{
	position: absolute;
	top: 50%;
	width: 35px;
	height: 35px;
	cursor: pointer;
}
section.services .services-content .services-row .row-modal-container img.close-row{
	position: absolute;
	right: 15px;
	top: 20px;
	cursor: pointer;
}
section.services .services-content .services-row .row-modal-container img.row-next{
	right: 0;
}
section.services .services-content .services-row .row-modal-container img.row-prev{
	left: 0;
}
section.services .services-content .services-row .row-modal-container .row-modal{
	min-width: 233.3333333333px;
	height: 320px;
	position: relative;
	margin: 0 10px;
}
section.services .services-content .services-row .row-modal-container .row-modal .row-modal-content{
	position: absolute;
	z-index: 15;
	bottom: 0;
	padding: 0 5px 10px 7px;
	width: 100%;
}
section.services .services-content .services-row .row-modal-container .row-modal .row-modal-content h5{
	color: #000;
    font-weight: 700;
    line-height: 18px;
    font-family: Open Sans;
    font-size: 14px;
}
section.services .services-content .services-row .row-modal .row-modal-content p{
	letter-spacing: .35px;
    line-height: 17px;
    color: #fff;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
}

section.services .services-content .services-row .row-modal img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover
}
section.services .services-content .services-row .row-modal img.modal-grad{
	height: auto;
	bottom: 0;
}

section.services .services-content .services-row .services-block {
    position: relative;
    min-width: 270px;
    margin-bottom: 50px;
}

section.services .services-content .services-row .services-block .block {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    background: #bcd021;
    min-width: 172px;
    padding: 7px 17px;
    text-align: center
}

section.services .services-content .services-row .services-block .block p {
    white-space: nowrap;
    color: #fff;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .45px
}

section.services .services-content .services-row .services-block .row {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section.services .services-content .services-row .services-block .row a.row-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    padding: 6px 13px;
    background-color: #0a8fbc;
    cursor: pointer;
}

section.services .services-content .services-row .services-block .row a.row-block img {
    display: block
}

section.services .services-content .services-row .services-block .row a.row-block p {
    color: #fff;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .38px
}

section.services .services-content .services-row .services-block .row a.row-block:hover {
    background-color: #087093
}

section.services .services-content .services-row .services-block .row a.row-an {
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

section.services .services-content .services-row .services-block .row a.row-an p {
    text-decoration: underline;
}

section.price {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

section.price h2.price__title {
    padding-bottom: 23px;
    width: 101px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: .75px;
    white-space: nowrap
}

section.price .row {
    margin-top: 21px
}

section.prog h2.price__title {
    padding-bottom: 23px;
    width: 101px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: .75px;
    white-space: nowrap
}
section.prog .div1 {
    width: 341px;
    text-align: left;
    display: inline-block;
    float: left;
    margin-left: 185px;
    margin-top: -164px;}
section.prog .row,
section.prog .row .block {
    display: -ms-flexbox;
	justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    height: 1205px;
    margin: 0 auto;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section.prog .row .block {
	margin-right:10px;
    padding: 10px 0px 6px 40px;
    box-shadow: 0 3px 15px 1px rgb(255 255 255 / 56%);
        background: #1f2426;
    width: 50%;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
		color: #fff;
	flex: 1 0 158px;
    width: 573px;
}
section.price .row,
section.price .row .block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section.price .row .block {
	margin-right:10px;
    padding: 31px 49px 28px 40px;
    box-shadow: 0 3px 15px 1px rgb(255 255 255 / 56%);
        background: #1f2426;
    width: 50%;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
		color: #fff;
}

section.price .row .block p.price__text {
    color: #000;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: underline;
    letter-spacing: .5px
}
section.price .row .block .block-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end
}

section.price .row .block .block-flex a.download {
    padding: 10px 25px 9px;
    border: 2px solid #018ebb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 156px;
    transition: .3s;
    cursor: pointer;
}

section.price .row .block .block-flex a.download p {
    color: #018ebb;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px
}

section.photo h2.photo__title,
section.zone h2.photo__title {
    font-family: Open Sans;
    font-size: 30px;
    letter-spacing: .75px
}

section.price .row .block .block-flex a.download svg {
    fill: #018ebb
}

section.price .row .block .block-flex a.download:hover {
    background: #018ebb;
    transition: .3s
}

section.price .row .block .block-flex a.download:hover p {
    color: #fff
}

section.price .row .block .block-flex a.download:hover svg {
    fill: #fff
}

 h2.photo__title {
    color: #FFF;
    font-weight: 700;
    line-height: 28px
}

section.photo h2.photo__title {
    color: #FFF;
    font-weight: 700;
    line-height: 28px
}

section.photo .flex {
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section.photo .flex img {
    display: block;
    height: 295px;
    object-fit: cover;
    box-shadow: 0 3px 15px 1px rgba(0, 1, 3, .56)
}

section.photo .flex-row {
    margin-top: 30px
}

section.photo .flex-row img {
    height: 295px;
    object-fit: cover
}

section.zone {
    padding: 39px 0;
}

section.zone h2.photo__title {
    padding-bottom: 23px;
    border-bottom: 4px solid #fff;
    width: 101px;
    color: #FFF;
    font-weight: 700;
    line-height: 28px;
    white-space: nowrap
}

section.zone .map {
    padding-bottom: 32px;
    width: 350px;
    height: 420px;
    box-shadow: 0 3px 15px 1px rgba(0, 1, 3, .56);
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: none
}

section.zone .map iframe {
    width: 100%;
    height: 265px
}

section.zone .map p.map__title {
    position: relative;
    padding-top: 31px;
    text-align: center;
    color: #000;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-decoration: underline;
    letter-spacing: .5px
}

section.lab .lab-bg h2.lab__title,
section.lab .lab-content .flex .row p,
section.zone .flex .block .block-bottom p,
section.zone .map button {
    color: #fff;
    font-family: Open Sans
}

section.zone .map button {
    padding: 15px 12px;
    background-image: linear-gradient(0deg, #00a9e0 0, #0188b4);
    border: 0 solid #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin: 25px auto 0;
    letter-spacing: .45px;
    display: block;
    cursor: pointer;
    position: relative
}

section.lab .lab-content .flex,
section.zone .flex {
    display: -ms-flexbox
}

section.zone .map button:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #bcd021;
    bottom: 0;
    left: 0
}

section.zone .map button:hover {
    background-image: linear-gradient(0deg, #00a9e0 70%, #0188b4)
}

section.zone .map button:active {
    background-image: linear-gradient(180deg, #00a9e0 0, #0188b4)
}

section.zone .flex {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

section.zone .flex .block {
    position: relative;
    cursor: pointer;
    display: block;
    width: 370px;
    height: 240px;
    box-shadow: 0 3px 15px 1px rgba(0, 1, 3, .56);
    margin-top: 21px;
}

section.zone .flex .block .block-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #018ebb;
    padding: 19px 0 14px;
    text-align: center
}

section.zone .flex .block .block-bottom p {
    transition: .3s;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: .5px
}

section.zone .flex .block img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

section.zone .flex .block:hover .block-bottom p {
    text-decoration: underline;
    font-weight: 600;
    transition: .3s
}

section.zone .flex-big {
    margin-top: 50px
}

section.zone .flex-row .block {
    width: 270px;
    height: 170px;
}

section.zone .flex-row .block .block-bottom {
    padding: 12px 0 8px
}

section.lab {
    padding: 0px 0 0px;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain
}

section.lab .lab-bg {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

section.lab .lab-bg h2.lab__title {
    width: 101px;
    padding-bottom: 16px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: .75px;
    border-bottom: 4px solid #fff;
    white-space: nowrap
}

section.lab .lab-content {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

section.lab .lab-content .flex {
    margin-top: 38px;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start
}

section.lab .lab-content .flex .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 33%
}

section.lab .lab-content .flex .row img {
    margin-right: 13px
}

section.lab .lab-content .flex .row p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: .4px
}

section.discount {
    padding-bottom: 70px
}

section.discount h2.discount__title {
    color: #000;
    font-family: Open Sans;
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: .75px
}

section.discount .discount-days .day-content p,
section.discount .discount-days .day .day-head p,
section.discount p.discount__subtitle {
    color: #000;
    font-family: Open Sans;
    font-size: 18px;
    letter-spacing: .45px
}

section.discount p.discount__subtitle {
    font-weight: 400;
    line-height: 28px;
    margin-top: 19px
}

section.discount .discount-days {
    margin: 31px auto 0;
    width: 830px
}

section.discount .discount-days .day {
    margin-top: 15px
}

section.discount .discount-days .day .day-head {
    box-shadow: 0 3px 10px 1px rgba(0, 1, 3, .56);
    border: 0 solid #000;
    background-color: rgba(10, 143, 188, .4);
    position: relative;
    cursor: pointer;
    padding: 24px 200px 24px 30px
}

section.discount .discount-days .day .day-head img {
    transition: .3s;
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%)
}

section.discount .discount-days .day .day-head img.img-rot {
    transform: rotate(180deg) translateY(50%);
    transition: .3s
}

section.discount .discount-days .day .day-head p {
    font-weight: 700
}

section.discount .discount-days .day-content {
    display: none;
    padding: 30px;
    background: #fff;
    border: 1px solid #0a8fbc;
    box-shadow: 0 3px 10px 1px rgba(0, 1, 3, .56);
    border-top: 0
}

section.discount .discount-days .day-content p {
    font-weight: 400
}

@media (max-width:1549px) {
    section.lab {
        background-size: contain
    }
    section.lab .lab-bg {
        width: 1365px
    }
}

@media (max-width:1365px) {
    section.lab .lab-bg {
        width: 1170px;
        margin: 0 auto
    }
    section.lab .lab-bg .lab-content {
        padding-left: 15px
    }
}

@media (max-width:1200px) {
	section.services .services-content .services-row .row-modal-container{
		width: 576.6666666px;
	}
	section.services .services-content .services-row .row-modal-container .close-row{
		width: 26px;
		height: 26px;
	}
    .container {
        max-width: 900px
    }
    header .header-top a.logo {
        width: 150px
    }
    header .header-top a.logo img {
        width: 100%
    }
    header .header-top p.address {
        width: 210px;
        font-size: 14px;
        line-height: 20px
    }
    header .header-top .graphic a.tel {
        font-size: 18px;
        line-height: 22px
    }
    header .header-top .graphic p.day {
        font-size: 13px;
        line-height: 18px
    }
    header .header-top button.order {
        font-size: 14px;
        line-height: unset
    }
    header .header-bottom {
        height: 50px
    }
    header .header-bottom nav.menu ul.menu__list li.menu__item a.menu__link {
        padding: 15px 3px;
        font-size: 14px;
        line-height: unset
    }
    header .header-bottom nav.menu .search input.search__item {
        height: 80%
    }
    header .header-bottom nav.menu .search img.search__img {
        width: 20px
    }
    section.main .main-box {
        padding: 20px 0 50px
    }
    section.main .main-box .main-content {
        width: 500px;
        z-index: 3
    }
    section.main .main-box .main-content h1.main__title {
        font-weight: 700;
        font-size: 30px;
        line-height: 32px
    }
    section.main .main-box .main-content p.main__text {
        font-size: 14px;
        margin: 20px 0
    }
    section.main .main-box .main-content .price-lists {
        margin-top: 30px
    }
    section.main .main-box .main-content .price-lists a {
        margin-right: 15px;
        padding: 9px;
        border: 1.5px solid #018cb9
    }
    section.main .main-box .main-content .price-lists a img {
        display: block;
        margin-right: 15px
    }
    section.main .main-box .main-content .price-lists a p {
        font-size: 14px;
        line-height: 20px
    }
    section.main .main-box img.main__img {
        width: 430px;
        height: 320px;
        bottom: 0
    }
    section.about {
        padding-top: 50px
    }
    section.about h2.about__title {
        width: 90px;
        padding-bottom: 15px;
        font-size: 24px;
        border-bottom: 3px solid #bcd021
    }
    section.about .about-content .about-block a.block h5,
    section.about .about-content .about-block a.block span {
        font-size: 14px;
        line-height: unset;
        letter-spacing: unset
    }
    section.about .about-content {
        margin-top: 60px
    }
    section.about .about-content .about-block {
        padding: 15px 15px 12px 10px;
        width: 500px;
        height: 400px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    section.about .about-content .about-block a.block {
        padding: 8px 0 5px 7px
    }
    section.about .about-content .about-block a.block-f {
        padding: 10px 0 17px 5px
    }
    section.about .about-content img {
        width: 600px
    }
    section.about .about-container {
        right: 16px;
        bottom: -60px;
        padding: 18px 30px 10px
    }
    section.about .about-container h2.about-container__title {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px
    }
    section.about .about-container img.close-slider {
        width: 15px
    }
    section.about .about-container .about-slider {
        width: 560px
    }
    section.about .about-container .about-slider .about-slide {
        height: 236px
    }
    section.about .about-container .about-slider .about-slide img.slider-grad {
        height: 65%;
        width: 100%
    }
    section.about .about-container .about-slider .about-slide .about-slide-content {
        padding: 0 5px 5px
    }
    section.about .about-container .about-slider .about-slide .about-slide-content h5 {
        line-height: unset;
        font-size: 12px
    }
    section.about .about-container .about-slider .about-slide .about-slide-content p {
        letter-spacing: unset;
        line-height: 14px;
        font-size: 12px
    }
    section.about .about-container .about-slider .slick-slide {
        margin: 0 4px
    }
    section.about .about-container .about-slider .slick-list {
        margin: 0 -4px
    }
    section.about .about-container img.about-next,
    section.about .about-container img.about-prev {
        width: 30px
    }
    section.services {
        padding: 50px 0
    }
    section.services h2.services__title {
        padding-bottom: 10px;
        border-bottom: 3px solid #bcd021;
        width: 90px;
        font-size: 24px;
        line-height: unset
    }
    section.services .services-content .services-abs {
        width: 624px;
        padding: 20px 17px 20px 25px
    }
    section.services .services-content .services-abs img.close-services {
        width: 15px
    }
    section.services .services-content .services-abs .abs-row {
        padding-right: 20px
    }
    section.services .services-content .services-abs .abs-row img.abs__logo {
        width: 190px
    }
    section.services .services-content .services-abs .abs-row p.abs-row__text {
        width: 350px;
        font-size: 14px;
        line-height: unset
    }
    section.services .services-content .services-abs p.abs__text {
        font-size: 14px;
        line-height: unset;
        letter-spacing: .45px;
        margin-top: 15px
    }
    section.services .services-content .services-row {
        margin-bottom: 40px
    }
    section.services .services-content .services-row .services-block {
        min-width: unset;
        max-width: 200px
    }
    section.services .services-content .services-row .services-block img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
    section.services .services-content .services-row .services-block .block {
        min-width: 120px;
        padding: 5px 11px
    }
    section.services .services-content .services-row .services-block .block p {
        font-size: 14px;
        letter-spacing: unset
    }
    section.services .services-content .services-row .services-block .row a.row-block {
        width: 80px;
        padding: 5px 10px
    }
    section.services .services-content .services-row .services-block .row a.row-block img {
        width: 15px
    }
    section.services .services-content .services-row .services-block .row a.row-block p {
        color: #fff;
        font-family: Open Sans;
        font-size: 12px;
        line-height: unset;
        letter-spacing: unset
    }
    section.price {
        padding: 50px 0
    }
    section.price h2.price__title {
        padding-bottom: 10px;
        border-bottom: 3px solid #bcd021;
        width: 90px;
        font-size: 24px;
        line-height: unset
    }
    section.price .row .block {
        padding: 15px 29px 18px 20px;
        width: 270px;
        height: 161px
    }
    section.price .row .block p.price__text {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: unset
    }
    section.price .row .block .block-flex img {
        height: 80px;
        width: auto;
    }
    section.price .row .block .block-flex a.download {
        padding: 5px 10px;
        width: 106px
    }
    section.price .row .block .block-flex a.download p {
        font-size: 14px;
        line-height: unset
    }
    section.photo h2.photo__title,
    section.zone h2.photo__title {
        font-size: 24px;
        line-height: unset
    }
    section.price .row .block .block-flex a.download svg {
        width: 15px
    }
    section.photo {
        padding: 50px 0
    }
    section.photo .flex {
        margin-top: 40px
    }
    section.photo .flex img {
        width: 270px;
        height: 260px;
    }
    section.photo .flex-row img {
        width: 200px;
        height: 117px;
    }
    section.zone {
        padding-bottom: 29px
    }
    section.zone h2.photo__title {
        padding-bottom: 10px;
        border-bottom: 3px solid #bcd021;
        width: 90px
    }
    section.zone .map {
        width: 220px;
        height: 300px;
        padding-bottom: 15px
    }
    section.zone .map iframe {
        width: 100%;
        height: 170px
    }
    section.zone .map p.map__title {
        padding-top: 15px;
        font-size: 16px;
        line-height: unset;
        letter-spacing: unset
    }
    section.zone .map button {
        font-size: 12px;
        line-height: unset;
        margin: 15px auto 0;
        letter-spacing: unset
    }
    section.zone .flex .block {
        width: 270px;
        height: 180px;
    }
    section.zone .flex .block .block-bottom {
        padding: 14px 0
    }
    section.zone .flex .block .block-bottom p {
        font-size: 16px;
        line-height: unset
    }
    section.zone .flex-big {
        margin-top: 40px;
    }
    section.zone .flex-row .block {
        width: 200px;
        height: 120px;
    }
    section.zone .flex-row .block .block-bottom {
        padding: 8px
    }
    section.lab {
        padding: 70px 0 80px
    }
    section.lab .lab-bg {
        width: 800px;
        padding: 40px 0 35px
    }
    section.lab .lab-bg h2.lab__title {
        padding-bottom: 10px;
        border-bottom: 3px solid #fff;
        width: 90px;
        font-size: 24px;
        line-height: unset
    }
    section.lab .lab-content {
        padding-right: 20px;
        width: 100%
    }
    section.lab .lab-content .flex {
        margin-top: 28px
    }
    section.lab .lab-content .flex .row {
        width: 33%
    }
    section.lab .lab-content .flex .row img {
        height: 45px;
        margin-right: 0
    }
    section.lab .lab-content .flex .row p {
        font-size: 12px;
        line-height: unset;
        letter-spacing: unset
    }
    section.discount .discount-days .day-content p,
    section.discount .discount-days .day .day-head p {
        letter-spacing: .45px;
        font-size: 14px
    }
    section.discount {
        padding-bottom: 50px
    }
    section.discount h2.discount__title {
        font-size: 24px;
        line-height: unset
    }
    section.discount p.discount__subtitle {
        font-size: 16px;
        line-height: 22px;
        margin-top: 5px
    }
    section.discount .discount-days {
        width: 600px
    }
    section.discount .discount-days .day .day-head {
        padding: 18px 100px 18px 24px
    }
    section.discount .discount-days .day .day-head img {
        right: 30px;
        width: 14px
    }
    section.discount .discount-days .day-content {
        padding: 18px
    }
    footer a.logo {
        display: block;
        width: 150px
    }
    footer a.logo img {
        width: 100%
    }
    footer .footer-content .footer-block a,
    footer .footer-content .footer-block h4,
    footer .footer-content .footer-block p {
        font-size: 14px;
        line-height: 20px
    }
}

@media (max-width:900px) {
    .container {
        max-width: 95%
    }
    header .header-top {
        padding: 15px 0
    }
    header .header-top a.logo {
        width: 100px
    }
    header .header-top a.logo img {
        width: 100%
    }
    header .header-top p.address {
        width: 180px;
        font-size: 12px;
        line-height: unset
    }
    header .header-top .graphic a.tel {
        font-size: 14px;
        line-height: unset
    }
    header .header-top .graphic p.day,
    header .header-top button.order {
        font-size: 11px;
        line-height: unset
    }
    header .header-bottom {
        height: 35px
    }
    header .header-bottom nav.menu ul.menu__list li.menu__item a.menu__link {
        padding: 10px 0;
        font-size: 11px
    }
    header .header-bottom nav.menu ul.menu__list{
    	justify-content: space-between;
    }
    header .header-bottom nav.menu .search {
        height: 20px;
        width: 150px;
        margin-left: 5px
    }
    header .header-bottom nav.menu .search .line {
        margin-right: 8px
    }
    header .header-bottom nav.menu .search input.search__item {
        height: 90%;
        width: 95%
    }
    header .header-bottom nav.menu .search img.search__img {
        width: 15px
    }
    section.main .main-box .main-content {
        width: 400px
    }
    section.main .main-box .main-content h1.main__title {
        font-size: 24px;
        line-height: 28px
    }
    section.main .main-box .main-content p.main__text {
        font-size: 12px;
        margin: 15px 0;
        line-height: unset
    }
    section.main .main-box .main-content .price-lists {
        margin-top: 20px
    }
    section.main .main-box .main-content .price-lists a {
        margin-right: 10px;
        padding: 9px;
        border: 1px solid #018cb9
    }
    section.main .main-box .main-content .price-lists a img {
        margin-right: 10px;
        width: 20px
    }
    section.main .main-box .main-content .price-lists a p {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: unset
    }
    section.main .main-box img.main__img {
        width: 330px;
        height: 240px;
        bottom: 0
    }
    section.about {
        padding-top: 40px
    }
    section.about h2.about__title {
        width: 60px;
        padding-bottom: 10px;
        font-size: 20px;
        border-bottom: 2px solid #bcd021;
        white-space: nowrap
    }
    section.about .about-content {
        margin-top: 60px
    }
    section.about .about-content .about-block {
        padding: 10px;
        width: 450px;
        height: 350px
    }
    section.about .about-content .about-block a.block h5,
    section.about .about-content .about-block a.block span {
        font-size: 12px
    }
    section.about .about-content .about-block a.block,
    section.about .about-content .about-block a.block-f {
        padding: 3px
    }
    section.about .about-content img {
        width: 500px
    }
    section.about .about-container {
        right: 10px;
        bottom: -80px;
        padding: 10px 15px 5px
    }
    section.about .about-container h2.about-container__title {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px
    }
    section.about .about-container img.close-slider {
        width: 12px
    }
    section.about .about-container .about-slider {
        width: 300px
    }
    section.about .about-container .about-slider .about-slide {
        height: 180px
    }
    section.about .about-container .about-slider .about-slide .about-slide-content h5 {
        line-height: 12px;
        font-size: 10px
    }
    section.about .about-container .about-slider .about-slide .about-slide-content p {
        line-height: 11px;
        font-size: 10px
    }
    section.about .about-container img.about-next,
    section.about .about-container img.about-prev {
        width: 17px
    }
    section.services {
        padding: 50px 0 40px
    }
    section.services h2.services__title {
        width: 60px;
        padding-bottom: 10px;
        font-size: 20px;
        border-bottom: 2px solid #bcd021
    }
    section.services .services-content .services-abs {
        width: 624px;
        padding: 20px 17px 20px 25px
    }
    section.services .services-content .services-abs img.close-services {
        width: 15px
    }
    section.services .services-content .services-abs .abs-row {
        padding-right: 20px
    }
    section.services .services-content .services-abs .abs-row img.abs__logo {
        width: 190px
    }
    section.services .services-content .services-abs .abs-row p.abs-row__text {
        width: 350px;
        font-size: 14px;
        line-height: unset
    }
    section.services .services-content .services-abs p.abs__text {
        font-size: 14px;
        line-height: unset;
        letter-spacing: .45px;
        margin-top: 15px
    }
    section.services .services-content .services-row {
        margin-bottom: 30px
    }
    section.services .services-content .services-row .services-block {
        max-width: 160px
    }
    section.services .services-content .services-row .services-block .block {
        min-width: 100px;
        padding: 5px
    }
    section.services .services-content .services-row .services-block .block p {
        font-size: 12px
    }
    section.services .services-content .services-row .services-block .row a.row-block {
        width: 60px;
        padding: 5px
    }
    section.services .services-content .services-row .services-block .row a.row-block p {
        font-size: 10px
    }
    section.price {
        padding: 40px 0
    }
    section.price h2.price__title {
        width: 60px;
        padding-bottom: 10px;
        font-size: 20px;
        border-bottom: 2px solid #bcd021
    }
    section.price .row .block {
        padding: 10px 24px 13px 15px;
        width: 220px;
        height: 130px
    }
    section.price .row .block p.price__text {
        font-size: 13px;
        line-height: unset
    }
    section.price .row .block .block-flex img {
        height: 60px
    }
    section.price .row .block .block-flex a.download {
        padding: 5px;
        width: 100px
    }
    section.price .row .block .block-flex a.download p {
        font-size: 12px;
        line-height: unset
    }
    section.price .row .block .block-flex a.download svg {
        height: 15px
    }
    section.photo {
        padding: 40px 0
    }
    section.photo h2.photo__title {
        font-size: 20px
    }
    section.photo .flex {
        margin-top: 30px
    }
    section.photo .flex img {
        width: 210px;
        height: 200px;
    }
    section.photo .flex-row img {
        width: 150px;
        height: 87px;
    }
    section.zone {
        padding-bottom: 29px
    }
    section.zone h2.photo__title {
        width: 60px;
        padding-bottom: 10px;
        font-size: 20px;
        border-bottom: 2px solid #bcd021
    }
    section.zone .map {
        width: 180px;
        height: 200px;
        padding-bottom: 15px
    }
    section.zone .map iframe {
        width: 100%;
        height: 120px
    }
    section.zone .map p.map__title {
        padding-top: 10px;
        font-size: 13px
    }
    section.zone .map button {
        font-size: 10px;
        margin: 10px auto 0;
        padding: 10px
    }
    section.zone .flex .block {
        width: 210px
    }
    section.zone .flex .block .block-bottom {
        padding: 10px 0
    }
    section.zone .flex .block .block-bottom p {
        font-size: 14px;
        line-height: unset
    }
    section.zone .flex-big {
        margin-top: 30px
    }
    section.zone .flex-row .block {
        width: 160px;
        height: 120px;
    }
    section.zone .flex-row .block .block-bottom {
        padding: 8px
    }
    section.lab {
        padding: 40px 0
    }
    section.lab .lab-bg {
        width: 100%;
        padding: 40px 0 35px
    }
    section.lab .lab-bg h2.lab__title {
        width: 60px;
        padding-bottom: 10px;
        font-size: 20px;
        border-bottom: 2px solid #fff
    }
    section.lab .lab-content {
        padding-right: 10px
    }
    section.lab .lab-content .flex {
        margin-top: 18px
    }
    section.lab .lab-content .flex .row img {
        height: 40px;
        margin-right: 5px
    }
    section.lab .lab-content .flex .row p {
        font-size: 10px
    }
    section.discount {
        padding-bottom: 40px
    }
    section.discount h2.discount__title {
        font-size: 20px
    }
    section.discount p.discount__subtitle {
        font-size: 14px;
        line-height: 16px
    }
    footer .footer-content .footer-block a,
    footer .footer-content .footer-block h4 {
        font-size: 12px;
        line-height: 16px
    }
    footer {
        padding: 20px 0 30px
    }
    footer a.logo {
        display: block;
        width: 100px
    }
    footer .footer-content .footer-block p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px
    }
    footer .footer-content .footer-block ul.footer__list {
        margin-top: 10px
    }
    footer .footer-content .footer-block:last-child {
        width: 200px
    }
}

@media (max-width:720px) {
	section.services .services-content .services-row .row-modal-container{
		width: 293px;
		padding: 20px;
		left: 50% !important;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	section.services .services-content .services-row .row-modal-container img.close-row{
		width: 26px;
		height: 26px;
	}
	section.services .services-content .services-row .row-modal-container img.row-next,
	section.services .services-content .services-row .row-modal-container img.row-prev{
		width: 30px;
		height: 30px;
	}
    header .header-top {
        padding: 20px 0;
        -ms-flex-direction: column;
        flex-direction: column
    }
    header .header-top a.logo {
        width: 200px
    }
    header .header-top p.address {
        width: 250px;
        font-size: 16px;
        text-align: center;
        margin-top: 15px
    }
    header .header-top .graphic {
        text-align: center;
        margin-top: 20px
    }
    header .header-top .graphic a.tel {
        font-size: 18px;
        line-height: unset
    }
    header .header-top .graphic p.day,
    header .header-top button.order {
        font-size: 14px;
        line-height: unset
    }
    header .header-top button.order {
        margin-top: 15px
    }
    header .header-bottom {
        display: none
    }
    section.main .main-box {
        padding-bottom: 230px
    }
    section.main .main-box .main-content {
        width: 100%;
        text-align: center
    }
    section.main .main-box .main-content h1.main__title {
        font-size: 24px;
        line-height: 28px
    }
    section.main .main-box .main-content p.main__text {
        font-size: 16px;
        margin: 20px 0;
        line-height: unset
    }
    section.main .main-box .main-content .price-lists {
        width: 304px;
        margin: 20px auto 0;
        text-align: center
    }
    section.main .main-box .main-content .price-lists a {
        margin: 0 3px;
        padding: 5px
    }
    section.main .main-box .main-content .price-lists a img {
        margin-right: 0;
        width: 18px
    }
    section.main .main-box .main-content .price-lists a p {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: unset
    }
    section.main .main-box img.main__img {
        right: 50%;
        transform: translateX(50%);
        width: 300px;
        height: 230px
    }
    section.about {
        padding-top: 20px
    }
    section.about h2.about__title {
        text-align: center;
        margin: 0 auto;
        width: 250px;
        padding-bottom: 3px;
        font-size: 24px
    }
    section.about .about-content {
        margin-top: 30px
    }
    section.about .about-content .about-block {
        padding: 10px;
        width: 300px;
        height: 450px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
    section.about .about-content .about-block a.block h5,
    section.about .about-content .about-block a.block span {
        font-size: 12px
    }
    section.about .about-content .about-block a.block,
    section.about .about-content .about-block a.block-f {
        padding: 3px
    }
    section.about .about-content img {
        width: 100%;
        height: 450px;
        margin: 0 auto;
        -o-object-fit: cover;
        object-fit: cover
    }
    section.about .about-container {
        width: 300px;
        margin: 20px auto 0;
        position: relative;
        right: unset;
        bottom: unset;
        padding: 20px 0
    }
    section.about .about-container h2.about-container__title {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px
    }
    section.about .about-container img.close-slider {
        width: 12px
    }
    section.about .about-container .about-slider {
        width: 250px;
        margin: 0 auto
    }
    section.about .about-container .about-slider img {
        width: 100%
    }
    section.about .about-container .about-slider .about-slide {
        height: 350px
    }
    section.about .about-container .about-slider .about-slide .about-slide-content h5,
    section.about .about-container .about-slider .about-slide .about-slide-content p {
        line-height: 18px;
        font-size: 16px
    }
    section.about .about-container img.about-next,
    section.about .about-container img.about-prev {
        width: 25px
    }
    section.services {
        padding: 20px 0
    }
    section.services h2.services__title {
        text-align: center;
        margin: 0 auto;
        width: 250px;
        padding-bottom: 3px;
        font-size: 24px
    }
    section.services .services-content {
        margin-top: 30px
    }
    section.services .services-content .services-abs {
        width: 100%;
        padding: 10px
    }
    section.services .services-content .services-abs img.close-services {
        width: 15px
    }
    section.services .services-content .services-abs .abs-row {
        padding-right: 0;
        -ms-flex-direction: column;
        flex-direction: column
    }
    section.services .services-content .services-abs .abs-row img.abs__logo {
        width: 180px;
        margin: 0 auto
    }
    section.services .services-content .services-abs .abs-row p.abs-row__text {
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: unset
    }
    section.services .services-content .services-abs p.abs__text {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: unset;
        margin-top: 10px;
        text-align: center
    }
    section.services .services-content .services-row {
        margin: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 30px;
    }
    section.services .services-content .services-row .services-block {
        max-width: unset;
        width: 280px;
        height: 200px;
        margin-bottom: 30px
    }
    section.services .services-content .services-row .row-modal-container{
    	-webkit-flex-direction: column;
    	-moz-flex-direction: column;
    	-ms-flex-direction: column;
    	-o-flex-direction: column;
    	flex-direction: column;
    }
    section.services .services-content .services-row .services-block img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }
    section.services .services-content .services-row .services-block .block {
        min-width: 150px;
        padding: 5px 10px
    }
    section.services .services-content .services-row .services-block .block p {
        font-size: 16px
    }
    section.services .services-content .services-row .services-block .row a.row-block {
        width: 100px;
        padding: 5px 10px
    }
    section.services .services-content .services-row .services-block .row a.row-block img {
        width: 25px
    }
    section.services .services-content .services-row .services-block .row a.row-block p {
        font-size: 14px
    }
    section.price {
        padding: 20px 0
    }
    section.price h2.price__title {
        text-align: center;
        margin: 0 auto;
        width: 250px;
        padding-bottom: 3px;
        font-size: 24px
    }
    section.price .row {
        margin-top: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    section.price .row .block {
    padding: 15px 28px 17px 20px;
    width: auto;
    height: auto;
    margin-top: 20px;
    }
    section.price .row .block p.price__text {
        font-size: 16px
    }
    section.price .row .block .block-flex img {
        height: 100px
    }
    section.price .row .block .block-flex a.download {
        padding: 10px;
        width: 120px
    }
    section.price .row .block .block-flex a.download p {
        font-size: 16px;
        line-height: unset
    }
    section.photo h2.photo__title,
    section.zone h2.photo__title {
        font-size: 24px;
        text-align: center
    }
    section.price .row .block .block-flex a.download svg {
        height: 25px;
        width: 25px
    }
    section.photo {
        padding: 20px 0
    }
    section.photo .flex {
        margin-top: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    section.photo .flex img {
        margin-top: 20px;
        width: 280px;
        height: 240px;
        -o-object-fit: cover;
        object-fit: cover
    }
    section.photo .flex-row img {
        width: 280px
    }
    section.zone {
        padding-top: 20px;
        padding-bottom: 29px
    }
    section.zone h2.photo__title {
        margin: 0 auto;
        width: 280px;
        padding-bottom: 3px
    }
    section.zone .map {
        width: 240px;
        height: 300px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding-bottom: 0
    }
    section.zone .map iframe {
        height: 180px
    }
    section.zone .map p.map__title {
        padding-top: 10px;
        font-size: 16px
    }
    section.zone .map button {
        font-size: 14px;
        margin: 15px auto 0;
        padding: 10px
    }
    section.zone .flex {
        margin-top: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    section.zone .flex .block {
        margin-top: 20px;
        width: 280px;
        height: 180px
    }
    section.zone .flex .block img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    section.zone .flex .block .block-bottom {
        padding: 10px 0
    }
    section.zone .flex .block .block-bottom p {
        font-size: 14px;
        line-height: unset
    }
    section.zone .flex-big {
        margin-top: 0
    }
    section.zone .flex-row .block {
        width: 280px
    }
    section.zone .flex-row .block .block-bottom {
        padding: 8px
    }
    section.lab {
        padding: 0;
        background-size: cover;
        background-position: top
    }
    section.lab .lab-bg {
        padding: 30px 0
    }
    section.lab .lab-bg h2.lab__title {
        text-align: center;
        margin: 0 auto;
        width: 250px;
        padding-bottom: 3px;
        font-size: 18px;
        white-space: normal
    }
    section.lab .lab-content {
        width: 100%;
        padding-right: 0
    }
    section.lab .lab-content .flex {
        width: 100%;
        margin-top: 0
    }
    section.lab .lab-content .flex,
    section.lab .lab-content .flex .row {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    section.lab .lab-content .flex .row {
        width: 280px;
        text-align: center;
        margin-top: 20px
    }
    section.lab .lab-content .flex .row img {
        height: 70px;
        margin-right: 5px
    }
    section.lab .lab-content .flex .row p {
        font-size: 14px
    }
    section.discount {
        padding: 20px 0
    }
    section.discount h2.discount__title {
        font-size: 24px;
        text-align: center
    }
    section.discount p.discount__subtitle {
        font-size: 16px;
        line-height: 16px;
        text-align: center
    }
    section.discount .discount-days {
        width: 100%
    }
    section.discount .discount-days .day .day-head {
        padding: 18px 35px 15px 20px
    }
    section.discount .discount-days .day .day-head img {
        right: 20px;
        width: 14px
    }
    section.discount .discount-days .day .day-head p {
        font-size: 12px;
        letter-spacing: unset
    }
    section.discount .discount-days .day-content {
        padding: 18px
    }
    section.discount .discount-days .day-content p{
        font-size: 14px;
        letter-spacing: .45px
    }
    footer {
        padding: 30px 0 20px
    }
    footer a.custom-logo-link {
    	margin: 0 auto;
    	display: block;
    	width: 197px;
    }
    footer .footer-content {
        margin-top: 0;
        -ms-flex-direction: column;
        flex-direction: column
    }
    footer .footer-content .footer-block:last-child {
        width: 280px;
        margin: 0 auto
    }
    footer .footer-content .footer-block {
        text-align: center
    }
    footer .footer-content .footer-block h4 {
        margin-top: 18px;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: unset
    }
    footer .footer-content .footer-block p {
        margin-top: 5px;
        font-size: 16px;
        line-height: 20px
    }
    footer .footer-content .footer-block a {
        font-size: 16px;
        line-height: 20px
    }
    footer .footer-content .footer-block ul.footer__list {
        margin-top: 5px;
        margin-bottom: 20px
    }
	.modal-form .form-content{
		width: 300px
	}
	.modal-form .form-content h2{
		font-size: 20px;
	}
	.modal-form .form-content p.tel__num{
		margin-top: 15px;
		font-size: 14px;
	}
	.modal-form .form-content a{
		font-size: 15px;
	}
	.modal-form .form-content p.form__text{
		margin: 10px 0;
		font-size: 11px;
		line-height: unset;
	}
	.modal-form .form-content span{
		font-size: 9px;
	}
}
.div1 {
    width: 341px;
    text-align: center;
    display: inline-block;
    float: left;
    margin-left: 200px;
    margin-top: -170px;
}

.div2 {
    width: 168px;
    display: inline-block;
    float: right;
    margin-right: 15px;
}
.div2 img {
    width: 150px!important;
height: 150px!important;
}

@media(max-width:720px){
	.day-content tr{
		font-size:8px;
	}
section.prog .row, section.prog .row .block {
    flex-wrap: wrap;
    margin: 0 auto;
    display: flex;
	flex-direction: inherit;
    flex: auto;
    width: auto;
	height: auto;
}
section.prog .row .block {
    padding: 10px 0px 6px 40px;
    box-shadow: 0 3px 15px 1px rgb(255 255 255 / 56%);
    background: #1f2426;
    color: #fff;
	height: auto;
}
section.prog .div1 {
    width: auto;
   text-align: left; 
   display: inline; 
   float: none; 
    margin-left: 0px;
    margin-top: 0px; 
}
section.prog .div2 {
    width: auto;
    display: inline;
    float: none;
    margin-right: 0px;
    text-align: center;
}
  .div1 {
    width: auto;
   text-align: left; 
   display: inline; 
   float: none; 
    margin-left: 0px;
    margin-top: 0px; 
}
  .div2 {
    width: auto;
    display: inline;
    float: none;
    margin-right: 0px;
    text-align: center;
}
	.strong-grid {
    display: inline!important;
}
.strong-view.wpmtst-modern {
    display: unset!important;
    width: 100%;
}
}
#zatemnenie {
	    z-index: 999999999999999999;
        background: rgba(102, 102, 102);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
      }
      #okno {
width: 560px;
    height: 672px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000000;
    border-radius: 10px;
    color: #000000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
      }
      #zatemnenie:target {display: block;}
      .close {
        display: inline-block;
        border: 1px solid #000000;
        color: #000000;
        padding: 0 12px;
        margin: 10px;
        text-decoration: none;
        background: #f2f2f2;
        font-size: 14pt;
        cursor:pointer;
      }
      .close:hover {background: #e6e6ff;}

/*кнопка 6*/
.six a {
padding: 8px;
    color: #ffffff;
    background: #8b9497ab;
    border-bottom: 2px solid #ffffff;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
    font-size: 21px;
}
.six a:hover {
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
   text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}