html, body {
	font-family: 'Regular';
	font-size: 18px;
    line-height: 25px;
	border: 0;
	color: #1111118f;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}


/*--------------------------------------------------------------------Шрифты*/


@font-face {
    font-family: 'Bold';
    src: url('fonts/Medium.ttf');
}


@font-face {
    font-family: 'Medium';
    src: url('fonts/Medium.ttf');
}

@font-face {
    font-family: 'Regular';
    src: url('fonts/Regular.ttf');
}

@font-face {
    font-family: 'Light';
    src: url('fonts/Light.ttf');
}


.wrapper {
    width: 1024px;
    min-height: 100%;
    padding: 0px 5px 0px 5px;
    position: relative;
    margin: 20px auto 100px auto;
}

.left-content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

h2.mainpage {
    font-size: 20px!important;
    font-family: 'Regular'!important;
}

article.post-ms-cat.grid-article-item {
    margin: 0px auto 30px auto;
}

.col-lg-6.col-xl-4.col-md-12 img {
    margin: 0px;
    width: 100% !important;
    height: auto !important;
}

.col-lg-6.col-xl-4.col-md-12 {
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
    text-align: center;
    margin: 10px auto 0px auto;
}

.col-lg-6.col-xl-4.col-md-12 img {
    margin: 0px;
    width: 100% !important;
    height: auto !important;
}

.plusy .plusyli {
    width: 46%;
    text-align: left;
    position: relative;
    vertical-align: top;
    margin: 10px 0.5%;
    display: inline-block;
    padding: 1%;
}

.plusyli1 {
    width: 30%;
    text-align: center;
    position: relative;
    vertical-align: top;
    margin: 10px 8px;
    display: inline-block;
    padding: 30px;
    border-radius: 5px;
}

a.buydown {
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 700px;
    z-index: 1000000;
    margin: 0px 0px 0px -380px;
    background-color: #56c964;
    color: #fff;
    z-index: 1000000;
    text-align: center;
    font-family: 'Medium';
    box-shadow: 3px 3px 11px 0px rgb(0 0 0 / 50%);
    font-size: 22px;
    padding: 20px 30px;
    text-decoration: none;
    background: linear-gradient(90deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	transform: translate3d(0, 0, 0);
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

h2{
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-size: 30px;
    color: #2d98da;
}



.citytop {
    overflow-y: scroll;
    height: 80vh;
    position: relative;
}

.voprp{
	font-size: 18px;
    margin: 0px 0px 20px 0px!important;
}

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

a.buy {
    display: block;
    margin: 10px auto;
    text-align: center;
    background-color: #56c964;
    padding: 15px 0px;
    color: #fff;
    font-size: 20px;
    font-family: 'Medium';
    text-decoration: none;
}

a.bigbutton{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    background: #56c964;
    padding: 15px 5%;
    display: block;
    max-width: 90%;
    margin: 15px auto;
    text-align: center;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------Код для всех блоков*/


.modellink, .firmy, .plusy, .pozvon, .rabotaem, .seotext, .tablediv, .map, .otzyvy-content, .vopr, .uznat{
    width: 1024px;
    padding: 80px 5px;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.wrapper{
    width: 1024px;
    padding: 0px 5px 100px 5px;
    margin: 0px auto;
    position: relative;
    min-height: 90%;
    overflow-x: hidden;
}

.wrapper span{
    font-family: 'Medium';
}


.modellink h2, firmy h2, rabotaem h2{
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-family: 'Regular';
    font-size: 23px;
    color: #111;
}

.wrapper h2 {
    margin: 0px;
    padding: 30px 0px 10px 0px;
    font-family: 'Regular';
    font-size: 20px;
    line-height: 20px;
    color: #171d23;
    text-transform: none;
    z-index: 10;
    position: relative;
}

.wrapper h1 {
    margin: 0px;
    padding: 30px 0px 10px 0px;
    font-family: 'Regular';
    line-height: 25px;
    font-size: 23px;
    color: #171d23;
    z-index: 10;
    position: relative;
}




/*--------------------------------------------------------------Блок отзывы*/
.otzyvy-wrap{
	background: #fafafa;
}

.wrapper .otzyvyli{
    background-color: #f1f1f1!important;
}


.otzyvyli {
    width: 38%;
    padding: 5%;
    border-radius: 10px;
    background-size: cover !important;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 7px 5px;
    position: relative;
    background-repeat: no-repeat;
}

.otzyvyli p {
    z-index: 2;
    position: relative;
    display: block;
    color: #fff;
    min-height: 75px;
}

.otzyvyli::before {
    content: ""; /* Необходимо для создания псевдоэлемента */
    position: absolute; /* Позиционирование по абсолюту */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); /* Цвет затемнения, здесь черный с 50% непрозрачностью */
    z-index: 1; /* Помещает затемняющий слой на передний план */
}

.otzyvy-content h2{
    padding: 0px 0px 40px 0px;
    color: #2d98da;
    margin: 0px;
    font-size: 35px;
    line-height: 38px;
}

.otzyvyli h3 {
    z-index: 2;
    color: #fff;
    display: block;
    position: relative;
    font-size: 26px;
    margin: 0px;
    line-height: 29px;
    min-height: 75px;
}

.otzyvyli a.pozvona {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    background: #2d98da;
    border: 1px solid #2d98da;
    padding: 15px 25px;
    border-radius: 10px;
    margin: 0px;
    position: relative;
    display: block;
    text-align: center;
    width: auto;
    max-width: 200px;
}


.vopr .toggle-box + label{
    text-decoration: none;
}

p.otzyvyp{
    margin: 0px;
    padding: 0px;
    display: inline-block;
    min-height: 100px;
    font-size: 16px!important;
}



p.otzyvyavtor {
    text-align: right;
    display: block;
    color: #da1c1c;
    margin: 0px!important;
    padding: 0px;
    font-size: 16px!important;
}

a.otzyvylink{
    cursor: pointer;
    text-decoration: underline;
    font-family: 'Regular';
    margin: 15px auto 0px auto;
    display: block;
}





/*--------------------------------------------------------------------Блок преимущества*/

.plusyli {
    width: 248px;
    text-align: center;
    position: relative;
    vertical-align: top;
    margin: 10px 8px;
    display: inline-block;
    padding: 30px;
}

p.plusyh { 
    font-size: 45px;
    line-height: 45px;
    margin: 0px auto 15px auto !important;
}

.plusy h2 {
    margin: 0px;
    padding: 0px 0px 40px 0px;
    font-size: 35px;
    color: #2d98da;
    line-height: 38px;
}

.plusy-wrap{
    background: #FAFAFA;
}

p.plusyh2 {
    font-size: 26px;
    color: #2d98da;
}



/*--------------------------------------------------------------------Блок Позвоните*/
.pozvon-wrap {
    background-size: cover!important;
    position: relative;
    background-attachment: fixed!important;
}

.pozvon-wrap::before {
    content: ""; /* Необходимо для создания псевдоэлемента */
    position: absolute; /* Позиционирование по абсолюту */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* Цвет затемнения, здесь черный с 50% непрозрачностью */
    z-index: 1; /* Помещает затемняющий слой на передний план */
}

.pozvon {
    z-index: 2;
}


a.pozvona {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    background: #2d98da;
    border: 1px solid #2d98da;
    padding: 15px 25px;
    border-radius: 5px;
    margin: 0px auto;
    display: block;
    width: 250px;
}

a.pozvona:hover {
    opacity: 0.9;
}

p.pozvonp {
    color: #fff;
    font-size: 18px;
    margin: 0px auto 25px auto!important;
    display: block;
}

p.pozvonh {
    color: #fff;
    font-size: 35px;
    margin: 0px auto 25px auto;
    display: block;
    line-height: 35px;
    line-height: 38px;
}

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

/*--------------------------------------------------------------------Главный экран*/
.screen1 h1{
   color: #2d98da;
}


img.brandimg {
    width: 150px;
    height: 150px;
}

.screen1-wrap{
    width: 100%;
	overflow-x: hidden;
    background-attachment: fixed!important;
    background-size: cover!important;
}

.screen1{
    width: 1200px;
    height: 100%;
    padding: 180px 5px;
    margin: 0px auto;
    position: relative;
}

h1 {
    margin: 0px;
    padding: 0px 0px 30px 0px;
    font-family: 'Regular';
    font-size: 35px;
    line-height: 38px;
    width: 55%;
    color: #171d23;
    z-index: 10;
    position: relative;
}


.imgcenter {
    width: 44.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

.imgcenter img {
    width: 100%; 
    height: auto; 
    object-fit: cover; 
}



.screen1 p{
   width: 55%;
   padding: 0px 0px 30px 0px;
}

.screen1 ul li{
   width:55%;
   margin: 0px 0px 10px 0px;
   z-index: 10;
    position: relative;
}

.screen1 ul {
    margin: 0px 0px 30px 0px;
    font-size: 22px;
    list-style: disc;
    color: #1111118f;
    padding-inline-start: 25px;
}

a.logo {
    display: table;
    position: relative;
    margin: 0px;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 28px;
    max-width: 300px;
    font-family: 'Medium';
    padding: 0px;
    text-decoration: none;
    color: #000;
}

a.telegram, a.whats, a.viber {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100%;
    margin: 0px 0px 0px 5px;
}

a.whats {
    background-image: url(/wp-content/uploads/whats.png);
}

a.telegram {
    background-image: url(/wp-content/uploads/telegram.png);
}

a.viber {
    background-image: url(/wp-content/uploads/viber.png);
}

.screen1 a.zayavka {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    background: #2d98da;
    border: 1px solid #2d98da;
    padding: 15px;
    border-radius: 8px;
    display: block;
    width: 250px;
    text-align: center;
}

.screen1 a.pricelist {
    color: #afb6b9;
    text-decoration: none;
    border: 1px solid #afb6b9;
    font-size: 20px;
    background: #fff;
    padding: 15px;
    display: block;
    width: 250px;
    text-align: center;
    margin: 0px 0px 15px 0px;
}

.screen1 a.pricelist:hover, .screen1 a.zayavka:hover{
   opacity: 0.9;
}

a.logo img {
    margin: 0px 5px 0px 0px;
    height: 75px;
}

a.logo span {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

p.slog {
    color: #000;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Regular';
    width: 200px;
    line-height: 18px;
    margin: 0px!important;
}



/*--------------------------------------------------------------------Блок Текст*/
.seotext-wrap{
   
}

.seotext {
   text-align: left!important;
}

.seotext .text{
   width: 90%;
   margin: 0px auto 25px auto;
   font-size: 18px;
   line-height: 25px;
   text-align: center;
}

.text a.pozvona{
   margin: 30px auto 0px auto;
}

#rekvizity {
    padding: 80px 5px 65px 5px;
}

.seotext h2{
    padding: 0px 0px 15px 0px;
    color: #2d98da;
    margin: 0px;
    font-size: 35px;
    line-height: 38px;
}

.seotext h3{
    margin: 0px;
    padding: 30px 0px 15px 0px;
    font-family: 'Bold';
    font-size: 23px;
}

p {
    line-height: 25px;
    margin: 0px 0px 15px 0px!important;
}

.seotext p span{
    font-family: 'Medium';
    font-size: 18px;
}

.seotext ul {
  list-style-type: disc;
  padding: 0px 0px 0px 20px;
}

.video {
    width: 100%;
    margin: 0px auto;
    height: auto;
    padding: 56.16% 0 0 0;
    position: relative;
}

.video iframe {
    border: 0;
    width: 100%;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}









/*--------------------------------------------------------------------Блок Частые вопросы*/
.vopr-wrap{
}

.vopr .toggle-box + label {
    display: block;
    color: #000;
    margin: 10px auto 0px auto;
    cursor: pointer;
    background-color: #fff;
    padding: 15px 15px 15px 55px;
    text-align: left;
    border: 1px solid #dddddd;
    background-image: url(images/arrow-down-min.png);
    background-repeat: no-repeat;
    background-position: 15px center;
}

.vopr .toggle-box:checked + label + div {
    display: block;
    color: #8b8989;
    background-color: #fff;
    padding: 25px 25px 15px 55px;
    border: 1px solid #dddddd;
    text-align: left;
    border-top: none;
    margin: 0px;
}








/*==== MEDIA ====*/
.dws-menu [type="checkbox"],
.dws-menu label.toggleSubmenu{
 display: none;
}
.dws-menu label.toggleMenu{
    display: none;
    padding: 0px;
    height: 26px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    font-family: 'Medium';
    position: relative;
    background-position: 13px center;
    background-repeat: no-repeat;
}

.dws-menu label.toggleMenu .fa{
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 26px;
    color: #000;
}
@media all and (max-width: 2050px){
 .dws-menu{
  overflow: hidden;
 }
	
.dws-menu > ul li {
    border-right: 0px;
}
	
 .dws-menu ul{
  display: block;
  max-height: 0;
  transition: max-height 0.3s;
 }
 .dws-menu li>ul li ul{
  position: absolute;
  right: auto;
  top: auto;
 }
 .dws-menu label.toggleMenu{
  display: block;
 }

 input.toggleMenu:checked ~ ul,
 input.toggleSubmenu:checked ~ ul{
  display: block;
  position: relative;
  max-height: 5000px;
  width: auto;
  transition: max-height 2s ease-in;
  left: auto;
 }
 .dws-menu label.toggleSubmenu{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
 }
 .dws-menu label.toggleSubmenu .fa:before{
  color: #454547;
  content: "▼";
 }
 .dws-menu label.toggleSubmenu .fa{
  position: absolute;
  top: 10px;
    right: 15px;
    font-size: 14px;
 }
 .dws-menu input.toggleSubmenu:checked ~ label.toggleSubmenu .fa::before{
  content: "▲";
  color: #ffffff;
 }
}



/*--------------------------------------------------------------Строчные элементы*/
p, h1, h2, h3, h4, ul, ol, li{
    font-weight: normal!important;
}


a{
    color: #2d98da;
    cursor: pointer;
}

.filter {
    color: #c7c7c7;
}


a:hover{
     text-decoration: none;
}

p.opis {
    position: relative;
    font-size: 18px;
    font-family: 'Medium';
    margin: 0px auto 20px auto;
    color: #787878;
}

.im {
   border: 1px solid #e7e5e5;
    padding: 40px 10px 10px 10px;
    position: relative;
    display: block;
    min-height: 320px;
    margin: 30px auto;
}

.stoim {
    margin: 40px 0px 35px 0px;
    font-family: 'Medium';
    font-size: 18px;
}

.im h3 {
    padding: 0px 0px 30px 400px;
    margin: 0px!important;
    font-size: 22px!important;
    font-family: 'Bold';
}

.im ul {
    padding: 0px;
    display: block;
    margin: 0px;
    
}

.im img{
    width: 350px;
    height: 350px;
    display: inline-block;
    position: absolute;
    top: 10px;
}

a.zakaz {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 20px;
    margin: 0px;
    text-align: center;
    font-size: 20px;
    background-color: #e67e22;
    font-family: 'Medium';
}


a.zakaz:hover {
    background-color:#ed9a51;
}

.stoim span {
    font-family: 'Bold';
    color: #e67e22;
    font-size: 25px;
}

a:active, a:focus { outline: none; }
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
button:active, button:focus {
outline: none !important;}

div#city {
   position: fixed;
    top: 0%;
    left: 0%;
    background: #fff;
    padding: 5%;
    width: 80%;
    height: 100%;
    z-index: 100000;
    text-align: center;
    -webkit-box-shadow: 5px 0px 7px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 5px 0px 7px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 5px 0px 7px 0px rgb(34 60 80 / 20%);
}

.citytop a {
    border-bottom: 1px dotted;
    margin: 10px 5px;
    text-decoration: none;
}

.closecity {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
}






/*--------------------------------------------------------------Контент*/
.content {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    position: relative;
    width: 100%;
    min-height: 100%;
}


/*--------------------------------------------------------------Подвал*/
.footer p{
    margin: 0px 0px 25px 0px!important;
}

.footer {
    width: 100%;
    background-color: #000;
}

.logodown {
    display: block;
    width: 174px;
    height: 28px;
    background-image: url(/wp-content/uploads/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 30px auto 20px auto;
   background-color: #fff;
   padding: 10px;
}

a.phoneto {
    display: block;
    font-family: 'Bold';
    font-size: 18px;
    color: #e67e22;
    margin: 0px 0px 8px 0px;
}


p.znaki {
    color: #6a6a6a;
    font-size: 16px;
    line-height: 19px;
    margin: 30px 0px;
}

.logodown span {
    color: #e67e22;
}

.footer-content{
   width: 1024px;
    position: relative;
    margin: 0px auto;
    text-align: center;
    padding: 130px 5px 30px 5px;
}

a.terms {
    display: inline-block;
    margin: 0px 10px 25px 10px;
}


p.copy {
   margin: 40px 0px 0px 0px;
    color: #6a6a6a;
    display: block;
}



/*--------------------------------------------------------------Экран1*/


#screen111, #screen444{
    background-image: url(images/fon1.jpg);
}





.screen1 h2{
    font-family: 'Bold';
    font-size: 30px;
    line-height: 32px;
    width: 467px;
    color: #5d5555;
    margin: 0px 0px 20px 0px;
}









a.error {
    text-decoration: none;
    display: inline;
    vertical-align: top;
    text-transform: none;
    text-decoration: underline;
    width: auto;
    color: #787878;
    cursor: pointer;
    padding: 0px;
    text-align: left;
    background-color: #fff;
    position: relative;
    bottom: auto;
    left: auto;
}

a.error:hover {
    background-color: #fff;
    text-decoration: none;
}

p.date {
    display: block;
    font-size: 18px;
    color: #ea3836;
}


p.oldprice {
    font-size: 12px;
    font-family: 'Light';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    width: 140px;
    position: absolute;
    bottom: 155px;
    margin: 0px;
    left: 5px;
    color: #5d5555;
}

p.oldprice span{
    font-family: 'Regular';
    text-transform: none;
    font-size: 25px;
    color: #ea3836;
    text-decoration: line-through;
}


.screen1 .product{
    position: absolute;
    top: 60px;
    right: 5px;
    width: 470px;
    height: 500px;
    background-position: top left;
    background-size: 100% 100%;
}

p.price {
    font-size: 12px;
    font-family: 'Light';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    width: 140px;
    position: absolute;
    bottom: 155px;
    margin: 0px;
    left: 145px;
    color: #5d5555;
}

p.price span{
    font-family: 'Bold';
    text-transform: none;
    font-size: 26px;
    color: #60876c;
}


/*--------------------------------------------------------------Экран2*/
.screen2-wrap{
   width: 100%;
   background: #fff;
}

.screen2{
    width: 1024px;
    padding: 80px 5px 80px 5px;
    margin: 0px auto;
    position: relative;
}

.screen2 p {
    text-align: center;
    margin: 0px;
    font-family: 'Bold';
    font-size: 25px;
    color: #e67e22;
}

.wpcp-carousel-wrapper.wpcp-wrapper-53, .wpcp-carousel-wrapper.wpcp-wrapper-117 {
    margin-top: 50px;
}

.screen2 span{
    color: #ba88fb;
}

.wpcp-carousel-section:not(.wpcp-product-carousel) .wpcp-single-item {
    background: none!important;
}

.fa-angle-left:before, .fa-angle-right:before {
    font-size: 40px;
}

/*--------------------------------------------------------------Экран3*/
.screen3-wrap{
   width: 100%;
   background: #333;
   background-image: url(images/exdown.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.screen3{
   width: 1024px;
    padding: 40px 5px 80px 5px;
    margin: 0px auto;
    position: relative;
}

.product3 {
    width: 100%;
    height: 100%;
    position: relative;
}

.product3 img{
    width: 50%;
    height: auto;
    display: block;
    position: relative;
    margin: 0px auto;
}

.screen3 h2 {
    text-align: center;
    margin: 0px;
    padding: 50px 0px 35px 0px;
    font-family: 'Bold';
    font-size: 35px;
    line-height: 35px;
    color:#e67e22;
}

ul.product3ul {
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

ul.product3ul li{
   position: absolute;
   list-style: none;
   color: #fff;
   border-bottom: 4px dashed #fff;
   font-family: 'Medium';
   font-size: 18px;
}

ul.product3ul li:first-child {
    top: 60px;
    left: 20px;
    padding: 0px 240px 0px 0px;
    width: 180px;
}


ul.product3ul li:nth-child(2){
    top: 210px;
    left: 20px;
    padding: 0px 180px 0px 0px;
    width: 150px;
}


ul.product3ul li:nth-child(3){
    top: 360px;
    left: 20px;
    padding: 0px 230px 0px 0px;
    width: 150px;
}

ul.product3ul li:nth-child(4){
    text-align: right;
    top: 30px;
    right: 20px;
    padding: 0px 0px 0px 300px;
    width: 150px;
}

ul.product3ul li:nth-child(5) {
    text-align: right;
    top: 180px;
    right: 20px;
    padding: 0px 0px 0px 130px;
    width: 180px;
}

ul.product3ul li:nth-child(6) {
    text-align: right;
    top: 330px;
    right: 20px;
    padding: 0px 0px 0px 180px;
    width: 150px;
}

table.iksweb {
    width: 100%;
}

table.iksweb tr td{
    padding: 1%;
}

table.iksweb tr td:first-child{
    width: 30%;
}

table.iksweb tr td a{
    background: #e67e22;
    text-decoration: none;
    padding: 1%;
    display: block;
    text-align: center;
    color: #fff;
}

table.iksweb tr td a:hover{
    text-decoration: underline;
}


table.iksweb tr:nth-child(odd){
    background: #f1f1f1;
}


table.iksweb tr:nth-child(even){
    background: #fff;
}

table.iksweb tr:first-child{
    font-family: 'Bold';
    background: #e67e22;
}

.screen3 .toggle-box + label {
    display: block;
    color: #000;
    font-size: 16px;
    background: #fff;
    text-align: center;
    width: 97.7%;
    padding: 1%;
    margin: 0px auto;
    cursor: pointer;
    text-decoration: underline;
    font-family: 'Regular';
}



/*--------------------------------------------------------------Экран4*/
.screen4-wrap{
    background-attachment: fixed!important;
    background-size: cover!important;
    background-color: #000;
}

.screen4{
   width: 1024px;
   padding: 80px 5px 80px 5px;
   margin: 0px auto;
   position: relative;
}

.screen4 h2 {
    text-align: center;
    margin: 0px;
    padding: 0px 0px 35px 0px;
    font-family: 'Bold';
    font-size: 35px;
    line-height: 45px;
    color: #97cbff;
}


/*--------------------------------------------------------------Экран5*/
.screen5-wrap{
   width: 100%;
   background: #fee1d1;
}

.screen5{
   width: 1024px;
   padding: 80px 5px 20px 5px;
   margin: 0px auto;
   position: relative;
}

p.zoompic {
    font-family: 'Medium';
    text-transform: uppercase;
    font-size: 15px;
    color: #5d5555;
    letter-spacing: 1px;
    background-image: url(images/zoom.png);
    background-position: center left;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding: 0px 30px;
    display: block;
    width: 405px;
    position: relative;
    margin: 0px auto 20px auto;
}

.bwg-title1 {
    padding: 15px 0px!important;
    background-color: #ba88f9!important;
}

.bwg-title2 {
    font-family: 'Medium'!important;
    color: #fff!important;
    font-size: 18px!important;
}

.bwg_image_info {
    border: 0px!important;
    bottom: 0px!important;
    padding: 10px 0px!important;
    text-align: center!important;
}

.bwg_image_title{
    font-family: 'Medium'!important;
    color: #ba88f9!important;
    font-size: 18px!important;
}

.spider_popup_close {
    color: #000!important;
    font-size: 25px!important;
    right: 5px!important;
    top: 5px!important;
}

.screen5 h2 {
    text-align: center;
    margin: 0px;
    padding: 0px 0px 35px 0px;
    font-family: 'Bold';
    font-size: 35px;
    line-height: 45px;
    color: #ba88f9;
}

/*--------------------------------------------------------------Экран6*/
.screen6-wrap{
   width: 100%;
   background: #000;
}

.screen6{
   width: 1024px;
   padding: 80px 5px 100px 5px;
   margin: 0px auto;
   position: relative;
}

.screen6 h2 {
    text-align: center;
    margin: 0px;
    font-family: 'Bold';
    font-size: 35px;
    line-height: 45px;
    color: #60876c;
}

.glavpunkt_container {
    z-index: 1000!important;
}

p.usloviya{
    font-family: 'Medium';
    text-transform: uppercase;
    font-size: 15px;
    color: #5d5555;
    letter-spacing: 1px;
    position: relative;
    margin: 0px auto 20px auto;
    text-align: center;
}

select#Glavpunkt_courier_city_to {
    height: 45px!important;
    border: 1px solid #d4d4d4;
    padding: 2%;
    width: 80%;
    color: #5d5555;
    font-family: 'Light';
}

.screen4 h3{
    text-align: center;
    margin: 0px auto 60px auto;
    font-family: 'Bold';
    font-size: 25px;
    line-height: 28px;
    color: #fff;
}

div#Glavpunkt_courier_finalPrice {
    text-align: center;
    width: 100%;
    padding: 15px 0 5px 0px;
    height: auto;
    color: #60876c;
    font-family: 'Medium';
}

div#Glavpunkt_courier_deliveryDays {
    font-size: 15px;
}

.screen6 h3{
    font-family: 'Bold';
    font-size: 35px;
    color: #e67e22;
    display: block;
    text-align: center;
    position: relative;
    margin: 30px auto 0px auto;
}

.screen6 p{
    margin: 20px 0px;
    color: #fff;
    font-size: 16px;
}

.screen6 p a{
    
    color: #ba88f9;
    font-size: 19px;
}

/*--------------------------------------------------------------Экран7*/
.screen7-wrap{
   width: 100%;
   background: #fff;
}

#m3 {
    background: #333;
}

#m3 h2{
    color: #e67e22;
}

.screen7{
   width: 1024px;
   padding: 80px 5px;
   margin: 0px auto;
   position: relative;
}

.screen7 h2 {
    text-align: center;
    margin: 0px;
    padding: 0px 0px 50px 0px;
    font-family: 'Bold';
    font-size: 35px;
    line-height: 45px;
    color: #5d5555;
}

.screen7 ul{
   width: 100%;
   margin: 0px;
   padding: 0px;
   text-align: center;
}

.screen7 ul li {
    text-align: center;
    list-style: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 15px;
    padding: 120px 0px 0px 0px;
    width: 160px;
    background-size: 100px 100px;
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 17px;
    color: #fff;
}

.screen7 ul li span {
    font-family: 'Bold';
    width: 100%;
    display: block;
    font-size: 25px;
    margin-bottom: 8px;
    color: #e67e22;
}

.screen7 ul li a {
    color: #e67e22;
    border-bottom: 1px dotted #e67e22;
    text-decoration: none;
}

.screen7 ul li a:hover {
    border-bottom: 0px dotted #ea3836;
}

.screen7 ul li:first-child {
     background-image: url(images/icon1.png);
}

.screen7 ul li:nth-child(2) {
     background-image: url(images/icon2.png);
}

.screen7 ul li:nth-child(3) {
     background-image: url(images/icon3.png);
}

.screen7 ul li:nth-child(4) {
     background-image: url(images/icon4.png);
}

.screen7 ul li:nth-child(5) {
     background-image: url(images/icon5.png);
}

ol .toggle-box:checked+label+div {
    display: block;
    padding: 0 0 20px;
    color: #000;
    margin-top: 10px;
}

ol .toggle-box+label {
    color: #000;
    text-decoration: underline;
    font-family: 'Regular';
    font-size: 16px;
    margin: 0px;
    color: #5d5555;
}




/*--------------------------------------------------------------Экран72*/
.screen72-wrap{
   width: 100%;
   background: #d5eaff;
}

.screen72{
   width: 1024px;
   padding: 80px 5px;
   margin: 0px auto;
   position: relative;
}

.screen72 h2 {
    font-family: 'Medium';
    font-size: 23px;
    color: #5d5555;
    display: block;
    position: relative;
    margin: 60px auto 10px auto;
}

.screen72 h3 {
    font-family: 'Medium';
    font-size: 21px;
    color: #5d5555;
    display: block;
    position: relative;
    margin: 60px auto 10px auto;
}

.screen72 h4 {
    font-family: 'Medium';
    font-size: 21px;
    color: #5d5555;
    display: block;
    position: relative;
    margin: 60px auto 10px auto;
}


/*--------------------------------------------------------------Экран8*/
.screen8-wrap{
   width: 100%;
   background: #fff;
}

.screen8, .screen888{
   width: 1024px;
   padding: 80px 5px;
   margin: 0px auto;
   position: relative;
}

.screen8 h2 {
    margin: 0px;
    padding: 20px 0px 10px 0px;
    font-family: 'Bold';
    font-size: 23px;
    color: #787878;
}

.screen8 p span {
    font-family: 'Medium';
    color: #e67e22;
}

h2#h28 {
    text-align: center;
    font-size: 32px;
    color: #e67e22;
}

ul.etapy {
    text-align: center;
    padding: 0px;
}

ul.etapy h3 {
    margin: 10px 0px 5px 0px;
}

ul.etapy li span {
    margin: 30px 0px 0px 0px;
    display: block;
    font-size: 25px;
    color: #e67e22;
    font-family: 'Bold';
}



.bottomlinks{
    width: 100%;
	text-align: center;
}

.bottomlinks a {
    padding: 15px 15px 15px 55px;
    margin: 30px 30px 0px 0px;
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    background-position: 15px 12.5px;
    background-repeat: no-repeat;
    font-family: 'Light'; 
}

.bottomlinks ul {
    margin: 0px;
    padding: 0px;
}

.bottomlinks ul li {
    display: inline-block;
    vertical-align: top;
    align-content: center;
    background-position: top center!important;
    width: 200px;
    margin: 45px;
    line-height: 23px;
    padding: 130px 0px 0px 0px;
    background-repeat: no-repeat!important;
    font-size: 18px;
    font-family: 'Medium';
}

#kontakty ul li {
    background-position: top center!important;
    width: 260px;
    margin: 25px;
    line-height: 30px;
    padding: 80px 0px 0px 0px;
    background-repeat: no-repeat!important;
    font-size: 18px;
    font-family: 'Regular';
}

