@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Rosa Marena';
    src: url('../fonts/ofont.ru_Rosa Marena.woff2') format('woff2'), url('../fonts/ofont.ru_Rosa Marena.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sweet Mavka Script.otf';
    src: url('../fonts/Sweet Mavka Script.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sweet Mavka Script';
    src: url('../fonts/Sweet Mavka Script.woff2') format('woff2'), url('../fonts/Sweet Mavka Script.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Gilroy', Arial, Tahoma, sans-serif;
	color: #0c0c0c;
	font-size: 18px;
	background:#ffffff;
}
h1, h2, h3, h4, h5, h6, .box-heading{
	font-weight:600;
}
h1, .box-heading{
	margin:0px 0px 2.4vw 0px;
	font-size: 32px;
}
h2 {
	margin:0px 0px 2vw 0px;
	font-size: 24px;
}
h3 {
	margin:0px 0px 1.6vw 0px;
	font-size: 22px;
}
h4{
  margin:0px 0px 12px 0px;
	font-size:20px;
}
p {
	margin: 0px 0px 16px 0px;
}
ul, li{
  list-style-position:inside;
}

.hidden{
  display:none;
}

a {
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
a:hover {
	text-decoration:underline;
	color:#00a3e1;
}
a img {
	border: none;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select {
	color: #3b3b3b;
	padding: 10px 16px;
	font-size:15px;
	border:solid 1px #d4d2d2;
	background:#ffffff;
	font-family: 'Gilroy', Arial, Tahoma, sans-serif;
	outline:none;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
select {
	padding: 4px 6px;
	font-size: 16px;
    height: 36px;
}

fieldset{
  padding:14px;
	margin-bottom:6px;
	border:solid 1px #e3e3e3;
}
fieldset legend{
  color:#9a9a9a;
}
.form-group{
  margin-bottom:20px;
	overflow:hidden;
}
.form-group label{
  display:block;
	font-size:13px;
  margin-bottom:4px;
	padding-top:6px;
}
.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group textarea{
  display:block;
	width:100%;
}

.form-horizontal .form-group label{
  float:left;
	width:18%;
	margin-right:1%;
	margin-bottom:0px;
}
.form-horizontal label + div{
  float:left;
	width:81%;
}
.buttons.clearfix{
  display: flex;
  justify-content: space-between;
	align-items: center;
}

.big-li li{
	margin-bottom:16px;
	list-style:none;
}
.big-li li a{
	text-decoration:underline;
	color:#00a3e1;
}

.right-left, .right-center-left{
  display: flex;
  justify-content: space-between;
	align-items: stretch;
}
.right-left > div, .right-center-left > div{
	width:48.5%;
}
.right-center-left > div{
	width:31.33%;
}
.txt{
	line-height:156%;
}

#content img, #column-left img, #column-right img, .img-responsive{
  max-width:100%;
}

.container {
  max-width: 1200px;
  min-width:240px;
	margin: 0px auto;
	padding:0px 10px;
	position:relative;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#column-left {
	float: left;
	width: 22%;
}
#column-right {
	/*float: right;*/
	/*width: 22%;*/
}
#content {
	/*min-height: 400px;*/
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 25%;
}
#column-right + #content {
	margin-right: 25%;
}
.opt #content{
	display:none;
}

.flyblock{
  position:absolute;
	top:100%;
	min-width:100%;
	background:#fff;
	z-index:98;
	margin-top:10px;
  opacity: 0;
  visibility: hidden;
	box-shadow:0px 2px 4px rgba(0,0,0,0.16);
  -webkit-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
  transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
	box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
}

.featured-box .wishlist span, .featured-box .compare span{
    display: none;
}

.featured-box  .flyblock-parent{
    border: 0 !important;
    margin-right: 10px;
    overflow: hidden;
    height: 510px;
}

.featured-box  .flyblock-parent img{
    width: 100%;
    height: 585px;
    object-fit: cover;
    margin-top: -40px;
}

.featured-box .wishlist, .featured-box .compare{
    right: 20px;
}

.featured-box .incart{
    display: none;
}

.is-submenu2 .flyblock{
	min-width:200px;
}

.flyblock-parent:hover .flyblock{
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mobile-arrow{
	min-height:50px;
	padding-left:60px;
	position:relative;
	cursor:pointer;
  display:none;
}
.mobile-arrow::before, .mobile-arrow::after{
  content:'';
	position:absolute;
	top:10px; left:6px;
	width:38px; height:6px;
	border-top:solid 6px #fff;
	border-bottom:solid 6px #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.mobile-arrow::before {
	height: 14px;
}

nav .mobile-arrow::before {
	height: 18px;
}

.mobile-arrow::after{
	top:34px;
	height:6px;
	border:none;
	background:#fff;
}
.mobile-arrow.krest::before, .mobile-arrow.krest::after{
	top:22px;
	height:6px;
	border:none;
	background:#ffffff;
	transform: rotate(-45deg);
}
.mobile-arrow.krest::after{
	transform: rotate(45deg);
}

.box .mobile-arrow {
  min-height:32px;
}
.box .mobile-arrow::before, .box .mobile-arrow::after{
	top:14px; left:10px;
	width: 26px;
	border-top:solid 4px #ffffff;
	border-bottom:solid 4px #ffffff;
}
.box .mobile-arrow::after{
	top:34px;
	height:4px;
	border:none;
}
.box .mobile-arrow.krest::before, .box .mobile-arrow.krest::after{
	top:24px;
	height:4px;
	border:none;
	background:#fff;
}

.img-l{
	float:left;
	margin:0px 3% 6px 0px;
}
.img-r{
	float:right;
	margin:0px 0px 6px 3%;
}
.clear{
  display:block;
	width:100%;
	overflow:hidden;
}
.clear::before{
  content:'';
	display:block;
	clear:both;
}


header {
	padding:14px 0px;
}
header .container{
	display: flex;
  justify-content: space-between;
	align-items: center;
}
header .container::after{
	content:'';
	display:block;
	width:10%; height:2px;
	order:3;
}

header .container > div:last-child{
	order:6;
	width:100%;
	max-width:200px;
}

.icon{
	display:block;
	position:relative;
}
header .icon{
	width:60px; height:44px;
}
.icon::after{
	content:'';
	position:absolute;
	top:0px; left:0px;
	background: url('../image/icons.png') no-repeat;
}
.icon b{
	position:absolute;
	top:0px; right:0px;
	width:22px; height:22px;
	border-radius:50%;
	font-size:15px;
	font-weight:600;
	text-align:center;
	color:#fff;
	line-height:22px;
	background:#00a3e1;
}
.header 
			
#logo {
	overflow:hidden;
	order:1;
}
#logo img, #slogan img{
	float:left;
  max-width:100%;
}

#slogan {
	overflow:hidden;
	order:2;
}


#welcome{
	min-height:48px;
	text-align:right;
}
#welcome a{
	font-size:16px;
	text-decoration:none;
}

header .contacts{
	text-align:right;
	order:4;
}
.phones a{
	text-decoration:none;
}
.phones a:hover{
	text-decoration:underline;
}
header .phones{
	font-size:29px;
	font-weight:600;
	margin-bottom:3px;
}
.callme{
  font-size:20px;
	border-bottom:dashed 1px;
	cursor:pointer;
}

.slogan_new {
	color: #008dd2;
    text-align: center;
}

.slogan_new-title {
	font-family: 'Sweet Mavka Script';
	font-size: 26px;
    font-weight: 700;
}
.slogan_new-text {
	font-size: 17px;
    margin-top: 5px;
}
.slogan_new-text span {
	text-transform: uppercase;
    font-weight: 700;
}
.slogan_new a {
	padding: 10px;
    border-radius: 5px;
    border: 2px solid #008ed0;
    display: block;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    color: #008ed0;
    font-weight: 700;
    width: 70%;
    margin: 10px auto;
}
.slogan_new a:hover {
	background: #4699d1;
    transition: all 0.3s ease;
    color: #fff;
}

.callme-btn {
	padding: 3px 19px;
    background: rgb(91,191,236);
    background: linear-gradient(90deg, rgba(91,191,236,1) 0%, rgba(48,113,182,1) 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    font-weight: 700;
    margin: 17px 0 0px 0;
    display: inline-block;
    cursor: pointer;
}
.callme-btn:hover {
	box-shadow: 0px 0px 2px 3px #4699d1;
    transition: all 0.3s ease;
}

header .contacts .soc{
	display: block;
}

/*footer .contacts .soc{
	display: none;
}*/

.icons{
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}
#compare-total::after{
	top:10px; left:11px;
	width:25px; height:27px;
	/*background-position: -121px 0px;*/
	background: url(../image/icons/compare.png) no-repeat;
    background-size: contain;
}
#wishlist-total::after{
	top:12px; left:6px;
	width:32px; height:32px;
	/*background-position: -83px 0px;*/
	background: url(../image/icons/heart.png) no-repeat;
    background-size: contain;
}
#cart-total::after{
	top:11px; left:5px;
	width:30px; height:31px;
	background: url(../image/icons/buy.png) no-repeat;
    background-size: contain;
}

#cart {
	position:relative;
}
#cart .content{
	right:0px;
	min-width:220px;
	padding:20px;
}
#cart table {
  margin-bottom:16px;
}
#cart td {
	padding: 6px 0px;
	border-top:none;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#cart a img{
  border: 3px solid rgba(255,255,255,0.1);
}
#cart .name {
  min-width:150px;
	padding:6px 10px;
}
#cart .name a{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#cart .quantity {
	font-size:12px;
	white-space:nowrap;
	padding-bottom:6px;
}
#cart .content small{
	display:block;
	font-size:11px;
	margin-bottom:2px;
}
#cart .remove {
	text-align: right;
	vertical-align:middle;
}
#cart .x::before, #cart .x::after {
  background: #fff;
}
#cart .total-cart{
  text-align: right;
	font-size:14px;
	font-weight:bold;
	margin-bottom:22px;
}
#cart .total-cart span{
  white-space: nowrap;
	font-size:20px;
	padding-left:4px;
}
#cart .center, #cart .empty{
	text-align:center;
}


/* #search {
    width:18%;
    position:relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    order:2;
} */


#search {
	background: linear-gradient(to right, #5fc6f1, #2b68af);
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    order: 2;
    margin-top: 13px;
    margin-bottom: -13px;
    height: 60px;
}


#search i {
  position: absolute;
  right:0px; top:0px; bottom:0px;
  width:30px;
  cursor: pointer;
}
#search i::after{
	content:'';
	position:absolute;
  right:50%; top:50%;
	margin:-11px -9px 0px 0px;
  background: url('../image/icons.png') -216px -52px no-repeat;
  width:20px; height:20px;
}

/* #search input {
    width:100%;
    font-size:16px;
    padding:8px 36px 8px 18px;
    border:none;
    border-radius:10px;
}
 */
#search input {
	width: 100%;
    font-size: 16px;
    padding: 8px 36px 8px 18px;
    border: none;
    border-radius: 3px;
    flex: 1 0 100%;
    margin-top: 10px;
}

.search-button-custom{
    display: flex;
    padding: 0 10px;
    margin: 14px 0 0 -55px;
    width: auto;
    min-width: 70px;
    max-width: 100%;
    background: linear-gradient(90deg, rgba(91, 191, 236, 1) 0%, rgba(48, 113, 182, 1) 100%);
    font-style: normal;
    height: 30px;
    align-items: center;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: all 1.5s ease-in-out;
}

.search-button-custom:hover{
    background: linear-gradient(-90deg, rgba(91, 191, 236, 1) 0%, rgba(48, 113, 182, 1) 100%);
}

/* #search.active{
    width:22%;
} */
#search.active + * + #menu{
	width:76%;
}

.soc{
	padding-top:6px;
}
.soc > a{
	display:inline-block;
	vertical-align:top;
	width:21px; height:21px;
	margin:8px 0px 0px 8px;
}
.soc .telegram{
	background: url('../image/telega.png') no-repeat top center;
	background-size: contain;
}
.soc .vk{
	background: url('../image/vk.png') no-repeat top center;
	background-size: contain;
}
.soc .ins{
	background: url('../image/insta.png') no-repeat top center;
	background-size: contain;
}
.soc .wb{
	background: url('../image/wb.png') no-repeat top center;
	background-size: cover;
}
.soc .ozon{
	background: url('../image/ozon.png') no-repeat top center;
	background-size: cover;
}
.soc .ali{
	background: url('../image/ali.png') no-repeat top center;
	background-size: cover;
}

/* menu */
nav {
  background: linear-gradient(to right, #5fc6f1, #2b68af);
}

.menu_fixed{
	position: fixed !important;
    top: 0;
    left: 0 !important;
    width: 100% !important;
	z-index:9999;
}

.menu_fixed2{
	position: fixed !important;
    top: 0;
    left: 0 !important;
    width: 100% !important;
	z-index:9999;
}

nav .container{
	display: flex;
  justify-content: space-between;
	align-items: center;
}
/* #menu {
    list-style: none;
  display: flex;
  justify-content: space-between;
    width:80%;
    max-width:900px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    order:1;
} */

#menu {
	list-style: none;
  display: flex;
  justify-content: space-between;
	width:100%;
	max-width:100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	order:1;
}

#menu > li > a {
  display: block;
	font-size: 18px;
	font-weight:600;
	color:#fff;
	line-height: 19px;
	text-decoration: none;
	padding: 16px 2px;
	position:relative;
}
#menu > li.is-submenu > a, #menu > li.is-submenu2 > a{
	color: #0c0c0c;
	padding-left:22px;
  padding-right:36px;
	background:#b3e1ee;
}
#menu > li.is-submenu2 > a{
	color: #fff;
	background:none;
}
#menu > li.is-submenu > a::after,#menu > li.is-submenu2 > a::after {
  content:'';
	position:absolute;
	top:20px; right:16px;
	width:8px; height:8px;
	border-top:solid 1px #0c0c0c;
	border-right:solid 1px #0c0c0c;
  transform: rotate(135deg);
}
#menu > li.is-submenu2 > a::after{
	border-top:solid 1px #fff;
	border-right:solid 1px #fff;
}


#menu > li:hover > a::before, #menu > li > a.active::before{
  content:'';
	position:absolute;
	left:0px; right:0px; bottom:0px;
	height:2px;
  background:#fff;
	z-index:100;
}

.submenu{
	left:0px;
	padding:0px 10px;
	background: none;
	box-shadow: none;
/*	
	margin-top: 0;
  opacity: 1;
  visibility: visible;*/
}

