html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

html, body {max-width: 100%;overflow-x: hidden;min-height:100vh;}
*,*:before,*:after { -webkit-box-sizing:border-box;box-sizing:border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
b, strong { font-weight: bold; }
input { outline: none; }
input:focus,textarea:focus{-webkit-box-shadow:none;box-shadow:none;}
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; vertical-align: top;}
iframe{ border:0; }
a { text-decoration: none; 	-webkit-transition:opacity .3s ease-out; -o-transition:opacity .3s ease-out; transition:opacity .3s ease-out; }
a:hover { text-decoration: none; }
*:focus{outline:none}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	background: #FAFAFA;
	margin:0 auto;
	padding:0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	position: relative;
	-webkit-font-feature-settings: "pnum" on, "lnum" on;
	        font-feature-settings: "pnum" on, "lnum" on;
}

body.gray-bg:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    background: #FFF;
    pointer-events: none;
    z-index: -1;
    margin-left: 180px;
}


/***** GLOBAL *****/


/* Grid */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

/* Btns */

.btn {
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	border-radius: 5px;
	-webkit-transition: .3s border-color, .3s color, .3s background;
	-o-transition: .3s border-color, .3s color, .3s background;
	transition: .3s border-color, .3s color, .3s background;
	padding: 0 45px;
	height: 40px;
	line-height: 40px;
	background: #DF325F;
	border: none;
	margin: 0;
	text-transform: uppercase;
	cursor: pointer;
}

.btn:hover {
	background: #F47193;
	border-color: #F47193;
}

.btn[disabled] {
	opacity: .4;
	pointer-events: none;
}

.btn-big {
    padding: 0 65px;
    height: 60px;
    line-height: 60px;
    font-weight: 900;
}

.btn-border {
	background: transparent;
	border: 2px solid rgba(204, 61, 78, 0.3);
	line-height: 36px;
	color: #DF325F;
	font-weight: 800;
}

.btn-border:hover {
	color: #FFF;
}

.btn-border-green {
	border-color: rgba(101, 171, 124, 0.3);
	color: #65AB7C;
}

.btn-border-green:hover {
	background: #93C4A3;
	border-color: #93C4A3;
}

.icon-left i {
	margin-right: 8px;
}

.icon-right i {
	margin-left: 8px;
}

/* Text */

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

/* Text Styles */


.text-block {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
}

.text-block > img {
    margin: 0 0 40px;
}

.text-block p {
    margin: 0 0 20px;
}

.text-block p:last-child {
    margin: 0;
}

.text-block h2,
.text-block .h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    color: #2B2A29;
    margin: 0 0 30px;
}

.text-block h3,
.text-block .h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    color: #2B2A29;
    margin: 0 0 30px;
}

.text-block h4,
.text-block .h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #2B2A29;
    margin: 0 0 30px;
}

.text-block ul {
    margin: 0 0 40px;
}

.text-block ul:last-child {
    margin: 0;
}

.text-block ul li {
    margin: 0 0 25px;
    padding-left: 15px;
    position: relative;
}

.text-block ul li:last-child {
    margin: 0;
}

.text-block ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    background: #446643;
}

.text-block ol {
    margin: 0 0 40px;
    list-style: decimal;
}

.text-block ol:last-child {
    margin: 0;
}

.text-block ol li {
    margin: 0 0 25px 20px;
    position: relative;
    padding-left: 5px;
}

.text-block ol.border-list {
    margin: 0 0 40px;
    list-style-type: decimal;
}

.text-block ol.border-list {
	padding-left: 60px;
    border-left: 4px solid #6d2f45;
}

.text-block ol.border-list:last-child {
    margin: 0;
}

.text-block ol.border-list li {
    margin: 0 0 25px;
}

.text-block hr {
    margin: 60px 0;
    background: #E5E5E5;
    border: none;
    width: 100%;
    height: 1px;
}

.text-block blockquote {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #2B2A29;
    margin: 0 0 50px;
    background: #FFF;
    border-radius: 2px;
    padding: 44px 48px 34px;
    border-radius: 10px;
}

.text-block blockquote:before {
    content: '\f10e';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    position: absolute;
    left: 50px;
    top: -20px;
    color: #65AB7C;
    font-size: 62px;
    line-height: 1;
}

.text-block blockquote:last-child {
    margin: 0;
}

.text-block .table-responsive {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.text-block table {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    color: #2B2A29;
}

.text-block table tr:nth-child(1) td {
    background: #65AB7C;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 16px 24px;
}

.text-block table tr td {
    padding: 16px 24px;
    background: #FFF;
    border-left: 1px solid #E5E5E5;
}

.text-block table tr:first-child td {
    border-left: 1px solid rgb(229 229 229 / 0.1);
}

.text-block table tr:nth-child(2n) td {
    background: #fafafa;
}

.text-block table tr td:first-child {
    border-left: 0;
}

.content-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 30px;
}

.content-gallery .item {
    width: calc(100%/3 - 20px*2/3);
    margin: 0 20px 20px 0;
}

.content-gallery .item a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.content-gallery .item:nth-child(3n) {
    margin-right: 0;
}

.content-gallery .item a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #65AB7C;
    opacity: 0;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    border-radius: 10px;
}

.content-gallery .item a:before {
    content: '\f002';
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #FFF;
    z-index: 3;
    font-size: 70px;
    line-height: 1;
    -webkit-transition: .3s transform;
    -o-transition: .3s transform;
    transition: .3s transform;
}

.content-gallery .item a:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    -webkit-transition-delay: .15s;
            -o-transition-delay: .15s;
       transition-delay: .15s;
}

.content-gallery .item a:hover:after {
    opacity: .8;
}

/* Controls */

