* {
	box-sizing: border-box;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), local('OpenSans'), url('https://poolstroi.ru/v2_fonts/opensans-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;    
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), local('OpenSans'), url('https://poolstroi.ru/v2_fonts/opensans-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;    
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), local('OpenSans'), url('https://poolstroi.ru/v2_fonts/opensans-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;    
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), local('OpenSans'), url('https://poolstroi.ru/v2_fonts/opensans-semibolditalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;    
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), local('OpenSans'), url('https://poolstroi.ru/v2_fonts/opensans-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;    
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), local('OpenSans'), url('https://poolstroi.ru/v2_fonts/opensans-bolditalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;    
}

html, body {
	font-family: "Open Sans", sans-serif;
	font-size:14px;
	color: #444;
	width: 100%;
	height: 100%;
}

a {
	color: #3399ff;
}

.subtitle-404,
.title-404 {
	font-size: 20px;
	color: #3399ff;
	display: block;
	text-align: center;
}

.title-404 {
    font-size: 200px;
    font-weight: bold;
    line-height: 200px;
}

.link-404 {
	color: #fff;
	text-decoration: none;
	display: block;
    text-align: center;
    width: 160px;
    background: #3399ff;
    padding: 10px;
    margin: 20px auto 0;
}

section.card ul li {
	list-style: none;
	position: relative;
}

section.card ul li:before {
	width: 10px;
	height: 19px;
	margin-left: -20px;
	content: " ";
	background: url(../v2_img/redot.png) no-repeat left center;
	position: absolute;
	top:0;
}

section table {
	width: 100%;
	border: none;
	border-bottom: 2px solid #dfdfdf;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 15px 0;
}

section table tr td {
	border-right: 1px solid #dfdfdf;
	padding: 5px 10px;	
}

section table tr:first-child td {
	background: #339df5;
	color: #fff;
}

section table tr td:last-child {
	border-right: 0px;
}

section table tr td {
	background: #e6e6e6;
}
section table tr:nth-child(even) td {
	background: #f6f6f6;
}