#kontakty ul li span{
    font-family: 'Bold';
}

#kontakty ul li:first-child {
background-image: url(images/phonedown.png);
}

#kontakty ul li:nth-child(2) {
background-image: url(images/maildown.png);
}

#kontakty ul li:nth-child(3) {
background-image: url(images/mapdown.png);
}

.bottomlinks ul li:first-child{
   background-image: url(images/preim1.png);
}

.bottomlinks ul li:nth-child(2){
   background-image: url(images/preim2.png);
}

.bottomlinks ul li:nth-child(3){
   background-image: url(images/preim3.png);
}

.bottomlinks ul li:nth-child(4){
   background-image: url(images/preim4.png);
}

.bottomlinks ul li:nth-child(5){
   background-image: url(images/preim5.png);
}

.bottomlinks ul li:nth-child(6){
   background-image: url(images/preim6.png);
}

.bottomlinks ul div li:nth-child(1){
   background-image: url(images/preim7.png);
}


.bottomlinks ul div li:nth-child(2){
   background-image: url(images/preim8.png);
}

.bottomlinks ul div li:nth-child(3){
   background-image: url(images/preim9.png);
}

.bottomlinks ul div li:nth-child(4){
   background-image: url(images/preim10.png);
}

.bottomlinks ul div li:nth-child(5){
   background-image: url(images/preim11.png);
}

