body {
	    font-size: 18px;
	    font-family: 'Gerbera';
	    color: #343233;
}

ul {
	padding: 0px;
	margin: 0px auto;
}

p {
	margin: 0px;
}
.container {
    margin: 0 auto;
    padding: 0;
    max-width: 1198px;
}

header a,
footer a {
	text-decoration: none;
	color: #343233;
	font-size: 16pt;
}

header a:hover,
footer a:hover {
	opacity: 0.7;
}
/*
td:first-child {
    width: 300pt;
}
td:last-child {
    width: 80pt;
}*/
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid#ddd;
    padding: 10px 0 10px 0;
}
.head-link-logo {
    display: flex;
    font-size: 18px;
    align-items: center;
        flex: 10%;
}
.head-link-logo img{
    padding-right: 10px;
}
.footer-socials-links a img,
.header-socials-links a img {
    padding-left: 10px;
}

.footer .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.header .container img,
.footer .container img{
    vertical-align: middle;
}

.header-socials-links a,
.footer-socials-links a {
	text-decoration: none;
}

.logo span {
	display: block;
	font-weight: normal;
}

header {
	height:100px;
}

.header-contacts {
	flex: 0 1 50%;
	text-align: center;
}

.footer-contacts {
	flex: 0 1 50%;
    text-align: center;
}

.header-contacts a,
.footer-contacts a{
	margin-right: 3%;
}

.header-menu-container {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	background: #fff;
    padding: 5px 0;
    height: 40px;
    background: #fff;

}
.header-socials-links:last-child,
.footerr-socials-links:last-child{
	margin-left: 2%;
}
.content-wrapper{
	width: 100%;
}
.header__nav {
    display: block;
}
.header__menu {
    display: flex;
	position: relative;
	z-index: 2;
}
.header__menu li {
	list-style: none;
	margin: 0px 36px 0px 0px ;
	color: #000;
	font-size: 18px;
}
.header__menu li a{
	text-decoration: none;
	color: #343233;
}
.header__menu li :hover{
	text-decoration: underline;
	color: #de924f;
}
.header__menu li.active a{
    text-decoration: underline;
    color: #de924f;
}
.content-wrapper{
    margin-top: 78px;
    padding: 10px;
    line-height: 34px;
}

.zvonok {
	background: #DE924F;
    border: 2px solid#DE924F;
    border-radius: 20px;
    font-size: 18px;
    padding: 10px 40px;
    cursor: pointer;
    margin: 3% 0 10% 0%;
}


.zvonok:hover {
	background: #ffd3ab;
}

.zvonok-2 {
	background: #fff;
    border: 2px solid#343233;
    border-radius: 20px;
    font-size: 18px;
    padding: 10px 40px;
    cursor: pointer;
    margin-top: 3%;
}


.zvonok-2:hover {
	background: #DE924F;
    border: 2px solid#DE924F;
}

.zvonok-2 a {
	text-decoration: none;
	color: #343233;
}


.zvonok-3 {
	background: #DE924F;
    border: 2px solid#DE924F;
    border-radius: 20px;
    font-size: 18px;
    padding: 10px 40px;
    cursor: pointer;
    margin: 3% auto;
    display: block;
}


.zvonok-3:hover {
	background: #ffd3ab;
}

.zvonok-3 a {
	text-decoration: none;
	color: #343233;
}


.main-title {
	background-image: url(/assets/img/sl-fon.jpg);
	padding: 30px;
	display: block;
	background-size: cover;
}

.main-title p{
	font-size: 50px;
	font-weight: bold;
	width: 50%;
	margin-top: 10%;
	padding-bottom: 30px;
	text-transform: uppercase;
}


.main-title p span{
	font-size: 20px;
	display: block;
	padding-top: 30px;
	text-transform: none;
}

.about-company {
	display: flex;
	align-items: center;
    justify-content: space-between;
}