.is-submenu2 .submenu{
	left:auto;
	padding:0;
}

.submenu .container{
	display: flex;
  justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding:20px 0px;
	background: #fff;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
}

.is-submenu2 .submenu .container{
	padding:10px 0;
}
.submenu ul{
	width:20%;
	padding:10px 30px;
	list-style:none;
	overflow:hidden;
	border-left:solid 1px #eae9e9;
	box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
}
.is-submenu2 .submenu ul{
	width:100%;
	padding:0 20px;
}
.is-submenu2 .submenu ul li{
	line-height:2;
}
.submenu ul:first-child{
	border-left:none;
}
.submenu .title{
	min-height:48px;
}
.submenu .title a{
	font-size:18px;
	font-weight:600;
}
.submenu a{
  display:block;
	font-size:14px;
	text-decoration: none;
	padding:5px 0px;
	position:relative;
}
.submenu a::before{
	content:'';
	position:absolute;
	top:0px; bottom:0px; right:100%;
	width:50px;
	background:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.submenu a:hover, .submenu a.active{
	color:#fff;
	background:#00a3e1;
}
.submenu .title a:hover, .submenu .title a.active{
	color:#00a3e1;
	text-decoration:underline;
	background:none;
}

.submenu a:hover::before, .submenu a.active::before{
	background:#00a3e1;
}
.submenu .title a:hover::before, .submenu .title a.active::before{
	display:none;
}


@media screen and (max-width:920px) {
	.is-submenu2{
		/*display:none;*/
		padding-left: 0!important;
	}
	#menu > li.is-submenu2 > a{
		display:none;
	}
	.submenu li {
		display:block!important;
	}
	.submenu a{
		line-height: 20px;
		color: #fff;
		text-decoration: none;
		display: block;
		font-size: 16px;
		font-weight: 600;
		padding: 0;
		position: relative;
	}
	.submenu a:hover{
		background:none;
	}
	.submenu a::before{
		display:none;
	}
	.is-submenu2 .submenu ul{
		padding: 0 18px;
	}
	
	.cats .content {
        display: grid !important;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        margin-left: -2%;
        grid-template-columns: repeat(3, 1fr);
        gap: 90px 10px;
        margin-bottom: 100px;
    }
    
    div.coolblocks_cat.box.cats > div > div > div:nth-child(1), body > div.coolblocks_cat.box.cats > div > div > div:nth-child(1) {
        width: 100%;
    }
    
    .cats .image {
        display: block;
        overflow: hidden;
        height: 100% !important;
    }
    
    .cats .image img {
        width: 100%;
        float: left;
        height: 100% !important;
        object-fit: cover;
    }
    
    div.coolblocks_cat.box.cats > div > div > div:nth-child(1) > span.title.title_wihth{
        bottom: -25px !important;
    }
    
    .cats .btn {
        position: absolute;
        left: 0 !important;
        bottom: -78px !important;
        font-size: 10px !important;
        padding: 0.5em 1em;
        right: 0 !important;
    }
    
    .cats .title {
        position: absolute;
        left: 0 !important;
        bottom: -45px !important;
        max-width: 300px;
        font-size: 14px !important;
        font-weight: 600;
    }
    
    div.coolblocks_cat.box.cats > div > div > div:nth-child(6) > span.title.title_wihth{
        left: auto !important;
        right: 0 !important;
    }
    
    div.coolblocks_cat.box.cats > div > div > div:nth-child(6) > a,div.coolblocks_cat.box.cats > div > div > div:nth-child(5) > a{
        left: 0 !important;
        right: 0 !important;
    }
    
    div.coolblocks_cat.box.cats > div > div > div:nth-child(5) > span.title.title_wihth{
        left: 0 !important;
    }
    
    .cats .image:before{
        display: none !important;
    }
    
    .cats .content > div{
        overflow: unset !important;
    }
    
    div.coolblocks_cat.box.cats > div > div > div:nth-child(4) > span.title.title_wihth{
        bottom: -25px !important;
    }
    
    div.coolblocks_cat.box.cats > div > div > div:nth-child(6) > span.image > img{
        object-position: 13%;
    }
    
    div.coolblocks_cat.box.cats > div > div > div:nth-child(5) > span.image > img{
        object-position: 70%;
    }
    
    div.coolblocks_cat.box.cats > div > div > div:nth-child(1) > span.image > img {
        display: none;
    }

    div.coolblocks_cat.box.cats > div > div > div:nth-child(1) > span.image::before {
        content: '';
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        background-image: url('/image/sale-mobile.jpeg');
        background-size: cover;
        background-position: center;
        border-radius: 0 !important;
        top: 0;
        left: 0;
    }

}


/* breadcrumb */
.breadcrumb {
	font-size:13px;
	padding:2vw 0px;
}
.breadcrumb a{
  display:inline-block;
	vertical-align:top;
	text-decoration:none;
	color:#00a3e1;
	margin-right:20px;
	position:relative;
}
.breadcrumb a::after{
  content:'';
	position:absolute;
	top:5px; right:-12px;
	width:5px; height:5px;
	border-top:solid 1px #0c0c0c;
	border-right:solid 1px #0c0c0c;
  transform: rotate(45deg);
}




/* alert */
.alert {
  padding: 8px 14px;
	font-size:20px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
}
.alert-success {
  background: #dff0d8;
  border:solid 1px #d6e9c6;
  color: #3c763d;
}
.alert-danger {
  background: #f2dede;
  border:solid 1px #ebccd1;
  color: #a94442;
}


.table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.table td {
	padding: 6px;
	text-align: center;
	/*vertical-align: top;*/
	border-bottom: 1px solid #eeeeee;
	font-size:14px;
}
.table thead tr td, .table th{
  padding: 8px ;
  font-weight:600;
  background:#eeeeee;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.table td.left, .table th.left{
  text-align:left;
}
.table td.center, .table th.center{
  text-align:center;
}
.table td.right, .table th.right{
  text-align:right;
}

.table-blue thead tr td, .table-blue th{
	color:#fff;
  background:#00a3e1;
}



.required label::after{
  content:' * ';
	color: #F00;
	font-weight: bold;
}
.text-danger{
	color: #ee3526 !important;
}
.text-success{
	color: #6cc208 !important;
}


.product-filter {
	display: flex;
  justify-content: space-between;
	align-items: center;
	margin-bottom:3vw;
}
#display {
	display: flex;
  justify-content: space-between;
	width:100%;
	max-width:66px;
}
#grid-view, #list-view {
	width:29px; height:22px;
	cursor:pointer;
	background: url("../image/display.png") left top no-repeat;
}
#list-view {
  background-position:right top;
}
#grid-view.active{
  background-position:left bottom;
	cursor:default;
}
#list-view.active {
  background-position:right bottom;
	cursor:default;
}

.product-filter .sort {
	width:100%;
	display: flex;
  justify-content: space-between;
  margin: 0 40px;
}
.product-filter .sort a{
  display:block;
	font-size:13px;
	color:#00a3e1;
	text-decoration:none;
	margin:2px;
	border-bottom:dashed 1px;
}
.product-filter .sort .active{
  border:none;
	color:#3b3b3b;
	cursor:default;
}
.product-filter b{
	font-size:14px;
	font-weight:normal;
	margin-right:6px;
}

.product-filter .limit{
	display: flex;
  justify-content: space-between;
	align-items: center;
}
.product-filter .selectbox {
  width:72px;
}


.pagination {
	margin-bottom:3vw;
	text-align:center;
}
.pagination li {
	display: inline-block;
	vertical-align:top;
	margin:0px 5px;
}
.pagination li a, .pagination li span {
  display:block;
  height:32px;
	width:32px;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	text-decoration: none;
	border:solid 1px #0c0c0c;
	position:relative;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.pagination li a:hover{
	color: #0c0c0c;
}
.pagination .active span{
	line-height:29px;
  border:solid 2px #0c0c0c;
}
.p-last, .p-first{
  display:none !important;
}
.p-prev a, .p-next a{
  text-indent:-9000px;
}
.p-prev a::after{
  content: '';
  position: absolute;
  right:11px; top:10px;
  border: 6px solid transparent;
	border-right: 10px solid #0c0c0c;
}
.p-next a::after{
  content: ''; 
  position: absolute;
  left:11px; top:10px;
	border: 6px solid transparent;
  border-left: 10px solid #0c0c0c;
}



/* box */
.box-heading a{
  font-size:70%;
}
.box {
	margin-bottom:3.4vw;
}
.box-heading{
	margin:0px 0px 2.4vw 0px;
	font-size: 38px;
}
#column-left .box, #column-right .box {
	margin-bottom: 30px;
	box-shadow:4px 4px 18px rgba(0,0,0,0.1);
}
#column-left .box .content, #column-right .box .content{
	padding:20px;
}
#column-left .box-heading, #column-right .box-heading {
	font-size:17px;
	color:#fff;
	padding:13px 20px;
	margin:0px;
	background:#00a3e1;
}
#column-left .mobile-arrow{
	padding-left:50px;
}

.box-heading-small{
	font-size:24px;
	font-weight:600;
	text-align:center;
	margin-bottom:2vw;
}



/* buttons */
.btn {
	display: inline-block;
	vertical-align:top;
	font-size: 14px;
	font-weight:600;
  text-decoration: none;
	text-align:center;
	padding:0.5em 1.6em;
	margin:0px;
  color: #ffffff;
	background: #00a3e1;
	position:relative;
	border:none;
	cursor: pointer;
	box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-user-select: none; 
  -khtml-user-select: none; 
  user-select: none;
}
.btn:hover{
	color: #ffffff;
	text-decoration: none;
	background: #00b9ff;
}

.big-btn{
	font-size:20px;
	padding: 0.6em 1.6em;

}

.home-page #news-box .big-btn{
    margin: 50px 0 0 150px;
}

.btn-default {
	color: #777;
	background: #e7e7e7;
}
.btn-default:hover{
	color: #777;
	background: #eeeeee;
}

.btn-danger {
	background: #da4f49;
}
.btn-danger:hover{
	background: #f2615d;
}

.btn-info, .btn-reorder, .btn-return{
  padding:0px;
	width:32px;
	height:32px;
}
.btn-info::after, .btn-reorder::after, .btn-return::after{
  content:'';
	position:absolute;
	top:50%;
	left:50%;
	margin:-5px 0px 0px -3px;
	border:solid 6px transparent;
	border-left:solid 9px rgba(255,255,255,0.9);
}
.btn-reorder::after, .btn-return::after{
  width:22px;
	height:22px;
	margin:-11px 0px 0px -11px;
	border:none;
	background: url('../image/reorder.png') 1px 0px no-repeat;
}
.btn-return::after{
	background: url('../image/return.png') 0px 1px no-repeat;
}

.wildberries_button::after{
    display: none;
}

.wildberries_button, .wildberries_button:hover{
    font-size: 16px;
    line-height: 1.1;
    padding: 11px 24px 13px !important;
    color: #fff;
    font-weight: 700;
    border-radius: var(--border-radius-button, 8px) !important;
    border: none;
    width: 100%;
    height: 42px;
    background-image: linear-gradient(to right, #7F2DCB, #A83AFD) !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 2px 4px rgba(255, 255, 255, 0.1) !important;
}


.buttons{
  overflow:hidden;
	padding-top:12px;
	margin-top:12px;
}
.pull-left{
  text-align:left;
}
.pull-right{
  text-align:right;
}
.pull-center{
  text-align:center;
}


.category-info {
	overflow: hidden;
	margin-bottom:32px;
}
.category-info .image {
	float: left;
	margin:0px 20px 4px 0px;
}


#adv-search > div{
  display:inline-block;
	vertical-align:middle;
	margin:2px 20px 16px 0px;
}
#adv-search > div:last-child{
  margin-right:0px;
}
#adv-search > div label{
  display:block;
}


/* box category */
ul.box-category {
	list-style: none;
	margin: 0;
}
ul.box-category li {
	position:relative;
}
ul.box-category a {
  display:block;
	font-size:16px;
	font-weight:600;
	padding:6px 12px 6px 0px;
	text-decoration: none;
	position:relative;
}
ul.box-category a:hover, ul.box-category a.active{
	color:#00a3e1;
}
ul.box-category .exist{
	position:absolute;
	right:0px; top:13px;
	border:solid 4px transparent;
	border-left:solid 6px #0c0c0c;
}
ul.box-category li:hover .exist{
	border-left:solid 6px #00a3e1;
}
ul.box-category .active .exist{
	right:3px; top:15px;
	border:solid 4px transparent;
	border-top:solid 6px #00a3e1;
}

ul.box-category ul {
  list-style: none;
	margin: 0px;
	padding:0px;
	/*max-height:0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;*/
}
ul.box-category .active ul {
	/*max-height:300px;*/
}
ul.box-category ul a {
	font-size:14px;
	padding:5px 0px 5px 22px;
}
ul.box-category ul a:hover, ul.box-category ul a.active {
	color: #0c0c0c;
	background:#eeeeee;
}




/* manufacturer */
.manufacturer-list {
	overflow: hidden;
	margin-bottom: 12px;
}
.manufacturer-heading {
  float:left;
	width:60px;
	height:60px;
	line-height:60px;
	text-transform:uppercase;
	/*background:rgba(0,0,0,0.05);*/
	color:#bababa;
	font-size: 60px;
	font-weight: bold;
	text-align:center;
}
.manufacturer-content {
  margin:0px 0px 3px 70px;
	padding:8px;
	overflow:hidden;
	/*background:rgba(0,0,0,0.03);*/
}
.manufacturer-list .image {
  display:block;
	float: left;
	margin-right: 20px;
}
.manufacturer-list .name {
  display:block;
	font-size:17px;
	text-transform:uppercase;
	margin-bottom:5px;
	font-weight:bold;
}





/* product */
.price-old {
	font-size:70%;
	text-decoration: line-through;
}
.price-new {
	color:#e33324;
}

.incart{
	float:right;
	width:37px; height:38px;
	margin:2px 2px 0px 0px;
	/*background: url('../image/icons.png') -36px 0px no-repeat;*/
	cursor:pointer;
	background: url(../image/icons/buy.png) no-repeat;
    background-size: contain;
}
.incart:hover, .incart.active{
	/*background: url('../image/icons.png') -36px -40px no-repeat;*/
	background: url(../image/icons/buy2.png) no-repeat;
	background-size: contain;
}