.bottomlinks ul div li:nth-child(6){
   background-image: url(images/preim12.png);
}



.bottomlinks a:hover {
    text-decoration: underline;
}

.bottomlinks a:first-child {
    background-image: url(images/vk-top.png);
    background-color: #d5eaff;
}

.bottomlinks a:nth-child(2) {
    background-image: url(images/insta-top.png);
    background-color: #ba88f9;
    color: #fff;
}

.bottomlinks a:nth-child(3) {
    background-image: url(images/mail-top.png);
    background-color: #fee1d1;
}



/*--------------------------------------------------------------Экран заказа*/
.screenorder-wrap{
   width: 100%;
   background: #fff;
   margin-top: -80px;
   padding-top: 80px;
}

.screenorder-coral{
   width: 100%;
   background: #fee1d1;
}

.screenorder{
   width: 1024px;
   padding: 50px 5px;
   margin: 0px auto;
   position: relative;
}

input.wpcf7-form-control.wpcf7-text {
    border: 1px solid #d4d4d4;
    padding: 3%;
    width: 93.5%;
    color: #5d5555;
    font-family: 'Light';
    font-size: 18px;
    border-radius: 5px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #d4d4d4;
    padding: 3%;
    width: 93.5%;
    height: 90px;
    color: #5d5555;
    font-family: 'Light';
    font-size: 18px;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    border: 1px solid #d4d4d4;
    padding: 2%;
    width: 99.5%;
    color: #5d5555;
    font-family: 'Light';
}