.about-company h2,
.uslugi-tovary h2,
.our-preims h2,
.calc h2,
.price h2,
#akcii h2,
.sertifikaty h2,
.otzyvy h2,
.do-i-posle h2,
.tabs-block h2{
	font-size: 42px;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	margin: 0px auto;
}
.uslugi-tovary h2,
.tabs-block h2{
	margin-bottom: 4%;
}

.otzyvy h2{
	margin-bottom: 4%;
	margin-top: 4%;
}

#akcii h2 {
	margin-bottom: 3%;
}

.price h2 {
	padding-bottom: 20pt;
}


.our-preims h2,
.about-company h2,
.do-i-posle h2 {
	padding: 20pt 0 20pt 0;
}
.our-preims h2 {
	border-bottom: 2px solid#0000005E;
}
.sertifikaty h2 {
	padding-bottom: 30px;
}
.uslugi-tovary h2 {
	text-align: center;
}

#akcii {
	margin-bottom: 3%;
}
#sert {
	margin: 2% 0 5% 0;
}
.about-company img{
	width: 50%;
    margin-right: 3%;
    vertical-align: middle;
}

.company-title {
	font-size: 30px;
	width: fit-content;
	border-bottom: 2px solid#0000005E;
}
.about-company p{
	padding: 10px 0 10px 0;
}

.company-text-block {
	width: 47%;

}
.our-preims {
}


.preims-grid {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2vw;
    margin: 3% 0 3% 0;
}

.preims-grid > div{
	background: #F7F7F7;
	padding: 30px;
	border-radius: 30px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.preims-grid > div:hover{
	background: #de924f;
	— moz-transition: all 1s ease;
    — webkit-transition: all 1s ease;
    — o-transition: all 1s ease;
    transition: all 1s ease;
    color: #fff;
    -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: translateY(-5%);
}

.preims-grid > div:hover img{
	filter: invert(100%);
	— moz-transition: all 1s ease;
    — webkit-transition: all 1s ease;
    — o-transition: all 1s ease;
    transition: all 1s ease;
}
.preims-grid > div p{
	width: 80%;
	font-size: 18px;
}


.preims-grid > div img{
	width: 15%;
	vertical-align: middle;
}

.uslugi-tovary {
	background: #F7F7F7;
	padding: 40px 0 40px 0;
}

.tovary-grid {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2vw;
    margin-bottom: 2%;

}

.tovary-grid > div p{
	background: #fff;
	padding: 15px;
    border-radius: 30px 30px 0 0;
    text-align: center;
}

.tovary-grid > div img{
	width: 100%;
	height: 160px;
    border-radius: 0 0 30px 30px ;
}

.warning-block {
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 3%;
	text-align: center;
}

.warning-block img{
    margin-bottom: 3%;
}

.warning-block p{
	width: fit-content;
	border-top: 2px solid#0000005E;
	padding: 30px 0 20px 0;
	text-align: center;
	margin: 0px auto;
}

.skidki-text-block {
	flex: 0 1 68%;
}

.skidki-title {
	font-size: 60px;
	font-weight: bold;
}

.skidki-title span{
	display: block;
	font-size: 18px;
	font-weight: normal;
}

.price-block p {
	font-size: 30px;
	padding: 30px 0 30px 0;
}
table {
    overflow:hidden;
    background:#fefefe;
    -moz-border-radius:5px; /* FF1+ */
    -webkit-border-radius:5px; /* Saf3-4 */
    border-radius:5px;
     border-collapse: collapse;
}
 
th, td {
    padding:18px 28px 18px; 
}
 
th {
    padding-top:22px; 
    text-shadow: 1px 1px 1px #fff;
    background:#e8eaeb;
}
 
td {
    border:1px solid #e0e0e0; 
}
 
tr.odd-row td {
    background:#f6f6f6;
}
 
td.first, th.first {
    text-align:left
}
 
td.last {
    border-right:none;
}
 
td {
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}
 
tr.odd-row td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}
 
th {
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
}
 
tr:first-child th.first {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px; /* Saf3-4 */
}
 
tr:first-child th.last {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px; /* Saf3-4 */
}
 