.compare, .wishlist{
	position:absolute;
	top:10px; right:10px;
	width:32px; height:32px;
	border-radius:50px;
	background:#fff;
	cursor:pointer;
}
.compare{
	top:46px;
}
.compare::after, .wishlist::after{
	top:6px; left:5px;
	width:29px; height:25px;
	background-position:-152px 0px;
}
.wishlist::after{
	background: url(../image/icons/heart.png) no-repeat;
    width: 26px;
	height: 22px;
	left: 4px;
    background-size: contain;
}
.wishlist:hover::after{
	background: url(../image/icons/heart2.png) no-repeat;
    width: 26px;
	height: 22px;
    background-size: contain;
}
.compare::after{
  /*background-position:-181px 0px;*/
	background: url(../image/icons/compare.png) no-repeat;
    width: 26px;
	height: 26px;
    background-size: contain;
}
.compare:hover::after{
  /*background-position:-181px -28px;*/
	background: url(../image/icons/compare2.png) no-repeat;
    width: 26px;
	height: 26px;
    background-size: contain;
}

.quickview{
	position:absolute;
	top:50%; left:0px; right:0px;
	background:none;
	box-shadow:none;
	text-align:center;
}
.quickview .btn {
  font-size: 16px;
  padding: 0.6em 1em;
}


.product-grid {
	display: flex;
  justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left:-3%;
	padding-bottom:22px;
}
.product-grid > div {
	width:22%;
	margin:0px 0px 3% 3%;
}

.home-page #banner0 .product-grid > div {
	width:13%;
	margin: 0px 0px 0% 3%;
}



.home-page #slideshow3 .swiper-prev{
	border: solid 1px #000;
	top: 50%;
	left: 10px;
} 

.home-page #slideshow3 .swiper-prev::after {

    border-left: solid 2px #000;
    border-top: solid 2px #000;
}
.home-page #slideshow3 .swiper-next{
	border: solid 1px #000;
	top: 50%;
	right: 10px;
} 



.home-page #slideshow3 .swiper-next::after {

    border-right: solid 2px #000;
    border-top: solid 2px #000;
}

.home-page #slideshow3 .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    max-width: 100%;
}

.home-page #slideshow3 .big-btn {
    font-size: 20px;
    padding: 0;
}

.home-page #banner0 .name {
	display: none;
}

@media screen and (max-width: 620px){
    .featured-box .flyblock-parent{
        height: 250px;
    }
    
    .featured-box .flyblock-parent img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        margin-top: -15px;
    }
    
    .featured-box .swiper-prev, .featured-box .swiper-next{
        display: none;
    }
    
    .search-desktop{
        display: none !important;
    }
    
    .wildberries_button{
        margin: 0 20px;
    }
	.home-page #slideshow3 .swiper-prev{
	border: solid 1px #000;
	top: 75%;
	left: 10px;
} 
.home-page #slideshow3 .swiper-next{
	border: solid 1px #000;
	top: 75%;
	right: 10px;
} 
}

.product {
	text-align:left !important;
	position:relative;
}
.product .image{
	margin-bottom:16px;
	text-align:center;
	border:solid 1px #d4d2d2;
	position:relative;
}
.product .image img{
	max-width:100%;
}
.product-grid .description {
	display:none;
}
.product h4 {
	font-size:18px;
	font-weight:normal;
	text-transform:none;
	margin:0px 48px 8px 0px;
	word-wrap: break-word;
}
.product h4 a{
	text-decoration:none;
}
.product .sku {
	font-size:15px;
	margin-right:48px;
}
.product .price{
	font-size:32px;
	font-weight:bold;
	margin-bottom:16px;
}
.product .price-old {
	font-size:18px;
	font-weight:600;
}
.product .cart{
	display: flex;
  justify-content: space-around;
	align-items: center;
	height:58px;
}


.product:hover .image{
  box-shadow:2px 2px 12px rgba(0,0,0,0.2);
}
/*
.product:hover .image img{
  opacity:0.9;
}*/



.product-list{
	padding-bottom:48px;
	overflow:hidden;
}
.product-list > div + div {
	margin-top:3%;
}
.product-list > div::after{
	content:'';
	display:block;
	clear:both;
}
.product-list .image {
	float: left;
	width:17%;
	margin:0px 4% 0px 0px;
}
.product-list h4 {
	font-weight:600;
	margin:0px 0px 12px 0px;
}
.product-list .description {
  font-size:14px;
	line-height:140%;
	min-height:80px;
	padding-bottom:40px;
}
.product-list .sku{
	margin:0px;
}
.product-list .price {
	position:absolute;
	left:20%; bottom:0px;
	font-size:28px;
	margin:0px;
}
.product-list .product .price-old {
  font-size: 15px;
}
.product-list .incart {
	position:absolute;
	right:0px; bottom:0px;
	margin:0px;
}
.product-list .compare{
	top:auto; bottom:0px; right:48px;
}
.product-list .wishlist{
	top:auto; bottom:0px; right:84px;
}
.product-list .product:hover .image{
  box-shadow:none;
}


.box .product-grid {
	padding-bottom:0px;
}




#column-left .product-grid, #column-right .product-grid {
  margin:0px;
}
#column-left .product-grid > div, #column-right .product-grid > div {
  margin:0px;
	width:100%;
}
#column-left .product-grid > div + div, #column-right .product-grid > div + div{
  margin-top:15px;
}


#column-left + #content .product-grid > div,
#column-right + #content .product-grid > div {
	width:30.33%;
}



.product-grid2 > div,
#column-left + #content .product-grid2 > div,
#column-right + #content .product-grid2 > div {
	width:47%;
}

/*.contact-box-grid {*/
/*	margin-left:-6%;*/
/*}*/
/*.contact-box-grid > div {*/
/*	width:44%;*/
/*	margin:0px 0px 6% 6%;*/
/*}*/



.contact-box{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 50px;
}

.contact-box__item{
    display: flex;
    column-gap: 15px;
   	align-items: center;
   	justify-content: center;
}


.contact-box__icon{
    width: 50px;
    object-fit: contain;
}

.contact-box__item-text{
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
}

.contact-box__item-text a{
    text-decoration: none;
}

.contact-box__icon-box {
    background: linear-gradient(90deg, #6ec3ec 0%, #75afe1 100%);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-box__icon:after{
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
}

.contact-separate{
	width: 100%;
	height: 5px;
	background-color: #3376b9;
	margin: 50px 0;
}

.contact-map{
	max-width: 1200px;
	height: 560px;
	margin: 0 auto;
}


#box-contacts{
	  display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.contacts-form{
		display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 690px;
    padding: 50px;
    border: 3px solid #00a3e1;
    border-radius: 30px;
}


.contacts-form__title{
	  text-align: center;
    line-height: 45px;
    font-size: 32px;
}


.contacts-form__items{
	  width: 100%;
}


#box-contacts .goform{
	  height: 73px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    border-radius: 10px;
}


#box-contacts input[type="text"],
#box-contacts input[type="password"],
#box-contacts input[type="tel"],
#box-contacts input[type="email"],
#box-contacts textarea,
#box-contacts select{
	  border: solid 1px #e6e6e6;
    border-radius: 3px;
}


#box-contacts input[type="text"],
#box-contacts input[type="password"],
#box-contacts input[type="tel"],
#box-contacts input[type="email"]{
	height: 60px;
}

.contacts-form__label-star{
	  font-size: 20px;
    color: #d12326;
}


.about__title{
	font-size: 28px;
}

/*#about__years{
	  margin-bottom: 50px;
}*/

.about__teams-title{
	font-size: 32px;
	font-weight: 600;
	margin: 30px 0 15px;
}

#about__years .tab-content,
#about__years .nav-tabs, 
#about__teams .tab-content, 
#about__teams .nav-tabs{
	border: 0;
	padding: 0;
}

#about__years .tab-content>.active,
#about__teams .tab-content>.active{
		padding: 30px;
    border: solid 1px #d4d2d2;
    border-radius: 5px;
    margin: 20px 0;
}


#about__years .nav-tabs>li>a,
#about__teams .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none !important;
    border-radius: 7px;
    background: linear-gradient(90deg, rgba(91, 191, 236, 1) 0%, rgba(48, 113, 182, 1) 100%);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 0;
    line-height: 20px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0 5px;
}

#about__teams .nav-tabs>li>a {
		background: linear-gradient(90deg, #5cbdeb 0%, #77abe0 100%);
}

#about__teams .nav-tabs>li>a{
	font-size: 20px;
}


#about__years .nav-tabs>li>a:hover, 
#about__teams .nav-tabs>li>a:hover{
	color: #f1ecec;
}


#about__years .nav-tabs>li, 
#about__teams .nav-tabs>li{
	  color: #fff;
	  flex: 1 0 auto;
}


#about__years .about__years-tab-more, 
#about__teams .about__years-tab-more{
	  text-transform: lowercase;
    font-size: 14px;
    color: #000;
}

#about__years .nav-tabs, 
#about__teams .nav-tabs{
		display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}

#about__years .nav-tabs:before, 
#about__years .nav-tabs:after,
#about__teams .nav-tabs:before,
#about__teams .nav-tabs:after
{
		display: none;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover,
{
	  color: #d1c9c9;
}

#about__teams{
	margin: 30px 0 100px;
}


#about__teams .about__teams-card-image {
    max-width: 250px;
    height: auto;
    width: 100%;
    object-fit: contain;
}


#about__teams .about__teams-card{
		max-width: 250px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
}

#about__teams .about__teams-row{
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.about__teams-card-name{
	font-size: 26px;
  font-weight: 600;
  margin: 10px 0 0;
}


.product .wishlist-remove{
	position:absolute;
	top:10px; right:10px;
}



/* Product *******************************************/
#product {
	/*margin-bottom:2.6vw;*/
}
#product .left {
	width:42%;
}
#product .right {
  width:53%;
	position:relative;
}
#product h1{
	font-size:30px;
	font-weight:bold;
	margin:0px 34px 18px 0px;
}

.property{
	margin-bottom:12px;
}
.property span{
	font-weight:600;
}

#product .wishlist{
	position:absolute;
	top:0px; right:0px;
}
#product .compare{
	position:absolute;
	top:30px; right:0px;
}
			
#product .image{
	margin-bottom:18px;
}
.thumbnails a{
	display:inline-block;
	overflow:hidden;
  border:solid 1px #d4d2d2;
}
.thumbnails a img{
	float:left;
	max-width:100%;
	/*pointer-events: unset;*/
}
/*.thumbnails a img:hover{
  opacity:0.9;
}*/
.image-additional {
	padding:0px 38px;
	position:relative;
}



#product .product-properties{
	display: flex;
  justify-content: space-between;
	margin-bottom:12px;
}
.product-properties > div{
	width:50%;
}

#product .price {
	font-size:48px;
	font-weight:bold;
	margin-bottom:24px;
	padding-top:6px;
}
#product .price-old {
  font-size: 20px;
	font-weight:normal;
}
#product .discounts{
	padding-top:8px;
	font-size:14px;
	font-weight:normal;
}
#product .discounts > div{
	padding-top:4px;
}

#product .max-width{
	max-width:200px;
}

.quantity-block{
	margin-bottom:28px;
}
.quantity-block .quant{
	display: flex;
  justify-content: space-between;
	align-items: center;
}
.quantity-block .quant span{
	font-size:18px;
	font-weight:600;
}
.quantity-block .quant input{
	width:50px;
	text-align:center;
	font-size:18px;
	font-weight:600;
	padding:8px 6px;
}
.table-size-link{
	font-size:18px;
	font-weight:600;
	text-decoration: underline;
  color: #00a3e1;
	cursor:pointer;
}

.tab-content .product-properties > div{
	padding:10px 0px;
}
.tab-content .product-properties > div + div{
  border-top: 1px solid #d4d2d2;
}
.tab-content .product-properties .property {
  margin-bottom: 0px;
}

.options {
	margin-bottom:16px;
}
.option b{
  display:block;
	font-size:18px;
	font-weight:600;
	margin-bottom:12px;
}
.option .req:after {
	content: ' *';
	color: #F00;
}
.option label input{
  display:none;
}
.option label{
  display:inline-block;
	vertical-align:top;
	margin:0px 8px 8px 0px;
	border-radius:2px;
	cursor:pointer;
}
.option label > span{
  display:block;
	padding:4px 8px 5px 8px;
	font-size:13px;
	text-align:center;
	overflow:hidden;
	border:solid 2px rgba(0,0,0,0.1);
}
.option label img + span{
  display:block;
	text-align:center;
	font-size:10px;
}
.option label input:checked + span{
  border:solid 2px rgba(0,0,0,0.6);
}


#product .cart {
	margin-bottom:30px;
}
#product .cart .btn{
	padding-left:4px;
	padding-right:4px;
	min-width:200px;
}
.fastorder{
  font-size:20px;
	font-weight:600;
	text-decoration: underline;
  color: #00a3e1;
	cursor:pointer;
}
#product .text-danger{
	font-size:14px;
	padding-top:4px;
}

#product .right-left{
	display: flex;
  justify-content: space-between;
	align-items: center;
}

div.quantity{
	display: flex;
  justify-content: space-between;
	align-items: center;
	width:100%;
	max-width:110px;margin: auto;
}
div.quantity input{
  text-align:center;
	font-size:16px;
	width:34px;
	padding:2px 2px;
}
.qu-plus, .qu-minus{
	display:block;
	width:32px;
	height:32px;
	position:relative;
	cursor:pointer;
	background-color: transparent;
    border: 0;
}
.qu-plus:hover::before, .qu-minus:hover::before,
.qu-plus:hover::after, .qu-minus:hover::after{
	background:#00a3e1;
}
.qu-plus::before, .qu-minus::before{
	content: '';
    position: absolute;
    left: 2px;
    right: 10px;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background: #0c0c0c;
    width: 10px;
}
.qu-plus::after{
	content:'';
	position:absolute;
	top:10px; bottom:10px; left:50%;
	width:2px;
	margin-left:-1px;
	background:#0c0c0c;
}

