@font-face {
    font-family: 'Raleway';
    src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url('fonts/ralewayextralight.woff2') format('woff2'), url('fonts/ralewayextralight.woff') format('woff'), url('fonts/ralewayextralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: local('Raleway ExtraLight Italic'), local('Raleway-ExtraLightItalic'), url('fonts/ralewayextralightitalic.woff2') format('woff2'), url('fonts/ralewayextralightitalic.woff') format('woff'), url('fonts/ralewayextralightitalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Raleway';
    src: local('Raleway Medium'), local('Raleway-Medium'), url('fonts/ralewaymedium.woff2') format('woff2'), url('fonts/ralewaymedium.woff') format('woff'), url('fonts/ralewaymedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: local('Raleway Medium Italic'), local('Raleway-MediumItalic'), url('fonts/ralewaymediumitalic.woff2') format('woff2'), url('fonts/ralewaymediumitalic.woff') format('woff'), url('fonts/ralewaymediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Raleway';
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url('fonts/ralewaysemibold.woff2') format('woff2'), url('fonts/ralewaysemibold.woff') format('woff'), url('fonts/ralewaysemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: local('Raleway SemiBold Italic'), local('Raleway-SemiBoldItalic'), url('fonts/ralewaysemibolditalic.woff2') format('woff2'), url('fonts/ralewaysemibolditalic.woff') format('woff'), url('fonts/ralewaysemibolditalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Raleway';
    src: local('Raleway Bold'), local('Raleway-Bold'), url('fonts/ralewaybold.woff2') format('woff2'), url('fonts/ralewaybold.woff') format('woff'), url('fonts/ralewaybold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: local('Raleway Bold Italic'), local('Raleway-BoldItalic'), url('fonts/ralewaybolditalic.woff2') format('woff2'), url('fonts/ralewaybolditalic.woff') format('woff'), url('fonts/ralewaybolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
html {
	height: 101/100%;
}
.transition{
-webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
body {
	margin: 0;
	padding: 0;
    font-family: 'Raleway';
}
body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 200px;
    background: rgb(237 239 242);
    background: -moz-linear-gradient(top, #edeff2 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, rgb(237 239 242) 0%,rgb(255 255 255) 100%);
    background: linear-gradient(to bottom, rgb(237 239 242) 0%,rgb(255 255 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeff2', endColorstr='#ffffff',GradientType=0 );
}
* {
	padding: 0;
	margin: 0;
    box-sizing: border-box;
}
ul, ol {
	padding: .75em 0 .75em 0;
	margin: 0 0 0 35px;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
    font-size: 16px;
    line-height: 22px;
}
#nav ul.menu > li {
    float: left;
    margin-right: 32px;
}
ul.menu li a {
	text-decoration: none;
}
p {
	padding: 5px 0;
}
.flexiblecolumn {
	min-height: 0.1px; /* needed to keep the area of the column */
}
.clr {
	clear : both;
}
audio, canvas, img, svg, video {
	max-width: 100%;
	height: auto;
}
table img {
	max-width: none;
}
.column.column2 {
	width: 0%;
}
.column.center {
	width: 100%;
}
.noright .column.center {
	width: 100%;
}
.flexiblemodule, .column, .logobloc, .flexiblecolumn {
	float: left;
}
.rtl .flexiblemodule, .rtl .column, .rtl .logobloc, .rtl .flexiblecolumn {
	float: right;
}
/*popup*/
.ksm-message {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 420px;
    margin-left: -210px;
    padding: 0 10px;
    background-color: rgb(255 255 255);
    border: 1px solid rgb(0 0 0 / 30%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 19999;
}
.ksm-cart-message {
    padding: 17px;
    width: 480px;
    margin-left: -240px;
    min-height: 320px;
}
.ksm-cart-message {
    -webkit-animation: showKSMCartMessage .2s;
    animation: showKSMCartMessage .2s;
}
.ksm-message-body {
    margin: 30px 0;
    text-align: center;
}
.ksm-message-body h2, .ksm-message-body h3 {
    font-size: 32px;
    line-height: 40px;
}
#ksm-iframe-window {
    position: fixed;
    background: rgb(255 255 255);
    z-index: 9999;
    -webkit-transition: all 0.55s cubic-bezier(0.23,1,0.32,1);
    transition: all 0.55s cubic-bezier(0.23,1,0.32,1);
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
}
.ksm-cart-message-image {
    width: 80px;
    height: 80px;
    border: 4px solid #a5dc86;
    -webkit-border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

.ksm-cart-message-image:before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    content: '';
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}
.ksm-cart-message-image:after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    content: '';
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;	
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px;
}
.ksm-cart-message-image.animate:after {
	-webkit-animation:animateKSMCartMessagePlaceholder 4.25s ease-in;
	animation:animateKSMCartMessagePlaceholder 4.25s ease-in
}
.ksm-cart-message-image-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;	
}
.ksm-cart-message-image.animate .ksm-cart-message-image-tip {
    -webkit-animation: animateKSMCartMessageTip .75s;
    animation: animateKSMCartMessageTip .75s;
}
.ksm-cart-message-image-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.ksm-cart-message-image.animate .ksm-cart-message-image-long {
    -webkit-animation: animateKSMCartMessageLong .75s;
    animation: animateKSMCartMessageLong .75s;
}
.ksm-cart-message-image-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, .2);
    -webkit-border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
.ksm-cart-message-image-fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ksm-cart-message-text {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0 0 0;
    padding: 0;
    line-height: 40px;
    display: block;
}
.ksm-cart-message-buttons {
	text-align:center;
	margin-top:65px;
}
.ksm-cart-message-link-cart {
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;	
}
@-webkit-keyframes animateKSMCartMessageTip{0%, 54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}
@keyframes animateKSMCartMessageTip{0%, 54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}
@-webkit-keyframes animateKSMCartMessageLong{0%, 65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}
@keyframes animateKSMCartMessageLong{0%, 65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}
@-webkit-keyframes animateKSMCartMessagePlaceholder{0%, 5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}100%, 12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}
@keyframes animateKSMCartMessagePlaceholder{0%, 5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}100%, 12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}
@-webkit-keyframes showKSMCartMessage{0%{transform:scale(.7);-webkit-transform:scale(.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(.95);-webkit-transform:scale(.95)}100%{transform:scale(1);-webkit-transform:scale(1)}}
@keyframes showKSMCartMessage{0%{transform:scale(.7);-webkit-transform:scale(.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(.95);-webkit-transform:scale(.95)}100%{transform:scale(1);-webkit-transform:scale(1)}}

#ksm-iframe-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0);
    opacity: 0.05;
    z-index: 9999;
    top: 0;
    left: 0;
}
.mailing {
    padding: 48px;
    position: relative;
}
.mailing svg.closeForm {
    float: right;
    cursor: pointer;
}
.call_me {
    width: 470px;
    height: 609px;
}
.podpisca {
    width: 470px;
    height: 619px;
}
/* for equalheights */
section > .inner > .clr,
.flexiblemodule > .inner > .clr,
.equalheights > .inner > .clr,
section > .inner:before,
.flexiblemodule > .inner:before,
.equalheights > .inner:before,
section > .inner:after,
.flexiblemodule > .inner:after,
.equalheights > .inner:after {
	display: none;
}
section > .inner,
.equalheights > .inner,
.equalheights .maincenter > .inner {
	display: flex;
	justify-content: space-between;
        align-items: center;
}
.flexiblemodule {
	display: flex;
	flex: 1 1 auto;
}
.flexiblemodule > .inner {
	max-width:100%;
	width: 100%;
}
.videobackground { 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	object-fit: cover;
}
.videobackground + * { 
	position: relative;
	z-index: 1;
}
.hasvideobackground {
	position: relative;
	overflow: hidden;
}
#finder-search .in.collapse {
	overflow: visible;
}
.valign-top {
	align-self: flex-start;
}
.valign-center {
	align-self: center;
}
.valign-bottom {
	align-self: flex-end;
}
.tck-logo-img {
	display: block;
}
.tck-logo-center img {
	margin-left: auto;
	margin-right: auto;
}
.tck-logo-right img {
	margin-left: auto;
}
.tck-article {
	clear: both;
}
.wrapper {
	position: relative;
        margin-top: 34px;
}
/* ---------------------------------------
	CSS grid for content alignement
-----------------------------------------*/
[class*="tck-cols"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
[class*="tck-cols"] > * {
	flex: 1 1 auto;
}
[class*="tck-gutter"] > * {
	flex: 0 1 auto;
}
/* no gutter */
.tck-cols-2 > * {
	width: 50%;
}
.tck-cols-3 > * {
	width: 33.333%;
}
.tck-cols-4 > * {
	width: 25%;
}
.tck-cols-8 > * {
	width: 12.5%;
}
/* gutter 10px */
.tck-cols-2.tck-gutter-10 > * {
	width: calc((100% - 10px) / 2);
}
.tck-cols-3.tck-gutter-10 > * {
	width: calc((100% - 2 * 10px) / 3);
}
.tck-cols-4.tck-gutter-10 > * {
	width: calc((100% - 3 * 10px) / 4);
}
.tck-cols-8.tck-gutter-10 > * {
	width: calc((100% - 7 * 10px) / 8);
}
/* ---------------------------------------
	Shape divider
-----------------------------------------*/
.tck-divider-container {
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 100%;
}
.tck-divider-container > svg {
	position: relative;
	height: 100%;
	left: 50%;
	transform: translate(-50%);
	min-width: 100%;
}
.tck-divider-container.pbck-divider-top {
	top: -1px;
}
.tck-divider-container.pbck-divider-bottom {
	bottom: -1px;
}
.tck-divider-container.pbck-divider-over {
	z-index: 1;
}
.tck-divider-container.pbck-divider-under {
	z-index: 0;
}
.ckflip-horizontal > svg {
	transform: rotateY(180deg) translate(-50%);
}
.ckflip-vertical > svg {
	transform: rotateX(180deg) translate(-50%);
}
.ckflip-horizontal.ckflip-vertical > svg {
	transform: rotate(180deg) translate(-50%);
}
.tck-divider-container + .inner {
	position: relative;
}
/* ---------------------------------------
	System features
-----------------------------------------*/
.tck-edition {
	min-height: 50px;
	margin: 2px;
	border: 1px dashed grey;
	position: relative;
}
.tck-edition::before {
	content: "[" attr(data-position) "]";
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-aign: center;
	line-height: 1.2;
	padding: 3px 5px;
	background: #333;
	display: block !important;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #666;
	opacity: 0.8;
	pointer-events: none;
	box-sizing: content-box;
	height: 20px;
}
/* ---------------------------------------
	specific to images
-----------------------------------------*/
ul.actions {
	margin: 0;
	list-style: none;
}
ul.actions li a {
	text-decoration: none;
}
	/* ---------------------------------------
		Error404
	-----------------------------------------*/
	/* ---------------------------------------
		Article
	-----------------------------------------*/
.tck-article-details-align-h > dd {
	display: inline-block;
	margin-right: 10px; 
}
.tck-article-tools-right {
	float: right;
}
.tck-article-tools ul:not(.dropdown-menu) li {
	display: inline-block;
}
.tck-article-pagination-prev {
	float: left;
}
.tck-article-pagination-next {
	float: right;
}
	/* ---------------------------------------
	Custom styling
-----------------------------------------*/
.container, .container-fluid,
.container, .container-fluid {
	margin: 0 auto;
}
.container, .container {
	width: 1170px;
}
.container-fluid, .container-fluid {
	max-width: 1170px;
}
body {
	color: #000000;
	line-height: 28px;
	font-size: 19px;
}
a {
	color: #000000;
}
a:hover,  a:focus {
	color: #345DCA;
}
h1, div.componentheading {
	font-weight: 700;
	line-height: 56px;
	font-size: 48px;
}

h2, div.contentheading, .h2 {
	font-weight: normal;
	line-height: 34px;
	font-size: 26px;
}
h3 {
	font-weight: normal;
	line-height: 30px;
	font-size: 24px;
}
.button, button, button.btn, input.btn, .btn, .btn-group > .btn.active {
    border: none;
	background: #345DCA;
	padding-top: 18px;
	padding-right: 48px;
	padding-bottom: 18px;
	padding-left: 48px;
}
.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover,
.button:focus, button:focus, button.btn:focus, input.btn:focus, .btn:focus {
	background: #708EDF;
}
.readmore a, .readmore .btn {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-weight: normal;
}
.invalid {border: red;}              
input.inputbox, .registration input, .login input, select,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: none;
	height: auto;
	background: #ffffff;
	border: #c7c7c7 1px solid;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, select:focus,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border: #7d7d7d 1px solid;
}
#logo {
    width: 200px;
    margin-right: 72px;
}
#logo a {
    display: flex;
}
#nav ul.nav.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cart-cont > .inner.clearfix {
    display: flex;
    align-items: center;
}
#cart-cont  .ksm-module-minicart {
    margin-left: 32px;
}
#cart-cont {
    margin-left: auto;
}
.contact a {
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}
#bannerrow {
    margin-bottom: 79px;
}
#maincontent h1 {
    /*width: max-content;*/
}
.item-page.contacty .tck-article-body p {
    padding: 0;
}
h2.you-im {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: rgb(52 93 202);
}
.catalog-categories {
    margin-top: 80px;
}
.catalog-categories .catalog-categories-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.catalog-category {
    width: 270px;
    float: left;
    margin-bottom: 48px;
}
.catalog-categories .catalog-category a {
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
}
.catalog-categories .catalog-category a svg {
    width: 128px;
    height: 128px;
    fill: rgb(230 234 240);
}
.catalog-categories .catalog-category:hover a svg {
    fill: rgb(205 223 250);
}
.catalog-categories .catalog-category-name {
    position: absolute;
    right: 0;
    width: 202px;
}