tr:last-child td.first {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px; /* Saf3-4 */
}
 
tr:last-child td.last {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px; /* Saf3-4 */
}

.price-block {
	border-top: 2px solid#0000005E;
	margin-bottom: 3%;
}
.content_block {
	overflow: hidden;
	position: relative;    
}
.content_block.hide {
	height: 200px;

}
.content_block.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}


.price-block:last-child {
	border-bottom: 2px solid#0000005E;
	padding-bottom: 40px;
}

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

.sertifikaty-block {
	display: flex;
	align-items: center;
    justify-content: flex-start;
}
.sertifikaty-text-block p {
}
.sertifikaty-block > div {
	text-align: center;
	width: 49%;
}
.skidki img{
  margin-right: 3%;
  width: 50%;
}

.skidki p{
	padding: 10px 0 10px 0;
}

.do-i-posle {
	background:#F7F7F7;
	padding: 20px;
}

.otzyv-block {
	background: #F7F7F7;
	padding: 20px;
	border-radius: 40px;
	margin: 7%;
	height: 330px;
}

.otzyv-block img {
	position: absolute;
	border-radius: 100px;
}

.footer {
	background: #F7F7F7;
	    padding: 30px 0;
}

.header__nav{
  top: 100px; 
position: fixed;
    z-index: 999;
    background: #fff;
    padding: 15px;
    white-space: nowrap;
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 0;
 }

 .do-i-posle-slide{
 	margin: 10px;
 }

 .do-i-posle-slide img {
 	width: 100%;
 }

 #upbutton {
    height: 60px;
    width: 60px;
    bottom: 4px;
    right: 120px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 888;
    opacity: 0.8;
}
#upbutton:hover {
    opacity: 1;
}

.otz-img {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    margin-left: 2.7%;
    top: -16px;
    height: 100px;
}

.otzyvy {
	overflow: hidden;
}

.otzyvy .slick-list{
	overflow: visible;
}

.logo {
	text-transform: uppercase;
}
.logo-img {
	width: 70px;
}

.slide-btn {
	margin-top: 7%;
}

.price-tbl {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

.otzyv-title {
	font-size: 20px;
	font-weight: bold;    
	border-bottom: 2px solid#0000005E;
    padding: 10px 0 20px 0;
    width: 80%;
}
.otz-txt {
	padding-top: 10px;
}

.show-more_content {
  position: relative;
  overflow-y: hidden;
  max-height: 200px;
  transition: max-height 0.5s ease;
}

.show-more_content-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .5s;
}

.show-more_content-mask-gradient {
    background: linear-gradient(180deg, rgba(2,0,36,0) 48%, rgba(255,255,255,0.5158438375350141) 100%);
    transition: opacity .5s;
}

.show-more__opened  {
  max-height: 1500px;
  transition: max-height 0.5s ease;
}


.otz-slide {
	width: 100%;
	background: #fff;
}

.serificat-slide img {
	width: 100%;
}

.tovary-grid > div:hover p {
	background: #de924f;
    color: #fff;
— moz-transition: all 0.5s ease;
— webkit-transition: all 0.5s ease;
— o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#tabs-grid > div:hover p {
	background: #de924f;
    color: #fff;
— moz-transition: all 1s ease;
— webkit-transition: all 1s ease;
— o-transition: all 1s ease;
transition: all 1s ease;
}


.tovary-grid > div img,
 #tabs-grid > div img{
— moz-transition: all 1s ease;
— webkit-transition: all 1s ease;
— o-transition: all 1s ease;
transition: all 1s ease;
}


.tovary-grid div:hover img,
#tabs-grid div:hover img {
filter: brightness(75%);
}

.tabs {
    padding: 0px;
    margin: 0 auto;
}
        /* Стили секций с содержанием */
        
.tabs > section {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}
        
.tabs > section > p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	/* прикрутим анимацию */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
        /* Описываем анимацию свойства opacity */
        
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        }
        to {
         opacity: 1;
         }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        }
        to {
        opacity: 1;
        }
}
        /* Прячем чекбоксы */
        