section table tr:hover td{
	background: #abd8fd;
	-moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

section,
.wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.wrapper.tbl-wrap {
	overflow: visible;
}

header > .wrapper {
	position: relative;
}

.l-grid,
.d-grid,
.s-grid,
.c-grid,
.a-grid,
.f-grid {
	overflow: hidden;
}

.a-grid.no-overflow {
	overflow: visible;
}

.a-grid.no-overflow::after{
	display: table;
	content: '';
	clear: both;
}

.b-grid:after{
	display: table;
	clear: left;
	content: "";
}

.a-grid li {
	width: 25.64%;
	float: left;
}

.d-grid li,
.b-grid > li {
	width: 48%;
	float: left;
}

.s-grid li {
	width: 25%;
	float: left;
}

.l-grid li {
	width: 100%;
    padding-bottom: 20px;
}

.b-grid > li:nth-child(even) {
	width: 4%;
}

.c-grid li {
	width: 30%;
	float: left;
}

.c-grid li:nth-child(even) {
	width: 5%;
	text-align: center;
}

.a-grid li.short {
	width: 23.08%;	
}

.a-grid li.long {
	width: 48.72%;
}

.a-grid li.long form {
	position: relative;
}

.a-grid li.long form a {
	background: url(../v2_img/search.png) no-repeat;
	display: block;
	position: absolute;
	width: 23px;
	height: 21px;
	right: 10px;
	top: 9px;
}

.d-grid li:nth-child(even) {
	margin-left: 2%;	
}

.d-grid li:nth-child(odd) {
	margin-right: 2%;
	clear: left;
}

.f-grid > li {
	width: 25.64%;
	float: left;
}

.f-grid li.long {
	width: 48.72%;
}

ul.radios {
	margin: 0 0 15px 0;
	font-size: 15px;
}

dl.radios span.radio,
ul.radios > li span.radio {
    background: url(../v2_img/d-radio.png) no-repeat 0 0;
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

dl.radios dt,
dl.radios dd {
	margin: 10px 0;
}

dl.radios span.radio {
	clear: left;
}

dl.radios  {
	overflow: hidden;
}

dl.radios span.radio.active,
ul.radios > li span.radio.active {
    background-position: 0 -22px;	
}

.block-nav .flex-prev,
.block-nav .flex-next {
	background: url(../v2_img/d-nav.png) no-repeat 0 -45px;
	width: 45px;
	height: 45px;
	float: right;
	display: block;
}

.block-nav .flex-prev:hover {
	background-position: 0 0;	
}

.block-nav .flex-next {
	background-position: -45px -45px;
	margin-left: 4px;
}

.block-nav .flex-next:hover {
	background-position: -45px 0;	
}

.notice {
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
	background: #ffd800;
	color: #555;
}

.notice > p span {
	border-radius: 100%;
	border: 1px solid #555;
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	background: #555;
	color: #ffd800;
}

.notice > p {
	margin: 0;
}

.notice a {
	color: #555;
	font-size: 16px;
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

.notice textarea {
	display: none;
}

nav ul > li {
	float: left;
	position: relative;
}

nav {
	height: 38px;
}

nav .wrapper {
	overflow: visible;
}

nav ul > li span,
nav ul > li a {
	height: 38px;
	line-height: 38px;
	display: block;
	color: #444;
	text-transform: uppercase;
	padding: 0 19px;
	text-decoration: none;
}

nav ul > li.active > span,
nav ul > li.active > a,
nav ul > li:hover > a {
	background: url(../v2_img/bg-m-h.png) repeat-x;
	color: #008bff;
	text-decoration: none;	
}

nav ul > li > ul {
	min-width: 135px;
	background: #fff;
	display: none;
	position: absolute;
	top: 38px;
	left: 0px;
	z-index: 50;
}

nav ul > li:hover > ul {
	display: block;
}

nav ul > li > ul > li {
	white-space: nowrap;
	float: none;
}

nav ul > li > ul > li:hover > a,
nav ul > li > ul > li.active > a {
	background: #008bff;
	color: #fff;	
}

header {
	background: url(../v2_img/bg-hdr.jpg) 50% 0;
	border-top: 1px solid #0a1d3a;
	color: #f2f2f2;
	background-size: cover;
}

header a {
	text-decoration: none;
	display: block;
	color: #f2f2f2;	
}

header .logo {
	background: url(../v2_img/logo.png) 0 0 no-repeat;
	width: 257px;
	height: 34px;
	margin: 15px 0 0;
}

header select[name=region] {
	margin: 5px 0 0 0;
	padding: 5px;
	width: 255px;
}

.region-loader {
	color: #000;
	background: url(../v2_img/d-select.png) no-repeat 0 0;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    position: relative;
    width: 200px;
    margin: 8px 0 0;
	box-sizing: border-box;
	position: relative;
	text-indent: 0;
	display: block;
}

.region-loader > .region-name {
	padding: 0 28px 0 10px;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
}

.region-loader .region-wrapper {
	position: absolute;
	top: 30px;
	left: 0px; 
	right: 0px;
	background: #fff;
	height: 185px;
	z-index: 1100;
	overflow-y: scroll;
	display: none;
}

.region-loader.active .region-wrapper {
	display: block;
}

.region-filter {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 1px;
	bottom: 1px;
	border: none;
	height: 28px;
	text-transform: lowercase;
	opacity: 0;
	width: 100%;
	padding: 0 10px 0 10px;	
}

.region-filter.active {
	opacity: 1;
}

.region-loader .region-wrapper a {
	color: #000;
	display: block;
	line-height: 20px;
	padding: 0 10px;
	text-decoration: none;
}

.region-loader .region-wrapper a.hidden {
	display: none;
}

.region-loader .region-wrapper a:hover {
	background: #008bff;
	color: #fff;
}

.city-suggest {
    background: #fff;
    color: #555;
    position: absolute;
	left: 208px;
    top: 8px;
    padding: 10px;
    z-index: 1000;
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.24);
}

.city-suggest:before {
	background: url(../v2_img/crnr.png) no-repeat;
	content: '';
	position: absolute;
	width: 4px;
	height: 8px;
	left: -4px;
	top: 10px;
}

.city-suggest span {
    display: block;
}

.city-suggest a {
    background: #3c3c3c;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 6px 8px;
    margin-top: 7px;
}

.city-suggest a+a {
    margin-left: 3px;
}

header .wrapper {
	overflow: visible;
}

header .phone {
	margin: 35px 0 0;
	background: url(../v2_img/hdr-phone.png) 0 0 no-repeat;
	font-size: 24px;
	padding: 0 0 0 44px;
	width: 270px;
}

header .phone > span {
	margin: 5px 0;
	font-size: 13px;
	display: block;
}

header .callback {
	margin: 25px 0 0;
	font-size: 16px;
	float: right;
	padding: 18px 25px;
	text-transform: uppercase;
	border: 1px solid #fff;
	width: 205px;
}

header .callback:hover {
	background: #fff;
	color: #000;
}

header .shc {
	float: right;
	background: #fff url(../v2_img/shc-bg.png) no-repeat;
	font-size: 18px;
	color: #444;
	max-width: 270px;
	width: 100%;
	height: 98px;
	position: relative;
}

header .shc div {
	position: absolute;
	top: 50px;
	left: 83px;
}

header .shc span {
	position: absolute;
	top: 46px;
	left: 28px;
	text-align: center;
	color: #fff;
	width: 27px;
}

header form {
	width: 100%;
}

header .query {
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 2px solid #ddd;
	display: block;
	padding: 0 10px;
	box-sizing: border-box;
}

header ul.v8 {
	display: table;
	width: 100%;
	max-width: 270px;
	float: right;
	height: 35px;
	margin: 13px 0 0 0;
}

header ul.v8 > li {
	width: 50%;
    vertical-align: middle;
    font-size: 14px;
    line-height: 25px;
    display: table-cell;
    color: #fff;
}

header ul.v8 > li span {
    background: url(../v2_img/add-fav.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
    float: left;
    display: block;
    margin-right: 5px;
}

header ul.v8 > li:hover {
	opacity: 0.7;
}

header ul.v8 > li:first-child span {
    background: url(../v2_img/add-comp.png) no-repeat 0 0;	
}

header .line {
	min-height: 60px;
	background: #008bff;
}

header .line .tbl {
	width: 100%;
	display: table;
	border-right: 2px solid #005ba6;
	position: relative;
}

header .line .tbl > li {
	width: 33%;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	/*position: relative;
	padding-left: 81px;*/
	border-left: 2px solid #005ba6;
	cursor: pointer;
	-moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header .line .tbl > li:hover {
    color: #444;
    background: #FFFFFF;
}

header .line .tbl > li:hover > ul {
	opacity: 1;
	visibility: visible;
	-moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	/*display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100px;
    max-height: 300px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: baseline;
    -ms-flex-line-pack: baseline;
    align-content: baseline;*/
}

header .line .tbl > li > span {
    background: no-repeat 14px 0;
    display: table-cell;
    vertical-align: middle;
    /* width: 51px; */
    height: 47px;
    position: relative;
    padding-left: 81px;
    /* left: 12px; */
    /* top: 7px; */
}
header .line .tbl > li:nth-child(1):hover > span {
	background-image: url(/v2_img/line-1_hover.png)!important;
}
header .line .tbl > li:nth-child(2):hover > span {
	background-image: url(/v2_img/line-2_hover.png)!important;
}
header .line .tbl > li:nth-child(3):hover > span {
	background-image: url(/v2_img/line-3_hover.png)!important;
}

header .line .tbl > li ul {
	border: 2px solid #005ba6;
	border-top:none;
	background: #FFFFFF;
	position: absolute;
	z-index: 100;
	top: 60px;
	left: 0px;
	right: -2px;
	padding: 20px 0 10px 0;
	display: block;
	opacity: 0;
	visibility: hidden;
}
header .line .tbl > li ul.main-cat-grid{
	margin: 0 auto;
}
header .line .tbl > li ul.main-cat-grid > li{
	width: 12.5%;
}
header .line .tbl > li ul.main-cat-grid > li .wrap {
    height: auto;
}
header .line .tbl > li ul.main-cat-grid > li a > span {
    font-size: 12px;
    font-weight: normal;
    height: 52px;
    padding: 5px 0;
    position: relative;
    line-height: 1;
    margin-top: 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header .line .tbl > li ul.main-cat-grid > li a:hover > span {
	-webkit-box-shadow: 0px -20px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -20px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px -20px 30px 0px rgba(0,0,0,0.2);
}
header .line .tbl > li ul.main-cat-grid > li a{
	position: relative;
}
header .line .tbl > li ul > li > a {
	text-decoration: underline;
	font-size: 14px;
	margin: 0 0 5px 0;
}

header .line .tbl > li ul > li > a:hover {
	color:#ffd800;
}

header h1 {
	padding: 0;
	margin: 52px 0 35px;
	font-weight: 600;
	font-size: 48px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

/* calc */
.shadows {
	background: url(../v2_img/d-shd.jpg) repeat-x 0 bottom;
	position: relative;
}

.shadows > .wrapper {
	padding-bottom: 33px;
	overflow: visible;
}

.calc-main {
	color: #fff;
	background: url(../v2_img/bg-pat.png) repeat 0 0;
	width: 100%;
	max-width: 1170px;
	-webkit-box-shadow: 0px 14px 5px -6px rgba(0,0,0,0.53);
	-moz-box-shadow: 0px 14px 5px -6px rgba(0,0,0,0.53);
	box-shadow: 0px 14px 5px -6px rgba(0,0,0,0.53);
}

.calc-main .pre-roll {
	display: block;
	text-align: center;
}

.calc-main > .wrapper {
	background: url(../v2_img/bg-calc.jpg) no-repeat 50% 0;
	padding: 45px 40px;
	font-size: 18px;
	overflow: visible;
	position: relative;
}

.calc-main b {
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.calc-main  .frame {
	border: 1px solid #5e5e5e;
	padding: 20px;
	-webkit-box-shadow: 1px 1px 23px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 23px 2px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 23px 2px rgba(0,0,0,0.75);	
}

.calc-main .b-grid > li span.hdr {
	color: #fff;
	display: block;
	margin: 21px 0 20px;
}

.calc-main .b-grid > li > .frame > span.hdr {
	margin: 0 0 20px;	
}

.prop-shadow {
	height: 34px;
	display: block;
}

.frame-helper .prop-shadow{
	height: 54px;	
}

.card .cup-card .c-grid {
	margin: 0;
	clear: left;
}

.cup-card .c-grid input,
.cup-card .c-grid select,
.calc-main .b-grid input {
	display: block;
	width: 100%;
	line-height: 33px;
	height: 33px;
	padding: 0 10px;
	margin: 12px 0 0 0;
	border: none;
	outline: none;
}

.cup-card .c-grid span,
.calc-main .b-grid span {
	color: #1379ce;
}

.cup-card .c-grid span,
.calc-main .c-grid span {
	background: url(../v2_img/d-dims.png) no-repeat 0 0;
	height: 22px;
	line-height: 22px;
	padding-left: 30px;
	font-size: 16px;
	display: block;
	color: #fff;
}

.calc-main .c-grid.no-gfx span {
	background: none;
	padding: 0;
	display: inline;
}

.cup-card .c-grid span {
	font-size: 14px;
}

.cup-card .c-grid span.h,
.calc-main .c-grid span.h {
	background-position: 0 -22px;
}

.cup-card .c-grid span.d,
.calc-main .c-grid span.d {
	background-position: 0 -44px;
}

.calc-main .calc-confirm {
	font-size: 24px;
	color: #fff;
	background: #3399ff;
	width: 260px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	margin: 0 0 0 -130px;
	text-transform: uppercase;
	position: absolute;
	bottom: 8px;
	left: 50%;
}

.calc-main .calc-confirm:hover {
	background: #ffd800;
	color: #000;
}

/* mid */
section.main-mid {
	background: url(../v2_img/bg-drops.png) 50% 0 no-repeat;
}

section.alone-news span.hdr,
section.main-news span.hdr,
section.main-special span.hdr,
section.main-mid span.hdr {
	font-size: 24px;
	color: #3399ff;
	text-transform: uppercase;
	display: block;
}

section.alone-news span.hdr > span,
section.main-news span.hdr > span,
section.main-special span.hdr > span,
section.main-mid span.hdr > span {
	display: block;
	color: #444
}

section.main-mid  .b-grid {
	overflow: hidden;
}

section.inner-content .s-grid,
section.card .s-grid,
section.main-mid .d-grid {
	margin-top: 20px;
}

section.inner-content .s-grid li,
section.card .s-grid li,
section.main-mid .d-grid li {
	padding-top: 20px;
}

section.main-mid .d-grid li a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 100%;
    display: table;
	position: relative;
}

section.inner-content .s-grid li a,
section.card .s-grid li a {
	background: #008bff;
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;	
	max-width: 270px;
	margin: 0 auto;
}

section.card .s2-grid li a {
	color: #444;
	text-decoration: none;
	display: table;
}

section.card .s2-grid {
	margin: 20px 0;
}

section.card .s2-grid li a > span {
	display: table-cell;
	vertical-align: top;
	padding: 0 10px 20px 0;
}


section.card .s2-grid li a span.title {
	font-weight: bold;
	color: #3399ff;
	text-decoration: underline;
	display: block;
	margin-bottom: 10px;
}

section.inner-content .s-grid li:hover img,
section.card .s-grid li:hover img {
	-moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;	
	opacity: 0.7;
}

section.inner-content .s-grid li img,
section.card .s-grid li img,
section.main-mid .d-grid li img {
	display: block;
	width: 100%;
	max-width: 270px;
}

section.main-mid .d-grid li span.title {
	background: #3c3c3c;
	width: 100%;
	height: 50px;
	bottom: 0px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	z-index: 100;
	font-weight: 600;
	font-size: 16px;
	padding: 0 10px;
	line-height: 50px;
	position: absolute;
}

section.inner-content  .s-grid li span.title,
section.card .s-grid li span.title {
	width: 100%;
	background: #3c3c3c;
	color: #fff;
	display: table;
	height: 50px;
}

section.inner-content .s-grid li:hover span.title,
section.card .s-grid li:hover span.title {
	-moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;	
	background: #008bff;
	color: #fff;	
}

section.inner-content .s-grid li span.title > span,
section.card .s-grid li span.title > span {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

section.main-mid .d-grid li span.title.wide{
	line-height: 25px;
}

section.main-mid .d-grid li a:hover span.title { /*:hover*/
	padding: 10px;
	background: #008bff;
	height: 100%;
	line-height: normal;
}

section.main-mid .d-grid li span.title > span.desc {
	font-size: 14px;
	font-weight: normal;
	display: none;
	position: absolute;
	top: 45%;
}

section.main-mid .d-grid li span.title > span.more {
	font-size: 14px;
	font-weight: normal;	
	display: none;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-decoration: underline;
}

section.main-mid .d-grid li a:hover span.title  >  span.desc,
section.main-mid .d-grid li a:hover span.title  >  span.more {
	display: block;
}

section.main-mid .d-grid.decorated li:first-child {
	border-top:2px solid #3399ff;
}

section.main-mid .dark {
	background: #f2f2f2;
	overflow: hidden;
	margin: 20px 0 0;
	padding: 0 0 15px;
	text-align: center;
}

section.main-mid .dark .d-grid {
	overflow: hidden;
}

section.main-mid .dark .d-grid li {
	padding-top: 10px;
}

section.main-mid .dark .d-grid li > span{
	background: url(../v2_img/d-dot.png) no-repeat 0 5px;
	padding: 0 20px;
	margin: 0 0 0 20px;
	font-size: 14px;
	display: block;
	text-align: left;
}

section.main-mid .dark .d-grid li > span b {
	color: #008bff;
}

.btn-go {
	display: inline-block;
	margin-top: 25px;
	border: 1px solid #444444;
	padding: 10px 20px;
	color: #444;
	text-decoration: none;
}

.btn-go:hover {
	opacity: 0.7;
}

.btn-go > span {
	background: url(../v2_img/d-arw.png) right 0px no-repeat;
	padding-right: 20px;
}

section.main-mid .wrp-2 span.hdr,
.multi-cup-cards span.hdr{
	background: url(../v2_img/d-line.png) center bottom no-repeat;
	color: #444;
	font-size: 30px;
	display: block;
	text-align: center;
	margin: 45px auto 33px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

section.main-mid .wrp-2 span.sub-hdr {
	font-size: 18px;
	padding-bottom: 20px;	
	background: url(../v2_img/d-line.png) left bottom no-repeat;
	display: block;
	margin-bottom: 30px;
}

section.main-mid .wrp-2 .cup-showcase,
section.main-mid .wrp-2 .rotator,
section.main-mid .wrp-2 .consult {
	width: 100%;
	min-height: 523px;
	border: 2px solid #3399ff;
	position: relative;
}

section.main-mid .wrp-2 .consult img {
	display: none;
}

section.main-mid .wrp-2 .consult {
	background: url(../v2_img/d-consult.jpg) center no-repeat;
	background-size: contain;	
}

#jcups {
	display: none;
}

#v1, #v2 {
	background: url(../v2_img/yt.png) bottom center no-repeat;
}

.cup-showcase a.name {
	font-size: 18px;
	color: #3399ff;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	text-align: center;
	margin-top: 22px;
}

.cup-showcase img {
	width: 100%;
	max-width: 556px;
}

.cup-showcase a.name span {
    width: 90%;
    margin: 0 auto 10px;
    display: block;
}

.cup-showcase .nav {
	width: 35px;
	height: 80px;
	margin: -40px 0 0 0;
	background: url(../v2_img/d-cup-nav.png) -35px -80px;
	opacity: 1;
	right: 0;
	top: 50%;
	position: absolute;
	display: block;
	cursor: pointer;
}

.cup-showcase .placeholder {
	background: #fff;
	top: 0; left: 0;
	right: 0; bottom: 0;
	position: absolute;
	display: none;
}

.cup-showcase .nav:hover {
	background-position: -35px 0;
}

.cup-showcase .nav.prev {
	background-position:  0 -80px;
	left: 0;
	right: auto;
}

.cup-showcase .nav.prev:hover {
	background-position:  0 0;
}

/*
section.main-mid .wrp-2 .rotator .flexslider-base {
	position: absolute;
	left: -2px;
	right: -2px;
	display: block;
}

section.main-mid .wrp-2 .rotator .flexslider a.name {
	font-size: 18px;
	color: #3399ff;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	text-align: center;
	margin-top: 22px;
}

section.main-mid .wrp-2 .rotator .flexslider a.name span {
    width: 90%;
    margin: 0 auto 10px;
    display: block;
}

section.main-mid .wrp-2 .rotator .flex-direction-nav a {
	width: 35px;
	height: 80px;
	margin: -40px 0 0 0;
}

section.main-mid .wrp-2 .rotator .flexslider:hover .flex-direction-nav .flex-next {
	background: url(../v2_img/d-cup-nav.png) -35px -80px;
	opacity: 1;
}

section.main-mid .wrp-2 .rotator .flexslider:hover .flex-direction-nav .flex-next:hover {
	background: url(../v2_img/d-cup-nav.png) -35px 0;
}

section.main-mid .wrp-2 .rotator .flex-direction-nav .flex-next {
	background: none;	
	right: 0;
}

section.main-mid .wrp-2 .rotator .flexslider:hover .flex-direction-nav .flex-prev {
	background: url(../v2_img/d-cup-nav.png) 0 -80px;
	opacity: 1;
}

section.main-mid .wrp-2 .rotator .flexslider:hover .flex-direction-nav .flex-prev:hover {
	background: url(../v2_img/d-cup-nav.png) 0 0;
}

section.main-mid .wrp-2 .rotator .flex-direction-nav .flex-prev {
	background: none;	
	left: 0;
}
*/

.btn-blue {
	text-align: center;
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

button.btn-blue {
	background: #3399ff;	
	padding: 10px;
	border: none;
	margin: 10px 0;
	cursor: pointer;
}

.btn-blue.trigger-cart,
.btn-blue.trigger-payment {
	padding: 0;
	margin: 20px 0 20px 0;
	display: inline-block;	
}

.btn-blue:hover > span {
	background: #ffd800;
	color: #000;
}

.btn-blue > span {
	background: #3399ff;	
	padding: 10px;	
}

section.main-mid .wrp-2 .btn-blue {
	width: 100%;	
	position: absolute;
	bottom: 20px;
}

section.main-gap {
	margin: 30px 0 0;
}


section.main-op.main-gap {
	margin: 0;
}


/* main line */
section.main-line {
	background: url(../v2_img/bg-line.png) repeat-x 0 50%;
	min-height: 210px;
}

section.main-line .dark{
	font-size: 16px;
	color: #fff;
	padding: 40px;
	text-align: center;
}

section.main-line ul.c-grid {
	display: table;
}

section.main-line ul.c-grid > li {
	background: #3c3c3c;
	display: table-cell;
	float: none;
}

section.main-line ul.c-grid > li:nth-child(even) {
	background: none;
}

section.main-line img {
	display: block;
	margin: 0 auto 15px;
}

/* cat */
section.main-goods.dark {
	background: #f2f2f2;
}

section.main-goods .wrapper {
	position: relative;
}

section.main-goods.dark .wrapper {
	padding-top: 20px;
}

section.main-goods .block-nav {
	position: absolute;
	top: 0px;
	right: 0px;
}

section.main-goods.dark .block-nav {
	top: 20px;
}

section.inner-image span.hdr,
section.main-goods span.hdr {
	font-size: 24px;
    text-transform: uppercase;
    text-align: left;
    display: block;
    padding-bottom: 16px;
    background: url(../v2_img/d-line.png) no-repeat left bottom;
	margin-bottom: 30px;
}

ul.showcase-nav {
	display: block;
	border-bottom: 2px solid #3399ff;
	margin-bottom: 19px;
	overflow: hidden;
}

ul.showcase-nav > li {
	float: left;
}

ul.showcase-nav > li a {
	border:1px solid #eeeeee;
	display: block;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
}

ul.showcase-nav > li.active a {
	border:1px solid #3399ff;
	background: #3399ff;
	color: #fff;
}

div.showcase-grid,
ul.showcase-grid {
	/*margin: 0 -15px;*/
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}


ul.showcase-grid > li {
	display: inline-block;
	margin: 0 0 20px 0;
	position: relative;
	/*padding: 0 15px;*/
}

div.showcase-grid.v4 .v-ui {
	margin: 0 0 20px 0;
}
ul.showcase-grid.v4 > li {
	width: 25%;
	position: relative;
}

div.showcase-grid.v4 .v-ui .frame,
ul.showcase-grid > li .frame {
	width: 100%;
	border: 2px solid #eeeeee;
	background: #fff;
}

div.showcase-grid.v4 .v-ui .frame {
	width: 270px;
	margin: 0 auto;
}

div.showcase-grid.v4 .v-ui:hover .frame,
ul.showcase-grid > li:hover .frame {
	border: 2px solid #3399ff;	
}

.outbox {
	height: 60px;
	overflow: hidden;
}

div.showcase-grid .v-ui .outer-frame,
ul.showcase-grid > li .outer-frame {
	background: #fff;
	position: absolute;
	border: 2px solid #3399ff;
	width: 492px;
	height: 428px;
	z-index: 1000;
	display: none;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.3);
}

div.showcase-grid .v-ui .outer-frame {
	height: 479px;
}

ul.showcase-grid > li .outer-frame.right {
	left: auto;
	right: 5px;
	-webkit-box-shadow: -7px 7px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: -7px 7px 5px 0px rgba(0,0,0,0.3);
	box-shadow: -7px 7px 5px 0px rgba(0,0,0,0.3);	
}

.frame-copy {
	width: 206px;
	height: 430px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2000;
}

ul.showcase-grid > li .frame-copy .frame {
	border: 0;
}

.frame-helper {
	font-size: 13px;
	color: #000;
	position: absolute;
	right: 0px;
	width: 270px;
	background: #f2f2f2;
	height: 424px;
	z-index: 2000;
	padding: 10px;
}

.frame-helper .hdr {
	margin-top: 10px;
	padding: 0 0 0 5px;
	display: block;
}

.frame-helper p {
	padding: 0 0 0 5px;	
}

.frame-helper ul.no-ui.dims {
	overflow: hidden;
}

.frame-helper ul.no-ui.dims > li {
	font-size: 11px;
	text-align: center;
	width: 33.33%;
	float: left;
}

.frame-helper ul.no-ui > li input,
.frame-helper ul.no-ui > li select {
	width: 90%;
	margin: 5px auto;
	padding: 5px;
}

div.showcase-grid .v-ui .frame .padded-a,
ul.showcase-grid > li .frame .padded-a{
	width: 100%;
	padding: 0px 15px 0;
	display: table;
}

div.showcase-grid .v-ui .frame .padded-b,
ul.showcase-grid > li .frame .padded-b {
	display: block;
	padding: 10px 15px 10px;
	position: relative;
}

div.showcase-grid .v-ui .frame a.name,
ul.showcase-grid > li .frame a.name {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}

div.showcase-grid .v-ui .frame .addon,
ul.showcase-grid > li .frame .addon {
	display: block;
	height: 45px;
	border-bottom: 2px solid #f2f2f2;
	padding-bottom: 10px;
}

div.showcase-grid .v-ui .trigger-f,
div.showcase-grid .v-ui .trigger-c,
ul.showcase-grid > li .trigger-f,
ul.showcase-grid > li .trigger-c {
	background: url(../v2_img/add-fav.png) 0 -25px no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	right: 10px;
	top: 14px;
}

div.showcase-grid .v-ui .trigger-f.active,
ul.showcase-grid > li .trigger-f.active {
	background-position: 0 -50px;	
}

div.showcase-grid .v-ui .trigger-c.active,
ul.showcase-grid > li .trigger-c.active {
	background-position: 0 -50px;	
}

div.showcase-grid .v-ui .frame dl,
ul.showcase-grid > li .frame dl {
	overflow: hidden;
	width: 100%;
	display: table;
	margin-top: 14px;
}

div.showcase-grid .v-ui .frame dl > dt,
div.showcase-grid .v-ui .frame dl > dd,
ul.showcase-grid > li .frame dl > dt,
ul.showcase-grid > li .frame dl > dd {
	font-size: 20px;
	color: #005ba6;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

div.showcase-grid .v-ui .frame dl > dd,
ul.showcase-grid > li .frame dl > dd {
	text-decoration: line-through;
	color: #c1c1c1;
	font-size: 14px;
	text-align: right;
	width: 40%;
}

div.showcase-grid .v-ui .trigger-c,
ul.showcase-grid > li .trigger-c {
	background: url(../v2_img/add-comp.png) 0 -25px no-repeat;
	right: 47px;
}

div.showcase-grid .v-ui .trigger-f:hover,
div.showcase-grid .v-ui .trigger-c:hover,
ul.showcase-grid > li .trigger-f:hover,
ul.showcase-grid > li .trigger-c:hover {
	opacity: 0.7;
}

div.showcase-grid .v-ui img,
ul.showcase-grid > li img {
	width: 100%;
	max-width: 266px;
	margin: 0 auto;
	display: block;
}

a.cad,
ul.showcase-grid > li a.cad {
	background: url(../v2_img/d-cad.png) no-repeat 0 0;
	font-size: 16px;
	color: #fff;
	width: auto;
	height: 70px;
	line-height: 70px;
	text-align: left;
	display: block;
	margin: 12px auto 0;
	text-decoration: none;
	text-transform: uppercase;
}

.fast-helper {
	display: table;
	margin: 0 auto;
	height: 42px;
}

.fast-helper.full {
	height: 124px;
}

a.fastcad {
	text-align: center;
	display: table-cell;
	width: 49%;
	vertical-align: middle;
	height: 38px;
	background: #f2f2f2;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	text-decoration: none;		
}

a.fastcad:hover {
	background: #3399ff;
}

.credit-ph {
	display: none;
}

span.lim {
	width: 2%;
	display: table-cell;
}

a.fastcad > span {
	font-size: 12px;
	padding: 5px;
	color: #000;
	display: block;
}

a.fastcad:hover > span {
	color: #fff;
}

a.cad {
	text-align: center;
	width: 240px;
}

ul.showcase-grid > li a.cad {
	background: url(../v2_img/d-cad-170.png) no-repeat 0 0;
	padding-left: 50px;
	width: 170px;
}



a.cad:hover,
ul.showcase-grid > li a.cad:hover {
	opacity: 0.7;
}

/* steps */
section.main-steps span.hdr,
section.main-cat span.hdr,
section.main-op span.hdr {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding-bottom: 16px;
	background: url(../v2_img/d-line.png) no-repeat center bottom;
}

section.main-steps span.hdr {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

section.main-steps {
	background:url(../v2_img/bg-seven.jpg) no-repeat 50% 0;
}

section.main-steps > .wrapper {
	padding: 34px 0 25px;
	height: 719px;
}

section.main-steps .enjoy {
	max-width: 768px;
	width: 100%;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	height: 66px;
	line-height: 55px;
	background: url(../v2_img/d-enjoy.png) repeat-x 0 0;
	margin: 50px 42px 40px 42px;
	display: inline-block;
	position: relative;
}

section.main-steps .enjoy:after,
section.main-steps .enjoy:before {
	background: url(../v2_img/d-e.png) repeat-x 0 0;
	height: 66px;
	content: "";
	width: 42px;
	display: block;
	position: absolute;
	left: -42px;
	top: 0;
}

section.main-steps .enjoy:after {
	background-position: 0 -66px;
	left: auto;
	right: -42px;
}


ul.steps-grid {
	font-size: 16px;
	color: #fff;
	width: 100%;
	overflow: hidden;
}

ul.steps-grid > li {
	width: 33.33%;
	float: left;
	margin-top: 50px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

ul.steps-grid > li .wrap {
	line-height: 18px;
	max-width:270px;	
}

ul.steps-grid > li:nth-child(3n+2) .wrap{
	margin: 0 auto;
}

ul.steps-grid > li:nth-child(3n+3) .wrap{
	margin: 0 0 0 auto;
}

ul.steps-grid > li span {
	background: url(../v2_img/d-seven.png) no-repeat;
	width: 50px;
	height: 49px;
	display: block;
	font-size: 30px;
	text-align: center;
	line-height: 49px;
	margin-bottom: 20px;
}

/* cat */
ul.main-cat-grid {
	margin: 35px 0 0;
}

ul.main-cat-grid > li {
	width: 25%;
	padding: 0 15px;
	margin: 0 0 15px;
	float: left;
	position: relative;
}

ul.main-cat-grid > li > ul {
	display: none;
	position: absolute;
	z-index: 20;
	left: 15px;
	right: 15px;
	top: 70px;
	background: #fff;
	border: 1px solid rgb(0,33,77,0.1);
	padding: 0 ;
}

ul.main-cat-grid > li > ul > li {
	font-size: 14px;
	display: block;
	padding: 0;
	margin: 0;
	text-transform: none;
}

ul.main-cat-grid > li > ul > li > a {
	padding: 5px 3px;
	font-size: 14px;
	display: block;
	text-align: center;
}

ul.main-cat-grid > li:hover > ul {
	display: block;
}

ul.main-cat-grid.v3 > li {
	width: 33.33%;
}

ul.main-cat-grid > li .wrap {	
	position: relative;
    height: 215px;
}

ul.main-cat-grid > li img {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 270px;
}

ul.main-cat-grid > li .wrap > a {	
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	display: block;
	overflow: hidden;
}

ul.main-cat-grid > li a:hover,
ul.main-cat-grid > li:hover > .wrap > a {
	background: rgba(0,33,77,0.1);
	color: #444;
}

ul.main-cat-grid > li a:hover > span {
	color: #3399ff;	
}

ul.main-cat-grid > li a > span {
	width: 100%;
	padding: 8px;
	height: 72px;
	color: #444;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	display: block;
	-webkit-box-shadow: 0px -4px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -4px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px -4px 8px 0px rgba(0,0,0,0.2);	
}

/* op */
section.main-op ul {
	overflow: hidden;
	margin: 45px 0 0 0;
}

section.main-op ul > li {
	width: 20%;
	padding: 0 10px;
	float: left;
}

section.main-op ul > li b {
	font-weight: 600;
	text-transform: uppercase;
	display: table;
	margin-bottom: 14px;
}

section.main-op ul > li b > span {
	padding-left: 65px;
	background-position:  0 0;
	background-repeat: no-repeat;
	height: 57px;
	display: table-cell;
	vertical-align: middle;
}

/* news */

section.alone-news .wrapper,
section.inner-news .wrapper, 
section.main-news .wrapper {
	background: url(../v2_img/d-news.png) no-repeat 0 0;
	padding: 30px 0 0;
}

section.alone-news .wrapper .b-grid,
section.inner-news .wrapper .b-grid,
section.main-news .wrapper .b-grid {
	overflow: hidden;
}

section.alone-news b,
section.inner-news b,
section.main-news b {
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 16px 0;
	margin: 0 0 14px 0;
	display: block;
	background: url(../v2_img/d-line-s.png) 0 bottom no-repeat;
	text-transform: uppercase;
}

section.alone-news b > a,
section.inner-news b > a,
section.main-news b > a {
	color: #444;
	text-decoration: none;
}


section.alone-news a.more,
section.inner-news a.more,
section.main-news a.more {
	margin-top: 8px;
	float: right;
}

section.alone-news ul,
section.inner-news ul.inn {
	display: block;
}

section.alone-news ul > li,
section.inner-news ul.inn > li {
	padding: 0 20px 0 0;
	width: 50%;
	float: left;
}
section.alone-news ul > li:nth-child(odd),
section.alone-news ul.inn > li:nth-child(odd),
section.inner-news ul.inn > li:nth-child(odd) {
	clear: left;
}

section.alone-news dl,
section.inner-news dl,
section.main-news dl {
	display: table;
	width: 100%;
	margin-top: 24px;
}

section.alone-news dl > dt,
section.alone-news dl > dd,
section.inner-news dl > dt,
section.inner-news dl > dd,
section.main-news dl > dt,
section.main-news dl > dd {
	display: table-cell;
	vertical-align: top;
}

section.alone-news dl > dt,
section.inner-news dl > dt,
section.main-news dl > dt {
	width: 31.57%;
}

section.alone-news dl > dd,
section.inner-news dl > dd,
section.main-news dl > dd {
	padding: 0 0 0 29px;
	width: 69.43%
}

/* content */
.subinner-content,
section.main-content .wrapper {
	border-top: 2px solid #3399ff;
	padding: 22px 32px;
	background: #f2f2f2;
}

.subinner-content h2,
section.main-content .wrapper h2 {
	text-transform: uppercase;
	font-weight: 600;
	margin: 22px 0 10px;
}

.subinner-content h3{
	margin: 22px 0 10px;	
}

section.card-body .card-detail p,
.subinner-content p,
section.main-content .wrapper p {
	margin: 11px 0;
}

.subinner-content img {
    max-width: 100%;
}

/* special */
section.main-op,
section.main-special {
	background: #f2f2f2;
	padding: 30px 0;
}

section.main-special span.hdr {
	background: url(../v2_img/d-line-w.png) left bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 22px;
}

section.main-special li {
	position: relative;
}

section.main-special .block-nav {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* footer */
footer {
	color: #fff;
	margin-top: 30px;
}

footer .subscribe {
	background: #4a4a4a;
	min-height: 80px;
}

footer .subscribe ul {
	display: table;
	width: 100%;
}

footer .subscribe ul > li {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
}

footer .subscribe li:nth-child(1) {
	font-weight: 600;
	width: 40%;
}

footer .subscribe li:nth-child(2) {
	width: 22.22%;
}

footer .subscribe li:nth-child(3) {
	width: 27.77%;
}

footer .subscribe li:nth-child(4) {
	font-weight: 600;
	width: 10%;
}

footer .l-grid li {
	padding: 0 10px 20px;
}

footer .l-grid {
	margin-bottom: 20px;
}

footer .l-grid a,
footer .l-grid b {
	font-size: 12px;
	display: block;
}

footer .l-grid a {
	color: #d8d8d8;
	display: inline;
}

footer .l-grid a:after {
    content: ',';
}

footer .l-grid a:last-child:after {
	content: '';
}

footer .l-grid a:hover {
	color:#fff;
}

footer .subscribe input {
	color: #fff;
	height: 30px;
	line-height: 30px;
	background: #4a4a4a;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ffffff;
}

footer .subscribe .btn-blue > span {
	background: none;
	border: 1px solid #fff;
}

footer .subscribe .btn-blue:hover > span {
	background: #fff;
}

footer .subscribe .up-top {
	background: url(../v2_img/d-top.png) right no-repeat;
	padding-right: 32px;
	color: #3399ff;
	display: block;
	float: right;
	text-transform: uppercase;
}

footer .footer {
	background: #3c3c3c;
	padding: 38px 0;
}

footer .footer .location,
footer .footer .phone {
	font-size: 24px;
	margin: 13px 0 21px;
	padding-left: 46px;
	background: url(../v2_img/hdr-phone.png) no-repeat 0 0;
	min-height: 38px;
	max-width: 300px;
}

footer .footer .phone span {
	font-size: 14px;
	display: block;
}

footer .footer .location {
	font-size: 14px;
	background: url(../v2_img/ftr-loc.png) no-repeat 0 0;
	margin-bottom: 0;
}

footer .footer .frame {
	border: 2px solid #3399ff;
	max-width: 470px;
	margin: 0 auto;
	position: relative;
}

footer .footer .frame-wrapper {
	max-width: 324px;
	margin: 0 auto;
	text-align:center;
	padding: 38px 0;
}

footer .footer .frame-wrapper .frame-overlay {
	width: 324px;
	border-top: 2px solid #3c3c3c;
	border-bottom: 2px solid #3c3c3c;
	position: absolute;
	top: -2px;
	bottom: -2px;
}

footer .footer .frame-wrapper img {
	width: 100%;
	max-width:257px;
	margin: 0 auto 28px;
	display: block;
}

footer .footer .right {
	max-width: 300px;
	text-align: right;
	margin: 0 0 0 auto;
}

footer .footer .right a.social {
	background: #3c3c3c url(../v2_img/d-social.png) no-repeat;
	display: inline-block;
	width: 31px;
	height: 31px;
	margin-left: 10px;
}

footer .footer .right a.social:hover {
	opacity: 0.7;
}

footer .footer .right a.social.fb {
	background-position: -31px 0;
}

footer .footer .right a.social.ok {
	background-position: -62px 0;
}

footer .footer .right a.social.ig {
	background-position: -93px 0;
}

footer .footer .right > li {
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
}

footer .footer .right > li:last-child {
	margin: 0;
	font-size: 10px;
}

footer .pastfooter {
	border-top: 2px solid #302f2f;
	background: #3c3c3c url(../v2_img/bg-footer.png) repeat-x top;
}

footer .pastfooter ul {
	display: table;
	width: 100%;
}

footer .pastfooter ul > li {
	width: 50%;
	text-align: left;
	height: 66px;
	display: table-cell;
	vertical-align: middle;
}

footer .pastfooter ul > li:last-child {
	text-align: right;
}

footer .pastfooter ul > li:last-child a {
	background: url(../v2_img/vendor.png) no-repeat right center;
	height: 43px;
	padding-right: 113px;
	width: 260px;
	display: inline-block;
	color: #3399ff;
}

.moMenu {
	background: url(../v2_img/d-menu.png) no-repeat 0 center;
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	display: none;
}

.i100 {
	max-width: 100%;
}

#info-box {
	display: none;
	text-align: center;
	z-index:10000;
	position: absolute;
	left: 0; top: 0;
}

#info-form p {
	font-size: 14px;
	color: #444;
	margin: 10px 0 10px 0;
	text-align: left;
}

#info-form .btn-blue {
	margin: 30px 0 0 0;
}

#info-form input {
    display: block;
    width: 100%;
    line-height: 33px;
    height: 33px;
    padding: 0 10px;
    margin: 12px 0 0 0;
    border: 1px solid #ccc;
}

#info-form h3,
h3.info-h3 {
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 3px solid #3399ff;
	padding-bottom: 10px;
	margin: 0 0 20px 0;
}

.callback-background {
	background: rgba(0,0,0,0.8);
	width:100%; height:100%;
	position:fixed;left:0;top:0;
	z-index:11000;
	display:table;
}

.callback-container {
	display:table-cell;
	vertical-align:middle;
	position: relative;
}

.callback-container .callback-form a.close {
	width: 36px;
	height: 36px;
	background: #3399ff url(../v2_img/close.png) no-repeat center;
	position: absolute;
	right: 0px;
	top: 0px;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;	
}

.callback-container .callback-form a.close:hover {
	background-color:#ffd800;
}

.callback-form {
	width:320px;
	margin:0 auto;
	border:1px solid #ddd;
	background:#fff;
	box-shadow: 1px 1px 10px #ddd;
	position:relative;
	padding:40px 30px 30px;
	font-size:16px;
	color:#666;
	position: relative;
	box-sizing: border-box;
}

input.field {
    display: block;
    line-height: 33px;
    height: 33px;
    padding: 0 10px;
    border: 1px solid #ccc;
}

input.field.error {
	border: 1px solid #D10391;
}

select.field:disabled,
input.field:disabled {
	display: none;
}

input[name='order[phone_alt]'].field:disabled {
	display: block;
}

input.field.ccd {
	width: 50px;
	margin: 0 auto;
	text-align: center;
}

ul.s3-cart {
	display: table;
	width: 100%;
	border: 1px solid #ccc;
	border-left: 0;
	border-bottom: 0;
}

ul.s3-cart.s3-header > li {
	font-weight: bold;
}

ul.s3-cart li:nth-child(2){
	width: 40%;
	text-align: left;
}

ul.s3-cart li {
	border-left: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 15%;
}

ul.s3-cart li img {
	width: 100%;
	max-width: 96px;
}

ul.s3-cart.s3-footer {
	border-bottom: 1px solid #ccc;	
}

ul.s3-delivery {
	overflow: hidden;
}

ul.s3-delivery li {
	padding: 5px 5px 0 0;
	float: left;
	position: relative;
}

ul.s3-delivery li input.phone-control {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
}

ul.s3-delivery li.ng {
	padding: 5px 0 0 0;	
}

ul.s3-delivery li input {
	width: 300px;
}

ul.s3-delivery li input.short {
	width: 100px;
}

select.field {
	padding: 0 5px;
	border: 1px solid #ccc;
	height: 33px;
	line-height: 33px;
}

select.field.wide {
	min-width: 300px;
	max-width: 600px;
}

#delivery {
	border: 1px solid #ccc;
	width: 100%;
	padding: 5px;
}

.cdt {
	background: url(../v2_img/cdt.png) no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	margin: 0 auto;
}

.s3-cart td.nobr {
	white-space: nowrap;
}

.s3-cart th:nth-child(2),
.s3-cart td:nth-child(2){
	text-align: left;
}

#j-catalog {
	overflow: hidden;
	width: 100%;
}

.tbl-chars {
	width: 100%;
	border-collapse: collapse;
}

.card-detail table.tbl-chars td {
	border: none;
	padding: 10px;
}

.tbl-chars tr:nth-child(even) > td {
	background: #eee;
}
.calcButtons {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.calcButtons > li {
    display: inline;
    margin-right: 10px;
}
.calcButtons > li:before {
	display: none;
}
.calcButtons > li > a {
    padding: 10px 20px;
    background: #3399ff;
    border: 1px solid #3399ff;
    color: #FFFFFF;
    text-decoration: none;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.calcButtons > li > a:hover, .calcButtons > li > .active {
	background: #FFFFFF;
    color: #3399ff;
}
.hide_filter {
	display: none;
}
.filter_title {
    background: #f2f2f2 url(../v2_img/d-flt.png) 14px 12px no-repeat;
    padding-left: 52px;
    text-transform: uppercase;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    border: 2px solid #eee;
    display: block;
    cursor: pointer;
}
.bottomCalc {
    display: none;
    margin-top: 20px;
}
/* 14/12/2017 */
.field.n-wide {
	width:300px;
}
textarea.field {
	padding: 10px;
    border: 1px solid #ccc;
	resize: none;
	max-width: 300px;
	width: 100%;
	height: 100px;
}
dl.order-data{
	margin-bottom: 5px;
	display: block;	
}
dl.order-data > dt {
	font-weight: bold;
}
dl.order-data > dt,
dl.order-data > dd {
	display: inline;
}

#calc_yandex_helper,
#city_yandex_helper,
#city_rf_helper {
	color: #000;
	width: 300px;
	padding: 0;
	margin: 0;
	list-style: none;
    border: 1px solid #ccc;
	position: absolute;
	background: #f0f0f0;
	display: none;
}

#calc_yandex_helper {
	margin: 5px 0 0 0;
	right: 15px;
	display: block;
	z-index: 200;
}

.calc-main #calc_yandex_helper  {
	right: 62px;	
}


#calc_yandex_helper > li:nth-child(even),
#calc_yandex_helper > li {
	font-size: 12px;
	background: #f0f0f0;
	margin: 0; padding: 5px ;
	cursor: pointer;
	width: 100%;
	text-align: left;
}

#calc_yandex_helper > li:hover {
	background: #ffd800;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;	
}


#city_yandex_helper {
	margin: 2px 0 0 0;
	display: block;
}