.controls {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.controls .link {
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #E7E7E7;
}

.controls .link a {
	color: #252525;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	border-bottom: 1px solid rgba(38, 38, 38, 0.2);
	-webkit-transition: .3s color, .3s border-color;
	-o-transition: .3s color, .3s border-color;
	transition: .3s color, .3s border-color;
}

.controls .link a:hover {
    color: #93C4A3;
    border-color: rgba(147, 197, 164, 0.2);
}

.controls .arrows {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.controls .arrows .arrow {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	border-radius: 50%;
	font-size: 18px;
	background: #65AB7C;
	-webkit-transition: .3s background;
	-o-transition: .3s background;
	transition: .3s background;
	cursor: pointer;
}

.controls .arrows .arrow:hover {
	background: #93C4A3;
}

.controls .arrows .arrow.prev {
	margin-right: 15px;
}

/* Section title */

.section-title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 46px;
}

.section-title .title {
	font-weight: 900;
	font-size: 48px;
	line-height: 1;
	color: #252525;
}

/* Form */

.form-group {
	margin: 0 0 30px;
}

.form-group input {
	height: 50px;
	width: 100%;
	padding: 0 20px;
	border: 1px solid #E7E7E7;
	border-radius: 5px;
	color: #252525;
}

.form-group input.error {
	border-color: #de9dae;
}

.form-group textarea {
	height: 150px;
	width: 100%;
	padding: 20px;
	border: 1px solid #E7E7E7;
	border-radius: 5px;
	color: #252525;
	resize: none;
}

.form-group input::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder {
	color: #CCCCCC;
}

.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
	color: #CCCCCC;
}

.form-group input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
	color: #CCCCCC;
}

.form-group input::-ms-input-placeholder, .form-group textarea::-ms-input-placeholder {
	color: #CCCCCC;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
	color: #CCCCCC;
}

.form-group input:focus,
.form-group textarea:focus {
	border-color: #C6C6C6;
}

.form-group input:focus::-webkit-input-placeholder.
.form-group textarea:focus::-webkit-input-placeholder {
	color: #8C8C8C;
}

.form-group input:focus::-moz-placeholder.
.form-group textarea:focus::-moz-placeholder {
	color: #8C8C8C;
}

.form-group input:focus:-ms-input-placeholder.
.form-group textarea:focus:-ms-input-placeholder {
	color: #8C8C8C;
}

.form-group input:focus::-ms-input-placeholder.
.form-group textarea:focus::-ms-input-placeholder {
	color: #8C8C8C;
}

.form-group input:focus::placeholder.
.form-group textarea:focus::placeholder {
	color: #8C8C8C;
}

.form-title {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #8C8C8C;
	margin: 0 0 10px;
}

.form-title sup {
    color: #DF325F;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    top: 0;
}

.form-check {
	position: relative;
}

.form-check input {
	display: none;
}

.form-check label {
    position: relative;
    color: #252525;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    display: block;
}

.form-check label a {
    font-weight: 600;
    color: #252525;
    text-decoration: underline;
}

.form-check label span {
	color: #DF325F;
}

.form-check label a {
    font-weight: 600;
    color: #252525;
}

.form-radio {
	margin: 0 0 30px;
}

.form-radio input {
    display: none;
}

.form-radio label {
    padding: 23px 80px 23px 30px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    display: block;
    color: #8c8c8c;
    font-weight: 300;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    border: 2px solid #FFF;
    -webkit-transition: .3s border-color;
    -o-transition: .3s border-color;
    transition: .3s border-color;
}

.form-radio label span {
    display: block;
    color: #252525;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 5px;
}

.form-radio label:after {
    content: "";
    border: 2px solid #e7e7e7;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s border, 0.3s background;
    -o-transition: 0.3s border, 0.3s background;
    transition: 0.3s border, 0.3s background;
}

.form-radio input:checked + label:after {
    border: 8px solid #65ab7c;
}

.form-radio input:checked + label {
	border-color: #65AB7C;
}


/* Tabs */


.tabs-list .tab {
	display: none;
}

.tabs-list .tab.active {
	display: block;
}

.tabs .tabs-caption {
    margin: 0 0 50px;
}

.tabs .tabs-caption ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.tabs .tabs-caption ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    position: relative;
    margin-right: 50px;
    cursor: pointer;
    color: #252525;
}

.tabs .tabs-caption ul li i {
    font-size: 30px;
    color: #df325f;
    line-height: 1;
    margin-right: 10px;
}

.tabs .tabs-caption ul li:after {
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(15deg);
        -ms-transform: translateY(-50%) rotate(15deg);
            transform: translateY(-50%) rotate(15deg);
    width: 1px;
    height: 100%;
    background: #e7e7e7;
}

.tabs .tabs-caption ul li:last-child:after {
    display: none;
}

.tabs .tabs-caption ul li:last-child {
    margin-right: 0;
}

.tabs .tabs-caption ul li.active {
    font-weight: 800;
}

/* Line */

.line {
	margin: 60px 0;
}

.line span {
	width: 100%;
	height: 1px;
	background: #E7E7E7;
	display: block;
}

.w-100 {
	width: 100%;
}


/***** HEADER *****/


header {
    padding: 30px 0;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #FFF;
    z-index: 54;
}

header .mobile-phone {
	display: none;
    margin-left: auto;
    margin-right: 20px;
}

header .mobile-phone a {
    color: #FFF;
    font-size: 14px;
    display: block;
    width: 28px;
    height: 28px;
    background: #df325f;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
}

header .mobile-toggle {
	display: none;
    width: 30px;
    height: 21px;
}

header .mobile-toggle span {
    display: block;
    width: 100%;
    height: 4px;
    background: #65ab7c;
    margin: 0 0 4px;
    border-radius: 10px;
}

header .mobile-toggle span:nth-child(3) {
    margin-bottom: 0;
}


/***** MOBILE MENU *****/


.overlay {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 335;
    display: none;
}

.mobile-menu {
    position: fixed;
    width: 300px;
    height: 100%;
    left: -100%;
    top: 0;
    z-index: 337;
    -webkit-transition: .7s left;
    -o-transition: .7s left;
    transition: .7s left;
    background: #FFF;
    display: none;
}