.order-zagolovok {
    width: 100%;
    background-color: #f8604a;
    background-attachment: fixed!important;
    background-size: cover!important;
}

.screenorder h3 {
    color: #ea3836;
    font-family: 'Medium';
    padding: 20px 0px 0px 0px;
    text-transform: uppercase;
}

p.privacy-form {
    font-size: 13px;
    line-height: 16px;
    font-family: 'Light';
    margin: 0px;
}

span.wpcf7-list-item {
    margin: 0px!important;
}

.order-zagolovok span{
    width: 1024px;
    padding: 15px 5px;
    margin: 0px auto;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.left, .right {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 4%;
}

span.wpcf7-not-valid-tip {
    color: #ea3836!important;
    font-family: 'Regular'!important;
}

div.wpcf7-response-output {
    padding: 1em!important;
}


p.formp {
    margin: 15px 0px 2px 0px;
    font-family: 'Medium';
    color: #1f150c;
    color: #60876c;
}

input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    font-size: 20px;
    background-color: #ea3836;
    border: 0px;
    cursor: pointer;
    z-index: 100;
    position: relative;
    border-radius: 5px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #f16765;
}



.topprice {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    margin: 40px 0px 0px 0px;
    background-color: #d5eaff;
}


p#bottomop, p#bottomprice { 
    position: relative;
    vertical-align: top;
    top: auto;
    display: inline-block;
    right: auto;
    left: auto;
    bottom: auto;
    width: 150px;
    margin: 0px 0px 5px 0px;
}