#city_yandex_helper > li,
#city_rf_helper > li {
	background: #f0f0f0;
	margin: 0; padding: 5px ;
	cursor: pointer;
	width: 100%;
}

#city_yandex_helper > li:hover,
#city_rf_helper > li:hover {
	background: #ffd800;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;	
}

#map {
	width: 100%;
	height: 400px;
	margin: 30px 0 0 0;
}

#map .wrapper {
	position: relative;
	z-index: 900;
	margin: 0 auto -400px;
	height: 400px;
}

#map .wrapper form {
	padding: 20px;
	margin: 0 0 0 auto;
	height: 400px;
	background: rgba(74,74,74,0.7);
}

#map .wrapper textarea,
#map .wrapper input {
	color: #fff;
	margin: 0 0 20px;		
	background: rgba(60,60,60,0.7);
	padding: 10px;
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #575655;
}

#map .wrapper textarea {
	height: 80px;
}

#map .wrapper b {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	color: #fff;
}

#map .wrapper span {
	display: block;
	color: #fff;
	margin: 10px 0 20px;
}

.trigger-service,
#map .wrapper button {
	background: #008bff;
	color: #fff;
	padding: 10px;
	border: none;
}

.trigger-service {
	display: block;
	width: 150px;
	margin: 10px auto;
	text-align: center;
}