.prodinfo > *{
	padding:8px 0px 8px 44px;
	font-size:16px;
}
.prodinfo .info1::after{
	width:32px; height:32px;
	top:5px; left:0px;
	/*background-position:-267px 0px;*/
	background: url(../image/icons/info1.png) no-repeat;
    background-size: contain;
}
.prodinfo .info2::after{
	width:30px; height:26px;
	top:15px; left:0px;
	/*background-position:-267px -32px;*/
	background: url(../image/icons/info2.png) no-repeat;
    background-size: contain;
}
.prodinfo .info3::after{
    width: 30px;
    height: 35px;
    top: 4px;
    left: 3px;
	/*background-position:-241px -44px;*/
	background: url(../image/icons/info3.png) no-repeat;
    background-size: contain;
}
.prodinfo img{
	display:inline-block;
	vertical-align:middle;
}

.rating{
	overflow:hidden;
	white-space:nowrap;
}
.rating *{
	display:block;
	float:left;
	width:16px; height:16px;
	background: url('../image/star1.png') no-repeat;
	background-size:cover;
}
.rating i{
	background: url('../image/star0.png') no-repeat;
	background-size:cover;
}


#reviews-box{
	margin:10px;
}
#reviews{
  float:left;
	width:62%;
	margin:0px;
}
.review-item {
	padding:10px 0px;
}
.review-item .author {
  font-size:18px;
	font-weight:bold;
}
.review-item .date {
  display:inline-block;
  font-size:11px;
	font-weight:normal;
	color:#ffffff;
	padding:2px 8px;
	border-radius:18px;
	background:rgba(0,0,0,0.2);
	margin-left:8px;
}
.review-item .rating {
	float: right;
	margin-top:4px;
}
.review-item .text {
  padding:16px 20px;
	margin-top:13px;
	background:#ffffff;
	border-radius:18px;
	font-size:14px;
	line-height:140%;
	font-style:italic;
	position:relative;
	border: 1px solid rgba(0,0,0,0.1);
}
.review-item .text::before {
  content: '';
	display:block;
  position: absolute;
  left: 18px; top: -18px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 9px solid transparent;
	border-bottom: 9px solid rgba(0,0,0,0.1);;
}
.review-item .text::after {
  content: '';
	display:block;
  position: absolute;
  left: 18px; top: -16px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 9px solid transparent;
	border-bottom: 9px solid #ffffff;
}
#form-review {
  float:right;
	text-align:center;
	width:34%;
  padding:26px 3%;
	box-shadow: 0px 0px 30px rgba(22,0,44,0.2);
	box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
}
#form-review input, #form-review textarea{
  text-align:left;
}

.rating-stars {
	display: flex;
  justify-content: space-around;
	align-items: center;
	margin-left: auto;
	margin-right:auto;
	max-width:310px;
	font-size:13px;
}
.rating-stars input[type="radio"]{
  display:none;
}
.rating-stars label{
	width:24px; height:24px;
	cursor:pointer;
}
.rating-stars label:hover + input + label,
.rating-stars label:hover + input + label + input + label,
.rating-stars label:hover + input + label + input + label + input + label,
.rating-stars label:hover + input + label + input + label + input + label + input + label,
.rating-stars input:checked + label + input + label,
.rating-stars input:checked + label + input + label + input + label,
.rating-stars input:checked + label + input + label + input + label + input + label,
.rating-stars input:checked + label + input + label + input + label + input + label + input + label{
  background: url('../image/star0.png') center center no-repeat;
	background-size:cover;
}



#success{
	text-align:center;
	padding: 146px 20px 50px 20px;
	font-size:16px;
	background:url('../image/success.png') center top no-repeat;
}
#success .title{
	font-size:34px;
	font-weight:600;
	margin-bottom:14px;
}

.soc-item{
	display:inline-block;
	vertical-align:top;
	width:54px; height:54px;
	margin:0px 18px 18px 0px;
	background:url('../image/social.png') no-repeat;
}
.soc-item.vk{
	width:69px; height:41px;
}
.soc-item.telegram{
	background-position:-167px 0px;
}
.soc-item.ins{
	background-position:-85px 0px;
}
.soc-item.wb{
	background-position:0px -55px;
}
.soc-item.ozon{
	background-position:-61px -55px;
}
.soc-item.ali{
	background-position:-121px -55px;
}




.contact-item{
	margin-bottom:20px;
}
.contact-item.icon{
	padding-left:38px;
}
.contact-item.address::after{
	width:22px; height:30px;
	top:0px; left:1px;
	background-position:-301px 0px;
}
.contact-item.phone::after{
	width:23px; height:23px;
	top:0px; left:0px;
	background-position:-301px -31px;
}

.store-location .name{
	font-weight:600;
}

.ourteam-item-block{
	margin-bottom:12px;
}
.ourteam-item-block .product-grid{
	max-height:0px;
	overflow:hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.ourteam-item-block .box-heading-small{
	padding:0px 32px;
	position:relative;
	cursor:pointer;
}
.ourteam-item-block .box-heading-small::before{
	content:'';
	position:absolute;
	top:4px; right:0px;
	width:23px; height:23px;
	border:solid 1px #d4d2d2;
}
.ourteam-item-block .box-heading-small::after{
	content:'';
	position:absolute;
	top:9px; right:8px;
	width:8px; height:8px;
	border-top:solid 1px #0c0c0c;
	border-right:solid 1px #0c0c0c;
  transform: rotate(135deg);
}
.ourteam-item-block .box-heading-small.krest::after{
	top:14px;
  transform: rotate(-45deg);
}
.box-heading-small.krest + div{
	max-height:1500px;
}
.ourteam-item h4{
	margin-bottom:0px;
}
.ourteam-item .position, .ourteam-item .caption{
	font-size:14px;
	line-height:150%;
	margin-bottom:14px;
}
.ourteam-item .position p, .ourteam-item .caption p{
	margin:0px;
}



#newsletterModule-Static{
	margin-bottom:0px;
}
#newsletterModule-Static .box-heading{
	font-size:26px;
	font-weight:600;
	min-height:42px;
	margin-bottom:22px;
}
#newsletterModule-Static .container{
	padding-bottom:36px;
}
#newsletterModule-Static .content{
	display: flex;
  justify-content: space-between;
	align-items: stretch;
	max-width:440px;
	margin-bottom:12px;
}
#newsletterModule-Static input{
	display:block;
	width:30%;
	margin-right:20px;
}
#newsletterModule-Static .successmsg{
	position:absolute;
	left:10px; bottom:10px;
}

.home-about .html-box .box-heading, .home-about .html-box .content{
	width:50%;
}

.home-about{
	padding:3vw 0px;
	/* background: url('../image/about.jpg') right center no-repeat; */
	background-size:contain;
}



#testimonial .content{
	padding:0px 50px;
}
#testimonial .swiper-container{
	padding-bottom:26px;
}
.testimonial-item {
	text-align:left;
	min-height: 450px;
	padding:20px 24px;
	border:solid 1px #d4d2d2;
	background:#fff;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  
}
.testimonial-item .author{
	float:left;
	font-size:25px;
	font-weight:600;
	margin-bottom:10px;
}
.testimonial-item .rating{
	float:right;
	margin-bottom:10px;
}
.testimonial-item .txt {
	clear:both;
	padding:10px 0px 16px 0px;
}
.testimonial-item .date {
	color:#d4d2d2;
	text-align:right;
}

#testimonial .show-all {
	text-align:right;
	color: #00a3e1;
}

#form-testimonial{
	max-width:580px;
}
#form-testimonial .buttons{
	display: flex;
  justify-content: space-between;
	align-items: center;
}
#form-testimonial .successmsg{
	width:calc(100% - 190px);
}

.opt #testimonial{
	padding:2.8vw 0px 2.6vw 0px;
	background:#00a3e1;
}
.opt #testimonial .box-heading,
.opt .testimonial-item .date{
	color:#fff;
}

.opt #carousel1{
	padding:2.8vw 0px 2.6vw 0px;
	background:#00a3e1;
}
.opt #carousel1 .box-heading{
	color:#fff;
}

.cats .content{
	display: flex;
  justify-content:space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left:-2%;
}
.cats .content > div{
	width:31.33%;
	margin:0px 0px 2% 2%;
	overflow:hidden;
	position:relative;
}
.cats .content > div:nth-child(n+4){
	width:48%;
}

body > div.home-page > div.coolblocks_cat.box.cats > div > div > div:nth-child(1),body > div.coolblocks_cat.box.cats > div > div > div:nth-child(1){
    width: 100%;
}

body > div.home-page > div.coolblocks_cat.box.cats > div > div > div:nth-child(4),body > div.coolblocks_cat.box.cats > div > div > div:nth-child(4){
    width: 31.33%;
}

.cats .title{
	position:absolute;
	left:28px; bottom:96px;
	max-width:300px;
	font-size:30px;
	font-weight:600;
}
.cats .text{
	position:absolute;
	left:28px; bottom:0px;
	max-width:260px;
	height:130px;
	font-size:16px;
	line-height:150%;
}
.cats .btn{
	position:absolute;
	left:28px; bottom:28px;
	font-size: 20px;
  padding: 0.5em 1em;
}
.cats .image{
	display:block;
	overflow:hidden;
}
.cats .image img{
	width:100%;
	float:left;
}
.cats .image::before{
	content:'';
	position:absolute;
	left:-50px; bottom:-90px;
	width:340px; height:340px;
	border-radius:50%;
	background: linear-gradient(130deg, #7bcef0cc, #ffc7f9cf);
}
.cats .content > div:nth-child(n+4) .image::before{
	left:-35px; bottom:-72px;
}
.cats .content > div:nth-child(5) .image::before{
	left: -35px;
    right: auto;
}

.cats .content > div:nth-child(6) .image::before{
    right: -35px;
    left: auto;
}

.cats .content > div:nth-child(n+5) .title,
.cats .content > div:nth-child(n+5) .text{
	left:auto;
	right:20px;
	max-width:220px;
}
.cats .content > div:nth-child(n+5) .btn{
	left:auto;
	right:28px;
}

body > div.home-page > div.coolblocks_cat.box.cats > div > div > div:nth-child(5) > span.title.title_wihth,body > div.coolblocks_cat.box.cats > div > div > div:nth-child(5) > span.title.title_wihth{
    left: 12px;
}

body > div.home-page > div.coolblocks_cat.box.cats > div > div > div:nth-child(5) > a,body > div.coolblocks_cat.box.cats > div > div > div:nth-child(5) > a{
    left: 28px;
    right: auto;
}

.cats-opt .title{
	max-width:240px;
	bottom:144px;
	font-size:25px;
}




.slideshow-box .content{
	position:absolute;
	top:20px; left:10%; bottom:20px; right:0px;
}
.slideshow-box .container{
	height:100%;
	display: flex;
	flex-direction:column;
  justify-content: center;
	align-items: flex-start;
	text-align:left;
}
.slideshow-box .title{
	max-width:600px;
	font-size:3.8vw;
	font-weight:600;
	margin-bottom:2vw;
}
.slideshow-box .txt{
	max-width:550px;
	font-size:1.6vw;
	margin-bottom:2vw;
}



#news-box .news-item{
	position:relative;
}
#news-box .content{
	position:absolute;
	top:20px; left:0px; bottom:20px; right:0px;
}
#news-box .container{
	height:100%;
}
#news-box .caption{
	height:100%;
	padding-left:50%;
	display: flex;
	flex-direction:column;
  justify-content: space-around;
	align-items: flex-start
}
#news-box .image{
	overflow:hidden;
}
#news-box .image img{
	position:relative;
	left: 50%;
  transform: translate(-50%, 0px);
}
#news-box .t1{
	font-size:34px;
	font-weight:600;
	margin-bottom:16px;
}
#news-box .t2{
	font-size:30px;
	font-weight:600;
	line-height:120%;
	margin-bottom:22px;
}
#news-box .t2 b{
	font-size:38px;
}
#news-box .t3{
	font-size:18px;
	margin:0px;
}


.gallery-grid > *{
	text-align:center;
}
.gallery-grid .title{
	font-weight:600;
	margin-top:20px;
}

.htabs, .htabs2 {
	display: flex;
  justify-content: flex-start;
	min-height:60px;
	margin-top:30px;
}
.htabs > *, .htabs2 > * {
	font-size:26px;
	margin-right:3%;
	cursor:pointer;
}
.htabs .active, .htabs2 .active {
	text-decoration:underline;
	font-weight:600;
	color:#00a3e1;
	cursor:default;
}
.tab-content{
	padding:24px 28px;
	border:solid 1px #d4d2d2;
}

.tab-content .txt{
	font-size:18px;
}

.box-category.htabs, .box-category.htabs2 {
	display: block;
}
.box-category.htabs > *, .box-category.htabs2 > * {
	font-size:18px;
	font-weight:600;
	margin:0px 0px 8px 8px;
	padding:2px 0px;
}
.box-category.htabs .active, .box-category.htabs > *:hover, .box-category.htabs2 .active, .box-category.htabs2 > *:hover {
	text-decoration:none;
	color:#00a3e1;
}



/* optovikam */
.coolblocks .box-heading b{
	font-size:50px;
	font-weight:600;
}
.coolblocks .box-heading span{
	display:block;
	font-size:26px;
}

#company-numeral .content{
	display: flex;
  justify-content:flex-end;
	align-items: stretch;
	flex-wrap: wrap;
}
#company-numeral .content > *{
	width:33.33%;
	
	display: flex;
  justify-content:flex-start;
	align-items: center;
	
	padding:0px 36px;
	margin-bottom:2.2vw;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	position:relative;
}
#company-numeral .content > *:nth-child(n+4){
	display: block;
}
#company-numeral .content > *:nth-child(n+4) .title{
	margin-bottom:16px;
}
#company-numeral .title{
	display:block;
	font-size:70px;
	font-weight:bold;
	margin:4px 16px 4px 0px;
}
#company-numeral .txt{
	display:block;
}
#company-numeral .content > *::before{
	content:'';
	position:absolute;
	left:0px; top:0px;
	width:90px; height:90px;
	border-radius:50%;
	background: linear-gradient(130deg, #ffc7f9, #7bcef0);
	z-index:-1;
}


#for-whom::after,
#manufacturing::after,
#features::after,
#questions::after{
	content:'';
	display:block;
	clear:both;
}
#for-whom .box-heading{
	margin-left:40%;
	font-size:48px;
}
#for-whom .content{
	float:right;
	width:60%;
}
#for-whom .image{
	float:left;
	width:40%;
}
#for-whom .image img{
	display:block;
	margin:-300px 0px 0px -150px;
	z-index:-1;
}
#for-whom .content > *{
	margin:0px 50% 8px 0px;
	
	display: flex;
  justify-content:flex-start;
	align-items: center;
	
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	position:relative;
}
#for-whom .content > *:first-child, #for-whom .content > *:first-child + *{
	width:50%;
	float:right;
	clear:right;
	margin:0px 0px 36px 0px;
	align-items: flex-start;
}
#for-whom .img{
	min-width:80px;
}
#for-whom .txt{
	display:block;
	font-weight:600;
}