.mobile-menu .scroll-box {
    padding: 0 0 30px;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile-menu .logo {
    display: block;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    color: #171717;
    background: rgb(223 51 95 / 0.03);
}

.mobile-menu .logo a span {
    color: #000;
    margin: 10px 0 0;
    display: block;
}

.mobile-menu .logo a span b {
    display: block;
}

.mobile-menu .menu {
    margin: 0 0 25px;
}

.mobile-menu .menu ul li {
    display: block;
    border-bottom: 1px solid rgba(4, 4, 4, 0.05);
}

.mobile-menu .menu ul li a {
    color: #303030;
    display: block;
    padding: 12px 5px;
    font-weight: 500;
    font-weight: bold;
    position: relative;
}

.mobile-menu .menu ul li.catalog-menu a {
	font-weight: bold;
}

.mobile-menu .menu ul li.active > a {
    color: #ffffff;
    background: #64ab7c;
}

.mobile-menu .menu ul {
    margin: 0 0 25px;
}

.mobile-menu .menu > ul > li > a {
    padding: 18px 30px;
    font-weight: normal;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
}

.mobile-menu .menu .menu-info li a {
    padding: 12px 20px;
}

.mobile-menu .close {
    position: absolute;
    right: -40px;
    top: 20px;
    font-size: 21px;
    width: 22px;
    height: 22px;
    opacity: 1;
}

.mobile-menu .close span {
    width: 26px;
    height: 2px;
    display: block;
    background: #FFF;
    position: absolute;
    left: -2px;
    border-radius: 10px;
    top: 9px;
}

.mobile-menu .close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

.mobile-menu .close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

.mobile-menu .menu > ul > li > a i {
    color: #df335f;
    font-size: 22px;
    margin-right: 10px;
}

.mobile-menu .contacts-block {
    padding: 0 30px;
}

.mobile-menu .contacts-block .phone-block{
    margin: 0 0 20px; 
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.mobile-menu .contacts-block .phone {
    text-align: left;
    margin-bottom: 5px;
}

.mobile-menu .contacts-block .phone a {
    position: relative;
    padding-left: 29px;
    color: #252525;
    font-size: 22px;
    font-weight: bold;
}

.mobile-menu .contacts-block .phone a:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #65ab7c;
    font-size: 20px;
    line-height: 1;
}


/***** MENU LINE *****/


.menu-line .logo {
    margin-right: 40px;
    border-right: 1px solid #e7e7e7;
    padding-right: 38px;
}

.menu-line .logo img{
  width: 100px;
  }


.menu-line .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.menu-line .menu ul li {
    margin-right: 35px;
}

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

.menu-line .menu ul li a {
    font-size: 14px;
    color: #212121;
    display: block;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.menu-line .menu ul li.catalog-menu a {
    color: #df325f;
    font-weight: 800;
    position: relative;
}

-.menu-line .menu ul li.catalog-menu a:before {
    content: '\e804';
    font-family: "fontello";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 100;
}

.menu-line .menu ul li a:hover,
.menu-line .menu ul li.catalog-menu a:hover {
    color: #f47193;
}

.menu-line .phone-block {
    margin-right: 23px;
}

.menu-line .phone-block>span{
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    color: #8c8c8c;
    margin-top: 5px;
}

.menu-line .phone a {
    color: #252525;
    text-transform: uppercase;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
            font-feature-settings: "pnum" on, "lnum" on;
    font-size: 16px;
    position: relative;
    padding-left: 22px;
    font-weight: bold;
}

.menu-line .callback {
    margin-right: 30px;
}

.menu-line .callback .btn {
    padding: 0 21px;
    font-size: 14px;
}

.menu-line .phone a:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #65ab7c;
    font-size: 13px;
    line-height: 1;
}

.menu-line .search {
    position: relative;
    border-right: 1px solid #e7e7e7;
    margin-right: 30px;
    padding-right: 30px;
}

.menu-line .search .search-btn {
    color: #252525;
    font-size: 20px;
    cursor: pointer;
}

.menu-line .search form {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 40px;
    width: 0;
    overflow: hidden;
    -webkit-transition: 0.3s width;
    -o-transition: 0.3s width;
    transition: 0.3s width;
}

.menu-line .search.open form {
	width: 412px;
}

.menu-line .search form input {
    border: 1px solid #e7e7e7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    padding: 0 40px;
    line-height: 38px;
    height: 40px;
    width: 100%;
}

.menu-line .search form button {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    text-align: center;
    color: rgb(37 37 37 / 0.3);
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.menu-line .search form button:hover {
    color: rgb(37 37 37 / 1);
}

.menu-line .search form .close {
    z-index: 4;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 20px;
    color: #252525;
    opacity: .3;
    cursor: pointer;
}

.menu-line .search form .close i {
    font-weight: 100;
}

.menu-line .cart a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.menu-line .cart a i {
    color: #252525;
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    line-height: 1;
    font-weight: 100;
    margin-right: 13px;
}

.menu-line .cart a span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #df325f;
    font-weight: 800;
    font-size: 12px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
            font-feature-settings: "pnum" on, "lnum" on;
}


/***** BREADCRUMBS *****/


.breadcrumbs {
    padding: 30px 0;
    margin: 0 0 50px;
}

.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.breadcrumbs ul li {
    margin-right: 50px;
    position: relative;
}

.breadcrumbs ul li:after {
    content: '—';
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #252525;
    line-height: 1;
}

.breadcrumbs ul li:last-child:after {
    display: none;
}

.breadcrumbs ul li a {
    color: #252525;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    border-bottom: 1px solid rgba(38, 38, 38, 0.2);
    -webkit-transition: .3s color, .3s border-color;
    -o-transition: .3s color, .3s border-color;
    transition: .3s color, .3s border-color;
    display: block;
}

.breadcrumbs ul li a:hover {
    color: #93C4A3;
    border-color: rgba(147, 197, 164, 0.3);
}

.breadcrumbs ul li.active a {
    border-bottom: none;
    color: #E3000F;
}


/***** MAIN *****/


.main {
//    background: url(/web/20220331233256im_/https://%D0%BE%D1%82-%D0%BC%D0%B8%D1%85%D0%B0%D0%BB%D1%8B%D1%87%D0%B0.%D1%80%D1%84/templates/img/bg/main.png) no-repeat top center;
    background-size: cover;
}

.main-slider:not(.slick-initialized) .item:not(:first-child) {
    display: none;
}

.main-slider .item {
    text-align: center;
}

.main-slider .item .image.mob {
	display: none;
}

.main-slider .item a {
    display: inline-block;
    vertical-align: top;
}

.main-slider .item a img {
    margin: 0 auto;
}

.main {
//    background: url(/web/20220331233256im_/https://%D0%BE%D1%82-%D0%BC%D0%B8%D1%85%D0%B0%D0%BB%D1%8B%D1%87%D0%B0.%D1%80%D1%84/templates/img/bg/main.png) no-repeat top center;
}

.main-slider .item {
    text-align: center;
}

.main-slider .item a {
    display: inline-block;
    vertical-align: top;
}

.main-slider .item a img {
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
}

.main-slider .arrow {
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    color: #FFF;
    opacity: .5;
    font-size: 80px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    text-shadow: 3px 3px 5px rgb(0 0 0 / 0.5);
}

.main-slider .arrow:hover {
	opacity: 1;
}

.main-slider .arrow.prev {
    left: 50%;
    margin-left: -700px;
}

.main-slider .arrow.next {
    left: 50%;
    margin-left: 670px;
}

.main-slider .arrow i {
    font-weight: 100;
}


/***** SIDEBAR *****/


.sidebar-toggle {
	display: none;
	margin: 0 0 20px;
}

.sidebar-toggle i {
	margin-left: 10px;
}

.sidebar .menu {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    padding: 24px 40px;
    margin: 0 0 140px;
    border-radius: 10px;
    background-size: cover;
}

.sidebar .menu ul li {
    border-bottom: 1px solid #E5E5E5;
}

.sidebar .menu ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.sidebar .menu ul li a {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    color: #252525;
    position: relative;
    display: block;
    padding: 0 12px;
    background: transparent;
    border-radius: 5px;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    margin: 22px 0;
    display: inline-block;
    vertical-align: top;
}

.sidebar .menu ul li a:hover,
.sidebar .menu ul li.active a {
    color: #65AB7C;
}

.sidebar .menu ul li .submenu {
    display: none;
    margin: 15px 0 0;
}

.sidebar .menu ul li .submenu li {
    border: none;
    margin: 0;
    line-height: 1;
    margin: 0 0 15px;
    padding: 0;
}

.sidebar .menu ul li .submenu li a {
    font-size: 16px;
    line-height: 1;
    color: #5F5F5F;
    font-weight: normal;
    position: relative;
    padding-left: 15px;
}

.sidebar .menu ul li .submenu li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    background: #436641;
}