p#bottomdate {
    position: relative;
	vertical-align: top;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    display: block;
    width: 100%;
    margin: 0px;
}

.vopros ul {
    margin: 0px;
    padding: 0px;
}


/*--------------------------------------------------------------Экран8.1*/
.screen81-wrap{
   width: 100%;
   background: #fee1d1;
}

.screen81{
   width: 1024px;
   padding: 80px 5px;
   margin: 0px auto;
   position: relative;
}

/*--------------------------------------------------------------Адаптация*/

@media (max-width: 1051px){
.head, .screen1, .screen2, .screen3, .screen4, .screen5, .screen6, .screen7, .screen71, .screen72, .screen8, .screen888, .screenorder, .footer-content, .order-zagolovok h2, .fixedmenu, .region, .modellink, .firmy, .plusy, .pozvon, .rabotaem, .seotext, .tablediv, .map, .wrapper, .otzyvy-content, .vopr, .uznat{
    width: 96%;
    padding-left: 0px;
    padding-right: 0px;
}
.breadcrumb{
    width: 96%;
}

.time, .adres{
     display: none;
}

.zvonok-form {
    position: fixed;
    left: 50%;
    margin-left: -35%;
    width: 60%;
    background-color: #fff;
    padding: 5%;
}



nav.dws-menu{
    width: 98%;
    padding: 0px 1%;
}

.order-zagolovok span{
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
}



a.logo {
    left: 0px;
}

ul.menu {
    right: 0px;
}

p#fixedphone {
    right: 0px;
}