#manufacturing{
	padding:2.8vw 0px;
}
#manufacturing .caption{
	font-size:24px;
	margin:0px 35% 2.8vw 0px;
}
#manufacturing .content{
	display: flex;
  justify-content:flex-end;
	align-items: stretch;
	flex-wrap: wrap;
	margin-right:35%;
}
#manufacturing .content > *{
	width:50%;
	padding:0px 6px 0px 54px;
	margin-bottom:36px;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	position:relative;
}
#manufacturing .content .title{
	display:block;
	line-height:150%;
}
#manufacturing .content > *::before{
	content:'';
	position:absolute;
	left:0px; top:6px;
	width:38px; height:38px;
	border-radius:50%;
	background:#00a3e1;
}
#manufacturing .content > *::after{
	content:'';
	position:absolute;
	left:13px; top:16px;
	width:10px; height:10px;
	border-right:solid 2px #fff;
	border-bottom:solid 2px #fff;
	transform: rotate(45deg);
}
#manufacturing form{
	float:right;
	width:32%;
	background:#FFF;
  padding:2vw 3.6vw;
	margin-top:40px;
	box-shadow: 0px 0px 80px rgba(22,0,44,0.22);
	position:relative;
	box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
}
#manufacturing form .title{
	font-size:26px;
	font-weight:600;
	text-align:center;
}
#manufacturing form .descr,
#manufacturing form .pull-right {
	text-align:center;
	margin-left:-12px;
	margin-right:-12px;
}
#manufacturing form::before,
#manufacturing form .title::before{
	content:'';
	position:absolute;
	left:-80px; top:-100px;
	width:290px; height:290px;
	border-radius:50%;
	background: linear-gradient(45deg, #ffc7f9, #7bcef0);
	z-index:-2;
}
/*circles*/
#manufacturing form::after,
#manufacturing form .title::after{
	content:'';
	position:absolute;
	left:-35px; top:-55px;
	width:200px; height:200px;
	border-radius:50%;
	background:#fff;
	z-index:-1;
}
#manufacturing form .title::before{
	left:auto; top:auto; right:-40px; bottom:-60px;
	width:170px; height:170px;
	background: linear-gradient(-45deg, #ffc7f9, #7bcef0);
}
#manufacturing form .title::after{
	left:auto; top:auto; right:-12px; bottom:-32px;
	width:114px; height:114px;
}



#features .box-heading{
	margin-left:40%;
}
#features .content{
	float:right;
	width:60%;
	display: flex;
  justify-content:flex-start;
	flex-wrap: wrap;
}
#features .image{
	float:left;
	width:40%;
}
#features .image img{
	display:block;
	margin:-80px 0px 0px -290px;
	z-index:-1;
}
#features .content > *{
	width:50%;
	padding:0px 10px 18px 0px;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	position:relative;
}
#features .content .title{
	display:block;
	font-size:35px;
	font-weight:600;
	margin-bottom:2px;
}
#features .content .title::after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:34px; height:2px;
	margin-left:10px;
	background:#0c0c0c;
}



#questions{
	padding-top:3vw;
	margin-bottom:0px;
}
#questions .box-heading{
	margin-bottom:18px;
	position:relative;
}
#questions .box-heading::after{
	content:'TEKCA';
	position:absolute;
	left:0px; top:-72px;
	font-size:160px;
	font-weight:bold;
	color:#f3f3f3;
	z-index:-1;
}
#questions .caption{
	width:50%;
	line-height:150%;
	margin-bottom:3.4vw;
}
#questions .caption b{
	font-size:30px;
	font-weight:600;
	white-space:nowrap;
}
#questions .caption p{
	margin-bottom:20px;
}
#questions .content{
	float:left;
	width:50%;
}
#questions .image{
	float:right;
	width:48%;
}
#questions .image img{
	display:block;
	margin-top:-300px;
	z-index:-1;
}
#questions .content .title{
	display:block;
	font-size:25px;
	font-weight:600;
	margin-bottom:18px;
}

/* */



/* footer */
footer {
	clear:both;
	color:#fff;
	padding-top:52px;
	background:#032e42;
}
footer .footer1{
  display: flex;
  justify-content: space-between;
	margin-bottom:12px
}
.footer1 > div{
	width:24%;
}
.footer1 .contacts{
	width:28%;
}
footer .title {
	min-height:42px;
	font-size:20px;
	font-weight:600;
}
footer li {
  font-size:15px;
	/*font-weight:600;*/
  margin-bottom:10px;
	list-style:none;
}
footer li a{
	text-decoration:none;
}
footer .phones, footer .open, footer .address{
	font-size:15px;
	line-height:150%;
	/*margin-bottom:18px;*/
}

footer .soc {
	padding: 0;
    margin: 0 0 15px -9px;
}

footer .phones span{
  font-size:20px;
}

.footer2 .policy{
	font-size:14px;
	margin-bottom:6px
}
.footer2 .copy{
  font-size:12px;
	opacity:0.6;
	padding:16px 0px;
}



.x {
	display:inline-block;
	width:30px; height:30px;
	opacity:0.8;
	position:relative;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.x::before, .x::after{
	content:'';
	position:absolute;
	top:50%; left:50%;
	width:24px; height:4px;
	margin:-2px 0px 0px -12px;
	background:#84a6b8;
	transform: rotate(45deg);
}
.x::after{
	transform: rotate(-45deg);
}
.x:hover{
	opacity:1;
}


.successmsg{
	font-size:14px;
	font-weight:600;
}


.elem {
	margin-bottom:20px;
	overflow:hidden;
}
.sbmt{
  padding-top:6px;
}
.elem input, .elem textarea  {
	width: 100%;
}
form .title, #fastblock .title{
	margin-bottom:16px;
	align-items: center;
	justify-content: center;
	font-size:15px;
	font-weight:bold;
}
form .descr, #fastblock .descr{
	margin-bottom:24px;
	font-size:16px;
	line-height:150%;
}
#fastblock .tvr{
  display:table;
}
#fastblock .tvr > div{
  display:table-cell;
	vertical-align:middle;
}
#fastblock .tvr > div + div{
  padding-left:20px;
}
#fastblock .tvr b{
	font-size:17px;
}
#fastblock .chce{
	display: flex;
  justify-content: space-around;
	align-items: center;
	padding-top:22px;
}
#fastblock i.close {
  position:absolute;
	top:10px; right:10px;
}
#fastblock span.close {
	display:block;
	margin-right:6px;
	font-size:15px;
	cursor:pointer;
	opacity: 1;
}
.close_loading{
	position:relative;
}
.close_loading::after{
	content:'';
	position:absolute;
	top:0px; right:0px; bottom:0px; left:0px;
  background:#fff url('../image/loading.gif') center center no-repeat;
	opacity:0.8;
}
.fastblock-success{
  text-align:center;
	font-size:24px;
	font-weight:600;
	line-height:150%;
}
.fastblock-success b{
	display:block;
	font-size:32px;
	font-weight:bold;
	margin-bottom:50px;
}
.requir-bg-red{
	border:solid 1px #ffbebe !important;
}
#overlay {position:fixed; width:100%; height:100%; opacity:0.8; background:#ffffff; top:0; left:0; z-index:999; display:none;}
#loading {position:fixed; width:140px; height:140px; top:50%; left:50%; z-index:1000; margin:-70px 0 0 -70px; display:none; background: rgba(255,255,255,0.3) url('../image/loading-big.gif') center center no-repeat; border-radius:50%;}

#fastblock {
	display: flex;
  justify-content: center;
	align-items: center;
	position:absolute;
	left:5px; right:5px;
	min-height:100%;
	text-align:center;
	z-index:1020;
	display:none;
}
#fastblock > div{
  text-align:left;
	width:100%;
	max-width:400px;
	background:#FFF;
  padding:4vw 4vw 1.5vw 4vw;
	margin-top:-80px;
	box-shadow: 0px 0px 60px rgba(22,0,44,0.22);
	position:relative;
	box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.privacy-policy{
	display:block;
	font-size:12px;
	color:#2f2f2f;
	padding:1px 0px 1px 26px;
	position:relative;
}
.privacy-policy input{
  display:none !important;
}
.privacy-policy b{
	position:absolute;
	left:0px; top:0px;
	width:13px; height:13px;
	border:solid 1px #d4d2d2;
}
.privacy-policy input:checked + b::after{
	content:'';
	position:absolute;
	left:3px; top:3px;
	width:6px; height:4px;
	border-right:solid 1px #242424;
	border-bottom:solid 1px #242424;
	transform: rotate(45deg);
}


#fastblock #product h1 {
  font-size: 20px;
}
#fastblock .property,
#fastblock .option b{
  font-size: 15px;
  margin-bottom: 10px;
}
#fastblock #product .price {
  font-size: 38px;
}
#fastblock .fastorder,
#fastblock .quantity-block a,
#fastblock .quantity-block .quant span{
  font-size:16px;
}

.search-mobile {
	display: none;
}

.container-mobile {
	display: none;
}



@media screen and (max-width:1020px) {
header .container::after {
	display:none;
}


.product-grid > div {
	width:24%;
}
#column-left + #content .product-grid > div,
#column-right + #content .product-grid > div {
	width:32.33%;
}



}
@media screen and (max-width:920px) {
    
div.coolblocks_cat.box.cats > div > div > div:nth-child(1) > span.image:before{
    width: 340px;
    height: 250px;
    border-radius: 0 20px 0 0;
}    

div.coolblocks_cat.box.cats > div > div > div:nth-child(5) > span.image:before,div.coolblocks_cat.box.cats > div > div > div:nth-child(6) > span.image:before{
    height: 270px;
}

div.coolblocks_cat.box.cats > div > div > div:nth-child(6) > span.image:before{
    border-radius:20px 0 0 0;
}

div.coolblocks_cat.box.cats > div > div > div:nth-child(1) > span.image > img{
    height: 230px;
    object-fit: cover;
}

div.coolblocks_cat.box.cats > div > div > div:nth-child(5) > span.image > img,div.coolblocks_cat.box.cats > div > div > div:nth-child(6) > span.image > img{
    height: 250px;
    object-fit: cover;
}

.cats .image::before{
    height: 290px;
    border-radius: 0 20px 0;
}

div.coolblocks_cat.box.cats > div > div > div:nth-child(4){
    width: 100% !important;
}

#about__years .nav-tabs>li, #about__teams .nav-tabs>li {
    color: #fff;
    flex: 1 0 47%;
}

#about__years .nav-tabs, #about__teams .nav-tabs {
    column-gap: 10px;
    row-gap: 10px;
}


#about__years .nav-tabs>li>a, #about__teams .nav-tabs>li>a{
    justify-content: normal;
    height: 100%;
}

#about__teams .nav-tabs>li>a {
    font-size: 15px;
}

#about__teams .about__teams-row{
	row-gap: 35px;
}


#about__teams .about__teams-card-image {
    max-width: 100%;
}

#about__teams .about__teams-card{
	  max-width: 100%;
}


.contacts-form{
	  width: 100%;
	  padding: 25px;
}

.contact-box{
		display: flex;
    flex-direction: column;
    max-width: 100%;
    align-items: baseline;
    padding: 20px;
    row-gap: 20px;
}


.contact-box__icon-box {
    width: 100px;
    height: 100px;
}

.contact-box__icon {
    width: 30px;
    object-fit: contain;
}

.contact-box__item-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

/*.contact-box__item-text br{
	display: none;
}
*/

#box-contacts{
	margin-bottom: 70px;
}


#box-contacts .contacts-form .pull-left{
	  display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}


#box-contacts .contacts-form__title {
    text-align: center;
    line-height: 30px;
    font-size: 24px;
}

.contact-map {
    max-width: 100%;
    height: 300px;
    margin: 0 auto;
}


#box-contacts .goform{
	font-size: 24px;
}


#slogan {
	display:none;
}

nav .mobile-arrow{
  display:block;
}
#menu {
	position:absolute;
	left:0px; top:100%;
	width:100%;
	padding:12px 0px 28px 0px;
	background: linear-gradient(to right, #5fc6f1, #2b68af);
	display:none;
	z-index:120;
}
#menu > li{
	padding:0px 18px;
}
.submenu li {
  display:none;
}
.submenu .title{
	display:block;
	min-height:38px;
}
#menu > li > a,
.submenu .title a,
.submenu .title a:hover,
.submenu .title a.active {
	line-height: 20px;
	padding: 12px 0px;
	color: #fff;
  text-decoration: none;
}
#menu > li.is-submenu > a {
	display:none;
}
.submenu {
	position:static;
  padding: 0px;
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.submenu .container {
  display: block;
  padding: 0px;
  background: none;
  box-shadow: none;
}
.submenu ul {
  width:100%;
  padding:0px;
  border: none;
}
#menu > li:hover > a::before, #menu > li > a.active::before{
	display:none;
}


#search, #search.active{
	width:calc(100% - 50px);
}

.product-grid > div {
	width:32.33%;
}

#column-left + #content .product-grid > div,
#column-right + #content .product-grid > div {
	width:49%;
}


footer .footer1{
  flex-wrap: wrap;
}
.footer1 > div, .footer1 .contacts {
  width:50%;
	margin-bottom:20px;
}

.htabs, .htabs2 {
  min-height: 40px;
	justify-content: space-around;
}
.htabs > *, .htabs2 > * {
  font-size: 22px;
	text-align:center;
}

.home-about .html-box .box-heading, .home-about .html-box .content {
  width:100%;
}
.home-about {
	padding:0px;
  background-size: contain;
}
#newsletterModule-Static {
  padding: 1vw 0px 3vw 0px;
	margin-bottom:0px;
	background: rgba(255,255,255,0.8);
}
.home-about .html-box{
	padding: 3vw 0px 1vw 0px;
	margin-bottom:0px;
	background: rgba(255,255,255,0.8);
}

}

