* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Roboto", sans-serif;
}

html, body {
width:100%;
height: 100%;
}

::-webkit-scrollbar {
width: 7px;
height: 0;
background-color: #333;
}
::-webkit-scrollbar-thumb {
background-color: #009dcc;
border-radius: 5px;
}

@font-face {
font-family: "Roboto";
font-weight: 400;
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "Roboto";
font-weight: 700;
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: "Roboto";
font-weight: 400;
font-weight: normal;
font-style: italic;
}

@font-face {
font-family: "Roboto";
font-weight: 700;
font-weight: bold;
font-style: italic;
}

ul {
list-style: none;
}

a {
text-decoration: none;
color: #009dcc;
}

p.с_text, .с_text {
font-size: 14px;
color: #009dcc;	
text-transform: uppercase;
font-weight: 600;
}

body {
  font-family: "Roboto", sans-serif;
}

.container {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
}

/*Логотип*/
.logo {
color: #fff;
font-weight: 900;
font-size: 40px;
left: 0;
position: relative;
display: inline-block;
}

.logo a {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
}

.logo img {
width: 200px;
height: auto;
}

.contacts {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.contacts a {
display:inline-block;
text-transform: uppercase;
padding: 18px 33px;
text-decoration: none;
color: #009dcc;
padding:0px;
font-size: 14px;
font-weight: 600;
}

.text {
color: #fff;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
}

.header-contacts {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.opisanie {
padding:0px 20px;
}

.icon-address {
content: url("./img/icon/feedback/address.png");
width: 35px;
height: 35px;
}

.icon-phone {
content: url("./img/icon/feedback/phone.png");
width: 35px;
height: 35px;	
}

.icon-email {
content: url("./img/icon/feedback/email.png");
width: 35px;
height: 35px;	
}

.icon-clock {
content: url("./img/icon/feedback/clock.png");
width: 35px;
height: 35px;	
}

main {
position: relative;
padding: 10px;
}

.navbtn {
display: none;
}

.page-header {
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
z-index: 999;
width: 100%;
}

.page-header2 {
background-color: #000;
position: relative;
z-index: 999;
width: 100%;
}

.menunav {
border-bottom: 3px solid white;
width: 100%;
top: 3px;
position: relative;
display: inline-block;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
flex-flow: row wrap;
justify-content: space-between;
}

li.linknav.active-btn > a {
border-top: 3px solid #009dcc;
border-bottom: 3px solid #009dcc;
z-index: 999;
color: #009dcc;
}

.nav {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-flow: column nowrap;
flex: 100%;
transition: height, margin 0.3s ease;
z-index: 1;
height: 0px;
overflow: hidden;
}

.nav ul {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}

.nav li a {
position: relative;
display: block;
text-transform: uppercase;
padding: 10px 20px;
text-decoration: none;
color: #fff;
font-size: 14px;
font-weight: 600;
transition: color 0.5s;
z-index: 1;
border-top: 3px solid white;
}

.nav li a:hover {
transition: transform 1s, opacity 1s;
top: 0;
left: 0;
border-top: 3px solid #009dcc;
border-bottom: 3px solid #009dcc;
z-index: 999;
color: #009dcc;
}

.contacts.mobile
{
display: none;
}

h2.slide-title {
font-family: "Roboto", sans-serif;
position: absolute;
z-index: 100;
color: #fff;
top: 45%;
padding-left: 15px;
font-size: 36px;
letter-spacing: 1px;
font-weight: bold;
font-style: italic;
text-shadow: 1px 1px 1px #000;
width: 90%;
}

.bannerImage > img {
width: 100%;
height: 100vh;
position: absolute;
}

.bannerImage > .imgbanner1 {
width: 100%;
height: 100vh;
position: absolute;
background: url(./img/banner/banner1.jpg) no-repeat;
background-position: center;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.bannerImage > .imgbanner2 {
width: 100%;
height: 100vh;
position: absolute;
background: url(./img/banner/banner2.jpg) no-repeat;
background-position: center;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

/* Кнопка */
.main {
position: relative;
margin: 10px auto;
width: 200px;
height: 50px;
font-weight: bold;
font-size: 20px;
font-family: "Roboto", sans-serif;
background-color: #009ecf;
cursor: pointer;
box-shadow: 5px 5px 0 0;
transition: 0.3s;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px;
min-height: 20px;
}

.main > a {
position: absolute;
text-decoration: none;
color: #fff;
z-index: 1000;
font-weight: bold;
font-style: italic;
}

.main::after {
content: "";
top: 0;
left: 0;
width: 200px;
height: 50px;
background: linear-gradient(to right, #ff7675, #e84393);
opacity: 0;
transition: 0.3s;
border-radius: 10px;
}

.main:hover {
box-shadow: -5px -5px 0 0;
transform: scale(0.9);
}

.main:hover::after {
opacity: 1;
}

.carousel {
width: 100%;
height: 100vh;
position: relative;
background-color: white;
}

.bannerImage {
width: 100%;
height: 100vh;
background-color: black;
position: absolute;
display: none;
}

#carouselActive {
display: block;
}

.tabs {
float: right;
position: relative;
display: block;
right: 10px;
top: 45%;
}

.tab {
position: relative;
width: 30px;
height: 30px;
margin: 10px;
cursor: pointer;
border-radius: 50%;
border: 2px solid #fff;
transition: margin 0.5s, opacity 0.5s;
bottom: 0;
}

.tab.activeTab > .tab-circle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 7px solid #fff;
border-radius: 50%;
}

@keyframes fade {
from {
opacity: 0.5;
}
to {
opacity: 1;
}
}

/* Главная */
.voprosy {
padding: 20px 0;
}

.form {
width: 100%;
background-color: #b5b5b5;
box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
z-index: 1000;
overflow: hidden;
display: flex;
text-shadow: 1px 1px 1px #625d5d;
}

.form .contact-form > img {
width: 100%;
height: 100%;
}

.form .contact-form {
position: relative;
width: 50%;
display: block;
}

.form .title {
color: #fff;
font-weight: 500;
font-size: 24px;
line-height: 1;
margin-bottom: 11px;
}

.form .contact-info {
padding: 10px 10px;
position: relative;
width: 50%;
}

.form .contact-info .title {
color: #009dcc;
}

.form .text2 {
color: #fff;
margin: 24px 0 32px 0;
}

.form .information {
display: flex;
color: #fff;
margin: 11px 0;
align-items: center;
font-size: 15px;
}

.form .information a {
color: #fff;
display: inline-block;
}

.form .information i {
color: #009dcc;
margin-right: 5px;
width: 20px;
height: 20px;
}

.form .information p {
padding-right: 5px;
}

.content_box {
width: 100%;
margin: auto;
box-sizing: border-box;
overflow: hidden;
position: relative;
padding: 20px 0;
}

.flex_box {
display: flex;
flex-wrap: wrap;
}

.flex_box > div:nth-child(2n) {
margin-right: 0;
}

.border_top {
border-top: 3px solid #666;
width: 60%;
}

.imgs {
-o-object-fit: cover;
object-fit: cover;
height: 100%;
margin-bottom: 0px !important;
width: 40%;
}

.imgs > img {
    width: 100%;
}

.content2 {
display: flex;
flex-wrap: wrap;
width: 100%;
height: 100%;
overflow: hidden;
}
.column-left {
width: 70%;
height: 100%;
position: relative;
}

.column-left .column-content {
display: flex;
flex-direction: column;
height: 100%;
}

.column-left .column-content h2 {
font-family: "Roboto", sans-serif;
margin: 8px 0;
font-size: 22px;
}

.column-left .column-content ul li {
line-height: 1.5;
font-family: "Roboto", sans-serif;
padding-top: 10px;
font-weight: 300;
list-style-type: disc;
margin-left: 25px;
}

.content.container p {
    text-align: center;
}

.contentmain {
min-height: 100%;
}

.column-right {
width: 30%;
position: relative;
}

.column img { 
width: 100%;
}

.gallery {
display: flex;
padding: 5px;
flex-wrap: wrap;
}

.column {
flex: 33.3%;
padding: 5px;
}

.column img {
margin-top: 5px;
cursor: pointer;
}

/* Вопросы и ответы */
.vopros {
width: 100%;
color: #000;
font-size: 20px;
border-collapse: collapse;
margin: 20px 0px;
}

th {
border: 1px solid #000;
text-align: center;
padding: 5px;
}

th.content-left{
text-align: left;
width: 70%;
}

th.content-center{
text-align: center;
width: 30%;
font-size: 22px;
}

a.download {
background: #df0c0c;
color: #fff;
padding: 0px 15px;
border-radius: 10px;
text-decoration: none;
}

/* Расценки */
.uslugi {
width: 100%;
color: #000;
font-size: 20px;
border-collapse: collapse;
margin: 20px 0px;
font-weight: 300;
}

th {
border: 1px solid #000;
text-align: center;
padding: 5px;
}

td {
border: 1px solid #000;
text-align: center;
padding: 5px;
}

td.content-left{
text-align: left;
width: 70%;
}

td.content-center{
text-align: center;
width: 30%;
font-size: 20px;
}

th.content-left{
text-align: left;
width: 80%;
}

th.content-center{
text-align: center;
width: 20%;
font-size: 20px;
}

a.download {
background: #df0c0c;
color: #fff;
padding: 0px 15px;
border-radius: 10px;
text-decoration: none;
font-weight: bold;
}

/* Сведения */
.accordion-container {
  width: 100%;
  margin: 0 auto;
}

.menu-button {
  width: 100%;
  padding: 10px 20px;
  margin-top: 2px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background-color: #b7b4b4;
  cursor: pointer;
  text-align: left;
}

.menu-button:hover {
  background-color: #009dcc;
}

.icon {
  font-size: 20px;
  transition: 0.4s;
}

.menu-button.open .icon {
  transform: rotate(45deg);
}

.content-block {
  background-color: #f2f2f2;
  transition: 0.4s;
  height: 0;
  overflow: hidden;
  font-weight: 300;
}

.content-block ul li {
list-style-type: disc;
font-size: 18px;
padding-bottom: 10px;
margin-left: 50px;
}

.content-block ul li a {
font-weight: normal;
}

.content-block p {
font-size: 18px;
line-height: 1.5;
margin-bottom: 10px;
}

.content-block h3 {
font-size: 18px;
line-height: 1.5;
padding-top: 10px;
padding-bottom: 10px;
}

.page {
width: 100%;
color: #000;
font-size: 18px;
border-collapse: collapse;
}

.page th {
font-weight: 300;
}

.page a {
color: #000;
}

.accordion-container {
display: none;
}

li.control.active-btns {
    background: #009dcc;
}


.container2.active {
display: block;
}

.form3 {
  width: 100%;
  z-index: 1000;
  display: flex;
}

.form3 .controls {
  position: relative;
  width: 30%;
  display: block;
}


.form3 .container2 {
    padding: 10px 0 10px 10px;
    position: relative;
    width: 70%;
    border-left: 2px solid #000;
}

li.control {
    background: #a5a4a4;
    margin: 10px 10px 10px 0;
    padding: 10px;
    border-radius: 10px;
	cursor: pointer;
}

.container2 {	
display: none;
font-weight: 300;
}

.container2 ul li {
list-style-type: disc;
font-size: 18px;
padding-bottom: 10px;
margin-left: 50px;
}

.container2 ul li a {
font-weight: normal;
}

.container2 p {
font-size: 18px;
line-height: 1.5;
margin-bottom: 10px;
}

.container2 h3 {
font-size: 18px;
line-height: 1.5;
padding-top: 10px;
padding-bottom: 10px;
}

th {
font-weight: normal;
border: 1px solid #000;
text-align: left;
padding: 5px;
}

/* Контакты */
.contentmain.contacts-site {
    min-height: unset;
}

.form2 {
width: 100%;
background-color: #fff;
box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
z-index: 1000;
overflow: hidden;
display: flex;
}

.form2 .contact-form > img {
width: 100%;
height: 100%;
}

.form2 .contact-form {
position: relative;
width: 80%;
height: 85vh;
}

.form2 .title {
color: #000;
font-weight: 500;
font-size: 24px;
line-height: 1;
margin-bottom: 11px;
}

.form2 .contact-info {
padding: 36px 10px;
position: relative;
width: 20%;
}

.form2 .contact-info .title {
color: #009dcc;
}

.form2 .text2 {
color: #000;
margin: 24px 0 32px 0;
}

.form2 .information {
display: flex;
color: #000;
margin: 11px 0;
align-items: center;
font-size: 15px;
font-weight: 300;
}

.form2 .information a {
color: #000;
display: inline-block;
}

.form2 .information i {
color: #009dcc;
margin-right: 5px;
width: 20px;
height: 20px;
}

.form2 .information p {
padding-right: 5px;
}

/* footer */
.footer {
position: relative;
background-color: #151515;
padding: 40px;
width: 100%;
}

.copyright {
width: 100%;
padding: 0 15px;
}

.copyright p {
font-size: 14px;
color: #FFF;
position: relative;
text-align: center;
}

@media (max-width: 419px) {
.nav li a {
font-size: 22px;
}

h2.slide-title {
font-size: 25px;
}

.content.container p {
font-size: 18px;
}

.vopros {
    font-size: 18px;
}

table.uslugi tr {
font-size: 14px;
}

th.content-center {
    font-size: 18px;
}

li.control {
    font-size: 24px;
}

.page {
font-size: 14px;
}

.page th {
font-size: 12px;
}

.form,
.form .contact-info {
padding: 10px 25px;
}

.column {
flex: 100%;
}

.form {
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;	
flex-direction: column-reverse;
}

.form .contact-form {
width: 100%;
}

.form .contact-info {
width: 100%;
}
}
@media only screen and (min-width: 420px) and (max-width: 575px) { 
.form,
.form .contact-info {
padding: 27px 25px;
}
.form {
flex-direction: column-reverse;
}

.form .contact-form {
width: 100%;
}

.form .contact-info {
width: 100%;
}
}
@media (max-width: 767px) {
li.linknav > a {
font-size: 16px;
}	

.column-left {
width: 100%
}

.column-right {
width: 100%;
}
	
.form3 .controls {
width: 100%;
}	

.form3 .container2 {
width: 100%;
border-left: unset;
padding: unset;
}

.accordion-container {
display: block;
}

.form3 {
display: none;
}
	
.form2 {
flex-direction: column-reverse;
}

.form2 .contact-form {
width: 100%;
}

.form2 .contact-info {
width: 100%;
}
	
  table.uslugi {
    border: 0;
  }
  table.uslugi thead {
    display: none;
  }
  table.uslugi tr {
    margin-bottom: 10px;
    display: block;
    border: 1px solid #000;
	font-size: 18px;
  }
  
table.uslugi td {
border: unset;
text-align: right;
padding: unset;
display: block;
text-align: right;
border-bottom: 1px dotted #ccc;
border-right: 1px solid transparent;
}

table.uslugi td:last-child {
border-bottom: 0;
}

table.uslugi td:before {
content: attr(data-label);
float: left;
text-transform: uppercase;
font-weight: bold;
}

table.uslugi td.content-left{
text-align: right;
width: unset;
}

table.uslugi td.content-center{
text-align: right;
width: unset;
font-size: unset;
}	
	
.header-contacts {
float: unset;
}		
.content_box {
padding: 20px 0;
width: 100%;
}

.flex_box > div {
width: 100%;
margin-right: 0;
margin-bottom: 40px;
}

.reverse {
flex-direction: column-reverse;
}

.flex_box > div {
margin-bottom: 0;
margin-top: 0;
}

.column {
flex: 50%;
}	
}

@media (min-width: 768px) and (max-width: 1023px){
.header-contacts {
float: left;
}
.form2 .contact-form {
width: 70%;
}

.form2 .contact-info {
width: 30%;
}	
}

@media (max-width: 1023px) {
.opisanie {
padding: 0px 5px;
}

.header-contacts {
padding-bottom: 10px;
}	

.icon-address {
width: 20px;
height: 20px;
}

.icon-email {
width: 20px;
height: 20px;	
}

.icon-phone {
width: 20px;
height: 20px;	
}
	
.nav li a {
border-top: 3px solid white;
border-bottom: 3px solid white;
padding: 10px 0px;
}	

.nav li:not(:first-of-type) {
margin-top: -3px;
}
	
.menunav {
border-bottom: none;
top: 0px;
}
	
.nav ul {
    display: block;
}	
	
.navbtn {
display: block;	
content: url("./img/icon/menu-open.png");
width: 50px;
height: 50px;
}
  
.navbtn.open {
content: url("./img/icon/menu-close.png");
width: 50px;
height: 50px;
}

.nav {
margin-top: 0;
border-top: none;
}

.nav-open {
height: auto;
margin-top: 30px;
}

.contacts{
display: none;
}

.contacts.mobile
{
display: block;
}

h2.slide-title {
width: 70%;
}
}
@media only screen and (min-width: 1024px) {
.nav {
display: flex;
flex-flow: row wrap;
justify-content: center;
height: 100%;
margin: auto;
transition: height, margin 0.3s ease;
z-index: 1;
}

.nav-open {
height: auto;
margin: auto;
border: none;
}

.column-left {
width: 70%
}

.column-left .column-content {
height: auto;
}

.column-left .column-content {
height: auto;
}

.column-right {
width: 30%;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.logo img {
width: 250px;
}
.text {
font-size: 18px;
}
.с_text {
font-size: 18px;
}

.contacts a {
font-size: 18px;
}

.nav li a {
font-size: 18px;
}

h2.slide-title {
font-size: 38px;
}

.content.container p {
font-size: 18px;
}

.main > a {
font-size: 22px;
}

.main {
width: 230px;
}

.main::after {
width: 230px;
}

.border_top p {
    font-size: 20px;
}

.column-left .column-content h2 {
    font-size: 24px;
}

.column-left .column-content ul li {
    font-size: 20px;
}

.form .title {
    font-size: 26px;
}

.form .information {
font-size: 18px;
}

.form .text2 {
    font-size: 21px;
}

.copyright p {
    font-size: 18px;
}

.vopros {
    font-size: 22px;
}

.uslugi {
    font-size: 22px;
}

th.content-center {
    font-size: 22px;
}

li.control {
    font-size: 20px;
}

.page {
font-size: 20px;
}

.container2 ul li {
font-size: 20px;
}

.container2 p {
font-size: 20px;
}

.container2 h3 {
font-size: 20px;
}

.form2 .title {
    font-size: 26px;
}

.form2 .information {
font-size: 18px;
}

.form2 .text2 {
    font-size: 21px;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
.logo img {
width: 300px;
}
.text {
font-size: 20px;
}
.с_text {
font-size: 20px;
}

.contacts a {
font-size: 20px;
}

.icon-address {
width: 40px;
height: 40px;
}

.icon-email {
width: 40px;
height: 40px;
}

.icon-phone {
width: 40px;
height: 40px;
}

.nav li a {
font-size: 20px;
}

h2.slide-title {
font-size: 42px;
}

.content.container p {
font-size: 20px;
}

.main > a {
font-size: 24px;
}

.main {
width: 240px;
}

.main::after {
width: 240px;
}

.border_top p {
    font-size: 22px;
}

.column-left .column-content h2 {
    font-size: 26px;
}

.column-left .column-content ul li {
    font-size: 22px;
}

.form .title {
    font-size: 28px;
}

.form .information {
font-size: 20px;
}

.form .text2 {
    font-size: 23px;
}

.copyright p {
    font-size: 20px;
}

.vopros {
    font-size: 24px;
}

.uslugi {
    font-size: 24px;
}

th.content-center {
    font-size: 24px;
}

li.control {
    font-size: 22px;
}

.page {
font-size: 22px;
}

.container2 ul li {
font-size: 22px;
}

.container2 p {
font-size: 22px;
}

.container2 h3 {
font-size: 22px;
}

.form2 .title {
    font-size: 28px;
}

.form2 .information {
font-size: 20px;
}

.form2 .text2 {
    font-size: 23px;
}	
}
@media (min-width: 1920px) {
.logo img {
width: 300px;
}
.text {
font-size: 22px;
}
.с_text {
font-size: 22px;
}

.contacts a {
font-size: 22px;
}

.icon-address {
width: 45px;
height: 45px;
}

.icon-email {
width: 45px;
height: 45px;
}

.icon-phone {
width: 45px;
height: 45px;
}

.nav li a {
font-size: 22px;
}

h2.slide-title {
font-size: 46px;
}

.content.container p {
font-size: 22px;
}

.main > a {
font-size: 26px;
}

.main {
width: 250px;
}

.main::after {
width: 250px;
}

.border_top p {
    font-size: 24px;
}

.column-left .column-content h2 {
    font-size: 28px;
}

.column-left .column-content ul li {
    font-size: 24px;
}

.form .title {
    font-size: 30px;
}

.form .information {
font-size: 22px;
}

.form .text2 {
    font-size: 25px;
}

.copyright p {
    font-size: 22px;
}

.vopros {
    font-size: 26px;
}

.uslugi {
    font-size: 26px;
}

th.content-center {
    font-size: 26px;
}

li.control {
    font-size: 24px;
}

.page {
font-size: 24px;
}

.container2 ul li {
font-size: 24px;
}

.container2 p {
font-size: 24px;
}

.container2 h3 {
font-size: 24px;
}

.form2 .title {
    font-size: 30px;
}

.form2 .information {
font-size: 22px;
}

.form2 .text2 {
    font-size: 25px;
}	
}