﻿@font-face {
    font-family: "roboto-regular";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/roboto-regular.woff") format("woff"), url("/themes/default/fonts/roboto-regular.ttf") format("truetype"), url("/themes/default/fonts/roboto-regular.svg") format("svg");
}
@font-face {
    font-family: "roboto-bold";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/roboto-bold.woff") format("woff"), url("/themes/default/fonts/roboto-bold.ttf") format("truetype"), url("/themes/default/fonts/roboto-bold.svg") format("svg");
}
* { margin: 0px; padding: 0px; }

html, body { width: 100%; height: 100%; padding: 0; margin: 0; font-family: arial ; font-size: 12px; color: #010101; background: #ffffff; }

body {
    background: #ffffff;
}

.goods { overflow: hidden;}
a { outline: none; -moz-outline: 0; border: none; border-width: 0px; color: #4b4f7e; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }

img { border: none; border-width: 0px; }

.clear { clear: both; font-size: 0; line-height: 0; height: 0; }

*html #main { height: 100%; }


p { margin: 12px 0px ; }
a { text-decoration: underline; color: #4b4f7e; }
a:hover { text-decoration: none; }

/* ----- h1- h6 ----- */
h1 {    
	font-family: "roboto-regular",arial;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 8px;
    text-transform: uppercase;
}
h2 { 
	color: #2b9797;
	font-family: "roboto-regular",arial;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	margin: 15px 0;
	text-transform: uppercase;
}
h3 { font-size: 18px; color: #76A910; margin: 0 0 21px 0; line-height: 1.2; font-weight: normal; font-family: "roboto-regular",arial;}
h4 { font-size: 14px; color: #000000;; margin: 0 0 21px 0; line-height: 1.2; font-weight: bold; font-family: "roboto-regular",arial;}

table { border-collapse: collapse; }
input { font-family: "roboto-regular",arial; font-size: 8pt; color: #000; }
textarea { font-family: "roboto-regular",arial; font-size: 8pt; color: #000; }
ul { list-style: none; padding: 0px; margin: 0px;}

/* ----- header ----- */
#fon_header {
    min-width: 1200px;
    width: 100%;
    background: url("../images/header_fon.png") repeat-x scroll 0% 0% transparent;
}

header {
    display: block;
    /* height: 115px; */
    margin: 0 auto;
    position: relative;
    width: 100%;
}
#header-container {
    height: 115px;
    width: 90%;
    max-width: 1200px;
    padding: 0px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#errors_out {
	color:red;
	font-size:16px;
	border:1px solid red;
	padding:10px;
    margin-bottom:5px;	
}
.show_cookie_area {
	width: 100%;
	bottom: 0px;
	background: rgba(255,255,255,0.9);
	color: #000;
	padding: 10px 0;
	z-index: 2;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: center middle;
	background-repeat: no-repeat;
	box-shadow: 1px 2px 5px;
}
.show_cookie_area_inner {
	width: 80%;
	margin:0 auto;
	font-size:16px;
	text-align:center;
}
.show_cookie_area_inner a {
	text-decoration:none;
	color:#0EA9FF;
	font-weight: bold;
}
.close_cookie {
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 7%;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	padding: 5px 0 0;
	top: 5px;
	width: 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none;
}
.close_cookie img {
	width: 16px;
}

/* ----- logo ----- */

.logo_header {
    /* left: 3px;
    position: absolute;
    top: 14px; */
    width: 280px;
    padding: 0;
    margin: 0;
}
.logo_header img {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0;
    margin: 0;
}
  
/* ----- adress_header  ----- */
.sale_header {
    padding: 28px 0px 28px 97px;
    margin: 0px 0px 0px 0px;
    /* position: absolute;
    left: 569px;
    top: 26px; */
    background: url("../images/gifts.png") no-repeat scroll 0 50% transparent;
    color: #898B94;
    font-family: "roboto-regular",arial;
    font-size: 16px;
    text-transform: uppercase;
}
.sale_header .blue {
    color: #2b9797;
    font-size: 22px;
    font-weight: normal;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;      
}
.sale_header:hover .blue {
    color: #76a910;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;  
}
.sale_header .green {
    color: #76a910;
    font-size: 22px;
    font-weight: normal;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;      
}
.sale_header:hover .green {
    color: #2b9797;    
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;  
}
.sale_header a {
    text-decoration: none;
    color: #898B94;
}

/* ----- phone ----- */
.phone_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 20px;
    margin: 0 0 0 0px;
    /* position: absolute;
    left: 1016px;
    top: 32px; */
    background: url("../images/phone_header.png") no-repeat scroll 0 50% transparent;
    color: #000000;
    font-family: "roboto-regular",arial;
    font-size: 16px;
    text-decoration: none;
}
.phone_header p {
    margin: 0px;
    padding: 0px;
}
.phone_header span {
    padding: 0px 0px;
    margin: 0 0 0 4px;
    color: #76A910;
    font-family: "roboto-bold",arial;    
    font-size: 24px;
    font-weight: normal;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;    
}
.phone_header:hover span {
    color: #2b9797;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;     
}
.phone_header a {
    color: #2B9797;
    font-size: 12px;
    text-transform: uppercase;
}
.items div {
	text-align: center;
}
/* ----- menu ----- */ 
.fon_menu {
    /* height: 45px; */
    width: 100%;
    background: none repeat scroll 0 0 #76A910;
}            

nav {
    display: block;
    margin: 0 auto;
    /* height: 45px; */
    width: 90%;
    max-width: 1200px;
}
#header-menu-ul {
    width: 100%;
    /* height: 45px; */
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header-menu-ul li {
    width: 20%;
    flex-basis: 20%;
    padding: 0;
    margin: 0;
}
nav li:active{

}
nav li {
    /* float: left; */
    padding: 0px 0px;
    margin: 0;
    position: relative;
    background: url("../images/li_menu.png") no-repeat scroll 0 50% transparent; 
}
nav li:first-child {
    background: none;
}
nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-basis: 100%;
    height: 45px;
    padding: 0px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "roboto-bold",arial;
    font-size: 14px;
    font-weight: normal;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
nav li:hover a {
    color: #ffffff;
    background: #159d8a;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
nav a:active {
    color: #ffffff;
}
#header-menu-ul .menu_second {
    overflow: hidden;
    display: none;
    left: 0px;
    position: absolute;
    top: 43px;
    /*width: 100%;
    */width: 270px;
    background: #3EAE9E;
    background: linear-gradient(143deg,rgba(62, 174, 158, 1) 30%, rgba(87, 199, 133, 1) 73%);
    z-index: 11;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}
#header-menu-ul .menu_first:hover .menu_second {
    display: block;
}
#header-menu-ul .menu_second li {
    width: 100%;
    flex-basis: 100%;
    background: none;
}
#header-menu-ul .menu_second li:last-child a {
    border: none;
}
.menu_second li {
    /* background: none repeat scroll 0 0 #159D8A; */
    margin: 0 !important;
    padding: 0px 0;
}
.menu_second a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 40px;
    width: 80%;
    /* width: 268px; */
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0px 10%;
    text-transform: none;
    text-align: left;
    border-bottom: 1px solid #3EAE9E;  
    background: none!important;  
}
.menu_second a:hover {
    color: #7bf9ed;
}	
/*
.menu_second li:first-child {
    background: url("../images/li_bot_menu.png") no-repeat scroll 0 -8% #159D8A;
    border-top: 2px solid #76A910;
    padding-top: 16px;
}	

.menu_second li:last-child {
    padding-bottom: 16px;
}
    */