.sidebar .menu ul li.sub a:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    font-weight: 100;
    -webkit-transition: .3s transform;
    -o-transition: .3s transform;
    transition: .3s transform;
}

.sidebar .menu ul li .submenu li a:after {
    display: none;
}

.sidebar .menu ul li a:hover {
    background: rgb(255 255 255 / 0.1);
}

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

.sidebar .menu ul li.sub.open > a {
    color: #446643;
}

.sidebar .menu ul li.sub.open > a:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            -ms-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
}

.sidebar .sidebar-gallery .item {
    margin: 0 0 20px;
}

.sidebar .sidebar-gallery .item a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.sidebar .sidebar-gallery .item:last-child {
    margin: 0;
}

.sidebar .sidebar-gallery .item a:after {
	content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #65AB7C;
    opacity: 0;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    
}

.sidebar .sidebar-gallery .item a:before {
	content: '\f002';
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #FFF;
    z-index: 3;
    font-size: 70px;
    line-height: 1;
    -webkit-transition: .3s transform;
    -o-transition: .3s transform;
    transition: .3s transform;
}

.sidebar .sidebar-gallery .item a:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    -webkit-transition-delay: .15s;
            -o-transition-delay: .15s;
       transition-delay: .15s;
}

.sidebar .sidebar-gallery .item a:hover:after {
    opacity: .8;
}


/***** ADVANTAGES *****/


.advantages {
    position: relative;
    z-index: 5;
    margin: -72px 0 100px;
}

.advantages-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 32px 50px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.advantages-list .item {
    padding-left: 92px;
    position: relative;
    min-height: 70px;
    width: calc(100% / 4 - 70px * 3 / 4);
    margin-right: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.advantages-list .item .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.advantages-list .item .icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #f2f2f2;
    border-radius: 50%;
    z-index: 2;
    width: 72px;
    height: 72px;
}

.advantages-list .item .icon img {
    position: relative;
    z-index: 3;
}

.advantages-list .item .title {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    padding-left: 8px;
}

.advantages-list .item .title b {
    display: block;
    color: #399347;
}

.advantages-list .item:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e7e7e7;
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
}

.advantages-list .item:last-child {
    margin-right: 0;
}

.advantages-list .item:last-child:after {
    display: none;
}


/***** CATALOG *****/


.catalog {
    margin: 30px 0;
}

.catalog.related {
    margin: 0 0 120px;
}

.catalog-slider {
    margin: -30px 0 0;
}

.catalog-slider .slick-list {
    padding: 30px 0px;
    margin: 0 -10px;
}

.catalog-list .item {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    margin: 0 10px;
    border-radius: 10px;
    -webkit-transition: 0.3s -webkit-box-shadow;
    transition: 0.3s -webkit-box-shadow;
    -o-transition: 0.3s box-shadow;
    transition: 0.3s box-shadow;
    transition: 0.3s box-shadow, 0.3s -webkit-box-shadow;
    position: relative;
}

