@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700&display=swap&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Pattaya&display=swap&subset=cyrillic');

:root {
    --color1: #000;
    --color2: #0bce7a;
    --color3: #000;
    --color4: #151515;
    --color5: #292929;
    --color6: #373737;
    --color7: #808080;
    --color8: #9b9b9b;
    --color9: #c4c4c4;
    --color10: #ccc;
    --color11: #e5e7e9;
    --color12: #f2f3f8;

    --font1: 'Noto Sans', 'Tahoma', 'Arial', sans-serif;
    --font2: 'Pattaya', 'Tahoma', 'Arial', sans-serif;
    --font3: 'Comfortaa', 'Tahoma', 'Arial', sans-serif;
}

/* body
----------------------------------------------------------------------------------------------------------------------*/
html,
body {
    width: auto;
    min-width: 600px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    font-weight: 400;
    font-family: var(--font1);
}
/*///////////////////////////*/
.mediaBlock {

    width: auto;
    height: auto;
    margin: 0;
    padding: 25px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;

}
.mediaBlock .videoContainer {

    width: 100%; 
    height: auto;
    margin: 0;
    padding: 0;

}	
.mediaBlock .videoContainer .videoWrap {

    width: 100%;
    height: auto;
    margin: 0;
    padding: 55% 0 0;
    position: relative;

}		
.mediaBlock .videoContainer .videoWrap .video {

    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    overflow: hidden;

}	
.mediaBlock .videoContainer .videoWrap .video iframe {

    max-width: 100%;
    max-height: 100%;
	width: 100%;
	height: 100%;
}

.slideMenu:not(.mm-menu) {
    display: none;
}
.wrap {
    width: auto;
    height: auto;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.veil {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    position: fixed;
    overflow: hidden;
    z-index: 9;
}
div {
    outline: none!important;
}
img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    outline: none!important;
}
a {
    outline: none!important;
}
button {
    outline: none!important;
}
.alert {
    margin: 0;
    border-radius: 0;
}

@media (min-width: 768px) {
    .veil {
        display: none!important;
    }
}

/* toTop
-------------------------------------------------------------------------------------*/
.toTop {
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
    right: 20px;
    bottom: 100px;
    background: var(--color7);
    display: block;
    text-decoration: none;
    text-align: center;
    position: fixed;
    border-radius: 50%;
    transition: all 0.2s;
    opacity: 0;
    z-index: -1;
}
.toTop.on {
    opacity: 1;
    z-index: 99;
}
.toTop:hover {
    background: var(--color1);
}
.toTop span {
    font-size: 30px;
    color: #fff;
    line-height: 42px;
}

@media (max-width: 767px) {
    .toTop {
        display: none;
    }
}

/* input
-------------------------------------------------------------------------------------*/
form .form-group input[type='text'] {
    height: 44px;
    margin: 0;
    font-size: 15px;
    color: var(--color6);
    border-radius: 0;
}
form .form-group input[type='password'] {
    height: 44px;
    margin: 0;
    font-size: 15px;
    color: var(--color6);
    border-radius: 0;
}
form .form-group textarea {
    height: 120px;
    margin: 0;
    font-size: 15px;
    color: var(--color6);
    resize: vertical;
    border-radius: 0;
}
form .form-group.required label:before {
    content: '* ';
    color: #dd4b39;
}

/* primeButton
-------------------------------------------------------------------------------------*/
.primeButton {
    width: auto;
    height: 46px;
    margin: 0;
    padding: 0 25px;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none!important;
    overflow: hidden;
    border: 4px solid var(--color2);
    transition: all 0.2s;
}
.primeButton:hover {
    background: var(--color1);
}
.primeButton.gray {
    border-color: var(--color9);
}
.primeButton.gray:hover {
    background: var(--color7);
}
.primeButton > i {
    margin-right: 8px;
    display: block;
    font-size: 17px;
    color: var(--color7);
    z-index: 1;
    transition: all 0.2s;
}
.primeButton:hover > i {
    color: #fff;
}
.primeButton > span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: var(--color7);
    text-transform: uppercase;
    text-decoration: none!important;
    z-index: 1;
    transition: all 0.2s;
}
.primeButton:hover > span {
    color: #fff;
}