/* ----- info ----- */
.info {
    height: 340px;
    margin: 17px auto 0 auto;
    padding: 0;
    width: 98%;
    max-width: 1198px;    
    font-family: "roboto-regular",arial;
}
.info ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.info li {
    position: relative;
    /* float: left; */
    width: 50%;
    flex-basis: 50%;
	/* height: 305px; */
}
.info li a {
    display: block;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.info li a img {
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.info li:hover a img {
    filter: grayscale(90%);
    -webkit-filter: grayscale(90%);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.green_info {
    background: none repeat scroll 0 0 #85A830;
    bottom: 0;
    /*height: 6%;
    */max-height: 6%;
    opacity: 0.9;
    overflow: hidden;
    padding: 23px 93px;
    position: absolute;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.blue_info {
    background: none repeat scroll 0 0 #4D968F;
    bottom: 0;
    /*height: 6%;
    */max-height: 6%;
    opacity: 0.9;
    overflow: hidden;
    padding: 23px 93px;
    position: absolute;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.info li:hover .blue_info,
.info li:hover .green_info {
    /*height: 30%;
    */max-height: 30%;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}
.info li:hover .green_info {
    background: #9aca1f;
}
.info li:hover .blue_info {
    background: #42beb2;
}
.info p {
    margin: 15px 0px; 
}
.info a {
color: #ffffff;
}
.info span {
    background: url("../images/all.png") no-repeat scroll 0 50% transparent;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 0px 0px 32px;
}
/* ----- text ----- */

#main {
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
}
.h_catalog {
    font-size: 24px;
    margin-bottom: 11px;
    text-align: center;
}
.catalog_goods {
    margin: 35px auto 0;
    padding: 0;
    width: 98%;
    max-width: 1200px;
    font-family: "roboto-regular",arial;
}
.catalog-goods-ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px auto;
    padding: 10px 0px 50px 0px;
}
.catalog_goods li {
    position: relative;
    /*float: left;
    *//*width: 397px;
    */width: 33%;
    flex-basis: 33%;
    height: 210px;
    background: none repeat scroll 0 0 #EDFBFC;
    border: 1px solid #CEE6E6;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.catalog_goods li:hover {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;    
    -webkit-box-shadow: 0px 0px 8px 5px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 5px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 5px rgba(34, 60, 80, 0.2);
    z-index: 1;
}
.catalog_goods li a img {
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.catalog-goods-ul li.service1 {
	background: url("/themes/default/images/service1.png") 50% no-repeat;
}
.catalog-goods-ul li.service3 {
	background: url("/themes/default/images/service3.png") 50% no-repeat;
}
.catalog-goods-ul li.service4 {
	background: url("/themes/default/images/service4.png") 50% no-repeat;
}
.catalog-goods-ul li.service8 {
	background: url("/themes/default/images/service8.png") 50% no-repeat;
}
.catalog-goods-ul li.service7 {
	background: url("/themes/default/images/service7.png") 50% no-repeat;
}
.catalog-goods-ul li.service9 {
	background: url("/themes/default/images/service9.png") 50% no-repeat;
}
.catalog-goods-ul li.service2 {
	background: url("/themes/default/images/service2.png") 50% no-repeat;
}
.catalog-goods-ul li.chashki {
	background: url("/themes/default/images/chashki.png") 50% no-repeat;
}
.catalog-goods-ul li.service6 {
	background: url("/themes/default/images/service6.png") 50% no-repeat;
}
.catalog-goods-ul li.puzzle {
	background: url("/themes/default/images/puzzle.png") 50% no-repeat;
}
.catalog-goods-ul li.magnits {
	background: url("/themes/default/images/magnits.png") 50% no-repeat;
}
.catalog-goods-ul li.service5 {
	background: url("/themes/default/images/service5.png") 50% no-repeat;
}
#tetext .catalog_goods_inner li:hover p {
	color: #77aa11;
	border-bottom: 3px solid #77aa11;
}
#tetext .catalog_goods_inner  {
	margin-top: 70px;
	width: 1100px;
}
#tetext .catalog_goods_inner ul {
	margin-bottom: 50px;
	height: 210px;
}
#tetext .catalog_goods_inner li {
    border: 1px solid #CEE6E6;
    float: left;
    height: 210px;
    margin: 0;
    width: 272px;
	list-style: none;
    position: relative;
	cursor: pointer;
}
.catalog_goods_inner li a {
	width: 272px;
	height: 210px;
	display: block;
}