.catalog-list .item:hover {
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.catalog-list .item .photo {
    margin: 0 0 22px;
}

.catalog-list .item .photo img {
    margin: 0 auto;
}

.catalog-list .item .photo a {
    display: block;
    position: relative;
}

.catalog-list .item .photo a .fast {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    padding: 12px;
    color: #212121;
    line-height: 1;
    font-weight: bold;
    font-size: 12px;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    opacity: 0;
}

.catalog-list .item .photo a .fast i {
    margin-right: 7px;
}

.catalog-list .item .photo a:hover .fast {
    opacity: 1;
}

.catalog-list .item .info {
    text-align: left;
    margin: 0 0 15px;
}

.catalog-list .item .info .title {
    margin: 0 0 12px;
}

.catalog-list .item .info .title a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    color: #212121;
    border-bottom: 1px solid rgb(21 21 21 / 0.2);
    -webkit-transition: 0.3s color, 0.3s border-color;
    -o-transition: 0.3s color, 0.3s border-color;
    transition: 0.3s color, 0.3s border-color;
    height: 40px;
    display: block;
}

.catalog-list .item .info .title a:hover {
    color: #93c4a3;
    border-bottom: 1px solid rgb(147 196 163 / 0.2);
}

.catalog-list:not(.catalog-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.catalog-list:not(.catalog-slider) .item {
    width: calc(100%/5 - 20px*4/5);
    margin-right: 20px;
    margin-left: 0;
    margin-bottom: 20px;
}

.catalog-wrapper .catalog-list:not(.catalog-slider) .item{
    width: 31%;
    margin-right: 2%;
  }


.catalog-list .item .sale {
    background: #65AB7C;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0 40px 0 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 12px;
}

.catalog-list .item .sale span {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 4px;
    background: #DF325F;
}

.price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.price-block .price-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    color: #8c8c8c;
    width: 100%;
    margin: 0 0 5px;
}

.price-block .price {
    color: #65ab7c;
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
}

.price-block .old_price {
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    position: relative;
    margin-left: 10px;
    color: #8c8c8c;
}

.price-block .old_price:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: rgb(223 50 95 / 0.8);
}


.catalog-main .item {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: 0.3s -webkit-box-shadow;
    transition: 0.3s -webkit-box-shadow;
    -o-transition: 0.3s box-shadow;
    transition: 0.3s box-shadow;
    transition: 0.3s box-shadow, 0.3s -webkit-box-shadow;
    position: relative;
    width: 32%;
    margin-bottom: 20px;
}


.catalog-main.shop .item{
    width: 48%;
  }

.catalog-main.shop .item .title{
    font-size: 42px;
    line-height: 46px;
    padding: 15px 0;
    font-weight: 400;
  } 

.catalog-main.shop .item .price-title{
    font-weight: 400;
    font-size: 23px;
    a
    
      } 


.catalog-main .item .title a {
    font-weight: bold;
    font-size: 24px;
    line-height: 2.2;
    color: #212121;
    -webkit-transition: 0.3s color, 0.3s border-color;
    -o-transition: 0.3s color, 0.3s border-color;
    transition: 0.3s color, 0.3s border-color;
    display: block;
}



.catalog-main .price-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    color: #8c8c8c;
    width: 100%;
    margin: 0 0 5px;
}
.catalog-main .item:hover {
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}





.catalog-main .item img{
    border-radius: 4px;
  }

.catalog-main .container{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
      }


/***** CART PAGE *****/


.order-page {
	
}

.order-page .step {
    margin: 0 0 30px;
}

.order-page .step .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #252525;
    margin: 0 0 28px;
}

.order-page .step .title span {
    color: #8c8c8c;
    margin-right: 10px;
}

.order-page .step .delivery-info .map {
    width: 100%;
    height: 500px;
    margin: 0 0 20px;
}

.order-page .step .delivery-info .map #map {
    width: 100%;
    height: 100%;
}

.order-page .step .delivery-info .contact-block {
    margin: 0 0 25px;
}

.order-page .step .delivery-info .contact-block .title {
    padding-left: 23px;
    font-size: 16px;
    line-height: 18px;
    color: #9D9D9D;
    margin: 0 0 7px;
    position: relative;
}

.order-page .step .delivery-info .contact-block .title i {
    position: absolute;
    left: 0;
    top: 0;
    color: #65AB7C;
}

.order-page .step .delivery-info .contact-block .title i.fa-phone {
    -webkit-transform: rotate(95deg);
        -ms-transform: rotate(95deg);
            transform: rotate(95deg);
}

.order-page .step .delivery-info .contact-block .cinfo {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    padding-left: 23px;
}

.order-page .step .delivery-info .contact-block .cinfo a {
    color: #2E2E2E;
    display: block;
}

.order-page .step .delivery-info .item {
    display: none;
}

.order-page .step .delivery-info .item.active {
    display: block;
}


/***** ABOUT *****/


.about {
    margin: 110px 0 0;
    position: relative;
//    background: url(/web/20220331233256im_/https://%D0%BE%D1%82-%D0%BC%D0%B8%D1%85%D0%B0%D0%BB%D1%8B%D1%87%D0%B0.%D1%80%D1%84/templates/img/bg/about.png) no-repeat center bottom;
}

.about .bg {
    position: absolute;
    left: 50%;
    margin-left: -760px;
}

.about .about-block {
    padding: 107px 0;
}

.about .about-block .title {
    margin: 0 0 30px;
    font-weight: 900;
    font-size: 48px;
    line-height: 1;
    color: #202020;
}

.about .about-block .text {
    font-weight: 200;
    font-size: 22px;
    line-height: 1.4;
    color: #000000;
    margin: 0 0 30px;
}


/***** CART PAGE *****/

.page.cart-page {
    margin: 0 0 120px;
}

.cart-page .cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #FFFF;
}

.cart-page .cart-item .photos {
    width: 50%;
    border-right: 1px solid #E7E7E7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: center;
    align-items: center;
}