#map .wrapper button:hover {
	background: #fff;
	color: #000;
}

.edit-hidden,
textarea.hidden,
#tkpp,
#tk_cost_default,
#tk_cost_api{
	display: none;
}

#tkpp dl {
	max-width: 322px;
	width: 100%;
	display: table;
	border: 1px solid #ccc;	
	background: #3399ff;
	color: #fff;

}

#tkpp dl + dl {
	background: none;
	border-top: none;
	color: #444;
}

#tkpp dl dd,
#tkpp dl dt {
	width: 50%;
	display: table-cell;
	padding: 10px;
}

#tkpp dl dd {
	border-left: 1px solid #ccc;	
	text-align: right;
}

.float-calc-mobile,
.float-calc {
	height: 60px;
    width: 60px;
    box-shadow: 0 1px 7px rgba(0,0,0,0.09), 0 2px 14px rgba(0,0,0,0.19);
	background: #008bff;
	background-size:contain;
    border-radius: 100%;
	display: block;
	z-index: 100003;
	order: -2;
	position: relative;
	pointer-events: auto;
}

.float-calc-mobile {
	position: absolute;
    top: 0;
    cursor: pointer;
    text-align: left;
    transition-property: transform, opacity;
    transition-duration: 0.7s, 0.7s;
	z-index: 100002;
	display: none;
}