.tabs > input {
    display: none;
    position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs > label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}
        /* Шрифт-иконки от Font Awesome в формате Unicode */
        
.tabs > label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}
        
.tabs > label[for*="1"]:before {
   content: "\f274";
}
        
.tabs > label[for*="2"]:before {
    content: "\f51a";
}
.tabs > label[for*="3"]:before {
    content: "\f015";
}
        
        /* Изменения стиля переключателей вкладок при наведении */
.tabs > label:hover {
    color: #888;
    cursor: pointer;
}
        /* Стили для активной вкладки */
        
.tabs > input:checked + label {
    color: #de924f;
    border-top: 1px solid #de924f;;
    border-bottom: 1px solid #fff;
    background: #fff;
}
        /* Активация секций с помощью псевдокласса :checked */
        
 #tab1:checked ~ #content-tab1,
 #tab2:checked ~ #content-tab2,
 #tab3:checked ~ #content-tab3 {
    display: block;
}

/* Табы в модалке */

.tabs-modal {
    padding: 0px;
    margin: 0 auto;
}
        /* Стили секций с содержанием */
        
.tabs-modal > section {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}
        
.tabs-modal > section > p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    /* прикрутим анимацию */
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
        /* Описываем анимацию свойства opacity */
        
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        }
        to {
         opacity: 1;
         }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        }
        to {
        opacity: 1;
        }
}
        /* Прячем чекбоксы */
        
.tabs-modal > input {
    display: none;
    position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs-modal > label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}
  
        /* Изменения стиля переключателей вкладок при наведении */
.tabs-modal > label:hover {
    color: #888;
    cursor: pointer;
}
        /* Стили для активной вкладки */
        
.tabs-modal > input:checked + label {
    color: #de924f;
    border-top: 1px solid #de924f;;
    border-bottom: 1px solid #fff;
    background: #fff;
}
        /* Активация секций с помощью псевдокласса :checked */
        
 #tab1-modal:checked ~ #content-tab1-modal,
 #tab2-modal:checked ~ #content-tab2-modal,
 #tab3-modal:checked ~ #content-tab3-modal,
 #tab4-modal:checked ~ #content-tab4-modal {
    display: block;
}

/*конец табов в модалке*/

.tabs-modal-grid {
    display: grid;
    grid-template-columns: 30% 1fr 1fr 1fr;
    grid-gap: 0vw;
    text-align: center;
}


.tabs-modal-grid div{
    border: 1px solid#ddd;
    padding: 10px;
    display: grid;
    align-items: center;
}
.tabs-modal-grid img{
    width: 40px;
    margin: 0px auto;
}
#tabs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2vw;
    margin-bottom: 2%;
}
#tabs-grid > div p {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 30px 30px 0 0;
    display: flex;
    align-items: center;
    height: 40px;
    text-align: center;
    justify-content: space-evenly;
}
#tabs-grid > div img {
    width: 100%;
    border-radius: 0 0 30px 30px;
}
.tabs .zvonok-2 {
	margin: 0px auto;
	display: block;
}
.mark_true {
    background-image: url(/assets/img/chek.png);
}
.mark_false {
    background-image: url(/assets/img/cancel.png);
}
.tabs-modal-flex-header {
     border-bottom: 1px solid #dfdcda;
    display: flex;
    justify-content: space-between;
}

.tabs-modal-flex-items {
	border-bottom: 1px solid #dfdcda;
    display: flex;
    justify-content: space-between;
}
.row-title {
	min-width: 40%;
}
.calc-wrapper {
    float:left;
    width:100%;
}

.calc-col-l {
    float:left;
    width:70%;
}

.calc-col-r {
    float:left;
    width:30%;
}

.order-col {
    padding:20px;
}

.calc-services {
    float:left;
    width:100%;
    margin-bottom:50px;
}

.calc-services__title {
    margin-bottom:20px;
}

.calc-services__items {
    float:left;
    width:100%;
}