.cart-page .cart-item .photos .small {
    position: absolute;
    left: 40px;
    width: 90px;
    text-align: center;
    padding: 36px 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.cart-page .cart-item .photos .item-slider {
    position: relative;
    padding: 25px 75px 25px 190px;
    text-align: center;
    max-width: 100%;
}

.cart-page .cart-item .photos .small .item:not(.slick-current) {
    opacity: .4;
    cursor: pointer;
    max-width: 100%;
    text-align: center;
}

.cart-page .cart-item .photos .small .item {
    margin: 10px 0;
}

.cart-page .cart-item .photos .small .arrow {
    border-radius: 100px;
    text-align: center;
    font-size: 22px;
    color: #84b59e;
    -webkit-transition: .3s color, .3s border-color;
    -o-transition: .3s color, .3s border-color;
    transition: .3s color, .3s border-color;
    cursor: pointer;
    margin-left: auto !important;
    margin-right: auto !important;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cart-page .cart-item .photos .small .arrow:hover {
    border-color: rgb(245 79 90 / 0.2);
    color: #2e2e2e;
}

.cart-page .cart-item .photos .small .arrow.prev {
	top: 0;
}

.cart-page .cart-item .photos .small .arrow.next {
    bottom: 0;
}

.cart-page .cart-item .photos .small .arrow i {
    font-weight: 400;
}

.cart-page .cart-item .photos .small .item img {
    margin: 0 auto;
}

.cart-page .cart-item .photos .big .item img {
    margin: 0 auto;
}

.cart-page .cart-item .info h1 {
    color: #252525;
    font-weight: 900;
    font-size: 36px;
    line-height: 1;
}

.cart-page .cart-item .info .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 14px;
    color: #252525;
    width: 100%;
}

.cart-page .cart-item .info .text {
    line-height: 1.4;
    color: #000;
    margin: 0 0 10px;
    font-weight: 300;
    font-size: 16px;
}

.cart-page .cart-item .info {
    width: 50%;
    padding: 78px 80px;
    border-left: 1px solid #ebebeb;
}

.cart-page .cart-item .info .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #E7E7E7;
    margin: 0 0 32px;
    padding: 0 0 23px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-page .cart-item .info .block:last-child {
    border: none;
    margin: 0;
    padding-bottom: 0;
}

.cart-page .cart-item .info .status {
    color: #399347;
    font-weight: bold;
    border-right: 1px solid #ebebeb;
    padding-right: 15px;
    margin-right: 15px;
}

.cart-page .cart-item .info .status.red {
	color: #DF325F;
}

.cart-page .cart-item .info .status i {
    margin-right: 7px;
}

.cart-page .cart-item .info .article {
    color: #8C8C8C;
}

.cart-page .cart-item .info .block .block-title {
    margin: 0 0 7px;
    width: 100%;
    font-weight: 200;
    font-size: 16px;
    line-height: 30px;
    color: #8C8C8C;
}

.cart-page .cart-item .info .price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 26px;
}

.cart-page .cart-item .info .price-block .old_price {
    color: #8C8C8C;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-left: 19px;
}

.cart-page .cart-item .info .price-block .price {
    font-size: 26px;
    line-height: 1;
}

.count-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 23px;
}

.count-block .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    overflow: hidden;
}

.count-block .count input {
    width: 207px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    background: #FFF;
    -webkit-transition: .3s background;
    -o-transition: .3s background;
    transition: .3s background;
    font-weight: 300;
    font-size: 16px;
    color: #8C8C8C;
}

.count-block .count input::-webkit-outer-spin-button,
.count-block .count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.count-block .count input[type='number'] {
    -moz-appearance: textfield;
}

.count-block .count input:focus {
    background: #FFF;
}

.count-block .count button {
    color: #DF325F;
    width: 50px;
    height: 40px;
    border: none;
    text-align: center;
    background: #FFF;
    font-size: 29px;
    cursor: pointer;
    -webkit-transition: .3s background;
    -o-transition: .3s background;
    transition: .3s background;
}

.count-block .count button:hover {
	background: #FFF;
}

.count-block .counts-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.count-block .counts-btn a {
    border-bottom: 1px dashed rgb(0 0 0 / 0.1);
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #39322D;
    line-height: 1;
    -webkit-transition: .3s color, .3s border-color;
    -o-transition: .3s color, .3s border-color;
    transition: .3s color, .3s border-color;
}

.count-block .counts-btn a:last-child {
    margin-right: 0;
}

.count-block .counts-btn a:hover {
    border-color: transparent;
    color: #e3010f;
}

.cart-page .cart-item .info .add-cart .btn {
    width: auto;
    height: 50px;
    border: none;
    padding: 0 62px;
    font-weight: 800;
    letter-spacing: 0.1em;
    font-size: 12px;
}

.cart-page .cart-item .info .add-cart .like {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    color: #39332D;
    cursor: pointer;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}

.cart-page .cart-item .info .add-cart .like i {
    margin-right: 5px;
}

.cart-page .cart-item .info .add-cart .like.liked i {
	font-weight: 900;
}

.cart-page .cart-item .info .add-cart .like span {
    border-bottom: 1px solid rgb(57 50 45 / 0.2);
    -webkit-transition: .3s border-color;
    -o-transition: .3s border-color;
    transition: .3s border-color;
}

.cart-page .cart-item .info .add-cart .btn i {
    font-size: 18px;
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
    top: -2px;
    position: relative;
}

.cart-page .cart-item .info .add-cart .like:hover span {
    border-color: transparent;
}

.cart-page .cart-item .info .add-cart .like:hover {
    color: #e3010f;
}

.cart-page .cart-item .photos .small .arrow i {
    font-weight: 400;
}

.cart-page .cart-item .info .block .add-cart {
    width: 100%;
}

.cart-page .cart-item .info .block.no-border {
    border-bottom: none;
    padding-bottom: 0;
}


/***** BASKET PAGE *****/