a#fixedzvonok {
    right: 0px;
}

ul#fixed, ul#fixed1 {
    left: 0px;
}

a#fixedphone {
    right: 0px;
}

a.zvonok, .head p {
    right: 0px;
}
	
ul.product3ul li:first-child, ul.product3ul li:nth-child(2), ul.product3ul li:nth-child(3) {
    left: 0%;
    text-align: right;
    width: 25%;
    padding: 0px;
    border-bottom: 0px;
}

ul.product3ul li:nth-child(4), ul.product3ul li:nth-child(5), ul.product3ul li:nth-child(6) {
    right: 0%;
    text-align: left;
    width: 25%;
    padding: 0px;
    border-bottom: 0px;
}	

ul.product3ul li:first-child, ul.product3ul li:nth-child(4) {
    top: 4vh;	
}	
	
ul.product3ul li:nth-child(3), ul.product3ul li:nth-child(6) {
    top: auto;
    bottom: 4vh;
}

ul.product3ul li:nth-child(2), ul.product3ul li:nth-child(5) {
    top: 40%;
}
	
	
.screen7 ul li {
    margin-bottom: 35px;
}	

.bottomlinks a {
    margin: 20px auto 0px auto;
    width: 70%;
}


label.top-menu-label {
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/menu-icon-min.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 0px;
    position: absolute;
    right: 0%;
    top: 30px;
    display: block;
}