.calc-services__item {
    float:left;
    width:100%;
    border-bottom:1px solid #dfdcda;
    padding:10px;
}

.calc-services__item.active {
    background:#fdf0e4;
}

.calc-services__item-name {
    float:left;
    width:60%;
}

.calc-services__item-price {
    float:left;
    width:20%;
}

.calc-services__item-count {
    float:left;
    width:20%;
    text-align:center;
}

.calc-services__item-count_wrapp {
    width:160px;
    margin:0 auto;
}

.calc-services__hint-icon {
    display:inline-block;
    width:24px;
    height:24px;
    line-height:24px;
    border-radius:24px;
    background:#d5d0cd;
    color:#fff;
    text-align:center;
}

.calc-count-input {
    width:30px;
    text-align:center;
    border:none;
    background:none;
}

.calc-count {
    display:inline-block;
    width:32px;
    height:32px;
    line-height:32px;
    border-radius:32px;
    background:#f4f0ed;
    cursor:pointer;
    text-align:center;
}

.calc-services__item.active .calc-count {
    background:#DE924F;
    color:#fff;
}

.calc-count:hover {
    background:#e3e0dd;
}

.calc-services__rooms-radios {
    margin:30px 0;
}

.calc-services__rooms-radios label {
    display:inline-block;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    border:1px solid #DE924F;
    color:#DE924F;
    border-radius:50px;
    cursor:pointer;
    margin-right:10px;
}

.calc-services__rooms-radios label:hover {
    border:1px solid #DE924F;
}

.calc-services__rooms-radios label.active {
    background:#DE924F;
    border:1px solid #DE924F;
    color:#fff;
}

.calc-services__rooms-radios input {
    display:none;
}

.calc-services__rooms-type {
    border: 1px solid #DE924F;
    color: #DE924F;
    height:50px;
    line-height:50px;
    padding:0 10px;
    margin-top:10px;
    text-transform:uppercase;
    font-weight:bold;
}

.calc-services__rooms-type:focues {
    outline: none !important;
    border: 1px solid #DE924F !important;
    border-radius:0 !important;
}


.calc-rooms-row {
   float:left;
    width:100%;
}

.calc-rooms-col {
    float:left;
    width:50%;
}

.order-summ {
    float:left;
    width:100%;
}

.order-summ__box {
    padding:20px;
    border-radius: 12px;
    background:#f9f9f9;
    overflow:auto;
}

.total-price-wrapp {
    margin-top:20px;
    padding-top:10px;
    border-top: 1px solid #dfdcda;
    float:left;
    width:100%;
}

.selected-services {
    font-size:16px;
    float:left;
    width:100%;
}

.selected-services > div {
    margin-top:20px;
    float:left;
    width:100%;
}

.selected-content {
    float:left;
    width:90%;
    color:#8a8a8a;
}

.selected-content .price {
    display:block;
}
.selected-remove {
    float:left;
    width:10%;
    text-align:center;
}

#rooms-caption {
    font-size: 16px;
}

#calc-order {
    float:left;
    width:100%;
    margin-top:30px;
}

#calc-order .form-group {
    display: flex;
}

#calc-order .form-control {
    width: 100%;
    flex-grow: 1;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    color: #555;
    font-size: 1em;
    height: 35px;
    margin-bottom: 17px;
    margin-left:5px;
    margin-right:5px;
}

textarea.form-control {
    min-height:120px;
}

.form-submit {
    background:#DE924F;
    cursor:pointer;
}
.calc {
	margin-top: 3%;
}
.calc-services__item-count_wrapp {
	user-select: none;
}
.calc-services__items {
	margin-bottom: 3%;
}
.clear {
	clear: both;
}
.modal-show {
	display: block;
	margin: 3% auto;
}
@media (max-width: 1120px) {
.header-contacts,
.footer-contacts {
	flex: auto;
}
.header-socials-links img,
.footer-socials-links img {
	width: auto;
	padding: 0px;
}
#upbutton {
    right: 56px;
}
.logo-img {
	margin-right: 2%;
}
.header-socials-links:last-child, .footerr-socials-links:last-child {
	margin: 0px auto;
}
section,
.uslugi-tovary {
	padding: 0 15px;
}
.otzyv-block {
	height: 400px;
}
.otzyvy .slide-btn {
    margin-top: 12%;
}
.header-contacts a, .footer-contacts a {
	margin: 0px auto;
	display: block;
}
header {
    height: auto;
}
.header .container {
	padding: 0px;
}
.calc-services__rooms-radios label {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
}

