/*
Theme Name: Euroshok
Theme URI:
Description: Тема для каталога Euroshok
Author: PosiSoftware
Author URI: https://www.facebook.com/mcbeat331

*/
@font-face {
font-family: "MontserratAlternates";
src: url("./evroshok.media/Montserrat_Alternates/MontserratAlternates-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MontserratAlternates";
    src: url("./evroshok.media/Montserrat_Alternates/MontserratAlternates-Thin.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: "MontserratAlternates";
    src: url("./evroshok.media/Montserrat_Alternates/MontserratAlternates-ExtraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: "MontserratAlternates";
    src: url("./evroshok.media/Montserrat_Alternates/MontserratAlternates-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "MontserratAlternates";
    src: url("./evroshok.media/Montserrat_Alternates/MontserratAlternates-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "MontserratAlternates";
    src: url("./evroshok.media/Montserrat_Alternates/MontserratAlternates-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "MontserratAlternates";
    src: url("./evroshok.media/Montserrat_Alternates/MontserratAlternates-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "MontserratAlternates";
    src: url("./evroshok.media/Montserrat_Alternates/MontserratAlternates-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-family: "MontserratAlternates";
    src: url("./evroshok.media/Montserrat_Alternates/MontserratAlternates-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}
@font-face {
font-family: "Gardens-CM-Regular";
src: url("./evroshok.media/Gardens-CM-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Museo_Cyrl";
    src: url("./evroshok.media/Museo_Cyrillic/Museo_Cyrl_500.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Museo_Cyrl";
    src: url("./evroshok.media/Museo_Cyrillic/Museo_Cyrl_100.otf") format("opentype");
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: "Museo_Cyrl";
    src: url("./evroshok.media/Museo_Cyrillic/Museo_Cyrl_300.otf") format("opentype");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "Museo_Cyrl";
    src: url("./evroshok.media/Museo_Cyrillic/Museo_Cyrl_700.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "Museo_Cyrl";
    src: url("./evroshok.media/Museo_Cyrillic/Museo_Cyrl_900.otf") format("opentype");
    font-style: normal;
    font-weight: 900;
}
* {
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
body
{
    background: #070707;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    font-family: "MontserratAlternates";
}
html {
    overflow-x: hidden;
}
.site
{
    background-image: url("./evroshok.media/bgProd.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.logo {
    width: 25%;
}
.logo img {
    max-width: 100%;
}
header#masthead {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    /* Note: backdrop-filter has minimal browser support */
    border: none;
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.header
{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    height: 143px;
}
.menu {
    width: 50%;
    height: 100%;
}
.menu-glavnoe-menyu-container {
    height: 100%;
}
ul#menu-glavnoe-menyu {
    display: flex;
    list-style: none;
    width: 100%;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin: 0;
}
ul#menu-glavnoe-menyu li {
    position: relative;
    height: 100%;
}
ul#menu-glavnoe-menyu li a {
    text-decoration: none;
    color: rgba(236, 236, 236, 0.5);
    font-weight: 700;
    padding: 0 45px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s;
    font-size: 16px;
}
ul#menu-glavnoe-menyu li a:after, ul#menu-glavnoe-menyu li a:before
{
    content: '';
    position: absolute;
    z-index: -1;
}
ul#menu-glavnoe-menyu li a:before
{
    content: '';
    width: 2px;
    height: 100%;
    top:-30%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.5);
    opacity: 0.2;
    transition: all 0.3s;
}
ul#menu-glavnoe-menyu li a:after
{
    content: '';
    position: absolute;
    width: 5.74px;
    height: 5.74px;
    top:70%;
    left: 50%;
    background: #FFFFFF;
    opacity: 0.2;
    transform: rotate(-45deg) translateY(-50%) translateX(-25%);
    transition: all 0.3s;
}
ul#menu-glavnoe-menyu li.current-menu-item a:before,ul#menu-glavnoe-menyu li:hover a:before
{
    content: '';
    width: 2px;
    height: 100%;
    top:-20%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
ul#menu-glavnoe-menyu li.current-menu-item a:after,ul#menu-glavnoe-menyu li:hover a:after
{
    content: '';
    position: absolute;
    width: 8.85px;
    height: 8.85px;
    top:80%;
    left: 50%;
    background: #FFFFFF;
    opacity: 1;
    transform: rotate(-45deg) translateY(-50%) translateX(-25%);
}
ul#menu-glavnoe-menyu li:after
{
    content: '';
    width: 120%;
    height: 153px;
    position: absolute;
    background: rgba(31,160,23,0);
    opacity: 0;
    filter: blur(40px);
    left: -10%;
    bottom: 30%;
    transition: all 0.3s;
    z-index: 1;
}
ul#menu-glavnoe-menyu li.current-menu-item:after,ul#menu-glavnoe-menyu li:hover:after
{
    background: rgba(31,160,23,.65);
    opacity: .5;
}
ul#menu-glavnoe-menyu li.current-menu-item a,ul#menu-glavnoe-menyu li:hover a
{
    color: rgba(255, 255, 255, 1);
}
ul#menu-glavnoe-menyu li.current-menu-item a
{
    font-weight: 900;
}

.homeBanner {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0px 200px 0px;
    border: none;
    position: relative;
}
.homeBanner hr{
    height: 6px;
    background-image: linear-gradient(270deg, #FFFFFF 0.89%, #99B693 49.93%, #739A6C 100%);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
}
.homeBanner .leftParralax
{
    top:20%;
    width: 20%;
}
.homeBanner .rightParralax {
    top: 60%;
    width: 14%;
}
.parallax img
{
    max-width: 100%;
}
.bannerTitle
{
    font-family:"Museo_Cyrl";
    font-style: normal;
    font-weight: normal;
    font-size: 240px;
    line-height: 288px;
    text-align: center;

    color: #FFFFFF;

    text-shadow: 0px 4px 76px rgba(0, 0, 0, 0.77);
}
.bannerSubTitle p {
    margin: 0;
    padding: 0;
}

.bannerSubTitle {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #ececec;
    margin-top: 92px;
    margin-bottom: 84px;
    text-shadow: 1px 2px black;
}
.bannerButton
{
    text-align: center;
}
.bannerButton a
{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    /* identical to box height */
    text-decoration: none;
    text-align: center;

    color: #ECECEC;
    padding: 13px 33px;

    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    border-radius: 15px;
    display: inline-block;
    position: relative;
    border-radius: 15px;
    background-image: radial-gradient(50% 50% at 50% 50%, rgba(31, 160, 23, 0.14) 0%, rgba(85, 194, 65, 0.14) 100%);
    position: relative;
}

.bannerButton a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(270deg,#729a6b 0%,#fff 78.12%);
    background-size:auto;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0 / 100% 100%;
    mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0 / 100% 100%;
}
.bannerButton a:after
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1fa017;
    opacity: 0;
    border-radius: 15px;
    filter: blur(21px);
    z-index: -1;
    transition: all 0.2s;
}
.bannerButton a:hover:after
{
    opacity: 0.5;
}
.bannerMedal img {
    max-width: 100%;
}
.bannerMedal {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 19%;
    transform: translateY(40%);
}
.sectionContent
{
    margin-top: 120px;
}
.video {
    position: relative;
    margin: 0 auto;
    margin-top: 120px;
    width: 75%;
}
.video video
{
    max-width: 100%;
}
#overlay,#overlay2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url('./evroshok.media/play.png') 50% 50% no-repeat;
    cursor: pointer;
}
#overlay.o,#overlay2.o{
    background: none;
}
.sectionTitle
{
    font-family: "Gardens-CM-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 68px;
    line-height: 69px;
    color: #FFFFFF;
    position: relative;
}
.sectionTitle:after {
    content: '';
    position: absolute;
    width: 100%;

    height: 10vh;
    right: 90%;
    top: -2vh;
    background: radial-gradient(100% 100% at 0% 0%,rgba(85,194,65,.1) 0%,rgba(31,160,23,.1) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter:blur(21px);
    border-radius: 15px;
    z-index: -1;
}
.section
{
    padding-top: 150px;
    padding-bottom: 130px;
}
.stagesItem
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}
.numberItem
{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    /* identical to box height */
    text-align: center;
    color: #ECECEC;
    background: radial-gradient(50% 50% at 50% 50%, rgba(31, 160, 23, 0.15) 0%, rgba(85, 194, 65, 0.15) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    /* Note: backdrop-filter has minimal browser support */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.5);
}
.numberItem .line
{
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    height: 0px;
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #B9B9B9 4.22%, #1A4519 4.22%, #1A4519 4.22%, #ADADAD 4.23%, #F1F1F1 105.42%);
    opacity: 0;

}
.stagesItem:nth-last-child(1)
{
    margin-bottom: 120px;
}
.stagesItem:nth-last-child(1) .numberItem .line
{
    display: none;
}
.numberItem:after
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #1fa017;
    opacity: 1;
    filter: blur(40px);
    top: 0;
    left: 0;
}
.stagesText {
    position: absolute;
    width: 43%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    overflow: hidden;
}
.stagesText > span{
    position: relative;
}
.stagesItem:nth-child(2n+1) .stagesText
{
    text-align: right;
    left: 0;
}
.stagesItem:nth-child(2n) .stagesText
{
    text-align: left;
    right: 0;
}
.odd > span
{
    right: -100%;
}
.even > span
{
    left: -100%;
}
.servicesItems {
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.serviceItem
{
    width: 15%;
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 15px;
    background-image: radial-gradient(50% 50% at 50% 50%, rgba(31, 160, 23, 0.14) 0%, rgba(85, 194, 65, 0.14) 100%);
    padding: 42px 25px 20px;
    cursor: pointer;
}
.serviceItem:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(270deg,#729a6b 0%,#fff 78.12%);
    background-size:auto;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0 / 100% 100%;
    mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0 / 100% 100%;
}
.serviceItem::after
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1fa017;
    opacity: 0;
    border-radius: 15px;
    filter: blur(21px);
    z-index: -1;
    transition: all 0.3s;

}
.serviceItem:hover::after
{
    opacity: 0.5;

}
.serviceLink a
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.serviceImg {
    text-align: center;
    height: 60px;
}
.serviceImg img {
    max-width: 45%;
    max-height: 100%;
}
span.serviceTitle {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    text-align: center;
    margin-top: 25px;
    height: 40px;
}
span.servicePrice {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    margin-top: 15px;
    height: 18px;
}
.serviceItem
{
    position: relative;
}
.serviceItem .button
{
    text-align: center;
    margin: 0 auto;
    margin-top: 13px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    padding: 5px;
    width: 32px;
    height: 32px;
}
.serviceItem.serviceLink .button
{
    background-color: transparent;
    padding: 0;
}
.serviceItem .button span
{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url('./evroshok.media/plus.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat

}
.serviceItem.serviceLink .button span
{
    background-image: url('./evroshok.media/link_ico.svg');
}



.advantagesItems {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.advantagesItem {
    width: 31%;
    /* margin-bottom: 2%; */
    margin: 1%;
    height: 154px;
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    background: radial-gradient(100% 100% at 0% 0%,rgba(85,194,65,.1) 0%,rgba(31,160,23,.1) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    border-radius: 15px;
    padding: 0px 32px;
    position: relative;
}
.advantagesItem .numberItem {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #ececec;
    background: radial-gradient(50% 50% at 50% 50%,rgba(31,160,23,.15) 0%,rgba(85,194,65,.15) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: scale(1);
}
span.advantagesText {
    flex: 1;
    padding: 0 0px 0px 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}







.quotesItems .slick-list {
    overflow: initial!important;
}
.quotesItems .quotesItem
{
    color: #fff;
}
.quotesItems.slick-slider {
    margin-bottom: 120px!important;
}
.quotesText {
    position: relative;
    background: radial-gradient(100% 100% at 0% 0%,rgba(85,194,65,.1) 0%,rgba(31,160,23,.1) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    border-radius: 15px;
    padding: 45px 140px 45px 110px;
    display: table;
    margin: 0 auto 0 15%;
    text-align: center;
    width: 50%;
}
.quotesText span {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 116.19%;
    display: flex;
    align-items: center;
    text-align: center;

    color: #EAEAEA;
}
.quotesText:before
{
    content: '“';
    position: absolute;
    font-style: normal;
    font-weight: 700;
    font-size: 200px;
    line-height: 1;
    /* display: flex; */
    align-items: center;
    text-align: center;
    color: #eaeaea;
    text-shadow: 7px 8px 12px rgb(0 0 0 / 25%);
    top: -50px;
    left: 20px;
}
.quotesName
{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 116.19%;
    /* or 19px */
    color: #EAEAEA;
    margin: 0 auto 0 15%;
    text-align: center;
    width: 50%;
    display: block;
}
.quotesPosition
{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 116.19%;
    /* or 19px */
    color: #EAEAEA;
    margin: 0 auto 0 15%;
    text-align: center;
    width: 50%;
    display: block;
    margin-top: 5px;
}
.quotesImg {
    position: absolute;
    top: 0%;
    right: 0;
    transform: translate(50%,-50%);
}
.quotesItems.slick-slider {
    margin-bottom: 120px;
}

.parallax
{
    position: absolute;
    z-index: 2;
}
.leftParralax
{
    left: 0;
}
.rightParralax
{
    right: 0;
}

.container
{
    width: 1300px;
    margin: 0 auto;
    position: relative;
}
footer
{

    background: radial-gradient(100% 100% at 0% 0%, rgba(85, 194, 65, 0.1) 0%, rgba(31, 160, 23, 0.1) 100%);
   /* backdrop-filter: blur(21px);*/
    padding-bottom: 70px;
    padding-top: 50px;
    position: relative;
}
footer hr{
    height: 6px;
    background-image: linear-gradient(270deg, #FFFFFF 0.89%, #99B693 49.93%, #739A6C 100%);
    position: absolute;
    width: 100%;
    top: -6px;
    left: 0;
}
.footerTitle
{
    font-family: "Gardens-CM-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 68px;
    line-height: 69px;
    /* identical to box height */

    display: flex;
    align-items: center;

    color: #EAEAEA;
    margin-top: 90px;
}
.adressBlock
{
    margin-top: 75px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.adressItem
{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.adressImg
{
    width: 75px;
    height: 78px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(31, 160, 23, 0.15) 0%, rgba(85, 194, 65, 0.15) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.adressImg img
{
    max-width: 100%;
    max-height: 100%;
    position: relative;
    z-index: 2;
}
.adressImg:after
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1FA017;
    opacity: 0.5;
    filter: blur(19px);
    border-radius: 20px;
}
.adressText
{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 116.19%;
    /* or 16px */
    color: #EAEAEA;
    text-decoration: none;
    margin-top: 25px;
    text-align: center;
}
.adressText a
{
    display: inline-block;
    color: #EAEAEA;
    text-decoration: none;
}
.copyright
{
    margin: 60px 0px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.slogan
{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 116.19%;
    text-align: left;
    color: #EAEAEA;
    width: 30%;
}
.siteName
{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 116.19%;
    text-align: right;
    color: #EAEAEA;
}
.social
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.social .socialItem
{
    width: 38px;
    margin: 0px 25px;
}
.social .socialItem img
{
    max-width: 100%;
}

.popupTitle {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #121D10;
}
div#popmake-88 {
    background: #C4C4C4;
    box-shadow: 5px -7px 12px rgb(0 0 0 / 31%);
    border-radius: 20px;
    width: 350px;
    border: 0px;
    padding: 30px 23px;
    position: relative;
}
div#popmake-88:after
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    border-radius: 20px;
    background-image: url("./evroshok.media/drawn_4940449.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 50%;
}
input.wpcf7-form-control[type="tel"],input.wpcf7-form-control[type="text"] {
    font-family: "MontserratAlternates";
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #494949;
    padding: 16px 26px;
    width: 100%;
}
.wpcf7-not-valid-tip {
    font-size: 0.8em;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0em .5em 0em;
    padding: .2em 1em;
    border: 0px solid #00a0d2;
    font-weight: 200;
}
.popupButton {
    margin-top: 35px;
}
.popupButton button {
    border: none;
    background: transparent;
}
.popupButton span.twentysixteen-child-custom-btn-text:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(270deg,#729a6b 0%,#fff 78.12%);
    background-size:auto;
    z-index: 1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0 / 100% 100%;
    mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0 / 100% 100%;
}
span.twentysixteen-child-custom-btn-text {
    display: block;
    position: relative;
    cursor: pointer;
    font-family: "MontserratAlternates";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    /* identical to box height */

    text-align: center;

    color: #ECECEC;
    text-decoration: none;
    padding: 13px 33px;
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    display: inline-block;
    position: relative;
    border-radius: 30px;
    background-image: radial-gradient(50% 50% at 50% 50%,rgba(31,160,23,.14) 0%,rgba(85,194,65,.14) 100%);
    width: 100%;
    background-color: transparent;
    border: 1.5px solid transparent;
    position: relative;
    cursor: pointer;
}
.popupButton span.twentysixteen-child-custom-btn-text:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1fa017;
    opacity: 0;
    border-radius: 15px;
    filter: blur(21px);
    z-index: -1;
    transition: all 0.3s;
}
.popupButton span.twentysixteen-child-custom-btn-text:hover:after {;
    opacity: 0.5;
}
div.wpcf7 .ajax-loader {
    display: none;
}


.aboutText
{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    width: 60%;
    display: block;
    margin: 0 auto;
}
.aboutBlock .sectionContent
{
    margin-top: 70px;
}
div.aboutBlock {
    padding-bottom: 50px;
    padding-top: 75px;
}
.categoryBlock .sectionContent {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.sectionDesc {
    color: #fff;
    margin-top: 45px;
}
.sectionDesc a {
    color: #88e178;
    margin-top: 45px;
	transition: all 0.3s;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
.sectionDesc a:hover {
    color: #fff;
}
.link-alm {
    width: 31%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(31, 160, 23, 0.15) 0%, rgba(85, 194, 65, 0.15) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 50px;
    margin-left: 1%;
    margin-right: 1%;
}
.link-alm:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(270deg,#729a6b 0%,#fff 78.12%);
    background-size:auto;
    z-index: 1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0 / 100% 100%;
    mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0 / 100% 100%;
}
.alm-image {
    height: 155px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #C4C4C4;
}
.alm-content {
    padding: 0px 30px 20px;
}
.alm-content h3 {
    height: 53px;
}
.link-alm
{
    text-decoration: none;
}
.alm-item h3 span {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 27px;
    color: #E6E6E6;
    text-decoration: none;
}
.alm-excerpt
{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: rgba(196,196,196,.39);
    height: 52px;
    overflow: hidden;
}
div#loadmore {
    color: #fff;
    text-align: center;
}
div#loadmore span
{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-decoration: none;
    text-align: center;
    color: #ececec;
    padding: 13px 33px;
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    border-radius: 15px;
    display: inline-block;
    position: relative;
    border-radius: 15px;
    background-image: radial-gradient(50% 50% at 50% 50%,rgba(31,160,23,.14) 0%,rgba(85,194,65,.14) 100%);
    cursor: pointer;
}
div#loadmore span:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(
            270deg
            ,#729a6b 0%,#fff 78.12%);
    background-size: auto;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0/100% 100%;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0/100% 100%;
}
div#loadmore span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1fa017;
    opacity: 0;
    border-radius: 15px;
    filter: blur(21px);
    z-index: -1;
    transition: all 0.2s;
}
div#loadmore span:hover:after
{
    opacity: 0.5;
}



.single-header
{
    width: 100%;
    height: 20.83vw;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-header .container
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.singleTitle
{
    font-size: 72px;
    font-weight: 700;
    color: #1fa017;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 77%);
}
.SingleContent
{
    font-size: 16px;
    line-height: 19px;
    color: #E6E6E6;
}
.SingleContent a
{
    text-decoration: none;
    color: #1fa017;
}

.mainTitleCategory
{
    margin-top: 130px;
    margin-bottom: 100px;
    font-family: 'Gardens-CM-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 68px;
    line-height: 69px;
    text-align: center;

    color: #FFFFFF;
}
.categoryBlock
{
    margin-bottom: 330px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.categoryBlock .category
{
    font-style: normal;
    font-weight: 500;
    font-size: 1.1vw;
    line-height: 1.1;
    display: flex;
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: right;
    color: #ececec;
    text-decoration: none;
    padding: 45px 55px 30px;
    width: 49%;
    position: relative;
    transition: width 0.3s, height 0.3s;
}
.categoryBlock .category:nth-child(1)
{
    border-radius: 16px 0px 0px 16px;
    flex-direction: row-reverse;
}
.categoryBlock .category:nth-child(2)
{
    border-radius: 0px 16px 16px 0px;
}
.categoryBlock .category:nth-child(1):after {
    right: -30px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0/100% 100%;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0/100% 100%;
}
.categoryBlock .category:nth-child(2):after {
    left:-30px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0/100% 100%;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0/100% 100%;
}
.categoryBlock .category:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    border-radius: 16px;
    z-index: 1;
}
.categoryBlock .category.active:before{
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.categoryBlock .category:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(
            270deg
            ,#729a6b 0%,#fff 78.12%);
    background-size: auto;
}
.categoryBlock .category .back
{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1FA017;
    opacity: 0;
    filter: blur(21px);
    transition: opacity 0.3s;
}
.categoryBlock .category.active .back
{
    opacity: 0.5;
}
.categoryTitle
{
    font-style: normal;
    font-weight: 500;
    font-size: 1.3vw;
    line-height: 1.1;
    margin-top: 10px;
}
.categoryMainBlock {
    width: 11vw;
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.categoryBlock .category:nth-child(1) .categoryMainBlock {
    align-items: flex-start;
    text-align: left;
}
.categoryDesc,.categoryMainBlock
{
    position: relative;
    z-index:2;
}
.categoryDesc {
    font-style: normal;
    font-weight: 500;
    font-size: 1.1vw;
    line-height: 24px;
    color: rgba(229,231,229,.7);
    flex: 1;
    width: 80%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s;
    transition-delay: 0.4s;
}
.category.active .categoryDesc
{
    opacity: 1;
}
.category.active
{

}
.categoryImg img {
    /* max-width: 100%; */
    /* display: inline-block; */
    margin: 0 auto;
    max-height: 100%;
}
.categoryImg {
    height: 55%;
    text-align: center;
    display: flex;
}

.category.inactive
{
    width: 44%;
}
.category.active
{
    width: 54%;
}
.category-blog .section {
    padding-top: 0px;
    padding-bottom: 0px;
}
.headCategory {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
    margin-top: 35px;
}
.headCategoryTitle {
    font-style: normal;
    font-weight: normal;
    font-size: 68px;
    line-height: 69px;
    color: #ECECEC;
    margin-left: 70px;

}
.headCategoryImg img {
    width: 100%;
}
.headCategoryImg {
    width: 20%;
}

.link-product {
    width: 23%;
    background: radial-gradient(50% 50% at 50% 50%,rgba(31,160,23,.15) 0%,rgba(85,194,65,.15) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 50px;
    margin-left: 1%;
    margin-right: 1%;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #88E178;
    padding: 20px 22px;
    transition: all 0.3s;
    text-decoration: none;
    position: relative;
}
.link-product:hover
{
    color: #fff;
}
.link-product:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(270deg,#729a6b 0%,#fff 78.12%);
    background-size:auto;
    z-index: 1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0 / 100% 100%;
    mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0 / 100% 100%;
}
.link-product:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1fa017;
    opacity: 0;
    border-radius: 15px;
    filter: blur(21px);
    z-index: -1;
    transition: all 0.2s;
}
.link-product:hover:after
{
    opacity: 0.5;
}
.product-content h3 {
    height: 65px;
}
.product-image {
    height: 227px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.product-flag {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 40px;
}
.product-flag img
{
    max-width: 100%;
}
.product-price {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    color: #D5D5D5;
    text-align: right;
}

/*Review*/
.reviewTitle {
    font-family: 'Gardens-CM-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 68px;
    line-height: 69px;
    color: #FFFFFF;
    margin: 90px 0px 70px;
}
.reviewItem {
    color: #fff;
    position: relative;
    padding: 0px 15px;
}
.reviewItem:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background: linear-gradient(
            180deg
            , rgba(255, 255, 255, 0) 0%, #C4C4C4 51.21%, rgba(196, 196, 196, 0) 100%);
    top: 0;
    left: -2.5px;
}
.avatar img {
    max-width: 100%;
}

.avatar {
    width: 70px;
}
.reviewHead {
    display: flex;
}
.reviewName {
    margin-left: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    text-transform: capitalize;
    color: #88E178;
}

.slick-next {
    right: -50px;
}
.slick-prev {
    left: -50px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: radial-gradient(50% 50% at 50% 50%, rgba(31, 160, 23, 0.15) 0%, rgba(85, 194, 65, 0.15) 100%);
    border-radius: 15px;

}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;
}
.slick-prev:after, .slick-next:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(270deg,#729a6b 0%,#fff 78.12%);
    background-size:auto;
    z-index: 1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0 / 100% 100%;
    mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0 / 100% 100%;

}
button.slick-arrow svg {
    max-width: 70%;
    position: absolute;
    top: 10px;
    left: 10px;
}
.breadcrumbs
{
    margin: 20px 0px 30px;
}
.kama_breadcrumbs >span {
    margin: 0px 5px;
}
.kama_breadcrumbs {
    display: flex;
    align-items: center;
}
.kama_breadcrumbs {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #53704E;
    text-decoration: none;
}
.kama_breadcrumbs a {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #53704E;
    text-decoration: none;
}
.productTitle
{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    /* identical to box height */


    color: #FFFFFF;
    margin-bottom: 55px;
}
.single-post .sectionTitle {
    font-family: "Gardens-CM-Regular";
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
}
.single-post .sectionTitle:after
{
    display: none;
}

.single-post .sectionContent {
    margin-top: 60px;
}
.single-post .servicesItems {
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.single-post .serviceItem {
    position: relative;
    margin-right: 35px;
}
.relatedProduct
{
    margin-top: 100px;
    margin-bottom: 60px;
}
.productItems {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}



.productContent {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.productContent + .descProduct
{
    margin-bottom: 40px;
}
.imageProduct {
    width: 50%;
    float: left;
}
.productText {
    width: 50%;
    float: left;
    padding-left: 50px;
    color: #fff;
}
.mainSlider {
    width: 495px;
    float: left;
    margin-left: 5px;
}
.verticalSlider {
    width: 70px;
    float: left;
}
.verticalSliderItem {
    background: radial-gradient(50% 50% at 50% 50%, rgba(31, 160, 23, 0.15) 0%, rgba(85, 194, 65, 0.15) 100%);
    border-radius: 15px;
    position: relative;
}
.verticalSliderItem:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1fa017;
    opacity: 0;
    border-radius: 25px;
    filter: blur(5px);
    z-index: -1;
    transition: all 0.2s;
}
.slick-current .verticalSliderItem:after {
   opacity: 0.5;
}
.stock{
    background: #4c4c4c;
    opacity: 1;
    border-radius: 10px;
    vertical-align: middle;
    /* identical to box height */
    padding: 15px;
    display: inline-block;
    margin-bottom: 50px;
    color: #D5D5D5;
}
.stock span {
    display: flex;
    align-items: center;
}
.stock span svg
{
    margin-right: 10px;
}
.buttonProduct span
{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;

    color: #FFFFFF;

    opacity: 1;
}
span.priceValue {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    color: #d4d4d4;
}
span.priceDesc
{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */


    color: #D5D5D5;
}
.price
{
    margin-right: 35px;
}
.dostavka
{
    position: relative;
    width: 100%;
    padding: 30px 20px;
}
.dostavka:after {
    -webkit-mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0 / 100% 100%;
    mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0 / 100% 100%;

    background-image: linear-gradient(
            127.87deg
            , #878789 28.13%, rgba(135, 135, 137, 0) 88.29%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.dostavkaTitle
{
    background: #0F1013;
    padding:10px;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 2;
}
.dostavkaTitle span
{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: white;
    opacity: 0.5;
}
.dostavkaItem
{
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}
.dostavkaItem svg
{
    height: 26px;
}
.dostavkaText
{
    font-size: 12px;
    line-height: 15px;

    color: #FFFFFF;

    opacity: 0.5;
}
.dostavkaText b
{
    font-weight: 900;
}
.dostavkaImg
{
    margin-right: 30px;
}
.showModal
{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-decoration: none;
    text-align: center;
    color: #ECECEC;
    padding: 13px 33px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(31, 160, 23, 0.15) 0%, rgba(85, 194, 65, 0.15) 100%);
    border-radius: 15px;
    position: relative;
    border: 1.5px solid transparent;
    cursor: pointer;
    font-family: "MontserratAlternates";
}
.showModal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(
            270deg
            ,#729a6b 0%,#fff 78.12%);
    background-size: auto;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0 / 100% 100%;
    mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="15" ry="15" stroke-width="3" fill="transparent" stroke="white"/></svg>') 0 / 100% 100%;
}
.showModal:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1fa017;
    opacity: 0;
    border-radius: 15px;
    filter: blur(21px);
    z-index: -1;
    transition: all 0.2s;
}
.showModal:hover:after
{
    opacity: 0.5;
}
.buttonProduct {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.descTitle
{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    /* identical to box height */


    color: #FFFFFF;
}
.desc
{
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;

    color: #FFFFFF;

    opacity: 0.5;
}
.header .menu
{
    display: block;
}
.menuwrapp_mobile {
    display: none;
}
@media screen and (min-width:768px) and (max-width:1100px) {
    header#masthead {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .fixed {
        /* margin-top: 46px !important; */
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .container {
        width: 100%;
        padding: 0 35px;
    }

    .logo {
        width: 39%;
        margin: 0 auto;
        z-index: 4;
        text-align: center;
        height: 90%;
    }
    .logo img {
        max-width: 100%;
        max-height: 100%;
    }

    .header {
        padding: 10px 0;
        height: 119px;
        width: 100%;
        position: relative;
    }

    .header .menu {
        display: none;
    }

    /**  Menu Mobile  **/
    .menuwrapp_mobile {
        margin: 0;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .mobilemenu_toggle {
        background: url(//euroshok.com.ua/wp-content/themes/euroshok/evroshok.media/munu.svg) no-repeat scroll 100% 50%;
        color: #fff;
        display: block;
        font-weight: 700;
        padding: 10px 20px;
        text-align: left;
        text-transform: uppercase;
        margin: 10px 0 0;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-100%);
        z-index: 4;
    }

    .mobilemenu_toggle.open {
        background: url("evroshok.media/munu_close.svg") no-repeat scroll 100% 50%;
    }
    .mobilemenu_toggle:hover {
        color: #fff;
    }

    .mobilemenu_toggle.open + .menu-mobilnoe-menyu-container .menu_mobile
    {
        display: block;
    }
    .menu_mobile{
        font-size: 18px;
        overflow: hidden;
        padding: 0;
        display: block;
        margin: 0;
        margin: 0;
        background: radial-gradient(50% 50% at 50% 50%, rgba(31, 160, 23, 0.15) 0%, rgba(85, 194, 65, 0.15) 100%);
        backdrop-filter
        -webkit-backdrop-filter: blur(70px);
        padding-top: 119px;
    }
    .menu-mobilnoe-menyu-container {
        position: absolute;
        width: 100%;
        top: 0px;
        z-index: 3;
    }
    .menu_mobile .sub-menu{
        background:none;
        display:block;
        position: static;
    }
    .menu_mobile li {
        text-align: center;
        margin-bottom: 40px;
        position: relative;
    }
    .menu_mobile a {
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 27px;
        text-align: center;

        color: #ECECEC;text-decoration: none;
    }
    .menu_mobile li:after
    {
        content: '';
        position: absolute;
        bottom: -19px;
        left: 50%;
        width: 144px;
        height: 2px;
        background: linear-gradient(
                90deg
                ,rgba(255,255,255,0) 0%,#c4c4c4 51.21%,rgba(196,196,196,0) 100%);
        transform: translateX(-50%);
    }
    .menu_mobile li:nth-last-child(1):after
    {
        display: none;
    }
    span.menuTitle {
        font-style: normal;
        font-weight: bold;
        font-size: 44px;
        line-height: 54px;
        text-align: center;
        color: #ECECEC;
        margin-top: 80px;
        display: block;
        text-align: center;
        margin-bottom: 60px;
    }


    /** END  Menu Mobile  **/
    .bannerMedal {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 19%;
        transform: translateY(0%);
        position: relative;
        margin: 0px auto 40px;
    }
    .bannerTitle
    {
        font-style: normal;
        font-weight: normal;
        font-size: 150px;
        line-height: 180px;
        text-align: center;

        color: #FFFFFF;
    }
    .bannerSubTitle {
        font-style: normal;
        text-align: center;
        color: #ececec;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        padding: 0px 85px;
    }
    .sectionTitle {
        font-family: "Gardens-CM-Regular";
        color: #fff;
        font-style: normal;
        font-weight: normal;
        font-size: 68px;
        line-height: 69px;
        position: relative;
        text-align: left;
        padding-left: 85px;
    }

    .sectionTitle:after {
        height: 7vh;
        right: 85vw;
        top: -45%;
    }
#overlay, #overlay2 {
        background-size: 17%;
    }
    .stagesItems {
         padding: 0px 30px;
     }

    .stagesItem {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 100px;
    }
    .stagesText {
        position: absolute;
        width: 80%;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }
    .stagesItem:nth-child(2n) .stagesText {
        text-align: left;
        right: 0;
    }
    .stagesItem:nth-child(2n+1) .stagesText {
        text-align: left;
        right: 0;
        left: auto;
    }
    .serviceItem {
        width: 31%;
        margin-bottom: 3%;
    }
    .single-post .serviceItem
    {
        margin-right: 0;
    }
    .single-post .servicesItems
    {
        justify-content: space-around;
    }
    .servicesItems {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .video {
        width: 100%;
    }
    .advantagesItem {
        width: 47%;
    }
    .advantagesItem .slick-initialized .slick-slide {
        margin: 0px 10px;
    }


    .footerTitle {
        font-family: "Gardens-CM-Regular";

        font-style: normal;
        font-weight: normal;
        font-size: 40px;
        line-height: 116.19%;
        display: block;
        text-align: center;
        align-items: center;
        color: #EAEAEA;
    }
    .adressBlock {
        margin-top: 45px;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
    }
    .adressItem {
        width: 100%;
    }
    .copyright {
    }
    .slogan {
        width: 100%;
        text-align: center;
    }
    .siteName {
        text-align: center;
        width: 100%;
        margin-top: 45px;
    }
    .social .socialItem {
        width: 21px;
        margin: 0 25px;
    }

    .categoryBlock .category:nth-child(2) {
        border-radius: 16px 16px 16px 16px;
    }
    .categoryBlock .category:nth-child(1) {
        border-radius: 16px 16px 16px 16px;
        flex-direction: row;
    }
    .categoryBlock .category:nth-child(1):after {
        right: 0px;
    }
    .categoryBlock .category:nth-child(2):after {
        left: 0px;
    }
    .categoryBlock .category {
        width: 41%;
        height: 148px;
    }
    .categoryImg {
        height: 90%;
        text-align: center;
    }
    .categoryBlock .category:nth-child(1) .categoryMainBlock {
       align-items: center;
        text-align: left;
    }
    .categoryBlock {
        justify-content: space-around;
        padding: 0px 30px;
    }
    .categoryTitle {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        text-align: left;
        margin-left: 20px;
    }
    .categoryMainBlock {
        width: 24vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .categoryBlock .category:nth-child(1) .categoryDesc
    {
        text-align: left;
    }
    .categoryDesc {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: rgba(229,231,229,.7);
        flex: 1;
        width: 100%;
        height: auto;
        overflow: hidden;
        opacity: 1;
        transition: opacity .5s;
        transition-delay: .4s;
        position: absolute;
        top: 120%;
        left: 0;
    }



    .link-product {
        width: 31%;
    }
    .headCategoryImg {
        width: 26%;
    }
    .headCategoryTitle {
        font-style: normal;
        font-weight: 400;
        color: #ececec;
        margin-left: 70px;
        font-size: 40px;
        line-height: 40px;
    }
    .headCategory {
        width: 50%;
    }
    .reviewSlider.slick-initialized.slick-slider.slick-dotted {
        width: 60%;
        margin: 0 auto;
    }
    .link-alm {
        width: 48%;
    }
    .singleTitle {
        font-size: 48px;
    }
    .product-image {
        height: 165px;
    }
}
@media screen and (min-width:300px) and (max-width:767px) {
    header#masthead {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .fixed {
        /* margin-top: 46px !important; */
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .container {
        width: 100%;
        padding: 0px 15px;
    }

    .logo {
        width: 39%;
        margin: 0 auto;
        z-index: 4;
        text-align: center;
        height: 90%;
    }
    .logo img {
        max-width: 100%;
        max-height: 100%;
    }
    .header {
        padding: 10px 0;
        height: 85px;
        width: 100%;
        position: relative;
    }

    .header .menu {
        display: none;
    }

    /**  Menu Mobile  **/
    .menuwrapp_mobile {
        margin: 0;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .mobilemenu_toggle {
        background: url(//euroshok.com.ua/wp-content/themes/euroshok/evroshok.media/munu.svg) no-repeat scroll 100% 50%;
        color: #fff;
        display: block;
        font-weight: 700;
        padding: 10px 20px;
        text-align: left;
        text-transform: uppercase;
        margin: 10px 0 0;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-100%);
        z-index: 4;
    }

    .mobilemenu_toggle.open {
        background: url("evroshok.media/munu_close.svg") no-repeat scroll 100% 50%;
    }
    .mobilemenu_toggle:hover {
        color: #fff;
    }

    .mobilemenu_toggle.open + .menu-mobilnoe-menyu-container .menu_mobile
    {
        display: block;
    }
    .menu_mobile{
        font-size: 18px;
        overflow: hidden;
        padding: 0;
        display: block;
        margin: 0;
        margin: 0;
        background: radial-gradient(50% 50% at 50% 50%, rgba(31, 160, 23, 0.15) 0%, rgba(85, 194, 65, 0.15) 100%);
        backdrop-filter: blur(70px);
        -webkit-backdrop-filter: blur(70px);
        padding-top: 85px;
        position: relative;
    }
    .menu-mobilnoe-menyu-container {
        position: absolute;
        width: 100%;
        top: 0px;
        z-index: 3;
    }
    .menu_mobile .sub-menu{
        background:none;
        display:block;
        position: static;
    }
    .menu_mobile li {
        text-align: center;
        margin-bottom: 40px;
        position: relative;
    }
    .menu_mobile a {
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 27px;
        text-align: center;

        color: #ECECEC;text-decoration: none;
    }
    .menu_mobile li:after
    {
        content: '';
        position: absolute;
        bottom: -19px;
        left: 50%;
        width: 144px;
        height: 2px;
        background: linear-gradient(
                90deg
                ,rgba(255,255,255,0) 0%,#c4c4c4 51.21%,rgba(196,196,196,0) 100%);
        transform: translateX(-50%);
    }
    .menu_mobile li:nth-last-child(1):after
    {
        display: none;
    }
    span.menuTitle {
        font-style: normal;
        font-weight: bold;
        font-size: 44px;
        line-height: 54px;
        text-align: center;
        color: #ECECEC;
        margin-top: 80px;
        display: block;
        text-align: center;
        margin-bottom: 60px;
    }


    /** END  Menu Mobile  **/
    .bannerMedal {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 45%;
        transform: translateY(0%);
        position: relative;
        margin: 0px auto 40px;
    }
    .bannerTitle
    {
        font-style: normal;
        font-weight: normal;
        font-size: 70px;
        line-height: 84px;
        text-align: center;

        color: #FFFFFF;
    }
    .bannerSubTitle {
        font-style: normal;
        text-align: center;
        color: #ececec;
        font-weight: bold;
        font-size: 23px;
        line-height: 26px;
        padding: 0px 20px;
    }
    .sectionTitle {
        font-family: "Gardens-CM-Regular";
        color: #fff;
        position: relative;
        font-style: normal;
        font-weight: normal;
        font-size: 40px;
        line-height: 40px;
        text-align: center;
    }
    .sectionTitle:after {
        height: 6vh;
        right: 55vw;
        top: -2vh;
    }
    #overlay, #overlay2 {
        background-size: 17%;
    }
    .stagesItem {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 100px;
    }
    .stagesText {
        position: absolute;
        width: 80%;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }
    .stagesItem:nth-child(2n) .stagesText {
        text-align: left;
        right: 0;
    }
    .stagesItem:nth-child(2n+1) .stagesText {
        text-align: left;
        right: 0;
        left: auto;
    }
    .serviceItem {
        width: 47%;
        margin-bottom: 3%;
    }
    .servicesItems {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .video {
        width: 100%;
    }
    .advantagesItem .slick-initialized .slick-slide {
        margin: 0px 10px;
    }
    .quotesText {
        position: relative;
        background: none;
        backdrop-filter: none;
        -webkit-backdrop-filter:none;
        border-radius: 15px;
        padding: 70% 20px 45px;
        display: table;
        margin: 0px auto 0 0%;
        text-align: center;
        width: 100%;
        position: relative;
    }
    .quotesImg {
        position: absolute;
        top: -10px;
        left: 45%;
        transform: translate(-50%,0%);
        width: 70%;
    }
    .quotesImg img {
        max-width: 100%;
    }
    .quotesText:before {
        content: '“';
        position: absolute;
        font-style: normal;
        font-weight: 700;
        font-size: 200px;
        line-height: 1;
        align-items: center;
        text-align: center;
        color: #eaeaea;
        text-shadow: 7px 8px 12px rgb(0 0 0 / 25%);
        top: -15px;
        left: 50%;
    }
    .quotesName {
        margin: 0 auto 0 0%;
        width: 100%;
    }
    .quotesPosition
    {
        margin: 0 auto 0 0%;
        width: 100%;
    }

    .footerTitle {
        font-family: "Gardens-CM-Regular";

        font-style: normal;
        font-weight: normal;
        font-size: 40px;
        line-height: 116.19%;
        display: block;
        text-align: center;
        align-items: center;
        color: #EAEAEA;
    }
    .adressBlock {
        margin-top: 45px;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        flex-direction: column-reverse;
    }
    .adressItem {
        width: 100%;
    }
    .adressImg
    {
        display: none;
    }
    .copyright {
        flex-direction: column;
    }
    .slogan {
        width: 100%;
        text-align: center;
    }
    .siteName {
        text-align: center;
        width: 100%;
        margin-top: 45px;
    }
    .social .socialItem {
        width: 21px;
        margin: 0 25px;
    }
    .link-product {
        width: 48%;
        font-size: 14px;
        line-height: 17px;
        padding: 15px 15px;
    }
    .reviewSlider.slick-initialized.slick-slider.slick-dotted {
        width: 75%;
        margin: 0 auto;
    }
    .product-image {
        height: 138px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .categoryBlock .category:nth-child(2) {
        border-radius: 16px 16px 16px 16px;
    }
    .categoryBlock .category:nth-child(1) {
        border-radius: 16px 16px 16px 16px;
        flex-direction: row;
    }
    .categoryBlock .category:nth-child(1):after {
        right: 0px;
    }
    .categoryBlock .category:nth-child(2):after {
        left: 0px;
    }
    .categoryBlock .category {
        width: 100%;
        margin-bottom: 25px;
        padding: 45px 70px 30px;
    }
    .categoryImg {
        height: 90%;
        text-align: center;
    }
    .categoryBlock .category:nth-child(1) .categoryMainBlock {
        align-items: center;
        text-align: left;
    }
    .categoryBlock {
        justify-content: space-around;
        padding: 0px 0px;
        flex-direction: column-reverse;
    }
    .categoryTitle {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        text-align: left;
        margin-left: 20px;
    }
    .categoryMainBlock {
        width: 24vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .categoryBlock .category:nth-child(1) .categoryDesc
    {
        text-align: left;
    }
    .categoryDesc {
        display: none;
    }
    .product-price {
        font-style: normal;
        font-weight: 600;
        color: #d5d5d5;
        text-align: right;
        font-size: 24px;
        line-height: 29px;
    }
    .headCategory {
        flex-direction: column;
    }
    .headCategoryTitle {
        color: #ececec;
        margin-left: 0px;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        color: #ECECEC;
    }
    .link-alm {
        width: 100%;
    }
    .singleTitle {
        font-size: 48px;
    }
    .product-flag {
        position: absolute;
        left: 15px;
        top: 15px;
        width: 25px;
    }
    .category-shop .categoryBlock {
        padding: 0px 20px;
    }
    .product-content h3 {
        height: 65px;
        margin: 5px 0px;
    }


    .imageProduct {
        width: 100%;
        float: left;
    }
    .mainSlider {
        width: 75%;
        float: left;
        margin-left: 5px;
    }
    .productText {
        width: 100%;
        float: left;
        padding-left: 0px;
        color: #fff;
    }
    .single-post .serviceItem {
        position: relative;
        margin-right: 0px;
    }
    .single-post .servicesItems
    {
        justify-content: space-around;
    }
    .dostavkaTitle {
        left: -2px;
    }
}


.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #88E178;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #d9d9d9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.single-post .slick-slide img {
    display: block;
    max-width: 100%;
}
.section.error404 {
    padding-top: 50px;
    color: #fff;
}
.section.error404 .sectionContent {
    margin-top: 40px;
}
.main404 {
    font-size: 15vw;
    text-align: center;
}
.desc404 {
    font-size: 2vw;
    text-align: center;
    line-height: 1.4;
}
.desc404 a {
    text-decoration: none;
    color: #1fa017;
}
@media screen and (max-width: 500px){
    .link-product {
        width: 75%;
    }
    .buttonProduct {
        flex-direction: column;
    }
    .main404 {
        font-size: 25vw;
        text-align: center;
    }
    .desc404 {
        font-size: 5vw;
        text-align: center;
        line-height: 1.4;
    }
}