.footer {
    border-top: 1px solid rgb(230 230 230);
    padding-top: 80px;
    margin: 80px 0 40px 0;
}
.footer > .inner.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.f-left, .f-right {
    width: calc(100% / 2 - 15px);
    font-size: 16px;
    line-height: 22px;
}
.footer .f-left a {
    display: block;
    font-weight: 600;
    font-size: 64px;
    line-height: 56px;
    text-decoration: none;
}
.footer .f-left span {
    margin-top: 24px;
    display: block;
}
.f-right > div {
    font-weight: 700;
    margin-bottom: 8px;
}
.copyring-info {
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
}
.consent a {
    margin: 0px 12px;
}
.title-menu {
    position: relative;
}
.title-menu .title-block {
    display: flex;
    align-items: center;
    width: max-content;
    max-width: 870px;
    cursor: pointer;
}
.ksm-catalog .title-menu h1 {
    border-bottom: 2px dashed rgb(193 193 193);
}
/*nav menu*/
.title-menu .title-block:hover h1 {
    color: rgb(52 93 202);
    border-color: rgb(52 93 202);
}
.title-menu .title-block svg {
    margin-left: 19px;
}
.title-menu .title-block:hover svg path {
    stroke: rgb(52 93 202);
}
.title-menu.active .title-block svg {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu-category {
    display: none;
    position: absolute;
    top: 100%;
    margin-left: 49px;
    padding: 24px;
    background: rgb(255 255 255);
    box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    z-index: 99999;
}
.title-menu.active .menu-category {
    top: calc(100% + 16px);
}
.menu-category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.title-menu .menu-category li.module-categories-item {
    margin-bottom: 12px;
}
li.module-categories-item-active.module-categories-item-opened {
    display: none;
}
.title-menu .menu-category a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
}
.title-menu .menu-category .module-categories-item:hover a {
    color: rgb(52 93 202);
    fill: rgb(52 93 202);
}
.title-menu .menu-category a svg {
    width: 32px;
    height: 32px;
    margin-right: 16px;
}
.introcontent {
    font-size: 26px;
    line-height: 34px;
    margin: 7px 0 0;
}
.catalog-items {
    margin: 40px 0;
}
.anm-module-minicart-icon {
    position: relative;
}
div[data-cart-total]:after {
    content: attr(data-cart-total);
    color: rgb(0 0 0);
    position: absolute;
    width: 24px;
    height: 24px;
    top: -12px;
    right: -9px;
    background: rgb(205 223 250);
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.catalog-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.catalog-item {
    width: 270px;
}
.catalog-item a {
    text-decoration: none;
}
.catalog-item .catalog-item-img a > img{
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.catalog-item:hover .catalog-item-img a > img {
    opacity: .5;
    -webkit-transform: scale(.92);
    transform: scale(.92);
}
.you-house{
    border: 1px solid #8EE2A1;
    color: #8EE2A1;
}
.you-request{
    border: 1px solid rgb(178 176 239);
    color: rgb(178 176 239);
}
.you-request, .you-house {
    border-radius: 4px;
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
    width: max-content;
    text-transform: uppercase;
    padding: 6px 12px;
    margin: 22px auto 0;
    letter-spacing: 0.05em;
}
.catalog-item-price-button {
    position: relative;
}
.catalog-item-price-button > * {
    position: absolute;
    bottom: 17px;
    right: 0;
    left: 0;
    text-align: center;
}
.catalog-item-name {
    text-align: center;
}
.catalog-item:hover .catalog-item-name a {
    color: rgb(52 93 202);
}
.catalog-item-price-button > .open-form:hover svg > path{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;}
.catalog-item-price-button > .open-form:hover svg > path:nth-child(1) {
    stroke: rgb(52 93 202);
}
.catalog-item-price-button > .open-form:hover svg > path:nth-child(2) {
    fill: rgb(52 93 202);
}
.catalog-item-price-button > .open-form a, .catalog-item-price-button form button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.catalog-item-price-button form button {
    background: none;
    padding: 0;
}
.catalog-item-price-button > .open-form a::before, .catalog-item-price-button form button::before {
    content: '';
    border: 2px solid;
    height: 18px;
    width: 18px;
    padding: 15px;
    border-radius: 50%;
    display: inline-flex;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
}
.catalog-item-price-button > .open-form:hover a::before,  .catalog-item-price-button form:hover button::before {padding: 23px;color: rgb(0 0 0);}
.catalog-item-price-button form button {background: none;margin: 0 auto;}
.catalog-item-price-button button:focus {outline: none;}
.catalog-item-price-button:hover + .catalog-item-name a {color: rgb(0 0 0);}
.catalog-item-price-button form button svg line {stroke: rgb(0 0 0);}
.catalog-item-price-button form button:hover svg line {stroke: rgb(52 93 202);}
ul.breadcrumb li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.ksm-product-quant, .ksm-cart-item-quant {
        display: flex;
}
.ksm-product-quant input[type="text"], .ksm-product-quant > *, .ksm-cart-item-quant input[type="text"], .ksm-cart-item-quant > * {
    background: rgb(237 239 242);
    border: none;
}
.ksm-product-quant span, .ksm-cart-item-quant span {
    padding: 12px 16px;
    cursor: pointer;
}
span.ksm-product-quant-plus, span.ksm-cart-item-quant-plus {
    border-radius: 4px 0px 0px 4px;
}
span.ksm-product-quant-minus, span.ksm-cart-item-quant-minus {
    border-radius: 0px 4px 4px 0px;
}
.ksm-product-quant input[type="text"], .ksm-cart-item-quant input[type="text"] {
    font-size: 16px;
    line-height: 22px;
    padding: 9px 0;
    font-weight: 700;
    font-family: 'Raleway';
    text-align: center;
}
.error-404 h1, a.cont-tel {
    font-size: 120px;
    line-height: 140px;
    color: rgb(52 93 202);
    text-decoration: none;
    display: block;
}
a.cont-mail {
    font-size: 35px;
    line-height: 50px;
    color: rgb(52 93 202);
    text-decoration: none;
    display: block;
}
.error-404 p {
    margin-top: 24px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
}
.error-404 p a {
    color: rgb(52 93 202);
}
.item-page.contacty .tck-article-body p.h2 {
    margin-top: 16px;
    margin-bottom: 80px;
    font-weight: 700;
}
a.cont-tel {
    margin-bottom: 16px;
}
.contact-block h2 {
    font-weight: 700;
    margin: 80px 0 16px 0;
}
.year-partner {
    display: flex;
    margin-top: 40px;
    margin-bottom: 80px;
}
.year-partner > div > span {
    font-size: 155px;
    line-height: 170px;
    color: rgb(52 93 202);
    font-weight: 200;
}
.year-bl {
    margin-right: 130px;
}
.year-partner ~ h2 {
    margin-bottom: 16px;
}
.h2.ctg-comp {
    font-weight: 700;
}
h1 span {
    color: rgb(52 93 202);
}
.ksm-cart-order-step-left input[type="text"] {
    padding: 0;
    padding-bottom: 8px;
    font-size: 19px;
    line-height: 28px;
    border: 0;
    border-bottom: 1px solid rgb(230 230 230);
    outline: 0!important;
        width: 370px;
}
.ksm-cart-order-step-left legend {
    margin: 0;
    padding: 0;
    font-size: 25px;
    margin-bottom: 25px;
}
.ksm-cart-order-field-example {
    font-size: 13px;
}
.ksm-cart-order-step-row.required {
    margin-bottom: 20px;
}
.ksm-cart-order-step-left input#address_address {
    width: 100%;
}
.ksm-cart-order-step-left input[type="submit"] {
    background: rgb(0 122 255);
    border-radius: 4px;
    border: 0;
    color: rgb(255 255 255);
    font-weight: bold;
    font-size: 16px;
    padding: 16px 24px;
    margin-top: 35px;
}
.politica {
    display: flex;
    align-items: center;
}
input#validate_check {
    float: left;
    margin-right: 15px;
}
.politica p {
    font-size: 14px;
}
.tck-article-body h1 {
    margin-bottom: 40px;
}
.tck-article-body p {
    font-size: 16px;
    line-height: 20px;
}
a.ksm-cart-order-next-step {
    color: rgb(255 255 255);
    font-size: 19px;
    padding: 12px 40px;
    line-height: 28px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
}
.ksm-cart-order-step-note {
    margin-top: 30px;
}
.ksm-product-introtext table {
    width: 100%;
    margin-top: 35px;
}
.ksm-product-introtext td {
    vertical-align: top;
    width: 50%;
}
.ksm-product-introtext td > * {
    font-size: 17px;
    line-height: 1.6em;
    padding: 0 5px;
}