@media screen and (max-width:620px) {
body {
  font-size: 16px;
}
.box {
  margin-bottom: 4vw;
}
h1, .box-heading {
  font-size: 28px;
}
header .container {
	flex-wrap: wrap;
}

header {
	padding: 0;
} 
header .contacts {
	width:100%;
	max-width:100%;
	padding-top:16px;
	display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  order:8;
}
header .phones {
  font-size:22px;
	margin:0px;
}
header .contacts .soc{
	display: none;
}

footer .contacts .soc{
	display: block;
	margin-bottom: 10px;
}
footer .address {
    
    margin-bottom: 0px;
}
.adaptive-contacts {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
#logo {
	max-width:96px;
}
#welcome {
  min-height:38px;
}


.mobile-arrow{
  display:block;
}
.box .mobile-arrow{
	display: flex;
	align-items: center;
}
.mobile-arrow + *{
	display:none;
}



.product-grid > div {
	width:47% !important;
}
.product-grid2 > div {
	width:97% !important;
}
.contact-box-grid > div {
	width:94% !important;
}


.product h4 {
  font-size:16px;
}
.product .price {
  font-size:15px;
}

#product .price {
  font-size: 40px;
}
#product .max-width {
  max-width: 400px;
}
.product-properties > div {
  width:100%;
}


#display, .product-filter .limit {
  display:none;
}
.product-filter .sort {
  max-width: 800px;
	justify-content: flex-start;
  flex-wrap: wrap;
}
.product-filter .sort a {
  margin: 0px 18px 14px 0px;
}


.right-left, .right-center-left{
	flex-wrap: wrap;
}
.right-left > *, .right-center-left > *{
	width:100% !important;
	margin-bottom:26px;
}
.right-left > *:last-child, .right-center-left > *:last-child{
	margin-bottom:0px;
}



.footer1 .contacts {
  width:100%;
	margin-bottom:0px;
}


.htabs > *, .htabs2 > * {
  font-size: 20px;
}

#news-box{
  flex-wrap: wrap;
}
#news-box .content > div{
	padding:0px;
}
#news-box .content > div + div{
  padding-top:10px;
	margin-top:9px;
  border:none;
	border-top:solid 4px rgba(0,0,0,0.04);
}



#column-left, #column-right {
	float: none;
	width: 100%;
	margin-bottom:20px;
}
#column-right + #content, #column-left + #content {
	margin-left: 0px;
}


.cats .content > div,
.cats .content > div:nth-child(n+4),body > div.home-page > div.coolblocks_cat.box.cats > div > div > div:nth-child(4){
   width: 98%;
}

#news-box .image {
	opacity:0.2;
}
#news-box .caption {
  padding-left:10px;
}

.slideshow-box .title{
	font-size:4vw;
}
.slideshow-box .txt{
	font-size:2.2vw;
}


/* optovik */
.coolblocks .box-heading b {
  font-size:40px;
}
.coolblocks .box-heading span {
  font-size: 20px;
}

#company-numeral .content > * {
  width:100%;
}
#company-numeral .content > :nth-child(n+4) {
  display:flex;
}
#company-numeral .title,
#company-numeral .content > :nth-child(n+4) .title{
  font-size:50px;
	margin: 4px 16px 4px 0px;
}

#for-whom .box-heading,
#features .box-heading{
  margin-left:0px;
}
#for-whom .image,
#features .image,
#questions .image {
	display:none;
}
#for-whom .content {
  float:none;
  width:100%;
}
#for-whom .img {
  min-width:50px;
}
#for-whom .img img{
	max-width:40px;
}
#for-whom .txt,
#manufacturing .content .title,
#features .content .txt,
#company-numeral .txt {
	font-size:14px;
	line-height:120%;
}

#manufacturing .caption {
	font-size:16px;
	font-weight:600;
  margin: 0px 0px 3.2vw 0px;
}
#manufacturing .content {
  margin-right:0px;
}
#manufacturing .content > * {
  width:100%;
  margin-bottom:20px;
}
#manufacturing form {
  float:none;
  width:100%;
  margin:0px 0px 26px 0px;
}
#manufacturing form .title::before {
  right: 10px;
}
#manufacturing form .title::after {
  right:38px;
}
#manufacturing .content > ::before {
  top:50%;
	margin-top:-19px;
}
#manufacturing .content > ::after {
  top:50%;
	margin-top:-8px;
}


#features .content,
#questions .content {
	float:none;
  width:100%;
}

#questions {
  margin-bottom: 3.4vw;
}
#questions .caption {
  width:100%;
}
#questions .box-heading::after {
  top: -40px;
  font-size: 120px;
}



#fastblock i.close {
  top:4px; right:4px;
}

.box.product-carousel .swiper-next, .box.product-carousel .swiper-prev {
	/*display: none;*/
	width: 30px;
    height: 30px;
}
.box.product-carousel .swiper-next::after{
	top: 8px;
    left: 5px;
}
.box.product-carousel .swiper-prev::after{
	top: 8px;
    left: 9px;
}

header .container-mobile .container > div::last-child {
	max-width: none;
}

.container-desctop {
	display: none;
}


.container-mobile {
	padding-top: 20px;
	background: rgb(186,225,243);
    background: linear-gradient(180deg, rgba(186,225,243,1) 0%, rgba(255,255,255,1) 100%);
    display: block;
}

.header {
	padding: 0;
}
.container-mobile-flex {
	display: flex;
	justify-content: space-around;
	max-width: none !important;
	margin-bottom: 5px;
}
.container-mobile-left {
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}
.container-mobile-right {
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    text-align: center;
}
.container-mobile-right .slogan_new-title{
	color: #008dd2;
    font-weight: 600;
    font-size: 5vw;
}

.container-mobile-right .slogan_new-text span {
    text-transform: none;
    font-weight: 700;
    display: block;
    font-size: 20px;
}
.container-mobile-tel {
	font-size: 23px;
    margin-top: 15px;
    font-weight: 700;
    text-decoration: none;
}

.container-mobile .container-mobile-right a {
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #008ed0;
    display: block;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    color: #008ed0;
    font-weight: 700;
    margin: 0;
}
.container-mobile .container-mobile-right a:hover {
	background: #4699d1;
    transition: all 0.3s ease;
    color: #fff;
}

.container-mobile .callme-btn {
    padding: 8px 19px;
    background: rgb(91,191,236);
    background: linear-gradient(90deg, rgba(91,191,236,1) 0%, rgba(48,113,182,1) 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    font-weight: 700;
    margin: 0;
    width: 90%;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
.slogan_new-text {
    font-size: 4vw;
    margin-top: 5px;
}

#search {
	display: flex;
}
/* .search-mobile {
    margin: 0 10px;
    display: flex;
} */

.search-mobile {
	   margin: -35px 20px 0;
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0;
        width: 100%;
        column-gap: 25%;
}
.search-register {
	width: 32px;
	position: relative;
}
.search-register::after {
	content: '';
    position: absolute;
	width: 32px;
    height: 32px;
    /* background-position: -83px 0px; */
    background: url(../image/man.png) no-repeat;
    background-size: contain;
}
.search-wishlist {
    width: 48px;
    position: relative;
}
.search-mobile .search-wishlist::after {
	content: '';
    position: absolute;
	width: 32px;
    height: 32px;
    /* background-position: -83px 0px; */
    background: url(../image/like.png) no-repeat;
    background-size: contain;
}
.search-mobile #cart-total::after {
    top: 0;
    left: 0;
    width: 30px;
    height: 38px;
    background: url(../image/card.png) no-repeat;
    background-size: contain;
}
.search-mobile .icon b {
    position: absolute;
    top: 0px;
    right: -14px;
     width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #000;
    line-height: 15px;
    background: #ffffff;
}

.search-wishlist b {
    position: absolute;
    top: 0px;
   right: 0px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #000;
    line-height: 15px;
    background: #ffffff;
}

.search-mobile #cart-total {
	width: 31px;
}

#search input {
    width: 70%;
    font-size: 16px;
    padding: 8px 36px 8px 18px;
    border: none;
    border-radius: 10px;
}
#search i {
    position: relative;
    right: 30px;
    top: 0px;
    bottom: 0px;
    width: 30px;
    cursor: pointer;
}


.home-page #news-box .image{
    opacity: 1 !important;
}

}

@media screen and (max-width:500px) {
	.container-mobile .callme-btn {
    font-size: 16px;

}
.container-mobile .container-mobile-right a {
    
    font-size: 16px;
    padding: 8px 19px;
  
}
.container-mobile-right .slogan_new-title {
    color: #008dd2;
    font-weight: 600;
}
.container-mobile-tel {
    font-size: 19px;
}
}

@media screen and (max-width:450px) {
.container-mobile .callme-btn {
    padding: 6px;
}
.container-mobile .container-mobile-right a {
    padding: 4px; 
}
}

@media screen and (max-width:420px) {



h1, .box-heading{
	margin:0px 0px 14px 0px;
	font-size:20px;
}
h2 {
	margin:0px 0px 12px 0px;
	font-size: 18px;
}
h3 {
	margin:0px 0px 10px 0px;
	font-size: 17px;
}
h4{
  margin:0px 0px 8px 0px;
	font-size:16px;
}

.table td,
.table thead tr td, .table th{
  padding:6px 1px 5px 1px;
}

.product-grid > div {
	width:97% !important;
}

.home-page #banner0 .product-grid > div {
	margin: -3px 0px -19% 3%;
    width: 47% !important;
    }

.btn, .big-btn {
  font-size: 16px;
  padding: 0.5em 1.6em;
}

.form-horizontal .form-group label{
  float:none;
	width:100%;
	margin:0px 0px 8px 0px;
}
.form-horizontal label + div{
  float:none;
	width:100%;
}

#fastblock > div{
	padding-left:8px;
	padding-right:8px;
}


.container-mobile .container-mobile-right a {
    padding: 2px;
    font-size: 15px;
}
.container-mobile .callme-btn {
    padding: 2px;
    font-size: 15px;
}
}



/* good select */
.selectbox {
	display: inline-block;
  vertical-align: middle;
	width:100%;
	position: relative;
  cursor: pointer;
}
.selectbox .select {
	float: left;
	position: relative;
  width: 100%;
  padding: 0 30px 0 14px;
  background: #fff;
  border: solid 1px #d4d2d2;
	box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
}
.selectbox .select .text {
  display: block;
  width: 100%;
	font-size:15px;
	padding:8px 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.selectbox i {
	position: absolute;
	right: 0px; top: 0px; bottom:0px;
	width:27px;
  border-left: 1px solid #d4d2d2;
}
.selectbox i::after{
	content:'';
	position: absolute;
	right:10px; top: 50%;
	height: 5px; width: 5px;
	margin-top: -4px;
  border-bottom: 1px solid #0c0c0c;
  border-right: 1px solid #0c0c0c;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
}
.selectbox.focused i::after {
  transform: rotate(-135deg);
}

.selectbox ul.dropdown {
	position: absolute;
  top:100%;
  min-width:100%;
  padding: 4px 0px;
	margin:-1px 0px 0px 0px;
  background: #fff;
  border: 1px solid #d4d2d2;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	 z-index: 99;
	 overflow: auto;
	 overflow-x: hidden;
	 list-style: none;
	 box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
}
.selectbox ul.dropdown.ul-in-top {
	margin:0px 0px -1px 0px;
	border: 1px solid #d4d2d2;
	box-shadow: 0 -2px 3px rgba(0,0,0,0.1);
}
.selectbox li {
  padding: 8px 8px 8px 14px;
	font-size:14px;
}
.selectbox li:hover,
.selectbox li.selected {
  background:rgba(0,0,0,0.06);
}
.selectbox li.disabled {
  color: #AAA;
}
.selectbox li.disabled:hover {
  background: none;
}

/* login */ 

.login .left-content p{
	line-height: 2;
    font-size: 15px;
}

.list-group{
	padding-left: 0;
    margin-bottom: 20px;
	border-left:1px solid #aaa;
    padding-left: 20px;
    margin-left: 20px;
}
.list-group a {
    padding: 8px 12px;
	font-size: 16px;
	color: #00a3e1;
}
.list-group a:hover {
	color:rgb(12, 12, 12);
	text-decoration:none;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}

/* account */ 

.account .big-li li{
	margin-bottom: 12px;
}
.account .big-li li a{
	font-size:15px;
}

.table-bordered td{
	line-height:2;
}

@media screen and (max-width: 900px) {
  table thead tr {
    display: none;
  }
  table tbody tr {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e8e9eb;
  }
  table tbody td {
    display: block;
    text-align: right;
  }
  table tbody td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
  }
  table .colspan{
	  display:none;
  }
}

/* address*/ 

.address-page .table td{
	line-height:2;
}

/* wishlist */ 

.wishlist-page{
	min-height:200px;
}

/*datetimepicker-widget*/

.bootstrap-datetimepicker-widget{
	display:none;
	background: #fff;
    border: 1px solid black;
}
.nowrap{
	white-space: nowrap;
}
div#ocfilter-mobile {
    display: none;
}
/* Контейнер подсказок */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Текст подсказки */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 12px;

  /* Расположите текст подсказки */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -65px;

  /* Исчезают в подсказке */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Подсказка стрелка */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Отображение текста подсказки при наведении курсора мыши на контейнер подсказки */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.btn-info-account {
	padding: 0.2em 1em;
}
.modal {
    position: fixed;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.btn-delete {
	color: #00a3e1;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    background-color: transparent;
    border: 0;
}
div#customer_register {
    padding-left: 70px;
    margin-top: -5px;
}
div#rp-russianpost2_rp2 div, div#rp-russianpost2_rp1 div {
	display: none
}
div#rp-russianpost2_rp1, div#rp-russianpost2_rp2 {
    padding: 10px 0;
}
div#register_customer_group_id,div#customer_customer_group_id {
    display: flex;
}
div#bloc_primenit {
    z-index: 999;
}
#slideshow3 .swiper-next, #slideshow3 .swiper-prev {
	top:70%;
}