@media (max-width: 863px) {
.tovary-grid {
	grid-template-columns: 1fr 1fr;
}
.footer-socials-links a img,
.header-socials-links a img {
	padding: 0px;
}
.otzyv-block {
    height: 350px;
}
.main-title {
    background-position: 60% 50%;
}

.calc-col-l,
.calc-col-r {
	float: none;
	width: 100%;
	margin-bottom: 5%;
}
}
@media(max-width: 767px){
.head-link-logo {
    display: block;
}
.head-link-logo img{
    padding: 0px;
}
#tabs-grid {
	grid-template-columns: 1fr 1fr;
}
.header__nav {
	display: block;
	position: fixed;
    top: 55px;
    left: 0;
    background: rgb(245, 246, 246);
    box-shadow: #ccc;
    width: fit-content;
    box-shadow: 0 4px 2px -2px rgba(36, 36, 36, 0.37);
    transition: all 0.4s ease;
	left:-100%;
}
.header .container {
	border:  none;
}
.header__menu {
	display: block;
}
.header__nav.open-menu{
    left:0;
}
.header__menu li {
	margin: 10px auto;
    font-size: 25px;
	}
.menu-burger__header {
	    position: fixed;
    width: 40px;
    height: 35px;
    display: block;
    margin-left: 10px;
    top: 20px;
    z-index: 9999;
   }
.menu-burger__header span, .menu-burger__header:after, .menu-burger__header:before{
	height: 3px;
	width: 100%;
	position: absolute;
	background: #515758;
	margin: 0 auto;
}
.menu-burger__header span{
	top: 16px;
}
.menu-burger__header:after, .menu-burger__header:before{
	content: '';
}
.menu-burger__header:after{
	bottom: 5px;
}
.menu-burger__header:before{
	top: 5px;
}
.menu-burger__header.open-menu span {
	opacity:0; 
    transition: 0.5s; 
}
.menu-burger__header.open-menu:before {
	transform: rotate(38deg);
    top: 16px;
    transition: 0.4s;
}
.menu-burger__header.open-menu:after {
	transform: rotate(-38deg);
    bottom: 16px;
    transition: 0.4s;
}

.header-menu-container {
	height: 0px;
}
.content-wrapper {
    margin-top: 48px;
}
.fixed-pade {
    overflow: hidden;
}
.header-socials-links img,
.footer-socials-links img {
	width: auto;
}
.header .container,
.footer .container{
    height: auto;
    display: block;
    text-align: center;
}
}
@media screen and (max-width: 680px) {
.about-company{
	display: block;
}
.about-company img,
.company-text-block {
	width: 100%;
}
.tabs > label,
.tabs-modal > label {
    padding: 10px 10px;
}
.tabs > label {
    font-size: 0;
}
.tabs > label:before,
.tabs-modal > label:before {
    margin: 0;
    font-size: 20px;
    padding: 7px;
}
.tabs > input:checked + label,
.tabs-modal > input:checked + label {
    	font-size: 14px;
}
.calc-col-l,
.calc-rooms-col {
	float: none;
	width: auto;
}
.calc-services__rooms-radios label {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.calc-nav {
	margin-bottom: 13%;
}
.calc-rooms-row {
	float: none;
}

.calc-services__item {
    float: none;
    width: 46%;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid#ddd;
    height: 200px;
    padding: 40px 5px 0 5px;
    margin: 3px auto;
}
.calc-services__items {
	float: none;
}
.calc-col-r {
	float: none;
	width: 100%;
	margin-bottom: 5%;
}
.calc-services__item-name,
.calc-services__item-price,
.calc-services__item-count {
	float: none;
	width: 100%;
	display: block;
    text-align: center;
	padding: 10px 0 10px 0;
}
.order-col {
	text-align: center;
}
}
@media (max-width: 600px) {
.otzyv-block {
	height: auto;
}
.sertifikaty-block > div {
	width: 100%;
}
.sertifikaty-text-block {
	margin-top: 20%;
}

.serificat-slide img {
	margin: 0px auto;
}
header {
	height: auto;
}

.header .container,
.footer .container{
    height: auto;
    display: block;
    text-align: center;
}
.main-title p {
	width: 100%;
}
.preims-grid,
.tovary-grid,
.skidki,
.sertifikaty-block,
#tabs-grid {
	display: block;
}
.about-company img,
.company-text-block {
    width: 100%;
}
.preims-grid > div {
    margin: 2% auto;
    display: block;
    text-align: center;
}

#tabs-grid > div {
    margin-bottom: 2%;
}
.preims-grid > div p {
	width: 100%;
}
.logo img {
	display: block;
	margin: 0px auto;
}
.tovary-grid > div {
	margin-bottom: 5%;
}
.main-title {
	background-position: 80%;
	text-align: center;
}
.zvonok {
	margin: 3% auto;
}