.catalog_goods p {
    position: absolute;
	bottom: 0;
    left: 21%;
    margin: 0px;
    padding: 10px;
    width: 58%;
    border-bottom: 3px solid #77aa11;
	color: #000000;
    font-family: "roboto-bold",arial;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease; 
}

.catalog_goods li:hover {
    background: url("../images/fon_service.jpg") no-repeat scroll 0 50% transparent;
}

.catalog_goods a:hover {
    color: #ffffff;
}

.catalog_goods li:hover p {
    border-bottom: 2px solid #FFFFFF;
    color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.catalog_goods span{
    font-size: 16px;
    color: #ef6363;
}

.catalog_goods a:hover span{
color: #ffffff;
}
/* ----- eqiupment ----- */
.fon_eqiupment {
    /* float: left; */
    width: 100%;
    margin-top: 0px;
	padding-top: 0px;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;    
}
.equipment-on-main {
    position: relative;
    width: 98%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}
.equipmentSwiper {
    width: 100%;
    padding: 0 0 50px 0;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}
.equipmentSwiper .swiper-wrapper {
    /**//**/
}
.equipmentSwiper .swiper-slide {
    /**//**/
}
.eqiupment-swiper-block {
    padding: 0;
    margin: 0;
    /* border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;     */
}
.eqiupment-swiper-block a {
    width: 100%;
    height: 185px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-decoration: none;
}
.eqiupment-swiper-block a img {
    width: 185px;
    height: auto;
    flex-basis: 185px;
    padding: 0;
    margin: 0;
}
.eqiupment-swiper-block p {
    padding: 55px 10px 10px 10px;
    margin: 0px auto;
    text-align: center;
    font-weight: normal;
    font-family: "roboto-bold", arial;  
    font-size: 14px;
    color:#000000;
   transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-transform: uppercase; 
}
.eqiupment-swiper-block:hover p {
    color:#2caccc;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.brs {
	width: 1220px;
	margin: 35px auto 40px;
}
.brs img {
	margin-right: 10px;
}
.eqiupment {
    margin: 35px auto 0;
    max-width: 1200px;
    position: relative;
    width: 100%;
	font-family: "roboto-regular",arial;
}
.eqiupment li {
    border-left: 1px solid #CFCFCF;
}
.h_eqiupment {
    padding: 50px 0px 30px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
}
.swiper-equipment-button-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: -45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dedede;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.24);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.24);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.24);
    cursor: pointer;
    background: none;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 1;   
}
.swiper-equipment-button-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: -45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dedede;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.24);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.24);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.24); 
    cursor: pointer;
    background: none;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 1;     
}
.swiper-equipment-button-prev:hover,
.swiper-equipment-button-next:hover {
    background: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;      
}
.eqiupment p {
    margin-top: 55px;
    font-size: 14px;
    font-weight: bold;
}
/* ----- info_menu ----- */
.fon_info_menu {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    /* background: #eff9fa; */
}
.info_menu {
    position: relative;
    width: 98%;
    max-width: 1200px;
    /* height: 294px; */
    margin: 40px auto 40px auto;
    padding: 0px 0px 0px 0px;
    font-family: "roboto-regular",arial; 
}
.info_menu ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
}
.info_menu li {
    /* float: left; */
    text-align: center;
    width: 30%;
    flex-basis: 30%;
    padding: 0;
    margin: 0;
}
.info_menu li span {
    border: 2px solid #D1D1D1;
    font-size: 15px;
    padding: 12px 22px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;      
}
.info_menu li p {
    margin-top: 33px;
}
.info_menu li a {
    color: #000000;
    text-decoration: none;
}
.info_menu li:hover a span {
    border: 2px solid #7bb6c4;
    color: #2c8399;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.24);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.24);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.24);          
}
.info_menu li a img {
    width: 130px;
    flex-basis: 130px;
    padding: 15px;
    margin: 0px;
    border: 2px solid #D1D1D1;
    background:#eff9fa;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;      
}	
.info_menu li:hover a img {
    background:#7bb6c4;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.24);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.24);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.24);            
}
/* ----- partners-on-main ----- */
.partners-on-main {
    width: 98%;
    max-width: 1200px;
    padding: 0px 0px;
    margin: 40px auto 100px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partners-on-main .h_eqiupment {
    width: 100%;
    flex-basis: 100%;
    padding: 10px 0px 30px 0px;
    margin: 0px 0px 0px 0px;    
}
.partners-on-main a {
    display: block;
    padding: 0;
    margin: 0;
    width: 48%;
    flex-basis: 48%;
    text-decoration: none;
}
.partners-on-main a img {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
}
/* ----- footer ----- */
.fon_footer {
    width: 100%;
	/* min-width: 1200px; */
    padding: 0px;
    margin: 0 auto;
    background: #76a910;
}
footer  {
    overflow: hidden;
    position: relative;
    display: block;
    width: 90%;
    max-width: 1200px;
    /* height: 240px; */
    margin: 0 auto;
    padding: 0;
	font-family: "roboto-regular",arial;
}
.menu_footer {
    /* left: 0px;
    position: absolute;
    top: 0px; */
    width: 100%;
    padding: 20px 0px;
    margin: 0px auto;
}
.menu_footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.menu_footer ul li {
    width: 20%;
    flex-basis: 20%;
    padding: 0;
    margin: 0;
    background: url("../images/li_menu_footer.png") no-repeat scroll 0 50% transparent;
}
.menu_footer ul li:first-child {
    background:  none;
}
.menu_footer li a {
    display: block;
    padding: 15px 10px 15px 10px;
    margin: 0px 0px 0px 0px;
    color: #dbebbb;
    font-size: 14px;
    font-family: "roboto-bold",arial;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;       
}	
.menu_footer a:hover {
    /* border-top: 10px solid #ffffff; */
    color: #FFFFFF;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease; 
}
.footer-info {
    width: 100%;
    padding: 10px 0px;
    margin: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo_footer {
    display: block;
    width: 280px;
    flex-basis: 280px;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.logo_footer img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.adress_footer {
    /* position: absolute;
    left: 678px;
    top: 99px; */
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    font-family: "roboto-regular",arial;
    font-weight: normal;
}
.adress_footer p {
    margin: 0px;
    padding: 0;
}
.phone_footer {
    /* position: absolute;
    top: 101px;
    left: 965px; */
    padding: 0;
    margin: 0;
    /* border-left: 1px solid #FFFFFF; */
    color: #FFFFFF;
    font-family: "roboto-regular",arial;
    font-size: 13px;
	font-weight: normal;
}
.phone_footer p {
    margin: 0px;
}
.phone_footer a {
    color: #ffffff;
}
.footer-law {
    width: 100%;
    padding: 10px 0px 10px 0px;
    margin: 20px auto 45px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #ffffff;
}
.footer-law a {
    text-decoration: none;
}
.copy_footer {
    /* position: absolute;
    left: 0;
    top: 208px; */
    width: 30%;
    flex-basis: 30%;
    color: #FFFFFF;
    font-family: "roboto-regular",arial;
    font-weight: normal;
    text-align: center;
}
.eo {
    /* position: absolute;
    right: 0;
    top: 208px; */
    width: 30%;
    flex-basis: 30%;
    color: #FFFFFF;
    font-family: "roboto-regular",arial;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
}
.footer_policy {
    width: 30%;
    flex-basis: 30%;
    position: static;
    right: auto;
    top: auto;
    font-size: 12px;
    text-align: right;
    text-align: center;
}
/* ----- phone_footer ----- */


/* ----- logo ----- */





/* ----- eo ----- */



.print_send_mail {
  background: #e1edee none repeat scroll 0 0;
  border: 1px solid #159d8a;
  float: left;
  margin: 0;
  padding: 15px 15px 15px 16px;
  text-align: center;
  width: 180px;
}

.print_send_mail input{
border: 1px solid #159d8a;
font-size: 16px;
padding: 3px 5px;
width: 160px;
}

.print_send_mail a{
	color: #333 !important;
display: block;
font-size: 13px;
margin-top: 11px;
}

#blackwrap2 {
    background-color: black;
    left: 0; 
    opacity: 0.9;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 2000;
}

.show_upload_notice{
background-color: #fff;
border-radius: 10px;
font-size: 36px;
left: 50%;
margin: -110px 0 0 -250px;
opacity: 1;
padding: 100px 0;
position: fixed;
text-align: center;
top: 40%;
width: 500px;
z-index: 4321;
color:#005DCC;
	
}

.show_upload_notice img{
    float: left;
    margin-left: 31px;
    margin-top: -12px;
}
.partners-on-inner {
    border-top: 2px solid #19387c;
}
.partners-on-inner .h_eqiupment {
    width: 100%;
    flex-basis: 100%;
    padding: 20px 0px 30px 0px;
    margin: 0px 0px 0px 0px;    
    color:#19387c;
}
.inner-page-equipment-block {
    width: 100%;
    padding: 0px;
    margin: 10px 0px 20px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.inner-page-equipment-block-images {
    width: 160px;
    flex-basis: 160px;
    padding: 10px 0px;
    margin: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-shrink: 0;
    order: 1;
}
.inner-page-equipment-block-img {
    padding: 10px 0px;
    margin: 0px 0px;
    flex-shrink: 0;
}
.inner-page-equipment-block-img img,
.inner-page-equipment-block-images img {
    width: 160px;
    flex-basis: 160px;
    height: auto;
    flex-shrink: 0;
    padding: 0px 0px!important;
    margin: 0 0px 0 0!important;
}
.inner-page-equipment-block-text {
    margin: 0 0 0 0px;
    padding: 0 0 0 20px;
    order: 2;
}
#main.inner-page .inner-page-catalog-goods {
    margin: 50px auto;
    padding: 0px 0px;
    width: 100%;
}
#main.inner-page .inner-page-catalog-goods ul {
    padding: 0;
    margin: 0;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
}
#main.inner-page .inner-page-catalog-goods li {
    height: 210px;
    margin: 10px;
    padding: 0px;
    width: 272px;
}
#main.inner-page .inner-page-catalog-goods ul li.service1 {
    background: url("/themes/default/images/service1.png") 50% no-repeat;
}
#main.inner-page .inner-page-catalog-goods ul li.service3 {
    background: url("/themes/default/images/service3.png") 50% no-repeat;
}
#main.inner-page .inner-page-catalog-goods ul li.service4 {
    background: url("/themes/default/images/service4.png") 50% no-repeat;
}
#main.inner-page .inner-page-catalog-goods ul li.service8 {
    background: url("/themes/default/images/service8.png") 50% no-repeat;
}
#main.inner-page .inner-page-catalog-goods ul li.service7 {
    background: url("/themes/default/images/service7.png") 50% no-repeat;
}
#main.inner-page .inner-page-catalog-goods ul li.service9 {
    background: url("/themes/default/images/service9.png") 50% no-repeat;
}
#main.inner-page .inner-page-catalog-goods ul li.service2 {
    background: url("/themes/default/images/service2.png") 50% no-repeat;
}
#main.inner-page .inner-page-catalog-goods ul li.chashki {
    background: url("/themes/default/images/chashki.png") 50% no-repeat;
}
#main.inner-page .inner-page-catalog-goods ul li.service6 {
    background: url("/themes/default/images/service6.png") 50% no-repeat;
}
#main.inner-page .inner-page-catalog-goods ul li.puzzle {
    background: url("/themes/default/images/puzzle.png") 50% no-repeat;
}
#main.inner-page .inner-page-catalog-goods ul li.magnits {
    background: url("/themes/default/images/magnits.png") 50% no-repeat;
}
#main.inner-page .inner-page-catalog-goods ul li.service5 {
    background: url("/themes/default/images/service5.png") 50% no-repeat;
}
#main.inner-page .inner-page-catalog-goods ul li a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-decoration: none;	
}
#main.inner-page .inner-page-catalog-goods ul li a span,
#main.inner-page .inner-page-catalog-goods ul li:hover a span {
    margin: 0;
    padding: 10px 0px;
    font-size: 14px;
    color: #159D8A;
    font-family: "roboto-bold",arial;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}