.basket-page .basket-title {
    margin: 0 0 67px;
}

.basket-page .basket-title .title {
    color: #252525;
    font-weight: 800;
    font-size: 36px;
    line-height: 1;
}

.basket-page .cart-block .basket-title .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 24px;
    color: #252525;
}

.basket-page .cart-block .basket-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 20px;
}

.basket-page .cart-block .basket-title .clear {
    color: #65AB7C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}

.basket-page .cart-block .basket-title .clear i {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-right: 8px;
}

.basket-page .cart-block .basket-title .clear span {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px dashed rgb(101 171 124 / 0.4);
}

.basket-page .cart-list {
    background: #fafafa;
    border-radius: 0;
    padding: 0;
    margin: 0 0 20px;
//    max-height: 353px;
    padding-right: 0 !important;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    overflow: hidden;
}

.basket-page .cart-list.mCustomScrollbar {
	padding-right: 10px;
}

.basket-page .cart-list.mCustomScrollbar:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 66px;
    z-index: 3;
    background: -o-linear-gradient(0, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, #FFFFFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    display: none;
}

.basket-page .cart-list .item {
    position: relative;
    padding: 20px 20px 20px 30px;
    border-bottom: 1px solid #E1E1E1;
    margin-right: 30px;
}

.basket-page .cart-list .item:last-child {
    border: none;
    margin-bottom: 0;
}

.basket-page .cart-list .item .photo {
    position: absolute;
    left: 30px;
    top: 20px;
    width: 90px;
    height: 79px;
    line-height: 79px;
    text-align: center;
    background: #FFF;
}

.basket-page .cart-list .item .photo img {
	max-width: 100%;
	max-height: 100%;
}

.basket-page .cart-list .item .info {
    padding-left: 120px;
    padding-right: 20px;
    margin: 0 0 10px;
    min-height: 90px;
}

.basket-page .cart-list .item .info .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    color: #2E2E2E;
    margin: 0 0 12px;
}

.basket-page .cart-list .item .info .title a {
    color: #2E2E2E;
    border-bottom: 1px solid rgb(21 21 21 / 0.2);
}

.basket-page .cart-list .item .info .price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.basket-page .cart-list .item .info .price-block .old-price {
    margin: 0 0 0 20px;
    color: #9D9D9D;
    text-decoration: line-through;
}

.basket-page .cart-list .item .info .price-block .old-price .old-sum {
    margin-right: 0;
}

.basket-page .cart-list .item .count-block span {
    width: 120px;
    font-size: 16px;
    line-height: 1;
    color: #9D9D9D;
}

.basket-page .cart-list .item .count-block .count input {
    height: 40px;
    width: 90px;
}

.basket-page .cart-list .item .count-block .count button {
    height: 40px;
    line-height: 1;
}

.basket-page .cart-list .item .delete {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    font-size: 18px;
}

.basket-page .cart-list .item .delete a {
    color: rgb(157 157 157 / 0.4);
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}

.basket-page .cart-list .item .delete a:hover {
    color: #e3010f;
}

.basket-page .cart-list .item .count-block {
    margin: 0;
}

.basket-page .cart-options {
    margin: 0 0 26px;
}

.basket-page .cart-options .form-check {
    margin: 0 0 15px;
}

.basket-page .total .price-block span {
    width: 100%;
    color: #8C8C8C;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 5px;
}

.basket-page .total .price-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 38px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.basket-page .total .price-block .promo-btn {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    color: #65AB7C;
    border-bottom: 1px dashed rgb(101 171 124 / 0.4);
    margin: 0 0 4px;
    cursor: pointer;
}

.basket-page .total .price-block .price {
    color: #252525;
    font-size: 30px;
    line-height: 1;
}

.basket-page .total .btn {
    margin: 0 0 26px;
}

.basket-page .total .form-check label {
    color: #8C8C8C;
    font-size: 12px;
    line-height: 1.2;
}

.basket-page .total .form-check label a {
    color: #8C8C8C;
    font-weight: 800;
}

.promo-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px;
    display: none;
}

.promo-form form .form-group {
    position: relative;
    margin: 0;
}

.promo-form form .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    border-radius: 0 5px 5px 0;
}

.promo-form form {
    width: 70%;
}

.promo-form form .form-group .btn {
    background: #64ab7c;
}

.promo-form form .form-group input {
    padding-right: 70px;
}

.promo-form .cancel {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    color: #65AB7C;
    border-bottom: 1px dashed rgb(101 171 124 / 0.4);
    margin: 0 0 4px;
    cursor: pointer;
}


/***** CONTACT *****/


.contact {
    position: relative;
}

.contact .map {
    width: 100%;
    height: 700px;
}

.contact .map #map {
    width: 100%;
    height: 100%;
}

.contact .info {
    position: absolute;
    left: 20%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 340px;
}

.contact .info .map-list .item {
    padding: 20px 50px 20px 20px;
    position: relative;
    background: #fff;
    margin: 6px 0;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    cursor: pointer;
}

.contact .info .map-list .item:last-child {
    margin-bottom: 0;
    border: none;
}

.contact .info .map-list .item:hover,
.contact .info .map-list .item.active {
    background: #f8f8f8;
}

.contact .info .map-list .item .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #252525;
    margin: 0 0 10px;
}

.contact .info .map-list .item .phone a {
    position: relative;
    padding-left: 20px;
    color: #8c8c8c;
    display: inline-block;
    vertical-align: top;
}

.contact .info .map-list .item .phone a:before {
    content: "\f095";
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(105deg);
        -ms-transform: translateY(-50%) rotate(105deg);
            transform: translateY(-50%) rotate(105deg);
    color: #65ab7c;
}

.contact .info .map-list .item:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #e7e7e7;
    font-size: 24px;
    line-height: 1;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.contact .info .map-list .item:last-child:before {
	display: none;
}

.contact .info .map-list .item:before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: -6px;
    width: calc(100% - 30px);
    height: 1px;
    background: #e7e7e7;
    pointer-events: none;
}