.float-calc-mobile > span,
.float-calc > span {
	position: absolute;
    margin-left: 25%;
    margin-top: 25%;
    height: 50%;
    width: 50%;
	transform: rotate3d(0, 0, 0, 0);
	background: url(../v2_img/float-calc-x.png) no-repeat center;
    background-size: cover;
}

.float-calc:hover {
	background: #ffd800;
}

.float-calc:hover > span {
	background: url(../v2_img/float-calc-x-hover.png) no-repeat center;	
	background-size: cover;
}

.detail-desktop {
	display: none;
}

.detail-desktop ul {
    display: table;
    width: 100%;
}

.detail-desktop ul > li {
    vertical-align: top;
    text-align: left;
    width: 30%;
    display: table-cell;
}

.detail-desktop ul > li:first-child {
    padding: 0 0 0 241px;
    width: 70%;
}

.detail-desktop ul > li:first-child img {
	width: 100%;
    float: left;
    margin-left: -231px;
}


.detail-desktop ul > li span {
    display: block;
    margin: 0 0 10px 0;
}

.callback-form.detail .mini_new {
    font-size: 24px;
}

.detail-desktop ul > li span.mini-artikul {
    font-size: 11px;
}

.count_yes {
    color: #005ba6;
    font-weight: bold;
}