.swiper-container2 {
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
option:disabled {
	display: none;
}
.banner-button
{
	background-color: transparent!important;
}

/* #register_customer_group_id div:nth-child(2) {
    display: none;
} */

.cats .title_wihth {
    max-width: 270px;
}

@media screen and (max-width: 620px){
.cats .title_wihth {
    max-width: 270px;
}
.big-btn {
    font-size: 20px;
    padding: 5px 0;
}
}

.quantity-block .quant span.plus_tovar, .quantity-block .quant span.minus_tovar {
	font-size: 25px;
    cursor: pointer;
} 

.product.swiper-product img {
	display: none;
}

.product.swiper-product img:first-child {
	display: block;
}

.block-fv a.set_link {
	border: 2px solid #999999;
    display: inline-block;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.reset_link {
	margin-left: 5px;
}


#opt_offer {
	background: url(../image/offer-bg-smoll.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.offer__text {
	width: 50%;
    margin: 0 auto;
    padding: 52px 0;
    text-align: center;
}

.offer__text  h1 {
	font-size: 51px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3px;
}

.offer__text-1 {
	font-size: 40px;
    text-align: center;
}

.offer__text-2 {
   color: #008DD2;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 38px 0 3px 0;
}

.offer__text-2 .smoll {
    font-size: 22px;

}

.offer__text-2 .big{
	 font-size: 74px;
}

.offer__text-3 {
	font-family: 'Gilroy', 'Arial', 'Tahoma', 'sans-serif';
    font-size: 17px;
    line-height: 1.4;

}

.offer__text-btn a {
	padding: 26px 19px;
    background: rgb(91,191,236);
    background: linear-gradient(90deg, rgba(91,191,236,1) 0%, rgba(48,113,182,1) 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 29px;
    text-decoration: none;
    font-weight: 700;
    margin: 17px 0 13px 0;
    display: inline-block;
}

#opt_5_steps {
	background: rgb(186,225,243);
	background: linear-gradient(180deg, rgba(186,225,243,1) 0%, rgba(255,255,255,1) 100%);
}

.steps-items {
	width: 69%;
    display: flex;
    flex-wrap: wrap;
    margin: -18px auto 0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 10px 10px #7b7b7b42;
}

.steps-item img {
	width: 100%;
}
.steps-item {
	width: 25%;
    /* background: white; */
    padding: 10px 39px;
    /* box-shadow: 16px 0px 15px 0px #b1afaf; */
    /* border-radius: 10px; */
    /* margin-left: -15px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.opt .box {
	margin-bottom: 0;
}

.steps-item p {
	margin: 0px; 
    line-height: 1.3;
}

.steps-offer {
	text-align: right;
    width: 69%;
    margin: 27px auto;
    line-height: 1;
}
.steps-text {
	font-size: 74px;
    font-weight: 700;
    font-family: 'Arial';
    display: flex;
    justify-content: end;
    align-items: center;
    text-transform: uppercase;
}
.steps-text_5 {
	width: 10%;
    font-size: 180px;
    font-weight: 100;
    color: #1f8dcf;
    margin-left: 0px;
    margin-right: 47px;
    margin-top: 5px;
    font-family: 'Arial';
}

.steps-title{
	font-weight: 600;
    /* padding: 17px 6px; */
    letter-spacing: 0.024em;
    /* margin-left: -69px; */
    color: #1F8DCF;
    /* margin-top: -89px; */
    text-align: center;
    font-weight: 100;

}
.steps-title span {
	font-size: 199px;
    font-family: Arial;
    font-weight: 100;
}

#step1 {
	background: rgb(224,204,244);
	background: linear-gradient(90deg, rgba(224,204,244,1) 0%, rgba(170,218,241,1) 100%);

}

.step1-item1 {
	
    font-size: 60px;
    /* font-family: Century Gothic; */
    text-transform: uppercase;
    font-weight: 600;

}

.step1-items {

	display: flex;
    justify-content: center;
    align-items: center;
}

.step1-ruond {
	width: 150px;
    height: 150px;
    background: #1d82bf;
    border-radius: 50%;
    margin: -23px 15px;
    box-shadow: 0px 0px 10px 10px #7b7b7bb8;
}

.step1-ruond-inside {
	width: 140px;
    height: 140px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 138px;
}

.step1-item2 {
	font-family: 'Rosa Marena';
    font-size: 112px;
}

#step1_1 {
	background: url(../image/opt-12.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.step1_1 {
	margin-bottom: 130px;
}

.step1_1-title {
	font-size: 32px;
    font-family: Century Gothic;
    font-weight: 500;
    text-align: center;
    margin: 44px;
    line-height: 1;
}

.step1_1-form {
	width: 39%;
    margin: 0 auto;
    background: white;
    padding: 10px 30px;
    /* display: flex; */
    text-align: center;
    border-radius: 15px;
    margin-bottom: 30px;
    display: block;
    box-shadow: 0px 0px 10px 10px #7b7b7bb8;
}

.step1_1-form form .descr {
	margin-bottom: 24px;
    font-size: 21px;
    line-height: 1;
}

.step1_1-form .elem {
	margin: 0 10px 20px 10px;
}

.step1_1-form .elem input{
width: 100%;
    border: 2px solid #c5c5c5;
}

.step1_1-form .privacy-policy b {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 15px;
    height: 15px;
    border: solid 2px #c5c5c5;
}


.step1_1-form .big-btn {
    font-size: 20px;
    padding: 0.6em 1.6em;
    background: linear-gradient(90deg, rgba(91,191,236,1) 0%, rgba(48,113,182,1) 100%);
    margin: 0 auto;
}

#step2 {
	background: rgb(224,204,244);
	background: linear-gradient(90deg, rgba(224,204,244,1) 0%, rgba(170,218,241,1) 100%);

}


.step2_1-title {
	font-size: 32px;
    font-family: 'Gilroy', 'Arial', 'Tahoma', 'sans-serif';
    font-weight: 500;
    text-align: center;
    margin: 44px;
    line-height: 1;
}

.step2_1-itemimg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-size: inherit;
    position: relative;
}
.step2_1-itemimg img {
		width: 100%;
}

.step2_1-items {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

.step2_1-item {
	width: 32%;
}


.step2_1-item-title {
	text-align: center;
    box-shadow: 0px 0px 10px 10px #7b7b7bb8;
    width: 70%;
    margin: 0 auto;
    font-weight: 700;
    border-radius: 15px;
    margin-top: -20px;
    z-index: 15;
    position: relative;
    background: white;
}


.step2_1-item-text {
	text-align: center;
    margin-bottom: 43px;
    line-height: 1.3;
    margin-top: 10px;
}


#step3 {
	background: linear-gradient(90deg, rgba(224,204,244,1) 0%, rgba(170,218,241,1) 100%);
}

#step3-1 {
	background: #f6fcfd;
}
.step2_3-items {
	width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.step2_3-item {
	width: 31%;
}
.step2_3-round {
	width: 210px;
    border-radius: 50%;
    height: 210px;
    background: #1f8dcf;
    margin: 0 auto;
}

.step2_3-round-in {
	width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}
.step2_3-round-in img{
width: 100%;
}

.step2_3-btn{
	padding: 14px 26px;
    background: rgb(91,191,236);
    background: linear-gradient(90deg, rgba(91,191,236,1) 0%, rgba(48,113,182,1) 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 29px;
    text-decoration: none;
    font-weight: 700;
    margin: 17px 0 13px 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 81%;
    cursor: pointer;
}

.catalog_linck {
	padding: 14px 26px;
    background: rgb(91,191,236);
    background: linear-gradient(90deg, rgba(91,191,236,1) 0%, rgba(48,113,182,1) 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 21px;
    text-decoration: none;
    font-weight: 700;
    margin: 17px 0 13px 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin: 10px 0;
}
.catalog_linck:hover {
	color: #fff;
    font-size: 21px;
    text-decoration: none;
}

.step2_3-tab {
	display: none;
	margin: 25px;
}

.step2_3-title {
    /* margin: 10px 0; */
    text-align: center;
    min-height: 85px;
    line-height: 1.2;
}

.step2_3-title span {
	display: block;
    font-weight: 700;
}

.step2_3-tab-close {
	font-size: 23px;
    font-weight: 600;
    padding: 10px 20px;
    border: 2px solid #9f9f9f;
    text-align: center;
    cursor: pointer;
    margin: 15px 0;
}


.step2_3-arrow {
	background: url(../image/arrow.png);
    width: 40px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px auto;

}

.step2_3-item1 .step2_3-arrow {
	transform: rotate(45deg);
    margin-left: auto !important;
    margin: 30px;
    display: table;
}

.step2_3-item3 .step2_3-arrow {
	transform: rotate(-45deg);
	margin-right: auto;
	 margin: 30px;
    display: table;
}

.step2_3-item1 .step2_3-round {
	display: flex;
    justify-content: end;
}

.step2_3-item2 .step2_3-round {
	display: flex;
    justify-content: center;
}

#step4 {
	background: rgb(157,216,246);
	background: linear-gradient(90deg, rgba(157,216,246,1) 0%, rgba(211,192,230,1) 100%);
}

.step2_3-tab ul {
	list-style-type: none;
	
}

.step2_3-tab ul li {
	position: relative;
    margin-left: 15px;
}


.step2_3-tab ul li::before {
	content: "";
    background: url(../image/tre.png);
    width: 15px;
    height: 15px;
    display: block;
    background-size: cover;
    position: absolute;
    left: -26px;
    top: 6px;
}

.step2_3-tab ul li span {
	font-size: 14px;
}

.step4_4-img1 img {
	height: 40px;
    width: auto;
}

.step4_4-item {
	display: flex;
    justify-content: center;
    align-items: center;

}

.step4_4-item1 {
    background: url(../image/bg80.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 42%;
}

.step4_4-item2 {
    background: url(../image/bg81.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 42%;
}

.step4_4-item3 {
    background: url(../image/bg82.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 42%;
}


#step4_4 .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
} 

.step4_4-text span {
	font-size: 55px;
    font-weight: 700;
}

.step4_4-text {
	font-size: 22px;
	margin-left: 25px;
    position: relative;
}

.step4_4-left {
	width: 50%;
    padding: 40px 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 76%, rgba(255,255,255,0) 100%);
}

.step4_4-right {
	width: 10%;
}

.step4_4-text::before {
	content: '';
    width: 15px;
    height: 15px;
    background: #008ed0;
    position: absolute;
    left: -26px;
    border-radius: 50%;
}


.step4_4-right a {
	padding: 14px 26px;
    background: rgb(91,191,236);
    background: linear-gradient(90deg, rgba(91,191,236,1) 0%, rgba(48,113,182,1) 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 29px;
    text-decoration: none;
    font-weight: 700;
    display: block;
   margin-left: -61px;
    text-align: center;
}

.step4_4-img {
	padding: 25px 25px 0 25px;
}


.step4_4-item2 img {
	height: 50px;
}

.step4_4-item3 img {
	height: 60px;
}

#step5 {
	background: rgb(157,216,246);
	background: linear-gradient(90deg, rgba(157,216,246,1) 0%, rgba(211,192,230,1) 100%);
}    
.step5_5-items {
	display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
}

.step5_5-item {
	width: 50%;
	display: flex;
    align-items: center;
    flex-direction: column;
}

.step5_5-item-img {
	    width: 70%;
}

.step5_5-item-img img {
	width: 100%;
    border-radius: 10px;
}


.step5_5-item-title {
	font-size: 26px;
    background: #fff;
    border-radius: 5px;
    padding: 8px 25px;
    box-shadow: 0px 0px 10px 1px #7b7b7bb8;
    color: #008ed0;
    margin-bottom: -12px;
    z-index: 15;
}


.step5_5-item-btn a{
	padding: 4px 26px;
    background: rgb(91,191,236);
    background: linear-gradient(90deg, rgba(91,191,236,1) 0%, rgba(48,113,182,1) 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 27px;
    text-decoration: none;
    font-weight: 700;
    margin: 17px 0 13px 0;
    display: block;
    margin: 30px auto 40px;
    text-align: center;
    width: 75%;
    cursor: pointer;
}

#get_qestion {
	background: rgb(157,216,246);
	background: linear-gradient(90deg, rgba(157,216,246,1) 0%, rgba(211,192,230,1) 100%);
	padding: 40px;
    margin: 26px 0 0;
}

.step6_1_item-tel a {
	font-size: 40px;
    margin: 20px 0;
    display: block;
    text-decoration: none;
    font-weight: 700;
}

.step6_1_item-tel a small {
	opacity: 1!important;
}

.step6_1_items {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 40px auto;
}

.step6_1_item-text {
	font-size: 26px;
}

.step6_1_item-tlinks img {
	height: 40px;
    width: auto;
}

.step6_1_item-s {
	    font-weight: 700;
}

.step6_1_item-telega a {
	padding: 15px;
    border-radius: 5px;
    border: 2px solid #008ed0;
    margin: 15px 0;
    display: block;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    color: #008ed0;
    font-weight: 700;
}

.step6_1_item {
	width: 50%;
}


.step6_1_item-form {
	width: 78%;
    margin: 0 auto;
    background: white;
    padding: 10px 30px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 30px;
    display: block;
    box-shadow: 0px 0px 10px 10px #7b7b7bb8;
}

.step6_1_item-form form .descr {
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 1;
}

.step6_1_item-form .elem input {
    width: 100%;
    border: 2px solid #c5c5c5;
}

.step6_1_item-form .elem {
    margin: 0 10px 20px 10px;
}

.step6_1_item-form .privacy-policy b {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 15px;
    height: 15px;
    border: solid 2px #c5c5c5;
}

.step2_3-hidden {
	display: none;
}

.offer__text-btn a:hover {

	box-shadow: 0px 0px 2px 3px #4699d1;
	transition: all 0.3s ease;
}

.step1_1-form .pull-center span:hover{
	box-shadow: 0px 0px 2px 3px #4699d1;
	transition: all 0.3s ease;
}

.step2_3-btn:hover {
	box-shadow: 0px 0px 2px 3px #4699d1;
	transition: all 0.3s ease;
}

.step4_4-right a:hover {
	box-shadow: 0px 0px 2px 3px #4699d1;
	transition: all 0.3s ease;
}

.step5_5-item-btn a:hover {
	box-shadow: 0px 0px 2px 3px #4699d1;
	transition: all 0.3s ease;
} 

.step6_1_item-form .pull-center span {
	background: rgb(91,191,236);
    background: linear-gradient(90deg, rgba(91,191,236,1) 0%, rgba(48,113,182,1) 100%);
}

.step6_1_item-form .pull-center span:hover {
	box-shadow: 0px 0px 2px 3px #4699d1;
	transition: all 0.3s ease;
} 

.step6_1_item-telega a:hover {
	background: #4699d1;
	transition: all 0.3s ease;
	color: #fff;
} 

.catalog_linck:hover {
	box-shadow: 0px 0px 2px 3px #4699d1;
	transition: all 0.3s ease;
}

.step2_3-tab-close:hover {
	background: #4699d1;
	transition: all 0.3s ease;
	color: #fff; 
}

	.about__teams-card-image{
		max-width: 250px;
	}

	.about__title{
	font-size: 28px;
}

/*#about__years{
	  margin-bottom: 50px;
}*/

.about__teams-title{
	font-size: 32px;
	font-weight: 600;
	margin: 30px 0 15px;
}

#about__years .tab-content,
#about__years .nav-tabs, 
#about__teams .tab-content, 
#about__teams .nav-tabs{
	border: 0;
	padding: 0;
}

#about__years .tab-content>.active,
#about__teams .tab-content>.active{
		padding: 30px;
    border: solid 1px #d4d2d2;
    border-radius: 5px;
    margin: 20px 0;
}


#about__years .nav-tabs>li>a,
#about__teams .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none !important;
    border-radius: 7px;
    background: linear-gradient(90deg, rgba(91, 191, 236, 1) 0%, rgba(48, 113, 182, 1) 100%);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 0;
    line-height: 20px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0 5px;
    cursor: pointer;
}