.header-contacts a,
.footer-contacts a{
	margin: 0px auto;
}
.main-title p span {
	background: #dddddd96;
}

.do-i-posle .zvonok-3 {
    margin-top: 15%;
}
.zvonok-2 {
	display: block;
	margin: 10% auto;
}
.price-block:last-child {
	padding: 0px;
}
#akcii {
	text-align: center;
}
.skidki img{
  margin: 0px auto;
  width: 100%;
}
.main-title p span {
	padding: 10px 0;
}
.preims-grid > div img {
	width: 25%;
	margin-bottom: 3%;
}

table {
	width: 100%;
	font-size: 14px;
}
th, td {
    padding: 18px 20px 15px;
}
td {
    width: 50%;
}
}
@media screen and (max-width: 560px) {
.tabs-modal > label {
	padding: 3px;
}
.tabs-modal-grid div {
	padding: 3px;
	font-size: 12px;
}
.tabs-modal-grid img {
	width: 20px;
}
.tabs-modal > section {
	padding: 0px;
}
}
@media (max-width: 475px) {
.about-company h2,
.uslugi-tovary h2,
.our-preims h2,
.calc h2,
.price h2,
#akcii h2,
.sertifikaty h2,
.otzyvy h2,
.do-i-posle h2 {
	font-size: 35px;
}
.main-title p {
    font-size: 40px;
}
body {
	font-size: 16px;
}
.main-title {
    padding: 35px;
}
.warning-block {
	font-size: 20px;
}
.calc-col-l,
.calc-rooms-col {
	float: none;
	width: auto;
}
.calc-services__rooms-radios label {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.calc-nav {
	margin-bottom: 13%;
}
.calc-rooms-row {
	float: none;
}
.calc-services__item {
	width: 100%;
	border: none;
	display: block;
	border-bottom: 1px solid#ddd;
}
.calc-services__items {
	float: none;
}
.calc-services__title {
	margin: 0px auto;
	font-size: 20px;
}
.calc-col-r {
	float: none;
	width: 100%;
	margin-bottom: 5%;
}
.calc-services__item-name,
.calc-services__item-price,
.calc-services__item-count {
	float: none;
	width: 100%;
	display: block;
    text-align: center;
	padding: 10px 0 10px 0;
	font-size: 18px;
}
.order-col {
	text-align: center;
}
}
@media screen and (max-width: 400px) {
            .tabs > label {
                padding: 15px;
            }
        }
@media (max-width: 375px) {
.header-contacts,
.footer-contacts {
	display: block;
	text-align: center;
}
}
@media (max-width: 340px) {
.main-title {
    padding: 50px 0;
}
}

.mtrap {
    position:absolute;
    left:-9999px;
}