.callback-form.detail a.proceed {
    padding: 10px;
	width: 135px;
	background: #3399ff;
    color: #fff;
    font-size: 14px;
    float: right;
    text-decoration: none;
    margin-bottom: 10px;
	text-align: center;
}

.callback-form.detail a.proceed.close {
	background: #3399ff;
    color: #fff;
    height: auto;
    position: relative;
}

.callback-form.detail a.proceed.close:hover,
.callback-form.detail a.proceed:hover{
	background-color: #ffd800;
	color: #555555;
}

.iblock_section {
	position: relative;
	margin-top: 20px;
}

.iblock_section .block-nav{
    position: absolute;
    top: -11px;
    right: 0;
}

.iblock_section div.showcase-grid.v4 .v-ui .frame {
	width: 100%;
}

ul.proplist {
	display: flex;
	width: 100%;
	padding: 0 10px 0 15px;
	justify-content: space-between;
}

.proplist > li {
	display: inline-block;
	font-size: 12px;
}

ul.showcase-grid > li .padded-props {
	padding: 10px 0 0;
	display: none;
}

ul.showcase-grid > li:hover .padded-props {
	display: block;
}

.portfolio-part {
	display: none;
}

.portfolio-part.active {
	display: block;
}

.portfolio-heading {
	font-size: 24px;
	line-height: 33px;
	color: #444;
	text-transform: uppercase;
	margin: 22px 0 22px;
}

.inner-content .wrapper .portfolio-heading {
	margin: 12px 0 22px;
}

.calcButtons + .portfolio-heading {
	margin: 52px 0 22px;
}

.wrapper.paragraph .portfolio-heading {
	margin: 0px 0 22px;
}

.main-mid .wrapper .portfolio-heading {
	margin: 0px 0 12px;
}

.portfolio-heading-navigation {
	margin: 0 5px 12px 0;
	display: inline-block;
}

.portfolio-heading-navigation.active {
	font-weight: bold;
}

.owl-portfolio {
	margin-bottom: 27px;
}

.portfolio-buttons {
	display: flex;
}

.portfolio-button {
	width: 59px;
	height: 59px;
	background: url(../v2_img/galery-nav.png) no-repeat 0 0;
	display: block;
}

.portfolio-button-next {
	background-position: -59px 0px;
}

.portfolio-button-prev:hover {
	background-position: 0 -59px;	
}

.portfolio-button-next:hover {
	background-position: -59px -59px;	
}

.portfolio-info {
	padding-left: 74px;
	padding-right: 10px;
}

.portfolio-info-heading {
	font-size: 18px;
	line-height: 25px;
	color: #3399FF;
	display: block;
	margin-bottom: 10px;
}

.portfolio-info-phone{
	font-size: 14px;
	line-height: 19px;
	color: #000000;
}

#portfolio-phone {
	font-size: 18px;
	font-weight: bold;
}

.portfolio-navigation {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 40px;
}


.multi-cup-cards .multi-slide-cup > section{
    display: none;
}

.multi-cup-cards .multi-slide-cup > section:first-child {
    display: block;
}

.multi-cup-cards .multi-slide-cup h1 {
    /*min-height: 150px;*/
}

.multi-cup-cards .multi-slide-cup > section ul.galery-mode li {
    display: none;
}
.multi-cup-cards .multi-slide-cup > section ul.galery-mode li.fake {
    display: inline;
    float: none;
}
.multi-cup-cards .multi-slide-cup > section .wrapper {
    border-bottom: 2px solid #3399ff;
    padding-bottom: 30px;
    padding-top: 0 !important;
}

.multi-cup-cards ul#card-slider {
    height: 400px;
    overflow: hidden;
}
/*.multi-cup-cards ul#card-slider li:first-child {*/
/*    display: inline;*/
/*}*/

.multi-cup-cards ul.subcat li a {
    font-size: 21px;
    line-height: 1;
}

.feedback-inline-form {
    display: none;
    margin-top: 87px;
    /*background: #f2f2f2;*/
    /*padding: 21px;*/
    padding: 21px 0 21px 6px;
}

.mulit-cup-composite-card-category .feedback-inline-form {
    margin-top: 87px;
}

.multi-cup-cards .feedback-inline-form {
    display: block;
}

.feedback-inline-form h3.info-h3 {
    margin:10px 0 20px 0 !important;
}

.multi-form-bg{
    background: #fff;
    padding: 10px 20px 30px;
    border-radius: 21px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}


