@font-face {
			font-family: "HelveticaNeueOTS";
            src: url("../font/HelveticaNeueOTS.eot");
			src: url("../font/HelveticaNeueOTS.eot?#iefix")format("embedded-opentype"),
			url("../font/HelveticaNeueOTS.woff") format("woff"),
			url("../font/HelveticaNeueOTS.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
}
@font-face {
			font-family: "HelveticaNeueCyr-Medium";
            src: url("../font/HelveticaNeueCyr-Medium.eot");
			src: url("../font/HelveticaNeueCyr-Medium.eot?#iefix")format("embedded-opentype"),
			url("../font/HelveticaNeueCyr-Medium.woff") format("woff"),
			url("../font/HelveticaNeueCyr-Medium.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
}
@font-face {
			font-family: "HelveticaNeueCyr-Roman";
            src: url("../font/HelveticaNeueCyr-Roman.eot");
			src: url("../font/HelveticaNeueCyr-Roman.eot?#iefix")format("embedded-opentype"),
			url("../font/HelveticaNeueCyr-Roman.woff") format("woff"),
			url("../font/HelveticaNeueCyr-Roman.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
}
@font-face {
			font-family: "SnellRoundhandBold";
            src: url("../font/SnellRoundhandBold.eot");
			src: url("../font/SnellRoundhandBold.eot?#iefix")format("embedded-opentype"),
			url("../font/SnellRoundhandBold.woff") format("woff"),
			url("../font/SnellRoundhandBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
}
html {
	overflow: visible!important;
	overflow-x: hidden;
}
body {
	font-family: "HelveticaNeueOTS", sans-serif;
    font-size: 18px;
    color: #333333;
    position: relative;
    height: auto!important;
	overflow: visible!important;
    background-color: #f1efef;
}
ul, li {
	padding: 0;
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
}
* {
    outline: none !important;
}
section {
	position: relative;
}
img {
    max-width: 100%;
}
h1, h2 {
    margin: 0;
	font-family: "HelveticaNeueCyr-Medium";
}
h1 {
    font-size: 70px;
    margin-bottom: 15px;
    color: white;
}
h1.like_h2 {
	color: #333333;
    margin: 15px 0 30px 0;
    font-size: 28px;
}
h2, h1.small_logo {
    color: #333333;
    margin: 15px 0 30px 0;
    font-size: 28px;
}
h2.bold {
    font-family: "HelveticaNeueCyr-Medium";
}
h3 {
    font-family: "HelveticaNeueCyr-Medium";
    font-size: 18px;
    margin-bottom: 10px;
    line-height: normal;

}
h4 {
    font-family: "HelveticaNeueOTS", sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}
h5 {
    font-family: "HelveticaNeueCyr-Medium", sans-serif;
    font-size: 20px;

	margin: 0;
}
h5.smallTez {
    padding: 20px 20px 20px 50px;

}
h4 {
    text-transform: none;
}
p {
    color: #333333;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 7px;
}
.vnutr p {
    font-size: 16px;
}
main>br {
	display: none;
}
main>p>img{
	width: 100%;
}
section {
    padding: 15px 0;
}
.center {
	text-align: center;
}
.beforeImg::before, .afterImg::after {
	content: '';
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
}
.afterImg::after {
    left: auto;
    right: 0;
}
.mb60 {
    margin-bottom: 60px;
}
.mb30 {
    margin-bottom: 30px;
}
body.home header {
    margin-bottom: -50px;
}
.topHead {
    background-color: #f1efef;
    z-index: 10;
    width: 100%;
	height: 100px;
	position: relative;
}
.topHead a.closeMenu {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: 40px;
    background: url(../images/exit.png) center center no-repeat;
    background-size: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    right: 100%;
    bottom: -50px;
}
.topHead a.closeMenu.active {
	opacity: 0.7;
    visibility: visible;
	right: 30px;
}
.topHead > .container {
    position: relative;
    height: 100px;
}
.topHead a.logo,  .topHead .lang-panel, .lang-panel ul li {
    display: inline-block;
}
.topHead a.logo {
    text-align: left;
    position: absolute;
    left: 15px;
    top: 50%;
    width: 30%;
    transform: translateY(-50%);
}
.tel-block {
    position: absolute;
    right: 0;
    bottom: 15px;
    display: flex;
    justify-content: space-between;
    width: 65%;
}
.tel-block p {
    font-size: 15px;
}
.tel-block > .but {
    margin: 0;
    position: relative;
    top: 5px;
}
.but a {
    font-size: 14px;
    color: #333333;
    padding: 10px 15px;
    border: 1px solid;
    border-radius: 5px;
    transition: 0.5s;
}
.but a:hover {
    color: #fe0000;
    border-color: #fe0000;
}
.bottomHead {
    background-color: #fe0000;
}
.bottomHead .container {
    position: relative;
}
.bottomHead .social, footer .social {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	height: 26px;
}
.bottomHead .social ul, footer .social ul {
    list-style: none;
}
.bottomHead .social ul li, footer .social ul li {
    display: inline-block;
}
.bottomHead .social ul li a, footer .social ul li a {
    width: 25px;
    height: 25px;
    display: block;
    transition: 0.5s;
    position: relative;
}
.bottomHead .social ul li a img, footer .social ul li a img {
    position: absolute;
    transition: 0.5s;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bottomHead .social ul li a img:nth-child(2), footer .social ul li a img:nth-child(2) {
    visibility: hidden;
	opacity: 0;
}
.bottomHead .social ul li a:hover img:nth-child(1), footer .social ul li a:hover img:nth-child(1) {
    visibility: hidden;
	opacity: 0;
}
.bottomHead .social ul li a:hover img:nth-child(2), footer .social ul li a:hover img:nth-child(2) {
    visibility: visible;
	opacity: 1;
}
.topHead .menu {
    text-align: left;
    position: relative;
    display: inline-block;
    width: auto;
    line-height: 140px;
}
.topHead .menu svg {
    display: none;
}
.menu ul, .lang-panel ul {
    list-style: none;
}
.menu ul {
    font-size: 17px;
    letter-spacing: 0.5px;
    height: 100%;
    font-family: "HelveticaNeueCyr-Medium", sans-serif;
	text-transform: uppercase;
	margin-left: -10px;
}
.menu ul li {
    display: inline-block;
    padding: 10px 5px;
	position: relative;
	height: 100%;
}
.menu ul.sub-menu {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px 15px;
    left: -5px;
    top: 50%;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}
.menu ul li:hover > .sub-menu {
    opacity: 1;
	visibility: visible;
	top: calc(100% - 10px);
	height: auto;
}
.menu ul.sub-menu li {
    display: block;
    text-align: left;
    padding: 5px 0;
	height: auto;
}
.menu ul li a, .menu ul li a:focus, .menu ul li a:visited {
    color: white;
    transition: 1s;
    padding: 3px 5px 1px;

}
.menu ul li a:hover, .menu ul li.active a {
    color: #fe0000;
    background-color: white;
}
.lang-panel {
    position: absolute;
    margin: 0;
    top: 5px;
    right: 0px;
    font-family: "HelveticaNeueCyr-Medium", sans-serif;
}
.lang-panel .trp-ls-shortcode-language {
    font-size: 14px;
    padding-left: 25px;
    display: block !important;
    width: auto!important;
    overflow: auto;
    visibility: visible;
    height: auto;
    background: none;
    border: none;
    padding: 0;
	border-radius: 0;
}
.lang-panel .trp-ls-shortcode-language > div {
    padding-left: 0px;
}
.lang-panel .trp-language-switcher .trp-ls-shortcode-current-language {
    display: none;
}
.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
    position: relative;
	left: auto;
    top: auto;
}
.lang-panel .trp-ls-shortcode-language > div:first-child {
    margin-right: -3px;
}
.lang-panel .trp-language-switcher > div > a {
    position: relative;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    letter-spacing: normal;
    font-family: "HelveticaNeueCyr-Roman";
    padding: 1px 3px;
    transition: 0.5s;
	display: inline-block;
	text-transform: lowercase;
	border-radius: 0;
}
.lang-panel .trp-language-switcher > div > a:hover, .lang-panel .trp-ls-shortcode-language .trp-ls-shortcode-disabled-language {
    color: white;
    background-color: #fe0000;
}
a.logo_add {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -40px;
}
a.menuToggle {
    display: none;
}
.breadcrumbs {
	padding: 15px 0;
}
.breadcrumbs span {
	margin: 0;
}
.breadcrumbs a, .breadcrumbs a:focus, .breadcrumbs a:visited, .breadcrumbs span {
	font-size: 14px;
    color: #333333;
    transition: 1s;
}
.breadcrumbs span.current-item, .breadcrumbs a:hover {
    color: #00B138;
}
.parallax-image-wrapper {
    background-size: cover;
	background-position: center center;
    padding: 25px 15px;
    height: 150%;
    position: absolute;
    left: 0;
    top: -10%;
    width: 100%;
}
.button, .button:focus, .button:visited {
    font-family: "HelveticaNeueCyr-Medium";
    padding: 15px 25px;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 25px;
    text-transform: uppercase;
    background-color: #fe0000;
    border: 1px solid #fe0000;
    color: white;
    transition: all 1s;
}
.button:hover {
	background-color: white;
    color: #fe0000;
}
.button.empty {
    background-color: white;
    color: #00B138;
    border: 1px solid #00B138;
}
.button.empty:hover {
    background-color: #00B138;
    border: 1px solid white;
    color: white;
}
.button.round {
    padding: 10px 30px;
    border-radius: 15px;
    margin-top: 10px;
    float: right;
}
.roundBtn {
	background-color: #F2F3F8;
    padding: 5px 15px 5px 35px;
    border-radius: 15px;
    border: 1px solid #00B138;
    cursor: pointer;
    position: relative;
    color: #343333;
}
.blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blocks::before, .blocks::after{
    display: none;
}
.blocks h2 {
    flex-basis: 100%;
}

.block {
    position: relative;
}
.cover {
    background-size: cover;
}
.blocks .block .overlay, .blocks .block .img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blocks .block .img.small {
	position: relative;
}
.blocks .block .img {
	background-size: cover;
    background-position: center center;
}
@media screen and (max-width: 992px) {
    html body .blocks .block {
        flex-basis: 100%!important;
        max-width: 450px;
        margin: 0 auto;
        max-height: 400px;
    }
}
/*================standart=================*/
.page_loader {
	position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1001;
    background-color: #f1efef;
}
.page_loader img {
	position: absolute;
    width: 5vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.disabled {
	display: none;
}
.fa {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fa-instagram {
    left: calc(50% + 0.5px);
    top: calc(50% - 0.2px);
}
span.strong {
    font-family: "HelveticaNeueCyr-Medium";
    color: #00B138;
}
.greyBg {
    background-color: #7d7b7b;
}
.greyBg p, .greyBg h2, .greyBg span {
    color: white;
}
.darkGreyBg {
    background-color: #6a6c6e;
}
.greenBg {
    background-color: #00B138;
}
.whiteBG {
    background-color: white;
}
.halfSizeBgContainer {
    position: relative;
}
.halfSizeBgContainer.leftBgContainer {
    padding: 0;
}
.halfSizeBg {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 0;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.halfSizeBg.leftBg {
    left: 0;
}
.leftLine {
	position: relative;
    padding-left: 10px;
}
.leftLine::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: calc(100% - 9px);
    background-color: #00B138;
}
.butArrow {
    position: relative;
    padding: 5px 5px 5px 30px;
    color: #00B138;
    background: url(../images/arrow.png) 5px center no-repeat;
    border: 1px solid transparent;
    transition: 1s;
    font-size: 16px;
    text-transform: uppercase;
}
.butArrow:hover {
    border: 1px solid #00B138;
    color: #00B138;
}
.butArrow.bottomArrow {
	padding: 3px 30px 5px 5px;
    background-position: 97% center;
}
ul.type1, ul.type2, ul.type3, ul.type4 {
    list-style: none;
    padding-left: 15px;
    color: #333333;
}
ul.type1 li, ul.type2 li, ul.type3 li, ul.type4 li {
    position: relative;
    padding: 5px 0 7px 15px;
	line-height: 1;
}
ul.type1 li::before, ul.type2 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 12px;
    background: url(../images/arType1.png) center center no-repeat;
}
ul.type2 {
    padding-left: 0px;
}
ul.type2 li {
    padding: 5px 0 15px 35px;
}
ul.type2 li::before {
    top: 7px;
    transform: none;
    width: 26px;
    height: 26px;
    background: url(../images/arType2.jpg) center center no-repeat;
}
ul.type3 li {
    padding-left: 25px;
}
ul.type3 li::before {
    content: "—";
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
    width: auto;
    height: auto;
    background: none;
    padding: 5px 0 7px 0px;
}
ul.type4 {
    padding-left: 0;
}
ul.type1 li, ul.type2 li, ul.type3 li, ul.type4 li {
    padding-left: 0;
}
ul.type4 li::before {
    content: "\2022";
    position: relative;
    padding: 5px 5px 7px 0px;
    color: #fe0000;
}
.redLink {
	color: #fe0000;
    text-decoration: underline;
}
.openImg {
	position: relative;
    border: 3px solid #eeeded;
    cursor: pointer;
    width: 100%;
}
.openImg img {
    width: 100%;
}
.openImg::before {
	content: "";
    position: absolute;
    top: 10px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: url(../images/openImg.png) center center no-repeat;
}
.icoCont {
	width: 23%;
    float: left;
}
.icoBlock {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 105%;
    border: 1px solid #dad7d7;
    background-size: contain;
}
.icoBigSlider .icoBlock {
    width: calc(100% - 1px);
    background-size: contain;
}
.icoBigSlider {
    margin-bottom: 10px;
}
.icoSlider .slick-slide {
    margin: 0 5px;
}
.icoSlider .slick-slide > div {
    border: 1px solid #dad7d7;
}
.icoSlider .slick-slide .icoBlock {
    background-size: contain;
    border: none;
    margin: 10px 0;
}
.icoSlider .slick-prev::before, .icoSlider .slick-next::before {
    display: none;
}
.icoSlider .slick-prev, .icoSlider .slick-prev:hover, .icoSlider .slick-prev:focus, .icoSlider .slick-next, .icoSlider .slick-next:hover, .icoSlider .slick-next:focus {
    width: 20px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../images/arrIcoBlock.jpg) center center no-repeat;
    background-size: 100% 100%;
    transform: none;
}
.icoSlider .slick-next, .icoSlider .slick-next:hover, .icoSlider .slick-next:focus {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}
.descriptionBlock {
	float: right;
    width: 75%;
}
h1.normal, h2.normal {
    color: #333333;
    font-size: 24px;
    font-family: "HelveticaNeueCyr-Medium", sans-serif;
}
p.first-caption, p.price {
    margin-top: 15px;
}
p.price span {
    color: #00B138;
    font-size: 24px;
    font-family: "HelveticaNeueCyr-Medium", sans-serif;
    margin-top: 15px;
}
.before_cont {
    position: relative;
}
.before_cont::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
}
img.full, picture.full, picture.full img {
    width: 100%;
}
.pt0 {
    padding-top: 0;
}
.m0 {
    margin: 0;
}
.small_logo {
	display: inline-block;
    padding-right: 90px;
	padding-top: 10px;
    background: url(../images/small_logo.png) 100% center no-repeat;
}
/*================begin=================*/
header .slider {
    position: relative;
    height: calc(100vh - 145px);
    overflow: hidden;
}
/*.admin-bar header .slider {
    height: calc(100vh - 177px);
}*/
header .mainSlider {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}
.mainSlider .slick-list, .mainSlider .slick-track, .mainSlider .slick-slide {
    height: 100%;
}
.mainSlider .slick-slide .cont {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 100%;
}
.mainSlider .slick-slide .cont .container {
    position: relative;
    height: 100%;
}
.mainSlider .slick-slide .cont .container .text {
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 45%;
    text-align: center;
    letter-spacing: normal;
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.2);
}
.mainSlider .slick-slide h2, .mainSlider .slick-slide h1 {
    font-size: 44px;
    color: white;
}
.mainSlider .slick-slide h2 span, .mainSlider .slick-slide h1 span {
    display: block;
    font-size: 28px;
}
.mainSlider .slick-dots {
    bottom: 70px;
    z-index: 2;
}
.mainSlider .slick-dots li {
    width: 25px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
    transition: 0.5s;
}
.mainSlider .slick-dots li.slick-active {
    background-color: white;
    border-color: rgba(0, 0, 0, 0.5);
}
.mainSlider .slick-dots li button {
    width: 100%;
    height: 100%;
}
.mainSlider .slick-dots li button:before {
    display: none;
}
.service-button {
    position: fixed;
    bottom: 30px;
    right: 20px;
	z-index: 1000;
}
.service-button ul {
    list-style: none;
}
.service-button ul li {
    position: relative;
    margin: 8px 0;
}
.service-button ul a {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/serv-1.svg) center center no-repeat;
    background-size: 100%;
    margin: 0;
}
.service-button ul li:nth-child(1) {
    width: 50px;
    height: 50px;
}
.service-button ul li:nth-child(1) a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.service-button ul li:nth-child(1) span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
	background: url(../images/forma_cansel.svg) center center no-repeat;
	background-size: 100% 100%;
}
.service-button ul li.click span {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.8) rotate(90deg);
}
.service-button ul li.click a {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}
.service-button ul li:nth-child(1) a:nth-child(2) {
    visibility: hidden;
    background-image: url(../images/serv-2.svg);
    opacity: 0;
    animation: change-opacity 5s 2s infinite alternate;
}
.service-button ul li.click a:nth-child(2) {
    -webkit-animation: none;
    animation: none;
}
.service-button ul li:nth-child(1) a::after {
    box-shadow: inset 0 0 0 35px rgba(111,148,182,0);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    content: '';
    opacity: 0;
    pointer-events: none;
    -webkit-animation: anim-effect-radomir 0.5s ease-out forwards;
    animation: anim-effect-radomir 1.3s ease-out infinite forwards;
}
.service-button ul li.click a::after {
    -webkit-animation: none;
    animation: none;
}
.service-button > ul > li:nth-child(2) > a {
    background-image: url(../images/serv-3.svg);
}
.service-button .sub-service-button {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.service-button ul li.click .sub-service-button {
    visibility: visible;
    opacity: 1;
    top: -100px;
}
.service-button .sub-service-button ul li {
    height: auto;
    width: auto;
    margin: 0;
}
.service-button .sub-service-button ul li a {
    position: relative;
    height: 50px;
    width: 50px;
    visibility: hidden;
    opacity: 0;
}
.service-button ul li.click .sub-service-button ul li a {
    visibility: visible;
    opacity: 1;
}
.service-button .sub-service-button ul li a::after {
    display: none;
}
.service-button .sub-service-button ul li:nth-child(1) a {
    background-image: url(../images/forma_fb.svg);
}
.service-button .sub-service-button ul li:nth-child(2) a {
    background-image: url(../images/forma_telegram.svg);
}
.service-button .sub-service-button ul li:nth-child(3) a {
    background-image: url(../images/forma_viber.svg);
}
.service-button .sub-service-button ul li:nth-last-child(2) a {
    background-image: url(../images/serv-2.svg);
}
.first {
    padding: 0;
    justify-content: flex-start;
}
.first .block {
    margin: 1px;
    flex-basis: calc(25% - 2px);
    height: 0;
    padding-bottom: 22%;
	overflow: hidden;
}
.first .block .img {
    transition: 1s;
}
.first .block:hover .img {
    transform: scale(1.1);
}
.first .block .text {
    position: absolute;
    width: 90%;
    height: 30%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    text-align: center;
    background-color: rgba(3, 5, 25, 0.5);
    color: white;
}
.first .block .text span {
    position: absolute;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    font-family: "HelveticaNeueOTS";
    font-size: 16px;
    line-height: 1.2;
	text-transform: uppercase;
}
.first .block .text::after {
    content: "";
    position: absolute;
    left: calc(50% - 10px);
    bottom: 2px;
    border: 10px solid transparent;
    border-top: 10px solid #fe0000;
    border-bottom: 0;
}
.container {
    width: 90%;
    max-width: none;
}
.apex_orange {
    color: #fe8814;
}
.beforeIcon {
    margin-top: 30px;
}
.beforeIcon .block {
    margin: 10px 25px 10px 60px;
    flex-basis: calc(50% - 85px);
    border: 1px solid #c7c7ca;
}
.beforeIcon .block.full {
    flex-basis: calc(100% - 85px);
}
.beforeIcon .block.full .cont {
    padding-bottom: 15%;
}
.beforeIcon .block.full .cont.js_Auto_Height {
    padding-bottom: 0;
}
.beforeIcon .block .cont {
    height: 0;
    padding-bottom: 30%;
}
.beforeIcon .block .cont.js_Auto_Height {
    padding-bottom: 0;
}
.beforeIcon .block .icon {
    width: 55px;
    height: 55px;
    position: absolute;
    left: -27.5px;
    top: calc(50% - 27.5px);
    background: #ff7f00 center center no-repeat;
    border-radius: 50%;
}
.beforeIcon .block p {
    position: absolute;
    left: 45px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
	font-size: 16px;
}
.first.type2 .block {
    flex-basis: calc(20% - 2px);
    padding-bottom: 18%;
}
.first.type2 .block .text {
    height: 15%;
}
.first.type2 .block .text::after {
    display: none;
}
.dark_apex {
    position: relative;
}
.apex_bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dark_apex .apex_bg {
    background-color: rgba(0, 0, 0, 0.75);
}
.dark_apex > .container, .aroundBlur > .container {
    position: relative;
    z-index: 2;
}
.centerBg {
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.whiteColor * {
    color:white!important;
}
.brands {
    padding: 15px 0;
}
.brands .block {
    flex-basis: 16.66%;
    padding: 0 10px;
    text-align: center;
}
.brands .block .img_cont {
    height: 65px;
    position: relative;
}
.brands .block img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.arrSpecial {
    list-style: none;
}
.brands .block a, .arrSpecial p {
    color: #dddddd;
    font-size: 13px;
    display: block;
    position: relative;
    margin: 10px 0;
	font-family: "HelveticaNeueCyr-Roman";
}
.arrSpecial li {
    position: relative;
    padding: 8px 0;
    line-height: normal;
}
.brands .block a::before, .arrSpecial p::before, .arrSpecial li::before {
    content: "";
    border: 6px solid transparent;
    border-left: 10px solid #fe0000;
    display: inline-block;
}
.beforeIcon.topIcon .block {
    margin: 30px 20px 15px 20px;
    flex-basis: calc(25% - 40px);
}
.beforeIcon.topIcon .block .cont {
    padding-bottom: 55%;
}
.beforeIcon.topIcon .block .cont.js_Auto_Height {
    padding-bottom: 0;
}
.beforeIcon.topIcon .block .icon {
    left: calc(50% - 27.5px);
    top: -27.5px;
}
.beforeIcon.topIcon .block p {
    left: 10px;
    right: 10px;
    line-height: 1;
    font-size: 16px;
    text-align: center;
}
.aroundBlur {
	background-position: center center;
    background-size: 100% 100%;
    color: white;
    background-repeat: no-repeat;
}
.aroundBlur .apex_bg {
	background-color: RGBA(3, 5, 25, 0.5);
}
.aroundBlur h2 {
    color: white;
}
.numbers {
    list-style: none;
    margin: 15px 0 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.numbers li {
    counter-increment: section;
    margin: 15px 90px 15px 90px;
    width: calc(50% - 180px);
    padding-left: 50px;
    position: relative;
}
.numbers li::before {
    content: counter(section);
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid RGB(185,3,6);
    line-height: 22px;
}
.img-container {
    position: relative;
    margin: 0 0 30px;
    display: none;
}
.img-container:nth-child(1) {
    display: block;
}
.img-container .overlay {
    position: absolute;
    top: 0;
    left: 5%;
    width: 43%;
    height: 100%;
	background-color: RGB(60,60,69, 0.77);
    z-index: 2;
}
.akcii_osin {
    position: absolute;
    top: 0;
    left: 36%;
    width: 45%;
    color: white;
    z-index: 3;
}
.akcii_osin img.full,.akcii_osin picture.full, .akcii_osin picture.full img {
    z-index: 1
}
.akcii_osin.akcii_lito {
    left: calc(5% + 15px);
    width: 50%;
}
.akcii_osin.akcii_vesna {
    left: calc(9% + 15px);
}
.akcii_osin.akcii_vesna_2020 {
    left: calc(5% + 15px);
    width: 40%;
}
.akcii_osin h2 {
    color: white;
    text-align: center;
    font-size: 1.8vw;
    margin: 1vw 0 2vw 0;
}
.akcii_vesna_2020 h2 {
    color: white;
    margin: 2vw 0 2vw;
    margin-left: 25%;
}
.snell_roundhend_head {
    color: #ff9c00;
    font-size: 8vw;
    font-family: "SnellRoundhandBold";
    line-height: 5vw;
}
.akcii_lito .snell_roundhend_head {
    color: #ffcc00;
}
.akcii_vesna .snell_roundhend_head {
    color: #79a2d9;
}
.akcii_vesna_2020 .snell_roundhend_head {
    color: #f5ca08;
}
.akcii_osin ul {
    margin: 0.7vw 0;
    font-size: 1.2vw;
}
.akcii_osin ul li {
    padding: 0.6vw 0;
}
.akcii_vesna_2020 ul li {
    padding-left: 1.8vw;
}
.akcii_vesna_2020 .arrSpecial li::before {
    position: absolute;
    left: calc(1.8vw - 15px);
    top: 12px;
}
.akcii_vesna_2020 .vesna_2020_text {
    color: #f5ca08;
}
.akcii_osin .but_akcii, .akcii .but_akcii, .button.but_akcii {
    display: inline-block;
    margin: 0.2vw 3.9vw;
    font-family: "HelveticaNeueCyr-Roman";
    font-size: 1vw;
    padding: 0.4vw 1vw;
    border-radius: 5px;
    background-color: #fe0000;
    color: white;
	border: 1px solid #fe0000;
	transition: 0.5s;
}
.button.but_akcii {
    margin: 0 15px 0 0;
}
.button.but_akcii.fb_but {
    background-color: #0c88ef;
	border: 1px solid #0c88ef;
}
.akcii_osin .but_akcii:last-child {
    background-color: #e99e07;
	border-color: #e99e07;
}
.akcii_lito .but_akcii:last-child {
    background-color: #ffcc00;
    border-color: #ffcc00;
}
.akcii_vesna .but_akcii:last-child {
    background-color: #79a2d9;
    border-color: #79a2d9;
}
.akcii_osin .but_akcii:hover, .akcii .but_akcii:hover, .button.but_akcii:hover { 
    background-color: white;
    color: #fe0000;
}
.but_container_2 {
	margin: 15px 0;
}
.button.but_akcii.fb_but:hover {
	background-color: white;
    color: #0c88ef;
}
.akcii_osin .but_akcii:last-child:hover {
    color:#e99e07;
}
.akcii_lito .but_akcii:last-child:hover {
    color: #ffcc00;
}
.akcii_vesna .but_akcii:last-child:hover {
    color: #79a2d9;
}
.akcii_vesna_2020 .but_akcii:last-child {
    color: white;
    background-color: #fe0000;
    border-color: #fe0000;
    margin-left: 1.5vw;
}
.akcii {
    position: absolute;
    top: 0;
}
.akcii.black_friday {
    left: 26%;
    width: 69%;
    color: white;
}
.black_friday img[alt="caption"] {
    margin: 1.3vw 0;
    display: block;
	width: 27vw;
}
.black_friday .sub_head {
    position: relative;
    display: block;
	color: #F3BB1E;
    left: 11vw;
	line-height: 1.1;
	z-index: 2;
}
.black_friday .sub_head:nth-of-type(1) {
    font-size: 2.3vw;
}
.black_friday .sub_head:nth-of-type(2) {
    font-size: 1.7vw;
}
.black_friday .red_rectangle {
    position: relative;
    padding: 0px 15px;
    background-color: #fe0000;
    left: 8vw;
    top: 2vw;
    display: inline-block;
	z-index: 2;
}
.black_friday .red_rectangle span {
    font-size: 3.4vw;
    display: inline-block;
    vertical-align: middle;
}
.black_friday .red_rectangle p {
    display: inline-block;
    margin-left: 15px;
    color: white;
    font-size: 1vw;
    vertical-align: middle;
}
.black_friday img[alt="ware"] {
    position: absolute;
    z-index: 1;
    width: auto;
    height: 17vw;
    top: 7vw;
    left: 31vw;
}
.black_friday .but_akcii {
    bottom: -10vw;
    left: 32vw;
	top: auto;
    position: absolute;
}
.akcii.winter {
    left: 35%;
    width: 44%;
    color: black;
}
.akcii.winter h2 {
    color: #fe0000;
    margin: 1.5vw 0 -0.3vw 0;
}
.akcii.winter .snell_roundhend_head {
    color: #e99e07;
    text-shadow: 2px 2px 0px #FFFFFF, -2px -2px 0px #FFFFFF;
    line-height: 3vw;
}
.akcii.winter ul {
    text-align: center;
    padding-right: 25%;
}
.akcii.winter ul li {
    text-align: left;
}
.akcii.winter ul img {
    margin: 0.5vw 0;
}
.akcii.winter .but_container {
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: space-between;
    left: 40%;
    transform: translateX(-50%);
}
.akcii.winter .but_container .but_akcii {
    margin: 0;
}
.akcii.winter .but_akcii:nth-child(2) {
    background-color: #e99e07;
    border-color: #e99e07;
}
.akcii_osin .but_akcii:nth-child(2):hover {
    color: #e99e07;
    background-color: white;
}
.akcii.winter .but_akcii:last-child {
    background-color: #2688a6;
    border-color: #2688a6;
}
.akcii_osin .but_akcii:last-child:hover {
    color: #2688a6;
    background-color: white;
}
.akcii_vesna .but_akcii:last-child:hover {
    color: #fe0000;
    background-color: white;
}
/*akcii lito 2020*/
.akcii_osin.akcii_lito_2020 {
    left: 15%;
    width: 27%;
}
.akcii_osin.akcii_lito_2020 h2 {
    position: absolute;
    width: 100%;
    left: 13vw;
	font-size: 1.6vw;
}
.akcii_osin.akcii_lito_2020 .snell_roundhend_head {
    margin-top: 5vw;
    display: block;
	color: #ffcc00;
}
.akcii_osin.akcii_lito_2020 ul {
    font-size: 1vw;
}
.akcii_osin.akcii_lito_2020 ul li {
    line-height: 120%;
}
.akcii_osin.akcii_lito_2020 .but_akcii:last-child {
    background-color: #fe0000;
    border-color: #fe0000;
}
.akcii_osin.akcii_lito_2020 .but_akcii:last-child:hover {
    color: #fe0000;
    background-color: white;
}
@media (max-width: 576px) {
	.akcii_osin.akcii_lito_2020 {
		left: 8%;
		width: 84%;
	}
	.akcii_osin.akcii_lito_2020 h2 {
		left: 3vw;
		font-size: 4.4vw;
	}
	.akcii_osin.akcii_lito_2020 .snell_roundhend_head {
		margin-top: 10vw;
		font-size: 15vw;
		margin-bottom: 2vw;
	}
	.akcii_osin.akcii_lito_2020 ul {
		font-size: 4vw;
	}
	.akcii_osin.akcii_lito_2020 .arrSpecial li::before {
		border: 1vw solid transparent;
		border-left: 2vw solid #fe0000;
		margin-top: -0.5vw;
		display: inline-block;
		vertical-align: middle;
	}
	.akcii_osin.akcii_lito_2020 .but_akcii {
		font-size: 3vw;
	}
}
@media (min-width: 576px) and (max-width: 992px) {
	.akcii_osin.akcii_lito_2020 {
		left: 17%;
		width: 50%;
	}
	.akcii_osin.akcii_lito_2020 h2 {
		left: 8vw;
		top: 2vw;
		font-size: 3.1vw;
	}
	.akcii_osin.akcii_lito_2020 .snell_roundhend_head {
		margin-top: 13vw;
		font-size: 15vw;
		margin-bottom: 5vw;
	}
	.akcii_osin.akcii_lito_2020 ul {
		font-size: 2vw;
		margin-bottom: 3vw;
	}
	.akcii_osin.akcii_lito_2020 ul li {
		line-height: 140%;
	}
	.akcii_osin .but_akcii {
		font-size: 2vw;
	}
}
/*akcii lito 2020*/
/*akcii osin 2020*/
.akcii_osin.akcii_osin_2020 {
    width: 28%;
}
.akcii_osin.akcii_osin_2020 h2 {
    left: 9vw;
    color: #fe0000;
}
.akcii_osin.akcii_osin_2020 .snell_roundhend_head {
    color: #ff9c00;
}
.akcii_osin.akcii_osin_2020 ul {
    margin-bottom: 1.5vw;
}
.akcii_osin.akcii_osin_2020 ul li {
    color: black;
}
.akcii_osin.akcii_osin_2020 .but_akcii {
    font-size: 0.9vw;
}
@media (max-width: 576px) {
	.akcii_osin.akcii_osin_2020 {
		left: 15px;
		width: 80%;
	}
	.akcii_osin.akcii_osin_2020 h2 {
		left: -1vw;
		font-size: 4.4vw;
	}
	.akcii_osin.akcii_osin_2020 .snell_roundhend_head {
		margin-top: 11vw;
		font-size: 17vw;
		margin-bottom: 3vw;
	}
	.akcii_osin.akcii_osin_2020 .but_akcii {
		font-size: 3vw;
	}
}
@media (min-width: 576px) and (max-width: 992px) {
	.akcii_osin.akcii_osin_2020 {
		left: 10%;
		width: 65%;
	}
	.akcii_osin.akcii_osin_2020 ul {
		margin-bottom: 5.5vw;
		font-size: 2.5vw;
	}
	.akcii_osin.akcii_osin_2020 .but_akcii {
		font-size: 2.6vw;
	}
}
/*akcii osin 2020*/
/*akcii zima 2020*/
.akcii_osin.akcii_zima_2020 {
    left: 36%;
}
.akcii_osin.akcii_zima_2020 h2 {
    left: 8vw;
    top: 0.7vw;
    font-size: 1.4vw;
    color: #ff7f00;
}
.akcii_osin.akcii_zima_2020 .snell_roundhend_head {
    margin-top: 3vw;
    color: white;
}
.akcii_osin.akcii_zima_2020 ul {
    margin-bottom: 3vw;
}
.akcii_osin.akcii_zima_2020 .arrSpecial li::before {
    border-left-color: #ff7f00;
}
.akcii_osin.akcii_zima_2020 .but_akcii:last-child {
    background-color: #ff7f00;
    border-color: #ff7f00;
}
.akcii_osin.akcii_zima_2020 .but_akcii:last-child:hover {
    color: #ff7f00;
}
.akcii_osin.akcii_zima_2020 .but_akcii {
	font-size: 0.8vw;
}
@media (max-width: 576px) {
	.akcii_osin.akcii_zima_2020 {
		left: 15px;
		width: 75%;
	}
	.akcii_osin.akcii_zima_2020 h2 {
		left: 0vw;
		padding-right: 4vw;
		font-size: 3.5vw;
	}
	.akcii_osin.akcii_zima_2020 .snell_roundhend_head {
		margin-top: 10vw;
		padding-right: 8vw;
	}
	.akcii_osin.akcii_zima_2020 ul {
		font-size: 3.4vw;
	}
	.akcii_osin.akcii_zima_2020 .but_akcii {
		font-size: 3vw;
	}
}
@media (min-width: 576px) and (max-width: 992px) {
	.akcii_osin.akcii_zima_2020 {
		left: 10%;
		width: 60%;
	}
	.akcii_osin.akcii_zima_2020 h2 {
		left: 0vw;
		font-size: 3vw;
		top: 4vw;
	}
	.akcii_osin.akcii_zima_2020 .snell_roundhend_head {
		margin-top: 12vw;
		font-size: 15vw;
		margin-bottom: 2vw;
	}
	.akcii_osin.akcii_zima_2020 ul {
		font-size: 2.4vw;
		margin-bottom: 6vw;
	}
	.akcii_osin.akcii_zima_2020 .but_akcii {
		font-size: 2.2vw;
	}
}
/*akcii zima 2020*/
.more {
    text-align: center;
    position: relative;
    margin-top: -30px;
}
.more button {
    border: none;
    background: transparent;
    margin-top: 10px;
	font-family: "HelveticaNeueCyr-Medium";
}
.more button:after {
    content: "";
    border: 6px solid transparent;
    border-top: 10px solid #fe0000;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0 5px;
}
.tnp-profile form .tnp-field {
    text-align: center;
}
.tnp-profile form .tnp-field input[type=text], .tnp-profile form .tnp-field input[type=email], .tnp-profile form .tnp-field input[type=submit], .tnp-profile form .tnp-field textarea, .tnp-profile form .tnp-field select {
    display: inline-block;
    color: #444!important;
}
.tnp-profile form .tnp-field input[type=submit] {
    display: inline-block;
	color: white!important;
}
.blog_menu {
    margin: 10px -15px 30px;
}
.blog_menu .block {
    flex-basis: calc(20% - 30px);
    text-align: center;
    margin: 0 15px;
}
.blog_menu .block a {
    display: block;
    width: 100%;
    padding: 7px 5px;
    border: 1px solid #fe0000;
    background-color: transparent;
	font-size: 1.2vw;
    transition: 1s;
}
.blog_menu .block a span {
    position: relative;
    display: inline-block;
	transition: 1s;
}
.blog_menu .block a span::after {
    content: "\25b6";
    font-size: 18px;
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fe0000;
    transition: 1s;
}
.blog_menu .block a:hover, .blog_menu .block a.active {
    background-color: #fe0000;
}
.blog_menu.blog_single .block a:hover, .blog_menu.blog_single .block a.active {
    background-color: white;
    color: #fe0000!important;
}
.blog_menu.blog_single .block a:hover span, .blog_menu.blog_single .block a.active span {
    color: #fe0000!important;
}
.blog_menu .block a:hover span::after, .blog_menu .block a.active span::after {
    color: white;
}
.blog_menu.blog_single .block a:hover span::after, .blog_menu.blog_single .block a.active span::after {
    color: #fe0000;
}
.blog_cont {
    margin: 30px -25px 0;
	justify-content: flex-start;
}
.blog_cont .block {
    flex-basis: calc(33.33% - 50px);
    margin: 0 25px 40px;
    -webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.3);
    transition: 1s;
}
.blog_cont .block:hover {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.7);
}
.blog_cont .block .img_cont {
    padding-bottom: 90.609%;
    position: relative;
    overflow: hidden;
}
.blog_cont .block .img_cont .scale {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: 1s;
}
.blog_cont .block .img_cont:hover .scale {
    transform: scale(1.1);
}
.blog_cont .block .text_cont {
    padding-bottom: 30px;
	height: auto;
    position: relative;
}
.blog_cont .block .date {
    padding: 15px 15px 0px;
    font-size: 1.1vw;
    font-family: "HelveticaNeueCyr-Medium";
    color: #fe0000;
	font-style: italic;
}
.blog_cont .block .capt {
    font-size: 1.2vw;
    padding: 0 15px;
}
.blog_cont .block a {
    position: absolute;
    font-size: 1.1vw;
    font-family: "HelveticaNeueCyr-Medium";
    bottom: 10px;
    right: 20px;
    border: 1px solid transparent;
    color: #333333;
    padding: 0px 30px 0px 5px;
    transition: 1s;
}
.blog_cont .block a::before, .blog_cont .block a::after {
    content: "\25b6";
    font-size: 14px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fe0000;
    transition: 1s;
}
.blog_cont .block a::after {
    right: 5px;
}
.blog_cont .block a:hover {
    border: 1px solid #fe0000;
    color: #fe0000;
}
.blog_galery a {
	display: block;
	position: relative;
	overflow: hidden;
}
.blog_galery a.disabled {
	display: none;
}
.blog_galery a::after {
	content: '';
	position: absolute;
	background: url(../images/plus.svg) center center no-repeat;
	width: 50px;
	height: 50px;
	transition: 1s;
	bottom: 25px;
	right: 25px;
	z-index: 2;
}
.blog_galery a:hover::after {
	transform: scale(1.2);
}
.blog_galery a img {
	transition: 1s;
}
.blog_galery a:hover img {
	transform: scale(1.1);
}
.blog_galery a .overlay {
	transition: 1s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 1;
}
.blog_galery a:hover .overlay {
	background-color: rgba(0, 0, 0, 0.4);
}
.admin-bar .lg-toolbar {
	top: 32px;
}
.blog_galery.product_galery a::after {
	background: url(../images/galery_ico.png) center center no-repeat;
	bottom: auto;
	right: auto;
	left: 25px;
	top: 25px;
}
.product_text {
	background-color: white;
	padding-top: 15px;
    padding-bottom: 15px;
	transition: 0.5s;
}
.product_text.disabled {
	max-height: none!important;
}
.product_text_cont {
	overflow: hidden;
	height: 100%;
}
.product_text, .product_text p {
	font-size: 16px;
	line-height: 160%;
}
.red {
	color: #fe0000;
}
.product_button {
    margin: 15px -15px;
}
.product_button .col-md-7 {
    padding: 0;
}
.product_button button {
	border: 1px solid #fe0000;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    background-color: #fe0000;
    color: white;
	transition: 1s;
}
.product_button button span {
	position: relative;
}
.product_button button span::after {
	content: "";
    width: 0;
    height: 0px;
    border: 10px solid transparent;
    border-top: 13px solid white;
    position: absolute;
    top: 3px;
    right: -25px;
	transition: 1s;
}
.product_button button:hover span::after {
    border-top-color: #fe0000;
}
.product_button button:hover {
    background-color: transparent;
    color: black;
}
/*================endend=================*/
footer, footer > .container {
    position: relative;
}
footer > .container {
    padding: 1px;
} 
footer .wpcf7 {
	width: 400px;
    padding: 30px 30px 25px 25px;
    background-color: RGBA(3, 5, 25, 0.6);
    margin: 130px 0 40px;
    position: relative;
    z-index: 1;
}
footer .wpcf7 h2 {
	font-size: 24px;
    color: white;
    margin: 0 0 15px;
}
footer .wpcf7 input, footer .wpcf7 textarea {
	width: 100%;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    font-size: 16px;
    font-family: "HelveticaNeueCyr-Roman";
    margin: 5px 0;
    padding: 5px;
}
footer .wpcf7 input[type="submit"] {
	float: none;
    border-radius: 3px;
    width: auto;
    padding: 3px 10px;
    transition: 0.5s;
    background-color: white;
    color: #62636f;
    font-family: "HelveticaNeueOTS";
    font-size: 14px;
    letter-spacing: normal;
}
footer .wpcf7 textarea {
	height: 70px;
    resize: none;
}
footer .wpcf7 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
footer .wpcf7 ::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
footer .wpcf7 :-ms-input-placeholder { /* IE 10+ */
  color: white;
}
footer .wpcf7 :-moz-placeholder { /* Firefox 18- */
  color:white;
}
footer iframe { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}
footer .wpcf7 br {
	display: none;
}
footer .adress_line {
    background-color: white;
    position: relative;
    padding: 25px 0;
	z-index: 1;
}
footer .adress_line .block:nth-child(4) ul li {
	display: inline-block;
	width: 68%;
	vertical-align: top;
}
footer .adress_line .block:nth-child(4) ul li:nth-child(even) {
	width: 30%;
}
footer .adress_line .block {
	padding: 0 15px;
}
footer .adress_line .block:nth-child(4) {
	flex-basis: 25%;
}
footer .icons {
    padding-left: 40px;
    background: url(../images/icons-1.png) 5px 5px no-repeat;
    font-size: 16px;
    line-height: normal;
    padding-bottom: 15px;
}
footer .icons p, footer .icons p {
    margin: 0;
	line-height: normal;
	font-size: 16px;
}
footer .icons.mail {
    background: url(../images/icons-2.png) 5px 5px no-repeat;
}
footer .icons.place {
    background: url(../images/icons-3.png) 5px 5px no-repeat;
}
footer .icons.time {
    background: url(../images/icons-4.png) 5px 5px no-repeat;
}
footer .social {
    top: auto;
    transform: none;
    right: auto;
}
footer h3 {
    font-size: 16px;
    color: #fe0000;
}
footer .adress_line ul {
    list-style: none;
    line-height: normal;
    font-size: 16px;
}
footer .adress_line ul a {
    color: #333333;
    font-size: 16px;
    line-height: normal;
}
footer .service-button ul {
    top: -15px;
    right: -20px;
}
footer .subscribe_line {
    background-color: RGBA(3, 5, 25, 0.6);
    position: relative;
    padding: 5px 0;
	z-index: 1;
}
footer .subscribe_line > .container {
    position: relative;
}
footer .subscribe_line .cont_count  {
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    padding: 3px 3px 3px 15px;
    background-color: #797979;
    background-image: url(../images/man.png);
    background-position: 2px center;
    background-repeat: no-repeat;
    border: 1px solid #454444;
}
footer .subscribe_line .body_count  {
    letter-spacing: 4px;
    font-size: 14px;
    font-family: "HelveticaNeueCyr-Medium";
    margin: 0;
    padding: 1px 0 0 2px;
    line-height: 14px;
    background-color: #c1bfbf;
    border: 1px solid #454444;
}
footer .subscribe_line form {
    display: inline-block;
    font-size: 14px;
}
footer .subscribe_line form input[type="email"] {
    border: 2px solid #c1bfbf;
    margin: 0 10px;
    padding: 0 5px;
    min-width: 270px;
}
footer .subscribe_line form input[type="submit"] {
    border: 1px solid white;
    background-color: transparent;
    color: white;
    padding: 3px 5px;
    width: auto;
    border-radius: 5px;
    transition: 0.5s;
}
footer .subscribe_line form input[type="submit"]:hover {
    background-color: white;
    color: RGBA(3, 5, 25, 0.6);
}
footer .subscribe_line span {
    font-size: 16px;
    color: white;
}
footer .end_line {
    background-color: #fe0000;
    position: relative;
    color: white;
    font-size: 14px;
    padding: 10px 0;
	margin-bottom: 15px;
	z-index: 1;
}
footer .end_line img {
	padding-bottom: 10px;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.wpcf7 .wpcf7-form-control-wrap span[role="alert"] {
    position: absolute;
    left: 30px;
    width: calc(100% - 31px);
    display: inline-block;
    top: 2px;
    text-align: left;
    background-color: #e7f3e3;
}
.wpcf7 div.wpcf7-response-output {
    border: none;
    border-radius: 10px;
    width: 300px;
    padding: 10px 15px;
    position: fixed;
    top: -70px;
    left: 80px;
}
.wpcf7 div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	color: #ff0000;
    background-color: #f7e700;
}
.wpcf7 div.wpcf7-mail-sent-ok {
	background-color: #398f14;
}
.wpcf7 br {
	display: none;
}
.wpcf7 .file_upload {
	font-size: 14px;position: relative;width: 100%;
}
.wpcf7 .file_upload .info {
	padding: 5px 0 5px 35px;
	display: inline-block;
	background: url(../images/scr.png)  0 center no-repeat;
}
.wpcf7 .file_upload .fileName {
	display: block;text-align: center;
}
.wpcf7 .file_upload .btn-chooser {
	border: 1px solid;padding: 3px 5px;border-radius: 3px;position: absolute;right: 0;top: 0;
}
#myModal {
	background-color: RGBa(15,17,17,0.9);
    overflow: hidden;
}
#myModal .modal-dialog {
    width: 500px;
    height: auto;
    max-width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 80px 20px 80px;
    background-color: #f1efef;
    pointer-events: all;
    border-radius: 10px;
}
#myModal .modal-dialog input[type="text"], #myModal .modal-dialog input[type="email"], #myModal .modal-dialog input[type="tel"], textarea {
	background-color: white;
    margin-bottom: 15px;
    width: 100%;
    font-size: 16px;
    padding: 5px 15px;
    border: 1px solid #858585;
}
textarea {
    resize: none;
    height: 100px;
}
#myModal .modal-dialog input[type="submit"] {
	display: block;
    border-radius: 3px;
    width: auto;
    padding: 3px 10px;
    margin: 15px auto -16px;
    transition: 0.5s;
    background-color: #fe0000;
    color: white;
    font-family: "HelveticaNeueOTS";
    font-size: 14px;
    letter-spacing: normal;
    border: 1px solid transparent;
}
#myModal .modal-dialog input[type="submit"]:hover {
    background-color: white;
    color: #62636f;
    border-color: #fe0000;
}
#myModal .modal-dialog input[type="file"] {
    visibility: hidden;
    position: absolute;
}
#myModal .modal-dialog .modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
    height: auto;
}
#myModal .modal-dialog .modal-content .modal-body {
    padding: 0;
    height: auto;
}
#myModal .modal-dialog #call-me-wrap {
    position: relative;
}
#myModal .modal-dialog #call-me-wrap h3 {
    text-align: center;
    font-family: "HelveticaNeueCyr-Roman";
    font-size: 16px;
    padding: 7px 15px;
    margin-bottom: 30px;
}
#myModal.phone .modal-dialog #call-me-wrap:last-child {
    display: none;
}
#myModal.mail .modal-dialog #call-me-wrap:first-child {
    display: none;
}
#myModal .button, #myModal .button:focus {
    float: none;
    display: block;
    margin: -5px auto 0;
}
#myModal h2 {
    text-transform: none;
    font-size: 22px;
    margin-bottom: 40px;
}
#myModal .close {
    position: absolute;
    width: 35px;
    height: 35px;
    right: -110px;
    top: -50px;
    z-index: 1;
    opacity: 1;
    transition: 1s;
    opacity: 1;
    border: 2px solid #fe0000;
    border-radius: 50%;
}
#myModal .close::before, #myModal .close::after {
    content: '';
    position: absolute;
    background: #fe0000;
    width: 60%;
    height: 2px;
    border-radius: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
