@-webkit-keyframes playAnim {
    0% {
        opacity: .8;
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1)
    }
    30% {
        opacity: .4;
        -webkit-transform: translate(-50%, -50%) scale(1.15);
        transform: translate(-50%, -50%) scale(1.15)
    }
    60% {
        opacity: .7;
        -webkit-transform: translate(-50%, -50%) scale(1.12);
        transform: translate(-50%, -50%) scale(1.12)
    }
    to {
        opacity: .5;
        -webkit-transform: translate(-50%, -50%) scale(1.18);
        transform: translate(-50%, -50%) scale(1.18)
    }
}

@keyframes playAnim {
    0% {
        opacity: .8;
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1)
    }
    30% {
        opacity: .4;
        -webkit-transform: translate(-50%, -50%) scale(1.15);
        transform: translate(-50%, -50%) scale(1.15)
    }
    60% {
        opacity: .7;
        -webkit-transform: translate(-50%, -50%) scale(1.12);
        transform: translate(-50%, -50%) scale(1.12)
    }
    to {
        opacity: .5;
        -webkit-transform: translate(-50%, -50%) scale(1.18);
        transform: translate(-50%, -50%) scale(1.18)
    }
}






#cookiePopup {
    background-color: #f0faf9;
position: fixed;
    z-index: 100;
    left: 3%;

  font-size: 14px;
  width: 70vw;
     max-width: 34.85em;
  box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
  font-family: "Poppins", sans-serif;
  text-align: justify;
  line-height: 1.8em;
  padding: 2em 1.4em;
border-radius: 36px;
  transition: all 0.5s ease-in;
}
#cookiePopup img {
  display: block;
  width: 3.75em;
  transform: translateZ(0);
  position: relative;
  margin: auto;
}
#cookiePopup p {
  text-align: center;
  margin: 1.4em 0;
      text-align: center;
    margin: 1.4em 0;
    font-family: Onest, sans-serif;
    font-size: 16px;
}
#cookiePopup button {
  background-color: #6859fe;
  border: none;
  color: #ffffff;
  font-size: 1.2em;
  padding: 1em 1.4em;
  display: block;
  position: relative;
  margin: auto;
  border-radius: 5px;
   font-family: Onest, sans-serif;
    font-size: 16px;
}
#cookiePopup a {
  color: #6859fe;
}
.hide {
  visibility: hidden;
  bottom: 0;
  right: 2em;
}
.show {
  visibility: visible;
  bottom: 2em;
  right: 2em;
}
@media only screen and (max-width: 37.5em) {
  #cookiePopup {
    width: 100%;
    left:0;
  }
  .hide {
    bottom: 2em;
    right: 0;
  }
  .show {
    right: 0;
    bottom: 0;
  }
}
























.ms-image.mw-100.pr-3 img {
    max-width: 100px;
}



.small, small {
    font-size: 73%;
    font-weight: 400;
}



.video-widget {
    position: fixed;
    left: 0px;
    z-index: 99;
    bottom: 0px;
}

.video-widget__container {
        font-family: Helvetica;
        z-index: 999999;
        overflow: hidden;
        border-style: solid;
        background: rgb(238, 238, 238);
        -webkit-transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
        transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
        -o-transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -o-transform 0.2s ease-in-out 0s;
        -moz-transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -moz-transform 0.2s ease-in-out 0s;
        transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s;
        transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s, -moz-transform 0.2s ease-in-out 0s, -o-transform 0.2s ease-in-out 0s;
        outline: none;
        cursor: pointer;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-box-shadow: rgba(0, 0, 0, .2) 0px 10px 20px;
                box-shadow: rgba(0, 0, 0, .2) 0px 10px 20px;
        position: absolute;
        left: 50px;
        bottom: 50px;
        border-radius: 20px;
        border-width: 5px;
        width: 130px;
        height: 180px;
        border-color: rgb(255, 255, 255);
    }

.video-widget__container:hover {
            -webkit-transform: scale(1.05) translate(5px, -5px);
               -moz-transform: scale(1.05) translate(5px, -5px);
                -ms-transform: scale(1.05) translate(5px, -5px);
                 -o-transform: scale(1.05) translate(5px, -5px);
                    transform: scale(1.05) translate(5px, -5px);
            border-color: rgb(19, 19, 68);
        }

.video-widget__video {
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        z-index: 200;
        -webkit-transition: opacity 0.4s ease-in-out 0s;
        -o-transition: opacity 0.4s ease-in-out 0s;
        -moz-transition: opacity 0.4s ease-in-out 0s;
        transition: opacity 0.4s ease-in-out 0s;
        opacity: 0.8;
    }

.video-widget__close {
        position: absolute;
        top: 6px;
        right: 6px;
        width: 20px;
        height: 20px;
        z-index: 250;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
        transition: opacity 0.2s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
        -o-transition: opacity 0.2s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
        -moz-transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s, -moz-transform 0.3s ease-in-out 0s;
        transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
        transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s, -moz-transform 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
    }

.video-widget__close:before, .video-widget__close:after {
            position: absolute;
            left: 9px;
            top: 1px;
            content: " ";
            height: 18px;
            width: 2px;
            background: white;
            -webkit-box-shadow: rgba(0, 0, 0, .5) 1px 1px 10px;
                    box-shadow: rgba(0, 0, 0, .5) 1px 1px 10px;
        }

.video-widget__close:before {
            -webkit-transform: rotate(45deg);
               -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                 -o-transform: rotate(45deg);
                    transform: rotate(45deg);
        }

.video-widget__close:after {
            -webkit-transform: rotate(-45deg);
               -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                 -o-transform: rotate(-45deg);
                    transform: rotate(-45deg);
        }

.video-widget__container:hover .video-widget__close {
        opacity: .5;
    }

.video-widget__container:hover .video-widget__close:before, .video-widget__container:hover .video-widget__close:after {}

.video-widget.video-widget[data-state="opened"] .video-widget__container {
        width: 280px;
        height: 500px;
        border-radius: 20px;
        border-color: rgb(255, 255, 255);
    }

.video-widget.video-widget[data-state="opened"] .video-widget__close {
        opacity: .5;
    }

.video-widget.video-widget[data-state="opened"] .video-widget__close:before {
            display: none;
        }

.video-widget.video-widget[data-state="opened"] .video-widget__close:after {
            -webkit-transform: rotate(90deg);
               -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                 -o-transform: rotate(90deg);
                    transform: rotate(90deg);
        }

.video-widget.video-widget[data-state="opened"] .video-widget__close:hover {
            opacity: 1;
        }

.video-widget__button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    height: 65px;
    border-radius: 10px;
    z-index: 300;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0px 4px 15px;
    box-shadow: rgb(0 0 0 / 25%) 0px 4px 15px;
    text-align: center;
    -webkit-transition: opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s, -o-transform 0.2s ease-in-out 0s;
    -moz-transition: transform 0.2s ease-in-out 0s, opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s, -moz-transform 0.2s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s, opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s, opacity 0.3s ease-in-out 0s, background-color 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s, -moz-transform 0.2s ease-in-out 0s, -o-transform 0.2s ease-in-out 0s;
    opacity: 1;
    visibility: visible;
    background-color: rgb(254 80 0);
    font-size: 14px;

    color: #ffffff;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    line-height: 65px;
    text-transform: uppercase;
    opacity: 0;
}
	
	.video-widget__button:hover {background-color: rgb(255, 226, 87); text-decoration: none;}

.video-widget.video-widget[data-state="opened"] .video-widget__button {
        opacity: 1;
    }

@media only screen and (min-width: 960px) {
    }

@media only screen and (min-width: 769px) {
    }

@media only screen and (max-width: 1920px) {
    }

@media only screen and (max-width: 1740px) {
    }

@media only screen and (max-width: 1640px) {
    }

@media only screen and (max-width: 1540px) {
    }

@media only screen and (max-width: 1440px) {
    }

@media only screen and (max-width: 1340px) {
    }

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1160px) {
    }

@media only screen and (max-width: 1100px) {
    }

@media only screen and (max-width: 1023px) {

.video-widget__close {
            opacity: .5
    }
    }

@media only screen and (max-width: 959px) {
    }

@media only screen and (max-width: 840px) {
    }

@media only screen and (max-width: 767px) {
    }

@media only screen and (max-width: 700px) {
    }

@media only screen and (max-width: 640px) {
    }

@media only screen and (max-width: 580px) {
    }

@media only screen and (max-width: 540px) {
    }

@media only screen and (max-width: 479px) {

.video-widget__container {
            left: 15px;
            bottom: 15px;
			width: 90px;
			height: 125px;
    }
    }

@media only screen and (max-width: 420px) {
    }

@media only screen and (max-width: 380px) {
    }

@media only screen and (max-width: 360px) {
    }

@media only screen and (max-width: 340px) {
    }

@media only screen and (max-width: 320px) {
    }
