.top-box + label + div {
    display: none;
}

.top-menu ul {
    list-style: none;
    position: absolute;
    background-color: #fff;
    top: 75px;
    width: 90%;
    padding: 5%;
    z-index: 10000;
    display: block;
}
	
.top-box:checked + label + div {
    display: block;

}

ul.menu li {
    display: block;
    margin: 0px 0px 10px 0px;
}

ul.menu li:hover ul {
    display: block;
    border: 0px;
    padding: 10px 5%;
    width: auto;
	position: relative;
    top: auto;
    
}

ul.menu li:last-child {
    margin: 0px;
}	
}

@media (max-width: 940px){


a.error {
    display: inline!important;
}


.screen1 .product {
    width: 42%;
    height: auto;
    padding: 44% 0px 0px 0px;
    right: 0px;
}


.screen1 h2 {
    width: 56%;
    font-size: 1.7em;
    line-height: 1em;
}



.screen1-wrap {
    height: auto;
}

.screen1 {
    padding: 100px 0px;
}

p.date, p.oldprice, .screen1 a{
    left: auto;
    bottom: auto;
    position: relative;
}

p.date {
    padding: 0px 0px 50px 0px;
}

p#bottomdate {
    padding: 0px;
}

.screen1 .product {
    right: 0px;
}

p.oldprice, p.price{
    position: relative;
    display: inline-block;
    vertical-align: top;
    bottom: auto;
    left: auto;
    margin: 1em 0px 0.4em 0px;
}

.im {
     max-width: 350px;
     padding: 40px 30px 30px 30px;
}

.im img {
    display: inline-block;
    position: relative;
    top: auto;
}

.im h3 {
    padding: 10px 0px 0px 0px;
}

p.nal {
    left: 0px;
    right: auto;
}

.rightim {
    margin: 0px;
}
}

@media (max-width: 885px){

.screen2 p{
    width: auto;
}


.otzyv1, .otzyv2{
    width: 96%;
    padding: 1%;
    background-size: 100%;
}


.screen3 h2, .screen4 h2, .screen5 h2, .screen6 h2, .screen7 h2, .screen71 h2, .screen6 h3 {
    font-size: 1.5em;
    line-height: 1.1em;
}

.order-zagolovok h2 {
    font-size: 1.5em;
    line-height: 1.2em;
}


.screen1 h2 {
    font-size: 1.2em;
}

.screen2 {
    padding: 50px auto;
}

.screen2 p {
    font-size: 1.5em;
}

.screen3 {
    padding: 30px 5px 30px 5px;
}


}

@media (max-width: 860px){
ul#fixed li:first-child{
     display: none;
}

.screen1 img {
    right: auto;
    left: 50.5%;
}

.screen1 ul li{
   width: 80%;
	margin: 10px auto;
}

table.iksweb, .screen3 .toggle-box + label {
    font-size: 0.9em;
}

table.iksweb tr td:nth-child(5){
    display: none;
}

#column4 tr td:nth-child(4){
    display: none;
}
	
.top-box {
    display: none;
}

a.citylink{
    display: none;
}

.otzyvyli {
    width: 75%;
    padding: 50px 5%;
    margin: 5px auto;
}

.wrapper .otzyvyli {
    width: 90%;
}

a.buydown {
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 80%;
    margin: 0px 0px 0px -42.5%;
    padding: 20px 2.5%;
}

}


@media (max-width: 806px){
.plusyli1, .plusyli {
    width: 80%!important;
    padding: 5%!important;
}

.plusy h2, .seotext h2, .otzyvy-content h2{
        font-size: 30px;
        line-height: 33px;
}


p.plusyh2 {
    font-size: 23px;
}

p.plusyh {
    font-size: 42px;
    line-height: 40px;
}

.imgcenter {
    width: 60%;
    display: block;
    justify-content: center;
    align-items: center;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    margin: 0px auto 30px auto;
}

.screen1 {
        padding: 30px 0px;
}

h1 {
    margin: 0px auto;
    padding: 0px 0px 30px 0px;
    font-size: 30px;
    line-height: 33px;
    width: 80%;
}

.screen1 p {
    width: 80%;
    padding: 0px 0px 30px 0px;
    margin: 0px auto!important;
}

.screen1 a.zayavka {
    margin: 0px 0px 0px 10%;
}
}