#myModal .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
#myModal .close:hover {
	opacity: 0.5;
}
@media screen and (max-width: 992px) {
	html {
		margin: 0!important;
	}
	.admin-bar header {
		margin-top: 46px;
	}
	html .admin-bar #wpadminbar {
		top: -46px;
	}
    .bottomHead {
        display: none;
        position: absolute;
        z-index: 100;
        top: 100px;
        width: 100%;
        padding-top: 40px;
        text-align: center;
    }
    .menu ul {
        margin-left: 0px;
		margin-bottom: 30px;
    }
    .menu ul li {
        border-bottom: 1px solid white;
		display: block;
    }
	.bottomHead .social {
		right: 50%;
		top: -30px;
		transform: translate(50%, 0);
	}
    .tel-block {
        right: auto;
        left: 15px;
        bottom: auto;
        top: 100%;
        width: 100%;
        margin: 0 -15px;
        padding: 5px 15px;
        background-color: #fe0000;
    }
    .tel-block p {
        color: white;
    }
	.lang-panel {
		top: 15px;
		right: 10px;
	}
    body:not(.home) main {
        margin-top: 108px;
    }
    .container {
        width: 100%;
    }
    a.menuToggle {
        display: block;
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(50%, -50%);
		width: auto;
		height: auto;
		padding: 5px 35px 5px 15px;
		background-color: #fe0000;
		border-radius: 25px;
		font-weight: 600;
		color: white!important;
		transition: 0.5s;
		font-size: 14px;
    }
    a.menuToggle::after {
        content: "";
		position: absolute;
		left: calc(100% - 26px);
		top: 50%;
		transform: translateY(-50%);
		border: 6px solid transparent;
		border-top: 8px solid white;
		border-bottom: 0;
		transition: 0.5s;
    }
	a.menuToggle.active::after {
		transform: rotate(180deg);
		margin-top: -5px;
	}
    header .slider {
        margin-top: 108px;
		height: calc(100vh - 258px);
    }
    .mainSlider .slick-slide .cont .container .text {
        bottom: auto;
		padding: 15px 0;
    }
    .mainSlider .slick-slide h2, .mainSlider .slick-slide h1 {
        font-size: 25px;
    }
    .mainSlider .slick-slide h2 span, .mainSlider .slick-slide h1 span {
        font-size: 20px;
    }
    .mainSlider .slick-dots {
        bottom: 50px;
        top: auto;
    }
    body.home header {
        margin-bottom: -60px;
    }
    .first .block, .first.type2 .block {
        padding-bottom: 0;
        height: auto;
        max-width: 350px!important;
        margin-bottom: 5px!important;
    }
    .blocks .block .img {
        padding-bottom: 75%;
        position: relative;
    }
    .small_logo {
        padding-right: 0;
        padding-bottom: 40px;
        background-position: center 100%;
    }
    .brands .block {
        margin: 10px auto!important;
    }
    .numbers {
        flex-direction: column;
        height: auto!important;
    }
    .numbers li {
        margin: 15px 0;
        width: 100%;
    }
    footer iframe {
        position: relative;
        width: 100%;
        height: 500px;
    }
    footer .wpcf7 {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    footer .subscribe_line form input[type="submit"] {
        margin-top: 0;
    }
    footer .social {
        position: relative;
        margin-bottom: 15px;
    }
    .beforeIcon.topIcon .block {
        margin: 10px auto 35px!important;
    }
    .beforeIcon .block .cont {
        height: auto!important;
    }
    .topHead a.logo {
        width: 70vw;
		max-width: 270px;
		top: 11px;
		margin-top: 0;
		transform: none;
    }
    .tel-block {
        flex-wrap: wrap;
        text-align: center;
    }
    .tel-block > .but {
        position: absolute;
        top: -45px;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
    }
	.tel-block > .but a {
		padding: 5px 10px;
	}
    .tel-block > div {
        flex-basis: 100%;
    }
    .topHead, .topHead > .container {
        height: 150px;
    }
    .beforeIcon .block {
        margin: 5px auto!important;
        max-height: none!important;
    }
    .beforeIcon .block p {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        padding: 10px 10px 10px 50px;
        transform: translateY(0);
    }
    .beforeIcon .block .icon {
        left: -11.5px;
    }
    .beforeIcon.topIcon .block p {
        left: 0px;
        right: 0px;
        padding: 40px 10px 20px 10px;;
    }
    .img-container {
        overflow: hidden;
    }
    .img-container > img {
        position: relative;
        left: -60%;
        max-width: none;
        width: 190%;
    }
    .akcii_osin {
        left: 9%;
        width: 85%;
    }
    .akcii_osin.akcii_lito {
        left: 15px;
        width: 67%;
    }
    .akcii_osin.akcii_vesna {
        left: 16%;
    }
    .akcii.winter {
        left: 15px;
        width: calc(100% - 30px);
    }
    .akcii_osin h2 {
        font-size: 4.4vw;
        margin: 1vw 0 2vw 0;
    }
    .akcii.winter h2 {
        margin: 1.5vw 0 1.5vw 0;
    }
    .snell_roundhend_head {
        font-size: 12vw;
        display: block;
        text-align: center;
        line-height: 8vw;
    }
    .akcii.winter .snell_roundhend_head {
        font-size: 14vw;
        line-height: 12vw;
    }
    .akcii_osin ul {
        margin: 0;
        font-size: 3.5vw;
    }
    .akcii_lito ul {
        margin: 1vw 0 3vw;
    }
    .akcii.winter ul {
        padding-right: 0;
    }
    .akcii_osin ul li {
        padding: 0.5vw 0;
    }
    .akcii.winter ul img {
        height: 6vw;
        max-height: 25px;
    }
    .akcii.winter .but_container {
        display: block;
        text-align: center;
        margin-top: 1vw;
        left: 0;
        transform: none;
        flex-wrap: wrap;
    }
    .akcii_osin .but_akcii {
        margin: 0.5vw 2vw;
        font-size: 2.6vw;
        padding: 0.4vw 1vw;
    }
    .akcii_lito .but_akcii {
        font-size: 2.2vw;
    }
    .akcii.winter .but_container .but_akcii {
        margin: 0.5vw 2vw;
    }
    /*=======vesna_2020=========*/
    .akcii_osin.akcii_vesna_2020 {
        position: relative;
        margin: 5vw 15px;
        left: 15px;
        width: calc(100% - 30px);
    }
	.img-container .overlay {
		left: 0;
		width: 100%;
	}
    .img-container_vesna2020 picture.full, .img-container_vesna2020 picture.full img {
        position: absolute;
        width: auto;
        height: 100%;
        max-width: none;
    }
    .akcii_osin.akcii_vesna_2020 ul li {
        padding: 1vw 1.8vw;
    }
    /*=======vesna_2020=========*/
	#myModal .modal-dialog {
		padding: 15px;
	}
	#myModal .close {
		right: 0px;
		top: 0px;
	}
	footer .subscribe_line .cont_count {
		position: relative;
		width: auto;
		display: inline-block;
		right: auto;
		transform: none;
		top: auto;
		margin: 15px;
	}
	.akcii.black_friday {
		left: 13%;
	}
	.black_friday img[alt="caption"] {
		width: 45vw;
		margin: 2vw 0;
	}
	.black_friday .sub_head:nth-of-type(1) {
		font-size: 5.3vw;
	}
	.black_friday .sub_head:nth-of-type(2) {
		font-size: 3.9vw;
	}
	.black_friday .red_rectangle {
		left: 9vw;
	}	
	.black_friday .but_akcii {
		bottom: -9vw;
		left: 20vw;
		top: auto;
		position: absolute;
		font-size: 1.5vw;
	}
	.black_friday .red_rectangle p {
		margin-left: 0px;
		margin-top: -10px;
		font-size: 2vw;
	}
	.black_friday img[alt="ware"] {
		top: 4vw;
		left: 55vw;
	}
	.blog_menu {
		margin: 10px 0px 30px;
	}
	html body .blog_menu .block {
		margin-bottom: 15px;
	}
	.blog_cont {
		margin: 30px 0px;
	}
	html body .blog_cont .block {
		max-height: none;
		margin-bottom: 30px;
	}
	.centerBg {
		background-size: cover;
	}
	.blog_menu .block a, .blog_cont .block .capt {
		font-size: 14px;
	}
	.blog_cont .block .date, .blog_cont .block a {
		font-size: 12px;
	}
}
@media screen and (min-width: 500px) and (max-width: 992px) {
    .akcii_osin ul li {
        padding: 1vw 0;
    }
    body:not(.home) main {
        margin-top: 57px;
    }
    .topHead a.logo {
        max-width: 270px;
        top: 40px;
    }
    a.menuToggle {
        top: 45px;
		right: 95px;
        transform: none;
    }
    .tel-block {
        text-align: left;
    }
    .tel-block > div {
        flex-basis: 45%;
        margin-right: 5%;
    }
    .tel-block p {
        font-size: 14px;
    }
    header .slider {
        margin-top: 59px;
		height: calc(100vh - 208px);
    }
    .mainSlider .slick-slide h2, .mainSlider .slick-slide h1 {
        font-size: 40px;
    }
    .mainSlider .slick-slide h2 span, .mainSlider .slick-slide h1 span {
        font-size: 25px;
    }
    .mainSlider .slick-dots {
        bottom: 160px;
    }
    body.home header {
        margin-bottom: -150px;
    }
}
@media screen and (max-width: 700px) {
    footer .subscribe_line {
        text-align: center;
    }
    footer .subscribe_line span {
        display: block;
    }
    footer .subscribe_line form input[type="submit"] {
        margin-top: 15px;
    }
    footer .subscribe_line img {
        display: block;
        position: relative;
        margin: 15px auto;
        top: 0;
    }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
    .tel-block p {
        font-size: 12px;
    }
    .first .block {
        flex-basis: calc(33% - 2px);
    }
    .first.type2 .block {
        flex-basis: calc(25% - 2px);
    }
    .brands .block {
        flex-basis: 30.66%;
        margin-bottom: 30px;
    }
    .beforeIcon.topIcon .block {
        flex-basis: calc(33% - 30px);
        margin: 30px 15px 15px 15px;
    }
    .numbers li {
        counter-increment: section;
        margin: 15px 40px 15px 40px;
        width: calc(50% - 79px);
    }
	.menu ul {
        font-size: 12px;
    }
	header .slider {
		height: calc(100vh - 139px);
	}
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
	.menu ul {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
	.menu ul {
        font-size: 16px;
    }
	header .slider {
		height: calc(100vh - 158px);
	}
}
@media screen and (min-width: 1150px) and (max-width: 1250px) {
	footer .adress_line ul a, footer .icons, footer .icons p {
		font-size: 14px;
	}
	footer .icons {
		padding-left: 30px;
	}
	footer .adress_line .block {
		padding: 0 10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
	.black_friday .red_rectangle {
		left: 11vw;
	}
	.black_friday .red_rectangle span {
		font-size: 3.4vw;
	}
	.black_friday .red_rectangle p {
		font-size: 1.5vw;
        margin-left: 0.41vw;
	}
	.black_friday .but_akcii {
		bottom: -7vw;
		left: 15vw;
	}
	.black_friday img[alt="ware"] {
		top: 18vw;
		left: 25vw;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
	.black_friday img[alt="ware"] {
		top: 6vw;
		left: 35vw;
	}
	.black_friday .but_akcii {
		bottom: -10vw;
		left: 36vw;
	}
}
@keyframes change-opacity {  
    0% {
        opacity: 0;
        visibility: hidden;  
    }
    40% {
        opacity: 0;
        visibility: hidden;  
    }
    60% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@-webkit-keyframes anim-effect-radomir {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.4, 0.4, 1);
		transform: scale3d(0.4, 0.4, 1);
	}
	80% {
		box-shadow: inset 0 0 0 2px rgba(111,148,182,0.8);
		opacity: 0.1;
	}
	100% {
		box-shadow: inset 0 0 0 2px rgba(111,148,182,0.8);
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
}
@keyframes anim-effect-radomir {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.4, 0.4, 1);
		transform: scale3d(0.4, 0.4, 1);
	}
	80% {
		box-shadow: inset 0 0 0 2px rgba(111,148,182,0.8);
		opacity: 0.1;
	}
	100% {
		box-shadow: inset 0 0 0 2px rgba(111,148,182,0.8);
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
}
@keyframes social-rotate {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes galery_plus_scaled {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
	50% {
		-webkit-transform: scale(1.1);
        transform: scale(1.1);
	}
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}