#about__teams .nav-tabs>li>a {
		background: linear-gradient(90deg, #5cbdeb 0%, #77abe0 100%);
}

#about__teams .nav-tabs>li>a{
	font-size: 20px;
}


#about__years .nav-tabs>li>a:hover, 
#about__teams .nav-tabs>li>a:hover{
	color: #f1ecec;
}


#about__years .nav-tabs>li, 
#about__teams .nav-tabs>li{
	  color: #fff;
	  flex: 1 0 auto;
}


#about__years .about__years-tab-more, 
#about__teams .about__years-tab-more{
	  text-transform: lowercase;
    font-size: 14px;
    color: #000;
}

#about__years .nav-tabs, 
#about__teams .nav-tabs{
		display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}

#about__years .nav-tabs:before, 
#about__years .nav-tabs:after,
#about__teams .nav-tabs:before,
#about__teams .nav-tabs:after
{
		display: none;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover
{
	color: #d1c9c9;
}

#about__teams{
	margin: 30px 0 100px;
}


#about__teams .about__teams-card-image {
    max-width: 250px;
    height: auto;
    width: 100%;
    object-fit: contain;
}


#about__teams .about__teams-card{
		max-width: 250px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
}

#about__teams .about__teams-row{
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.about__teams-card-name{
	font-size: 26px;
  font-weight: 600;
  margin: 10px 0 0;
}

@media screen and (max-width: 1200px){
	.steps-title {
		font-size: 66px;
	}
	.step4_4-img1 img {
	    height: 30px;
	    width: auto;
	}
	.step4_4-right a {
    padding: 14px 7px;
}
}
@media screen and (max-width: 1100px){
#opt_offer {
    background: url(../image/bg_mob.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
}

.steps-text_5 {
	margin-top: 0;
}

.offer__bg {
	    margin-bottom: 600px;
}
.offer__text {
    width: 100%;
}

.step1_1-title {
    font-size: 23px;
    font-family: Century Gothic;
    font-weight: 500;
    text-align: center;
    margin: 44px 0;
    line-height: 1;
}

.steps-items {
	background: none;
    box-shadow: none;
}
.steps-item {
    width: 48%;
    background: white;
    padding: 10px 39px;
    /* box-shadow: 16px 0px 15px 0px #b1afaf; */
    border-radius: 10px;
    /* margin-left: -15px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 1%;
    margin-top: -13px;
}
#opt_5_steps {
    margin-top: -14px;
}
.step4_4-left {
    width: 60%;
    }
    .step4_4-right a {
    padding: 14px 26px;
    background: rgb(91,191,236);
    background: linear-gradient(90deg, rgba(91,191,236,1) 0%, rgba(48,113,182,1) 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 26px;
}
.steps-title {
    font-size: 56px;
}
.steps-text {
    font-size: 46px;
}
}

@media screen and (max-width: 900px){
		.step4_4-right a {
    font-size: 21px;
}
.step1_1-form {
    width: 50%;
}
.steps-offer {
	width: 90%;
}
.step2_3-btn {
    padding: 14px 0px;
    background: rgb(91,191,236);
    background: linear-gradient(90deg, rgba(91,191,236,1) 0%, rgba(48,113,182,1) 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 25px;
}

.adaptive-contacts .soc{
	display: none;
}
}

@media screen and (max-width: 800px){
.step1-item1 {
    font-size: 35px;
}
.step4_4-left {
    width: 75%;
}

.step1-ruond-inside {
    width: 108px;
    height: 108px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 71px;
}
.step1-item2 {
    font-family: 'Rosa Marena';
    font-size: 65px;
}
.step1-ruond {
    width: 115px;
    height: 115px;
    background: #1d82bf;
    border-radius: 50%;
    margin: -23px 16px;
    box-shadow: 0px 0px 10px 10px #7b7b7bb8;
}
.step2_3-items {
    width: 100%;
    }
.step2_1-item {
    width: 49%;
}


}
@media screen and (max-width: 700px){
#opt_offer {
    background: url(../image/bg_mob.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

#step1_1 {
	background: url(../image/bg-sm-mob.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
}

.step1_1-form {
    width: 55%;
    margin: 0 0 0 41%;
}

.offer__bg {
	margin-bottom: 300px;
}
.step2_3-arrow {
	display: none;
}
.step2_3-item3 .step2_3-arrow {
	display: none;
}
.step2_3-item1 .step2_3-arrow {
	display: none;
}
.step2_3-items {
	flex-direction: column;
}
.step2_3-item {
    width: 100%;
}
.step2_3-flex {
	display: flex;
}
.step2_3-items {
    width: 80%;
    flex-direction: column;
}
.step2_3-title {

    text-align: center;
    min-height: 85px;
    line-height: 1.2;
    font-size: 25px;
    margin-top: 45px;
    width: 50%;
}
.step2_3-btn {
    padding: 14px 0px;
    background: rgb(91,191,236);
    background: linear-gradient(90deg, rgba(91,191,236,1) 0%, rgba(48,113,182,1) 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 25px;
    float: right;
    display: block;
    width: 48%;
}
.step2_3-item {
    width: 100%;
    margin-bottom: 28px;
}
.step2_3-tab ul {
    list-style-type: none;
    /* margin-top: 96px; */
    width: 80%;
    margin: 0 auto;
    line-height: 1.9;
} 

.step2_3-hidden {
	display: block;
	padding: 14px 26px;
    background: rgb(91,191,236);
    background: linear-gradient(90deg, rgba(91,191,236,1) 0%, rgba(48,113,182,1) 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 29px;
    text-decoration: none;
    font-weight: 700;
    margin: 17px 0 13px 0;
    display: block;
    margin: 41px auto;
    text-align: center;
    width: 81%;
    cursor: pointer;
}
.step2_3-btn {
	display: none;
}
.step2_3-item1::before {
    content: "1";
    background: url(../image/4545.png);
    width: 36px;
    height: 41px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    color: #fff;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    text-align: start;
    padding-left: 8px;
    font-weight: 700;
    font-size: 22px;

}
.step2_3-item2::before {
    content: "2";
    background: url(../image/4545.png);
    width: 36px;
    height: 41px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    color: #fff;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    text-align: start;
    padding-left: 8px;
    font-weight: 700;
    font-size: 22px;

}
.step2_3-item3::before {
    content: "3";
    background: url(../image/4545.png);
    width: 36px;
    height: 41px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    color: #fff;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    text-align: start;
    padding-left: 8px;
    font-weight: 700;
    font-size: 22px;

}
#step4_4 .container {
	max-width: 1200px;
    min-width: 240px;
    margin: 0px auto;
    padding: 0px 10px;
}
.step4_4-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.step4_4-left {
    width: 90%;
    background: unset;
}
.step4_4-right a {
    font-size: 21px;
    display: block;
    width: 47%;
    margin: 0 auto;
}
.step4_4-item1 {
    background: url(../image/bg80.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.step4_4-item2 {
	background: url(../image/bg81.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;

}
.step4_4-item3 {
    background: url(../image/bg82.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;

}
.step4_4-right {
    width: 90%;
    margin-bottom: 30px;
} 
.step4_4-item {
    position: relative;
}
.step4_4-item-bg{
	background: rgb(255,255,255);
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.step4_4-right a {
    font-size: 17px;
    display: block;
    width: 47%;
    margin: 0 auto;
    z-index: 50;
    position: relative;
}

.step2_1-title {
    font-size: 21px;
    margin: 44px 0;
}
.step4_4-img {
    padding: 25px 25px 0 25px;
    z-index: 50;
    position: relative;
}
.step6_1_items {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 40px auto;
    flex-direction: column;
    position: relative;
}
.step6_1_item {
    width: 100%;
    text-align: center;
}
.step6_1_item-tlinks {
	position: absolute;
    bottom: -31px;
    /* left: auto; */
    /* right: auto; */
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    width: 100%;
}
.step6_1_item-tlinks a {
	display: block;
	margin-left: 2px;
}
}


@media screen and (max-width: 600px){
.offer__text-2 {
    color: #008DD2;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 38px 0 3px 0;
}
.offer__text-2 .big {
    font-size: 50px;
}
.steps-title {
        font-size: 34px;
}

.steps-text_5 {
    
    font-size: 95px;
   
}
.steps-title span {
    font-size: 138px;
    font-family: Arial;
    font-weight: 100;
}
.step2_3-hidden {
	font-size: 23px
}
.step5_5-items {
	width: 100%
}
.step5_5-item-title {
    font-size: 20px;
}
.step6_1_item-form {
    width: 100%;
}
.step6_1_item-form .pull-center span {
	padding: 5px 15px;
}
.step1-item1 {
    font-size: 24px;
}
.step1-ruond {
    width: 90px;
    height: 90px;
    background: #1d82bf;
    border-radius: 50%;
    margin: -23px 16px;
    box-shadow: 0px 0px 10px 10px #7b7b7bb8;
}
.step1-ruond-inside {
    width: 87px;
    height: 87px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 71px;
}
.step1-item2 {
    font-family: 'Rosa Marena';
    font-size: 46px;
}
.step1_1-form {
    width: 90%;
    margin: 0 auto;
}
.step2_1-title {
    font-size: 27px;
}
.step2_1-item-title {
    text-align: center;
    box-shadow: 0px 0px 10px 10px #7b7b7bb8;
    width: 88%;
    }
.step2_3-hidden {
    display: block;
    padding: 14px 26px;
    background: rgb(91,191,236);
    background: linear-gradient(90deg, rgba(91,191,236,1) 0%, rgba(48,113,182,1) 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
}
.steps-text {
    font-family: 'Arial';
    display: flex;
    justify-content: center;
    align-items: center;
}
}

@media screen and (max-width: 500px){
	.offer__text-2 {
    color: #008DD2;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 38px 0 3px 0;
}
.offer__text-2 .big {
    font-size: 35px;
}
.steps-text {
    font-size: 34px;
    font-weight: 100;
}
.steps-title {
    font-size: 23px;
    margin-top: 0px;
}
.steps-title span {
    font-size: 83px;
    font-family: Arial;
    font-weight: 600;
}

.steps-item p {
    margin: 0px;
    line-height: 1.3;
    font-size: 13px;
}
.offer__text-2 {
    color: #008DD2;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 16px 0 3px 0;
}
.step1_1-title {
    font-size: 19px;
    font-family: 'Gilroy', 'Arial', 'Tahoma', 'sans-serif';
    font-weight: 500;
    text-align: center;
    margin: 44px;
    line-height: 1;
   
} 

.step1_1-title b {
	color: #000;
}
.step2_3-hidden {
	padding: 6px 14px;
	font-size: 20px;
	width: 100%;
}
.step2_3-round {
    width: 135px;
    border-radius: 50%;
    height: 135px;
    background: #1f8dcf;
    margin: 0 auto;
}

.step2_3-round-in {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
}
.step4_4-text span {
    font-size: 37px;
    font-weight: 700;
    display: block;
}
.step1-item2 {
    font-family: 'Rosa Marena';
    font-size: 38px;
}
}

@media screen and (max-width: 500px){
	.offer__text-2 {
    color: #008DD2;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 16px 0 3px 0;
}

.offer__text-1 {
	line-height: 1;
}
.offer__bg {
    margin-bottom: 120px;
}
.steps-offer {
    width: 100%;
}
.steps-title {
    font-size: 23px;
    width: 73%;

}

.steps-text_5 {
    width: 20%;
    font-size: 71px;
    font-weight: 100;
    color: #1f8dcf;
    margin-left: 0px;
    margin-right: 27px;
    /* margin-top: 5px; */
}
.steps-text {
    font-size: 34px;
    font-weight: 100;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.step2_1-item-title {
    font-size: 12px;
    margin-top: 0;
}
.step2_1-title {
    font-size: 19px;
    margin: 44px;
   
}

.step2_1-title b {
	color: #000;
}
.step4_4-right a {
    font-size: 17px;
    display: block;
    width: 47%;
    margin: 0 auto;
}
.step5_5-item-btn a {
    padding: 4px 9px;
    
    font-size: 14px;
    
}
.step6_1_item-tel a {
    font-size: 24px;
    margin: 20px 0;
    display: block;
    text-decoration: none;
    font-weight: 700;
}
.step2_3-title {
    text-align: center;
    min-height: 85px;
    line-height: 1.2;
    font-size: 25px;
    margin-top: 0px;
    width: 50%;
}
}

/* --- touch dropdown + tap artifact fix --- */
#menu a,
.submenu a,
.flyblock-parent > a {
  -webkit-tap-highlight-color: transparent;
}
#menu a:focus,
.submenu a:focus {
  outline: none;
}
@media (hover: none) {
  .flyblock-parent.menu-open > .flyblock {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
  #menu > li:hover > a::before {
    display: none;
  }
  #menu > li.menu-open > a::before,
  #menu > li > a.active::before {
    content: '';
    position: absolute;
    left: 0px; right: 0px; bottom: 0px;
    height: 2px;
    background: #fff;
    z-index: 100;
  }
}

/* --- #menu top-level items: highlight only the section that's actually active --- */
#menu > li.is-submenu > a:not(.active),
#menu > li.is-submenu2 > a:not(.active) {
  background: none;
  color: #fff;
}
#menu > li.is-submenu > a:not(.active)::after,
#menu > li.is-submenu2 > a:not(.active)::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
#menu > li > a.active {
  background: #b3e1ee;
  color: #0c0c0c;
}
#menu > li.is-submenu > a.active::after,
#menu > li.is-submenu2 > a.active::after {
  border-top: solid 1px #0c0c0c;
  border-right: solid 1px #0c0c0c;
}