.contact .info .map-list .item:hover:after,
.contact .info .map-list .item.active:after {
    color: #df325f;
}

.contact-page .contact .info {
    left: 100px;
}


/***** PAGE *****/


.page {
	margin: 0 0 150px;
}


/***** FOOTER *****/


footer {
	background: #FFF;
}

footer.no-menu-line {
	background: transparent;
}

footer.no-menu-line .bottom-line {
	padding: 45px 0;
}

footer.no-menu-line .bottom-line .line {
	border-top: 1px solid #E7E7E7;
}

footer .menu-line {
    padding: 40px 0;
}

footer .border-bottom-block {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 30px;
}

footer .menu-line .callback {
    margin-right: 0;
}

footer .bottom-line {
	padding-bottom: 30px;
}

footer .bottom-line .dev a {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #9D9D9D;
    font-size: 16px;
}

footer .bottom-line .dev .forest {
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}


/***** MODAL *****/


.modal {
    display: none;
    width: 400px;
    padding: 50px 50px 45px;
}

.modal.order-ok {
    background: url(/web/20220331233256im_/https://%D0%BE%D1%82-%D0%BC%D0%B8%D1%85%D0%B0%D0%BB%D1%8B%D1%87%D0%B0.%D1%80%D1%84/templates/img/bg/modal.jpg) no-repeat bottom center #FFF;
    padding-bottom: 150px;
}

.modal .modal-title {
    color: #252525;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    margin: 0 0 18px;
}

.modal .modal-title b {
    font-size: 30px;
}

.modal .modal-title span {
    display: block;
}

.modal.fast-view {
	width: 820px;
	max-width: 100%;
}

.modal.thanks .modal-title {
    margin: 0;
}

.modal .modal-title .icon {
    line-height: 1;
    color: #65AB7C;
    font-size: 100px;
    margin: 0 0 20px;
}

.modal.thanks .modal-title b {
    margin: 0 0 10px;
    display: block;
}

.modal.thanks .modal-title span {
    font-size: 20px;
    margin: 0;
    line-height: 1.2;
}

.fast-view .cart-page .cart-item .photos {
    border-right: 0;
}

.fast-view .cart-page .cart-item .photos .item-slider {
    padding: 0 40px 0 0;
    width: 100%;
}

.fast-view .cart-page .cart-item .photos .small .arrow {
    z-index: 5;
}
	
.fast-view .cart-page .cart-item .photos .small .arrow.prev {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
	
.fast-view .cart-page .cart-item .photos .small .arrow.next {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    left: initial;
    bottom: initial;
}
	
.fast-view .cart-page .cart-item .photos .small .arrow.prev i:before {
    content: "\f053";
}
	
.fast-view .cart-page .cart-item .photos .small .arrow.next i:before {
    content: "\f054";
}

.fast-view .cart-page .cart-item .photos .small {
    left: 0;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
    width: 100%;
}

.fast-view .cart-page .cart-item .info {
    border-left: none;
    border-top: none;
    padding: 0;
}

/* Подмена пунктов в шапке */
      .menu-line--swaped .menu,
      .menu-line--swaped .callback,
      .menu-line--swaped .search{
          display:none;
      }
      
      .menu-line--swaped .align-items-center{
          justify-content: space-between;
      }
      
      .menu-line--swaped .tabs-caption ul{
          display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
      
      .menu-line--swaped .tabs-caption li{
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 300;
        font-size: 14px;
        line-height: 1;
        position: relative;
        margin-right: 20px;
        cursor: pointer;
        color: #252525;
      }
      
      @media(max-width: 1000px){
        .catalog .item,
        .catalog-main .item,
        .catalog-main.shop .item{
          width: 100%;
          }
        .catalog-wrapper .catalog-list:not(.catalog-slider) .item{
          width: 100%;
          margin-right: 0%;
        }
  
        }


      @media(max-width: 1199px){
          .menu-line--swaped .tabs-caption li{
              margin-right: 20px;
          }
      }
      
      .menu-line--swaped .tabs-caption li.active{
          font-weight: 800;
      }
      
      .menu-line--swaped .tabs-caption li i{
          color: #df325f;
      }
      
      .menu-line--swaped .tabs-caption li i{
          margin-right:5px;
      }
      
      .menu-line--swaped .align-items-center .col-lg-7{
          flex: 0 0 20%;
      }
      
      .menu-line--swaped .align-items-center .col-lg-5{
          flex: 0 0 20%;
      }
      
      @media(max-width: 1499px){
          .menu-line--swaped .align-items-center .col-lg-5{
              flex: 1 0 5%;
          }
          
          .menu-line--swaped .tabs-caption{
                  margin-left: -25px;
                  flex-grow: 1;
          }
          
          .menu-line--swaped .tabs-caption li {
                margin-right: 20px;
          }
                    
      }
      
      @media (max-width:1199px){
        .menu-line--swaped .tabs-caption {
            margin-left: -25px;
            flex-grow: 0;
            flex-basis: 63%;
        }
        
        .menu-line--swaped .tabs-caption li {
            margin-right: 30px;
            margin-bottom: 5px;
        }
        
      }
    
/* чтобы убрать чекбоксы там, где политика конфиденциальности */
.form-check label.label--no-checkbox{
    padding-left:0;
}

.label--no-checkbox:before{
    display:none;
}

.footer-fixed-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
}

#catalog .catalog-slider .slick-track{
    min-width:100%;
}
/*
     FILE ARCHIVED ON 23:32:56 Mar 31, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:25:25 Apr 15, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 4.091
  exclusion.robots: 0.07
  exclusion.robots.policy: 0.059
  cdx.remote: 0.058
  esindex: 0.01
  LoadShardBlock: 957.347 (3)
  PetaboxLoader3.datanode: 852.678 (5)
  PetaboxLoader3.resolve: 117.483 (2)
  load_resource: 92.166
  loaddict: 18.324
*/