.inner-page-static-buttons {
    width: 100%;
    padding: 20px 0px;
    margin: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
#tetext .right-button {
    padding: 0px;
    margin: 10px 20px!important;
    float: none;
    font-family: "roboto-regular",arial;
    font-weight: normal;
    text-align: center;
}
#main.inner-page #tetext .right-button a {
    position: relative;
    font-size: 21px;
    padding: 10px 20px;
    font-family: "roboto-regular",arial;
    text-decoration: none;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
}
.inner-page-static-table {
    width: 100%!important;
    padding: 0px 0px;
    margin: 15px 0px;
}
#main.inner-page h4 {
    margin: 0px 0px;
    padding: 10px 0px;
    font-weight: normal;
}
.shop-sub-cats-list {
    width: 100%;
    padding: 0px 0px;
    margin: 20px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
}
.shop-sub-cats-item {
    padding: 0px!important;
    margin: 10px!important;
    float: none;
    width: 250px!important;
    flex-basis: 250px!important;
}
.shop-sub-cats-item a img {
    display: block;
    height: auto;
    width: 100%;
    padding: 0!important;
    margin: 0!important;
}
.inner-page-photo {
    width: 100%;
    padding: 10px 0px;
    margin: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.inner-page-photo img {
    width: 150px!important;
    flex-basis: 150px!important;
    padding: 0!important;
    margin: 0 20px 0 0!important;
}
.inner-page-print {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.inner-page-print-intro {
    width: 300px;
    flex-basis: 300px;
    padding: 20px 0px;
    margin: 0px 0px;
}
.inner-page-static-video {
    width: 90%;
    max-width: 500px;
    padding: 0px 0px;
    margin: 20px auto;
    border:2px solid #76a910;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.2);   
}
.maket_items {
    position: fixed;
    padding: 0px;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: none;
    /* border: 4px solid #159d8a;
    overflow: auto; */
    z-index: 4;
}
.maket-popup-form-black.active {
    display: block!important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 5;
    background: #00000085;
}
.maket-popup-form-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;  
}
.maket-popup-form-container {
    position: relative;
    width: 90%;
    /* height: 50%; */
    padding: 0;
    margin: 0;
    background: #ffffff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    z-index: 7;
    -webkit-box-shadow: 0px 0px 8px 5px rgba(34, 60, 80, 0.2) inset;
    -moz-box-shadow: 0px 0px 8px 5px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 0px 0px 8px 5px rgba(34, 60, 80, 0.2) inset;
}
.maket-popup-form-container h3 {
    width: 80%;
    padding: 20px 0px;
    margin: 0 auto;
    border-bottom:2px solid #dedede;
    text-align: center;
}
.maket-popup-form-list {
    width: 80%;
    height: 400px;
    padding: 0px 5%;
    margin: 0 auto 20px auto;
    overflow-y: scroll;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
}
.maket-subitem, 
.paper-subitem {
    float: none!important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.maket-subitem img, 
.paper-subitem img {
    max-width: 90%;
    max-height: 90%;
    padding: 0!important;
}
.maket-popup-form-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.maket-popup-form-close span {
    font-size: 24px;
    color: #6e6b6b;
}
.visiting-show {
    overflow: hidden;
    width: 90%;
    padding: 10px 5%;
    margin: 20px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    border: 2px solid #ffffff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-box-shadow: 0px 0px 8px 5px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 5px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 5px rgba(34, 60, 80, 0.2);
}
.visiting-show h3 {
    width: 100%;
    flex-basis: 100%;
    margin: 0;
    padding: 10px 0px;
}
.visiting-show-left, 
.visiting-show-right {
    width: 45%;
    flex-basis: 45%;
    float: none;
    padding: 10px 0px 10px 0px!important;
    margin: 0 auto;
}
#feedback-visiting input[type="text"], 
#feedback-visiting textarea, 
#feedback-visiting select {
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 15px;
    padding: 4px 5%!important;
    border: 1px solid #cccccc;
    width: 88%!important;
}
#tbl_side_color {
    border-collapse: collapse;
    width: 100%;
}
.visiting-button-a {
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 300px;
    height: 50px;
    border: none!important;
    padding: 0px 5%!important;
    margin: 10px auto!important;
    background: #2c7d15!important;
    color:#ffffff!important;
    text-decoration: none!important;
    font-family: "roboto-regular",arial!important;
    font-size: 15px!important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.tbl_visit td {
  padding: 20px 0px 20px 0!important;
  margin: 0px 0px;
}
.visiting-ahtung {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
}
.maket-subitem label, 
.paper-subitem label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.maket-subitem label span, 
.paper-subitem label span {
    display: block;
    padding: 10px;
    margin: 0px;
}
.visitem .question-form {
    width: 100%;
    border: none!important;
    margin: 10px 0px!important;
    padding: 0px!important;
}
#feedback-visiting .question-form th,
#feedback-visiting .question-form td {
    min-width:auto!important;
    width: 46%!important;
    margin: 0!important;
    padding: 10px 2%!important;
    text-align: center!important;
    font-family: "roboto-regular",arial!important;
    font-size: 15px!important;
}
#feedback-visiting .question-form input[type="text"]:active, 
#feedback-visiting .question-form input[type="text"]:hover, 
#feedback-visiting .question-form input[type="text"]:focus,
#feedback-visiting .question-form textarea:active, 
#feedback-visiting .question-form textarea:hover, 
#feedback-visiting .question-form textarea:focus {
    outline: 0;
    outline-offset: 0;
}
#feedback-visiting .question-form textarea {
    resize: none;
}
.tbl_visit {
    width: 100%;
}
.visitem {
    width: 100%;
    flex-basis: 100%;
}
.buy_accept {
    padding: 0;
    margin: 0 10px;
}
.inner-page-photo-list {
    width: 100%;
    margin: 20px auto;
    padding: 0px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.inner-page-photo-list div {
    padding: 10px;
    margin: 0px;
    text-align: center;
}
.inner-page-photo-list div span {
    display: block;
    padding: 10px 3%;
    width: 94%;
    max-width: 200px;
    margin: 0px;
    text-align: center;
}
.inner-page-must-img img {
    display: block;
    float: none!important;
    padding: 0px!important;
    margin: 10px auto!important;
    width: 90%!important;
    max-width: 600px!important;
    height: auto!important;
}
.inner-page-cup-list {
    width: 100%;
    padding: 10px auto;
    margin: 10px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.inner-page-move img {
    display: block;
    padding: 0px;
    margin: 20px auto!important;
    width: 90%!important;
    height: auto!important;
    max-width: 600px!important;
}
.question-answer .question-title,
.question-answer .answer-title {
    font-family: "roboto-regular",arial!important;
}
.shop-cat-list {
    width: 100%;
    padding: 10px 0px;
    margin: 0px auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.shop-cat-block {
    width: 200px;
    flex-basis: 200px;
    padding: 0px;
    margin: 10px;
}
.shop-cat-block-img a img {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
}
#inner-page-pechat-foto-text {
    width: 96%;
    padding: 20px 2%;
    margin: 0px auto;
    background-color: #EDFBFC;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2); 
}
#inner-page-pechat-foto-button {
    width: 100%;
    padding: 10px 0px;
    margin: 0px 0px;
    /**//**/
}
#tetext #inner-page-pechat-foto-button a {
    width: 150px;
    height: 45px;
    padding: 0px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background:#159D8A;
    color:#ffffff;
}
#inner-page-pechat-foto-or {
    font-size: 21px;
    padding: 10px 0px;
    margin: 0px auto;
    color:crimson;
    text-transform: uppercase;
}
#inner-page-order-photo-step-1 {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #eeeeee;
}
#inner-page-order-photo-step-1 table.question-form {
    border:none;
    background: none;
}
#inner-page-order-photo-step-1 table.question-form tr {
    /**//**/
}
#inner-page-order-photo-step-1 table.question-form th,
#inner-page-order-photo-step-1 table.question-form td {
    padding: 10px;
    margin: 0px;
    min-width:auto;
    border:none;
}
.inner-page-order-photo-edit {
   width: 100%;
   padding: 0px;
   margin: 0px; 
}
.inner-page-order-photo-edit table.question-form {
    /**//**/
}
.inner-page-order-photo-edit table.question-form th,
.inner-page-order-photo-edit table.question-form td {
    padding: 5px;
    margin: 0px;
    min-width: auto;
}
.inner-page-order-photo-edit table.question-form input[type="text"]:active, 
.inner-page-order-photo-edit table.question-form input[type="text"]:hover, 
.inner-page-order-photo-edit table.question-form input[type="text"]:focus,
.inner-page-order-photo-edit table.question-form textarea:active, 
.inner-page-order-photo-edit table.question-form textarea:hover, 
.inner-page-order-photo-edit table.question-form textarea:focus {
    outline: 0;
    outline-offset: 0;
}
@media screen and (max-width: 1300px) {
    .equipment-on-main {
        width: 90%;
    }
    .swiper-equipment-button-prev {
        left: 0;
    }
    .swiper-equipment-button-next {
        right: 0;
    }
    .partners-on-main {
        width: 90%;
    }
}