.bord2:before {
    width: 100%;
    height: .08rem;
    background: #646464;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.bord2:after {
    width: 16px;
    height: 19px;
    background: url(../img/icon/review-arrow.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

     .main-screen.home-screen .img-background img {
            width: 100%;
        }


form#mse2_filters {
    padding: 15px;
    border: 1px solid #d7d7d7;
}


h4.filter_title {
    margin: 10px 0px 17px 0px;
}

.price3 {
    width: 140px;
    margin-left: 20px;
}

.product-section .main-info-product .price-block {

    display: flex;
}

 header {
            z-index: 2;
        }

        .s-message {
            display: none !important;
        }

        .breadcrumb-section .label-rating-block {
            top: -41px;
        }

        .seo-section table p {
            margin-bottom: 0 !important;
        }

        .seo-section table tr:nth-child(1) {
            background: #4CAF43 !important;
        }

        .seo-section table tr {
            transition: .3s ease-in-out;
        }

        .seo-section table tr:nth-child(1) p {
            color: #fff;
        }

        .seo-section table tr:nth-child(2n+1) {
            background: #f6f6f6;
        }

        .seo-section table tr:hover {
            background: #e4d6c4;
        }

        .seo-section table tr td {
            padding: 20px 30px;
            border: none;
        }

        .seo-section p a {
            color: #4CAF43;
            position: relative;
        }

        .seo-section p a:before {
            content: '';
            position: absolute;
            bottom: -1px;
            right: 0;
            width: 100%;
            height: 0.05rem;
            background: #4CAF43;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }

        .seo-section p a:hover:before {
            left: 0;
            width: 0;
        }

        .seo-section .nav-block.nav-fix {
            opacity: 1;
            left: initial !important;
        }

        @media only screen and (min-width: 1600px) {
            footer .grid,
            footer .copy,
            .contact-section .grid {
                max-width: 1920px;
            }
            footer .grid,
            footer .copy {
                padding-left: 240px;
            }
            .contact-section .contact-block .phone-block,
            .contact-section .contact-block .other-block {
                padding-left: 240px;
            }
            .product-filter-page .product-filter {
                border-left: 1px solid #d7d7d7;
            }
            /*footer{ background: #1f2020; }*/
        }

        @media only screen and (max-width: 767px) {
            .seo-section .content-block .scroll-table {
                overflow-x: scroll;
                margin: 0 -30px;
                margin-bottom: 20px;
            }
            .seo-section .scroll-table table tr td {
                padding: 10px 15px;
                min-width: 160px;
            }
            .partner-section .partner-item img {
                max-width: 140px;
            }
        }

        @media only screen and (max-width: 355px) {
            header .mini-cart-block .mini-cart-btn .cart-cout {
                position: absolute;
                top: 15px;
                left: 25px;
            }
            header .language-block {
                width: 20%;
            }
            header .phone-block {
                width: 45%;
            }
            header .language-block .language-list {
                flex-wrap: wrap;
            }
            header .language-block .language-list .language-link.active {
                display: none;
            }
            header .language-block .language-list .language-item:nth-child(2n):before {
                content: none;
            }
        }









.tbody2 table {
    font-family: 'Open Sans', sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.tbody2 table td, table th {
    border: 1px solid #ddd;
    padding: 8px;
        font-family: 'Open Sans', sans-serif;
}

.tbody2 table tr:nth-child(even){background-color: #f2f2f2;}

.tbody2 table tr:hover {background-color: #ddd;}

.tbody2 table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF43;
    color: white;
        font-family: 'Open Sans', sans-serif;
}

.booking-form-objects {
    margin:15px 0px;
}



.cursor-play,
.cursor-play:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.certificates-section .title-block,
.modal .modal-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(../s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    font-display: swap;
    src: url(../s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    font-display: swap;
    src: url(../s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(../s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype')
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../s/oswald/v40/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype')
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../s/oswald/v40/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUE.ttf) format('truetype')
}

body,
html {
    overflow-x: hidden
}

body {
    padding-right: 0 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ol[class],
ul[class] {
    padding: 0;
    list-style: none
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    outline-offset: 0
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

article>*+* {
    margin-top: 1em
}

button:active,
button:focus,
input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    outline: 0;
    outline-offset: 0
}

@media (prefers-reduced-motion:reduce) {
    * {
        -webkit-animation-duration: 0s !important;
        animation-duration: 0s !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0s !important;
        -o-transition-duration: 0s !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important
    }
}

::-webkit-scrollbar {
    width: 7px
}

::selection {
    background: #4CAF43;
    color: #fff
}

::-moz-selection {
    background: #4CAF43;
    color: #fff
}

::-webkit-scrollbar-track {
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background-color: #4CAF43;
    height: 80px;
    -webkit-border-radius: 0;
    border-radius: 0
}

::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #7a7a7a;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

:-moz-placeholder,
::-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #7a7a7a;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #7a7a7a;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-block .btn,
.category-card .category-title,
.product-card .product-info .title {
    font-family: Oswald, sans-serif;
    text-transform: uppercase
}

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

.container {
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 60px
}

.row {
    margin-left: 0;
    margin-right: 0
}

#jGrowl.hidden {
    display: none !important
}

.cursor-play {
    width: 100px;
    height: 100px;
    background: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    pointer-events: none;
    position: fixed;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.cursor-play:after,
.cursor-play:before {
    content: '';
    position: absolute;
    top: 50%
}

.cursor-play:before {
    left: 51%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    background: url(../img/icon/play.svg) center no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px
}

.cursor-play:after,
.cursor-show {
    background: #fff;
    -webkit-border-radius: 100px
}

.cursor-play:after {
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: playAnim 1s infinite;
    animation: playAnim 1s infinite;
    border-radius: 100px
}

.cursor-play:after,
.cursor-show,
.cursor-show:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.cursor-play.active,
.cursor-show.active {
    opacity: 1;
    z-index: 2
}

.cursor-show {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    pointer-events: none;
    position: fixed;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.cursor-show:after,
.cursor-show:before {
    position: absolute;
    top: 50%;
    content: ''
}

.cursor-show:before {
    left: 51%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50px;
    height: 50px;
    background: url(../img/icon/view.svg) center no-repeat;
    -webkit-background-size: 36px 36px;
    background-size: 36px
}

.cursor-show:after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-animation: playAnim 1s infinite;
    animation: playAnim 1s infinite;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.breadcrumb-nav .breadcrumb {
    background: 0 0
}

.breadcrumb-nav .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 6px
}

.breadcrumb-nav .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: '';
    background: url(../img/icon/breadcrumb-arrow.svg) no-repeat;
    width: 17px;
    height: 9px;
    -webkit-background-size: contain;
    background-size: contain;
    padding-right: 11px
}

.breadcrumb-nav .breadcrumb .breadcrumb-item,
.breadcrumb-nav .breadcrumb .breadcrumb-item a {
    color: #7f848d;
    font-size: 12px;
    position: relative
}

.breadcrumb-nav .breadcrumb .breadcrumb-item a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: .05rem;
    background: #4CAF43;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.breadcrumb-nav .breadcrumb .breadcrumb-item a:hover {
    color: #4CAF43
}

.breadcrumb-nav .breadcrumb .breadcrumb-item a:hover:after,
.tab-container .nav-tabs .nav-item .nav-link:hover:before {
    width: 100%;
    left: 0
}

.breadcrumb-nav .breadcrumb .breadcrumb-item.active span,
.btn-block,
.btn-block .btn-icon,
.hint-block {
    position: relative
}

.breadcrumb-nav .breadcrumb .breadcrumb-item.active span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .05rem;
    background: #7f848d
}

.btn-block+.btn-block {
    margin: 0
}

.btn-block .btn {
    font-size: 17px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 11px 20px;
    width: auto;
    min-width: 210px;
    max-width: 315px;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.btn-block .btn-big,
.btn-block .btn-big-white {
    min-width: 315px;
    max-width: 315px;
    padding: 23px 20px
}

.btn-block .btn:active,
.btn-block .btn:focus {
    outline: 0;
    outline-offset: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-block .btn:active {
    background: #8b6738 !important;
    color: #fff !important
}

.btn-block .btn-default {
    background: #4CAF43;
    color: #fff
}

.btn-block .btn-default:hover {
    background: #b69262
}

.btn-block .btn-border {
    border: 1px solid #4CAF43;
    color: #4CAF43
}

.btn-block .btn-border:hover {
    border: 1px solid #b69262;
    background: #b69262;
    color: #fff
}

.btn-block .btn-disabled,
.btn-block .btn-disabled:active {
    background: #e9e9e9 !important;
    color: #7a7a7a !important
}

.btn-block .btn-disabled {
    cursor: default
}

.btn-block .btn-big {
    background: #4CAF43;
    color: #fff
}

.btn-block .btn-big:hover {
    background: #b69262
}

.btn-block .btn-big:active {
    background: #8b6738
}

.btn-block .btn-big-white {
    background: #fff;
    color: #202020
}

.btn-block .btn-big-white:hover {
    background: #b69262;
    color: #fff
}

.btn-block .btn-big-white:active {
    background: #8b6738;
    color: #fff
}

.btn-block .btn-icon {
    background: #fff;
    color: #4CAF43;
    min-width: 300px;
    max-width: 300px;
    padding: 21px 20px;
    border: 1px solid #4CAF43
}

.btn-block .btn-icon .icon {
    position: relative;
    top: -1px;
    margin-right: 3px
}

.btn-block .btn-icon .icon path,
.btn-cart-block .btn-add-cart .btn-cart path,
.opt-section .price-block .table-default tr,
.product-section .table-block .table-default tr,
.radio-group .checkbox label .circle:before,
.radio-group .radio label .circle:before {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-block .btn-icon:hover {
    background: #4CAF43;
    color: #fff
}

.btn-cart-block .btn-add-cart:active,
.btn-count-block .btn-count,
.btn-count-block .btn-count:active {
    background: 0 0 !important
}

.btn-block .btn-icon:active .icon path,
.btn-block .btn-icon:hover .icon path {
    fill: #fff
}

.btn-cart-block {
    margin: 20px
}

.btn-cart-block .btn-add-cart {
    border: 1px solid #d7d7d7;
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    background: 0 0 !important
}

.btn-cart-block .btn-add-cart,
.btn-count-block .btn-count,
.product-card form .btn-group,
.radio-group .checkbox label,
.radio-group .radio label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.btn-cart-block .btn-add-cart .hint-block {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}

.btn-cart-block .btn-add-cart:hover .hint-block {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.btn-cart-block .btn-add-cart:hover .btn-cart path {
    fill: #4CAF43
}

.btn-cart-block .btn-add-cart:active .btn-cart path {
    fill: #8b6738
}

.btn-count-block .btn-count {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.btn-cart-block .btn-add-cart .hint-block,
.btn-count-block .btn-count .circle,
.map-section .map-block .map-hint .dot-map+g,
.map-section .map-block .map-hint .dot-map~text {
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-count-block .btn-count .icon-bg .circle {
    opacity: 1;
    fill: #4CAF43;
    stroke: #4CAF43
}

.btn-count-block .btn-count .icon-bg .minus,
.btn-count-block .btn-count .icon-bg .plus,
.seo-section .content-block .btn-block .pagination-nav .pagination .page-item .next-page:hover span path,
.seo-section .content-block .btn-block .pagination-nav .pagination .page-item .prev-page:hover span path {
    stroke: #fff
}

.btn-count-block .btn-count .icon-bg:hover .circle {
    fill: #b69262;
    stroke: #b69262
}

.btn-count-block .btn-count:hover .circle {
    opacity: 1
}

.btn-count-block .btn-count.minus .plus {
    opacity: 0
}

.hint-block .hint {
    position: absolute;
    top: -35px;
    left: 0;
    background: #3a3a3a;
    -webkit-box-shadow: 0 3px 7px rgba(61, 65, 75, .16);
    box-shadow: 0 3px 7px rgba(61, 65, 75, .16);
    color: #fff;
    font-size: 12px;
    padding: 5px 10px
}

.hint-block .hint:before {
    content: '';
    position: absolute;
    left: 8px;
    bottom: -15px;
    border: 8px solid transparent;
    border-top: 8px solid #3a3a3a
}

.product-container {
    margin: 50px
}

.category-card a,
.product-card {
    border: 1px solid #d7d7d7;
    display: inline-block
}

.product-card .product-img {
    margin-bottom: 15px
}

.product-card .product-img a,
.product-card .product-info .title {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.product-card .product-img a {
    height: 180px;
    display: block;
    max-width: 274px
}

.product-card .product-img a:hover {
    -webkit-box-shadow: 0 3px 7px rgba(61, 65, 75, .26);
    box-shadow: 0 3px 7px rgba(61, 65, 75, .26)
}

.product-card .product-img img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-card .product-info .title {
    font-size: 17px;
    max-width: 238px;
    line-height: 130%;
    margin-bottom: 8px;
    color: #1f2020;
    font-weight: 500;
        min-height: 50px;
    display: inline-block
}

.product-card .product-info .title:hover,
.tab-container .nav-tabs .nav-item .nav-link.active,
.tab-container .nav-tabs .nav-item .nav-link:hover {
    color: #4CAF43
}

.product-card .product-info .product-price {
    color: #4CAF43;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0
}

.product-card .product-info .product-price span {
    font-size: 21px;
    font-weight: 700;
    margin-right: 3px
}

.product-card .product-info .product-availability {
    color: #717171;
    font-size: 12px;
    position: relative;
    top: -2px;
    margin-bottom: 5px;
}

.product-card form {
    margin-top: 13px;
    width: 100%
}

.product-card form .btn-group {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.product-card form .btn-group .hint-block {
    position: absolute;
    top: 10px;
    min-width: 150px;
    left: 10px
}

.product-card form .btn-group .btn-cart-block .btn-add-cart {
    position: relative;
    margin-left: auto;
    margin-right: 0
}

.product-card.p-45 {
    padding: 45px
}

.product-card.p-30 {
    padding: 30px
}

.product-card.p-30 .product-img {
    margin-bottom: 10px
}

.product-card.p-30 .product-img a,
.product-card.p-30 .product-info {
    max-width: 215px
}

.product-card.p-30 .product-info .title {
    margin-bottom: 4px
}

.product-card.p-30 form {
    margin-top: 8px
}

.product-card.p-30 form .btn-block .btn-default {
    max-width: 150px;
    min-width: 150px
}

.product-card.p-horizontal {
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 416px
}

.product-card.p-horizontal .product-img,
header .mini-cart-block .cart-hover .cart-body .media .header-block .title-product {
    margin: 0
}

.product-card.p-horizontal .product-img a {
    width: 100%;

}

.product-card.p-horizontal .product-info {
    width: 254px
}

.calc-section .calc-content .calc-row .radio-group .radio label,
.product-card.p-horizontal .product-info .title {
    margin-bottom: 0
}

.product-card.p-horizontal .product-info .product-availability {
    top: -5px
}

.product-card.p-horizontal form,
.tab-container .nav-tabs .nav-item .nav-link.active:before {
    width: 100%
}

.product-card.p-horizontal form .btn-block .btn-default {
    max-width: 289px;
    min-width: 289px
}

.category-card a {
    padding: 80px 57px 60px
}

.category-card a:hover .product-count {
    background: #4CAF43;
    color: #fff
}

.category-card .category-title {
    font-size: 27px;
    font-weight: 500;
    color: #1f2020;
    display: inline-block;
    margin: 0;
    position: relative
}

.category-card .category-img img,
.category-card .category-title .product-count {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.category-card .category-title .product-count {
    position: absolute;
    top: -22px;
    padding: 5px 8px 8px;
    background: #f1f1f1;
    z-index: -1;
    font-size: 16px;
    color: #aeaeae;
    min-width: 80px;
    font-weight: 400;
    right: -70px;
    display: inline-block
}

.category-card .category-img {
    margin-top: 25px;
    width: 254px;
    height: 208px
}

.category-card .category-img img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right
}

.radio-group .checkbox,
.radio-group .radio {
    display: block;
    margin-bottom: 15px
}

.radio-group .checkbox input,
.radio-group .radio input {
    display: none
}

.radio-group .checkbox label,
.radio-group .radio label {
    color: #272727;
    font-size: 17px;
    position: relative;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.radio-group .checkbox label .circle,
.radio-group .radio label .circle {
    position: relative;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    display: inline-block;
    top: 1px
}

.radio-group .checkbox label .circle:before,
.radio-group .radio label .circle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #cfcfd8
}

.radio-group .radio label .circle:before {
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.radio-group .checkbox label .circle:after,
.radio-group .radio label .circle:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 10px;
    background: url(../img/icon/check.svg) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0
}

.radio-group .checkbox [type=checkbox]:checked+label .circle:before,
.radio-group .checkbox [type=radio]:checked+label .circle:before,
.radio-group .radio [type=checkbox]:checked+label .circle:before,
.radio-group .radio [type=radio]:checked+label .circle:before {
    border: 1px solid #4CAF43;
    background: #4CAF43
}

.radio-group .checkbox [type=checkbox]:checked+label .circle:after,
.radio-group .checkbox [type=radio]:checked+label .circle:after,
.radio-group .radio [type=checkbox]:checked+label .circle:after,
.radio-group .radio [type=radio]:checked+label .circle:after {
    opacity: 1
}

.radio-group .checkbox label:hover .circle:before,
.radio-group .radio label:hover .circle:before {
    border: 1px solid #4CAF43
}

.pagination-nav .page-item .page-link,
.radio-group .checkbox label .circle:after,
.radio-group .checkbox label .circle:before {
    -webkit-border-radius: 0;
    border-radius: 0
}

.pagination-nav .page-item {
    margin: 0 5px
}

.pagination-nav .page-item .page-link {
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #4e4f60;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 14px;
    border: 1px solid #d7d7d7
}

.pagination-nav .page-item .page-link:active,
.pagination-nav .page-item .page-link:focus {
    outline: 0;
    outline-offset: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pagination-nav .page-item .page-link path {
    stroke: #bcc1d0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.pagination-nav .page-item .page-link.active path,
.pagination-nav .page-item .page-link:hover path {
    stroke: #1f2020
}

.pagination-nav .page-item .page-link:hover {
    color: #4e4f60;
    background: #f4f4f4;
    border: 1px solid #f4f4f4
}

.pagination-nav .page-item .page-link.disabled {
    display: none
}

.pagination-nav .page-item .page-link.active {
    color: #262739;
    background: #eaeaea;
    border: 1px solid #eaeaea
}

.tab-container .nav-tabs {
    border: 0
}

.tab-container .nav-tabs .nav-item {
    margin-right: 25px
}

.tab-container .nav-tabs .nav-item .nav-link {
    color: #585858;
    font-size: 17px;
    padding: 0;
    border: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-weight: 600;
    position: relative
}

.tab-container .nav-tabs .nav-item .nav-link:before {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 0%;
    height: .1rem;
    background: #4CAF43;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tab-container .tab-content {
    padding: 10px 0
}

.select-group {
    width: auto;
    max-width: 315px
}

.input-group label,
.select-group label {
    color: #7a7a7a;
    font-size: 14px;
    margin-bottom: 15px
}

.select-group .select2-container {
    width: 100% !important;
    max-width: 100% !important
}

.select-group .select2-container .select2-selection--single {
    height: 62px;
    border: 1px solid #cfcfd8;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.select-group .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 62px;
    padding-left: 22px;
    padding-right: 22px
}

.select-group .select2-container .select2-selection--single .select2-selection__arrow {
    height: 60px;
    right: 20px
}

.select-group .select2-container .select2-selection--single .select2-selection__arrow b {
    border: 0;
    background: url(../img/icon/select-default.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 15px;
    height: 9px
}

.input-group .input-block:hover input,
.input-group .input-block:hover textarea,
.select-group .select2-container.select2-container--open .select2-selection--single,
.select-group .select2-container:hover .select2-selection--single {
    border: 1px solid #4CAF43
}

.select-group .select2-container.select2-container--open .select2-selection__arrow b {
    background: url(../img/icon/select-active.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.select2-container--default .select2-search--dropdown {
    display: block;
    padding: 10px 15px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #cfcfd8;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 5px 10px;
    color: #181818
}

.select2-container--default .select2-dropdown {
    border: 1px solid #cfcfd8;
    -webkit-border-radius: 0;
    border-radius: 0
}

.menu-dropdown .menu-category .menu-item .menu-link,
.select2-container--default .select2-results__option {
    padding: 20px;
    color: #181818;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif
}

.select2-container--default .select2-results__option--selected {
    background: #4CAF43 !important;
    color: #fff !important;
    cursor: default
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #f9f9f9;
    color: #4CAF43
}

.menu-dropdown,
.menu-dropdown .menu-category,
header,
header .language-block .language-list .language-item {
    position: relative
}

.menu-dropdown .menu-category .menu-item .menu-link {
    display: block;
    background: #fff
}

.title-block .title,
header .menu-nav .menu-link,
header .phone-block .phone-list .phone-item .phone-link {
    font-family: Oswald, sans-serif
}

.menu-dropdown .menu-category .menu-item .menu-link:hover {
    background: #f6f6f6;
    color: #4CAF43
}

.menu-dropdown .menu-category .menu-item .menu-link.active {
    background: #4CAF43;
    color: #fff
}

#jGrowl .ms2-message-error {
    background: brown
}

.input-group label {
    display: block
}

.input-group .input-block .check-error,
.input-group input,
.input-group textarea,
.menu-dropdown .menu-category .menu-item .menu-link {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.input-group input,
.input-group textarea {
    padding: 22px;
    border: 1px solid #cfcfd8;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    color: #2d2a2a
}

.input-group .input-block .check-error {
    opacity: 0;
    visibility: hidden;
    display: block;
    color: #ef4747;
    font-size: 12px;
    margin-top: 2px;
    height: 0;
    position: absolute
}

.faq-block .card-header .btn,
.modal .close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.input-group .input-block.error input {
    border: 1px solid #ef4747
}

.input-group .input-block.error .check-error {
    opacity: 1;
    visibility: visible;
    height: auto
}

.title-block .title {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 28px;
    line-height: 110%;
    color: #1f2020;
    text-transform: uppercase
}

.title-block .subtitle {
    color: #1f2020;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}

.title-block .description {
    color: #1f2020;
    font-size: 17px;
    line-height: 130%
}

.faq-block .card {
    background: 0 0;
    border: 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px
}

.faq-block .card-header {
    background: 0 0;
    border: 0;
    padding: 0
}

.faq-block .card-header .btn {
    color: #1f2020;
    font-size: 17px;
    line-height: 135%;
    text-decoration: none;
    padding: 0;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left
}

.faq-block .card-header .btn path {
    stroke: #aaa !important;
    transition: .3s ease-in-out
}

.faq-block .card-header .btn path,
.modal .close,
.modal .close span {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.faq-block .card-header .btn.collapsed path.plus,
.faq-block .card-header .btn:hover .circle,
.map-section .map-block .map-hint a.active .dot-map+g,
.map-section .map-block .map-hint a.active .dot-map~text,
.map-section .map-block .map-hint a.focus .dot-map+g,
.map-section .map-block .map-hint a.focus .dot-map~text,
.map-section .map-block .map-hint a:hover .dot-map+g,
.map-section .map-block .map-hint a:hover .dot-map~text {
    opacity: 1
}

.faq-block .card-header .btn:hover .minus,
.faq-block .card-header .btn:hover .plus {
    stroke: #1f2020 !important
}

.faq-block .card-header .btn path.plus {
    opacity: 0
}

.faq-block .card-body {
    padding: 25px 0 0;
    font-size: 14px;
    color: #7a7a7a;
    line-height: 135%
}

.modal.show {
    padding: 0 !important
}

.modal .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding: 20px;
    position: relative
}

.modal .modal-dialog {
    max-width: 460px
}

.modal.modal-big .modal-dialog {
    max-width: 890px
}

.modal .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #dbdbdb;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .3s ease-in-out;
    opacity: 1
}

.modal .modal-body,
header .top-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.modal .close span {
    width: 15px;
    height: .1rem;
    background: #9b9b9b;
    transition: .3s ease-in-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal .close span+span,
header .mini-cart-block .cart-hover .btn-close-cart span+span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute
}

.modal .close:hover span+span,
header .mini-cart-block .cart-hover .btn-close-cart:hover span+span {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.modal .modal-body,
header .logo-block a {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.modal .modal-body {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    min-height: 345px;
    padding: 60px 0
}

.modal .modal-body .modal-title {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center
}

.modal .modal-body .modal-description {
    color: #7a7a7a;
    font-size: 17px;
    font-weight: 400;
    max-width: 300px;
    text-align: center
}

.modal .modal-body .modal-description+.btn-block {
    margin-top: 25px
}

.modal .modal-body .btn-block {
    margin-top: 20px;
    text-align: center
}

.modal .modal-body .modal-description+.input-group {
    margin-top: 20px
}

.modal .modal-body .input-group {
    margin-top: 25px
}

.modal .modal-body .input-group+.btn-block {
    margin-top: 28px
}

.modal .modal-body .input-block {
    width: 100%
}

.modal .modal-body .input-block input,
.modal .modal-body .input-block textarea {
    width: 100%;
    resize: none
}

.modal .modal-body .link-block {
    display: block;
    margin-top: 28px
}

.modal .modal-body .link-block .link-modal,
header .location-block .location-link p {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.modal .modal-body .link-block .link-modal {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    background: 0 0;
    border: 0;
    padding: 0;
    color: #828282;
    font-size: 14px
}

header .bottom-header,
header .language-block,
header .location-block,
header .mini-cart-block {
    border-bottom: 1px solid #d7d7d7
}

.modal .modal-body .link-block .link-modal:before,
header .mini-cart-block .cart-hover .cart-footer .link-block .cart-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: .05rem;
    background: #828282;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.modal .modal-body .link-block .link-modal:hover,
header .location-block .location-link:hover p,
header .mini-cart-block .cart-hover .cart-body .media .header-block .title-product a:hover {
    color: #4CAF43
}

.modal .modal-body .link-block .link-modal:hover:before,
header .mini-cart-block .cart-hover .cart-footer .link-block .cart-link:hover:before {
    left: 0;
    width: 0
}

#orderCalcModal .modal-body .modal-title {
    font-size: 26px;
    margin-bottom: 10px
}

#orderCalcModal .modal-body .modal-description {
    max-width: 360px;
    font-size: 15px
}

#orderPhoneModal .modal-body .modal-title {
    margin-bottom: 10px;
    font-size: 25px
}

#orderPhoneModal .modal-body .modal-description,
.product-filter-page .product-filter form .radio-group .checkbox label,
.product-filter-page .product-filter form .radio-group .radio label {
    font-size: 14px
}

#reviewModal .modal-body {
    padding: 35px 0
}

#reviewModal .modal-body .input-group+.btn-block {
    margin-top: 10px
}

#reviewModal form {
    position: relative;
    top: -20px;
    margin-bottom: -20px
}

@media only screen and (max-width:991px) and (min-width:767px) {
    .container {
        padding: 0 60px
    }
}

@media only screen and (max-width:767px) {
    body.show-filter,
    html.show-filter {
        overflow: hidden
    }
    .container {
        padding: 0 30px
    }
    .title-block .title {
        font-size: 37px;
        margin-bottom: 15px
    }
    .title-block .subtitle {
        font-size: 20px
    }
    .title-block .description {
        font-size: 14px
    }
    .modal .close {
        right: -10px
    }
    .modal form {
        width: 100%;
        position: relative;
        top: -10px;
        margin-bottom: -10px
    }
    .modal .modal-content {
        padding: 20px 30px
    }
    .modal .modal-body {
        padding: 37px 0 20px
    }
    .modal .modal-body .modal-title {
        font-size: 17px !important;
        margin-bottom: 20px;
        font-weight: 600
    }
    .modal .modal-body .modal-description {
        font-size: 12px !important;
        margin-bottom: 20px
    }
    .modal .modal-body .modal-description+.btn-block,
    .modal .modal-body .modal-title+.btn-block {
        margin-top: 0
    }
    .modal .modal-body .input-group {
        margin-top: 20px
    }
    .modal .modal-body .btn-block .btn-big {
        width: 100%;
        min-width: 100%;
        max-width: 100%
    }
    .modal .modal-body .link-block {
        margin-top: 10px
    }
    .faq-block .card-header .btn {
        font-size: 14px;
        font-weight: 600
    }
    .faq-block .card-header .btn .btn-count-block {
        position: relative;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        right: -15px
    }
    .btn-cart-block .btn-add-cart .hint-block {
        display: none
    }
}

header .top-header {
    display: flex;
    height: 107px;
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
    background: #fff
}

header .bottom-header {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 60px;
    background: #fff
}

header .logo-block {
    width: 265px;
    background: #4CAF43;
    position: relative
}

header .logo-block a {
    width: 100%;
    height: 100%
}

img.logo {
    width: 200px;
}

header .logo-block a img {
    width: 210px;
    height: auto;
    position: relative;
    top: -5px
}

header .logo-block a p {
    font-size: 10px;
    color: #fff;
    line-height: 135%;
    max-width: 100px;
    display: none
}

header .hamburger-block {
    display: none
}

header .location-block,
header .location-block .location-link,
header .logo-block a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center
}

header .location-block {
    padding-left: 25px;
    margin-right: auto;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    width: -webkit-calc(100% - 160px - 265px - 160px - 200px);
    width: calc(100% - 160px - 265px - 160px - 200px)
}

header .location-block,
header .location-block .location-link {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header .language-block,
header .language-block .language-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

header .location-block .location-link p {
    font-size: 15px;
    color: #1f2020;
    margin: 0 0 0 10px;
    width: 170px;
    line-height: 130%
}

header .language-block {
    border-right: 1px solid #d7d7d7;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 29px;
    width: 290px flex-direction: column;
    flex-direction: column;
}

header .language-block .icon {
    margin-right: 8px
}

header .language-block .language-list {
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}


.language-block a {
    min-width: 150px;
    padding:5px 0px;
}

header .language-block .language-list .language-item:nth-child(2n):before {
    content: '/';
    position: relative;
    padding: 0 3px;
    color: #1f2020
}

header .language-block .language-list .language-link {
    font-size: 15px;
    color: #878787;
    transition: .3s ease-in-out
}

header .language-block .language-list .language-link,
header .mini-cart-block,
header .mini-cart-block .cart-hover .btn-close-cart span,
header .mini-cart-block .mini-cart-btn {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

header .language-block .language-list .language-link.active {
    color: #1f2020
}

header .language-block .language-list .language-link:hover {
    color: #878787
}

header .mini-cart-block {
    border-right: 1px solid #d7d7d7;
    width: auto;
    min-width: 170px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    transition: .3s ease-in-out
}

header .mini-cart-block .mini-cart-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 26px;
    height: 100%;
    background: 0 0;
    border: 0;
    transition: .3s ease-in-out;
    width: 100%
}

header .mini-cart-block .mini-cart-btn:hover {
    background: #fbfbfb
}

header .mini-cart-block .mini-cart-btn p {
    font-size: 15px;
    color: #1f2020;
    margin: 0
}

header .mini-cart-block .mini-cart-btn .cart-cout {
    background: #1f2020;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    top: -10px
}

header .mini-cart-block.empty .inner {
    fill: #fff
}

header .mini-cart-block.empty .cart-hover .cart-body,
header .mini-cart-block.empty .cart-hover .cart-footer,
header .mini-cart-block.empty .cart-hover .cart-header {
    display: none
}

header .mini-cart-block.empty .cart-hover .minicart-empty {
    display: block
}

header .mini-cart-block .cart {
    margin-right: 10px
}

header .mini-cart-block .inner {
    fill: #4CAF43
}

header .mini-cart-block .cart-hover,
header .mini-cart-block .cart-hover .btn-close-cart {
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

header .mini-cart-block .cart-hover {
    padding: 35px 30px 40px 33px;
    background: #fff;
    -webkit-box-shadow: 0 10px 16px rgba(52, 52, 52, .19);
    box-shadow: 0 10px 16px rgba(52, 52, 52, .19);
    left: -315px;
    visibility: hidden;
    width: 475px;
    top: 116px;
    z-index: 2;
    opacity: 0
}

header .mini-cart-block .cart-hover.show {
    top: 106px;
    opacity: 1;
    visibility: visible
}

header .mini-cart-block .cart-hover .btn-close-cart {
    top: 25px;
    right: 30px;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #dbdbdb;
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    z-index: 1
}

header .mini-cart-block .cart-hover .btn-close-cart span {
    width: 15px;
    height: .1rem;
    background: #2d2a2a;
    transition: .3s ease-in-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .mini-cart-block .cart-hover .cart-header {
    padding-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 32px
}

header .mini-cart-block .cart-hover .cart-header .cart-title {
    opacity: .3;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px
}

header .mini-cart-block .cart-hover .cart-header .cart-main-info {
    color: #717171;
    font-size: 12px
}

header .mini-cart-block .cart-hover .minicart-empty {
    text-align: center;
    padding: 40px 0 20px;
    display: none
}

header .mini-cart-block .cart-hover .minicart-empty .empty-title {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    margin-bottom: 12px
}

header .mini-cart-block .cart-hover .minicart-empty .empty-description {
    font-size: 14px;
    color: #7a7a7a;
    margin: 0
}

header .mini-cart-block .cart-hover .cart-body .media img {
    max-width: 142px;
    height: 98px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px
}

header .mini-cart-block .cart-hover .cart-body .media .header-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3px
}

.cart-section .cart-body .media .header-block .title-product a,
header .mini-cart-block .cart-hover .cart-body .media .header-block .title-product a {
    display: block;
    color: #141316;
    font-size: 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

header .mini-cart-block .cart-hover .cart-body .media .header-block .price-product {
    font-size: 15px;
    color: #141316;
    margin: 0;
    position: relative;
    top: -1px
}

header .mini-cart-block .cart-hover .cart-body .media .count-title-product {
    font-size: 14px;
    color: #7a7a7a;
    margin-bottom: 10px
}

header .mini-cart-block .cart-hover .cart-body .media .btn-trash {
    padding: 0;
    position: relative;
    top: -2px
}

header .mini-cart-block .cart-hover .cart-body .media .btn-trash:active,
header .mini-cart-block .cart-hover .cart-body .media .btn-trash:focus {
    outline: 0;
    outline-offset: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

header .mini-cart-block .cart-hover .cart-body .media .btn-trash img {
    max-width: 20px;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: .3
}

.cart-section .cart-body .media .btn-trash:hover img,
header .mini-cart-block .cart-hover .cart-body .media .btn-trash:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

header .mini-cart-block .cart-hover .cart-body .media .count-mini-cart,
header .phone-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header .mini-cart-block .cart-hover .cart-body .media .btn-block {
    width: auto;
    min-width: 112px;
    margin-right: 15px
}

header .mini-cart-block .cart-hover .cart-body .media .btn-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 112px
}

header .mini-cart-block .cart-hover .cart-body .media .btn-row .btn-count {
    max-width: 26px;
    min-width: 26px;
    height: 26px
}

header .mini-cart-block .cart-hover .cart-body .media .input-group {
    width: auto
}

header .mini-cart-block .cart-hover .cart-body .media .input-group input {
    padding: 10px;
    height: 42px;
    width: 42px;
    text-align: center
}

header .mini-cart-block .cart-hover .cart-body .media+.media {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #c4c4c4
}

header .mini-cart-block .cart-hover .cart-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #c4c4c4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header .mini-cart-block .cart-hover .cart-footer .subtotal-txt {
    color: #717171;
    font-size: 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

header .mini-cart-block .cart-hover .cart-footer .subtotal-price {
    color: #141316;
    font-size: 17px
}

header .mini-cart-block .cart-hover .cart-footer .btn-block {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

header .mini-cart-block .cart-hover .cart-footer .btn-block .btn-big {
    min-width: 100%;
    width: 100%;
    max-width: 100%
}

header .mini-cart-block .cart-hover .cart-footer .link-block {
    display: block;
    text-align: center;
    width: 100%
}

header .mini-cart-block .cart-hover .cart-footer .link-block .cart-link {
    display: inline-block;
    position: relative;
    color: #828282;
    font-size: 14px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    background: 0 0;
    border: 0;
    padding: 0
}

header .menu-nav .menu-link:hover,
header .mini-cart-block .cart-hover .cart-footer .link-block .cart-link:hover,
header .phone-block .phone-list .phone-item .phone-link:hover {
    color: #4CAF43
}

header .phone-block {
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding: 0 29px;
    width: 245px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

header .phone-block .icon {
    margin-right: 10px
}

header .menu-nav .menu-link,
header .phone-block .phone-list .phone-item .phone-link {
    color: #1f2020;
    font-weight: 400;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

header .phone-block .phone-list .phone-item .phone-link {
    line-height: 140%;
    font-size: 17px
}

header .menu-nav {
    width: 100%
}

header .menu-nav .menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header .menu-nav .menu-link {
    font-size: 16px;
    padding: 28px 0 25px;
    text-transform: uppercase;
    display: inline-block
}

header .menu-nav .count {
    font-size: 9px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #1f2020;
    color: #fff;
    position: relative;
    top: -10px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    line-height: 18px;
    font-weight: 500
}

header .menu-nav .menu-item {
    position: relative
}

header .menu-nav .menu-item.item-dropdown:before {
    content: '';
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
    background: url(../img/icon/menu-arrow.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 12px;
    height: 7px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

header .menu-nav .menu-item.item-dropdown:hover:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

header .menu-nav .menu-item.item-dropdown:hover .menu-dropdown {
    top: 77px;
    opacity: 1;
    visibility: visible
}

.category-section .category-btn a img,
header .menu-nav .menu-dropdown {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    left: 0
}

header .menu-nav .menu-dropdown {
    opacity: 0;
    visibility: hidden;
    top: 85px;
    z-index: 1;
    min-width: 275px;
    position: absolute
}

@media only screen and (max-width:991px) and (min-width:767px) {
    header .language-block,
    header .logo-block,
    header .mini-cart-block,
    header .phone-block {
        width: 25%
    }
    header .location-block {
        display: none
    }
    header .mini-cart-block .mini-cart-btn {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto
    }
    header .mini-cart-block .cart-hover {
        left: -255px
    }
    header .menu-nav .menu-link {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    
    .language-block a {
  min-width: auto;
    padding: 5px 0px;
    font-size: 8px;
}
    
    
    header .language-block .icon,
    header .location-block,
    header .mini-cart-block .cart-hover .cart-footer .link-block {
        display: none
    }
    header .top-header {
        height: auto
    }
    header .mini-cart-block {
        height: 85px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 35%;
        min-width: auto
    }
    header .mini-cart-block .cart {
        margin-right: 3px
    }
    header .mini-cart-block .mini-cart-btn {
        padding: 0 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto
    }
    header .mini-cart-block .mini-cart-btn p {
        font-size: 14px
    }
    header .mini-cart-block .cart-hover {
        top: -50px;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 20px;
        position: fixed;
        padding-left: 30px;
        padding-right: 30px
    }
    header .mini-cart-block .cart-hover.show {
        top: 0
    }
    header .mini-cart-block .cart-hover .btn-close-cart {
        top: 10px;
        right: 10px
    }
    header .mini-cart-block .cart-hover .cart-header {
        margin-bottom: 20px
    }
    header .mini-cart-block .cart-hover .cart-header .cart-title {
        opacity: 1
    }
    header .mini-cart-block .cart-hover .cart-body {
        overflow-y: auto;
        height: -webkit-calc(100vh - 285px);
        height: calc(100vh - 285px);
        padding-right: 25px;
        margin-right: -31px
    }
    header .mini-cart-block .cart-hover .cart-body .media img {
        max-width: 94px;
        height: 65px;
        margin-right: 10px
    }
    header .mini-cart-block .cart-hover .cart-body .media .header-block .title-product a {
        font-weight: 600;
        font-size: 12px
    }
    header .mini-cart-block .cart-hover .cart-body .media .header-block .price-product {
        font-weight: 600;
        font-size: 12px;
        color: #4CAF43
    }
    header .mini-cart-block .cart-hover .cart-body .media .count-title-product {
        font-size: 12px
    }
    header .mini-cart-block .cart-hover .cart-body .media .input-group input {
        height: 38px;
        width: 38px;
        padding: 5px
    }
    header .mini-cart-block .cart-hover .cart-body .media .btn-block {
        min-width: 100px
    }
    header .mini-cart-block .cart-hover .cart-body .media .btn-row {
        max-width: 100px
    }
    header .mini-cart-block .cart-hover .cart-footer {
        margin-top: 20px
    }
    header .mini-cart-block .cart-hover .cart-footer .subtotal-price {
        font-size: 15px
    }
    header .hamburger-block .text,
    header .language-block .language-list .language-link,
    header .phone-block .phone-list .phone-item .phone-link {
        font-size: 14px
    }
    header .mini-cart-block .cart-hover .cart-footer .btn-block .btn-big {
        padding: 19px 20px
    }
    header .language-block {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        padding: 0 10px;
        width: 25%
    }
    header .language-block .language-list .language-item:nth-child(2n):before {
        padding-right: 0
    }
    header .phone-block {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
        width: 40%;
        padding: 0 10px
    }
    header .phone-block .other-phone {
        background: 0 0;
        border: 0;
        padding: 0;
        position: relative;
        left: 5px;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }
    header .hamburger-block,
    header .phone-block .phone-list .phone-item.mobile-phone {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        background: #fff;
        z-index: 2
    }
    header .phone-block .other-phone.open-phone {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    header .phone-block .icon {
        max-width: 16px;
        margin-right: 5px
    }
    body,
    header .phone-block .phone-list {
        position: relative
    }
    header .phone-block .phone-list .phone-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    header .phone-block .phone-list .phone-item.mobile-phone {
        position: absolute;
        top: 25px;
        transition: .3s ease-in-out
    }
    header .phone-block .phone-list .phone-item.mobile-phone:nth-child(2) {
        top: 25px
    }
    header .phone-block .phone-list .phone-item.mobile-phone:nth-child(3) {
        top: 50px
    }
    header .phone-block .phone-list .phone-item.hidden-phone {
        opacity: 0
    }
    header .hamburger-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 40%;
        transition: .3s ease-in-out;
        position: relative;
        border-bottom: 1px solid #d7d7d7;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    header .bottom-header,
    header .hamburger-block .text,
    header .hamburger-block span,
    header .menu-nav .menu-list .menu-btn img {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out
    }
    header .hamburger-block .text {
        color: #1f2020;
        font-weight: 400;
        transition: .3s ease-in-out
    }
    header .hamburger-block .icon {
        margin-right: 10px;
        position: relative;
        left: 0
    }
    header .hamburger-block span {
        display: block;
        width: 25px;
        height: .15rem;
        background: #4CAF43;
        margin-bottom: 5px;
        position: relative;
        transition: .3s ease-in-out
    }
    header .hamburger-block span:last-child {
        margin-bottom: 0;
        width: 17px
    }
    header .hamburger-block.show-menu {
        width: 25%;
        background: #4CAF43;
        border-bottom: 1px solid #e6d4ba;
        border-left: 1px solid #e6d4ba
    }
    header .hamburger-block.show-menu .text {
        display: none
    }
    header .hamburger-block.show-menu .icon {
        margin: 0 auto
    }
    header .hamburger-block.show-menu span {
        background: #fff
    }
    header .hamburger-block.show-menu span:nth-child(1) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 8px
    }
    header .hamburger-block.show-menu span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    header .hamburger-block.show-menu span:last-child {
        width: 0
    }
    header .language-menu {
        background: #4CAF43;
        width: 25%;
        display: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0 15px;
        border-right: 1px solid #e6d4ba;
        white-space: nowrap
    }
    header .language-menu .language-item:nth-child(2n):before {
        content: '/';
        position: relative;
        padding: 0 0 0 3px;
        color: #fff
    }
    header .language-menu .language-link {
        color: #f6e0b9;
        font-size: 14px
    }
    header .language-menu .language-link.active {
        color: #fff
    }
    header .top-header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    header .bottom-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 84px;
        height: auto;
        left: -100vw;
        width: 100%;
        background: #4CAF43;
        z-index: 3;
        padding: 0;
        transition: .3s ease-in-out
    }
    header .menu-nav .menu-list {
        display: block
    }
    header .menu-nav .menu-list .menu-link {
        font-size: 21px;
        color: #fff !important;
        padding: 20px 30px;
        border-bottom: 1px solid #e6d4ba;
        display: block;
        position: relative
    }
    header .menu-nav .menu-list .menu-btn {
        background: 0 0;
        border: 0;
        width: 100%;
        text-align: left
    }
    header .menu-nav .menu-list .menu-btn img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 110px;
        transition: .3s ease-in-out
    }
    header .logo-block,
    header .menu-nav .menu-list .menu-item-mobile {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out
    }
    header .menu-nav .menu-list .menu-btn.show-sub-menu img {
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg)
    }
    header .menu-nav .menu-list .menu-psevdo-item {
        border-bottom: 1px solid #e6d4ba
    }
    header .menu-nav .menu-list .menu-item:before {
        content: none
    }
    header .menu-nav .menu-list .menu-item-mobile {
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease-in-out;
        background: #427e3d;
        height: 0
    }
    header .menu-nav .menu-list .menu-item-mobile.show-sub-menu {
        opacity: 1;
        visibility: visible;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px
    }
    header .menu-nav .menu-list .menu-item-mobile .menu-item {
        margin-bottom: 10px
    }
    header .menu-nav .menu-list .menu-item-mobile .menu-link {
        font-size: 17px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        border: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-transform: capitalize
    }
    header .menu-nav .menu-list .phone-menu {
        border-bottom: 1px solid #e6d4ba;
        padding: 20px 30px
    }
    header .menu-nav .menu-list .phone-menu .phone-link {
        font-size: 21px;
        font-weight: 400;
        font-family: Oswald, sans-serif;
        color: #fff;
        line-height: 150%
    }
    header .menu-nav .count {
        position: absolute;
        background: #fff;
        color: #4CAF43;
        top: 18px;
        left: 105px
    }
    body:before,
    header .logo-block {
        z-index: 2;
        transition: .3s ease-in-out
    }
    header .logo-block {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 60%;
        height: 84px;
        position: relative
    }
    header .logo-block a img {
        width: 170px
    }
    header .logo-block a p {
        display: inline-block;
        margin-left: 5px
    }
    body.show-menu:before,
    header.show-menu .bottom-header {
        left: 0
    }
    header.show-menu .language-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    header.show-menu .logo-block {
        width: 75%;
        border-bottom: 1px solid #e6d4ba
    }
    body:before {
        content: '';
        position: fixed;
        top: 0;
        left: -100vw;
        width: 100%;
        height: 100%;
        background: rgba(162, 126, 79, .7);
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out
    }
}

@media (max-width:767px) and (orientation:landscape) {
    header .mini-cart-block .cart-hover {
        overflow-y: scroll;
        overflow-x: hidden
    }
    header .mini-cart-block .cart-hover .cart-body {
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden
    }
    header .mini-cart-block .cart-hover .cart-body .media {
        width: 48%
    }
    header .mini-cart-block .cart-hover .cart-body .media+.media {
        border: 0;
        padding: 0;
        margin: 0
    }
}

.breadcrumb-section {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative
}

.breadcrumb-section .label-rating-block,
.breadcrumb-section .label-rating-block .number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumb-section .label-rating-block {
    position: absolute;
    min-width: 210px;
    top: -1px;
    right: 0;
    margin-right: 0
}

.breadcrumb-section .label-rating-block .number {
    font-size: 19px;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    width: 45px;
    height: 80px;
    background: url(../img/icon/rating-bg.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin-right: 15px
}

.breadcrumb-section .label-rating-block .detail .review-rating {
    width: 96px;
    height: 16px;
    background-position: 0 -16px;
    background-repeat: repeat-x;
    margin: 3px 0;
    background-image: url(../img/review/star.svg)
}

.breadcrumb-section .label-rating-block .detail .review-rating .star,
.category-page .title-right .label-rating-block .detail .review-rating .star {
    background-image: url(../img/review/star.svg);
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 17px;
    display: inline-block
}

.breadcrumb-section .label-rating-block .detail .review-title {
    display: block;
    font-size: 14px;
    color: #1f2020;
    line-height: 116%;
    margin-top: 9px;
    margin-bottom: 0
}

.breadcrumb-section .label-rating-block .detail .review-link {
    font-size: 14px;
    color: #1f2020;
    line-height: 116%;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.breadcrumb-section .label-rating-block .detail .review-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: .05rem;
    background: #1f2020;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.breadcrumb-section .label-rating-block .detail .review-link:hover,
.category-page .title-right .label-rating-block .detail .review-link:hover {
    color: #4CAF43
}

.breadcrumb-section .label-rating-block .detail .review-link:hover:before,
.category-page .title-right .label-rating-block .detail .review-link:hover:before {
    left: 0;
    width: 0
}

.breadcrumb-section+.seo-section {
    padding-top: 50px
}

.breadcrumb-section+.category-section {
    padding-top: 20px
}

@media only screen and (max-width:767px) {
    .breadcrumb-section {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .breadcrumb-section .label-rating-block {
        display: none
    }
    .breadcrumb-section+.seo-section {
        padding-top: 20px
    }
}

.category-section .category-btn,
.category-section .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.main-screen.home-screen {
    position: relative
}

.main-screen.home-screen .img-background {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.main-screen.home-screen .row {
    height: 475px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.main-screen.home-screen .title-main .title {
    max-width: 810px;
    color: #fff;
    font-size: 62px;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 120%;
    margin-bottom: 30px
}

@media only screen and (max-width:991px) and (min-width:767px) {
    .main-screen.home-screen .container {
        padding: 0 57px
    }
}

@media only screen and (max-width:767px) {
    .main-screen.home-screen .img-background {
        position: relative;
        height: 270px
    }
    .main-screen.home-screen .row {
        height: 100%;
        margin-bottom: 50px;
        margin-top: 50px;
        padding: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .main-screen.home-screen .title-main .title {
        color: #1f2020;
        font-size: 37px
    }
    .main-screen.home-screen .btn-block .btn {
        background: #4CAF43;
        color: #fff;
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }
}

.category-page .title-right .label-rating-block .number,
.category-section .category-btn a span,
.reviews-section .label-rating-block .number {
    color: #fff;
    font-weight: 500;
    font-family: Oswald, sans-serif
}

.category-section .grid {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto
}

.category-section .title-block .description {
    max-width: 407px
}

.category-section .category-card {
    width: 25%;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 0
}

.category-section .category-card:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1)
}

.category-section .category-card a {
    width: 100%;
    position: relative;
    z-index: 0
}

.category-section .category-card.category-3 a {
    border-left: none
}

.category-section .category-card.category-4 a {
    border-bottom: none
}

.category-section .category-card.category-5 a {
    border-left: none;
    border-right: none;
    border-bottom: none
}

.category-section .category-card.category-6 a {
    border-top: none;
    border-bottom: none
}

.category-section .category-btn {
    width: 25%;
    background: #4CAF43;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0
}

.category-page .title-row,
.category-section .category-btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.category-section .category-btn a {
    text-transform: uppercase;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 40px 40px 40px 58px
}

.category-section .category-btn a span {
    font-size: 27px;
    width: 100%;
    margin-top: auto
}

.category-section .category-btn a img {
    margin-top: 15px;
    position: relative;
    margin-bottom: auto
}

.category-section .category-btn a:hover img {
    left: 20px
}

.category-section .category-title-block {
    width: -webkit-calc(100% - 50%);
    width: calc(100% - 50%);
    padding: 140px 57px 60px
}

.category-page .title-row {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 100px
}

.category-page .title-right,
.category-page .title-right .label-rating-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.category-page .title-block .description {
    max-width: 830px
}

.category-page .title-right,
.category-page .title-right .label-rating-block,
.category-page .title-right .label-rating-block .number {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.category-page .title-right .label-rating-block {
    position: relative;
    margin-right: 20px;
    min-width: 210px
}

.category-page .title-right .label-rating-block .number {
    font-size: 19px;
    width: 45px;
    height: 80px;
    background: url(../img/icon/rating-bg.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px
}

.category-page .title-right .label-rating-block .detail .review-rating {
    width: 96px;
    height: 16px;
    background-position: 0 -16px;
    background-repeat: repeat-x;
    margin: 3px 0;
    background-image: url(../img/review/star.svg)
}

.category-page .title-right .label-rating-block .detail .review-title {
    display: block;
    font-size: 14px;
    color: #1f2020;
    line-height: 116%;
    margin-top: 9px;
    margin-bottom: 0
}

.category-page .title-right .label-rating-block .detail .review-link {
    font-size: 14px;
    color: #1f2020;
    line-height: 116%;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.category-page .title-right .label-rating-block .detail .review-link:before,
.reviews-section .label-rating-block .detail .review-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: .05rem;
    background: #1f2020;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.category-page .title-right .btn-block .btn-default {
    padding-top: 20px;
    padding-bottom: 20px
}

.category-page .grid {
    position: relative
}

.category-page .grid:before {
    content: '';
    position: absolute;
    border-top: 1px solid #d7d7d7
}

.category-page .category-card {
    border: 0 !important
}

.category-page .category-card a {
    border: 1px solid #d7d7d7 !important
}

.category-page .category-btn {
    display: none
}

.category-inner {
    background: #f9f9f9
}

@media only screen and (min-width:1800px) {
    .category-section .category-title-block {
        width: 50%
    }
    .category-section .category-btn,
    .category-section .category-card {
        width: 25%
    }
    .category-section .category-card.category-3 {
        border-right: 1px solid #d7d7d7
    }
}

@media only screen and (max-width:1366px) {
    .category-card .category-img {
        width: 100%;
        height: 190px
    }
    .category-page .category-card {
        width: 33.3333%
    }
}

@media only screen and (max-width:991px) and (min-width:767px) {
    .category-page .title-right {
        display: none
    }
    .category-page .title-row {
        margin-bottom: 50px
    }
    .category-section .category-title-block {
        width: 75%
    }
    .category-section .category-btn {
        width: 100%
    }
    .category-section .category-card .category-title {
        font-size: 22px
    }
    .category-section .category-card .category-title .product-count {
        font-size: 12px;
        top: -22px;
        right: 0;
        left: 60%
    }
}

@media only screen and (max-width:767px) {
    .category-section .category-btn a span,
    .category-section .category-card .category-title {
        font-size: 19px
    }
    .category-page .category-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .category-page .title-right {
        display: none
    }
    .category-page .title-row {
        margin-bottom: 35px
    }
    .category-section {
        padding-top: 65px
    }
    .category-section .category-title-block {
        padding: 0 30px;
        width: 100%;
        margin-bottom: 40px
    }
    .category-section .category-btn,
    .category-section .category-card {
        width: 50%
    }
    .category-section .category-btn a {
        padding: 30px
    }
    .category-section .category-card .category-title .product-count {
        font-size: 12px;
        top: -22px;
        right: 0;
        left: 45%
    }
    .category-section .category-card a {
        padding: 40px 30px 30px
    }
    .category-section .category-card .category-img {
        width: 100%;
        height: 110px;
        margin-top: 15px
    }
    .category-section .category-card.category-4 a {
        border: 1px solid #d7d7d7;
        border-top: none
    }
    .category-section .category-card.category-5 a {
        border: 0
    }
    .category-section .category-card.category-6 a {
        border-bottom: 1px solid #d7d7d7
    }
}

.about-section {
    background: #f6f6f6
}

.about-section .grid,
.about-section .title-block .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.about-section .grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto
}

.about-section .title-block .link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    margin-top: 30px
}

.about-section .title-block .link span {
    color: #474648;
    font-size: 17px
}

.about-section .about-block,
.about-section .title-block .link img,
.about-section .title-block .link span {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.about-section .title-block .link img {
    margin-left: 10px;
    position: relative;
    left: 0
}

.about-section .title-block .link:hover img,
.other-news-section .btn-block .blog-link:hover svg {
    left: 10px
}

.about-section .title-block .description {
    max-width: 780px
}

.about-section .about-title {
    width: 75%;
    padding: 90px 60px
}

.about-section .about-block {
    padding: 90px 60px;
    width: 25%;
    border: 1px solid #e0e0e0
}

.about-section .about-block.about-2 {
    border-bottom: none
}

.about-section .about-block.about-4 {
    border-left: none;
    border-right: none
}

.about-section .about-block.about-6 {
    border-left: none
}

.about-section .about-block:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1)
}

.about-section .about-block .img-block {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.about-section .about-block .title {
    color: #1f2020;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px
}

.about-section .about-block .description {
    font-size: 14px;
    color: #585858;
    width: 160px;
    line-height: 135%
}

.about-page {
    background: 0 0;
    padding-top: 80px
}

.about-page .block-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 100px
}

.about-page .block-description .title {
    max-width: 430px
}

.about-page .block-description .description-block {
    max-width: -webkit-calc(100% - 430px - 140px);
    max-width: calc(100% - 430px - 140px);
    margin-left: auto
}

.about-page .block-description .description {
    margin-bottom: 10px
}

.history-section .container {
    padding-top: 120px;
    background: #f6f6f6;
    padding-bottom: 100px
}

.history-section .title-block {
    width: 400px;
    max-width: 400px;
    position: relative
}

.history-section .title-block.title-fix {
    opacity: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    left: 0
}

.history-section .history-block {
    width: -webkit-calc(100% - 400px - 180px);
    width: calc(100% - 400px - 180px);
    margin-left: auto
}

.history-section .history-list li {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.history-section .history-list li:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -60px;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    border-bottom: 1px solid #e0e0e0
}

.history-section .history-list li:last-child {
    margin: 0;
    padding: 0
}

.history-section .history-list li:last-child:before {
    content: none
}

.history-section .history-list li span {
    color: #1f2020;
    font-size: 42px;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    display: block
}

.history-section .history-list li p {
    color: #444448;
    font-size: 17px
}

.adventage-section,
.photo-section,
.video-section {
    position: relative;
    z-index: 1
}

.adventage-section .container {
    background: #f6f6f6
}

.adventage-section .row {
    margin: 0 -60px;
    position: relative
}

.adventage-section .row:before {
    content: '';
    height: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
    left: 0;
    width: 1550px;
    border: 1px solid #d6d6d6
}

.adventage-section .adventage-block {
    width: 25%;
    padding: 90px 45px;
    border-right: 1px solid #d6d6d6;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    z-index: 1
}

.adventage-section .adventage-block:first-child {
    padding-left: 60px
}

.adventage-section .adventage-block:last-child {
    padding-right: 60px
}

.adventage-section .adventage-block:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1)
}

.adventage-section .adventage-block .icon {
    margin-bottom: 7px
}

.adventage-section .adventage-block .title {
    color: #4CAF43;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 7px
}

.adventage-section .adventage-block .description {
    color: #585858;
    font-size: 14px;
    line-height: 135%;
    max-width: 170px
}

.photo-section a,
.video-section a {
    max-width: 1550px;
    display: block;
    height: 574px;
	margin: 0 auto;
}

.photo-section img,
.video-section img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.photo-section a {
    height: 450px
}

.photo-section .photo-hide {
    display: none
}

.teams-section {
    padding-top: 100px;
    padding-bottom: 140px
}

.teams-section .row {
    margin-top: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.teams-section .team-block {
    width: 24%;
    margin-bottom: 50px
}

.partner-section .partner-item:hover img,
.teams-section .team-block:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.teams-section .team-block img {
    margin-bottom: 15px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.teams-section .team-block .title {
    text-transform: uppercase;
    color: #1f2020;
    font-size: 21px;
    margin-bottom: 5px;
    font-family: Oswald, sans-serif
}

.teams-section .team-block .position {
    color: #1f2020;
    font-size: 15px
}

@media only screen and (max-width:991px) and (min-width:767px) {
    .about-section .about-block,
    .about-section .about-title {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .photo-section a,
    .video-section a {
        height: 350px
    }
    .photo-section .cursor-show,
    .video-section .cursor-play {
        position: absolute;
        top: 50% !important;
        left: 50% !important;
        z-index: 2;
        opacity: 1
    }
    .about-section .about-block {
        padding-right: 20px
    }
    .about-section .about-block .title {
        font-style: 16px
    }
    .photo-section .cursor-show,
    .video-section .cursor-play {
        -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important
    }
}

@media only screen and (max-width:991px) {
    .about-page {
        padding-top: 20px
    }
    .about-page .block-description .description-block,
    .about-page .block-description .title {
        width: 100%;
        max-width: 100%
    }
    .history-section .title-block {
        opacity: 1 !important;
        width: 100%;
        max-width: 100%;
        margin-bottom: 35px
    }
    .history-section .history-block {
        width: 100%
    }
    .history-section .history-block .history-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .history-section .history-block .history-list li {
        width: 50%;
        padding: 30px 35px;
        margin: 0;
        border: 1px solid #e0e0e0
    }
    .history-section .history-block .history-list li:before {
        content: none
    }
    .history-section .history-block .history-list li span {
        margin-bottom: 10px
    }
    .adventage-section .adventage-block {
        padding: 50px 25px
    }
    .adventage-section .adventage-block .title {
        font-size: 16px
    }
    .adventage-section .adventage-block .description {
        font-size: 13px
    }
    .teams-section .row {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .teams-section .team-block {
        width: 32%
    }
}

@media only screen and (max-width:767px) {
    .about-section .title-block .link {
        margin-top: 20px
    }
    .about-section .about-title {
        width: 100%;
        padding: 60px 30px
    }
    .about-section .about-block {
        width: 100%;
        padding: 30px;
        position: relative
    }
    .about-section .about-block .img-block {
        position: absolute;
        top: 24px;
        left: 30px
    }
    .about-section .about-block .title {
        padding-left: 50px;
        margin-bottom: 8px
    }
    .about-section .about-block .description {
        width: 100%;
        padding-left: 50px
    }
    .video-section a {
        height: 280px;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .photo-section .cursor-show,
    .video-section .cursor-play {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
        opacity: 1
    }
    .video-section .cursor-play {
        top: 50% !important
    }
    .photo-section a {
        height: 280px
    }
    .photo-section .cursor-show {
        top: 50%
    }
    .teams-section {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .teams-section .row {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 35px
    }
    .teams-section .team-block {
        width: 47%;
        margin-bottom: 25px
    }
    .teams-section .team-block img {
        margin-bottom: 8px
    }
    .teams-section .team-block .title {
        font-size: 17px;
        margin-bottom: 0
    }
    .teams-section .team-block .position {
        font-size: 12px
    }
    .about-page .block-description {
        padding-bottom: 30px
    }
    .history-section .title-block .title {
        font-size: 32px
    }
    .history-section .history-block .history-list li {
        padding: 0 0 25px;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 25px
    }
    .history-section .history-block .history-list li span {
        font-size: 25px
    }
    .history-section .history-block .history-list li p {
        font-size: 14px
    }
    .history-section .history-block .history-list li:last-child {
        margin-bottom: 0;
        border: 0
    }
    .history-section .container {
        padding-top: 60px;
        padding-bottom: 0
    }
    .adventage-section .container {
        background: #fff
    }
    .adventage-section .row {
        margin-left: -30px;
        margin-right: -30px
    }
    .adventage-section .row:before {
        content: none
    }
    .adventage-section .adventage-block {
        width: 100%;
        padding: 30px !important;
        border: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #d7d7d7
    }
    .adventage-section .adventage-block .icon {
        margin-bottom: 0;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .adventage-section .adventage-block .title {
        font-size: 18px
    }
    .adventage-section .adventage-block .description {
        font-size: 14px;
        max-width: 100%
    }
    .adventage-section .adventage-block .adventage-info {
        margin-left: 10px
    }
    .adventage-section .adventage-block:first-child {
        border-top: 1px solid #d7d7d7
    }
    .partner-section.partner-block {
        padding: 0 !important;
        margin-top: 60px;
        margin-bottom: 0
    }
}

.reviews-section {
    padding-top: 100px;
    padding-bottom: 160px
}

.reviews-section .label-rating-block {
    position: absolute;
    top: -105px;
    right: 170px
}

.reviews-section .btn-block,
.reviews-section .label-rating-block,
.reviews-section .label-rating-block .number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-section .label-rating-block .number {
    font-size: 32px;
    height: 130px;
    background: url(../img/icon/rating-bg.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    padding-bottom: 20px;
    margin-right: 15px;
    width: 73px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reviews-section .label-rating-block .detail .review-rating {
    width: 96px;
    height: 16px;
    background-position: 0 -16px;
    background-repeat: repeat-x;
    margin: 3px 0;
    background-image: url(../img/review/star.svg)
}

.reviews-section .label-rating-block .detail .review-rating .star {
    background-image: url(../img/review/star.svg);
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 17px;
    display: inline-block
}

.reviews-section .label-rating-block .detail .review-title {
    display: block;
    font-size: 14px;
    color: #1f2020;
    line-height: 116%;
    margin-top: 9px;
    margin-bottom: 0
}

.reviews-section .label-rating-block .detail .review-link {
    font-size: 14px;
    color: #1f2020;
    line-height: 116%;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.reviews-section .label-rating-block .detail .review-link:hover {
    color: #4CAF43
}

.reviews-page .title-right .label-rating-block .detail .review-link:hover:before,
.reviews-section .label-rating-block .detail .review-link:hover:before,
.reviews-section .review-footer a:hover:before {
    left: 0;
    width: 0
}

.reviews-section .btn-block {
    margin-left: 35px;
    width: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews-section .review-header,
.reviews-section .title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.reviews-section .btn-block .btn-carousel {
    cursor: pointer
}

.reviews-section .btn-block .btn-carousel.swiper-button-disabled path {
    stroke: #afafaf !important
}

.certificates-section .btn-block .btn-carousel path,
.reviews-section .btn-block .btn-carousel path {
    stroke: #1f2020;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.reviews-section .btn-block .btn-carousel:hover path {
    stroke: #4CAF43
}

.reviews-section .title-block {
    position: relative;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 340px
}

.reviews-section .title-block .title {
    margin-bottom: 0;
    position: relative
}

.reviews-section .title-block .title .count {
    position: relative;
    top: -36px;
    left: -7px;
    background: #4CAF43;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px
}

.reviews-section .reviews-carousel {
    margin-top: 57px
}


.bord {
       border: 1px solid #c7c7c7;

    padding: 45px ;

}

.reviews-section .review-item {
    border: 1px solid #c7c7c7;
    width: 545px;
    padding: 45px
}

.reviews-section .review-header,
.reviews-section .review-header .rating-block {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-section .review-header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews-section .review-header .review-title {
    font-size: 21px;
    color: #1f2020;
    font-weight: 600
}

.reviews-section .review-header .rating-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.reviews-section .review-header .rating-block span {
    font-size: 17px;
    color: #4CAF43;
    margin-right: 10px
}

.reviews-section .review-header .rating-block .review-rating {
    width: 96px;
    height: 16px;
    background-position: 0 -16px;
    background-repeat: repeat-x;
    margin: 3px 0;
    background-image: url(../img/review/star.svg)
}

.reviews-page .title-right .label-rating-block .detail .review-rating .star,
.reviews-section .review-header .rating-block .review-rating .star {
    background-image: url(../img/review/star.svg);
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 17px;
    display: inline-block
}

.reviews-section .review-body {
    margin-top: 25px
}

.reviews-section .review-body .description {
    font-size: 16px;
    color: #474648;
    line-height: 140%
}

.reviews-section .review-footer {
    margin-top: 40px
}

.reviews-section .review-footer a {
    color: #1f2020;
    font-size: 17px;
    position: relative;
    padding-right: 20px
}

.reviews-page .title-right .label-rating-block .detail .review-link:before,
.reviews-section .review-footer a:after,
.reviews-section .review-footer a:before {
    position: absolute;
    -o-transition: .3s ease-in-out;
    content: '';
    right: 0;
    bottom: 0
}

.reviews-section .review-footer a:before {
    width: 100%;
    height: .08rem;
    background: #646464;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.reviews-section .review-footer a:after {
    width: 16px;
    height: 19px;
    background: url(../img/icon/review-arrow.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.reviews-section .review-footer a:hover:after {
    -webkit-transform: rotate(45deg) translateY(-4px) translateX(3px);
    -ms-transform: rotate(45deg) translateY(-4px) translateX(3px);
    transform: rotate(45deg) translateY(-4px) translateX(3px)
}

.reviews-page {
    padding-bottom: 120px
}

.reviews-page .title-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 100px
}

.reviews-page .title-block {
    width: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 540px
}

.reviews-page .title-right,
.reviews-page .title-right .label-rating-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.reviews-page .title-block .title {
    margin-bottom: 24px
}

.reviews-page .title-block .description {
    max-width: 540px
}

.reviews-page .title-right,
.reviews-page .title-right .label-rating-block,
.reviews-page .title-right .label-rating-block .number {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-page .title-right .label-rating-block {
    position: relative;
    margin-right: 20px;
    min-width: 210px;
    top: 0;
    left: 0;
    right: 0
}

.reviews-page .title-right .label-rating-block .number {
    font-size: 19px;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    width: 45px;
    height: 80px;
    background: url(../img/icon/rating-bg.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin-right: 15px
}

.reviews-page .title-right .label-rating-block .detail .review-rating {
    width: 96px;
    height: 16px;
    background-position: 0 -16px;
    background-repeat: repeat-x;
    margin: 3px 0;
    background-image: url(../img/review/star.svg)
}

.reviews-page .title-right .label-rating-block .detail .review-title {
    display: block;
    font-size: 14px;
    color: #1f2020;
    line-height: 116%;
    margin-top: 9px;
    margin-bottom: 0
}

.certificates-section .btn-block,
.reviews-block,
.reviews-page .title-right .label-rating-block .number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.reviews-page .title-right .label-rating-block .detail .review-link {
    font-size: 14px;
    color: #1f2020;
    line-height: 116%;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.reviews-page .title-right .label-rating-block .detail .review-link:before {
    width: 100%;
    height: .05rem;
    background: #1f2020;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.reviews-page .title-right .label-rating-block .detail .review-link:hover {
    color: #4CAF43
}

.reviews-page .title-right .btn-block .btn-default {
    padding-top: 20px;
    padding-bottom: 20px
}

.reviews-block,
.reviews-page .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews-page .review-item {
    width: 49%;
    max-width: 49%;
    min-width: 49%;
    margin-bottom: 30px
}

.reviews-page .pagination-nav {
    margin-top: 20px;
    width: 100%
}

.reviews-page .pagination {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reviews-block {
    background: #f6f6f6;
    padding: 0;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-block .title-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 620px;
    background: #f6f6f6;
    position: relative;
    z-index: 1;
    padding: 135px 100px 135px 60px
}

.reviews-block .title-block .title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px
}

.reviews-block .title-block .description {
    width: 100%;
    max-width: 100%
}

.reviews-block .reviews-carousel {
    width: -webkit-calc(100% - 620px - 100px);
    width: calc(100% - 620px - 100px);
    position: relative;
    z-index: 0
}

.reviews-block .btn-block {
    display: none
}

@media only screen and (max-width:1280px) {
    .reviews-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .reviews-block .title-block {
        width: 100%;
        padding-bottom: 30px;
        max-width: 750px
    }
    .reviews-block .reviews-carousel {
        width: 100%;
        padding: 0 60px 50px
    }
}

@media only screen and (max-width:991px) {
    .reviews-block .title-block {
        padding-top: 50px
    }
    .reviews-block .reviews-carousel {
        margin-top: 15px
    }
}

@media only screen and (max-width:767px) {
    .reviews-section {
        padding: 0
    }
    .reviews-section .reviews-carousel {
        margin-top: 20px
    }
    .reviews-section .label-rating-block {
        position: relative;
        top: -1px;
        left: 0;
        padding-bottom: 0;
        margin-bottom: 60px;
        padding-left: 30px
    }
    .reviews-section .label-rating-block .review-link {
        color: #fff;
        font-size: 14px;
        background: #4CAF43;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        display: block;
        width: -webkit-calc(100% - 183px);
        width: calc(100% - 183px);
        line-height: 80px;
        text-align: center;
        margin-left: auto
    }
    .reviews-section .label-rating-block:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -30px;
        width: 100vw;
        border-bottom: 1px solid #d7d7d7
    }
    .reviews-section .label-rating-block .detail .review-title {
        margin-top: 5px;
        font-size: 12px
    }
    .reviews-section .label-rating-block .number {
        width: 48px;
        height: 80px;
        font-size: 16px;
        background: url(../img/icon/rating-mob-bg.svg) no-repeat
    }
    .reviews-section .review-item {
        width: 320px;
        padding: 25px 15px 30px 20px;
        margin-right: 0 !important
    }
    .reviews-section .review-header .review-title {
        font-size: 17px
    }
    .reviews-section .review-body .description,
    .reviews-section .review-footer a {
        font-size: 14px
    }
    .reviews-section .review-header .rating-block span {
        margin-right: 3px
    }
    .reviews-section .review-body {
        margin-top: 15px
    }
    .reviews-section .review-footer {
        margin-top: 20px
    }
    .reviews-section .review-footer a:before {
        height: .05rem
    }
    .reviews-section .btn-block {
        margin-left: auto;
        margin-right: 0;
        position: relative;
        top: -1px;
        width: 129px;
        right: -30px
    }
    .reviews-section .btn-block .btn-carousel {
        display: inline-block;
        border-left: 1px solid #d7d7d7;
        padding: 16px 23px;
        text-align: center
    }
    .reviews-page {
        padding-top: 20px;
        padding-bottom: 60px
    }
    .reviews-page .title-row {
        margin-bottom: 35px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .reviews-page .title-row .title-block {
        margin-bottom: 38px
    }
    .reviews-page .title-row .title-block .title {
        margin-bottom: 20px;
        font-size: 35px
    }
    .reviews-page .title-right {
        width: 100%
    }
    .reviews-page .title-right .label-rating-block {
        width: 100%;
        padding: 0;
        min-width: 100%;
        margin: 0
    }
    .reviews-page .title-right .label-rating-block .detail .review-title {
        font-size: 12px
    }
    .reviews-page .title-right .label-rating-block .number {
        margin-right: 8px;
        height: 60px;
        font-size: 15px;
        padding-bottom: 5px;
        width: 34px
    }
    .reviews-page .title-right .label-rating-block .review-link {
        width: -webkit-calc(100% - 155px);
        width: calc(100% - 155px);
        height: 50px;
        line-height: 50px;
        margin-left: 10px
    }
    .reviews-page .title-right .label-rating-block:before {
        content: none
    }
    .reviews-page .review-item {
        width: 100%;
        min-width: 100%;
        max-width: 100%
    }
    .reviews-page .review-header .review-title {
        font-size: 15px
    }
    .reviews-page .review-header .rating-block span {
        font-size: 14px
    }
    .reviews-page .review-body .description {
        font-size: 12px
    }
    .reviews-page .review-footer {
        margin-top: 13px
    }
    .reviews-page .pagination-nav {
        margin-top: 10px
    }
    .reviews-block {
        padding: 40px 30px 0
    }
    .reviews-block .title-block {
        padding: 0;
        margin-bottom: 30px
    }
    .reviews-block .title-block .title {
        font-size: 26px;
        margin-bottom: 15px
    }
    .reviews-block .reviews-carousel {
        padding: 0;
        margin-top: 0
    }
    .reviews-block .btn-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.certificates-section .btn-block,
.certificates-section .row {
    height: 472px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.certificates-section .btn-block {
    display: flex;
    margin-left: 35px;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    position: absolute;
    top: 0
}

.certificates-section .btn-block .btn-carousel {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.certificates-section .btn-block .btn-carousel.cert-button-prev {
    left: 0
}

.certificates-section .btn-block .btn-carousel.cert-button-next {
    right: 0
}

.certificates-section .btn-block .btn-carousel.swiper-button-disabled path {
    stroke: #afafaf !important
}

.certificates-section .btn-block .btn-carousel:hover path {
    stroke: #4CAF43
}

.certificates-section .certificates-content {
    background: #fff;
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 0
}

.certificates-section .certificates-content:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    right: -12%;
    width: 120%;
    z-index: -1;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7
}

.calc-section,
.calc-section .img-block {
    z-index: 1;
    position: relative
}

.certificates-section .certificates-content .certificates-carousel {
    height: 100%
}

.certificates-section .certificates-content .certificates-carousel .swiper-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.certificates-section .certificate-item,
.certificates-section .title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.certificates-section .certificate-item {
    border-right: 1px solid #c7c7c7;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 400px;
    height: auto
}

.certificates-section .certificate-item a {
    display: inline-block
}

.certificates-section .certificate-item a img {
    max-width: 180px;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.certificates-section .title-block {
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.certificates-section .title-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    height: 100%;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    background: #4CAF43;
    z-index: -1
}

.certificates-section .title-block .description {
    max-width: 565px;
    color: #fff
}

.certificates-section .title-block .title {
    color: #fff
}

.certificates-block,
.seo-section .author-block .shared-block .shared-list li a:hover {
    background: #4CAF43
}

.certificates-block .row {
    height: auto;
    margin: 0 -60px
}

.certificates-block .title-block {
    padding-left: 60px;
    width: 50%
}

.certificates-block .btn-block {
    display: none
}

.certificates-block .certificates-content {
    background: 0 0
}

.certificates-block .certificates-content:before {
    content: none
}

.certificates-block .certificate-item {
    width: 25%;
    padding: 100px 50px;
    border-color: #b8a080;
    border-top: 1px solid #b8a080
}

.certificates-block .certificate-item:nth-child(1),
.certificates-block .certificate-item:nth-child(2) {
    border-top: none
}

@media only screen and (max-width:991px) {
    .certificates-block .certificate-item {
        padding: 50px
    }
    .certificates-block .certificate-item a img {
        max-width: 150px
    }
}

@media only screen and (max-width:767px) {
    .certificates-section .row {
        height: auto
    }
    .certificates-section .title-block {
        width: 100%;
        height: auto;
        min-height: 260px
    }
    .certificates-section .title-block:before {
        left: -30px;
        width: -webkit-calc(100vw + 30px);
        width: calc(100vw + 30px);
        top: -1px
    }
    .certificates-section .certificates-content {
        width: 100%;
        width: 100vw;
        left: -30px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .certificates-section .certificates-content:before {
        border-top: none
    }
    .certificates-section .btn-block {
        position: relative;
        bottom: 0;
        top: auto;
        height: auto;
        margin-left: auto;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 129px
    }
    .certificates-section .btn-block .btn-carousel {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        display: inline-block;
        border-top: 0;
        border-bottom: 0;
        border-left: 1px solid #d7d7d7;
        padding: 16px 23px;
        text-align: center
    }
    .certificates-section .certificate-item {
        width: 50vw;
        padding: 60px 0;
        border-bottom: 1px solid #d7d7d7
    }
    .certificates-section .certificate-item a img {
        max-width: 98px
    }
    .certificates-block .certificate-item {
        border: 1px solid #ceae83 !important;
        border-left: none !important
    }
    .certificates-block .certificate-item:nth-child(1) {
        border-left: 1px solid #ceae83 !important
    }
    .certificates-block .row {
        margin: 0
    }
    .certificates-block .title-block {
        padding: 45px 0;
        min-height: auto
    }
    .certificates-block .btn-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .certificates-block .btn-block .btn-carousel {
        border-color: #ceae83 !important
    }
    .certificates-block .btn-block .btn-carousel.swiper-button-disabled path {
        stroke: #fff !important;
        opacity: .2
    }
    .certificates-block .btn-block .btn-carousel path {
        stroke: #fff !important
    }
}

.partner-section .btn-block,
.partner-section .title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.other-news-section .btn-block .btn-carousel.swiper-button-disabled path,
.partner-section .btn-block .btn-carousel.swiper-button-disabled path {
    stroke: #afafaf !important
}

.partner-section {
    padding: 90px 0
}

.partner-section .btn-block {
    margin-left: 35px;
    width: 80px
}

.partner-section .btn-block .btn-carousel {
    cursor: pointer
}

.other-news-section .btn-block .btn-carousel path,
.partner-section .btn-block .btn-carousel path {
    stroke: #1f2020;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.other-news-section .btn-block .btn-carousel:hover path,
.partner-section .btn-block .btn-carousel:hover path {
    stroke: #4CAF43
}

.partner-section .partner-carousel,
.seo-section .content-block img+p,
.seo-section .content-block ol+p,
.seo-section .content-block ul+p {
    margin-top: 25px
}

.partner-section .partner-item {
    max-width: 337px;
    height: 190px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #c7c7c7;
    border-left: none;
    padding: 10px
}

.partner-section .partner-item:first-child {
    border-left: 1px solid #c7c7c7
}

.partner-section .partner-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (max-width:767px) {
    .partner-section {
        padding: 65px 0 30px
    }
    .partner-section .partner-carousel {
        margin-top: 5px
    }
    .partner-section .title-block {
        padding: 0 30px
    }
    .partner-section .container {
        padding: 0;
        border-bottom: 1px solid #c7c7c7
    }
    .partner-section .partner-item {
        height: 117px
    }
    .partner-section .partner-item img {
        max-width: 170px;
        height: auto;
        margin-left: auto;
        margin-right: auto
    }
    .partner-section .btn-block {
        position: relative;
        bottom: 0;
        top: auto;
        height: auto;
        margin-left: auto;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 129px
    }
    .partner-section .btn-block .btn-carousel {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        display: inline-block;
        border-top: 0;
        border-bottom: 0;
        border-left: 1px solid #d7d7d7;
        padding: 16px 23px;
        text-align: center
    }
}

.seo-section .content-block .btn-block .pagination-nav .pagination .page-item .next-page:hover span,
.seo-section .content-block .btn-block .pagination-nav .pagination .page-item .prev-page:hover span {
    border: 1px solid #1f2020;
    background: #1f2020
}

.seo-section {
    padding: 30px 0 90px;
    position: relative
}

.seo-section .nav-block {
    width: -webkit-calc(100% - 775px - 165px);
    width: calc(100% - 775px - 165px);
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative
}

.seo-section .nav-block.nav-fix {
    opacity: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    left: 0
}

.seo-section .nav-block .nav-hint {
    margin-bottom: 27px
}

.seo-section .nav-block .nav-hint .nav-count {
    color: #717171;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    left: -5px
}

.seo-section .nav-block .nav-hint .count-active {
    color: #1f2020;
    font-size: 12px;
    font-weight: 600
}

.seo-section .nav-block .nav-hint .count-all {
    color: #717171;
    font-size: 12px;
    font-weight: 600
}

.seo-section .nav-block .nav-anchor-list {
    padding-left: 40px;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative
}

.seo-section .content-block ol,
.seo-section .content-block ul {
    padding: 0 0 0 20px
}

.seo-section .nav-block .nav-anchor-list .progress-line {
    position: absolute;
    top: 0;
    left: 3px;
    width: .1rem;
    height: -webkit-calc(100%);
    height: calc(100%);
    background: #d7d7d7
}

.seo-section .nav-block .nav-anchor-list .progress-line .progress-active {
    position: absolute;
    top: 0;
    left: 0;
    width: .1rem;
    height: 0%;
    background: #1f2020
}

.seo-section .nav-block .nav-anchor-list .anchor-item {
    margin-bottom: 25px
}

.seo-section .nav-block .nav-anchor-list .anchor-item:last-child {
    margin-bottom: 0
}

.seo-section .nav-block .nav-anchor-list .anchor-link {
    color: #717171;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.seo-section .nav-block .nav-anchor-list .anchor-link.active,
.seo-section .nav-block .nav-anchor-list .anchor-link:hover {
    color: #1f2020
}

.seo-section .content-block {
    width: 100%;
    max-width: 775px
}

.seo-section .content-block h1 {
    color: #1f2020;
    font-size: 42px;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    margin-bottom: 35px;
    text-transform: uppercase
}

.seo-section .content-block p {
    font-size: 17px;
    color: #474648;
    line-height: 145%;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif
}

.seo-section .content-block img {
    max-width: 100%;
    height: auto
}

.seo-section .content-block img+h4,
.seo-section .content-block img+h5,
.seo-section .content-block img+img,
.seo-section .content-block ol+h4,
.seo-section .content-block ol+h5,
.seo-section .content-block p+h4,
.seo-section .content-block p+h5,
.seo-section .content-block p+img,
.seo-section .content-block p+ol,
.seo-section .content-block p+ul,
.seo-section .content-block ul+h4,
.seo-section .content-block ul+h5 {
    margin-top: 35px
}

.seo-section .content-block img+h1,
.seo-section .content-block img+h2,
.seo-section .content-block img+h3,
.seo-section .content-block ol+h1,
.seo-section .content-block ol+h2,
.seo-section .content-block ol+h3,
.seo-section .content-block p+h1,
.seo-section .content-block p+h2,
.seo-section .content-block p+h3,
.seo-section .content-block ul+h1,
.seo-section .content-block ul+h2,
.seo-section .content-block ul+h3 {
    margin-top: 45px
}

.seo-section .content-block h2 {
    font-size: 27px;
    font-weight: 600;
    color: #1f2020;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px
}

.seo-section .content-block h3,
.seo-section .content-block h4,
.seo-section .content-block h5 {
    color: #1f2020;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    font-weight: 600
}

.seo-section .content-block h3 {
    font-size: 19px
}

.seo-section .content-block h4,
.seo-section .content-block h5 {
    font-size: 17px
}

.seo-section .content-block ol li,
.seo-section .content-block ul li {
    color: #525459;
    margin-bottom: 15px;
    font-size: 17px
}

.seo-section .content-block .btn-block {
    margin-top: 70px
}

.seo-section .author-block,
.seo-section .content-block .btn-block .pagination-nav .pagination {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.seo-section .content-block .btn-block .pagination-nav .pagination {
    padding: 0
}

.seo-section .content-block .btn-block .pagination-nav .pagination .page-item .next-page,
.seo-section .content-block .btn-block .pagination-nav .pagination .page-item .prev-page {
    font-size: 17px;
    color: #1f2020;
    font-weight: 600;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.seo-section .content-block .btn-block .pagination-nav .pagination .page-item .prev-page span {
    margin-right: 15px
}

.seo-section .author-block .shared-block .share-btn img,
.seo-section .content-block .btn-block .pagination-nav .pagination .page-item .next-page span {
    margin-left: 15px
}

.seo-section .author-block {
    margin-bottom: 45px;
    margin-top: 10px
}

.seo-section .author-block,
.seo-section .author-block .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.seo-section .author-block .author .name {
    font-size: 17px;
    color: #1f2020;
    font-weight: 400;
    margin: 0 0 0 15px
}

.seo-section .author-block .author img {
    height: 48px;
    width: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.seo-section .author-block .date {
    margin-left: 40px;
    font-size: 17px;
    color: #1f2020;
    margin-right: auto
}

.seo-section .author-block .shared-block {
    position: relative
}

.seo-section .author-block .shared-block .share-btn {
    color: #969696;
    text-transform: uppercase;
    font-size: 17px;
    background: 0 0;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.seo-section .author-block .shared-block .shared-list {
    position: absolute;
    top: 10px;
    right: -65px;
    border: 1px solid #ccc;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.seo-section .author-block .shared-block .shared-list li {
    margin-bottom: 10px
}

.seo-section .author-block .shared-block .shared-list li a,
.seo-section .reviews-content .review-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.seo-section .author-block .shared-block .shared-list li a {
    height: 37px;
    background: #2c2d2d;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 37px
}

.seo-section .author-block .shared-block .shared-list li a img {
    max-width: 20px;
    height: auto
}

.seo-section .author-block .shared-block:hover .share-btn,
.seo-section .reviews-content .reviews-body .comment-list .ticket-comment .comment-reply .reply:hover {
    color: #4CAF43
}

.seo-section .author-block .shared-block:hover .shared-list {
    top: -10px;
    opacity: 1;
    visibility: visible
}

.seo-section .reviews-content {
    max-width: 890px;
    margin: 95px auto 0
}

.seo-section .reviews-content .review-header {
    margin-bottom: 35px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.seo-section .reviews-content .review-header .review-title {
    font-size: 35px;
    color: #1f2020;
    font-weight: 600
}

.seo-section .reviews-content .review-header .review-title .count {
    background: #4CAF43;
    color: #fff;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    position: relative;
    left: -5px;
    top: -15px
}

.seo-section .reviews-content .review-header .btn-block {
    width: auto
}

.seo-section .reviews-content .reviews-body {
    margin-bottom: 88px
}

.seo-section .reviews-content .reviews-body .comment-list .ticket-comment {
    max-width: 830px
}

.seo-section .reviews-content .reviews-body .comment-list .ticket-comment .ticket-comment-header {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.seo-section .reviews-content .reviews-body .comment-list .ticket-comment .ticket-comment-header .ticket-avatar {
    width: 48px;
    height: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 15px
}

.seo-section .reviews-content .reviews-body .comment-list .ticket-comment .ticket-comment-header .ticket-comment-author {
    color: #1f2020;
    font-size: 17px;
    font-weight: 600;
    display: block
}

.seo-section .reviews-content .reviews-body .comment-list .ticket-comment .ticket-comment-header .ticket-comment-createdon {
    color: #585858;
    font-size: 13px
}

.seo-section .reviews-content .reviews-body .comment-list .ticket-comment .ticket-comment-text {
    color: #474648;
    font-size: 17px;
    line-height: 145%;
    margin-bottom: 10px
}

.seo-section .reviews-content .reviews-body .comment-list .ticket-comment .comment-reply {
    margin-bottom: 10px
}

.seo-section .reviews-content .reviews-body .comment-list .ticket-comment .comment-reply .reply {
    color: #585858;
    font-size: 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.seo-section .reviews-content .reviews-body .comment-list .ticket-comment .comments-list {
    padding-left: 60px;
    padding-top: 40px;
    position: relative
}

.seo-section .reviews-content .reviews-body .comment-list .ticket-comment .comments-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 38px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.seo-section .reviews-content .reviews-body .comment-list .ticket-comment .comments-list .ticket-comment {
    padding: 25px 46px 25px 25px;
    border: 1px solid #d7d7d7
}

.seo-section .reviews-content form {
    max-width: 660px;
    width: 100%
}

.seo-section .reviews-content form .form-title {
    font-size: 35px;
    color: #1f2020;
    margin-bottom: 39px;
    font-weight: 600
}

.seo-section .reviews-content form .input-block {
    width: 100%;
    margin-bottom: 30px
}

.seo-section .reviews-content form .input-block input,
.seo-section .reviews-content form .input-block textarea {
    resize: none;
    width: 100%
}

.seo-section .reviews-content form .btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.calc-section .calc-content .btn-block p,
.seo-section .reviews-content form .btn-block p {
    font-size: 13px;
    color: #7a7a7a;
    line-height: 145%;
    max-width: 335px;
    margin-left: 25px
}

.calc-section .calc-content .btn-block p a,
.contact-page .contact-right .btn-block p a,
.seo-section .reviews-content form .btn-block p a {
    display: inline-block;
    border-bottom: 1px solid #7a7a7a;
    color: #7a7a7a;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.calc-section .calc-content .btn-block p a:hover,
.contact-page .contact-right .btn-block p a:hover,
.seo-section .reviews-content form .btn-block p a:hover {
    color: #4CAF43;
    border-color: #4CAF43
}

@media only screen and (max-width:1366px) {
    .seo-section .nav-block {
        display: none
    }
    .seo-section .content-block {
        margin-left: auto
    }
}

@media only screen and (max-width:991px) and (min-width:767px) {
    .seo-section .author-block,
    .seo-section .nav-block .nav-hint,
    .seo-section .nav-block.nav-fix {
        display: none
    }
    .seo-section .nav-block {
        margin-bottom: 40px
    }
    .seo-section .nav-block .hint-nav {
        font-size: 14px;
        color: #717171;
        margin-bottom: 19px;
        font-weight: 600
    }
    .seo-section .nav-block .nav-anchor-list {
        padding-bottom: 7px;
        padding-top: 20px
    }
}

@media only screen and (max-width:767px) {
    .seo-section {
        padding-bottom: 65px
    }
    .seo-section .author-block,
    .seo-section .nav-block .nav-anchor-list .progress-line,
    .seo-section .nav-block .nav-hint {
        display: none
    }
    .seo-section .nav-block {
        margin-bottom: 40px;
        display: block
    }
    .seo-section .nav-block.nav-fix {
        opacity: 1;
        width: 100%
    }
    .seo-section .nav-block .hint-nav {
        font-size: 14px;
        color: #717171;
        margin-bottom: 19px;
        font-weight: 600
    }
    .seo-section .nav-block .nav-anchor-list {
        padding: 0;
        counter-reset: anchor
    }
    .seo-section .nav-block .nav-anchor-list .anchor-item {
        margin-bottom: 20px
    }
    .seo-section .nav-block .nav-anchor-list .anchor-item:before {
        counter-increment: anchor;
        content: "0" counter(anchor) ". ";
        font-size: 14px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        color: #717171
    }
    .seo-section .nav-block .nav-anchor-list .anchor-item .anchor-link.active {
        color: #717171
    }
    .seo-section .content-block img {
        max-width: 100vw;
        left: -30px;
        position: relative;
        min-height: 243px;
        -o-object-fit: cover;
        object-fit: cover
    }
    .seo-section .content-block h1 {
        font-size: 27px;
        margin-bottom: 30px
    }
    .seo-section .content-block h2 {
        font-size: 21px;
        margin-bottom: 20px
    }
    .seo-section .content-block h3 {
        font-size: 17px;
        margin-bottom: 20px
    }
    .seo-section .content-block h4,
    .seo-section .content-block h5 {
        font-size: 15px;
        margin-bottom: 15px
    }
    .seo-section .content-block .btn-block .pagination-nav .pagination .page-item .next-page,
    .seo-section .content-block .btn-block .pagination-nav .pagination .page-item .prev-page {
        font-size: 12px;
        font-weight: 600
    }
    .seo-section .content-block .btn-block {
        margin-top: 40px
    }
    .seo-section .content-block .btn-block .pagination-nav .pagination .page-item {
        margin: 0
    }
    .seo-section .content-block .btn-block .pagination-nav .pagination .page-item .prev-page span {
        margin-right: 8px
    }
    .seo-section .content-block .btn-block .pagination-nav .pagination .page-item .next-page span {
        margin-left: 8px
    }
    .seo-section .reviews-content {
        margin-top: 65px
    }
    .seo-section .reviews-content .review-header {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .seo-section .reviews-content .review-header .review-title {
        font-size: 19px;
        position: relative
    }
    .seo-section .reviews-content .review-header .review-title .count {
        position: absolute;
        right: -10px;
        top: -12px;
        left: auto;
        background: silver;
        color: #fff;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 10px
    }
    .seo-section .reviews-content .review-header .btn-block .btn {
        max-width: 160px;
        min-width: 160px;
        width: 100%;
        font-size: 12px;
        padding: 10px
    }
    .seo-section .reviews-content .reviews-body {
        margin-bottom: 60px
    }
    .seo-section .content-block p,
    .seo-section .content-block ul li,
    .seo-section .reviews-content .reviews-body .comment-list .ticket-comment .ticket-comment-header .ticket-comment-author {
        font-size: 14px
    }
    .seo-section .reviews-content .reviews-body .comment-list .ticket-comment .ticket-comment-header .ticket-comment-createdon,
    .seo-section .reviews-content .reviews-body .comment-list .ticket-comment .ticket-comment-text {
        font-size: 12px
    }
    .seo-section .reviews-content .reviews-body .comment-list .ticket-comment .comment-reply {
        margin-bottom: 20px
    }
    .seo-section .reviews-content .reviews-body .comment-list .ticket-comment .comment-reply .reply {
        font-size: 13px;
        font-weight: 600
    }
    .seo-section .reviews-content .reviews-body .comment-list .ticket-comment .comments-list {
        padding-left: 25px;
        padding-top: 25px
    }
    .seo-section .reviews-content .reviews-body .comment-list .ticket-comment .comments-list:before {
        width: 100%;
        border: 0;
        border-top: 1px solid #e5e5e5
    }
    .seo-section .reviews-content .reviews-body .comment-list .ticket-comment .comments-list .ticket-comment {
        padding: 20px 20px 0
    }
    .seo-section .reviews-content form .form-title {
        font-size: 19px;
        margin-bottom: 30px
    }
    .seo-section .reviews-content form .btn-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .seo-section .reviews-content form .btn-block .btn {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        min-width: 100%;
        max-width: 100%;
        width: 100%
    }
    .seo-section .reviews-content form .btn-block p {
        margin: 20px 0 0
    }
}

.calc-section .grid {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto
}

.calc-section .calc-content .block-row,
.calc-section .calc-content .calc-row,
.calc-section .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap
}

.calc-section .calc-content .calc-row .price-group,
.calc-section .calc-content .price-group {
    margin-left: 30px
}

.calc-section .img-block {
    min-height: 650px;
    width: 50%;

}

.calc-section .img-block img,
.faq-section .faq-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.calc-section .calc-content {
    width: 50%;
    border-top: 1px solid #d7d7d7;
    padding: 100px 80px 80px 115px
}

.calc-section .calc-content .calc-form {
    margin-top: 35px
}

.calc-section .calc-content label {
    color: #7a7a7a;
    font-size: 14px;
    margin-bottom: 15px;
    width: 100%
}

.calc-section .calc-content .block-row,
.map-section .tab-container .tab-content ul {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.calc-section .calc-content .block-row .select-group {
    width: 315px
}

.calc-section .calc-content .price-block {
    background: #f4f4f4;
    width: auto;
    min-width: 120px;
    height: 62px;
    font-size: 17px;
    color: #45464b;
    text-align: center;
    line-height: 62px;
    padding-left: 10px;
    padding-right: 10px
}

.calc-section .calc-content .price-block .price {
    font-size: 27px;
    font-weight: 600
}

.calc-section .calc-content .calc-row,
.calc-section .calc-content .calc-row .radio-group {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calc-section .calc-content .calc-row {
    margin-bottom: 35px
}

.calc-section .calc-content .calc-row .radio-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    width: 348px
}

.calc-section .calc-content .calc-row .radio-group .radio {
    width: 50%
}

.calc-section .calc-content .calc-row .btn-count-block {
    max-width: 200px;
    margin-left: auto;
    margin-top: 0;
    display: inline-block
}

.calc-section .calc-content .calc-row .btn-count-block .btn-count {
    max-width: 35px;
    min-width: 35px;
    height: 35px
}

.calc-section .calc-content .calc-row .btn-count-block .btn-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 150px
}

.calc-section .calc-content .calc-row .btn-count-block .input-group {
    width: auto
}

.calc-section .calc-content .calc-row .btn-count-block .input-group input {
    padding: 10px;
    height: 56px;
    width: 54px;
    text-align: center
}

.calc-section .calc-content .btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.calc-section .calc-content .btn-block p {
    font-size: 12px;
    margin-left: 30px
}

.calc-section .calc-content .notification-block {
    display: none
}

.calc-section .calc-content .calc-notification {
    text-align: center;
    background: #f4f4f4;
    padding: 0;
    height: 0;
    margin-bottom: 20px;
    font-weight: 600;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px
}

.calc-inner,
.calc-inner .calc-count {
    background: #f6f6f6
}

.calc-section .calc-content .calc-notification img {
    max-width: 25px;
    height: auto;
    margin-right: 10px
}

.calc-inner .calc-content {
    border: 0
}

.calc-inner .calc-content .price-block {
    background: #fff
}

.calc-inner .select2-container--default .select2-selection--single,
body.cart-body {
    background: #f6f6f6
}

.map-section .title-block {
    padding-top: 100px;
    padding-bottom: 75px;
    position: relative
}

.map-section .title-block .description {
    max-width: 420px
}

.map-section .title-block:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -60px;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    height: 100%;
    border-bottom: 1px solid #cdcdcd;
    z-index: -1
}

.map-section .map-nav {
    width: -webkit-calc(100% - 660px);
    width: calc(100% - 660px);
    border-right: 1px solid #cdcdcd
}

.map-section .tab-container {
    padding-top: 75px;
    min-height: 460px
}

.map-section .tab-container .tab-content {
    padding-top: 30px
}

.map-section .tab-container .tab-content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 500px
}

.map-section .tab-container .tab-content ul li {
    margin-bottom: 10px;
    width: 33.3333%
}

.map-section .tab-container .tab-content ul li a {
    color: #606060;
    font-size: 15px;
    position: relative
}

.map-section .tab-container .tab-content ul li a:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #606060;
    width: 0%;
    height: .05rem;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.map-section .tab-container .tab-content ul li a.active:before,
.map-section .tab-container .tab-content ul li a.focus:before,
.map-section .tab-container .tab-content ul li a:hover:before {
    left: 0;
    width: 100%
}

.map-section .map-block {
    width: 660px;
    position: relative
}

.map-section .map-block .map-hint .dot-map circle,
.map-section .map-block .map-hint .dot-map ellipse {
    fill: #fff !important;
    opacity: .4 !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.map-section .map-block .map-hint .dot-map circle+circle,
.map-section .map-block .map-hint .dot-map circle+ellipse,
.map-section .map-block .map-hint .dot-map ellipse+circle,
.map-section .map-block .map-hint .dot-map ellipse+ellipse {
    fill: #a6a6a6 !important
}

.map-section .map-city,
.map-section .map-region {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.map-section .map-block .map-hint a.active .dot-map circle,
.map-section .map-block .map-hint a.active .dot-map ellipse,
.map-section .map-block .map-hint a.focus .dot-map circle,
.map-section .map-block .map-hint a.focus .dot-map ellipse,
.map-section .map-block .map-hint a:hover .dot-map circle,
.map-section .map-block .map-hint a:hover .dot-map ellipse {
    fill: #4CAF43 !important;
    opacity: 1 !important
}

.map-section .map-block .map-hint a.active .dot-map circle+circle,
.map-section .map-block .map-hint a.active .dot-map circle+ellipse,
.map-section .map-block .map-hint a.active .dot-map ellipse+circle,
.map-section .map-block .map-hint a.active .dot-map ellipse+ellipse,
.map-section .map-block .map-hint a.focus .dot-map circle+circle,
.map-section .map-block .map-hint a.focus .dot-map circle+ellipse,
.map-section .map-block .map-hint a.focus .dot-map ellipse+circle,
.map-section .map-block .map-hint a.focus .dot-map ellipse+ellipse,
.map-section .map-block .map-hint a:hover .dot-map circle+circle,
.map-section .map-block .map-hint a:hover .dot-map circle+ellipse,
.map-section .map-block .map-hint a:hover .dot-map ellipse+circle,
.map-section .map-block .map-hint a:hover .dot-map ellipse+ellipse {
    fill: #fff !important;
    opacity: 1 !important
}

.map-section .map-city {
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    right: -50vw;
    transition: .3s ease-in-out;
    opacity: 1;
    visibility: hidden
}

.contact-section .grid,
.map-section .map-city,
.map-section .map-region {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.map-section .map-check.show-map {
    opacity: 1;
    visibility: visible;
    right: 0
}

.map-section .map-region {
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    right: -50vw;
    transition: .3s ease-in-out;
    opacity: 1;
    visibility: hidden
}

@media only screen and (max-width:991px) and (min-width:767px) {
    .calc-section .img-block {
        height: 550px;
        min-height: 550px;
        max-height: 550px;
        width: 100%
    }
    .calc-section .calc-content {
        padding: 50px 60px
    }
    .calc-section .calc-content .calc-row .btn-count-block {
        margin-right: auto
    }
}

@media only screen and (max-width:767px) {
    .calc-section .calc-content .block-row .select-group,
    .calc-section .calc-content .btn-block .btn-big {
        max-width: 100%;
        width: 100%
    }
    .calc-section .title-block .title {
        font-size: 28px
    }
    .calc-section .img-block {
        height: 280px;
        min-height: 280px;
        max-height: 280px;
        width: 100%
    }
    .calc-section .calc-content {
        padding: 50px 30px
    }
    .calc-section .calc-content .calc-form {
        margin-top: 0
    }
    .calc-section .calc-content .calc-row .btn-count-block,
    .calc-section .calc-content .price-group {
        margin-top: 20px;
        margin-left: 0;
        margin-right: auto
    }
    .calc-section .calc-content .price-block,
    .calc-section .calc-content .price-group {
        width: 100%
    }
    .calc-section .calc-content .btn-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .calc-section .calc-content .btn-block p {
        margin: 15px 0 0
    }
}

.contact-section {
    position: relative;
    z-index: 1
}

.contact-section .grid {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto
}

.contact-section .contact-block {
    background: #1f2020;
    padding-top: 40px;
    border-bottom: 1px solid #525252;
    width: 50%
}

.contact-section .contact-block .phone-block {
    padding-left: 57px;
    padding-right: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contact-section .contact-block .phone-block .icon {
    margin-right: 35px;
    position: relative;
    top: 18px
}

.contact-section .contact-block .other-block {
    border-top: 1px solid #525252;
    padding: 70px 40px 70px 57px
}

.contact-section .contact-block .location-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-section .contact-block .location-block .icon {
    margin-right: 35px
}

.contact-section .contact-block .location-block .location-link {
    color: #fff;
    line-height: 145%;
    font-size: 38px;
    font-family: Oswald, sans-serif;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-transform: uppercase
}

.contact-section .contact-block .location-block .location-link:hover,
.contact-section .contact-block .phone-list .phone-item .phone-link:hover,
footer .menu-list .menu-item .menu-link:hover {
    color: #4CAF43
}

.contact-section .contact-block .social-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 50px;
    margin-top: 15px
}

.contact-section .contact-block .social-list .social-item {
    margin-right: 15px
}

.contact-section .contact-block .social-list .social-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: 0 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.contact-section .contact-block .social-list .social-link:hover {
    background: #4CAF43
}

footer .copy,
footer .grid {
    margin-left: auto;
    margin-right: auto;
    background: #1f2020
}

.contact-page .contact-right .input-block input,
.contact-page .contact-right .input-block textarea,
.contact-section .contact-block .phone-list .phone-item {
    width: 100%
}

.contact-section .contact-block .phone-list .phone-item .phone-link {
    color: #fff;
    line-height: 145%;
    font-size: 38px;
    font-family: Oswald, sans-serif;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.contact-section .map-block {
    width: 50%
}

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

footer .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1550px;
    padding: 70px 20px 90px 70px
}

footer .logo-block {
    max-width: 50%
}

footer .logo-block .description {
    font-size: 17px;
    color: #888;
    line-height: 140%;
    margin-top: 27px;
    max-width: 460px
}

footer .product-block {
    width: 30%;
    margin-left: auto
}

footer .menu-list .menu-item {
    margin-bottom: 5px
}

.opt-section .delivery-info .delivery-list li:last-child,
footer .menu-list .menu-item:last-child {
    margin-bottom: 0
}

footer .menu-list .menu-item .menu-link {
    color: #e3e3e3;
    font-size: 17px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

footer .footer-title,
footer .menu-block {
    color: #4CAF43;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px
}

footer .footer-title {
    display: block
}

footer .menu-block {
    width: 20%
}

footer .copy {
    width: 100%;
    max-width: 1550px;
    padding: 70px 20px 65px 70px
}

footer .copy p {
    color: #969696;
    font-size: 17px;
    line-height: 135%
}

.contact-page {
    padding-top: 20px
}

.contact-page .contact-left {
    position: relative
}

.contact-page .contact-left .mail-block:before,
.contact-page .contact-left:before {
    content: '';
    position: absolute;
    left: -60px;
    width: -webkit-calc(544px + 60px);
    width: calc(544px + 60px);
    z-index: -1
}

.contact-page .contact-left:before {
    height: -webkit-calc(100% + 150px);
    height: calc(100% + 150px);
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    top: -150px
}

.contact-page .contact-left .title-block {
    padding-bottom: 100px
}

.contact-page .contact-left .title-block .title {
    max-width: 320px
}

.contact-page .contact-left .title-block .description {
    max-width: 345px
}

.contact-page .contact-left .mail-block {
    padding-top: 70px;
    padding-bottom: 100px;
    position: relative
}

.contact-page .contact-left .mail-block:before {
    top: 0;
    height: 100%;
    border-top: 1px solid #cdcdcd
}

.contact-page .contact-left .mail-block .mail-link,
.contact-page .contact-right .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-page .contact-left .mail-block .mail-link {
    color: #4CAF43;
    position: relative
}

.contact-page .contact-left .mail-block img {
    position: relative;
    top: -5px
}

.contact-page .contact-left .mail-block p {
    font-size: 38px;
    margin: 0 0 0 30px;
    font-family: Oswald, sans-serif
}

.contact-page .contact-left .mail-block span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #7a7a7a;
    display: block
}

.contact-page .contact-right {
    max-width: 660px;
    margin-left: auto;
    background: #fff
}

.contact-page .contact-right .input-group {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-page .contact-right .input-block {
    max-width: 314px;
    width: 100%;
    margin-bottom: 30px
}

.contact-page .contact-right .input-block:last-child {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0
}

.contact-page .contact-right .btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.contact-page .contact-right .btn-block p {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 145%;
    max-width: 335px;
    margin-left: 30px
}

@media only screen and (max-width:1220px) {
    .contact-page .contact-right {
        max-width: 100%;
        width: 100%;
        margin-bottom: 50px;
        padding-top: 50px;
        position: relative
    }
    .contact-page .contact-right:before {
        content: '';
        position: absolute;
        top: 0;
        left: -60px;
        width: 100vw;
        border-top: 1px solid #d7d7d7
    }
    .contact-page .contact-right .input-block {
        max-width: 48%
    }
    .contact-page .contact-left {
        max-width: 100%;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .contact-page .contact-left:before {
        border-left: none;
        width: 56%
    }
    .contact-page .contact-left .title-block {
        width: 50%
    }
    .contact-page .contact-left .mail-block {
        width: 50%;
        padding-top: 0;
        padding-bottom: 0
    }
    .contact-page .contact-left .mail-block:before {
        content: none
    }
    .contact-page .contact-left .mail-block .mail-link {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .contact-page .contact-left .mail-block p {
        margin-left: 15px
    }
}

@media only screen and (max-width:991px) {
    .contact-page .contact-left:before,
    .contact-page .contact-right:before {
        content: none
    }
    .contact-page .contact-left {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .contact-page .contact-left .title-block {
        width: 100%;
        padding-bottom: 45px
    }
    .contact-page .contact-left .mail-block {
        width: 100%;
        padding-bottom: 35px;
        display: none
    }
    .contact-page .contact-left .mail-block .mail-link {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .contact-page .contact-right {
        padding-top: 0;
        margin-bottom: 70px
    }
}

@media only screen and (max-width:991px) and (min-width:767px) {

    
    
    footer .grid {
        padding-bottom: 50px;
        padding-left: 60px;
        padding-right: 60px
    }
    footer .logo-block {
        width: 100%;
        max-width: 100%;
        margin-bottom: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid #5b5b5b;
        padding-bottom: 50px
    }
    footer .logo-block .description {
        margin-left: 20px;
        font-size: 15px;
        margin-top: 0
    }
    footer .menu-block,
    footer .product-block {
        width: 50%;
        margin: 0 auto
    }
    footer .menu-block {
        text-align: right
    }
    footer .copy {
        padding-top: 35px;
        padding-bottom: 35px;
        text-align: center;
        border-top: 1px solid #5b5b5b
    }
}

@media only screen and (max-width:767px) {
    
    
    .price3 {
    width: 107px;
    margin-left: 20px;
}
    
    
        
    ol.breadcrumb {
    font-size: 9px;
}
    
    .contact-page .contact-right {
        margin-bottom: 0;
        background: 0 0
    }
    .contact-page .contact-right .input-block {
        max-width: 100%
    }
    .contact-page .contact-right .btn-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px
    }
    .contact-page .contact-right .btn-block .btn {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }
    .contact-page .contact-right .btn-block p {
        margin-left: 0;
        margin-top: 15px
    }
    .contact-page .contact-right .mail-block {
        padding-top: 40px;
        padding-bottom: 45px;
        position: relative;
        margin-top: 50px
    }
    .contact-page .contact-right .mail-block:before {
        content: '';
        position: absolute;
        top: 0;
        left: -30px;
        width: 100vw;
        height: 100%;
        z-index: -1;
        border-top: 1px solid #cdcdcd
    }
    .contact-page .contact-right .mail-block .mail-link {
        color: #4CAF43;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative
    }
    .contact-page .contact-right .mail-block img {
        position: relative;
        top: -5px
    }
    .contact-page .contact-right .mail-block p {
        font-size: 22px;
        margin: 0 0 0 15px;
        font-family: Oswald, sans-serif
    }
    .contact-page .contact-right .mail-block span {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        color: #7a7a7a;
        display: block
    }
    .contact-section .contact-block .location-block .location-link,
    .contact-section .contact-block .phone-list .phone-item .phone-link {
        font-size: 25px
    }
    .contact-section .map-block {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
		    height: 400px;
		
    }
    .contact-section .map-block #map {
        height: 300px
    }
    .contact-section .contact-block {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .contact-section .contact-block .phone-block {
        padding-left: 30px;
        padding-right: 30px
    }
    .contact-section .contact-block .phone-block .icon {
        margin-right: 22px;
        top: 9px
    }
    .contact-section .contact-block .other-block {
        padding: 40px 30px
    }
    .contact-section .contact-block .social-list {
        margin-left: 37px
    }
    .contact-section .contact-block .location-block .icon {
        margin-right: 22px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        top: 7px;
        position: relative
    }
    footer .footer-title,
    footer .menu-list .menu-item .menu-link {
        font-size: 15px
    }
    footer .grid {
        padding: 50px 30px
    }
    footer .logo-block {
        display: none
    }
    footer .product-block {
        width: 40%;
        margin-left: 0;
        margin-right: auto
    }
    footer .menu-block {
        width: 40%
    }
    footer .copy {
        padding: 20px 30px;
        border-top: 1px solid #5b5b5b
    }
    footer .copy p {
        font-size: 14px
    }
}

.delivery-section .delivery-content .subtitle,
.news-block .news-title,
.opt-section .sub-category .category-link {
    font-family: Oswald, sans-serif
}

.other-news-section .news-carousel {
    position: relative;
    margin-top: 60px
}

.other-news-section .news-carousel:before {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    width: 100vw;
    height: 100%;
    border-top: 1px solid #d7d7d7;
    z-index: -1
}

.other-news-section .title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.other-news-section .btn-block {
    width: auto;
    position: relative
}

.other-news-section .btn-block .btn-carousel {
    display: none;
    cursor: pointer
}

.other-news-section .btn-block .btn-carousel.news-button-prev {
    left: 0
}

.other-news-section .btn-block .btn-carousel.news-button-next {
    right: 0
}

.other-news-section .btn-block .blog-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #4CAF43
}

.other-news-section .btn-block .blog-link svg {
    position: relative;
    left: 5px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.news-block {
    width: 25%
}

.news-block:last-child .news-link {
    border: 0
}

.news-block .news-img {
    width: 250px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 25px
}

.news-block .news-label {
    color: #4CAF43;
    font-size: 17px;
    font-weight: 500;
    display: block;
    margin-bottom: 2px
}

.news-block .news-title {
    color: #1f2020;
    font-size: 27px;
    font-weight: 500;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-transform: uppercase
}

.news-block .news-link {
    display: block;
    border-right: 1px solid #d7d7d7;
    padding: 57px
}

.news-block .news-link:hover .news-title,
.product-filter-page .product-filter form .card-header .btn-link:hover,
.product-filter-page .product-filter form .filter-list .filter-item .filter-link:hover {
    color: #4CAF43
}

.blog-section {
    padding-bottom: 100px;
    padding-top: 20px
}

.blog-section .row {
    margin-left: -60px;
    margin-right: -60px
}

.blog-section .title-block .description {
    max-width: 545px;
    line-height: 135%
}

.blog-section .pagination-nav {
    margin-top: 70px;
    width: 100%
}

.blog-section .pagination {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-section .tab-container {
    margin-top: 60px;
    position: relative
}

.blog-section .tab-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    width: 100vw;
    max-width: 1550px;
    height: 100%;
    z-index: -1;
    border: 1px solid #cdcdcd
}

.blog-section .tab-container .nav-item {
    padding: 35px 30px 40px;
    margin: 0
}

.blog-section .tab-container .nav-item .nav-link {
    position: relative;
    padding: 0
}

.blog-section .tab-container .nav-item .count {
    font-size: 10px;
    position: absolute;
    top: -3px;
    right: -10px;
    font-weight: 600
}

.blog-section .tab-container .nav-item:first-child {
    padding-left: 0
}

.blog-section .news-block .news-link {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7
}

@media only screen and (max-width:1260px) {
    .blog-section .news-block {
        width: 33.3333%
    }
}

@media only screen and (max-width:991px) {
    .calc-section .calc-content {
        width: 100%;
        border: 0
    }
}

@media only screen and (max-width:767px) {
    .blog-section .tab-container:before,
    .other-news-section .news-carousel:before {
        left: -30px
    }
    .other-news-section .title-block {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .other-news-section .title-block .title {
        font-size: 19px;
        margin: 0
    }
    .other-news-section .title-block .btn-block {
        width: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .other-news-section .title-block .btn-block .blog-link {
        display: none
    }
    .other-news-section .title-block .btn-block .btn-carousel {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 15px;
        text-align: center
    }
    .other-news-section .news-carousel {
        margin-top: 20px
    }
    .other-news-section .news-block {
        width: 227px
    }
    .other-news-section .news-block .news-link {
        padding: 30px;
        min-height: 264px
    }
    .other-news-section .news-block .news-img {
        width: 166px;
        height: 136px;
        margin-bottom: 10px
    }
    .other-news-section .news-block .news-label {
        font-size: 12px
    }
    .other-news-section .news-block .news-title {
        font-size: 16px
    }
    .blog-section {
        padding-bottom: 60px
    }
    .blog-section .tab-container {
        margin-top: 25px
    }
    .blog-section .pagination-nav {
        margin-top: 45px
    }
    .blog-section .news-block {
        width: 50%
    }
    .blog-section .news-block .news-link {
        padding: 30px
    }
    .blog-section .news-block .news-img {
        width: 166px;
        height: 136px;
        margin-bottom: 10px
    }
    .blog-section .news-block .news-label {
        font-size: 12px
    }
    .blog-section .news-block .news-title {
        font-size: 13px
    }
    .blog-section .row {
        margin-left: -30px;
        margin-right: -30px
    }
    .blog-section .tab-container .nav-item {
        padding: 15px 30px 10px 0
    }
    .blog-section .tab-container .nav-item .nav-link {
        font-size: 14px;
        color: #1f2020
    }
    .blog-section .tab-container .nav-item .nav-link:before {
        bottom: -10px
    }
}

.opt-section .price-form:before,
.opt-section .sub-category:before {
    top: 0;
    left: -60px;
    z-index: -1;
    content: ''
}

.opt-section .subtitle {
    font-size: 27px;
    color: #1f2020;
    margin-bottom: 40px;
    font-weight: 600
}

.opt-section .title-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 75px
}

.opt-section .title-row .title-block {
    max-width: 415px
}

.opt-section .title-row .title-block .description {
    max-width: 430px
}

.opt-section .title-row .btn-block {
    width: auto;
    margin-left: auto;
    text-align: right
}

.opt-section .title-row .btn-block .btn-default {
    padding-top: 20px;
    padding-bottom: 20px
}

.opt-section .sub-category {
    padding-top: 80px;
    padding-bottom: 90px;
    position: relative
}

.opt-section .sub-category:before {
    position: absolute;
    width: 1550px;
    height: 100%;
    border-top: 1px solid #d7d7d7
}

.opt-section .sub-category .category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.opt-section .sub-category .category-list .category-item {
    width: 19%
}

.opt-section .sub-category .category-link {
    font-size: 20px;
    color: #1f2020;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    background: #f6f6f6;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-transform: uppercase
}

.opt-section .price-form,
.opt-section .price-form .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify
}

.opt-section .sub-category .category-link img {
    width: 110px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px
}

.opt-section .sub-category .category-link .active,
.opt-section .sub-category .category-link:hover {
    background: #4CAF43;
    color: #fff
}

.opt-section .price-form {
    position: relative;
    padding: 70px 0 125px;
    margin-bottom: 120px;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.opt-section .price-form.mb-0 {
    margin-bottom: 0
}

.opt-section .price-form ::-webkit-input-placeholder {
    color: #fff !important
}

.opt-section .price-form ::-moz-placeholder {
    color: #fff !important
}

.opt-section .price-form ::placeholder {
    color: #fff !important
}

.opt-section .price-form :-ms-input-placeholder,
.opt-section .price-form ::-ms-input-placeholder {
    color: #fff !important
}

.opt-section .price-form .title-block {
    max-width: 545px;
    margin-top: 35px
}

.opt-section .price-form .title-block.top-0 {
    margin-top: 0
}

.opt-section .price-form .input-group label,
.opt-section .price-form .title-block .title {
    color: #fff
}

.opt-section .price-form .title-block .description {
    color: #fbfaf8
}

.opt-section .price-form:before {
    position: absolute;
    width: 1550px;
    height: 100%;
    background: #4CAF43
}

.opt-section .price-form .input-group {
    width: 100%;
    max-width: 660px;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.opt-section .price-form .input-group .input-block {
    width: 100%;
    max-width: 48%;
    margin-bottom: 15px
}

.opt-section .price-form .form-phone .input-block,
.opt-section .price-form .input-group .input-block:nth-child(3) {
    margin-bottom: 0
}

.opt-section .price-form .input-group .input-block input {
    width: 100%;
    background: #b08e62;
    border: 1px solid #cdb59d;
    color: #fff
}

.opt-section .price-form .input-group .btn-block {
    width: 100%;
    max-width: 48%;
    position: relative;
    margin-top: auto
}

.opt-section .price-form .input-group .btn-block p {
    position: absolute;
    left: 0;
    text-align: left;
    color: #e6dbce;
    bottom: -50px;
    font-size: 13px
}

.opt-section .price-form .input-group .btn-block p a {
    color: #e6dbce;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-bottom: 1px solid #e6dbce
}

.opt-section .price-form .input-group .btn-block p a:hover {
    color: #fff;
    border-bottom: 1px solid #fff
}

.opt-section .price-form .input-group .btn-block .btn-big-white {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 20px;
    height: 66px
}

.opt-section .price-form .check-error {
    color: #fbfaf8
}

.opt-section .price-form .form-phone {
    width: 100%;
    max-width: 660px
}

.opt-section .price-form .form-phone .btn-block {
    margin-top: 36px
}

.opt-section .price-form .form-phone .btn-block p {
    position: relative;
    bottom: 0;
    margin-top: 2px
}

.opt-section .delivery-info {
    margin-bottom: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.opt-section .delivery-info .title-block {
    max-width: 580px
}

.opt-section .delivery-info .btn-block {
    margin-top: 25px;
    display: block;
    text-align: left
}

.opt-section .delivery-info .delivery-list {
    width: 100%;
    text-align: left;
    max-width: 545px;
    margin-left: auto;
    position: relative
}

.opt-section .price-block .table-default td+td,
.opt-section .price-block .table-default th+th,
.product-section .table-block .table-default td+td,
.product-section .table-block .table-default th+th {
    text-align: right
}

.opt-section .delivery-info .delivery-list:before {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    height: 90%;
    width: 100%;
    border-right: 2px dashed #4CAF43;
    z-index: -1
}

.opt-section .delivery-info .delivery-list li {
    width: 100%;
    position: relative;
    font-size: 21px;
    color: #1f2020;
    margin-bottom: 65px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.opt-section .delivery-info .delivery-list li:before {
    content: '';
    position: absolute;
    right: -15px;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 12px solid #4CAF43;
    background: #fff
}

.opt-section .faq-block:before,
.opt-section .how-we-work .row:before,
.opt-section .how-we-work:before {
    height: 100%;
    top: 0;
    z-index: -1;
    content: ''
}

.opt-section .delivery-info .delivery-list li img {
    margin-right: 20px
}

.opt-section .how-we-work {
    position: relative;
    padding: 120px 0 0;
    margin-bottom: 120px
}

.opt-section .faq-block:before,
.opt-section .how-we-work:before {
    position: absolute;
    left: -60px;
    width: 1550px;
    background: #f6f6f6
}

.opt-section .how-we-work .row {
    position: relative;
    margin: 90px -60px 0
}

.opt-section .how-we-work .row:before {
    position: absolute;
    left: 0;
    width: 1550px;
    border: 1px solid #d6d6d6
}

.opt-section .how-we-work .step-block {
    width: 25%;
    padding: 60px 25px 55px 45px;
    border-right: 1px solid #d6d6d6;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.opt-section .how-we-work .step-block:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1)
}

.opt-section .how-we-work .step-block:first-child {
    padding-left: 60px
}

.opt-section .how-we-work .step-block:last-child {
    border: 0;
    padding-right: 60px
}

.opt-section .how-we-work .step-block img {
    margin-bottom: 10px
}

.opt-section .how-we-work .step-block .step-title {
    color: #1f2020;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase
}

.opt-section .how-we-work .step-block .step-description {
    color: #525252;
    font-size: 14px;
    margin-bottom: 0;
    max-width: 240px
}

.opt-section .price-block {
    margin-bottom: 120px
}

.opt-section .price-block .title-row {
    margin-bottom: 50px
}

.opt-section .price-block .title-block,
.opt-section .price-block .title-block .description {
    max-width: 580px
}

.opt-section .price-block .table-default {
    width: 100%
}

.opt-section .price-block .table-default th {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 50%;
    background: #4CAF43;
    padding: 20px 30px
}

.opt-section .price-block .table-default td {
    color: #525459;
    font-size: 15px;
    width: 50%;
    padding: 20px 30px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.opt-section .price-block .table-default tr:nth-child(2n) {
    background: #f6f6f6
}

.opt-section .price-block .table-default tr:hover {
    background: #e4d6c4
}

.opt-section .price-block .table-default tr:hover td,
.product-section .table-block .table-default tr:hover td {
    color: #000
}

.opt-section .tab-container {
    margin-top: 60px;
    margin-bottom: 100px
}

.opt-section .tab-container .subtitle {
    margin-bottom: 30px
}

.opt-section .tab-container .nav {
    margin-bottom: 60px
}

.opt-section .tab-container .table-default+.subtitle {
    margin-top: 70px
}

.delivery-section .delivery-content,
.delivery-section .title-block,
.opt-section .faq-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.opt-section .faq-block {
    position: relative;
    padding-top: 100px;
    padding-bottom: 120px
}

.opt-section .faq-block .faq-accordion {
    max-width: 600px
}

.opt-section .faq-block .faq-img {
    position: relative;
    right: -60px;
    height: auto;
    max-width: 744px;
    width: 100%
}

.opt-section .faq-block .faq-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.delivery-section {
    padding-top: 20px
}

.delivery-section .delivery-content,
.delivery-section .title-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.delivery-section .title-block {
    padding-bottom: 100px
}

.delivery-section .title-block .title {
    max-width: 430px
}

.delivery-section .title-block .description-block {
    max-width: -webkit-calc(100% - 430px - 140px);
    max-width: calc(100% - 430px - 140px);
    margin-left: auto
}

.delivery-section .title-block .description {
    margin-bottom: 10px
}

.delivery-section .delivery-content {
    position: relative;
    padding: 90px 0 70px
}

.delivery-section .delivery-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    width: 1550px;
    height: 100%;
    background: #fbfaf8;
    z-index: -1
}

.delivery-section .delivery-content .info-delivery {
    width: 50%
}

.delivery-section .delivery-content .subtitle {
    color: #1f2020;
    font-weight: 500;
    margin-bottom: 40px
}

.delivery-section .delivery-content .description {
    color: #9d9d9d;
    font-size: 17px;
    line-height: 135%;
    margin-bottom: 25px
}

.delivery-section .delivery-content .list-info li {
    color: #525459;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px
}

.delivery-section .delivery-content .list-info li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: #525459;
    width: 7px;
    height: 7px;
    z-index: -1;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.delivery-section .delivery-step {
    position: relative;
    padding-top: 105px;
    padding-bottom: 120px
}

.delivery-section .delivery-step .title-block {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 70px
}

.delivery-section .delivery-step .title-block .title {
    color: #fff;
    margin: 0
}

.delivery-section .delivery-step:before {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    width: 1550px;
    height: 100%;
    background: #4CAF43;
    z-index: -1
}

.delivery-section .delivery-step .delivery-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.delivery-section .delivery-step .delivery-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    width: 1550px;
    height: 100%;
    border-bottom: 2px dashed #ccbdae;
    z-index: -1
}

.delivery-section .delivery-step .delivery-list li {
    width: 19%;
    position: relative;
    padding-bottom: 80px
}

.delivery-section .delivery-step .delivery-list li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 12px solid #fff;
    background: #4CAF43
}

.delivery-section .delivery-step .delivery-list .step-title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase
}

.delivery-section .delivery-step .delivery-list .step-desription {
    color: #e5ded7;
    font-size: 14px
}

@media only screen and (max-width:1360px) {
    .opt-section .sub-category .category-list {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .opt-section .sub-category .category-list .category-item {
        width: 269px;
        margin-bottom: 20px;
        margin-right: 20px
    }
}

@media only screen and (max-width:991px) {
    .delivery-section .title-block .title {
        max-width: 100%;
        margin-bottom: 20px
    }
    .delivery-section .title-block .description-block {
        max-width: 100%
    }
}

@media only screen and (max-width:767px) {
    .opt-section {
        padding-top: 20px
    }
    .opt-section .title-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 60px
    }
    .opt-section .title-row .btn-block {
        width: 100%;
        margin-top: 18px
    }
    .opt-section .title-row .btn-block .btn-default {
        width: 100%;
        min-width: 100%;
        max-width: 100%
    }
    .opt-section .title-row .title-block .title {
        font-size: 30px
    }
    .opt-section .subtitle {
        font-size: 19px;
        color: #1f2020;
        margin-bottom: 25px
    }
    .opt-section .sub-category {
        padding-top: 45px;
        padding-bottom: 35px;
        position: relative
    }
    .opt-section .sub-category:before {
        left: -30px;
        width: 100vw;
        background: #f6f6f6;
        z-index: -1;
        border: 0
    }
    .opt-section .sub-category .category-list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .opt-section .sub-category .category-list .category-item {
        width: 48%;
        margin-right: 0
    }
    .opt-section .sub-category .category-list .category-link {
        padding: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 16px
    }
    .opt-section .sub-category .category-list .category-link img {
        display: block;
        width: 100%
    }
    .opt-section .price-form {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .opt-section .price-form .title-block {
        margin: 0
    }
    .opt-section .price-form .title-block .title {
        font-size: 25px
    }
    .opt-section .price-form .title-block .description {
        font-size: 12px
    }
    .opt-section .price-form form {
        margin-top: 25px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .opt-section .price-form form .input-group .input-block {
        max-width: 100%
    }
    .opt-section .price-form .input-group .btn-block {
        margin-top: 15px;
        width: 100%;
        max-width: 100%
    }
    .opt-section .price-form .input-group .btn-block p {
        position: relative;
        margin-top: 15px;
        bottom: 0
    }
    .opt-section .delivery-info,
    .opt-section .price-form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 70px
    }
    .opt-section .delivery-info .title-block {
        width: 100%;
        margin-bottom: 40px
    }
    .opt-section .delivery-info .title-block .title {
        font-size: 32px;
        margin-bottom: 20px
    }
    .opt-section .delivery-info .delivery-list {
        width: 100%
    }
    .opt-section .delivery-info .delivery-list li {
        font-size: 16px;
        margin-bottom: 50px
    }
    .opt-section .delivery-info .delivery-list li:last-child {
        margin-bottom: 0
    }
    .opt-section .delivery-info .delivery-list li img {
        max-width: 50px;
        height: auto
    }
    .opt-section .how-we-work {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-bottom: 65px
    }
    .opt-section .how-we-work .row {
        margin-top: 50px;
        margin-left: 0;
        margin-right: 0
    }
    .opt-section .how-we-work .row:before {
        border: 0
    }
    .opt-section .how-we-work .step-block {
        padding: 0 !important;
        width: 100%;
        border: 0;
        margin-bottom: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .opt-section .how-we-work .step-block img {
        margin-right: 25px
    }
    .opt-section .how-we-work .step-block:last-child {
        margin: 0
    }
    .opt-section .how-we-work .step-block .step-title {
        font-size: 14px;
        margin-bottom: 5px
    }
    .opt-section .how-we-work .step-block .step-description {
        font-size: 12px
    }
    .opt-section .price-block {
        margin-bottom: 45px;
        border-bottom: 1px solid #dedede
    }
    .opt-section .price-block .subtitle {
        margin-bottom: 15px
    }
    .opt-section .price-block .table-default td {
        padding: 10px;
        font-size: 14px
    }
    .opt-section .price-block .table-default th {
        padding: 10px;
        font-size: 13px
    }
    .delivery-section .title-block .title,
    .opt-section .faq-block .title-block .title,
    .opt-section .how-we-work .title-block .title {
        font-size: 32px
    }
    .opt-section .faq-block {
        padding-top: 55px;
        padding-bottom: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .opt-section .faq-block .title-block {
        margin-bottom: 40px
    }
    .opt-section .faq-block .faq-img {
        width: 100vw;
        right: 0;
        margin: 60px -30px 0;
        height: 330px
    }
    .opt-section .tab-container {
        margin-bottom: 0;
        margin-top: 30px
    }
    .opt-section .tab-container .nav {
        margin-bottom: 30px;
        padding-bottom: 10px;
        position: relative
    }
    .opt-section .tab-container .nav:before {
        content: '';
        position: absolute;
        left: -30px;
        top: 0;
        width: 100vw;
        height: 100%;
        border-bottom: 1px solid #d7d7d7;
        z-index: -1
    }
    .opt-section .tab-container .nav .nav-item {
        margin-bottom: 20px
    }
    .opt-section .tab-container .table-default+.subtitle {
        margin-top: 45px
    }
    .delivery-section .title-block {
        padding-bottom: 35px
    }
    .delivery-section .delivery-content {
        padding-top: 35px;
        padding-bottom: 40px
    }
    .delivery-section .delivery-content .info-delivery {
        width: 100%
    }
    .delivery-section .delivery-content .info-delivery+.info-delivery {
        margin-top: 30px;
        padding-top: 30px;
        position: relative
    }
    .delivery-section .delivery-content .info-delivery+.info-delivery:before {
        content: '';
        position: absolute;
        left: -30px;
        height: 100%;
        top: 0;
        width: 100vw;
        border-top: 1px solid #aeaeae;
        z-index: -1
    }
    .delivery-section .delivery-content .subtitle {
        margin-bottom: 15px;
        font-size: 20px
    }
    .delivery-section .delivery-content .description {
        font-size: 14px;
        margin-bottom: 12px
    }
    .delivery-section .delivery-content .list-info li {
        padding-left: 15px;
        margin-bottom: 10px;
        font-size: 14px
    }
    .delivery-section .delivery-content .list-info li:before {
        width: 5px;
        height: 5px;
        top: 8px
    }
    .delivery-section .delivery-step {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .delivery-section .delivery-step .title-block .title {
        text-align: center;
        display: block;
        width: 100%
    }
    .delivery-section .delivery-step .delivery-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .delivery-section .delivery-step .delivery-list .step-title {
        margin-bottom: 5px
    }
    .delivery-section .delivery-step .delivery-list:before {
        border-left: 2px dashed #ccbdae;
        border-bottom: none;
        left: 0;
        height: 87%;
        top: 0;
        bottom: auto
    }
    .delivery-section .delivery-step .delivery-list li {
        width: 100%;
        padding-left: 55px;
        padding-bottom: 40px
    }
    .delivery-section .delivery-step .delivery-list li:last-child {
        padding-bottom: 0
    }
    .delivery-section .delivery-step .delivery-list li:before {
        bottom: auto;
        top: -5px;
        left: -15px
    }
    .delivery-section .delivery-step .title-block {
        margin-bottom: 40px
    }
}

.seo-category {
    padding-top: 120px
}

.faq-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #4CAF43
}

.faq-section .title-block .title {
    max-width: 420px;
    color: #fff
}

.faq-section .faq-accordion {
    max-width: 860px;
    padding: 80px 80px 80px 60px
}

.faq-section .faq-img {
    position: relative;
    height: auto;
    max-width: -webkit-calc(100% - 860px);
    max-width: calc(100% - 860px);
    width: 100%;
    margin-left: auto
}

.faq-section .card {
    border-color: #ceae83
}

.faq-section .card-header .btn {
    color: #fff
}

.faq-section .card-header .btn path {
    stroke: #ceae83 !important
}

.faq-section .card-header .btn:hover .minus,
.faq-section .card-header .btn:hover .plus {
    stroke: #fff !important
}

.faq-section .card-body {
    color: #fff2e0
}

.product-filter-page {
    padding-bottom: 90px
}

.product-filter-page .btn-filter,
.product-filter-page .product-filter .btn-close-filter {
    display: none
}

.product-filter-page .btn-filter:hover .icon path {
    stroke: #fff
}

.product-filter-page .product-row {
    margin-left: -60px;
    margin-right: -60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.product-filter-page .product-row.no-results .product-filter {
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7
}

.product-filter-page .product-row.no-results .product-container {
    padding: 0 20px
}

.product-filter-page .product-filter {
    width: 430px;
    padding-top: 45px;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding-left: 60px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.product-filter-page .product-filter form {
    width: 300px;
    margin-top: 30px
}

.product-filter-page .product-filter form .radio-group .checkbox label .circle,
.product-filter-page .product-filter form .radio-group .radio label .circle {
    width: 18px;
    height: 18px
}

.product-filter-page .product-filter form .card {
    border: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1
}

.product-filter-page .product-filter form .card:last-child {
    margin-bottom: 0
}

.product-filter-page .product-filter form .card:before {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    width: 430px;
    height: 100%;
    z-index: -1;
    border-bottom: 1px solid #d7d7d7
}

.product-filter-page .product-filter form .card-header {
    background: 0 0;
    border: 0;
    padding: 0
}

.product-filter-page .product-filter form .card-header .btn-link {
    padding: 0;
    width: 100%;
    font-size: 17px;
    color: #272727;
    font-weight: 600;
    text-align: left;
    margin: 0;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative
}

.product-filter-page .product-filter form .card-header .btn-link:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../img/icon/filter-arrow.svg) center no-repeat;
    -webkit-background-size: 15px 15px;
    background-size: 15px;
    z-index: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.product-filter-page .product-filter form .card-header .btn-link.collapsed:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-filter-page .product-filter form .card-body {
    padding: 15px 0 0
}

.product-filter-page .product-filter form .filter-list .filter-item {
    margin-bottom: 7px
}

.product-filter-page .product-filter form .btn-more,
.product-filter-page .product-filter form .filter-list .filter-item .filter-link {
    color: #272727;
    font-size: 14px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.product-filter-page .product-filter form .filter-list .filter-item .filter-link span {
    font-size: 10px;
    position: relative;
    top: -8px;
    right: -3px
}

.product-filter-page .product-filter form .btn-more {
    position: relative;
    color: #969aa0;
    background: 0 0;
    padding: 0;
    border: 0;
    margin: 6px 0 0;
    cursor: pointer
}

.ui-widget-content,
.ui-widget.ui-widget-content {
    border: 0 !important
}

.product-filter-page .product-filter form .btn-more:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: .05rem;
    background: #969aa0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.product-filter-page .product-filter form .btn-more:hover {
    color: #4CAF43
}

.product-filter-page .product-filter form .btn-more:hover:before {
    left: 0;
    width: 0
}

.product-filter-page .product-container {
    width: -webkit-calc(100% - 430px);
    width: calc(100% - 430px);
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-card {
    width: 30.3333%;
    max-width: 30.3333%;
    margin:10px;
}

.product-filter-page .pagination-nav {
    width: 100%;
    margin-top: 50px
}

.product-filter-page .pagination-nav .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ui-widget-content {
    background: #d7d7d7 !important
}

.ui-widget-header {
    background: #4CAF43 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    width: 15px !important;
    height: 15px !important;
    background: #4CAF43 !important;
    -webkit-border-radius: 100px !important;
    border-radius: 100px !important;
    border: 0 !important;
    cursor: pointer !important
}

.ui-state-default:active,
.ui-state-default:focus,
.ui-state-default:focus-visible,
.ui-widget-content .ui-state-default:active,
.ui-widget-content .ui-state-default:focus,
.ui-widget-content .ui-state-default:focus-visible {
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    outline-offset: none !important
}

#mse2_filters .mse2_number_slider {
    font-size: .3em !important
}

.ui-slider-horizontal .ui-slider-handle {
    top: -1em !important
}

.mse2_number_inputs {
    margin-top: 20px !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.mse2_number_inputs .col-md-6 {
    padding: 0 !important
}

.mse2_number_inputs .col-md-6 label {
    font-size: 14px
}

.mse2_number_inputs .col-md-6 input {
    margin: 0 5px !important;
    background: #f4f4f4 !important;
    border: 0 !important;
    color: #272727 !important;
    text-align: center
}

.mse2_number_inputs .col-md-6:nth-child(2) {
    padding-left: 10px !important
}

@media only screen and (max-width:1300px) {
    .product-filter-page .product-card {
        width: 50%;
        max-width: 50%
    }
    .product-filter-page .product-card form .btn-group .btn-cart-block .btn-add-cart {
        margin-left: 20px
    }
    .map-section .map-nav {
        padding-right: 30px
    }
    .map-section .title-block:before {
        width: -webkit-calc(100% + 60px + 30px);
        width: calc(100% + 60px + 30px)
    }
}

@media only screen and (max-width:1200px) {
    .product-filter-page .product-filter {
        width: 350px;
        padding-left: 30px;
        padding-right: 30px
    }
    .product-filter-page .product-filter .btn-block .btn {
        width: 100%;
        min-width: 100%;
        max-width: 100%
    }
    .product-filter-page .product-filter form {
        width: 100%
    }
    .product-filter-page .product-filter form .card:before {
        left: -30px;
        width: 350px
    }
    .product-filter-page .product-container {
        width: -webkit-calc(100% - 350px);
        width: calc(100% - 350px)
    }
    .product-filter-page .product-card form .btn-group .btn-cart-block .btn-add-cart {
        margin-left: 10px
    }
    .map-section .map-nav {
        padding: 0;
        width: 100%;
        border: 0
    }
    .map-section .title-block:before {
        opacity: 0;
        width: -webkit-calc(100vw + 60px);
        width: calc(100vw + 60px)
    }
    .map-section .map-block {
        display: none
    }
    .map-section .tab-container {
        padding-top: 0
    }
    .map-section .tab-container .tab-content ul {
        max-width: 740px
    }
}

@media only screen and (max-width:991px) {
    .product-filter-page .product-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .product-filter-page .product-filter {
        border-top: 0;
        padding-top: 0;
        width: 100%
    }
    .product-filter-page .product-filter .btn-block {
        margin-bottom: 43px
    }
    .product-filter-page .product-filter .btn-block .btn-icon {
        display: none
    }
    .product-filter-page .product-filter .btn-block .btn-icon.btn-filter {
        display: block
    }
    .product-filter-page .product-filter .btn-close-filter {
        position: relative;
        top: 0;
        right: -30px;
        width: 77px;
        height: 77px;
        margin-left: auto;
        border: 1px solid #dbdbdb;
        border-bottom: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        opacity: 1;
        cursor: pointer
    }
    .product-filter-page .product-filter .btn-close-filter span {
        width: 15px;
        height: .1rem;
        background: #9b9b9b;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .product-filter-page .product-filter .btn-close-filter span+span {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute
    }
    .product-filter-page .product-filter .btn-close-filter:hover span+span {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    .product-filter-page .product-filter form {
        position: fixed;
        width: 100%;
        left: 0;
        height: 100vh;
        background: #fff;
        z-index: 99;
        padding: 0 30px;
        margin: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        top: -60px
    }
    .product-filter-page .product-filter form.show-filter {
        top: 0;
        opacity: 1;
        visibility: visible
    }
    .product-filter-page .product-filter form .card:nth-child(2) {
        padding-top: 15px
    }
    .product-filter-page .product-filter form .card:nth-child(2):after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -30px;
        width: -webkit-calc(100vw + 30px);
        width: calc(100vw + 30px);
        height: 100%;
        border-top: 1px solid #dbdbdb;
        z-index: 1
    }
    .product-filter-page .product-filter form .card:before {
        width: 100%;
        left: -30px
    }
    .product-filter-page .product-container {
        width: 100%
    }
}

.ec-stars,
.ec-stars span,
.modal .ec-rating-stars span {
    background-image: url(../img/review/star.svg) !important
}

.product-section .tab-content,
.product-section .tab-fix,
.product-section .table-block .table-default td {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

@media only screen and (max-width:767px) {
    .product-filter-page {
        padding-bottom: 60px
    }
    .product-filter-page .pagination-nav {
        margin-top: 35px
    }
    .product-filter-page .product-row {
        margin-left: -30px;
        margin-right: -30px
    }
    .product-filter-page .product-row.no-results .product-filter {
        padding-bottom: 0;
        border-bottom: none
    }
    .product-filter-page .product-row.no-results .product-container {
        padding: 0 20px
    }
    .product-filter-page .product-filter {
        padding: 0
    }
    .product-filter-page .product-filter .btn-block {
        padding: 0 30px
    }
    .product-filter-page .product-filter form .card:before {
        width: 100vw
    }
    .product-filter-page .product-card {
        width: 100%;
        max-width: 100%
    }
    .product-filter-page .product-card .product-info .title {
        font-size: 16px
    }
    .product-filter-page .product-card.p-horizontal {
        border-top: none
    }
    .product-filter-page .product-card.p-horizontal:first-child {
        border-top: 1px solid #d7d7d7
    }
    .product-filter-page .product-card.p-horizontal .product-info {
       /** width: -webkit-calc(100% - 85px - 15px);
        width: calc(100% - 85px - 15px)  **/
    }
    .product-filter-page .product-card.p-horizontal form .btn-block {
        width: -webkit-calc(100% - 50px - 20px);
        width: calc(100% - 50px - 20px)
    }
    .product-filter-page .product-card.p-horizontal form .btn-block .btn-default {
        min-width: 100%;
        max-width: 100%
    }
    .product-filter-page .product-card.p-horizontal form .btn-block .btn-add-cart {
        margin: 0
    }
    .product-filter-page .product-card.p-horizontal form .btn-block.btn-cart-block {
        width: 50px
    }
    .map-section .title-block {
        padding-top: 50px;
        padding-bottom: 40px
    }
    .map-section .title-block:before {
        left: -30px;
        opacity: 1;
        width: -webkit-calc(100vw - 30px);
        width: calc(100vw - 30px)
    }
    .map-section .tab-container {
        padding-top: 20px
    }
    .map-section .tab-container .nav-tabs {
        position: relative
    }
    .map-section .tab-container .nav-tabs .nav-item .nav-link {
        padding-bottom: 20px
    }
    .map-section .tab-container .nav-tabs .nav-item .nav-link:before {
        bottom: 0
    }
    .map-section .tab-container .nav-tabs:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -30px;
        width: -webkit-calc(100vw - 30px);
        width: calc(100vw - 30px);
        border-bottom: 1px solid #cdcdcd
    }
    .map-section .tab-container .tab-content ul li {
        width: 50%
    }
    .map-section .tab-container .tab-content ul li a {
        font-size: 14px
    }
    .map-section .tab-container .tab-content ul li a:before {
        height: .01rem;
        bottom: -2px
    }
    .faq-section .title-block .title {
        margin-bottom: 30px
    }
    .faq-section .faq-accordion {
        padding: 60px 30px
    }
    .faq-section .faq-img {
        display: none
    }
    .faq-section .card {
        padding-top: 23px;
        padding-bottom: 23px
    }
    .faq-section .card-body {
        padding-top: 20px
    }
    .seo-category {
        padding-top: 60px
    }
}

.title-block .subtitle-product {
    color: #1f2020;
    font-size: 27px;
    font-weight: 600
}

.title-block .subtitle-product .count {
    color: #9d9d9d
}

.modal .ec-rating-stars {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 99px;
    margin-right: 20px;
    position: relative;
    top: 1px
}

.modal .ec-rating-description {
    float: none;
    padding-top: 5px;
    font-size: 14px
}

.modal .ec-rating {
    display: block;
    width: 100%
}

.product-section .tab-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 100px
}

.product-section .tab-row.full .tab-content {
    max-width: 100%
}

.product-section .tab-row.full .tab-fix {
    right: -100vw;
    max-width: 0
}

.product-section .tab-row.full .tab-fix .product-card {
    right: -100vw
}

#msMiniCart, .msMiniCart {
    font-size: 0.8em;
    display: flex;
}

.product-section .tab-content {
    width: 100%;
    max-width: -webkit-calc(100% - 430px - 30px);
    max-width: calc(100% - 430px - 30px);
    transition: .3s ease-in-out;
    padding-bottom: 0;
    padding-top: 10px
}

.product-section .tab-fix {
    width: 100%;
    max-width: 430px;
    position: relative;
    right: 0;
    top: 50px;
    opacity: 1;
    display: inline-block;
    visibility: visible;
    transition: .3s ease-in-out
}

.product-section .tab-fix .product-card {
    position: absolute;
    right: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.product-section .table-block {
    margin-top: 35px
}

.product-section .table-block .title {
    font-size: 17px;
    color: #202020;
    font-weight: 600;
    margin-bottom: 20px
}

.product-section .table-block .table-default {
    width: 100%
}

.product-section .table-block .table-default th {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 50%;
    background: #4CAF43;
    padding: 20px 30px
}

.product-section .table-block .table-default td {
    color: #525459;
    font-size: 15px;
    width: 50%;
    padding: 20px 30px;
    transition: .3s ease-in-out
}

.product-section .table-block .table-default tr:nth-child(2n+1) {
    background: #f6f6f6
}

.product-section .table-block .table-default tr:hover {
    background: #e4d6c4
}

.product-section .tab-container .nav-tabs {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative
}

.product-section .tab-container .nav-tabs:before {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    width: 1550px;
    height: 100%;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd
}

.product-section .tab-container .nav-tabs .nav-item {
    margin-right: 40px
}

.product-section .tab-container .nav-tabs .nav-item:last-child {
    margin-right: 0
}

.product-section .tab-container .nav-tabs .nav-item .nav-link {
    font-weight: 400;
    color: #7a7a7a;
    position: relative
}

.product-section .tab-container .nav-tabs .nav-item .nav-link .count {
    font-size: 10px;
    position: absolute;
    right: -12px;
    top: 0
}

.product-section .tab-container .nav-tabs .nav-item .nav-link:before {
    bottom: -14px
}

.product-section .tab-container .nav-tabs .nav-item .nav-link.active {
    color: #4CAF43
}

.product-section .media-product {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-section .media-product .gallery-thumbs {
    width: 85px
}

.product-section .media-product .gallery-thumbs .swiper-wrapper {
    display: block;
    height: auto;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important
}

.product-section .media-product .gallery-thumbs .gallery-nav {
    height: auto;
    width: 100% !important;
    margin-bottom: 8px;
    border: 1px solid #d7d7d7;
    padding: 3px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.product-section .media-product .gallery-thumbs .gallery-nav:nth-child(n+5) {
    display: none
}

.product-section .media-product .gallery-thumbs .gallery-nav.swiper-slide-active {
    border-color: #4CAF43
}

.product-section .media-product .gallery-thumbs .gallery-nav:hover {
    border-color: #2d2e2e
}

.product-section .media-product .video-thumbs {
    border: 1px solid #d7d7d7;
    height: 55px;
    margin-bottom: 10px;
    position: relative
}

.product-section .media-product .video-thumbs a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-section .media-product .video-thumbs a:hover .circle {
    background: #2d2e2e
}

.product-section .media-product .video-thumbs .circle {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background: #4CAF43;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.product-section .media-product .video-thumbs .circle svg {
    max-width: 10px;
    position: relative;
    right: -2px
}

.product-section .media-product .more-img {
    display: block;
    text-align: center;
    width: 100%
}

.product-section .media-product .more-img-link {
    color: #828282;
    font-size: 14px;
    position: relative;
    display: inline-block
}

.product-section .media-product .more-img-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: .05rem;
    background: #828282;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.product-section .info-row .info-list li span,
.product-section .media-product .more-img-link:hover {
    color: #4CAF43
}

.product-section .media-product .more-img-link:hover:before {
    width: 0
}

.product-section .media-product .gallery-top {
    max-width: -webkit-calc(100% - 85px - 19px);
    max-width: calc(100% - 85px - 19px);
    position: relative
}

.product-section .media-product .gallery-top .gallery-photo:nth-child(n+5) {
    display: none
}

.product-section .media-product .gallery-top .gallery-photo img {
    height: 407px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-section .info-row div,
.product-section .main-info-product {
    width: 48%
}

.product-section .main-info-product .title {
    color: #1f2020;
    font-size: 25px;
    font-weight: 600;
    max-width: 460px
}

.product-section .main-info-product .label-list {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 25px
}

.product-section .main-info-product .label-list .in-stock {
    background: #eef9f1;
    padding: 7px 15px;
    color: #41ad3f;
    font-size: 15px;
    display: inline-block
}

.certificates-product .certificate-item a,
.product-section .main-info-product .label-list .in-stock img,
.product-section .main-info-product .label-list .out-of-stock img {
    display: inline-block
}

.product-section .main-info-product .label-list .out-of-stock {
    background: #ffeeeb;
    padding: 7px 15px;
    color: #fe1818;
    font-size: 15px;
    display: inline-block
}

.product-section .main-info-product form {
    max-width: 430px
}

.product-section .main-info-product form .btn-block,
.product-section .main-info-product form .btn-block .btn-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-section .main-info-product form .btn-block label {
    width: 100%;
    font-size: 14px;
    color: #7a7a7a;
    position: relative;
    top: 10px
}

.product-section .main-info-product form .btn-block .btn-row {
    width: 30%;
    max-width: 120px
}

.product-section .info-row,
.product-section .main-info-product form .btn-block,
.product-section .main-info-product form .btn-block .btn-row,
.product-section .tab-product-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-section .main-info-product form .btn-block .btn-row a {
    padding: 0;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px
}

.product-section .main-info-product form .btn-block .btn-row .input-group {
    width: 42px
}

.product-section .main-info-product form .btn-block .btn-row input {
    width: 42px;
    height: 42px;
    padding: 5px;
    text-align: center
}

.product-section .main-info-product form .btn-block .btn-big {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-top: 25px
}

.product-section .main-info-product form .btn-block .btn-icon {
    width: 60%;
    max-width: 60%;
    min-width: 60%;
    padding: 18px 20px
}

.product-section .main-info-product .price-block {
    color: #1f2020;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px
}

.product-section .main-info-product .price-block .price {
    font-size: 25px
}

.product-section .info-row {
    padding: 20px 25px;
    background: #f9f9f9;
    margin-top: 30px
}

.product-section .info-row .subtitle {
    font-size: 15px;
    color: #1f2020;
    font-weight: 600
}

.product-section .info-row .info-list li {
    color: #717171;
    font-size: 15px;
    margin-bottom: 5px
}

.product-section .tab-product-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px
}

.product-section .tab-product-row+.tab-product-row {
    position: relative;
    padding-top: 60px
}

.product-section .tab-product-row+.tab-product-row:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -60px;
    height: 100%;
    border-top: 1px solid #cdcdcd;
    width: 1550px
}

.product-section .left-product-info,
.product-section .right-product-info {
    width: 48%
}

.product-section .left-product-info .certificates-product {
    margin-top: 70px
}

.product-section .left-product-info .certificates-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px
}

.product-section .left-product-info .certificate-item {
    padding: 30px
}

.product-section .btn-block {
    display: block
}

.product-section .btn-block .tab-link,
.product-section .btn-block .tab-link:before {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.product-section .btn-block .tab-link {
    color: #828282;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
    position: relative
}

.product-section .btn-block .tab-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: .05rem;
    background: #828282
}

.cart-section .cart-body .media .header-block .title-product a:hover,
.cart-section .policy-description a:hover,
.product-section .btn-block .tab-link:hover,
.reviews-product-section .reviews-body .comment-list .ticket-comment .comment-reply .reply:hover {
    color: #4CAF43
}

.product-section .btn-block .tab-link:hover:before {
    width: 0
}

.reviews-product-section {
    position: relative;
    z-index: 1;
    background: #fff
}

.reviews-product-section .title-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 70px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7
}

.reviews-product-section .title-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-product-section .title-right .btn-block .btn-default {
    padding-top: 20px;
    padding-bottom: 20px
}

.reviews-product-section .reviews-body .comment-list .ticket-comment {
    max-width: 830px;
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d7d7d7
}

.cart-section .right-cart .cart-order .info-price li:last-child,
.reviews-product-section .reviews-body .comment-list .ticket-comment:last-child {
    margin-bottom: 0
}

.reviews-product-section .reviews-body .comment-list .ticket-comment .ticket-comment-header {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.reviews-product-section .reviews-body .comment-list .ticket-comment .ticket-comment-header .ticket-avatar {
    width: 48px;
    height: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 15px
}

.reviews-product-section .reviews-body .comment-list .ticket-comment .ticket-comment-header .ticket-comment-author {
    color: #1f2020;
    font-size: 17px;
    font-weight: 600;
    display: block
}

.reviews-product-section .reviews-body .comment-list .ticket-comment .ticket-comment-header .ticket-comment-createdon {
    color: #585858;
    font-size: 13px
}

.reviews-product-section .reviews-body .comment-list .ticket-comment .ticket-comment-text {
    color: #474648;
    font-size: 17px;
    line-height: 145%;
    margin-bottom: 10px
}

.reviews-product-section .reviews-body .comment-list .ticket-comment .comment-reply {
    margin-bottom: 10px
}

.reviews-product-section .reviews-body .comment-list .ticket-comment .comment-reply .reply {
    color: #585858;
    font-size: 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.reviews-product-section .reviews-body .comment-list .ticket-comment .comments-list {
    padding-left: 60px;
    padding-top: 40px;
    position: relative
}

.reviews-product-section .reviews-body .comment-list .ticket-comment .comments-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 38px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.reviews-product-section .reviews-body .comment-list .ticket-comment .comments-list .ticket-comment {
    padding: 25px 46px 25px 25px;
    border: 1px solid #d7d7d7
}

.video-section .title-block .subtitle-product {
    margin-bottom: 35px
}

.product-carousel-section {
    margin-bottom: 90px;
    background: #fff
}

.product-carousel-section .product-carousel {
    position: relative;
    z-index: 1;
    margin-top: 40px
}

.product-carousel-section .product-carousel:before {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    height: 100%;
    width: 1550px;
    border: 1px solid #d7d7d7;
    z-index: -1
}

.product-carousel-section .product-card {
    border: 0;
    border-right: 1px solid #d7d7d7;
    width: 25%
}

.product-carousel-section .product-card:last-child {
    border-right: none
}

.product-carousel-section .product-card .btn-block {
    width: auto;
    min-width: -webkit-calc(100% - 50px - 15px);
    min-width: calc(100% - 50px - 15px);
    max-width: -webkit-calc(100% - 50px - 15px);
    max-width: calc(100% - 50px - 15px)
}

.product-carousel-section .product-card .btn-block .btn-default {
    min-width: 100%;
    max-width: 100%
}

.product-carousel-section .product-card .btn-block .btn-add-cart {
    margin-left: 15px !important
}

.product-carousel-section .product-card .btn-block.btn-cart-block {
    width: 50px
}

.product-carousel-section .btn-block .btn-carousel,
.product-carousel-section .title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product-carousel-section .btn-block {
    text-align: right;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.product-carousel-section .btn-block .btn-carousel {
    width: 60px;
    height: 60px;
    border: 1px solid #d7d7d7;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.product-carousel-section .btn-block .btn-carousel svg {
    max-width: 15px
}

.product-carousel-section .btn-block .btn-carousel path {
    stroke: #1f2020
}

.product-carousel-section .btn-block .btn-carousel.swiper-button-disabled path {
    stroke: #afafaf !important
}

.certificates-product .certificates-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px
}

.certificates-product .certificate-item {
    width: 33.3333%;
    padding: 80px 70px;
    border: 1px solid #c7c7c7
}

.certificates-product .btn-block {
    display: none
}

@media only screen and (max-width:1200px) {
    .product-section .tab-fix {
        display: none
    }
    .product-section .tab-content {
        width: 100%;
        max-width: 100%
    }
    .product-section .main-info-product form .btn-block .btn {
        padding: 15px 10px
    }
    .product-carousel-section .product-card {
        width: 33%
    }
}

@media only screen and (max-width:991px) {
    .certificates-product .certificate-item {
        width: 33.3333%;
        padding: 40px
    }
    .product-section .tab-container .scroll-mobile {
        overflow-x: hidden;
        margin: 0 -60px;
        padding-left: 60px;
        padding-right: 60px
    }
    .product-section .tab-container .nav-tabs {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 775px
    }
    .product-section .tab-container .nav-tabs .nav-item {
        margin-right: 30px
    }
    .product-section .tab-container .title {
        margin-bottom: 25px
    }
    .product-section .tab-content {
        padding-top: 35px
    }
    .product-section .media-product {
        width: 100%;
        margin-bottom: 25px
    }
    .product-section .main-info-product {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .product-section .main-info-product .label-list,
    .product-section .main-info-product .price-block {
        margin: 0;
        width: 48%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
    .product-section .main-info-product .price-block {
        text-align: right
    }
    .product-section .main-info-product form {
        margin-top: 25px;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    .product-section .main-info-product .info-row {
        width: 100%
    }
    .product-section .tab-product-row+.tab-product-row {
        padding-top: 0
    }
    .product-section .tab-product-row+.tab-product-row:before {
        content: none
    }
    .product-section .left-product-info {
        width: 100%;
        margin-bottom: 70px
    }
    .product-section .right-product-info {
        width: 100%
    }
    .product-carousel-section .product-card {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .title-block .subtitle-product {
        font-size: 19px
    }
    .video-section.video-page .title-block .subtitle-product {
        margin-bottom: 25px
    }
    .video-section.video-page a {
        margin-left: -30px !important;
        margin-right: -30px !important;
        position: relative;
        width: 100vw
    }
    .video-section.video-page .cursor-play {
        top: -webkit-calc(50% + 25px) !important;
        top: calc(50% + 25px) !important
    }
    .product-carousel-section {
        margin-bottom: 40px;
        margin-top: 50px
    }
    .product-carousel-section .product-carousel {
        margin-left: -30px;
        margin-right: -30px;
        margin-top: 0
    }
    .product-carousel-section .product-card {
        width: 100%;
        padding: 30px
    }
    .product-carousel-section .title-block {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .product-carousel-section .title-block .subtitle-product {
        margin-bottom: 30px
    }
    .product-carousel-section .title-block .btn-block {
        position: relative;
        right: -30px
    }
    .product-carousel-section .title-block .btn-block .btn-carousel {
        border: 0
    }
    .product-carousel-section .btn-block .btn-carousel {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        display: inline-block;
        border-top: 0;
        border-bottom: 0;
        border-left: 1px solid #d7d7d7;
        padding: 16px 23px;
        text-align: center;
        border-color: #d7d7d7 !important;
        width: auto;
        height: auto
    }
    .product-section .main-info-product .label-list,
    .section-group section {
        width: 100%
    }
    .product-carousel-section .btn-block .btn-carousel svg {
        max-width: 17px
    }
    .certificates-product .btn-block .btn-carousel.swiper-button-disabled path,
    .product-carousel-section .btn-block .btn-carousel.swiper-button-disabled path {
        stroke: #d7d7d7 !important
    }
    .certificates-product .btn-block .btn-carousel path,
    .product-carousel-section .btn-block .btn-carousel path {
        stroke: #1f2020 !important
    }
    .section-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .product-section .left-product-info .certificates-product,
    .product-section .main-info-product form .btn-block .btn-icon svg,
    .product-section .media-product .gallery-thumbs .gallery-nav:nth-child(n+3),
    .product-section .media-product .gallery-top .gallery-photo:nth-child(n+5) {
        display: none
    }
    .section-group .product-carousel-section {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .section-group .seo-section {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .product-section .tab-row {
        padding-bottom: 0
    }
    .product-section .table-block {
        margin-top: 20px
    }
    .product-section .table-block .title {
        margin-bottom: 15px;
        font-size: 14px
    }
    .product-section .table-block .table-default td {
        padding: 12px;
        font-size: 14px
    }
    .product-section .tab-content {
        padding-top: 30px
    }
    .product-section .tab-container .title {
        font-size: 19px;
        margin-bottom: 20px;
        font-weight: 600
    }
    .product-section .tab-container .scroll-mobile {
        margin: 0 -30px;
        padding-left: 30px;
        padding-right: 30px
    }
    .product-section .media-product .gallery-top .gallery-photo img {
        height: 250px
    }
    .product-section .main-info-product .price-block {
        width: 100%;
        margin-top: 15px;
        text-align: left
    }
    .product-section .main-info-product form {
        margin-top: 10px
    }
    .product-section .main-info-product form .btn-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .product-section .main-info-product form .btn-block label {
        top: 5px
    }
    .product-section .main-info-product form .btn-block .btn-row {
        width: 38%
    }
    .product-section .main-info-product form .btn-block .btn {
        font-size: 14px;
        padding: 12px 10px
    }
    .product-section .main-info-product form .btn-block .btn-icon {
        width: 55%;
        max-width: 55%;
        min-width: 55%
    }
    .product-section .main-info-product form .btn-block .btn-big {
        margin-top: 20px
    }
    .product-section .main-info-product .info-row {
        padding-left: 0;
        padding-right: 0;
        background: 0 0;
        position: relative;
        z-index: 1
    }
    .product-section .main-info-product .info-row div {
        width: 47%
    }
    .product-section .main-info-product .info-row:before {
        content: '';
        position: absolute;
        top: 0;
        left: -30px;
        width: 100vw;
        height: 100%;
        background: #f9f9f9;
        z-index: -1
    }
    .product-section .left-product-info .table-block .title,
    .reviews-product-section .reviews-body .comment-list .ticket-comment .ticket-comment-header .ticket-comment-author {
        font-size: 14px
    }
    .product-section .tab-product-row {
        margin-bottom: 40px
    }
    .product-section .right-product-info .tab-link {
        margin-top: 0
    }
    .reviews-product-section .reviews-body .comment-list .ticket-comment {
        padding-bottom: 25px;
        margin-bottom: 35px
    }
    .product-section .main-info-product .info-row .info-list li,
    .reviews-product-section .reviews-body .comment-list .ticket-comment .ticket-comment-header .ticket-comment-createdon,
    .reviews-product-section .reviews-body .comment-list .ticket-comment .ticket-comment-text {
        font-size: 12px
    }
    .reviews-product-section .reviews-body,
    .reviews-product-section .reviews-body .comment-list .ticket-comment .comment-reply {
        margin-bottom: 20px
    }
    .reviews-product-section .reviews-body .comment-list .ticket-comment .comment-reply .reply {
        font-size: 13px;
        font-weight: 600
    }
    .reviews-product-section .reviews-body .comment-list .ticket-comment .comments-list {
        padding-left: 25px;
        padding-top: 25px
    }
    .reviews-product-section .reviews-body .comment-list .ticket-comment .comments-list:before {
        width: 100%;
        border: 0;
        border-top: 1px solid #e5e5e5
    }
    .reviews-product-section .reviews-body .comment-list .ticket-comment .comments-list .ticket-comment {
        padding: 20px 20px 0
    }
    .reviews-product-section .title-right {
        display: inline-block
    }
    .reviews-product-section .title-right .btn-block .btn-default {
        font-size: 15px;
        min-width: 160px;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .reviews-product-section .title-row {
        margin-bottom: 35px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .certificates-product {
        position: relative
    }
    .certificates-product:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -30px;
        width: 100vw;
        height: 100%;
        border-bottom: 1px solid #d7d7d7
    }
    .certificates-product .certificates-row {
        display: none
    }
    .certificates-product .certificates-content {
        height: 100%;
        position: relative;
        z-index: 0;
        width: 100vw;
        left: -30px;
        margin-top: 30px
    }
    .certificates-product .certificate-item {
        width: 50vw;
        padding: 60px 0;
        border-bottom: 1px solid #d7d7d7
    }
    .certificates-product .certificate-item a {
        text-align: center;
        width: 100%
    }
    .certificates-product .certificate-item a img {
        max-width: 98px;
        margin: 0 auto
    }
    .certificates-product .btn-block {
        position: relative;
        bottom: 0;
        top: auto;
        height: auto;
        margin-left: auto;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 129px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .certificates-product .btn-block .btn-carousel {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        display: inline-block;
        border-top: 0;
        border-bottom: 0;
        border-left: 1px solid #d7d7d7;
        padding: 16px 23px;
        text-align: center;
        border-color: #d7d7d7 !important
    }
}

.cart-section .cart-row,
.cart-section .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

#msCart.order-send {
    margin: 0 auto
}

.cart-section {
    padding-top: 20px;
    padding-bottom: 100px
}

.cart-section .cart-row {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart-section .left-cart {
    width: -webkit-calc(100% - 545px - 30px);
    width: calc(100% - 545px - 30px);
    padding: 60px;
    background: #fff
}

.cart-section .left-cart .btn-block {
    display: none
}

.cart-section .left-cart .btn-block .btn-big {
    min-width: 100%;
    max-width: 100%;
    width: 100%
}

.cart-section .right-cart {
    width: 545px;
    padding: 60px;
    background: #fff
}

.cart-section .input-group .input-block input,
.cart-section .right-cart.empty-cart {
    width: 100%
}

.cart-section .title-cart {
    color: #202020;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 25px
}

.cart-section .step-cart {
    margin-bottom: 60px
}

.cart-section .step-cart:nth-child(1) {
    margin-bottom: 35px
}

.cart-section .input-group .input-block,
.cart-section .input-group .select-group {
    width: 100%;
    max-width: 345px;
    margin-bottom: 25px
}

.cart-section #msOrder {
    margin-top: 0 !important
}

.cart-section .cart-body .media .header-block,
.cart-section .input-group {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart-section .input-group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart-section .cart-body .input-block {
    margin-bottom: 0
}

.cart-section .cart-body .media img {
    max-width: 142px;
    height: 98px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px
}

.cart-section .cart-body .media .header-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-bottom: 3px
}

.cart-section .cart-body .media .header-block .title-product {
    margin: 0
}

.cart-section .cart-body .media .header-block .price-product {
    font-size: 15px;
    color: #141316;
    margin: 0;
    position: relative;
    top: -1px
}

.cart-section .cart-body .media .count-title-product {
    font-size: 14px;
    color: #7a7a7a;
    margin-bottom: 10px
}

.cart-section .cart-body .media .btn-trash {
    padding: 0;
    position: relative;
    top: -2px
}

.cart-section .cart-body .media .btn-trash:active,
.cart-section .cart-body .media .btn-trash:focus {
    outline: 0;
    outline-offset: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cart-section .cart-body .media .btn-trash img {
    max-width: 20px;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .3
}

.cart-section .cart-body .media .count-mini-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-section .cart-body .media .btn-block {
    width: auto;
    min-width: 112px;
    margin-right: 15px
}

.cart-section .cart-body .media .btn-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 112px
}

.cart-section .cart-body .media .btn-row .btn-count {
    max-width: 26px;
    min-width: 26px;
    height: 26px
}

.cart-section .cart-body .media .input-group {
    width: auto
}

.cart-section .cart-body .media .input-group input {
    padding: 10px;
    height: 42px;
    width: 42px;
    text-align: center
}

.cart-section .cart-body .media+.media {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #c4c4c4
}

.cart-section .policy-description {
    color: #7a7a7a;
    font-size: 13px;
    max-width: 315px;
    margin-top: 15px
}

.cart-section .cart-body .media .btn-trash img,
.cart-section .policy-description a,
.cart-section .right-cart .cart-edit-link:before {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.cart-section .policy-description a {
    color: #7a7a7a;
    font-size: 13px
}

.cart-section .right-cart .title-cart {
    font-size: 17px;
    color: #202020;
    font-weight: 600;
    margin: 0
}

.cart-section .right-cart .title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 30px
}

.cart-section .right-cart .cart-order {
    margin-top: 30px
}

.cart-section .right-cart .cart-order .info-price {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9
}

.cart-section .right-cart .cart-order .info-price li,
.cart-section .right-cart .cart-order .total-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #141316;
    font-size: 15px;
    margin-bottom: 10px
}

.cart-section .right-cart .cart-order .info-price li span,
.cart-section .right-cart .cart-order .total-block span {
    margin-left: auto
}

.cart-section .right-cart .cart-order .info-price li span+span,
.cart-section .right-cart .cart-order .total-block span+span {
    margin-left: 3px
}

.cart-section .right-cart .cart-order .total-block {
    font-size: 19px;
    margin-bottom: 30px
}

.cart-section .right-cart .cart-order .btn-block .btn-big {
    min-width: 100%;
    max-width: 100%;
    width: 100%
}

.cart-section .right-cart .cart-edit-link {
    color: #828282;
    font-size: 13px;
    position: relative
}

.cart-section .right-cart .cart-edit-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: .05rem;
    background: #828282
}

.cart-section .right-cart .cart-edit-link:hover:before {
    width: 0;
    left: 0
}

@media only screen and (max-width:1200px) {
    .cart-section .right-cart {
        width: 510px;
        padding: 35px
    }
    .cart-section .left-cart {
        width: -webkit-calc(100% - 510px - 30px);
        width: calc(100% - 510px - 30px);
        padding: 35px
    }
}

@media only screen and (max-width:991px) {
    body.cart-body {
        background: #fff
    }
    .cart-section .radio-group .radio label {
        font-size: 14px
    }
    .cart-section .title-block .title {
        font-size: 25px
    }
    .cart-section .right-cart {
        width: 100%;
        padding: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 45px
    }
    .cart-section .right-cart .btn-block {
        display: none
    }
    .cart-section .cart-body .btn-block,
    .cart-section .left-cart .btn-block {
        display: block
    }
    .cart-section .right-cart .title-block {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
    .cart-section .right-cart .title-cart {
        font-size: 14px
    }
    .cart-section .cart-body .media .count-title-product,
    .cart-section .right-cart .cart-edit-link {
        font-size: 12px
    }
    .cart-section .left-cart {
        width: 100%;
        padding: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .cart-section .policy-description {
        text-align: center;
        max-width: 100%
    }
    .cart-section .cart-body .media img {
        max-width: 94px;
        height: 65px;
        margin-right: 10px
    }
    .cart-section .cart-body .media .header-block .title-product a {
        font-weight: 600;
        font-size: 12px
    }
    .cart-section .cart-body .media .header-block .price-product {
        font-weight: 600;
        font-size: 12px;
        color: #4CAF43
    }
    .cart-section .cart-body .media .input-group input {
        height: 38px;
        width: 38px;
        padding: 5px
    }
    .cart-section .cart-body .media .btn-block {
        min-width: 100px
    }
    .cart-section .cart-body .media .btn-row {
        max-width: 100px
    }
    .cart-section .step-cart {
        padding: 25px 20px;
        border: 1px solid #c4c4c4;
        margin-bottom: 20px
    }
    .cart-section .step-cart:nth-child(1) {
        margin-bottom: 20px
    }
}