/* buyButton
-------------------------------------------------------------------------------------*/
.buyButtonWrap {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.buyButtonWrap .colorsDef {
    display: none;
}
.buyButtonWrap .colorsWrap {
    width: auto;
    height: auto;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid var(--color10);
}
.buyButtonWrap .colorsWrap h4 {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    color: var(--color9);
}
.buyButtonWrap .colorsWrap .colors {
    width: auto;
    height: auto;
    margin: 0 -5px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.buyButtonWrap .colorsWrap .colors > .col {
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 5px 0;
}
.buyButtonWrap .colorsWrap .colors .colorSelect {
    width: 110px;
    height: auto;
    margin: 0;
    padding: 7px;
    cursor: pointer;
    border: 2px solid var(--color10);
    transition: all 0.2s;
}
.buyButtonWrap .colorsWrap .colors .colorSelect:hover,
.buyButtonWrap .colorsWrap .colors .colorSelect.active {
    border-color: var(--color1);
}
.buyButtonWrap .colorsWrap .colors .colorSelect .img {
    width: auto;
    height: auto;
    margin: 0 0 5px;
    padding: 0;
}
.buyButtonWrap .colorsWrap .colors .colorSelect .img img {
    width: 100%;
}
.buyButtonWrap .colorsWrap .colors .colorSelect span {
    font-size: 12px;
    color: var(--color9);
    transition: all 0.2s;
}
.buyButtonWrap .colorsWrap .colors .colorSelect:hover span,
.buyButtonWrap .colorsWrap .colors .colorSelect.active span {
    color: var(--color1);
}
.buyButtonWrap .actions {
    width: auto;
    height: auto;
    margin: 0 -5px;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.buyButtonWrap .actions > .countWrap {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 5px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.buyButtonWrap .actions > .countWrap > button {
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    background: var(--color10);
    border: none;
}
.buyButtonWrap .actions > .countWrap > button > i {
    color: var(--color7);
    transition: all 0.2s;
}
.buyButtonWrap .actions > .countWrap > button:hover > i {
    color: #fff;
}
.buyButtonWrap .actions > .countWrap > input[type='text'] {
    width: 50px;
    height: 44px;
    margin: 0;
    display: block;
    font-size: 15px;
    color: var(--color7);
    text-align: center;
    border-radius: 0;
}
.buyButtonWrap .actions > .countWrap > input[type='text']:not(:focus) {
    border-color: var(--color10);
    outline: none;
    box-shadow: none;
}
.buyButtonWrap .actions > button.buyButton {
    max-width: 200px;
    flex-grow: 1;
    margin: 0 5px;
}

@media (max-width: 767px) {
    .buyButtonWrap .actions > button.buyButton {
        max-width: none;
    }
}

/* modal
----------------------------------------------------------------------------------------------------------------------*/
.modal .modal-content {
    border-radius: 0;
}
.modal .modal-content .modal-header {
    padding: 15px 20px;
}
.modal .modal-content .modal-header h4 {
    margin: 0;
    line-height: 1;
}
.modal .modal-content form {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.modal .modal-content .modal-body {
    padding: 15px 20px;
}
.modal .modal-content .modal-body .form-group:last-child {
    margin-bottom: 0;
}
.modal .modal-content .modal-body .form-group .verifyWrap {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.modal .modal-content .modal-body .form-group .verifyWrap .img {
    width: auto;
    height: 44px;
    cursor: pointer;
    border: 1px solid var(--color12);
}
.modal .modal-content .modal-body .form-group .verifyWrap .img img {
    width: auto;
    height: 100%;
}
.modal .modal-content .modal-body .form-group .verifyWrap .input {
    width: 100%;
    padding-left: 30px;
}
.modal .modal-content .modal-footer {
    padding: 15px 20px;
}
.modal .modal-content .modal-footer .buttonWrap {
    width: auto;
    height: auto;
    margin: 0 -10px;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.modal .modal-content .modal-footer .buttonWrap .primeButton {
    margin: 0 10px;
}
.modal#regionSelectModal .modal-content .modal-footer .buttonWrap .primeButton {
    width: 100%;
}
.modal .modal-content .modal-footer .alert {
    margin: 15px 0 0;
    border-radius: 0;
    text-align: left;
    display: none;
}

@media (max-width: 767px) {
    .modal .modal-content .modal-footer .buttonWrap button {
        width: 100%;
    }
}

/* slider
----------------------------------------------------------------------------------------------------------------------*/
.slick-slider ul.slick-dots {
    bottom: 5px;
}
.slick-slider ul.slick-dots li button:before {
    font-size: 14px;
    color: var(--color1);
}
.slick-slider ul.slick-dots li.slick-active button:before {
    opacity: 1;
}

.slick-slider .slick-arrow {
    width: 45px;
    height: 45px;
    background: var(--color8);
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    transition: all 0.2s;
    z-index: 2;
}
.slick-slider .slick-arrow:not(.slick-disabled):hover {
    background: var(--color7);
}
.slick-slider .slick-arrow.slick-disabled {
    opacity: 0.3;
}
.slick-slider .slick-arrow:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-size: 30px;
    color: #fff;
    opacity: 1;
    transition: all 0.2s;
}
.slick-slider .slick-arrow.slick-next {
    padding-left: 3px;
}
.slick-slider .slick-arrow.slick-next:before {
    content: '\f105';
}
.slick-slider .slick-arrow.slick-prev {
    padding-right: 3px;
}
.slick-slider .slick-arrow.slick-prev:before {
    content: '\f104';
}

/* header
----------------------------------------------------------------------------------------------------------------------*/
header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px;
    left: 0;
    top: 0;
    /*position: absolute;*/
    z-index: 999;
}
.innerBody header {
    background: url('/image/header_background.jpg') center center no-repeat scroll;
    background-size: cover;
}
.min-show{
		display: none;
	}
@media (max-width: 767px) {
    header {
        background: #000;
        position: fixed;
        box-shadow: 0 3px 6px 0 rgba(37, 37, 48, 0.3);!important;
    }
	.min-hidden{
		display: none;
	}
	.min-show{
		display: block;
	}
}


/* header - bar
-------------------------------------------------------------------------------------*/
header .barWrap {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 10px;
    background: var(--color1);
	position: fixed;
	z-index: 1001;
}
header .barWrap .bar {
    width: auto;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .barWrap .bar a {
    padding: 0 25px;
    font-size: 14px;
    color: #fff;
}

@media (max-width: 1440px) {
    header .barWrap .bar {
        max-width: 1200px;
    }
}
@media (max-width: 767px) {
    header .barWrap {
        display: none;
    }
}

/* header - top
-------------------------------------------------------------------------------------*/
header .topWrap {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 66px;
}
header .topWrap .top {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
header .topWrap .top button.menuButton {
    display: none;
    z-index: 2;
}
header .topWrap .top a.logo {
    width: auto;
    height: auto;
    margin: 0;
    padding: 3px;
    display: none;
    text-decoration: none;
    border: 5px solid #fff;
    border-radius: 50%;
    z-index: 2;
}

header .topWrap .top a.logo .img {
    width: 140px;
    height: 140px;
    margin: 0;
    padding: 19px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
header .topWrap .top a.logo .img img {
    width: auto;
    height: 100%;
}
header .topWrap .top .topContent {
    width: 100%;
    height: auto;
    margin: 0 0 0 -60px;
    padding: 0 0 0 70px;
    background: #000;
    flex-grow: 1;
    flex-shrink: 2;
    position: relative;
    /*border-radius: 0 15px 15px 0;*/
    z-index: 1;
}
header .topWrap .top .topContent .inner {
    width: auto;
    height: 48px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
header  .authWidget {
    width: auto;
    height: auto;
    margin: 0 0 0 auto;
    padding: 0 15px 0 0;
    align-self: stretch;
	display: none;
}
header .bar .authWidget {
    width: auto;
    height: auto;
    margin: 0 0 0 auto;
    padding: 0 15px 0 0;
    align-self: stretch;
	display: block;
}
header .authWidget > button {
    width: 45px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
header  .authWidget > button i {
    font-size: 26px;
    color: #fff;
    transition: all 0.2s;
}
header.authWidget > button:hover i {
    color: #808080;
}
header .authWidget .items {
    width: 300px;
    height: auto;
    margin: 0;
    padding: 15px 30px;
   /* top: calc(100% + 5px);*/
    /*right: 0;*/
    background: #fff;
    display: block!important;
    position: absolute;
    /*opacity: 1;*/
    /*visibility: visible;*/
    /*transform: translateY(0);*/
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
}
/*header .topWrap .top .topContent .inner .authWidget .items:before {*/
    /*content: ' ';*/
    /*width: 0;*/
    /*height: 0;*/
    /*top: -15px;*/
    /*right: 15px;*/
    /*display: block;*/
    /*position: absolute;*/
    /*border-left: 15px solid transparent;*/
    /*border-right: 15px solid transparent;*/
    /*border-bottom: 15px solid #fff;*/
/*}*/
header .authWidget .items.on {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
	z-index:1000;
}
header .authWidget .items .primeButton {
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
}
header  .cartWidget {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 15px 0 0;
    align-self: stretch;
}
header  .cartWidget > a {
    width: 45px;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    text-decoration: none;
}
header  .cartWidget > a i {
    font-size: 26px;
    color: #fff;
    transition: all 0.2s;
}
header .cartWidget > a:hover i {
    color: #808080;
}
header .cartWidget > a span.count {
    width: 24px;
    height: 24px;
    padding-left: 1px;
    top: 6px;
    right: 9px;
    background: var(--color2);
    display: block;
    position: absolute;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
}

@media (max-width: 1440px) {
    header .topWrap {
        max-width: 1200px;
    }
}
@media (max-width: 767px) {
    header .topWrap {
        padding: 10px 0;
    }
    header .topWrap .top {
        margin: 0 -15px;
    }
	header  .authWidget {
    width: auto;
    height: auto;
    margin: 0 0 0 auto;
    padding: 0 15px 0 0;
    align-self: stretch;
	display: block;
}

    header .topWrap .top button.menuButton {
        width: 48px;
        height: 48px;
        margin: 0 15px 0 35px;
        padding: 0;
        background: none;
        display: block;
        font-size: 0;
        text-indent: -9999px;
        position: relative;
        overflow: hidden;
        border: none;
    }
    header .topWrap .top button.menuButton:focus {
        outline: none;
    }
    header .topWrap .top button.menuButton span {
        width: auto;
        height: 4px;
        left: 0;
        top: 22px;
        right: 0;
        background: #fff;
        display: block;
        position: absolute;
        transition: background 0s 0.2s;
    }
    header .topWrap .top button.menuButton.on span {
        background: none;
    }
    header .topWrap .top button.menuButton span::before,
    header .topWrap .top button.menuButton span::after {
        content: '';
        width: 100%;
        height: 4px;
        left: 0;
        background: #fff;
        display: block;
        position: absolute;
        transition-duration: 0.2s, 0.2s;
        transition-delay: 0.2s, 0s;
    }
    header .topWrap .top button.menuButton.on span::before,
    header .topWrap .top button.menuButton.on span::after {
        transition-delay: 0s, 0.2s;
    }
    header .topWrap .top button.menuButton span::before {
        top: -9px;
        transition-property: top, transform;
    }
    header .topWrap .top button.menuButton.on span::before {
        top: 0;
        transform: rotate(45deg);
    }
    header .topWrap .top button.menuButton span::after {
        bottom: -9px;
        transition-property: bottom, transform;
    }
    header .topWrap .top button.menuButton.on span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }
    header .topWrap .top a.logo {
        height: auto;
        margin: 0 15px;
        padding: 0;
        border: none;
        border-radius: 0;
		display:block;
    }

    header .topWrap .top a.logo .img {
        width: auto;
        height: 48px;
        padding: 0;
    }
    header .topWrap .top .topContent {
        width: auto;
        margin: 0 0 0 auto;
        padding: 0;
        position: static;
    }
    header .topWrap .top .topContent .inner {
        height: 48px;
    }
    header .topWrap .top .topContent .inner .authWidget > button {
        width: 48px;
    }
    header .topWrap .top .topContent .inner .authWidget .items {
        width: 100%;
		left: 0px;
		margin-top:10px;
    }
    header .topWrap .top .topContent .inner .cartWidget > a {
        width: 48px;
        justify-content: center;
    }
    header .topWrap .top .topContent .inner .cartWidget > a span.count {
        top: 0;
        right: -2px;
    }
}

/* header - topMenu
-------------------------------------------------------------------------------------*/
header .topMenu {
    width: auto;
    height: auto;
    margin: auto;
    padding: 0;
    z-index: 10;
}
header .topMenu .menu {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
}
header .topMenu .menu .items {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
header .topMenu .menu .items .desktop {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .topMenu .menu .items .item {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 15px;
}
header .topMenu .menu .items .item > a {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    text-decoration: none;
    position: relative;
}
header .topMenu .menu .items .desktop .item > a span {
    font-size: 18px;
    color:#fff;;
    transition: all 0.2s;
}
header .topMenu .menu .items .desktop .item:hover > a span,
header .topMenu .menu .items .desktop .item > a.active span {
    color: #808080;
}
header .topMenu .menu .items .desktop .item > a .topMenuShowSub {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    top: 0;
    right: -14px;
    display: block;
    text-align: center;
    position: absolute;
}
header .topMenu .menu .items .desktop .item > a .topMenuShowSub i {
    font-size: 10px;
    color: var(--color9);
    transition: all 0.2s;
}
header .topMenu .menu .items .desktop .item:hover > a .topMenuShowSub i {
    transform: rotate(180deg);
}
header .topMenu .menu .items .item .subs {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    left: 0;
    top: 67%;
    display: block!important;
    position: absolute;
    /*opacity: 1;*/
    /*visibility: visible;*/
    /*transform: translateY(0);*/
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.2s ease-out 0.3s;
}
header .topMenu .menu .items .desktop .item:hover .subs {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
}
header .topMenu .menu .items .desktop .item .subs .subsContent {
    width: auto;
    height: auto;
    margin: 25px 0 0 62px;
    padding: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
header .topMenu.stuck .menu .items .desktop .item .subs .subsContent {
    margin-top: 20px;
}
header .topMenu .menu .items .desktop .item .subs .subsContent .inner {
    width: auto;
    height: auto;
    margin: 0 -15px;
    padding: 20px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
header .topMenu .menu .items .desktop .item .subs .subsContent .inner .col {
    width: 20%;
    height: auto;
    margin: 0;
    padding: 0 15px;
}
header .topMenu .menu .items .desktop .item .subs .subsContent .inner .col > a {
    width: auto;
    height: auto;
    margin: 20px 0 0;
    padding: 20px 0 0;
    display: block;
    text-decoration: none;
}
header .topMenu .menu .items .desktop .item .subs .subsContent .inner .col > a.lvl2 {
    border-top: 1px solid var(--color12);
}
header .topMenu .menu .items .desktop .item .subs .subsContent .inner .col > a.lvl2:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
}
header .topMenu .menu .items .desktop .item .subs .subsContent .inner .col > a.lvl3 {
    margin-top: 0;
    padding: 15px 0 0 20px;
}
header .topMenu .menu .items .desktop .item .subs .subsContent .inner .col > a h5 {
    margin: 0;
}
header .topMenu .menu .items .desktop .item .subs .subsContent .inner .col > a h5 span {
    padding: 3px 0;
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    color: var(--color6);
    line-height: 1;
    white-space: nowrap;
    transition: all 0.2s;
}
header .topMenu .menu .items .desktop .item .subs .subsContent .inner .col > a.lvl3 h5 span {
    font-size: 13px;
    color: var(--color6);
}
header .topMenu .menu .items .desktop .item .subs .subsContent .inner .col > a h5 span:before {
    content: '\f054';
    left: -5px;
    top: 8px;
    display: block;
    position: absolute;
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 900;
    font-size: 8px;
    color: var(--color1);
    transition: all 0.2s;
}
header .topMenu .menu .items .desktop .item .subs .subsContent .inner .col > a.lvl3 h5 span:before {
    top: 6.5px;
}
header .topMenu .menu .items .desktop .item .subs .subsContent .inner .col > a:hover span,
header .topMenu .menu .items .desktop .item .subs .subsContent .inner .col > a.active span {
    padding-left: 12px;
    color: var(--color1)!important;
}
header .topMenu .menu .items .desktop .item .subs .subsContent .inner .col > a:hover span:before,
header .topMenu .menu .items .desktop .item .subs .subsContent .inner .col > a.active span:before {
    left: 0;
}
header .topMenu .menu .items .desktop .item .subs .subsContent .inner .col > a .img {
    width: auto;
    height: 100px;
    margin: 10px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
header .topMenu .menu .items .desktop .item .subs .subsContent .inner .col > a .img img {
    width: 100%;
}
header .topMenu .menu .items .desktop .item .subs .subsContent .inner .col > a .desc {
    width: auto;
    height: auto;
    margin: 10px 0 0;
    padding: 0;
}
header .topMenu .menu .items .desktop .item .subs .subsContent .inner .col > a .desc p {
    margin: 0;
    font-size: 10px;
    color: var(--color6);
}

@media (max-width: 1024px) {
    header .topMenu .menu .items .desktop .item > a span {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    header .topMenu {
        display: none;
    }
}

/* content
----------------------------------------------------------------------------------------------------------------------*/

.martop{
	margin-top: 40px;
}
.bgwhite{
	background: #fff;
	padding:0px 10px 0px 0px;
}
.urok_day{
	color: #0bce7a;
	font-weight: 600;
}
.myhr{
	border-top: 1px solid #d8d8dc;
}
.info-urok{
text-align: center;
padding: 20px;
border: 5px solid #0bce7a;
}
.img-info{
	
}
.wrap-img{
	display: inline-block;
	border: 1px solid #0bce7a;
	border-radius: 75px;
	padding: 30px;
	margin-bottom: 15px;
}
.date-online{
	color: #f908a4;
	font-weight: 500;
	font-size: 17px;
	margin: 0px;
}
.date-online-green{
	color: #0bce7a;
	font-weight: 500;
	font-size: 17px;
	margin: 0px;
}
.text-online{
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	text-decoration: underline;
}
.text-online-black{
	color: #000;
	font-weight: 500;
	font-size: 18px;
	text-decoration: underline;
}
.link-online, .link-online:hover{
	color: #f908a4;
	display: inline-block;
	border: 1px solid #f908a4;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 10px 0px;
	background: none;
	text-decoration: none;
}
.link-online-green, .link-online-green:hover{
	color: #0bce7a;
	display: inline-block;
	border: 1px solid #0bce7a;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 10px 0px;
	background: none;
	text-decoration: none;
}
.color-rose{
	color: #f908a4;
	text-align: center;
}
.color-green{
	color: #0bce7a;
	text-align: center;
}
.intop{
	position: relative;
	top: -32px;
	font-style: italic;
}
.bg_grad{
	background: #08063b; /*420155*/
}

.t-name{
	font-size: 22px; margin: 10px 0px;
	font-weight: 600;
}
.t-profi{
	font-size: 22px; 
	margin: 0px 0px;
	font-weight: 500;
	color: #0bce7a;
}
.t-descr{

}
.t-whatsapp, .t-whatsapp:hover{
	font-size: 18px; 
	margin: 0px 0px;
	font-weight: 500;
	color: #0bce7a;
}
.t-vk{
	font-size: 18px; 
	margin: 0px 0px;
	font-weight: 500;
	color: #2FB5F4;
}
.t-inst{
	font-size: 18px; 
	margin: 0px 0px;
	font-weight: 500;
	color: #EC3C2F;
}

.btn-contact{
	display: inline-block;
	background:  #0bce7a;
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	margin: 15px;
	text-decoration: none;
	font-size: 18px;
}		
.link_but{
	display: inline-block;
	background:  #0bce7a;
	color: #fff;
	border-radius: 15px;
	padding: 10px 20px;
	margin: 15px;
	text-decoration: none;
	font-size: 18px;
}
.content {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px;
}
.innerBody .content {
    padding-top: 266px;
}
.content .site-error {
    width: auto;
    max-width: 1440px;
    margin: 0 auto;
    padding: 70px 0;
}

@media (max-width: 1440px) {
    .content .site-error {
        max-width: 1200px;
    }
}
@media (max-width: 767px) {
    .content {
        padding-top: 0;
	}

    .top_not_ban {
    	margin-top: 45px;
    }
}

/* content - breadcrumb
-------------------------------------------------------------------------------------*/
.content .breadcrumbWrap {
    width: auto;
    height: auto;
    margin: 0 -15px;
    padding: 0 15px;
    background: var(--color11);
}
.content .breadcrumbWrap .breadcrumb {
    width: auto;
    max-width: 1440px;
    margin: 0 auto;
    padding: 10px 0;
    background: none;
}
.content .breadcrumbWrap .breadcrumb li {
    font-size: 14px;
}
.content .breadcrumbWrap .breadcrumb li a {
    color: var(--color1);
}
.content .breadcrumbWrap .breadcrumb li.active {
    color: var(--color7);
}
.content .breadcrumbWrap .breadcrumb li:before {
    color: var(--color7);
}

@media (max-width: 1440px) {
    .content .breadcrumbWrap .breadcrumb {
        max-width: 1200px;
    }
}
@media (max-width: 767px) {
    .content .breadcrumbWrap {
        margin: 0 -15px;
        padding: 0 15px;
    }
    .content .breadcrumbWrap .breadcrumb li {
        font-size: 18px;
    }
}

/* content - page
-------------------------------------------------------------------------------------*/
.content .page {
    width: auto;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
}
.content .page h2.pageName {
    width: auto;
    margin: 0;
    padding: 0 0 15px;
    font-weight: 300;
    font-size: 34px;
    color: var(--color7);
    text-transform: uppercase;
    border-bottom: 3px solid var(--color1);
}
.content .page h2.pageName a {
    color: var(--color7);
    text-decoration: none;
    transition: all 0.2s;
}
.content .page h2.pageName a:hover {
    color: var(--color1);
}
.content .page .pageHtml {
    width: auto;
    height: auto;
    margin: 0;
    padding: 30px 0 0;
}
.content .page .pageHtml h1:first-child,
.content .page .pageHtml h2:first-child,
.content .page .pageHtml h3:first-child,
.content .page .pageHtml h4:first-child {
    margin-top: 0;
}

@media (max-width: 1440px) {
    .content .page {
        max-width: 1200px;
    }
}

/* content - page - leftMenu
-------------------------------------------------------------------------------------*/
.content .page .leftMenu {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 30px;
}
.content .page .leftMenu h2.leftMenuName {
    margin: 0;
    padding: 0 0 15px;
    font-weight: 300;
    font-size: 34px;
    color: var(--color7);
    border-bottom: 3px solid var(--color1);
}
.content .page .leftMenu > ul {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}
.content .page .leftMenu > ul > li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 15px 0 0;
}
.content .page .leftMenu > ul > li > a {
    width: auto;
    height: auto;
    margin: 0;
    padding: 13px 64px 12px 20px;
    background: var(--color9);
    display: block;
    position: relative;
    text-decoration: none;
    transition: all 0.2s;
}
.content .page .leftMenu > ul > li > a:hover,
.content .page .leftMenu > ul > li.active > a {
    background: var(--color6);
}
.content .page .leftMenu > ul > li > a > span {
    display: block;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
.content .page .leftMenu > ul > li > a > .leftMenuShowSub {
    width: 44px;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transition: all 0.2s;
}
.content .page .leftMenu > ul > li > a > .leftMenuShowSub:hover {
    background: rgba(0, 0, 0, 0.2);
}
.content .page .leftMenu > ul > li > a > .leftMenuShowSub i {
    font-size: 15px;
    color: #fff;
}
.content .page .leftMenu > ul > li > ul {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: none;
    list-style: none;
}
.content .page .leftMenu > ul > li.active > ul {
    display: block;
}
.content .page .leftMenu > ul > li > ul > li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 0 0;
}
.content .page .leftMenu > ul > li > ul > li > a {
    font-size: 16px;
    color: var(--color6);
    text-decoration: none;
    transition: all 0.2s;
}
.content .page .leftMenu > ul > li > ul > li > a:hover,
.content .page .leftMenu > ul > li > ul > li.active > a {
    color: var(--color1);
}

@media (max-width: 767px) {
    .content .page .leftMenu > ul > li.active > ul {
        display: none;
    }
}

/* content - page - filter
-------------------------------------------------------------------------------------*/
.content .page .filter {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 30px;
}
.content .page .filter h2.filterName {
    margin: 0;
    padding: 0 0 15px;
    font-weight: 300;
    font-size: 34px;
    color: var(--color7);
    border-bottom: 3px solid var(--color1);
}
.content .page .filter form {
    width: auto;
    height: auto;
    margin: 20px 0 0;
    padding: 0;
}
.content .page .filter form .price {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .page .filter form .item {
    width: auto;
    height: auto;
    margin: 0;
    padding: 20px 0 0;
}
.content .page .filter form .item button.name {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 13px 64px 12px 20px;
    background: var(--color7);
    display: block;
    position: relative;
    text-align: left;
    border: none;
    transition: all 0.2s;
}
.btn-register{
    width: auto;
    height: auto;
    margin: 10px auto;
    padding: 15px 30px ;
    background: #0bce7a;
    display: block;
	color: #fff;
	font-size: 18px;
    border: none;
    transition: all 0.2s;
}
.margin10{
	margin: 20px 0px;
}
form .form-control, form  .form-control{
	height: 40px;
	font-size: 15px;
	width: 300px;
	border-radius: 0px;
}
.content .page .filter form .item button.name:hover {
    background: var(--color6);
}
.content .page .filter form .item button.name span {
    display: block;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
.content .page .filter form .item button.name i {
    width: 44px;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 15px;
    color: #fff;
    transition: all 0.2s;
}
.content .page .filter form .item button.name:hover i {
    background: rgba(0, 0, 0, 0.2);
}
.content .page .filter form .item .data {
    width: auto;
    height: auto;
    margin: 0;
    padding: 15px 0 0;
    display: none;
}
.content .page .filter form .item .data.on {
    display: block;
}
.content .page .filter form .item .data .form-group {
    margin: 0 0 10px;
}
.content .page .filter form .item .data .form-group:last-child {
    margin-bottom: 0;
}
.content .page .filter form .item .data .form-group label {
    margin-bottom: 0;
    font-size: 12px;
}
.content .page .filter form .item .data .form-group label > div {
    margin-right: 10px;
}
.content .page .filter form .filterButtons {
    width: auto;
    height: auto;
    margin: 0;
    padding: 5px 0 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
}
.content .page .filter form .filterButtons .filterButton {
    width: 100%;
    margin: 15px 0 0;
}
.pleft30{
		padding-left:30px;
	}
@media (max-width: 767px) {
    .content .page .filter form .filterButtons {
        margin: 0 -5px;
        flex-direction: row;
        justify-content: space-between;
    }
    .content .page .filter form .filterButtons .filterButton {
        width: auto;
        margin: 15px 5px 0;
        flex-grow: 1;
    }
	.new_inner h5 {
		text-align:center;
		font-size: 22px;
		text-decoration: underline;
		line-height: 26px;

	}
	.new_inner  .lnk {
		text-align: center;
	}
	.new_inner  .lnk a{
		font-size: 22px;
		display:block;
		margin: 10px 0px 30px 0px;
	}
	.pleft30{
		padding-left:0px;
	}
}

/* content - page - pagination
-------------------------------------------------------------------------------------*/
.content .page .pageHtml .paginationWrap {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .page .pageHtml .paginationWrap .pagination {
    margin: 30px -5px 0;
}
.content .page .pageHtml .paginationWrap .pagination li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}
.content .page .pageHtml .paginationWrap .pagination li a,
.content .page .pageHtml .paginationWrap .pagination li span {
    width: 45px;
    height: 45px;
    margin: 0 5px;
    padding: 0;
    background: var(--color10);
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: var(--color6);
    text-decoration: none;
    text-align: center;
    line-height: 45px;
    border: none;
    border-radius: 0;
    transition: all 0.2s;
}
.content .page .pageHtml .paginationWrap .pagination li:hover a,
.content .page .pageHtml .paginationWrap .pagination li.active a,
.content .page .pageHtml .paginationWrap .pagination li:hover span,
.content .page .pageHtml .paginationWrap .pagination li.active span {
    background: var(--color6);
    color: #fff;
}

/* content - mainPage
-------------------------------------------------------------------------------------*/
.content .page.mainPage {
    max-width: none;
    margin: 0;
    padding: 0;
}
.content .mainPage section {
    width: auto;
    height: auto;
    margin: 0;
    padding: 50px 0;
    background: #fff;
}
.content .mainPage section.grayOne {
    background: var(--color11);
    margin: 50px -15px;
    padding: 50px 15px;
}
.content .mainPage section > h3.sectionName {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 0 15px;
    font-size: 34px;
    color: var(--color7);
    text-transform: uppercase;
    border-bottom: 3px solid var(--color1);
}
.content .mainPage section > h3.sectionName a {
    color: var(--color7);
    text-decoration: none;
    transition: all 0.2s;
}
.content .mainPage section > h3.sectionName a:hover {
    color: var(--color1);
}
.content .mainPage section > p.sectionDesc {
    width: auto;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    color: var(--color7);
    text-align: center;
    text-transform: uppercase;
}
.content .mainPage section > .inner, .new_inner {
    width: auto;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}

.new_inner  h5{
	font-size: 18px;
	text-decoration: underline;
	line-height: 20px;
}
.new_inner  h3{
	font-size: 28px;
	margin: 0px 20px 40px 20px;
}
.content .mainPage section > .inner h3.innerBlockName {
    margin: 0;
    padding: 0 0 15px;
    font-size: 34px;
    color: var(--color7);
    text-transform: uppercase;
    border-bottom: 3px solid var(--color1);
}
.content .mainPage section > .inner h3.innerBlockName a {
    color: var(--color7);
    text-decoration: none;
    transition: all 0.2s;
}
.content .mainPage section > .inner h3.innerBlockName a:hover {
    color: var(--color1);
}
.content .mainPage .blocks .inner .blocksContent  div.top60{
		margin-top: -60px;
}
	
@media (max-width: 1440px) {
    .content .mainPage section > h3.sectionName {
        max-width: 1200px;
    }
    .content .mainPage section > p.sectionDesc {
        max-width: 1200px;
    }
    .content .mainPage section > .inner {
        max-width: 1200px;
    }
}
@media (max-width: 767px) {
    .content .mainPage section {
        padding: 30px 0;
    }
    .content .mainPage section.grayOne {
        margin: 30px -15px;
        padding: 30px 15px;
    }
    .content .mainPage section > h3.sectionName {
        font-size: 34px;
    }
    .content .mainPage section > p.sectionDesc {
        font-size: 14px;
    }
	.content .mainPage .blocks .inner .blocksContent  div.top60{
		margin-top: 0px;
	}
}

/* content - mainPage - banners
-------------------------------------------------------------------------------------*/
.content .mainPage .banners {
    margin: 0 -15px;
    padding: 0;
	height: auto;
	overflow: hidden;
}
.content .mainPage .banners .inner {
    max-width: none;
}
.content .mainPage .banners .inner .bannersSlider {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .mainPage .banners .inner .bannersSlider .slide {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    text-decoration: none;
}
.content .mainPage .banners .inner .bannersSlider:not(.slick-slider) .slide:not(:first-child) {
    display: none;
}
.content .mainPage .banners .inner .bannersSlider .slide .banner {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}
.content .mainPage .banners .inner .bannersSlider .slide .banner img {
    width: 100%;
    height: auto;
}
.content .mainPage .banners .inner .bannersSlider .slide .banner .bannerContent {
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    position: absolute;
}
.content .mainPage .banners .inner .bannersSlider .slide .banner .bannerContent a , .content .mainPage .banners .inner .bannersSlider .slide .banner .bannerContent a :hover{
    width: auto;
    height: auto;
    margin: 20px 0 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
	display: block;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
}
.toconsult
{
    width: auto;
    height: auto;
    margin: 20px auto;
    font-weight: 500;
    font-size: 20px;
	line-height: 30px;
	display: inline-block;
	color: #0bce7a;
	border: 1px solid #0bce7a;
	border-radius: 5px;
	padding: 5px 15px 7px 15px;
	text-decoration: none;

}
.toconsult:hover
{
    width: auto;
    height: auto;
    margin: 20px auto;
    font-weight: 500;
    font-size: 22px;
	display: inline-block;
	color: #0bce7a;
	border: 1px solid #0bce7a;
	border-radius: 5px;
	padding: 5px 15px;
	text-decoration: none;

}
.content .mainPage .banners .inner .bannersSlider .slide .banner .bannerContent h4 {
    width: auto;
    height: auto;
    margin: 50px 0px 0px 0px;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    position: relative;
}
.content .mainPage .banners .inner .bannersSlider .slide .banner .bannerContent h4:before {
    content: ' ';
    width: 100px;
    height: 1px;
    left: -115px;
    top: 50%;
    background: #fff;
    display: block;
    position: absolute;
}
.content .mainPage .banners .inner .bannersSlider .slide .banner .bannerContent h4:after {
    content: ' ';
    width: 100px;
    height: 1px;
    top: 50%;
    right: -115px;
    background: #fff;
    display: block;
    position: absolute;
}
.content .mainPage .banners .inner .bannersSlider .slide .banner .bannerContent h2 {
    width: auto;
    height: auto;
    margin: 5px 0 0;
    font-weight: 700;
    font-size: 62px;
    color: #fff;
}

@media (max-width: 767px) {
    .content .mainPage .banners {
        padding-top: 68px;
    }
}

/* content - mainPage - blocks
-------------------------------------------------------------------------------------*/
.content .mainPage .blocks {
    margin: -150px 0 0;
    padding-top: 0;
}
.content .mainPage .blocks .inner .blocksContent {
    width: auto;
    height: auto;
    margin: -30px 30px 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.content .mainPage .blocks .inner .blocksContent > .col {
    width: 33.33%;
    height: auto;
    margin: 0;
    padding: 30px 15px 0;
}
.content .mainPage .blocks .inner .blocksContent .block {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.2s;
}
.content .mainPage .blocks .inner .blocksContent .block:hover {
    transform: translateY(-30px);
}
.content .mainPage .blocks .inner .blocksContent .block .img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.content .mainPage .blocks .inner .blocksContent .block .img img {
    width: 100%;
    height: auto;
}
.content .mainPage .blocks .inner .blocksContent .block h4 {
    margin: 20px 0 0;
    font-size: 18px;
    color: var(--color4);
    text-align: center;
}
.content .mainPage .blocks .inner .blocksContent .block p {
    margin: 15px 0 0;
    font-size: 13px;
    color: var(--color7);
    text-align: center;
    line-height: 1.4;
}
.top_div{
		 margin-top: 0px;
}
@media (max-width: 767px) {
	.top_div{
		 margin-top: -100px;
		}
    .content .mainPage .blocks {
        margin-top: 0;
        padding-top: 30px;
    }
    .content .mainPage .blocks .inner .blocksContent {
        flex-direction: column;
    }
    .content .mainPage .blocks .inner .blocksContent > .col {
        width: 100%;
    }
    .content .mainPage .blocks .inner .blocksContent .block {
        height: auto;
    }
    .content .mainPage .blocks .inner .blocksContent .block:hover {
        transform: translateY(0);
    }
    .content .mainPage .blocks .inner .blocksContent .block .img {
        height: auto;
    }
    .content .mainPage .blocks .inner .blocksContent .block .img img {
        width: 100%;
        height: auto;
    }
    .content .mainPage .blocks .inner .blocksContent .block h4 {
        font-size: 30px;
    }
    .content .mainPage .blocks .inner .blocksContent .block p {
        font-size: 14px;
    }
}

/* content - mainPage - map
-------------------------------------------------------------------------------------*/
.content .mainPage .map {}
.content .mainPage .map .inner {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.content .mainPage .map .inner .mapWrap {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0 15px 0 0;
    position: relative;
}
.content .mainPage .map .inner .mapWrap .input-group {
    width: 100%;
    margin-top: 30px;
}
.content .mainPage .map .inner .mapWrap .input-group .select2 .select2-selection {
    border-radius: 0;
}
.content .mainPage .map .inner .catalogWrap {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 0 15px;
}
.content .mainPage .map .inner .catalogWrap .goods {
    width: auto;
    height: auto;
    margin: 0 -15px;
    padding: 0 0 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.content .mainPage .map .inner .catalogWrap .goods > .col {
    width: 25%;
    height: auto;
    margin: 0;
    padding: 30px 15px 0;
}
.content .mainPage .map .inner .catalogWrap .goods .good {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    text-decoration: none;
}
.content .mainPage .map .inner .catalogWrap .goods .good .img {
    width: auto;
    height: 347px;
    margin: 0;
    padding: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.content .mainPage .map .inner .catalogWrap .goods .good .img:before {
    content: ' ';
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    background: linear-gradient(to top right, #f90b01, #f99c12);
    display: block;
    position: absolute;
    opacity: 0;
    transition: all 0.2s;
}
.content .mainPage .map .inner .catalogWrap .goods .good:hover .img:before {
    opacity: 0.4;
}
.content .mainPage .map .inner .catalogWrap .goods .good .img:after {
    content: '\f0c1';
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -17px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-size: 34px;
    color: #fff;
    display: block;
    position: absolute;
    opacity: 0;
    transform: translateX(-15px);
    transition: all 0.3s;
}
.content .mainPage .map .inner .catalogWrap .goods .good:hover .img:after {
    opacity: 1;
    transform: translateX(0);
}
.content .mainPage .map .inner .catalogWrap .goods .good .img img {
    width: auto;
    height: 100%;
}
.content .mainPage .map .inner .catalogWrap .goods .good .info {
    width: auto;
    height: auto;
    margin: 0;
    padding: 15px 15px 10px;
    background: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid var(--color12);
    border-top: none;
    box-shadow: 0 7px 0 0 var(--color12);
    transition: all 0.2s;
}
.content .mainPage .map .inner .catalogWrap .goods .good .info:before {
    content: ' ';
    width: 0;
    height: 0;
    margin: 0 0 0 -24px;
    padding: 0;
    left: 50%;
    top: -15px;
    display: block;
    position: absolute;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 15px solid #fff;
}
.content .mainPage .map .inner .catalogWrap .goods .good:hover .info {
    border-color: var(--color11);
    box-shadow: 0 7px 0 0 var(--color11);
}
.content .mainPage .map .inner .catalogWrap .goods .good .info h4.name {
    width: 100%;
    margin: 0;
    font-size: 14px;
    color: var(--color7);
    transition: all 0.2s;
}
.content .mainPage .map .inner .catalogWrap .goods .good .info p.price {
    margin: 0;
    padding: 0;
    height: 28px;
    font-weight: 900;
    font-size: 14px;
    color: var(--color5);
    line-height: 38px;
}
.content .mainPage .map .inner .catalogWrap .goods .good .info p.price span {
    font-size: 12px;
    font-weight: 300;
    color: var(--color5);
}
.content .mainPage .map .inner .catalogWrap .goods .good .info .ratingWrap {
    width: auto;
    height: auto;
    margin: 0;
    padding: 5px 0 0;
}
.content .mainPage .map .inner .catalogWrap .goods .good .info .ratingWrap .rating-container {
    margin-left: -1px;
    font-size: 15px;
}

@media (max-width: 1440px) {
    .content .mainPage .map .inner .catalogWrap {
        width: 100%;
    }
    .content .mainPage .map .inner .catalogWrap .goods > .col {
        width: 25%;
    }
}
@media (max-width: 1024px) {

}
@media (max-width: 767px) {
    .content .mainPage .map .inner .catalogWrap {
        width: 100%;
        padding: 30px 0 0;
    }
    .content .mainPage .map .inner .catalogWrap .goods {
        flex-direction: column;
    }
    .content .mainPage .map .inner .catalogWrap .goods > .col {
        width: 100%;
    }
    .content .mainPage .map .inner .catalogWrap .goods .good .img {
        height: auto;
    }
    .content .mainPage .map .inner .catalogWrap .goods .good .img img {
        width: 100%;
        height: auto;
    }
}

/* content - newsPage
-------------------------------------------------------------------------------------*/
.content .page.newsPage {}
.content .newsPage .news {
    width: auto;
    height: auto;
    margin: -30px -15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.content .newsPage .news > .col {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 30px 15px 0;
}
.content .newsPage .news .new {
    width: auto;
    height: auto;
    max-height: 300px;
    margin: 0;
    padding: 0;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    text-decoration: none;
    box-shadow: 0 7px 0 0 var(--color12);
    transition: all 0.2s;
}
.content .newsPage .news .new:hover {
    box-shadow: 0 7px 0 0 var(--color12);
}
.content .newsPage .news .new .img {
    width: 35%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.content .newsPage .news .new .img:before {
    content: ' ';
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: linear-gradient(to top right, #f90b01, #f99c12);
    display: block;
    position: absolute;
    opacity: 0;
    transition: all 0.3s;
}
.content .newsPage .news .new:hover .img:before {
    opacity: 0.4;
}
.content .newsPage .news .new .img:after {
    content: '\f0c1';
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -17px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-size: 34px;
    color: #fff;
    display: block;
    position: absolute;
    opacity: 0;
    transform: translateX(-15px);
    transition: all 0.3s;
}
.content .newsPage .news .new:hover .img:after {
    opacity: 1;
    transform: translateX(0);
}
.content .newsPage .news .new .img img {
    width: auto;
    height: 100%;
}
.content .newsPage .news .new .description {
    width: 65%;
    height: auto;
    margin: 0;
    padding: 20px;
    position: relative;
    border: 1px solid var(--color12);
    border-left: none;
    transition: all 0.2s;
}
.content .newsPage .news .new:hover .description {
    border-color: var(--color12);
}
.content .newsPage .news .new .description:before {
    content: ' ';
    width: 0;
    height: 0;
    margin: -24px 0 0;
    left: -15px;
    top: 50%;
    display: block;
    position: absolute;
    border-top: 24px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 24px solid transparent;
}
.content .newsPage .news .new .description h4.name {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: var(--color7);
}
.content .newsPage .news .new .description p.date {
    margin: 10px 0 0;
    font-weight: 300;
    font-size: 14px;
    color: var(--color10);
}
.content .newsPage .news .new .description .text {
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 0 0;
}
.content .newsPage .news .new .description .text p {
    margin: 0;
    font-size: 12px;
    color: var(--color9);
}

@media (max-width: 1024px) {
    .content .newsPage .news > .col {
        width: 100%;
    }
}

/* content - articlesPage
-------------------------------------------------------------------------------------*/
.content .page.articlesPage {}
.content .articlesPage .articles {
    width: auto;
    height: auto;
    margin: -30px -15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.content .articlesPage .articles > .col {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 30px 15px 0;
}
.content .articlesPage .articles .article {
    width: auto;
    height: auto;
    max-height: 300px;
    margin: 0;
    padding: 0;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    text-decoration: none;
    box-shadow: 0 7px 0 0 var(--color12);
    transition: all 0.2s;
}
.content .articlesPage .articles .article:hover {
    box-shadow: 0 7px 0 0 var(--color12);
}
.content .articlesPage .articles .article .img {
    width: 35%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.content .articlesPage .articles .article .img:before {
    content: ' ';
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: linear-gradient(to top right, #f90b01, #f99c12);
    display: block;
    position: absolute;
    opacity: 0;
    transition: all 0.3s;
}
.content .articlesPage .articles .article:hover .img:before {
    opacity: 0.4;
}
.content .articlesPage .articles .article .img:after {
    content: '\f0c1';
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -17px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-size: 34px;
    color: #fff;
    display: block;
    position: absolute;
    opacity: 0;
    transform: translateX(-15px);
    transition: all 0.3s;
}
.content .articlesPage .articles .article:hover .img:after {
    opacity: 1;
    transform: translateX(0);
}
.content .articlesPage .articles .article .img img {
    width: auto;
    height: 100%;
}
.content .articlesPage .articles .article .description {
    width: 65%;
    height: auto;
    margin: 0;
    padding: 20px;
    position: relative;
    border: 1px solid var(--color12);
    border-left: none;
    transition: all 0.2s;
}
.content .articlesPage .articles .article:hover .description {
    border-color: var(--color12);
}
.content .articlesPage .articles .article .description:before {
    content: ' ';
    width: 0;
    height: 0;
    margin: -24px 0 0;
    left: -15px;
    top: 50%;
    display: block;
    position: absolute;
    border-top: 24px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 24px solid transparent;
}
.content .articlesPage .articles .article .description h4.name {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: var(--color7);
}
.content .articlesPage .articles .article .description p.date {
    margin: 10px 0 0;
    font-weight: 300;
    font-size: 14px;
    color: var(--color10);
}
.content .articlesPage .articles .article .description .text {
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 0 0;
}
.content .articlesPage .articles .article .description .text p {
    margin: 0;
    font-size: 12px;
    color: var(--color9);
}

@media (max-width: 1024px) {
    .content .articlesPage .articles > .col {
        width: 100%;
    }
}

/* content - catalogPage
-------------------------------------------------------------------------------------*/
.content .page.catalogPage {}
.content .catalogPage .pageHtml .categories {
    width: auto;
    height: auto;
    margin: -30px -15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.content .catalogPage .pageHtml .categories > .col {
    width: 16.66%;
    height: auto;
    margin: 0;
    padding: 30px 15px 0;
}
.content .catalogPage .pageHtml .categories .cat {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    text-decoration: none;
}
.content .catalogPage .pageHtml .categories .cat .img {
    width: auto;
    height: 200px;
    margin: 0;
    padding: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.content .catalogPage .pageHtml .categories .cat .img:before {
    content: ' ';
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    background: linear-gradient(to top right, #f90b01, #f99c12);
    display: block;
    position: absolute;
    opacity: 0;
    transition: all 0.2s;
}
.content .catalogPage .pageHtml .categories .cat:hover .img:before {
    opacity: 0.4;
}
.content .catalogPage .pageHtml .categories .cat .img:after {
    content: '\f0c1';
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -17px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-size: 34px;
    color: #fff;
    display: block;
    position: absolute;
    opacity: 0;
    transform: translateX(-15px);
    transition: all 0.3s;
}
.content .catalogPage .pageHtml .categories .cat:hover .img:after {
    opacity: 1;
    transform: translateX(0);
}
.content .catalogPage .pageHtml .categories .cat .img img {
    width: auto;
    height: 100%;
}
.content .catalogPage .pageHtml .categories .cat .info {
    width: auto;
    height: auto;
    margin: 15px 0 0;
    padding: 0;
    background: #fff;
}
.content .catalogPage .pageHtml .categories .cat .info h4.name {
    margin: 0;
    font-size: 18px;
    color: var(--color8);
    text-align: center;
    transition: all 0.2s;
}
.content .catalogPage .pageHtml .categories .cat:hover .info h4.name {
    color: var(--color1);
}
.content .catalogPage .pageHtml .goods {
    width: auto;
    height: auto;
    margin: -30px -15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.content .catalogPage .pageHtml .goods > .col {
    width: 33.33%;
    height: auto;
    margin: 0;
    padding: 30px 15px 0;
}
.content .catalogPage .pageHtml .goods .good {
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0 0 55px;
    background: #fff;
    display: block;
    position: relative;
    text-decoration: none;
}
.content .catalogPage .pageHtml .goods .good .img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.content .catalogPage .pageHtml .goods .good .img:before {
    content: ' ';
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    background: linear-gradient(to top right, #f90b01, #f99c12);
    display: block;
    position: absolute;
    opacity: 0;
    transition: all 0.2s;
}
.content .catalogPage .pageHtml .goods .good:hover .img:before {
    opacity: 0.4;
}
.content .catalogPage .pageHtml .goods .good .img:after {
    content: '\f0c1';
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -17px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-size: 34px;
    color: #fff;
    display: block;
    position: absolute;
    opacity: 0;
    transform: translateX(-15px);
    transition: all 0.3s;
}
.content .catalogPage .pageHtml .goods .good:hover .img:after {
    opacity: 1;
    transform: translateX(0);
}
.content .catalogPage .pageHtml .goods .good .img img {
    width: 100%;
}
.content .catalogPage .pageHtml .goods .good .info {
    width: auto;
    height: auto;
    margin: 15px 0 0;
    padding: 0;
    background: #fff;
}
.content .catalogPage .pageHtml .goods .good .info h4.name {
    margin: 0;
    font-size: 18px;
    color: var(--color8);
    transition: all 0.2s;
}
.content .catalogPage .pageHtml .goods .good:hover .info h4.name {
    color: var(--color1);
}
.content .catalogPage .pageHtml .goods .good .info .desc {
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 0 0;
}
.content .catalogPage .pageHtml .goods .good .info .desc p {
    margin: 0;
    font-size: 13px;
    color: var(--color9);
}
.content .catalogPage .pageHtml .goods .good .info p.price {
    margin: 5px 0 0;
    font-weight: 900;
    font-size: 16px;
    color: var(--color6);
}
.content .catalogPage .pageHtml .goods .good .info p.price span {
    font-size: 14px;
    font-weight: 300;
    color: var(--color6);
}
.content .catalogPage .pageHtml .goods .good .info .ratingWrap {
    width: auto;
    height: auto;
    margin: 0;
    padding: 5px 0 0;
}
.content .catalogPage .pageHtml .goods .good .info .ratingWrap .rating-container {
    margin-left: -1px;
    font-size: 15px;
}
.content .catalogPage .pageHtml .goods .good .buyButtonWrap {
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
}

@media (max-width: 1440px) {
    .content .catalogPage .pageHtml .categories > .col {
        width: 25%;
    }
}
@media (max-width: 1024px) {
    .content .catalogPage .pageHtml .categories > .col {
        width: 33.33%;
    }
    .content .catalogPage .pageHtml .goods > .col {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .content .catalogPage .pageHtml .categories > .col {
        width: 100%;
    }
    .content .catalogPage .pageHtml .categories > .col:not(:first-child) .cat {
        padding-top: 30px;
        border-top: 2px solid var(--color10);
    }
    .content .catalogPage .pageHtml .goods > .col {
        width: 100%;
    }
    .content .catalogPage .pageHtml .goods > .col:not(:first-child) .good {
        padding-top: 30px;
        border-top: 2px solid var(--color10);
    }
    .content .catalogPage .pageHtml .goods .good .img {
        height: auto;
    }
    .content .catalogPage .pageHtml .goods .good .info .desc p {
        font-size: 14px;
    }
}

/* content - productPage
-------------------------------------------------------------------------------------*/
.content .page.productPage {}
.content .productPage h2.pageName {
    display: none;
}
.content .productPage .pageHtml {
    padding: 0;
}
.content .productPage .pageHtml .good {
    width: auto;
    height: auto;
    margin: 0 -15px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.content .productPage .pageHtml .good .imgWrap {
    width: 650px;
    height: auto;
    margin: 0;
    padding: 0 15px;
}
.content .productPage .pageHtml .good .imgWrap .chief {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .productPage .pageHtml .good .imgWrap .chief .chiefSlider {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .productPage .pageHtml .good .imgWrap .chief .chiefSlider .slide {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .productPage .pageHtml .good .imgWrap .chief .chiefSlider:not(.slick-slider) .slide:not(:first-child) {
    display: none;
}
.content .productPage .pageHtml .good .imgWrap .chief .chiefSlider .slide .img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .productPage .pageHtml .good .imgWrap .chief .chiefSlider .slide .img img {
    width: 100%;
}
.content .productPage .pageHtml .good .imgWrap .thumbs {
    width: auto;
    height: auto;
    margin: 0;
    padding: 15px 0 0;
}
.content .productPage .pageHtml .good .imgWrap .thumbs .thumbsSlider {
    width: auto;
    height: auto;
    margin: 0 -10px;
    padding: 0;
}
.content .productPage .pageHtml .good .imgWrap .thumbs .thumbsSlider:not(.slick-slider) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.content .productPage .pageHtml .good .imgWrap .thumbs .thumbsSlider .slick-track {
    margin-left: 0;
    margin-right: 0;
}
.content .productPage .pageHtml .good .imgWrap .thumbs .thumbsSlider .slide {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
}
.content .productPage .pageHtml .good .imgWrap .thumbs .thumbsSlider:not(.slick-slider) .slide {
    width: 20%;
}
.content .productPage .pageHtml .good .imgWrap .thumbs .thumbsSlider:not(.slick-slider) .slide:not(:nth-child(-n+5)) {
    display: none;
}
.content .productPage .pageHtml .good .imgWrap .thumbs .thumbsSlider .slide .img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    transition: all 0.2s;
    border: 2px solid var(--color10);
}
.content .productPage .pageHtml .good .imgWrap .thumbs .thumbsSlider .slide:hover .img,
.content .productPage .pageHtml .good .imgWrap .thumbs .thumbsSlider .slide.slick-current .img {
    border-color: var(--color1);
}
.content .productPage .pageHtml .good .imgWrap .thumbs .thumbsSlider .slide .img img {
    width: 100%;
}
.content .productPage .pageHtml .good .infoWrap {
    width: calc(100% - 650px);
    height: auto;
    margin: 0;
    padding: 0 15px;
}
.content .productPage .pageHtml .good .infoWrap .info {
    width: auto;
    height: auto;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid var(--color10);
}
.content .productPage .pageHtml .good .infoWrap .info h2.name {
    margin: 0;
    font-weight: 300;
    font-size: 34px;
    color: var(--color7);
}
.content .productPage .pageHtml .good .infoWrap .info p.price {
    font-weight: 900;
    margin: 10px 0 0;
    font-size: 20px;
    color: var(--color6);
}
.content .productPage .pageHtml .good .infoWrap .info p.price span {
    font-weight: 300;
    font-size: 16px;
}
.content .productPage .pageHtml .good .infoWrap .info .goodRatingWrap {
    width: auto;
    height: auto;
    margin: 0;
    padding: 5px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.content .productPage .pageHtml .good .infoWrap .info .goodRatingWrap .rating-container {
    margin-left: -1px;
    font-size: 15px;
}
.content .productPage .pageHtml .good .infoWrap .info .goodRatingWrap > p {
    margin: 0;
    padding: 2px 0 0 10px;
    font-weight: 300;
    font-size: 14px;
    color: var(--color10);
}
.content .productPage .pageHtml .good .infoWrap .description {
    width: auto;
    height: auto;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid var(--color10);
}
.content .productPage .pageHtml .good .infoWrap .description p {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    color: var(--color9);
}
.content .productPage .pageHtml .tabs {
    width: auto;
    height: auto;
    margin: 0;
    padding: 20px 0 0;
}
.content .productPage .pageHtml .tabs ul.nav li a {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 14px;
    color: var(--color1);
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.3s;
}
.content .productPage .pageHtml .tabs ul.nav li a span {
    font-size: 20px;
    color: var(--color1);
}
.content .productPage .pageHtml .tabs ul.nav li.active a {
    color: var(--color6);
}
.content .productPage .pageHtml .tabs .tab-content .tab-pane {
    padding: 15px 0 0;
}
.content .productPage .pageHtml .tabs .tab-content h3.name {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 30px;
    color: var(--color7);
}
.content .productPage .pageHtml .tabs .tab-content .fullDescription {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .productPage .pageHtml .tabs .tab-content .fullDescription p {
    font-size: 14px;
    color: var(--color6);
}
.content .productPage .pageHtml .tabs .tab-content .reviews {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .productPage .pageHtml .tabs .tab-content .reviews .review {
    width: auto;
    height: auto;
    margin: 0 0 20px;
    padding: 0 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px dotted var(--color10);
}
.content .productPage .pageHtml .tabs .tab-content .reviews .review .photo {
    width: 82px;
    height: 82px;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.content .productPage .pageHtml .tabs .tab-content .reviews .review .photo i {
    font-size: 82px;
    color: var(--color10);
    display: block;
}
.content .productPage .pageHtml .tabs .tab-content .reviews .review .reviewContent {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 20px;
}
.content .productPage .pageHtml .tabs .tab-content .reviews .review .reviewContent p.name {
    margin: 0 0 5px;
    font-weight: 900;
    font-size: 15px;
    color: var(--color9);
}
.content .productPage .pageHtml .tabs .tab-content .reviews .review .reviewContent p.date {
    margin: 0;
    font-weight: 300;
    font-size: 13px;
    color: var(--color10);
}
.content .productPage .pageHtml .tabs .tab-content .reviews .review .reviewContent .text {
    width: auto;
    height: auto;
    margin: 15px 0 0;
    padding: 0;
}
.content .productPage .pageHtml .tabs .tab-content .reviews .review .reviewContent .text > p {
    font-weight: 300;
    font-size: 14px;
    color: var(--color9);
}
.content .productPage .pageHtml .tabs .tab-content .reviews .review .ratingWrap {
    width: auto;
    height: auto;
    margin: 0 0 0 auto;
    padding: 0;
    flex-shrink: 0;
}
.content .productPage .pageHtml .tabs .tab-content .reviews .review .ratingWrap .rating-container {
    font-size: 15px;
}
.content .productPage .pageHtml .tabs .tab-content .addReview {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .productPage .pageHtml .tabs .tab-content .addReview h3.toggleForm {
    cursor: pointer;
}
.content .productPage .pageHtml .tabs .tab-content .addReview .formWrap {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}
.content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group {}
.content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group:last-child {
    margin-bottom: 0;
}
.content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group input[type='text'] {
    font-size: 14px;
    border-radius: 0;
}
.content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group .cke_contents {
    min-height: 200px;
}
.content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group textarea {
    height: 200px;
}
.content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group.field-reviews-rating {
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group .labelWrap {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group .labelWrap label {
    margin: 0;
    padding-top: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #757575;
    line-height: 30px;
}
.content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group .ratingWrap {
    width: auto;
    height: auto;
    margin: 0 0 0 10px;
    padding: 0;
}
.content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group .ratingWrap .rating-container {
    font-size: 20px;
}
.content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group .ratingWrap input {
    display: none;
}
.content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group .verifyWrap {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
}
.content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group .verifyWrap .img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group .verifyWrap .img img {
    height: 50px;
    border: 1px solid #dfdfdf;
    cursor: pointer;
}
.content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group .verifyWrap .input {
    width: auto;
    height: auto;
    margin: 0 0 0 10px;
    padding: 0;
}
.content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group button {
    margin: 0;
}

@media (max-width: 1024px) {
    .content .productPage .pageHtml .good .imgWrap {
        width: 500px;
    }
    .content .productPage .pageHtml .good .infoWrap {
        width: calc(100% - 500px);
    }
}
@media (max-width: 767px) {
    .content .productPage h2.pageName {
        display: block;
    }
    .content .productPage .pageHtml {
        padding-top: 30px;
    }
    .content .productPage .pageHtml .good {
        flex-direction: column;
    }
    .content .productPage .pageHtml .good .imgWrap {
        width: 100%;
    }
    .content .productPage .pageHtml .good .imgWrap .thumbs {
        display: none;
    }
    .content .productPage .pageHtml .good .infoWrap {
        width: 100%;
        padding-top: 30px;
    }
    .content .productPage .pageHtml .good .infoWrap .info h2.name {
        display: none;
    }
    .content .productPage .pageHtml .good .infoWrap .info p.price {
        margin-top: 0;
    }
    .content .productPage .pageHtml .tabs .tab-content .reviews .review {
        flex-direction: column;
    }
    .content .productPage .pageHtml .tabs .tab-content .reviews .review .photo {
        display: none;
    }
    .content .productPage .pageHtml .tabs .tab-content .reviews .review .reviewContent {
        padding: 0;
    }
    .content .productPage .pageHtml .tabs .tab-content .reviews .review .ratingWrap {
        margin: 0;
    }
    .content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group .labelWrap label {
        padding-top: 0;
    }
    .content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group.field-reviews-rating {
        flex-direction: column;
        align-items: flex-start;
    }
    .content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group .ratingWrap {
        margin: 0;
    }
    .content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group .ratingWrap .rating-container {
        font-size: 34px;
    }
    .content .productPage .pageHtml .tabs .tab-content .addReview .formWrap form .form-group button {
        width: 100%;
    }
}

/* content - cartPage
-------------------------------------------------------------------------------------*/
.content .page.cartPage {}
.content .cartPage table {
    border-color: var(--color10);
}
.content .cartPage table th,
.content .cartPage table td {
    border-color: var(--color10);
}
.content .cartPage table th span {
    font-size: 12px;
    font-weight: 400;
    color: var(--color6);
}
.content .cartPage table td {
    vertical-align: middle;
}
.content .cartPage table.deliveryTable td {
    padding: 20px 8px;
}
.content .cartPage table td .item {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.content .cartPage table td .item .img {
    width: 120px;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    text-decoration: none;
}
.content .cartPage table td .item .img img {
    width: 100%;
}
.content .cartPage table td .item .desc {
    width: calc(100% - 120px);
    height: auto;
    margin: 0;
    padding: 0 0 0 15px;
}
.content .cartPage table td .item .desc .name {
    font-size: 16px;
    color: var(--color6);
    text-decoration: none;
    line-height: 1.2;
    transition: all 0.2s;
}
.content .cartPage table td .item .desc .name:hover {
    color: var(--color1);
}
.content .cartPage table td .item .desc span {
    margin-top: 5px;
    display: block;
    font-size: 14px;
}
.content .cartPage table td > span {
    font-size: 16px;
    color: var(--color6);
    white-space: nowrap;
}
.content .cartPage table.deliveryTable td > span {
    font-size: 14px;
    color: var(--color9);
    white-space: normal;
}
.content .cartPage table.deliveryTable td > span.time {
    color: var(--color10);
}
.content .cartPage table td .countWrap {
    width: 138px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.content .cartPage table td .countWrap button {
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    background: var(--color10);
    border: none;
}
.content .cartPage table td .countWrap button i {
    color: var(--color7);
    transition: all 0.2s;
}
.content .cartPage table td .countWrap button:hover i {
    color: #fff;
}
.content .cartPage table td .countWrap input[type='text'] {
    width: 50px;
    height: 44px;
    margin: 0;
    background: #fff;
    display: block;
    font-size: 15px;
    color: var(--color7);
    text-align: center;
    border-radius: 0;
}
.content .cartPage table td .countWrap input[type='text']:not(:focus) {
    border-color: var(--color10);
    outline: none;
    box-shadow: none;
}
.content .cartPage table td button.delButton {
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    background: var(--color10);
    border: none;
    border-radius: 44px;
    transition: all 0.2s;
}
.content .cartPage table td button.delButton:hover {
    /*background: #a94442;*/
    background: var(--color1);
}
.content .cartPage table td button.delButton i {
    font-size: 20px;
    color: #fff;
    line-height: 44px;
}
.content .cartPage .infoWrap {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .cartPage .infoWrap p {
    margin: 0;
    font-weight: 400;
    font-size: 28px;
    color: var(--color10);
}
.content .cartPage .infoWrap p span {
    font-size: 34px;
    color: var(--color6);
}
.content .cartPage .goToNext {
    width: auto;
    height: auto;
    margin: 0 -10px;
    padding: 20px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.content .cartPage .goToNext .primeButton {
    margin: 0 10px;
}
.content .cartPage .formWrap {
    width: auto;
    height: auto;
    margin: 0;
    padding: 20px 0 0;
}
.content .cartPage .formWrap h3 {
    margin: 0;
    font-weight: 300;
    font-size: 34px;
    color: var(--color6);
}
.content .cartPage .formWrap form {
    width: auto;
    height: auto;
    margin: 0;
    padding: 20px 0 0;
}

@media (max-width: 767px) {
    .content .cartPage table td .item {
        flex-direction: column-reverse;
    }
    .content .cartPage table td .item .img {
        width: auto;
        margin-top: 10px;
    }
    .content .cartPage table td .item .desc {
        width: auto;
        padding: 0;
    }
    .content .cartPage table td > span {
        font-size: 14px;
    }
    .content .cartPage .goToNext .primeButton {
        width: 100%;
    }
}

/* content - accountPage
-------------------------------------------------------------------------------------*/
.content .page.accountPage {}

/* content - accountPage - index
-------------------------------------------------------------------------------------*/
.content .accountPage .pageHtml {
    padding-top: 0;
}
.content .accountPage .pageHtml > .alert {
    margin-top: 30px;
}
.content .accountPage .pageHtml .sections {
    width: auto;
    height: auto;
    margin: 0 -15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.content .accountPage .pageHtml .sections > .col {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 50px 15px 0;
}
.content .accountPage .pageHtml .sections .section {
    width: auto;
    height: auto;
    margin: 0;
    padding: 40px 20px 20px;
    background: #fff;
    display: block;
    position: relative;
    text-decoration: none;
    border: 7px solid var(--color12);
    transition: all 0.2s;
}
.content .accountPage .pageHtml .sections .section:not(.disabled):hover {
    border-color: var(--color1);
    transform: translateY(-10px);
}
.content .accountPage .pageHtml .sections .section .icon {
    width: 120px;
    height: 40px;
    margin: 0 0 0 -60px;
    padding: 0;
    left: 50%;
    top: -20px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.content .accountPage .pageHtml .sections .section .icon i {
    font-size: 40px;
    color: var(--color9);
}
.content .accountPage .pageHtml .sections .section.disabled .icon i {
    color: var(--color12);
}
.content .accountPage .pageHtml .sections .section .data {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .accountPage .pageHtml .sections .section .data h4 {
    margin: 0;
    font-weight: 700;
    font-size: 25px;
    color: var(--color7);
    text-align: center;
}
.content .accountPage .pageHtml .sections .section.disabled .data h4 {
    color: var(--color12);
}
.content .accountPage .pageHtml .sections .section .data p {
    width: auto;
    height: auto;
    margin: 12px 0 0;
    padding: 12px 0 0;
    font-size: 13px;
    color: var(--color10);
    text-align: center;
    line-height: 1.2;
    border-top: 1px solid var(--color12);
    transition: all 0.2s;
}
.content .accountPage .pageHtml .sections .section:not(.disabled):hover .data p {
    color: var(--color1);
    border-color: var(--color1);
}
.content .accountPage .pageHtml .sections .section.disabled .data p {
    color: var(--color12);
}

@media (max-width: 767px) {
    .content .accountPage .pageHtml .sections {
        flex-direction: column;
    }
    .content .accountPage .pageHtml .sections > .col {
        width: 100%;
    }
    .content .accountPage .pageHtml .sections .section {
        border-color: var(--color12)!important;
        transform: translateY(0)!important;
    }
}

/* content - accountPage - user
-------------------------------------------------------------------------------------*/
.content .accountPage .pageHtml .personalData {
    width: auto;
    height: auto;
    margin: 30px 0 0;
    padding: 0;
}
.content .accountPage .pageHtml .personalData .alert {
    margin-bottom: 30px;
}
.content .accountPage .pageHtml .personalData form {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .accountPage .pageHtml .personalData form .form-group label > div {
    margin-right: 7px;
}

@media (max-width: 767px) {
    .content .accountPage .pageHtml .personalData form .form-group button {
        width: 100%;
    }
}

/* content - accountPage - orders
-------------------------------------------------------------------------------------*/
.content .accountPage .pageHtml .orders {
    width: auto;
    height: auto;
    margin: 30px 0 0;
    padding: 0;
}
.content .accountPage .pageHtml .orders .order {
    width: auto;
    height: auto;
    margin: 30px 0 0;
    padding: 20px;
    border: 1px solid var(--color10);
}
.content .accountPage .pageHtml .orders .order:first-child {
    margin-top: 0;
}
.content .accountPage .pageHtml .orders .order h4.showOrder {
    margin: 0;
    font-size: 18px;
    color: var(--color1);
    text-transform: uppercase;
    cursor: pointer;
}
.content .accountPage .pageHtml .orders .order h4.showOrder span {
    font-size: 16px;
    color: var(--color9);
    text-transform: lowercase;
}
.content .accountPage .pageHtml .orders .order .inner {
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 0 0;
    display: none;
}
.content .accountPage .pageHtml .orders .order .inner .info {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .accountPage .pageHtml .orders .order .inner .info p {
    margin: 0;
    font-size: 16px;
    color: var(--color7);
}
.content .accountPage .pageHtml .orders .order .inner .info p span.t1 {
    color: var(--color1);
}
.content .accountPage .pageHtml .orders .order .inner .info p span.t2 {
    color: var(--color9);
}
.content .accountPage .pageHtml .orders .order .inner .goods {
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 0 0;
}
.content .accountPage .pageHtml .orders .order .inner .goods table {
    margin: 0;
    border-color: var(--color10);
}
.content .accountPage .pageHtml .orders .order .inner .goods table th,
.content .accountPage .pageHtml .orders .order .inner .goods table td {
    border-color: var(--color10);
}
.content .accountPage .pageHtml .orders .order .inner .goods table th span {
    font-size: 12px;
    font-weight: 400;
    color: var(--color6);
}
.content .accountPage .pageHtml .orders .order .inner .goods table td {
    vertical-align: middle;
}
.content .accountPage .pageHtml .orders .order .inner .goods table td .item {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.content .accountPage .pageHtml .orders .order .inner .goods table td .item .img {
    width: 120px;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    text-decoration: none;
}
.content .accountPage .pageHtml .orders .order .inner .goods table td .item .img img {
    width: 100%;
}
.content .accountPage .pageHtml .orders .order .inner .goods table td .item .desc {
    width: calc(100% - 120px);
    height: auto;
    margin: 0;
    padding: 0 0 0 15px;
}
.content .accountPage .pageHtml .orders .order .inner .goods table td .item .desc .name {
    font-size: 16px;
    color: var(--color6);
    text-decoration: none;
    line-height: 1.2;
    transition: all 0.2s;
}
.content .accountPage .pageHtml .orders .order .inner .goods table td .item .desc .name:hover {
    color: var(--color1);
}
.content .accountPage .pageHtml .orders .order .inner .goods table td .item .desc span {
    margin-top: 5px;
    display: block;
    font-size: 14px;
}
.content .accountPage .pageHtml .orders .order .inner .goods table td > span {
    font-size: 16px;
    color: var(--color6);
    white-space: nowrap;
}

@media (max-width: 767px) {
    .content .accountPage .pageHtml .orders .order .inner .goods table td .item {
        flex-direction: column-reverse;
    }
    .content .accountPage .pageHtml .orders .order .inner .goods table td .item .img {
        width: auto;
        margin-top: 10px;
    }
    .content .accountPage .pageHtml .orders .order .inner .goods table td .item .desc {
        width: auto;
        padding: 0;
    }
    .content .accountPage .pageHtml .orders .order .inner .goods table td > span {
        font-size: 14px;
    }
}

/* content - accountPage - reviews
-------------------------------------------------------------------------------------*/
.content .accountPage .pageHtml .reviews {
    width: auto;
    height: auto;
    max-height: 500px;
    margin: 30px 0 0;
    padding: 0;
}
.content .accountPage .pageHtml .reviews .review {
    width: auto;
    height: auto;
    margin: 30px 0 0;
    padding: 10px 20px;
    background: #f6f6f6;
    border: 1px solid var(--color10);
}
.content .accountPage .pageHtml .reviews .review:first-child {
    margin-top: 0;
}
.content .accountPage .pageHtml .reviews .review .top {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.content .accountPage .pageHtml .reviews .review .top .name {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .accountPage .pageHtml .reviews .review .top .name p {
    margin: 0;
    font-size: 18px;
    color: var(--color9);
}
.content .accountPage .pageHtml .reviews .review .top .name p span {
    margin-right: 5px;
}
.content .accountPage .pageHtml .reviews .review .top .ratingWrap {
    width: auto;
    height: auto;
    margin: 0 0 0 15px;
}
.content .accountPage .pageHtml .reviews .review .top .ratingWrap .rating-container {
    font-size: 14px;
}
.content .accountPage .pageHtml .reviews .review .good {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .accountPage .pageHtml .reviews .review .good a {
    font-size: 14px;
    color: var(--color1);
}
.content .accountPage .pageHtml .reviews .review .text {
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 0 0;
}
.content .accountPage .pageHtml .reviews .review .date {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.content .accountPage .pageHtml .reviews .review .date p {
    margin: 0;
    font-size: 12px;
    color: var(--color9);
}
.wrap_content{
	padding: 10px 30px;
	
}
/* footer
----------------------------------------------------------------------------------------------------------------------*/
footer {
    width: 100%;
    height: auto;
    margin: auto 0 0;
    padding: 0 30px;
    /*background: url('/image/footer_background.jpg') center center no-repeat scroll;
    background-size: cover;*/
	background: #000;
}

@media (max-width: 767px) {
    footer {
        background: var(--color4);
    }
}

/* footer - top
-------------------------------------------------------------------------------------*/
footer .topWrap {
    width: auto;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
}
footer .topWrap .top {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
footer .topWrap .top a.logo {
    width: 140px;
    height: auto;
    margin: 0 50px;
    padding: 0;
    display: block;
    text-decoration: none;
}
footer .topWrap .top a.logo img {
    width: 100%;
    height: auto;
    /*filter: grayscale(100%);*/
}
footer .topWrap .top .item {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 50px;
}
footer .topWrap .top .item.contacts {
    margin-left: auto;
}
footer .topWrap .top .item h4.itemName {
    margin: 0;
   /* font-family: var(--font2);*/
    font-size: 30px;
    color: #fff;
}
footer .topWrap .top .item ul.itemContent {
    width: auto;
    height: auto;
    margin: 0;
    padding: 15px 0 0;
    list-style: none;
	color: #fff;
}
footer .topWrap .top .item ul.itemContent li {
    padding: 10px 0 0;
}
footer .topWrap .top .item ul.itemContent li a {
    font-size: 14px;
    color: var(--color7);
    text-decoration: none;
    transition: all 0.2s;
}
footer .topWrap .top .item ul.itemContent li a:hover {
    color: #fff;
}

@media (max-width: 1440px) {
    footer .topWrap {
        max-width: 1200px;
    }
}
@media (max-width: 1024px) {
    footer .topWrap .top {
        margin: 0 -30px;
    }
    footer .topWrap .top a.logo {
        margin: 0 30px;
    }
    footer .topWrap .top .item {
        padding: 0 30px;
    }
}
@media (max-width: 767px) {
    footer .topWrap {
        padding: 30px 0;
    }
    footer .topWrap .top {
        margin: -30px 0 0;
        flex-direction: column;
    }
    footer .topWrap .top a.logo {
        display: none;
    }
    footer .topWrap .top .item {
        width: 100%;
        padding: 30px 0 0;
    }
    footer .topWrap .top .item.contacts {
        margin: 0;
    }
    footer .topWrap .top .item h4.itemName {
        text-align: center;
    }
    footer .topWrap .top .item ul.itemContent {
        display: none;
    }
    footer .topWrap .top .item ul.itemContent li {
        text-align: center;
    }
}

/* footer - bot
-------------------------------------------------------------------------------------*/
footer .botWrap {
    width: auto;
    height: auto;
    margin: 0 -15px;
    padding: 0 0 30px;
}
footer .botWrap .bot {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
footer .botWrap .bot .social {
    width: auto;
    height: 34px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
footer .botWrap .bot .social:before {
    content: ' ';
    width: 35%;
    height: 1px;
    left: 0;
    top: 50%;
    background: rgba(128, 128, 128, 0.5);
    display: block;
    position: absolute;
}
footer .botWrap .bot .social:after {
    content: ' ';
    width: 35%;
    height: 1px;
    top: 50%;
    right: 0;
    background: rgba(128, 128, 128, 0.5);
    display: block;
    position: absolute;
}
footer .botWrap .bot .social ul li.ya-share2__item {}
footer .botWrap .bot .social ul li.ya-share2__item .ya-share2__badge {
    border-radius: 50%;
}
footer .botWrap .bot .social ul li.ya-share2__item .ya-share2__badge .ya-share2__icon {
    width: 34px;
    height: 34px;
}
footer .botWrap .bot .copy {
    width: auto;
    height: auto;
    margin: 0;
    padding: 30px 15px 0;
    text-align: center;
}
footer .botWrap .bot .copy span {
    font-size: 14px;
    color: var(--color7);
}
footer .botWrap .bot .copy a {
    font-size: 14px;
    color: var(--color7);
    text-decoration: none;
    transition: all 0.2s;
}
footer .botWrap .bot .copy a:hover {
    color: var(--color1);
}


@media (max-width: 767px) {
    footer .botWrap .bot .social {
        height: 40px;
    }
    footer .botWrap .bot .social:before {
        width: 15%;
    }
    footer .botWrap .bot .social:after {
        width: 15%;
    }
    footer .botWrap .bot .social ul li.ya-share2__item .ya-share2__badge .ya-share2__icon {
        width: 40px;
        height: 40px;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/