/*form*/
/* Основные стили для формы */
.multi-info-form {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Ряд с полями */
.multi-info-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

/* Обертка label для каждого поля */
.multi-info-form .form-label {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Текст label */
.multi-info-form .label-text {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* Звездочка для обязательных полей */
.multi-info-form .required-star {
    color: #ff0000;
}

/* Стили для инпутов */
.multi-info-form .form-label input {
    /*padding: 12px 15px;*/
    padding: 7px 10px;
    border: 1px solid #ddd;
    /*border-radius: 6px;*/
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    width: 100%;
}

.multi-info-form .form-label input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}




/* Стили для кнопки */
/*.multi-info-form .btn-blue {*/
/*    display: inline-block;*/
/*    background: #007bff;*/
/*    color: white;*/
/*    padding: 12px 30px;*/
/*    border-radius: 6px;*/
/*    text-decoration: none;*/
/*    text-align: center;*/
/*    transition: background 0.3s ease;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*}*/

/*.multi-info-form .btn-blue:hover {*/
/*    background: #0056b3;*/
/*}*/

/* Адаптив - при сжатии поля становятся в колонку */
@media (max-width: 768px) {
    .multi-info-form .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .multi-info-form .form-label {
        width: 100%;
    }
}
/* /form */


/* bolcks pvh */

.pp-landing-section,
.pvh-landing-section {
    color: #fff;
    max-width: 1170px;
    margin: 30px auto 0;
    background: #fff;
    border: none !important;
}
.pp-landing-section .pool-hero,
.pvh-landing-section .pool-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #061421;
}

.pp-landing-section .hero-bg,
.pvh-landing-section .hero-bg {
    position: absolute;
    inset: 0;
    background-image: url("/img/pp-landing.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: saturate(1.06) contrast(1.03);
}

/* Фон теперь затемнен мягче, как на примере: слева читаемый градиент,
   а справа фото остается светлым и хорошо видимым. */
.pp-landing-section .hero-overlay,
.pvh-landing-section .hero-overlay {
    position: absolute;
    /*inset: 0;*/
    /*  */
    /*background:*/
    /*  linear-gradient(90deg,*/
    /*    rgba(3, 15, 28, .92) 0%,*/
    /*    rgba(3, 15, 28, .72) 32%,*/
    /*    rgba(3, 15, 28, .32) 56%,*/
    /*    rgba(3, 15, 28, .08) 100%),*/
    /*  linear-gradient(180deg,*/
    /*    rgba(3, 15, 28, .06) 0%,*/
    /*    rgba(3, 15, 28, .14) 62%,*/
    /*    rgba(3, 15, 28, .72) 100%);*/
}

.pp-landing-section .wrap,
.pvh-landing-section .wrap {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    margin: 0 auto;
    padding: 44px 30px 38px;
}

.pp-landing-section .top,
.pvh-landing-section .top {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.pp-landing-section .headline,
.pvh-landing-section .headline {
    max-width: 760px;
    text-shadow: #0a1d3a 1px 1px ;
}

.pp-landing-section h1,
.pvh-landing-section h1 {
    margin: 0;
    font-size: clamp(24px, 5vw, 48px);
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pp-landing-section h2,
.pvh-landing-section h2 {
    margin: 18px 0 24px;
    color: #168cff;
    font-size: clamp(18px, 3.45vw, 31px);
    line-height: 1;
    text-transform: uppercase;
}

.pp-landing-section .headline p,
.pvh-landing-section .headline p {
    max-width: 720px;
    margin: 0;
    font-size: 21px;
    line-height: 1.5;
}

.pp-landing-section .snip-card,
.pvh-landing-section .snip-card {
    width: 285px;
    flex: 0 0 285px;
    display: grid;              /* Меняем на grid */
    grid-template-columns: auto 1fr;  /* Иконка | контент */
    gap: 4px;
    align-items: flex-start;
    align-self: flex-start;
    padding: 26px 28px 26px 14px;
    border-radius: 18px;
    background: rgba(6, 22, 39, .86);
    border: 1px solid rgba(255,255,255,.13);
    box-shadow: 0 20px 55px rgba(0,0,0,.3);
}

.pp-landing-section .shield,
.pvh-landing-section .shield {
    color: #1596ff;
    font-size: 46px;
    line-height: 1;
    grid-column: 1;            /* Первая колонка */
    grid-row: 1 / span 2;      /* Растягиваем на обе строки (h3 и p) */
}

.pp-landing-section .snip-card h3,
.pvh-landing-section .snip-card h3 {
    margin: 0;
    font-size: 21px;
    line-height: 1.15;
    text-transform: uppercase;
    grid-column: 2;            /* Вторая колонка */
    grid-row: 1;
}

.pp-landing-section .snip-card p,
.pvh-landing-section .snip-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    grid-column: 2;            /* Вторая колонка */
    grid-row: 2;
}

/*.pp-landing-section .snip-card,*/
/*.pvh-landing-section .snip-card {*/
/*    width: 285px;*/
/*    flex: 0 0 285px;*/
/*    align-self: flex-start;*/
/*    padding: 26px 28px;*/
/*    border-radius: 18px;*/
/*    background: rgba(6, 22, 39, .86);*/
/*    border: 1px solid rgba(255,255,255,.13);*/
/*    box-shadow: 0 20px 55px rgba(0,0,0,.3);*/
/*}*/

/*.pp-landing-section .shield,*/
/*.pvh-landing-section .shield {*/
/*    color: #1596ff;*/
/*    font-size: 46px;*/
/*    line-height: 1;*/
/*    margin-bottom: 8px;*/
/*}*/

/*.pp-landing-section .snip-card h3,*/
/*.pvh-landing-section .snip-card h3 {*/
/*    margin: 0;*/
/*    font-size: 21px;*/
/*    line-height: 1.15;*/
/*    text-transform: uppercase;*/
/*}*/

/*.pp-landing-section .snip-card p,*/
/*.pvh-landing-section .snip-card p {*/
/*    margin: 18px 0 0;*/
/*    font-size: 14px;*/
/*    line-height: 1.45;*/
/*}*/

.pp-landing-section .benefits,
.pvh-landing-section .benefits {
    width: 720px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
    margin-top: 48px;
    border-radius: 22px;
    background: rgba(5, 21, 38, .54);
    border: 1px solid rgba(255, 255, 255, .17);
    box-shadow: 0 25px 70px rgba(0, 0, 0, .22);
    padding: 32px 34px;
}

.pp-landing-section .icon,
.pvh-landing-section .icon {
    height: 68px;
    color: #1496ff;
    font-size: 55px;
    line-height: 1;
}

.pp-landing-section .benefits h3,
.pvh-landing-section .benefits h3{
    margin: 0 0 14px;
    font-size: 18px;
    text-transform: uppercase;
}

.pp-landing-section .benefits p,
.pvh-landing-section .benefits p {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
}

.pp-landing-section .main-grid,
.pvh-landing-section .main-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 26px;
    margin-top: 18px;
}

.pp-landing-section .pool-card,
.pvh-landing-section .pool-card {
    position: relative;
    min-height: 415px;
    padding: 32px 34px;
    border-radius: 22px;
    background: rgba(5, 21, 38, .84);
    border: 1px solid rgba(255,255,255,.17);
    box-shadow: 0 25px 70px rgba(0,0,0,.22);
}

.pp-landing-section .pool-card h3,
.pvh-landing-section .pool-card h3{
    margin: 0 0 22px;
    font-size: 25px;
    text-transform: uppercase;
}


.pp-landing-section .size-fields,
.pvh-landing-section .size-fields {
    display: grid;
    grid-template-columns: repeat(3, 150px);
    gap: 22px;
    margin-bottom: 26px;
}

.pp-landing-section .size-fields label,
.pvh-landing-section .size-fields label{
    display: block;
    font-size: 15px;
    font-weight: 700;
}

.pp-landing-section .size-fields span,
.pvh-landing-section .size-fields span{
    display: block;
    margin-bottom: 8px;
}

.pp-landing-section .size-fields input,
.pvh-landing-section .size-fields input{
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 7px;
    background: #fff;
    color: #111827;
    padding: 0 14px;
    font: inherit;
    font-weight: 700;
    outline: none;
}

.pp-landing-section ul,
.pvh-landing-section ul {
    max-width: 570px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pp-landing-section li,
.pvh-landing-section li {
    position: relative;
    padding-left: 30px;
    margin: 14px 0;
    font-size: 16px;
    line-height: 1.35;
}

.pp-landing-section li::before,
.pvh-landing-section  li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #1596ff;
    font-weight: 900;
}


.pp-landing-section .quote-card,
.pvh-landing-section .quote-card
{
    padding: 34px 40px 24px;
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    color: #111827;
    box-shadow: 0 24px 60px rgba(0,0,0,.22);
}

.pp-landing-section .quote-card h3,
.pvh-landing-section .quote-card h3 {
    margin: 0 0 14px;
    font-size: 25px;
    text-transform: uppercase;
}

.pp-landing-section .quote-card p,
.pvh-landing-section .quote-card p{
    margin: 0 0 24px;
    color: #2f3744;
    font-size: 18px;
    line-height: 1.45;
}

.pp-landing-section .form-grid,
.pvh-landing-section .form-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.pp-landing-section .form-grid input::placeholder,
.pvh-landing-section .form-grid input::placeholder {
    color: #999;
    opacity: 1;
}

.pp-landing-section .form-grid input,
.pp-landing-section .form-grid textarea,
.pvh-landing-section .form-grid textarea,
.pvh-landing-section .form-grid input{
    width: 100%;
    border: 1px solid #d9dee8;
    border-radius: 7px;
    padding: 16px;
    font: inherit;
    outline: none;
}


.pp-landing-section .quote-card button,
.pvh-landing-section .quote-card button
{
    width: 100%;
    margin-top: 18px;
    border: 0;
    border-radius: 7px;
    padding: 18px;
    background: linear-gradient(90deg, #0b64d8, #0038ad);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.pp-landing-section .safe,
.pvh-landing-section .safe {
    margin-top: 17px;
    text-align: center;
    color: #747b87;
    font-size: 13px;
}

@media (max-width: 1100px) {
    .pvh-landing-section .main-grid,
    .pp-landing-section .main-grid {
        grid-template-columns: 1fr;
    }

    .pp-landing-section .top,
    .pvh-landing-section .top {
        display: block;
    }

    .pp-landing-section .snip-card,
    .pvh-landing-section .snip-card {
        margin-top: 28px;
    }

    .pp-landing-section .benefits,
    .pvh-landing-section .benefits {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }

    .pp-landing-section .quote-card,
    .pvh-landing-section .quote-card {
        margin-top: 24px;
    }

}

@media (max-width: 640px) {
    .pp-landing-section .wrap,
    .pvh-landing-section .wrap {
        padding: 28px 16px;
    }

    .pp-landing-section h1,
    .pvh-landing-section h1 {
        font-size: 42px;
    }

    .pp-landing-section h2,
    .pvh-landing-section h2 {
        font-size: 28px;
    }

    .pp-landing-section .benefits,
    .pvh-landing-section .benefits,
    .pp-landing-section .size-fields,
    .pvh-landing-section .size-fields,
    .pp-landing-section .form-grid,
    .pvh-landing-section .form-grid{
        grid-template-columns: 1fr;
    }

    .pp-landing-section .snip-card,
    .pvh-landing-section .snip-card {
        width: 100%;
        flex-basis: auto;
    }

    .pp-landing-section .size-title,
    .pvh-landing-section .size-title {
        font-size: 34px;
    }
}

/* /bolcks pp */
/* bolcks pvh */
.pvh-landing-section div.hero-bg {
    background-image: url("/img/pvh-landing.jpg");
    background-size: contain;
    background-position: top center;
    opacity: 0.7;
}

.pvh-landing-section .film-card,
.pvh-landing-section .equipment {
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(4, 22, 38, .82);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(0,0,0,.18);
}


.pvh-landing-section .film-card h3 {
    margin: 0 0 22px;
    text-transform: uppercase;
    font-size: 24px;
}


.pvh-landing-section .equipment {
    margin-top: 10px;
    padding: 14px 18px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.pvh-landing-section .equipment div {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #0297ff;
    font-size: 34px;
}

.pvh-landing-section .equipment span {
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
}

.pvh-landing-section .film-card {
    margin-top: 12px;
    padding: 20px 26px 22px;
}

.pvh-landing-section .film-card h3 {
    margin-bottom: 4px;
}

.pvh-landing-section .film-card > p {
    margin: 0 0 18px;
    color: #d6e9f8;
}

.pvh-landing-section .films {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 18px;
}

.pvh-landing-section .film {
    position: relative;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.pvh-landing-section .swatch {
    display: block;
    height: 70px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.32);
    margin-bottom: 8px;
    transition: .2s ease;
}

.pvh-landing-section .film.active .swatch {
    border: 3px solid #1592ff;
    box-shadow: 0 0 0 3px rgba(21,146,255,.22);
}

.pvh-landing-section .film.active::before {
    content: "✓";
    position: absolute;
    left: -8px;
    top: -10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #1592ff;
    color: #fff;
    font-weight: 900;
    font-size: 22px;
}

.pvh-landing-section .film b,
.pvh-landing-section .film em {
    display: block;
    font-style: normal;
    font-size: 14px;
}

.pvh-landing-section .film em {
    margin-top: 4px;
    font-size: 18px;
}

.pvh-landing-section .white {

    /*background: radial-gradient(circle, rgba(255,255,255,.8), #eef5fb 45%, #fff); */

    background-image: url(/storage/cache/446x396/53637.jpg);
    background-size: cover;
    background-position: center;
}
.pvh-landing-section .lightblue {
    /*background: radial-gradient(circle, rgba(255,255,255,.6), #88d9ff 42%, #54b6ed); */
    background-image: url(/storage/cache/446x396/49423.jpg);
    background-size: cover;
    background-position: center;
}
.pvh-landing-section .cyan {
    /*background: radial-gradient(circle, rgba(255,255,255,.45), #12b9ef 42%, #0184ce); */

    background-image: url(/storage/cache/446x396/53648.jpg);
    background-size: cover;
    background-position: center;
}
.pvh-landing-section .blue {
    /*background: radial-gradient(circle, rgba(255,255,255,.36), #005bff 42%, #002fbd); */

    background-image: url(/storage/cache/446x396/49876.jpg);
    background-size: cover;
    background-position: center;
}
.pvh-landing-section .navy {
    /*background: radial-gradient(circle, rgba(255,255,255,.25), #06307b 42%, #001d52);*/
    background-image: url(/storage/cache/446x396/49914.jpg);
    background-size: cover;
    background-position: center;
}
.pvh-landing-section .sand {
    /*background: radial-gradient(circle, rgba(255,255,255,.5), #deb985 42%, #b5854e); */


    background-image: url(/storage/cache/446x396/51205.jpg);
    background-size: cover;
    background-position: center;
}
.pvh-landing-section .gray {
    /*background: radial-gradient(circle, rgba(255,255,255,.45), #8f9aa0 42%, #586268);*/


    background-image: url(/storage/cache/446x396/28789.jpg);
    background-size: cover;
    background-position: center;
}
.pvh-landing-section .mosaic {

    /*background:*/
    /*    linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px),*/
    /*    linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px),*/
    /*    linear-gradient(135deg, #0061c9, #1bb8ff);*/
    /*background-size: 18px 18px, 18px 18px, cover;*/

    background-size: cover;
    background-image: url(/storage/cache/446x396/54335.jpg);
    background-position: center;
}

@media (max-width: 1100px) {
    .pvh-landing-section .films {
        grid-template-columns: repeat(4, 1fr);
    }

    .pvh-landing-section .equipment {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 640px) {

    .pvh-landing-section .films,
    .pvh-landing-section .equipment {
        grid-template-columns: 1fr;
    }
}


/* /bolcks pvh */

/** пп модели блок на главной */
.pp-landing-model {

}
.pp-landing-model .product-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 40px;
    min-width: 0;
    align-items: start
}

.pp-landing-model .image-card,
.pp-landing-model .contacts-card,
.pp-landing-model .price-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 21px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.pp-landing-model .image-card {
    overflow: hidden;
    padding: 7px;
}

.pp-landing-model .image-card img {
    display: block;
    width: 100%;
    border-radius: 14px;
    /*height: 670px;*/
    object-fit: contain;
}

.pp-landing-model .config-card {
    padding: 0 8px 0;
    min-width: 0;
}


.pp-landing-model .config-card h1 {
    margin: 0 0 42px;
    font-size: 24px;
    line-height: 1.15;
    text-transform: uppercase;
    font-weight: 600;
    white-space: normal;
}

.pp-landing-model .config-card .dimensions {
    display: grid;
    grid-template-columns:1fr auto 1fr auto 1fr;
    gap: 18px;
    align-items: end;
    margin-bottom: 32px
}

.pp-landing-model .config-card .dimensions span {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700
}

.pp-landing-model .config-card .multiply {
    padding-bottom: 14px;
    color: #6b7280;
    font-size: 14px
}

.pp-landing-model .config-card select, .pp-landing-model .config-card input {
    width: 100%;
    height: 48px;
    border: 1px solid #cfd6df;
    border-radius: 5px;
    background: #fff;
    color: #111827;
    padding: 0 14px;
    font: inherit;
    outline: none
}

.pp-landing-model .config-card .option-row {
    display: grid;
    grid-template-columns:160px 1fr 1.35fr;
    gap: 18px;
    align-items: center;
    margin: 24px 0;
    font-size: 14px
}

.pp-landing-model .config-card .label {
    font-weight: 700
}

.pp-landing-model .config-card .model-name {
    font-size: 14px;
    font-weight: 700
}

.pp-landing-model .config-card .radio, .pp-landing-model .config-card .checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap
}

.pp-landing-model .config-card  .radio input, .pp-landing-model .config-card  .checkbox input {
    width: 22px;
    height: 22px;
    accent-color: #1478f2
}

.pp-landing-model .config-card .ladder-row {
    grid-template-columns:160px 170px auto 32px
}

.pp-landing-model .config-card .ladder-select {
    font-size: 14px
}

.pp-landing-model .config-card .hint {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border: 2px solid #1478f2;
    border-radius: 50%;
    color: #1478f2;
    font-weight: 700
}

.pp-landing-model .config-card .params {
    margin-top: 30px;
    padding-top: 32px;
    border-top: 1px solid #e5e7eb
}

.pp-landing-model .config-card .params h3 {
    margin: 0 0 24px;
    font-size: 14px
}

.pp-landing-model .config-card .params-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 18px 60px
}

.pp-landing-model .config-card .params-grid p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    font-size: 14px
}

.pp-landing-model .config-card .params-grid b {
    white-space: nowrap
}

.pp-landing-model .feedback-inline-form {
    display: block;
    margin-top: 0;
    padding-top: 0;
}

.pp-landing-model .dark {
    background: #fff;
    padding: 0 20px;
    border-radius: 21px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    width: 99%;
    min-height: 226px;
}

.pp-landing-model .dark a.cad1c.card-f:hover {
    background: #eee;
}
.pp-landing-model .dark > li {
    padding: 10.5px 0;
}
.pp-landing-model .dark .price {
    font-size: 18px;
    font-weight: 700;
    color: #444;
}

.pp-landing-model li .count {
    display: none;
}
@media (max-width: 1169px) {
    .pp-landing-model .product-grid {
        grid-template-columns: 1fr;
        padding: 40px;
    }
    .pp-landing-model .feedback-inline-form {
        width: 100%;
        max-width: 570px;
        margin: 0 auto;
        padding: 0;
    }
    .pp-landing-model .card {
        padding: 0;
        width: 100%;
        max-width: 570px;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .pp-landing-model .config-card .option-row,
    .pp-landing-model .config-card .params-grid {
        grid-template-columns:1fr
    }
}

/** /пп модели блок на главной */