@media (max-width: 720px){
ul.product3ul li {
	 position: relative;
     top: 0px!important;
     bottom: 0px!important;
     left: 0px!important;
     right: 0px!important;
     text-align: left!important;
     width: 100%!important;
     margin: 0px 0px 12px 0%;
     font-family: 'Regular';
     font-size: 16px;
     line-height: 20px;
}

.forma {
    width: auto;
}



ul#fixed li {
    padding: 7.5px 25px;
    margin-top: -3px!important;
}

ul#fixed li:nth-child(2), ul#fixed li:nth-child(3), ul#fixed li:nth-child(4){
     display: none;
}

.bottomlinks ul li {
    margin: 0px 5px 30px 5px;
    line-height: 1.2em;
    padding: 130px 0px 0px 0px;
    font-size: 1.0em;
    font-family: 'Medium';
}

.toggle-box + label{
   font-size: 1.0em;
}
	
.screen8, .screen888{
    padding: 80px 0px 40px 0px;
}

.product3 img {
    display: inline-block;
    margin: 0px;
    width: 48%;
    vertical-align: top;
}

ul.product3ul {
    position: relative;
    top: auto;
    left: auto;
    width: 48%;
    height: auto;
    display: inline-block;
}

a.fixeddiscount {
    width: 70px;
    height: 70px;
    top: auto;
    bottom: 1%;
    background-size: 100% 100%;
}


.screen6 p {
    margin: 15px 0px;
    font-size: 0.9em;
    line-height: 1.3em;
}
}


@media (max-width: 695px){
h1{
    width: 80%;
}



.screen1 img {
    left: 80.5%;
}
}

@media (max-width: 650px){
.screen1 .product {
    right: auto;
    top: auto;
    position: relative;
}


.zvonok-form {
    position: fixed;
    left: 50%;
    margin-left: -45%;
    width: 80%;
    background-color: #fff;
    padding: 30px 5%;
}


.time{
   display: none;
}

.region {
    height: 25px;
}

a.error {
    margin: 0px;
    display: inline;
}


.vopros ul li {
    padding: 10px;
    width: 150px;
    margin: 10px 8px;
    height: 50px;
    line-height: 1.1em;
    font-size: 0.9em;
    background-position: 125px 25px;
}


p.click {
    width: 90%;
    margin: 0px auto 20px auto;
    display: block;
}


.screen1 h2{
    width: 90%;
    margin: 0px auto 20px auto;
    text-align: center; 
}

.screen1 .product {
    width: 300px;
    height: 319px;
    margin: 20px auto 0px auto;
    padding: 0px;
}

p.oldprice, p.price {
    position: absolute;
    left: 50%;
    margin: 1em 0px 0.4em -140px;
}

p.price {
    position: absolute;
    left: 50%;
    margin: 1em 0px 0.4em 0px;
}


p.date {
    width: 100%;
}

p.phone {
    font-size: 0.85em;
}

p.zoompic {
    text-align: center;
    background-image: none;
    padding: 0px;
    width: 100%;
}





p#fixedphone {
    font-size: 22px;
}

a.vk {
    right: 35px;
}

.vopros {
    width: 100%;
}

.footer-content {
    padding: 70px 0px 20px 0px;
    text-align: center;
}

.screen1 ul li:before{
    display: none;
}








ul#fixed li {
    padding: 7.5px 25px;
    margin-top: -3px!important;
}




.screen1 ul {
    width: 80%;
}

p.usloviya {
    font-size: 0.9em;
    line-height: 1.2em;
}



.im img {
    margin: 0px auto;
    display: block;
}


#column4 tr td:nth-child(5){
    display: none;
   
}
}

@media (max-width: 600px){
.screen1 img {
    left: 80.5%;
}

a.uznata{
     width: 90%;
}

select.uznatselect {
    width: 90%;
}
}

@media (max-width: 500px){

.im {
    padding: 40px 10px 10px 10px;
}


.screen1 img {
        left: 95.5%;
}

img.brandimg {
    width: 150px;
    height: 150px;
}


.screen1 ul {
    width: 90%;
}

p.plusyp {
    height: auto; 
}

a.logo {
    max-width: 250px;
}

    .otzyvyli {
        width: 90%;
        padding: 50px 5%;
        margin: 5px auto;
    }

.imgcenter {
    width: 80%;
}
}


@media (max-width: 450px){
.tablediv table td, .tablediv table tr th {
    padding: 2% 2%;
    font-size: 16px;
}


.im img {
   width: 100%;
   height: auto;
   max-width: 350px;
}

.im ul li span {
    width: 100%;
    margin: 0px 0px 3px 0px;
}



li.max {
    display: none!important;
}
	

a.zvonok{
    display: none;
}

a.phone{
    right: 0px;
}

.vopros ul li {
    padding: 3%;
    width: 38%;
    margin: 2% 2%;
    background-position: 200% 25px;
}

.screen1 a {
    padding: 10px 0px;
    font-size: 18px;
    display: block;
    width: 260px;
}
	

table.iksweb tr td:nth-child(5){
    display: none;
}

table.iksweb, .screen3 .toggle-box + label {
    font-size: 0.8em;
    line-height: 1.5em;
}


p.slog{
   display: none;
}

label.top-menu-label {
    top: 20px;
}

.top-menu ul {
    top: 65px;
}
}

@media (max-width: 390px){
.plusyli{
    width: 80%;
    padding: 5%;
}

.tablediv table tr th {
    font-size: 16px;
}

.imgcenter {
        width: 90%;
}

h1 {
        width: 90%;
        font-size: 26px;
        line-height: 29px;
}

.screen1 p {
        width: 90%;
}
	
.screen1 a.zayavka {
        margin: 0px 0px 0px 5%;
        max-width: 90%;
        padding: 15px 0px;
    }

.plusy h2, .seotext h2, .otzyvy-content h2{
        font-size: 26px;
        line-height: 29px;
}

a.pozvona {
    padding: 15px 0px;
    border-radius: 5px;
}


}


