/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "UTF-8";
* {
    --dark: #171717;
    --white: #ffffff;
    --green: #007749;
    --green-hover: #005D39;
    --gray: #BDBDBD;
}


/*--------- font-face ---------*/

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Thin.eot");
    src: local("Gilroy Thin"), url("../fonts/Gilroy-Thin.woff") format("woff"), url("../fonts/Gilroy-Thin.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Light.eot");
    src: local("Gilroy Light"), url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GilroyRegular";
    src: url("../fonts/Gilroy-Regular.eot");
    src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Medium.eot");
    src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Semibold.eot");
    src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Bold.eot");
    src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Extrabold.eot");
    src: local("Gilroy Extrabold"), local("Gilroy-Extrabold"), url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff"), url("../fonts/Gilroy-Extrabold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("https://papa-carlo.com.ua/fonts/Gilroy-Black.eot");
    src: local("Gilroy Black"), local("Gilroy-Black"), url("https://papa-carlo.com.ua/fonts/Gilroy-Black.woff2") format("woff2"), url("https://papa-carlo.com.ua/fonts/Gilroy-Black.woff") format("woff"), url("https://papa-carlo.com.ua/fonts/Gilroy-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'fontello';
    src: url("../fonts/fontello.eot");
    src: url("../fonts/fontello.eot") format("embedded-opentype"), url("../fonts/fontello.woff2") format("woff2"), url("../fonts/fontello.woff") format("woff"), url("../fonts/fontello.ttf") format("truetype"), url("../fonts/fontello.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

body {
    margin: 0;
    background-color: var(--white);
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    min-width: 320px;
    overflow-x: hidden;
    opacity: 0;
}

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

html,
body {
    height: 100%;
}

audio,
video {
    display: block;
}

section {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    display: block;
    border-style: none;
}

noscript div {
    position: relative;
    top: 0;
    background: #fff;
    z-index: 77777;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    border: 3px solid red;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #707070;
}

noscript div a {
    text-decoration: underline;
    color: blue;
}

input,
textarea,
select {
    vertical-align: middle;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
    width: 100%;
}

input[type="text"],
input[type="file"],
input[type="password"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    resize: none;
    outline: none;
}

input[type="email"] {
    box-shadow: none;
    -webkit-box-shadow: none;
}

input[type="image"] {
    padding: 0;
    border: none;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="submit"],
input[type="button"] {
    cursor: pointer;
}

input[type="submit"]:focus,
input[type="button"]:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

button:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

button {
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

p,
span,
label,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
i,
em {
    max-width: 100%;
    word-wrap: break-word;
    margin: 0;
}

div {
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

iframe {
    border: none;
}

input::-ms-clear {
    display: none;
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

* {
    font-family: 'Gilroy', sans-serif;
/*     -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; */
    scroll-behavior: smooth;
    overflow-anchor: none;
}

body {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

p {
    text-align: justify;
}

a {
    display: inline-block;
}

.loaded .loader {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
}

.select2-container,
.select2-dropdown,
.select2-search,
.select2-results {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.hide {
    display: none;
}

.stop-scroll {
    overflow: hidden;
}

.select2-container--focus {
    outline: none;
}

.selection:focus {
    border: none;
    outline: none;
}

.select2-selection.select2-selection--single {
    outline: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    outline: none;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    width: auto;
    margin: 0 !important;
}

.content-page {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media only screen and (min-width: 1200px) {
    .content-page {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 1400px) {
    .content-page {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 1600px) {
    .content-page {
        padding-top: 30px;
    }
}

.content-page .container {
    margin-top: -10px;
}

@media only screen and (min-width: 768px) {
    .content-page .container {
        margin-top: 0;
    }
}

.def-mb {
    margin-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
    .def-mb {
        margin-bottom: 120px;
    }
}

.main {
    padding-top: 119px;
}

.pages.flex-end.mt {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .main {
        padding-top: 113px;
    }
}

@media only screen and (min-width: 1024px) {
    .main {
        padding-top: 102px;
    }
}

@media only screen and (min-width: 1200px) {
    .main {
        padding-top: 95px;
    }
}

@media only screen and (min-width: 1400px) {
    .main {
        padding-top: 113px;
    }
}

@media only screen and (min-width: 1600px) {
    .main {
        padding-top: 130px;
    }
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
}

.mCSB_scrollTools {
    width: 5px !important;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    background: #e0e0e0 !important;
    width: 1px !important;
}

.mCSB_inside>.mCSB_container {
    margin-right: 3px !important;
}

.mCSB_scrollTools .mCSB_dragger {
    background: #007749 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #007749 !important;
    width: 1px !important;
}

.mCSB_draggerRail {
    background: #e0e0e0 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px !important;
}

img {
    width: auto;
/*     margin-bottom: 10px; */
}

ul {
    list-style: none;
}

::-webkit-scrollbar {
    height: 1px;
    width: 3px;
}

::-webkit-scrollbar-track {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    height: auto;
    background: var(--green);
    width: 3px;
}

::-moz-scrollbar {
    height: 1px;
    width: 3px;
}

::-moz-scrollbar-track {
    background-color: #ffffff;
}

::-moz-scrollbar-thumb {
    height: auto;
    background: var(--green);
    width: 3px;
}

::-ms-scrollbar {
    height: 1px;
    width: 3px;
}

::-ms-scrollbar-track {
    background-color: #ffffff;
}

::-ms-scrollbar-thumb {
    height: auto;
    background: var(--green);
    width: 3px;
}

.span-red {
    display: block;
    margin-bottom: 15px;
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {
    .span-red {
        padding: 0;
    }
}

.container {
    padding: 0 15px;
    max-width: 100%;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .container {
        width: 700px;
        padding: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .container {
        width: 950px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1150px;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        width: 1280px;
        padding: 0 8px;
    }
}

p {
    color: var(--dark);
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 125%;
}

@media only screen and (min-width: 1024px) {
    p {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

li,
a {
    color: var(--dark);
}

h1,
.heading1 {
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -1.5px;
    color: var(--white);
}

@media only screen and (min-width: 768px) {
    h1,
    .heading1 {
        font-size: 64px;
    }
}

@media only screen and (min-width: 1200px) {
    h1,
    .heading1 {
        font-size: 100px;
        letter-spacing: -2.5px;
    }
}

table {
    border-collapse: collapse;
    border: 1px solid #000;
    width: 100%;
    margin-bottom: 20px;
}

table tr {
    width: 100%;
}

table td,
table th {
    padding: 10px;
    border-bottom: 1px solid #000;
}

table td:not(:last-of-type),
table th:not(:last-of-type) {
    border-right: 1px solid #000;
}

noscript div {
    padding: 20px;
}

noscript div a {
    padding: 0 10px;
}

.seo-text p {
    font-size: 16px;
    line-height: 145%;
    color: #4f4f4f;
    margin-bottom: 15px;
}

.seo-text ul {
    padding-left: 40px;
    list-style-type: disc;
    font-size: 16px;
    line-height: 145%;
    color: #4f4f4f;
    letter-spacing: 0.3px;
}

button {
    cursor: pointer;
}

h2,
.heading2 {
    font-size: 40px;
    line-height: 110%;
    color: var(--dark);
}

@media only screen and (min-width: 1200px) {
    h2,
    .heading2 {
        font-size: 80px;
    }
}

.heading2Page {
    font-weight: 600;
    color: var(--dark);
    font-size: 30px;
    text-align: center;
    max-width: 980px;
    width: 100%;
    margin: 0 auto 23px;
}

@media only screen and (min-width: 1200px) {
    .heading2Page {
        font-weight: 600;
        color: var(--dark);
        font-size: 32px;
        margin-bottom: 13px;
    }
}

@media only screen and (min-width: 1400px) {
    .heading2Page {
        font-size: 40px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1600px) {
    .heading2Page {
        font-size: 48px;
        margin-bottom: 23px;
    }
}

.heading3 {
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -1px;
    color: var(--dark);
}

@media only screen and (min-width: 1200px) {
    .heading3 {
        font-size: 40px;
    }
}

.heading3bold {
    font-weight: 600;
}

.heading4 {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: var(--white);
}

@media only screen and (min-width: 1200px) {
    .heading4 {
        font-size: 30px;
        line-height: 132%;
    }
}

.heading6 {
    font-weight: 600;
    font-size: 20px;
}

@media only screen and (min-width: 1200px) {
    .heading6 {
        font-size: 40px;
    }
}

h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
    h1 {
        font-size: 48px;
    }
}

h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
    h2 {
        font-size: 40px;
    }
}

h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
    h3 {
        font-size: 32px;
    }
}

h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
    h4 {
        font-size: 24px;
    }
}

h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
    h5 {
        font-size: 20px;
    }
}

h6 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}

@media only screen and (min-width: 1200px) {
    h6 {
        font-size: 16px;
    }
}

.pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .pages {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .pages .load-more {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-height: 48px;
    }
    .pages.flex-end.mt .load-more {
        position: static;
        margin: 0;
    }
    .pages.flex-end {
        justify-content: flex-end;
    }
}

.pages-akcii {
    margin-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
    .pages-akcii {
        margin-bottom: 120px;
    }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 12px;
    right: 20px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}

.select2-selection__arrow {
    position: relative;
}

.select2-selection__arrow:before {
    position: absolute;
    width: 12px;
    height: 8px;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("/assets/images/arr-select.svg") no-repeat;
    background-size: contain;
    content: '';
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.select2-selection__arrow b {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    padding-right: 30px;
}

.select2-results__option {
    padding-left: 16px;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.icon-arrDropdown {
    font-size: 0.5rem;
    width: 1.6em;
}

.icon-arrSlider {
    font-size: 2.2rem;
    width: 4.31818em;
}

.icon-bx-search {
    font-size: 2.4rem;
    width: 1em;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-arrdropdown:before {
    content: '\e800';
}


/* '' */

.icon-arrslider:before {
    content: '\e801';
}


/* '' */

.icon-arrslider2:before {
    content: '\e802';
}


/* '' */

.icon-arr-small:before {
    content: '\e803';
}


/* '' */

.icon-close:before {
    content: '\e804';
}


/* '' */

.icon-facebook:before {
    content: '\e805';
}


/* '' */

.icon-instagram:before {
    content: '\e806';
}


/* '' */

.icon-list:before {
    content: '\e807';
}


/* '' */

.icon-mail:before {
    content: '\e808';
}


/* '' */

.icon-phone:before {
    content: '\e809';
}


/* '' */

.icon-pin:before {
    content: '\e80a';
}


/* '' */

.icon-search:before {
    content: '\e80b';
}


/* '' */

.icon-twitter:before {
    content: '\e80c';
}


/* '' */

.icon-youtube:before {
    content: '\e80d';
}


/* '' */


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.green-button {
    background: var(--green);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 30px;
    color: #fff;
    display: inline-block;
}

@media only screen and (min-width: 1024px) {
    .green-button:hover {
        background: var(--green-hover);
    }
}

.white-button {
    background: var(--white);
    text-align: center;
    padding: 14px 25px;
    border: 2px solid var(--green);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--dark);
    font-weight: 600;
}

@media only screen and (min-width: 1024px) {
    .white-button:hover {
        background: var(--green-hover);
        color: var(--white);
        border: 2px solid var(--green);
    }
    .white-button:focus {
        background: var(--green-hover);
        color: var(--white);
        border: 2px solid var(--green);
    }
}

footer {
    padding-top: 60px;
    position: relative;
    border-top: 1px solid #007749;
}

footer .to-top {
    position: fixed;
    width: 52px;
    height: 52px;
    max-width: 56px;
    display: block;
    border-radius: 50%;
    bottom: 50px;
    right: 5px;
    opacity: 0;
    z-index: 25;
    background: #7FBBA4;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.75);
            box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.75);
}

footer .to-top span {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: var(--green);
    border-radius: 50%;
}

footer .to-top img {
    position: absolute;
    width: 19px;
    height: 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media (min-width: 1024px) {
    footer .to-top:hover span {
        background: var(--green-hover);
    }
    footer .to-top:hover img {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    }
}

@media only screen and (min-width: 768px) {
    footer .to-top {
        right: 5px;
        top: 500px;
    }
}

@media only screen and (min-width: 1024px) {
    footer .to-top {
        top: 550px;
    }
}

@media only screen and (min-width: 1700px) {
    footer .to-top {
        right: 50px;
    }
}

footer .left-column {
    margin-bottom: 50px;
}

footer .logo {
    display: inline-block;
    max-width: 225px;
    width: 100%;
}

footer nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1280px) {
    footer nav {
        padding-top: 8px;
    }
}

footer .footer-nav__li {
    list-style: none;
    list-style-type: none;
    max-width: 270px;
    width: 100%;
    margin: 0 auto 30px;
}

footer .footer-nav__li .li-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--dark);
}

footer .footer-nav__li .mt60 {
    margin-top: 30px;
}

@media only screen and (min-width: 1024px) {
    footer .footer-nav__li .mt60 {
        margin-top: 60px;
    }
}

footer .footer-nav__li li {
    margin-bottom: 14px;
}

footer .footer-nav__li li a {
    font-size: 16px;
    color: #4F4F4F;
}

@media (min-width: 1024px) {
    footer .footer-nav__li li a:hover {
        color: #0F9C66;
    }
}

footer .footer-nav__li li span {
    font-size: 16px;
    color: #0F9C66;
}

@media only screen and (min-width: 1280px) {
    footer .footer-nav__li li span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    footer .footer-nav__li {
        margin: 0 0 30px;
        width: auto;
        padding-right: 5px;
        max-width: 230px;
        width: auto;
    }
    footer .footer-nav__li:not(:last-of-type) {
        margin-right: 20px;
    }
    footer .footer-nav__li li {
        font-size: 14px;
    }
    footer .footer-nav__li .li-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1280px) {
    footer .footer-nav__li:not(:last-of-type) {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    footer .footer-nav__li:not(:last-of-type) {
        margin-right: 42px;
    }
}

footer .bottom-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
}

footer .bottom-footer p {
    color: var(--dark);
    margin-bottom: 15px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

footer .bottom-footer p:last-child {
    margin-bottom: 60px;
}

footer .bottom-footer p a {
    display: inline-block;
    margin-left: 4px;
}

footer .bottom-footer img {
    margin-bottom: 0;
}

footer .bottom-footer .bottom-footer__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 34px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    footer .bottom-footer img {
        max-width: 51px;
    }
    footer .bottom-footer p {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 30px;
    }
    footer .bottom-footer p:last-child {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1024px) {
    footer .bottom-footer {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 88px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    footer .bottom-footer p {
        width: auto;
        margin-bottom: 18px;
    }
    footer .bottom-footer p:last-child {
        margin-bottom: 18px;
    }
    footer .bottom-footer .bottom-footer__logo {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media only screen and (min-width: 1280px) {
    footer {
        padding-top: 98px;
    }
    footer .logo {
        max-width: 150px;
    }
    footer .all-footer {
        padding-left: 8px;
        padding-right: 7px;
    }
    footer .footer-nav__li li a {
        font-size: 14px;
    }
}

.only-decktop {
    display: none;
}

@media only screen and (min-width: 1280px) {
    .only-decktop {
        display: block;
        margin-top: 47px;
    }
    .only-decktop strong {
        font-size: 18px;
        display: block;
        color: var(--dark);
        margin-bottom: 5px;
        font-weight: 700;
    }
    .only-decktop span {
        display: block;
        color: var(--dark);
        margin-bottom: 5px;
    }
}

.only-decktop__social {
    margin-top: 74px;
    padding-left: 5px;
}

.only-decktop__social a {
    display: inline-block;
    margin-right: 15px;
}

.only-decktop__social a i {
    font-size: 16px;
    color: #828282;
}

@media (min-width: 1024px) {
    .only-decktop__social a:hover i {
        color: var(--green);
    }
}

@media only screen and (min-width: 768px) {
    footer .all-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

header {
    left: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.top-header {
    background: #005d39;
    padding: 13px 0;
}

@media only screen and (min-width: 1200px) {
    .top-header {
        padding: 4px 0;
    }
}

@media only screen and (min-width: 1600px) {
    .top-header {
        padding: 13px 0;
    }
}

.top-header__text {
    max-width: 535px;
    width: 100%;
    margin-bottom: 0;
}

.top-header__text img {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .top-header__text {
        font-size: 12px;
        margin-right: 50px;
    }
}

@media only screen and (min-width: 1280px) {
    .top-header__text {
        font-size: 16px;
    }
}

.header__language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.top-header__right-part {
    position: relative;
}

.top-header__right-part .header__select-city {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
    height: 0;
    width: 0;
}

.top-header__right-part .header__language {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
    height: 0;
    width: 0;
}

@media only screen and (min-width: 768px) {
    .top-header__right-part {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .top-header__right-part .header__select-city {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
        height: auto;
        width: auto;
    }
    .top-header__right-part .header__language {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
        height: auto;
        width: auto;
    }
}

.header__you-city {
    font-size: 14px;
    margin-right: 8px;
    color: var(--white);
    white-space: nowrap;
    margin-bottom: 0;
}

.header__select-city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 31px;
}

@media only screen and (min-width: 768px) {
    .header__select-city {
        width: auto;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
        height: auto;
    }
}

.language-button {
    color: var(--white);
    padding: 0 8px 2px;
    font-size: 14px;
    position: relative;
}

.language-button:not(:last-of-type) {
    border-right: 1px solid #fff;
}

.language-button:before {
    width: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    height: 1px;
    background: var(--white);
    position: absolute;
    content: "";
}

.language-button__active:before {
    width: 60%;
}

.select-city {
    border: none;
    color: var(--white);
    font-size: 14px;
    border-bottom: 1px dashed #fff;
}

.bot-header {
    background: var(--white);
}

.all-bot-header {
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) {
    .all-bot-header {
        padding-right: 6px;
    }
}

@media only screen and (min-width: 1200px) {
    .all-bot-header {
        padding: 5px 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1400px) {
    .all-bot-header {
        padding-top: 10px;
        padding-bottom: 0;
        padding-left: 7px;
        padding-right: 6px;
    }
}

@media only screen and (min-width: 1400px) {
    .all-bot-header {
        padding-top: 15px;
        padding-bottom: 0;
        padding-left: 7px;
        padding-right: 6px;
    }
}

.header__logo {
    display: inline-block;
    max-width: 127px;
    width: 100%;
}

.header__logo img {
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .header__logo {
        max-width: 184px;
    }
}

@media only screen and (min-width: 1024px) {
    .header__logo {
        max-width: 125px;
    }
}

@media only screen and (min-width: 1200px) {
    .header__logo {
        max-width: 165px;
    }
}

@media only screen and (min-width: 1400px) {
    .header__logo {
        max-width: 184px;
        width: 184px;
        margin-bottom: 20px;
    }
}

.bot-header__right-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (min-width: 1400px) {
    .bot-header__right-part {
        padding-bottom: 13px;
    }
}

.bot-header__where-buy {
    /*background: var(--white);*/
    background: var(--green-hover);
    color: var(--white);
    /*padding: 2px 15px;*/
    padding: 8px 15px;
    border-right: 1px solid #171717;
    margin-right: 20px;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    animation: pulse 1s infinite;
}

@media only screen and (min-width: 1024px) {
    .bot-header__where-buy:hover {
        /*background: var(--green-hover);*/
        /*color: var(--white);*/
        border-color: var(--green);
        background: var(--white);
        color: var(--dark);
    }
    .bot-header__where-buy:focus {
        /*background: var(--green-hover);*/
        /*color: var(--white);*/
        border-color: var(--green);
        background: var(--white);
        color: var(--dark);
    }
}

@media only screen and (min-width: 1200px) {
    .bot-header__where-buy {
        padding: 8px 24px;
        border: 1px solid;
        border-color: var(--green);
    }
    .bot-header__where-buy:hover,
    .bot-header__where-buy:focus {
        border: 1px solid;
        border-color: var(--green);
    }
}

@media only screen and (min-width: 1400px) {
    .bot-header__where-buy {
        margin-right: 30px;
    }
}

.open-burg-menu {
    width: 16px;
    height: 16px;
    display: block;
}

@media only screen and (min-width: 1200px) {
    .open-burg-menu {
        display: none;
    }
}

.image-burg {
    width: 16px;
    height: 16px;
}

.button-search {
    display: none;
}

.button-search .icon-search {
    color: var(--green);
    font-size: 20px;
}

@media only screen and (min-width: 1200px) {
    .button-search {
        display: block;
        width: 24px;
        height: 24px;
    }
}

.header__nav {
    display: none;
}

@media only screen and (min-width: 1200px) {
    .header__nav {
        display: block;
    }
}

.block-search {
    display: none;
}

@media only screen and (min-width: 1280px) {
    .block-search {
        display: block;
        -webkit-transform: translate(150%, 0);
        -ms-transform: translate(150%, 0);
            transform: translate(150%, 0);
        position: absolute;
        background: var(--white);
        left: 0%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        height: 100%;
        padding: 2px 0;
        top: 0;
        bottom: 0px;
        margin: auto;
    }
}

@media only screen and (min-width: 1400px) {
    .block-search {
        bottom: 5px;
    }
}

.burger-menu {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
    position: fixed;
    height: 100vh;
    background: var(--white);
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.burger-menu.opened-menu {
    z-index: 50;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
}

.menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
}

.menu__logo {
    max-width: 130px;
    width: 100%;
    display: inline-block;
}

.menu-top__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu-green {
    background: var(--green);
    padding: 15px 0;
}

.menu-green__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.menu__button-search {
    width: 20px;
    height: 20px;
}

.menu__button-search .icon-search {
    color: var(--white);
}

.menu__button-search svg path {
    fill: var(--white);
}

.menu-green__block-search {
    -webkit-transform: translate(150%, 0);
    -ms-transform: translate(150%, 0);
        transform: translate(150%, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--green);
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu-green__block-search .block-search__button svg {
    width: 15px;
    height: 15px;
}

.input-search {
    background: var(--white);
    border: none;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 2px;
    width: 500px;
    max-width: 100%;
    padding-right: 40px;
    height: 30px;
    padding-left: 15px;
}

@media only screen and (min-width: 1280px) {
    .input-search {
        width: 740px;
        max-width: 100%;
        border: none;
        border-bottom: 1px solid #bdbdbd;
        padding-bottom: 15px;
        padding-top: 10px;
        font-weight: 500;
        font-size: 16px;
    }
}

.block-search__button {
    background: transparent;
    border: none;
    max-width: 15px;
    height: 15px;
    top: 0;
    bottom: 3px;
    margin: auto;
    position: absolute;
    right: 10px;
    padding: 0;
}

.block-search__button .icon-searc {
    font-size: 20px;
}

@media only screen and (min-width: 1280px) {
    .block-search__button {
        border: none;
        background: var(--white);
        margin-left: -25px;
    }
}

.block-search.open-search {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
}

.menu-green__block-search.open-search {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
}

.menu__header-language {
    margin-right: 5px;
}

.lang-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu__select-city {
    margin-right: 20px;
}

.menu__nav .nav__li {
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

.has-dropdown {
    padding-right: 12px;
}

@media only screen and (min-width: 1024px) {
    .nav__li:hover .dropdown_h {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
        z-index: 40;
        display: block;
    }
}

.nav__link {
    font-weight: 300;
    font-size: 16px;
    color: var(--dark);
    position: relative;
    display: inline-block;
    width: 100%;
}

.nav__link .icon-arrdropdown {
    font-size: 6px;
    color: #828282;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    right: 0;
}

.nav__link .icon-arrdropdown:before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (min-width: 1024px) {
    .nav__link:hover {
        color: #005d39;
    }
    .nav__link:hover:before {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    }
}

@media only screen and (min-width: 1200px) {
    .nav__link {
        font-weight: 500;
        color: var(--dark);
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .nav__link:before {
        padding-left: 3px;
    }
    .nav__link:hover .icon-arrdropdown:before {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    }
}

@media only screen and (min-width: 1400px) {
    .nav__link {
        font-size: 16px;
    }
}

.nav__link-bold {
    font-weight: 600;
}

span.nav__link {
    font-weight: 400;
}

.dropdown_h {
    display: none;
}

@media only screen and (min-width: 1200px) {
    .dropdown_h {
        -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 119, 73, 0.25);
                box-shadow: 0px 10px 10px 0px rgba(0, 119, 73, 0.25);
        position: fixed;
        -webkit-transform: translate(-500%, 0);
        -ms-transform: translate(-500%, 0);
            transform: translate(-500%, 0);
        background: #fff;
        opacity: 0;
        top: 62px;
        z-index: -1;
        width: 100%;
        padding: 20px 0 0;
        border-top: 1px solid #bdbdbd;
        left: 0;
    }
}

@media only screen and (min-width: 1400px) {
    .dropdown_h {
        top: 80px;
    }
}

@media only screen and (min-width: 1600px) {
    .dropdown_h {
        top: 90px;
    }
}

.dropdown_h__cont {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 15px;
}

@media only screen and (min-width: 1200px) {
    .dropdown_h__cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.dropdown__li {
    padding: 0 5px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.dropdown__li:before {
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0px;
    content: "";
    background: var(--green);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (min-width: 1024px) {
    .dropdown__li:hover:before {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .dropdown__li {
        max-width: 300px;
        width: auto;
        margin: 0 15px;
        text-align: center;
        padding: 0 5px 30px;
        margin-bottom: 0;
    }
}

span.dropdow__link {
    color: var(--green);
}

.dropdow__link {
    font-size: 16px;
    color: var(--dark);
    display: inline-block;
    line-height: 20px;
}

.dropdow__link img {
    max-width: 160px;
    width: 160px;
    margin: 0 auto 20px;
    max-height: 125px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.dropdow__link span {
    font-weight: 500;
    font-size: 16px;
    color: var(--dark);
}

@media only screen and (min-width: 1200px) {
    .dropdow__link {
        text-align: center;
    }
    .dropdow__link img {
        width: 125px;
    }
}

.show {
    display: block;
}

@media only screen and (min-width: 1200px) {
    .show {
        opacity: 1;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
        z-index: 40;
    }
}

.header__select-dropdown {
    -webkit-transform: translate(-20%, -250%);
    -ms-transform: translate(-20%, -250%);
        transform: translate(-20%, -250%);
    opacity: 0;
    z-index: -1;
    position: absolute;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
}

.header__select-dropdown.header__select-dropdown__open {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    opacity: 1;
    left: 50%;
    right: 0;
    margin: auto;
    z-index: 45;
}

@media only screen and (min-width: 992px) {
    .header__select-dropdown.header__select-dropdown__open {
        -webkit-transform: translate(-20%, 0);
        -ms-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
    }
}

@media only screen and (min-width: 1024px) {
    .header__select-dropdown.header__select-dropdown__open {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    }
}

@media only screen and (min-width: 1200px) {
    .header__select-dropdown.header__select-dropdown__open {
        -webkit-transform: translate(-75%, 0);
        -ms-transform: translate(-75%, 0);
            transform: translate(-75%, 0);
    }
}

.header__select-dropdown {
    position: absolute;
    background: var(--white);
    top: 180%;
    left: 0%;
    padding: 20px;
    z-index: 5;
    max-width: 305px;
    width: 100%;
    min-width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.header__select-dropdown p {
    color: var(--dark);
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 25px;
}

.header__select-dropdown p strong {
    margin-left: 7px;
    margin-right: 7px;
    color: var(--green);
}

.yes-city {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
    line-height: 24px;
}

.change-city {
    font-weight: 600;
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .all-top-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1200px) {
    .header__nav-li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 1200px) {
    .nav-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
    }
}

@media only screen and (min-width: 1200px) {
    .nav__li {
        margin-right: 30px;
        padding: 20px 5px 25px;
        position: relative;
    }
    .nav__li:before {
        width: 0;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0px;
        content: "";
        background: var(--green);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .nav__li:hover:before {
        width: 100%;
    }
    .nav__li:hover .icon-arrdropdown:before {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    }
}

.nav__li-active .icon-arrdropdown {
    -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}

@media only screen and (min-width: 1400px) {
    .nav__li {
        padding: 20px 5px 30px;
        margin-right: 30px;
    }
}

@media only screen and (min-width: 1280px) {
    .nav__li-active:before {
        width: 100%;
    }
}

.breadcrumbs__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 42px;
}

@media only screen and (min-width: 1200px) {
    .breadcrumbs__wrapper {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    .breadcrumbs__wrapper {
        margin-bottom: 42px;
    }
}

.breadcrumbs__item,
.breadcrumbs__link {
    color: var(--dark);
    font-size: 14px;
    letter-spacing: 0.5px;
}

.breadcrumbs__item {
    position: relative;
    padding-right: 20px;
}

.breadcrumbs__item:before {
    content: '-';
    position: absolute;
    font-size: 16px;
    top: 0;
    bottom: 0;
    right: 5px;
}

.breadcrumbs__item:last-of-type {
    color: #828282;
}

.breadcrumbs__item:last-of-type:before {
    content: '';
}

.breadcrumbs__item:last-of-type .breadcrumbs__link {
    color: #828282;
}

.active.breadcrumbs__link {
    color: #828282;
}

.divider {
    margin: 0 9px;
    color: var(--dark);
    font-size: 14px;
}

@media (min-width: 1024px) {
    .breadcrumbs__link:hover {
        color: var(--green);
    }
    a.B_homeCrumb:hover {
        color: #005D39;
    }
    a.B_crumb:hover {
        color: #005D39;
    }
}

.B_currentCrumb {
    margin-left: 10px;
}

a.B_homeCrumb {
    margin: 0 10px;
}

a.B_crumb {
    margin: 0 10px;
}

.social {
    position: absolute;
    top: 320px;
    right: 0;
    z-index: 5;
}

@media only screen and (min-width: 1280px) {
    .social {
        top: 395px;
    }
}

.social__one {
    display: block;
    width: 24px;
    height: 24px;
    background: var(--white);
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social__one .icon-instagram {
    font-size: 16px;
    color: var(--dark);
}

.social__one .icon-facebook {
    font-size: 14px;
}

.social__one .icon-twitter,
.social__one .icon-youtube {
    font-size: 12px;
}

.social__one .icon-youtube {
    margin-left: -4px;
}

@media (min-width: 1024px) {
    .social__one:hover .icon-twitter,
    .social__one:hover .icon-facebook,
    .social__one:hover .icon-youtube,
    .social__one:hover .icon-instagram {
        color: var(--green);
    }
}

@media only screen and (min-width: 1280px) {
    .social__one {
        margin-bottom: 1px;
        width: 40px;
        height: 40px;
    }
    .social__one .icon-instagram {
        font-size: 20px;
        color: var(--dark);
    }
    .social__one .icon-facebook {
        font-size: 18px;
        color: var(--dark);
    }
    .social__one .icon-twitter,
    .social__one .icon-youtube {
        font-size: 16px;
        color: var(--dark);
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pagination li {
    margin: 0 15px;
}

.pagination li.active a {
    color: var(--green);
    font-weight: 600;
}

.pagination li.active span {
    color: var(--green);
    font-weight: 600;
}

.pagination li.prev-page {
    margin-right: 30px;
}

.pagination li.prev-page a img {
    margin: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}

.pagination li.next-page {
    margin-left: 30px;
}

.pagination li.next-page a img {
    margin: 0;
}

.pagination li a {
    font-weight: 600;
    font-size: 16px;
    color: var(--dark);
    display: inline-block;
}

@media (min-width: 1024px) {
    .pagination li:hover a {
        color: var(--green);
    }
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.one-block-photo {
    position: relative;
    width: 100%;
    min-height: 420px;
    overflow: hidden;
}

.one-block-photo .linkVideo {
    background: var(--white);
    position: absolute;
    right: 0;
    bottom: -1px;
    max-width: 410px;
    width: 88%;
    padding: 15px 5px 15px 10px;
    height: 192px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.one-block-photo .linkVideo span {
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #4f4f4f;
    display: block;
}

.one-block-photo .linkVideo .heading6 {
    margin-bottom: 20px;
    color: var(--dark);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-align: left;
    display: flex;
    align-items: center;
}

.one-block-photo .linkVideo .viewVideo {
    background: var(--white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.one-block-photo .linkVideo .viewVideo span {
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
    margin-right: 10px;
    letter-spacing: 1px;
}

@media (min-width: 1024px) {
    .one-block-photo:hover .img-youtube {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
}

@media only screen and (min-width: 768px) {
    .one-block-photo {
        width: 50%;
        max-width: 50%;
        height: 520px;
    }
    .one-block-photo .linkVideo {
        padding-right: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .one-block-photo {
        height: 620px;
    }
    .one-block-photo .linkVideo {
        min-height: 218px;
        height: auto;
        padding-top: 32px;
        padding-left: 64px;
        padding-right: 64px;
    }
}

@media only screen and (min-width: 1400px) {
    .one-block-photo {
        height: 710px;
    }
    .one-block-photo .linkVideo {
        padding-left: 64px;
    }
}

.img-youtube {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    min-height: 420px;
}

@media only screen and (min-width: 1280px) {
    .img-youtube {
        height: 620px;
    }
}

@media only screen and (min-width: 1400px) {
    .img-youtube {
        height: 710px;
    }
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.container {
    position: relative;
}

.banner {
    position: relative;
}

.slider-container {
    position: relative;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: all-scroll;
}

.slider-control {
    z-index: 2;
    top: 0;
    width: 60px;
/*     height: 20px; */
    height: 100%;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
/*     margin-bottom: 5px; */
    margin: auto;
}

.slider-control .icon-arrslider {
    font-size: 14px;
    color: var(--white);
}

@media only screen and (min-width: 1024px) {
    .slider-control {
        width: 94px;
        height: 21px;
    }
    .slider-control .icon-arrslider {
        font-size: 20px;
    }
/*     .slider-control.left {
        margin-bottom: 0px;
    } */
}

.slider-control.inactive .icon-arrslider {
    color: #989490;
}

@media (min-width: 1024px) {
    .slider-control.inactive:hover {
        cursor: auto;
    }
    .slider-control:not(.inactive):hover {
        opacity: 1;
        cursor: pointer;
    }
}

.slider-control.left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
/*     margin-bottom: 2px;
    margin-top: 7px;
    margin-left: 32px; */
    /* margin-bottom: 7px; */
}

.slider-control.right {
/*     margin-bottom: 0; */
/*     margin-left: 32px; */
    /* margin-bottom: 6px; */
}

.slider-pagi {
    position: absolute;
    z-index: 3;
    right: 15px;
    bottom: 25px;
    font-size: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media only screen and (min-width: 1280px) {
    .slider-pagi {
        bottom: 95px;
        right: 7%;
    }
}

@media only screen and (min-width: 1700px) {
    .slider-pagi {
        right: 9%;
    }
}

@media only screen and (min-width: 1800px) {
    .slider-pagi {
        right: 11%;
    }
}

@media only screen and (min-width: 1850px) {
    .slider-pagi {
        right: 13%;
    }
}

.slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.5rem;
    font-size: 16px;
    color: var(--white);
    cursor: pointer;
}

.slider-pagi__elem-0 {
    font-size: 24px;
    position: relative;
    margin-left: 32px;
    line-height: 34px;
}

.slider-pagi__elem-1 {
    margin-right: 32px;
    margin-bottom: 2px;
    line-height: 24px;
}

.slider-pagi__elem-0:before {
    content: '/';
    position: absolute;
    color: var(--white);
    font-size: 18px;
    width: 5px;
/*     height: 15px;
    top: -0;
    bottom: 0;
    margin: auto; */
    left: 130%;
    font-weight: 300;
    margin: 2px auto;
}

@media only screen and (max-width: 1023px) {
        .slider-control {
        width: 60px;
        height: 21px;
    }
    .slider-control.left {
        margin-bottom: 10px;
    }
    .slider-control.right {
        margin-bottom: 3px;
    }
}

.slider {
    z-index: 1;
    position: relative;
    height: 585px;
}

@media only screen and (min-width: 768px) {
    .slider {
        height: 650px;
    }
}

@media only screen and (min-width: 1200px) {
    .slider {
        height: calc(100vh - 110px);
    }
}

@media only screen and (min-width: 1400px) {
    .slider {
        height: calc(100vh - 130px);
    }
}

@media only screen and (min-width: 1600px) {
    .slider {
        height: calc(100vh - 150px);
    }
}

.slider.animating {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}

.slider.animating .slide__bg {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide__description {
    padding-top: 20px;
    max-height: 130px;
    overflow: hidden;
}

.slide.active .slide__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
    left: 5px;
}

.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    will-change: transform;
}

.slide:nth-child(1) {
    left: 0;
}

.slide:nth-child(1) .slide__bg {
    left: 0;
}

.slide:nth-child(2) {
    left: 100%;
}

.slide:nth-child(2) .slide__bg {
    left: -50%;
}

.slide:nth-child(3) {
    left: 200%;
}

.slide:nth-child(3) .slide__bg {
    left: -100%;
}

.slide:nth-child(4) {
    left: 300%;
}

.slide:nth-child(4) .slide__bg {
    left: -150%;
}

.slide:nth-child(5) {
    left: 400%;
}

.slide:nth-child(5) .slide__bg {
    left: -200%;
}

.slide:nth-child(6) {
    left: 500%;
}

.slide:nth-child(6) .slide__bg {
    left: -250%;
}

.slide:nth-child(7) {
    left: 600%;
}

.slide:nth-child(7) .slide__bg {
    left: -300%;
}

.slide:nth-child(8) {
    left: 700%;
}

.slide:nth-child(8) .slide__bg {
    left: -350%;
}

.slide:nth-child(9) {
    left: 800%;
}

.slide:nth-child(9) .slide__bg {
    left: -400%;
}

.slide:nth-child(9) {
    left: 900%;
}

.slide:nth-child(9) .slide__bg {
    left: -450%;
}

.slide__content {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide__text {
    position: absolute;
    top: 15px;
    left: 0;
    color: #fff;
    -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    -o-transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    will-change: transform, opacity;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    opacity: 0;
    max-width: 1200px;
}

.slide__text span {
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.slide__text .heading1 {
    margin-bottom: 10px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (min-width: 1280px) {
    .slide__text .heading1 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1400px) {
    .slide__text .heading1 {
        font-size: 100px;
    }
}

.slide__text .heading4 {
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .slide__text .heading4 {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1024px) {
    .slide__text .heading4 {
        margin-bottom: 20px;
    }
}

.slide__text .green-button {
    display: inline-block;
    padding-top: 16px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.slide__text .green-button .icon-arr-small {
    font-size: 18px;
    margin-left: 10px;
}

@media only screen and (min-width: 768px) {
    .slide__text .green-button {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 1280px) {
    .slide__text .green-button {
        margin-bottom: 50px;
        padding-left: 58px;
        padding-right: 58px;
    }
}

@media only screen and (min-width: 1400px) {
    .slide__text .green-button {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1600px) {
    .slide__text .green-button {
        margin-bottom: 130px;
    }
}

.slide__text p {
    font-size: 14px;
    line-height: 140%;
    color: var(--white);
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .slide__text p {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .slide__text p {
        font-size: 204;
    }
}

@media (max-width: 991px) {
    .slide__text {
        left: 0;
        top: 70px;
        width: 100%;
        height: 20rem;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
        -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        -o-transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        padding: 0 1rem;
    }
    .banner {
        position: relative;
    }
    .banner:after {
        content:"";
        width: 100%;
        display: block;
        padding-top: 39%;
    }
    .banner .slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 1600px) {
    .slide__text {
        top: 98px;
    }
}

@media only screen and (min-width: 1024px) {
    .slide__text span {
        font-size: 16px;
    }
}

.slide__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    min-width: 100%;
    min-height: 100%;
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.swiper-certificate {
    margin-bottom: 60px;
    position: relative;
    padding-top: 40px;
}

.swiper-certificate .swiper-slide {
    max-width: 200px;
    padding: 0 15px;
}

.swiper-certificate .swiper-slide a {
    display: inline-block;
}

.swiper-certificate .swiper-slide a img {
    width: 100%;
    min-height: 100%;
    max-width: 200%;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .swiper-certificate .swiper-slide {
        max-width: 300px;
    }
}

@media only screen and (min-width: 1024px) {
    .swiper-certificate {
        margin-bottom: 120px;
    }
}

.swiper-container-horizontal>.swiper-scrollbar {
    top: 0;
    opacity: 1 !important;
    left: 0;
    height: 1px;
    z-index: 1;
}

.swiper-scrollbar-drag {
    background: #007749;
    height: 2px;
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.global__form {
    background: var(--white);
    padding: 10px 20px 20px;
    max-width: 864px;
    width: 100%;
    margin: 0 auto;
    -webkit-filter: drop-shadow(0px 0px 35px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(0px 0px 35px rgba(0, 0, 0, 0.06));
}

@media only screen and (min-width: 1024px) {
    .global__form {
        padding: 40px 60px 60px;
    }
}

.headin3form {
    color: var(--green);
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
}

.form-deacription {
    max-width: 570px;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
    color: var(--dark);
    font-size: 16px;
    line-height: 140%;
}

@media only screen and (min-width: 1024px) {
    .form-deacription {
        font-size: 18px;
    }
}

.form-part {
    max-width: 356px;
    width: 100%;
    margin: 0 auto;
}

.form-part .select2 {
    max-width: 356px;
    width: 100% !important;
    height: 45px;
    font-size: 14px;
    color: var(--dark);
}

.form-part .select2-selection {
    border-radius: 0;
    border: 1px solid #e0e0e0;
    max-width: 356px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    outline: none;
}

.form-part .select2-selection__rendered {
    height: 46px;
    line-height: 46px;
}

.form-part .select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 356px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding-left: 15px;
}

.form-part .select2-dropdown .select2-dropdown--below {
    max-width: 356px;
}

.form-part .select2-container {
    max-width: 356px;
}

@media only screen and (min-width: 768px) {
    .form-part {
        width: 48%;
        margin: 0;
    }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    bottom: 0;
    margin: auto;
}

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

.select2-dropdown .select2-dropdown--below {
    width: 100% !important;
    background: var(--white);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e0e0e0;
    outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid #e0e0e0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #F2F2F2;
    color: var(--dark);
}

.one-inp {
    margin: 0 auto 20px;
    position: relative;
}

.one-inp label {
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
    color: var(--dark);
    line-height: 16px;
}

.one-inp label span {
    color: red;
    margin-left: 4px;
    font-size: 16px;
}

.one-inp input {
    display: block;
    border: 1px solid #e0e0e0;
    max-width: 356px;
    width: 100%;
    padding: 14px 15px;
    height: 46px;
    padding-right: 45px;
    min-width: 250px;
}

.one-inp textarea {
    resize: none;
    display: block;
    border: 1px solid #e0e0e0;
    max-width: 356px;
    width: 100%;
    padding: 14px 15px;
    height: 128px;
}

.one-inp:before {
    content: attr(data-error);
    font-size: 10px;
    line-height: 130%;
    color: #de3618;
    position: absolute;
    top: 100%;
    left: 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}

.one-inp:after {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 22px;
    height: 22px;
    background: url("/assets/images/error.png") no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    opacity: 0;
    content: '';
    pointer-events: none;
}

.one-area {
    margin-bottom: 44px;
}

.form-send {
    max-width: 356px;
    width: 100%;
    display: block;
    padding: 15px 32px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.one-inp.error input {
    border-color: red;
}

.one-inp.error .select2-selection {
    border-color: red;
}

.one-inp.error:before,
.one-inp.error:after {
    opacity: 1;
}

.one-inp1.error:after {
    right: 45px;
}

@media only screen and (min-width: 768px) {
    .white-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.pop-up {
    max-height: 70vh;
    height: 100%;
    overflow-y: auto;
    display: none;
    max-width: 95vw;
    width: 100%;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .pop-up {
        max-width: 80vw;
    }
}

@media only screen and (min-width: 1280px) {
    .pop-up {
        max-width: 60vw;
    }
}

.pop-up-title {
    text-align: center;
    color: var(--dark);
    margin-bottom: 30px;
    font-weight: 600;
}

.all-city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 /*    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* height: 100%; */
}

.overflow-city {
    max-width: 100%;
    /* overflow-x: auto;
    height: 80%; */
    overflow-x: hidden;
    height: calc(100% - 150px);
}

/* @media only screen and (min-width: 340px) {
    .overflow-city {
        height: 90%;
    }
} */


#popup-contact-us {
    height: auto;
    width: auto;
}

@media only screen and (min-width: 768px) {
    #popup-contact-us {
        width: 100%;
    }
}

@media only screen and (min-width: 900px) {
    #popup-contact-us {
        max-width: 800px;
    }
}

.city__item {
    margin-bottom: 15px;
    font-size: 18px;
    width: 50%;
    padding-right: 15px;
    padding-left: 25px;
    position: relative;
    line-height: 20px;
}

.city__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 20px;
    height: 20px;
    background: url("/assets/images/check-city.png") no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

@media (min-width: 1024px) {
    .city__item a:hover {
        color: var(--green);
    }
}

.city__item a,
.city__item span {
    font-size: 13px;
}

@media only screen and (min-width: 768px) {
    .city__item a,
    .city__item span {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .city__item {
        width: 33.33%;
    }
}

@media only screen and (min-width: 1400px) {
    .city__item {
        line-height: 24px;
        padding-left: 30px;
    }
    .city__item:before {
        width: 24px;
        height: 24px;
    }
    .city__item a,
    .city__item span {
        font-size: 18px;
    }
}

.city__item-active:before {
    opacity: 1;
}

.city__item-active a,
.city__item-active span {
    color: var(--green);
}

.fancybox-content {
    padding: 20px;
}

@media only screen and (min-width: 768px) {
    .fancybox-content {
        padding: 30px;
    }
}

.fancybox-slide--html .fancybox-close-small {
    padding: 3px;
    height: 20px;
    width: 20px;
}

@media only screen and (min-width: 768px) {
    .fancybox-slide--html .fancybox-close-small {
        padding: 5px;
        width: 30px;
        height: 30px;
    }
}

.back-dark {
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transform: translate(0, -1000%);
    -ms-transform: translate(0, -1000%);
        transform: translate(0, -1000%);
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.open-back-dark {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    z-index: 49;
    opacity: 1;
}

.pop-up__thank {
    max-width: 450px;
    width: 100%;
    height: auto;
}

.pop-description {
    color: var(--dark);
    font-size: 16px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .pop-description {
        font-size: 20px;
    }
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.product-item {
    max-width: 234px;
    width: 49%;
    padding: 0 5px;
    margin: 0 1px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 25px 3px;
    display: block;
    position: relative;
}

@media (min-width: 1024px) {
    .product-item:hover {
        -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.06);
                box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.06);
    }
}

@media only screen and (min-width: 425px) {
    .product-item {
        margin: 0 5px 60px;
        width: 47%;
    }
}

@media only screen and (min-width: 615px) {
    .product-item {
        margin: 0 37px 60px;
    }
}

@media only screen and (min-width: 768px) {
    .product-item {
        margin: 0 auto 60px;
        width: 100%;
        padding: 25px;
    }
}

@media only screen and (min-width: 1280px) {
    .product-item {
        width: 100%;
        max-width: 235px;
    }
}

.tags {
    position: absolute;
    top: 35px;
    left: 0px;
    z-index: 2;
}

@media only screen and (min-width: 1024px) {
    .tags {
        left: 25px;
    }
}

.tag {
    min-width: 60px;
    font-weight: 500;
    font-size: 10px;
    color: var(--white);
    margin-bottom: 5px;
    text-align: center;
    padding: 6px 5px;
}

.tag-green {
    background: #0F9C66;
}

.tag-orange {
    background: #FF7400;
}

.product-item__img {
    display: inline-block;
    max-height: 300px;
    height: 300px;
    margin-bottom: 20px;
}

.product-item__img img {
    max-height: 100%;
}

.product-item__title {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: var(--dark);
    margin-bottom: 5px;
}

@media (min-width: 1024px) {
    .product-item__title:hover {
        color: var(--green);
    }
}

.product-item__material {
    font-size: 14px;
    color: #4F4F4F;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.product-item__price {
    display: inline-block;
    color: var(--green);
    font-weight: 600;
    font-size: 20px;
    width: 100%;
}

.loader {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 100vh;
    width: 100vw;
    position: fixed;
    overflow: hidden;
    border: 2px solid #ffffff;
    z-index: 9999;
    top: 0;
    left: 0;
    background: var(--white);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.loader-container {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.ball {
    position: absolute;
}

.default .ball {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    width: 15%;
    height: 50%;
    background-color: transparent;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
        transform-origin: bottom center;
    overflow: visible;
}

.loader ::before,
.loader ::after {
    position: absolute;
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.default .ball:nth-of-type(2) {
    -webkit-transform: translate(-50%, 0) rotate(30deg);
    -ms-transform: translate(-50%, 0) rotate(30deg);
        transform: translate(-50%, 0) rotate(30deg);
}

.default .ball:nth-of-type(3) {
    -webkit-transform: translate(-50%, 0) rotate(60deg);
    -ms-transform: translate(-50%, 0) rotate(60deg);
        transform: translate(-50%, 0) rotate(60deg);
}

.default .ball:nth-of-type(4) {
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
        transform: translate(-50%, 0) rotate(90deg);
}

.default .ball:nth-of-type(5) {
    -webkit-transform: translate(-50%, 0) rotate(120deg);
    -ms-transform: translate(-50%, 0) rotate(120deg);
        transform: translate(-50%, 0) rotate(120deg);
}

.default .ball:nth-of-type(6) {
    -webkit-transform: translate(-50%, 0) rotate(150deg);
    -ms-transform: translate(-50%, 0) rotate(150deg);
        transform: translate(-50%, 0) rotate(150deg);
}

.default .ball:nth-of-type(7) {
    -webkit-transform: translate(-50%, 0) rotate(180deg);
    -ms-transform: translate(-50%, 0) rotate(180deg);
        transform: translate(-50%, 0) rotate(180deg);
}

.default .ball:nth-of-type(8) {
    -webkit-transform: translate(-50%, 0) rotate(210deg);
    -ms-transform: translate(-50%, 0) rotate(210deg);
        transform: translate(-50%, 0) rotate(210deg);
}

.default .ball:nth-of-type(9) {
    -webkit-transform: translate(-50%, 0) rotate(240deg);
    -ms-transform: translate(-50%, 0) rotate(240deg);
        transform: translate(-50%, 0) rotate(240deg);
}

.default .ball:nth-of-type(10) {
    -webkit-transform: translate(-50%, 0) rotate(270deg);
    -ms-transform: translate(-50%, 0) rotate(270deg);
        transform: translate(-50%, 0) rotate(270deg);
}

.default .ball:nth-of-type(11) {
    -webkit-transform: translate(-50%, 0) rotate(300deg);
    -ms-transform: translate(-50%, 0) rotate(300deg);
        transform: translate(-50%, 0) rotate(300deg);
}

.default .ball:nth-of-type(12) {
    -webkit-transform: translate(-50%, 0) rotate(330deg);
    -ms-transform: translate(-50%, 0) rotate(330deg);
        transform: translate(-50%, 0) rotate(330deg);
}

.default-01 .ball::before {
    top: 0;
    left: 0;
    width: 80%;
    padding-bottom: 80%;
    border-radius: 50%;
    background-color: rgba(0, 119, 73, 0.4);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: default1 1.2s infinite linear;
    animation: default1 1.2s infinite linear;
    content: '';
}

.default-01 .ball:nth-of-type(2)::before {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.default-01 .ball:nth-of-type(3)::before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.default-01 .ball:nth-of-type(4)::before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.default-01 .ball:nth-of-type(5)::before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.default-01 .ball:nth-of-type(6)::before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.default-01 .ball:nth-of-type(7)::before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.default-01 .ball:nth-of-type(8)::before {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.default-01 .ball:nth-of-type(9)::before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.default-01 .ball:nth-of-type(10)::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.default-01 .ball:nth-of-type(11)::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.default-01 .ball:nth-of-type(12)::before {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@-webkit-keyframes default1 {
    33% {
        -webkit-transform: scale(1.6) translateZ(0);
        transform: scale(1.6) translateZ(0);
        background-color: var(--green);
    }
    66% {
        -webkit-transform: scale(1, 1) translateZ(0);
        transform: scale(1, 1) translateZ(0);
        background-color: rgba(0, 119, 73, 0.7);
    }
    100% {
        -webkit-transform: scale(1, 1) translateZ(0);
        transform: scale(1, 1) translateZ(0);
        background-color: rgba(0, 119, 73, 0.4);
    }
}

@keyframes default1 {
    33% {
        -webkit-transform: scale(1.6) translateZ(0);
        transform: scale(1.6) translateZ(0);
        background-color: var(--green);
    }
    66% {
        -webkit-transform: scale(1, 1) translateZ(0);
        transform: scale(1, 1) translateZ(0);
        background-color: rgba(0, 119, 73, 0.7);
    }
    100% {
        -webkit-transform: scale(1, 1) translateZ(0);
        transform: scale(1, 1) translateZ(0);
        background-color: rgba(0, 119, 73, 0.4);
    }
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

main {
    position: relative;
}

.banner {
    position: relative;
    margin-bottom: 60px;
}

@media only screen and (min-width: 1280px) {
    .banner {
        margin-bottom: 120px;
    }
}

.advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.advantages__one {
    padding-top: 55px;
    position: relative;
    max-width: 400px;
    width: 100%;
    padding-right: 15px;
    margin-bottom: 20px;
    padding-left: 50px;
}

.advantages__one p {
    color: var(--dark);
    font-weight: 600;
    margin-bottom: 10px;
}

.advantages__one span {
    font-size: 16px;
    line-height: 145%;
    color: var(--dark);
}

.advantages__one img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: inline-block;
    max-width: 120px;
    max-height: 120px;
    z-index: -1;
}

@media only screen and (min-width: 1200px) {
    .advantages__one {
        width: 49%;
        padding-top: 100px;
        padding-left: 0;
        margin-bottom: 80px;
    }
    .advantages__one img {
        max-width: 164px;
        max-height: 164px;
    }
}

@media only screen and (min-width: 1280px) {
    .advantages {
        margin-bottom: 40px;
    }
    .advantages__one {
        width: 33%;
    }
}

.info-block {
    background-color: var(--green);
    margin-bottom: 65px;
}

.info-block .list {
    padding: 64px 0 90px;
    position: relative;
}

.info-block .list:before {
    right: 0;
    bottom: 0;
    position: absolute;
    background: url("/assets/images/Intersect.png") no-repeat;
    background-size: contain;
    background-position: 50% 100%;
    height: 50px;
    width: 46px;
    content: "";
}

.info-block .list li {
    padding-left: 60px;
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--white);
    list-style: none;
    list-style-type: none;
    position: relative;
    font-weight: 200;
}

.info-block .list li span {
    font-weight: 800;
}

.info-block .list li:before {
    position: absolute;
    left: 0;
    top: 13px;
    width: 47px;
    height: 1px;
    background: var(--white);
    content: "";
}

@media only screen and (min-width: 1200px) {
    .info-block .list {
        padding: 40px 0;
    }
}

@media only screen and (min-width: 1280px) {
    .info-block {
        margin-bottom: 120px;
    }
    .info-block .list {
        padding-left: 100px;
    }
    .info-block .list ul li {
        font-size: 32px;
    }
}

.how-work .heading2 {
    text-align: center;
    margin-bottom: 50px;
}

.how-work .how-work__all {
    position: relative;
}

.how-work .how-work__all .left-line {
    position: absolute;
    top: 0;
    left: 15px;
    height: 95%;
    width: 1px;
    background-color: #e0e0e0;
}

.how-work .how-work__all .left-line .green-line {
    position: absolute;
    top: 0;
    height: 0px;
    width: 2px;
    left: 0;
    background: var(--green);
}

.how-work .how-work__all .left-line .circle {
    position: absolute;
    left: -16px;
    right: 0;
    margin: auto;
    background: var(--white);
    border: 1px solid #BDBDBD;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.how-work .how-work__all .left-line .circle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 2px;
    opacity: 0;
    right: 0;
    bottom: 2px;
    margin: auto;
    width: 9px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.how-work .how-work__all .left-line .green-circle {
    background: var(--green);
}

.how-work .how-work__all .left-line .green-circle:before {
    opacity: 1;
}

.how-work .how-work__all .left-line .circle1 {
    top: 0;
}

.how-work .how-work__all .left-line .circle2 {
    top: 30%;
}

.how-work .how-work__all .left-line .circle3 {
    top: 61%;
}

.how-work .how-work__all .left-line .circle4 {
    top: 93%;
}

.how-work .how-work__all .how__one {
    padding-left: 65px;
}

.how-work .how-work__all .how__one:not(last-of-type) {
    margin-bottom: 45px;
}

.how-work .how-work__all .how__one .how__title {
    font-weight: 600;
    font-size: 18px;
    color: var(--dark);
}

.how-work .how-work__all .how__one a {
    display: inline-block;
    margin-top: 5px;
    font-weight: 500;
    font-size: 12px;
    color: var(--dark);
    border-bottom: 1px solid var(--dark);
}

@media only screen and (min-width: 1200px) {
    .how-work .how-work__all .how__one a:hover {
        border-bottom: 1px dashed var(--dark);
    }
    .how-work .how-work__all .left-line {
        right: 0;
        margin: auto;
    }
    .how-work .how-work__all .how__one {
        max-width: 425px;
        width: 48%;
    }
    .how-work .how-work__all .how__one:not(last-of-type) {
        margin-bottom: 75px;
    }
    .how-work .how-work__all .how__one:nth-child(odd) {
        margin-left: 52%;
        padding-left: 20px;
    }
    .how-work .how-work__all .how__one:nth-child(even) {
        padding-right: 10px;
        padding-left: 0;
        text-align: right;
    }
}

@media only screen and (min-width: 1280px) {
    .how-work .heading2 {
        margin-bottom: 120px;
    }
    .how-work .how-work__all .how__one:nth-child(even) {
        margin-left: 120px;
    }
    .how-work .how-work__all .how__one .how__title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1400px) {
    .how-work .how-work__all .how__one:nth-child(even) {
        margin-left: 190px;
    }
}

.blocks-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media only screen and (min-width: 1200px) {
    .blocks-photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.text-block {
    margin-bottom: 120px;
    margin-top: 60px;
}

.text-block .heading3 {
    font-weight: 600;
    margin-bottom: 30px;
}

.text-block__scroll {
    max-height: 180px;
}

.text-block__scroll p {
    padding-right: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}

.text-block__scroll ul {
    margin-bottom: 20px;
    padding-right: 20px;
    margin-top: 40px;
}

.text-block__scroll ol {
    margin-bottom: 20px;
    padding-right: 20px;
    margin-top: 40px;
    list-style: decimal;
    padding-left: 40px;
}

.text-block__scroll ol::marker {
    color: var(--green);
}

@media only screen and (min-width: 1280px) {
    .text-block {
        margin-top: 120px;
    }
    .text-block__scroll p {
        padding-right: 100px;
    }
    .text-block__scroll ul {
        padding-right: 100px;
    }
}

.black-text {
    font-size: 16px;
    line-height: 145%;
    color: #4f4f4f;
}

.list-disc {
    padding-left: 40px;
    list-style-type: disc;
    font-size: 16px;
    line-height: 145%;
    color: #4f4f4f;
    letter-spacing: 0.3px;
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.title-category {
    color: var(--white);
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

@media only screen and (min-width: 1280px) {
    .title-category {
        font-size: 32px;
    }
}

.category__tabs {
    max-width: 400px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .category__tabs {
        margin-right: 25px;
        max-width: 225px;
    }
}

.category__tab-item {
    padding: 20px 10px 20px 10px;
    border-bottom: 1px solid #E0E0E0;
}

.category__tab-item .icon-arrdropdown {
    font-size: 8px;
    /* padding-left: 3px; */
    position: relative;
    top: -3px;
    left: 0;
    width: 8px;
    height: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--dark);
    cursor: pointer;
    display: inline-block;
    margin-right: 17px;
}

.category__tab-item .icon-arrdropdown:before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.category__tab-item .icon-arrdropdown {
    -webkit-transform: rotate(-0);
    -ms-transform: rotate(-0);
        transform: rotate(-0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    left: -2px;
}

.category__tab-item__open .icon-arrdropdown {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    left: -2px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.category__tab-list {
    /* display: none; */
    margin-top: 20px;
    padding-left: 25px;
}

.category__tab-li {
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: var(--dark);
    cursor: pointer;
}

.category__tab-li span {
    font-size: 15px;
}

.category__tab-title {
    font-size: 18px;
    color: var(--dark);
    cursor: pointer;
    /* padding-left: 25px; */
    position: relative;
    /* padding-left: 7px; */
}

.category__tab-title .icon-arrdropdown {
    font-size: 8px;
    padding-left: 3px;
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--dark);
}

.category__tab-title .icon-arrdropdown:before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.category__tab-item__open .category__tab-title .icon-arrdropdown {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    left: 6px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}



/* .category__tab-item__open .category__tab-list {
    display: block;
} */

.category__tab-item__open .category__tab-title {
    color: var(--green);
}

.category-descr {
    padding: 25px 35px;
}

.category__block-item {
    height: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
}

.category__block-item__active {
    height: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}

.category__block {
    max-width: 530px;
    width: 100%;
    padding: 10px;
    background: var(--white);
}

@media only screen and (min-width: 1024px) {
    .category__block {
        margin-left: -150px;
        margin-top: 40px;
        padding: 40px;
    }
}

@media only screen and (min-width: 1280px) {
    .category__block {
        margin-left: -90px;
    }
}

.category__blocks {
    max-width: 940px;
    width: 100%;
}

.coll {
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #4F4F4F;
    display: block;
    margin-bottom: 10px;
}

.category__block-title {
    font-weight: 600;
    font-size: 24px;
    color: var(--dark);
    margin-bottom: 20px;
    text-align: left;
}

@media only screen and (min-width: 1280px) {
    .category__block-title {
        font-size: 32px;
    }
}

.category__block-description {
    font-size: 16px;
    line-height: 145%;
    color: var(--dark);
    margin-bottom: 20px;
}

.category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
    .category {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.category__block-link {
    display: inline-block;
    max-width: 505px;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .category__block-link {
        width: 70%;
    }
}

@media only screen and (min-width: 1400px) {
    .category__block-link {
        width: 100%;
    }
}

.category__block-button {
    display: inline-block;
    margin-top: 20px;
}

.category__block-mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category__block-mini__img {
    max-width: 115px;
    width: auto;
    margin: 0;
    margin-right: 8px;
    height: 26px;
}

.category__block-mini__item-gray {
    text-align: center;
    background: #E0E0E0;
    padding: 5px 8px;
}

.category__block-collection {
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.category__block-collection:not(:last-of-type) {
    border-bottom: 1px solid #E0E0E0;
}

.category__block-collection:last-of-type {
    margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
    .category__block-collection {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .category__block-collection:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .category__block-collection:nth-child(even) .category__block {
        margin-left: 0;
        margin-right: -90px;
    }
    .category__block-collection:last-of-type {
        margin-bottom: 80px;
    }
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.error-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1280px) {
    .error-block {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.error__text {
    max-width: 550px;
    padding: 60px 0;
}

.error__text .heading2Page {
    margin-bottom: 25px;
    text-align: left;
}

.error__text p {
    font-size: 18px;
    color: var(--dark);
    letter-spacing: 0.8px;
    line-height: 140%;
}

.error__text p:not(:last-of-type) {
    margin-bottom: 10px;
}

.error__text p:last-of-type {
    margin-bottom: 25px;
}

.error__text .green-button {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 16px 28px;
}

@media only screen and (min-width: 1400px) {
    .error__text {
        margin-bottom: 72px;
        padding: 0;
        padding-left: 8px;
    }
}

.err-number {
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #4F4F4F;
    display: inline-block;
    margin-bottom: 10px;
}

.error__img {
    max-width: 616px;
    width: 100%;
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.bot-header {
    border-bottom: 1px solid;
    border-color: var(--gray);
}

.block-videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    overflow: hidden;
}

.block-videos .heading6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    height: 74px;
}

.block-videos .one-block-photo {
    height: 450px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    .block-videos {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .block-videos .one-block-photo {
        max-width: 616px;
        width: 48.5%;
    }
    .block-videos .one-block-photo:hover .img-video-yout {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    }
}

@media only screen and (min-width: 1200px) {
    .block-videos .one-block-photo .linkVideo {
        min-height: 202px;
        height: auto;
        padding: 30px 25px 20px 40px;
    }
    .block-videos .one-block-photo .heading6 {
        font-size: 20px;
        display: flex;
        align-items: center;
    }
}

@media only screen and (min-width: 1400px) {
    .block-videos .one-block-photo .linkVideo {
        padding: 30px 25px 20px 64px;
    }
}

.img-video-yout {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    margin: 0;
}

.pagination-block {
    margin-bottom: 20px;
}

.load-more {
    display: inline-block;
    margin-bottom: 20px;
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.style-description {
    background-color: var(--green);
    margin-bottom: 60px;
}

@media only screen and (min-width: 1280px) {
    .style-description {
        margin-bottom: 120px;
    }
}

.style-description_all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
    .style-description_all {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.style-description__img {
    max-width: 687px;
    width: 100%;
    margin-bottom: -20px;
}

@media only screen and (min-width: 768px) {
    .style-description__img {
        margin-bottom: 0;
        margin-right: -95px;
        max-width: 510px;
    }
}

@media only screen and (min-width: 1024px) {
    .style-description__img {
        max-width: 685px;
    }
}

.style-description__text {
    background-color: var(--white);
    padding: 20px;
    max-width: 680px;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .style-description__text {
        padding: 50px 45px 50px 70px;
    }
}

.style-description__text .heading3 {
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.style-description__text-p {
    color: var(--dark);
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 140%;
}

@media only screen and (min-width: 1280px) {
    .style-description__text-p {
        font-size: 24px;
    }
}

.style-description-button {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 17px 32px;
}

.heading3-styles {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.style-examples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .style-examples {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 48% 48%;
            grid-template-columns: 48% 48%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1280px) {
    .style-examples {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (400px)[3];
            grid-template-columns: repeat(3, 400px);
    }
}

.style-examples__item {
    max-width: 400px;
    width: 100%;
    margin-bottom: 40px;
    display: block;
}

@media (min-width: 1024px) {
    .style-examples__item:hover .style-examples__item__title {
        color: var(--green);
    }
    .style-examples__item:hover .style-examples__item__image img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    }
}

.style-examples__item__image {
    max-width: 400px;
    width: 100%;
    height: 305px;
    position: relative;
    overflow: hidden;
}

.style-examples__item__image img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    max-width: 200%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin-bottom: 0;
}

.style-examples__item__title {
    font-size: 16px;
    color: var(--dark);
    font-weight: 600;
    padding-top: 15px;
}

@media only screen and (min-width: 1280px) {
    .style-examples__item__title {
        font-size: 20px;
        padding-top: 24px;
    }
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mt {
    margin-top: 50px;
    margin-bottom: 60px;
}

/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.select2-container--open .select2-dropdown--below {
    z-index: 999999;
}

.search-filter {
    padding: 20px 0 5px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 40px;
}

.search-filter-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-filter-all .select2 {
    max-width: 292px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
}

.search-filter-all .select2-container--default .select2-selection--single {
    height: 46px;
    line-height: 46px;
    border: 1px solid #BDBDBD;
    border-radius: 0;
}

.search-filter-all .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 46px;
    line-height: 46px;
    outline: none;
    padding-left: 16px;
}

.search-filter-all .selection:focus,
.search-filter-all .select2-selection:focus {
    outline: none;
}

@media only screen and (min-width: 1024px) {
    .search-filter-all {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.search-filter__name {
    font-weight: 600;
    font-size: 20px;
    color: var(--dark);
    margin-bottom: 15px;
    padding-right: 10px;
}

.search-filter__input {
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    padding: 11px 15px;
    font-size: 16px;
    color: var(--dark);
    max-width: 615px;
    width: 100%;
    margin-bottom: 15px;
    height: 46px;
}

@media only screen and (min-width: 1024px) {
    .search-filter__input {
        max-width: 300px;
    }
}

@media only screen and (min-width: 1280px) {
    .search-filter__input {
        max-width: 550px;
    }
}

@media only screen and (min-width: 1400px) {
    .search-filter__input {
        max-width: 615px;
    }
}

.search-filter__select {
    background: #FFFFFF;
    width: 290px;
    height: 46px;
    border: 1px solid #BDBDBD;
    font-size: 16px;
    color: var(--dark);
    padding: 10px;
    margin-bottom: 15px;
}

.search-filter__option {
    font-size: 16px;
    color: var(--dark);
    margin-bottom: 15px;
}

.search-filter__button {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 60px;
    margin-bottom: 15px;
}

.all-result-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

@media only screen and (min-width: 425px) {
    .all-result-search {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 768px) {
    .all-result-search {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (25%)[4];
            grid-template-columns: repeat(4, 25%);
    }
}

@media only screen and (min-width: 1280px) {
    .all-result-search {
        -ms-grid-columns: (235px)[5];
            grid-template-columns: repeat(5, 235px);
    }
}

.not-found {
    color: var(--dark);
    margin-bottom: 30px;
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.about-content {
    padding-bottom: 0;
}

.about-banner {
    padding: 116px 0;
    background-color: var(--green);
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 1024px) {
    .about-banner {
        margin-bottom: 120px;
    }
}

.about-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.about-banner__description-title {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 28px;
}

@media only screen and (min-width: 1024px) {
    .about-banner__description-title {
        font-size: 24px;
    }
}

.about-banner__description-text {
    color: var(--white);
    font-size: 16px;
    line-height: 140%;
}

@media only screen and (min-width: 1024px) {
    .about-banner__description-text {
        color: var(--white);
        font-size: 18px;
    }
}

.new-buyers p {
    line-height: 140%;
    font-size: 16px;
    color: var(--dark);
    margin-bottom: 10px;
    text-align: center;
    max-width: 835px;
    width: 100%;
    margin: 0 auto 10px;
    letter-spacing: 0.4px;
}

.new-buyers p:last-of-type {
    margin-bottom: 40px;
}

@media only screen and (min-width: 1024px) {
    .new-buyers p {
        font-size: 18px;
    }
    .new-buyers p:last-of-type {
        margin-bottom: 60px;
    }
}

.new-buyers-heading3 {
    text-align: center;
    font-weight: 600;
    max-width: 735px;
    width: 100%;
    margin: 0 auto 30px;
}

.new-buyers__descr {
    line-height: 140%;
    font-size: 16px;
    color: var(--dark);
    margin-bottom: 10px;
    text-align: center;
    max-width: 835px;
    width: 100%;
    margin: 0 auto 10px;
    letter-spacing: 0.4px;
}

.new-buyers__descr:last-of-type {
    margin-bottom: 40px;
}

@media only screen and (min-width: 1024px) {
    .new-buyers__descr {
        font-size: 18px;
    }
    .new-buyers__descr:last-of-type {
        margin-bottom: 60px;
    }
}

.new-buyers__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
    .new-buyers__info {
        margin-bottom: 120px;
    }
}

@media only screen and (min-width: 1280px) {
    .new-buyers__info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.new-buyers__info-item {
    max-width: 400px;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 40px;
}

@media only screen and (min-width: 1280px) {
    .new-buyers__info-item {
        width: 32%;
    }
}

.new-buyers .buyers__info-item__text {
    position: absolute;
    background: var(--white);
    color: var(--dark);
    font-size: 16px;
    line-height: 145%;
    padding: 20px;
    max-width: 275px;
    width: 100%;
    left: 0;
    z-index: 2;
    top: 233px;
    min-height: 155px;
    letter-spacing: 0.4px;
    text-align: left;
}

.new-buyers .buyers__info-item__text:before {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    background: var(--green);
    width: 24px;
    height: 24px;
}

.about-adv {
    background-color: #f1faf6;
    padding: 60px 0 0;
    margin-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
    .about-adv {
        padding: 120px 0 60px;
        margin-bottom: 120px;
    }
}

.about-adv-heading3 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

@media only screen and (min-width: 1024px) {
    .about-adv-heading3 {
        margin-bottom: 60px;
    }
}

.about-adv-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-adv__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
    max-width: 530px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .about-adv__item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 1024px) {
    .about-adv__item {
        width: 49%;
    }
}

.about-adv__item-img {
    width: 170px;
    height: 170px;
    background-color: #005d39;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    min-width: 170px;
}

@media only screen and (min-width: 768px) {
    .about-adv__item-img {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .about-adv__item-img {
        width: 150px;
        height: 150px;
        min-width: 150px;
    }
}

@media only screen and (min-width: 1280px) {
    .about-adv__item-img {
        width: 170px;
        height: 170px;
        min-width: 170px;
    }
}

.about-adv__item-text {
    max-width: 310px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .about-adv__item-text {
        margin-bottom: 0;
        margin-right: 20px;
    }
}

.about-adv__item-title {
    color: var(--dark);
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .about-adv__item-title {
        text-align: left;
    }
}

@media only screen and (min-width: 1280px) {
    .about-adv__item-title {
        font-size: 32px;
    }
}

.about-adv__item-descr {
    color: var(--dark);
    font-size: 16px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .about-adv__item-descr {
        text-align: left;
    }
}

@media only screen and (min-width: 1280px) {
    .about-adv__item-descr {
        font-size: 18px;
    }
}

.trade {
    margin-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
    .trade {
        margin-bottom: 120px;
    }
}

.trade-heading3 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
}

@media only screen and (min-width: 1024px) {
    .trade-heading3 {
        margin-bottom: 30px;
    }
}

.trade__item-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.trade__item {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 70px;
    padding-top: 90px;
}

.trade__item:before,
.trade__item:after {
    height: 60%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.trade__item:before {
    background: #0f9c66;
}

.trade__item:after {
    background: #005d39;
    -webkit-transform: translate(0, 1000%);
    -ms-transform: translate(0, 1000%);
        transform: translate(0, 1000%);
}

@media only screen and (min-width: 1024px) {
    .trade__item:hover:after {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        z-index: 1;
    }
    .trade__item:hover .trade__item-logo {
        -webkit-transform: translate(0, -70px);
        -ms-transform: translate(0, -70px);
            transform: translate(0, -70px);
    }
    .trade__item:hover .trade__info {
        opacity: 1;
    }
}

@media only screen and (min-width: 768px) {
    .trade__item {
        width: 50%;
    }
}

@media only screen and (min-width: 1024px) {
    .trade__item {
        padding-top: 70px;
    }
    .trade__item:hover:after {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        z-index: 1;
    }
    .trade__item:hover .trade__item-logo {
        -webkit-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
            transform: translate(0, -40px);
    }
    .trade__item:hover .trade__info {
        opacity: 1;
    }
}

@media only screen and (min-width: 1280px) {
    .trade__item {
        padding-bottom: 50px;
    }
    .trade__item:before,
    .trade__item:after {
        height: 326px;
    }
}

@media only screen and (min-width: 1400px) {
    .trade__item:first-of-type .trade__item-logo {
        margin: 0 auto -30px 17%;
    }
    .trade__item:first-of-type .trade__info {
        margin: 0 auto 0 17%;
    }
    .trade__item:last-of-type .trade__item-logo {
        margin: 0 17% -30px auto;
    }
    .trade__item:last-of-type .trade__info {
        margin: 0 17% 0 auto;
    }
    .trade__item:hover .trade__item-logo {
        -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px);
    }
}

@media only screen and (min-width: 1600px) {
    .trade__item:first-of-type .trade__item-logo {
        margin: 0 auto -30px 24%;
    }
    .trade__item:first-of-type .trade__info {
        margin: 0 auto 0 24%;
    }
    .trade__item:last-of-type .trade__item-logo {
        margin: 0 24% -30px auto;
    }
    .trade__item:last-of-type .trade__info {
        margin: 0 24% 0 auto;
    }
}

@media only screen and (min-width: 1700px) {
    .trade__item:first-of-type .trade__item-logo {
        margin: 0 auto -30px 28%;
    }
    .trade__item:first-of-type .trade__info {
        margin: 0 auto 0 28%;
    }
    .trade__item:last-of-type .trade__item-logo {
        margin: 0 28% -30px auto;
    }
    .trade__item:last-of-type .trade__info {
        margin: 0 28% 0 auto;
    }
}

.trade__item-logo {
    max-width: 572px;
    margin: 0 auto;
    width: 90%;
    padding: 20px;
    height: 216px;
    max-height: 80%;
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.06);
    background: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    position: relative;
    margin-bottom: -50px;
}

@media only screen and (min-width: 1280px) {
    .trade__item-logo {
        height: 326px;
    }
}

.trade__item-logo__img {
    max-width: 100%;
}

@media only screen and (min-width: 1280px) {
    .trade__item-logo__img {
        max-width: 380px;
        width: auto;
    }
}

.trade__info {
    z-index: 2;
    color: var(--white);
    position: relative;
    opacity: 0;
    max-width: 572px;
    margin: 0 auto;
    width: 90%;
    line-height: 140%;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .trade__info {
        margin-top: 25px;
        font-size: 18px;
    }
}

.certificate-heading3 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.about-certificate {
    margin-bottom: 60px;
}

@media only screen and (min-width: 1280px) {
    .about-certificate {
        margin-bottom: 120px;
    }
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.all-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .all-news {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 1024px) {
    .all-news {
        -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr);
    }
}

.news-item {
    max-width: 390px;
    width: 100%;
    padding: 25px;
    margin: 0 auto 20px;
    display: block;
}

@media (min-width: 1024px) {
    .news-item:hover .news-item__title-link {
        color: var(--green);
    }
    .news-item:hover {
        -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.06);
                box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.06);
    }
}

.news-item__img {
    display: inline-block;
    max-height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50%;
    object-position: 50%;
    margin: 0 0 20px;
    height: 155px;
    overflow: hidden;
}

.news-item__img img {
    height: 100%;
    max-height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

@media only screen and (min-width: 768px) {
    .news-item__img {
        height: 220px;
    }
}

.news-item__title-link {
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: var(--dark);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    height: 52px;
}

@media only screen and (min-width: 1024px) {
    .news-item__title-link {
        font-size: 20px;
    }
}

.news-item__descr {
    color: var(--dark);
    font-size: 16px;
    line-height: 145%;
    color: #171717;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    height: 34px;
}

@media only screen and (min-width: 1024px) {
    .news-item__descr {
        height: 45px;
    }
}

.news-item__descr p {
    color: var(--dark);
    font-size: 16px;
    line-height: 145%;
    color: #171717;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    height: 34px;
}

@media only screen and (min-width: 1024px) {
    .news-item__descr p {
        height: 45px;
    }
}

.news-item__data {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #4F4F4F;
}

.questions {
    margin-top: 40px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
    .questions {
        margin-top: 100px;
    }
}

.questions-heading3 {
    text-align: left;
    font-weight: 600;
    margin-bottom: 30px;
}

.question {
    max-width: 940px;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
}

.question-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 24px 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .question-title:hover .question-title__text {
        color: var(--green);
    }
}

.question-title__plus {
    width: 30px;
    height: 30px;
    min-height: 30px;
    position: relative;
    min-width: 30px;
    margin-right: 15px;
}

.question-title__plus:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    width: 100%;
    height: 100%;
    background: #007749;
    position: absolute;
    content: '';
}

.question-title__plus:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
    width: 100%;
    height: 100%;
    background: #0F9C66;
    position: absolute;
    content: '';
}

.question-title__plus img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    z-index: 2;
}

@media only screen and (min-width: 1024px) {
    .question-title__plus {
        width: 36px;
        height: 36px;
        min-height: 36px;
        min-width: 36px;
    }
}

.question-title__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: var(--dark);
}

@media only screen and (min-width: 1024px) {
    .question-title__text {
        font-size: 20px;
    }
}

.question__answer {
    display: none;
}

.question__answer p {
    font-size: 16px;
    color: var(--dark);
    margin-bottom: 10px;
    line-height: 145%;
    display: block;
}

.question__answer ul li {
    position: relative;
    padding-left: 16px;
    font-size: 16px;
    color: var(--dark);
    margin-bottom: 10px;
    line-height: 145%;
    display: block;
}

.question__answer ul li:before {
    left: 0;
    top: 8px;
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: var(--green);
    border-radius: 50%;
}

.question__open .question-title__plus img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

.question__open .question-title__plus:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
}

.question__open .question-title__plus:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.news__theme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1024px) {
    .news__theme {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.photo-holiday {
    margin-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
    .photo-holiday {
        margin-bottom: 120px;
    }
}

.swiper-one-news,
.swiper-one-article {
    padding-top: 40px;
    position: relative;
}

.tags-one-product {
    left: 0;
    top: 0;
}

.product-description__garant {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
    background: #F2F2F2;
    padding: 15px 40px;
}

.product-description__garant img {
    max-width: 30px;
    width: 100%;
}

.product-description__garant span {
    font-size: 20px;
    color: #005D39;
    margin-left: 15px;
}

.heading3mb {
    margin-bottom: 25px;
}

.one-news__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
    margin-top: 40px;
}

.one-news__description p:first-of-type {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    padding-right: 25px;
    color: var(--dark);
}

@media only screen and (min-width: 1024px) {
    .one-news__description p:first-of-type {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1024px) {
    .one-news__description {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.one-news__description-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    padding-right: 25px;
    color: var(--dark);
}

@media only screen and (min-width: 1024px) {
    .one-news__description-title {
        font-size: 24px;
    }
}

.one-news__description-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--dark);
}

.one-news__text {
    font-size: 16px;
    line-height: 30px;
    color: var(--dark);
    font-weight: 300;
    letter-spacing: 1px;
}

.one-news__text ol,
.one-news__text ul {
    margin-bottom: 15px;
}

.one-news__text ul,
.one-news__text ol {
    padding-left: 40px;
}

.one-news__text p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    color: var(--dark);
    font-weight: 300;
    letter-spacing: 1px;
}

@media only screen and (min-width: 1024px) {
    .one-news__text {
        font-size: 20px;
    }
    .one-news__text p {
        font-size: 20px;
    }
}

.one-news__text ul,
.one-news__text ol {
    padding-left: 20px;
}

.one-news__text ul {
    list-style: disc;
}

.one-news__text li {
    font-size: 16px;
    line-height: 30px;
    color: var(--dark);
    font-weight: 300;
    letter-spacing: 1px;
}

@media only screen and (min-width: 1024px) {
    .one-news__text li {
        font-size: 20px;
    }
}

.one-news__text a {
    color: var(--green);
}

.one-news__main-info,
.swiper-one-news {
    margin-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
    .one-news__main-info,
    .swiper-one-news {
        margin-bottom: 120px;
    }
    .one-news__text a:hover {
        text-decoration: underline;
    }
}

.slide-one-news {
    display: inline-block;
    max-width: 546px;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    height: 250px;
}

@media only screen and (min-width: 768px) {
    .slide-one-news {
        height: 350px;
    }
}

@media only screen and (min-width: 1024px) {
    .slide-one-news {
        height: 400px;
    }
}

@media only screen and (min-width: 1400px) {
    .slide-one-news {
        height: 450px;
    }
}

.slide-one-news img {
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.swiper-one-news .swiper-slide,
.swiper-one-article .swiper-slide {
    max-width: 566px;
    width: 100%;
    padding: 0 10px;
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.dealer-banner {
    padding-top: 60px;
    position: relative;
    margin-bottom: 60px;
}

.dealer-banner:before {
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("/assets/images/dealer-banner.jpg") no-repeat;
    height: 427px;
    background-position: 50% 50%;
    background-size: cover;
}

@media only screen and (min-width: 1024px) {
    .dealer-banner {
        margin-bottom: 120px;
    }
}

.cooperation .heading3 {
    text-align: center;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1024px) {
    .cooperation .heading3 {
        margin-bottom: 60px;
    }
}

.coop-img {
    max-width: 940px;
    width: 100%;
    margin-bottom: auto;
}

.coop-descr {
    background: var(--white);
    padding: 10px;
    max-width: 800px;
    width: 100%;
}

.coop-descr a {
    text-decoration: underline;
}

@media only screen and (min-width: 1024px) {
    .coop-descr {
        padding: 60px;
        margin-left: -475px;
        margin-bottom: -1px;
        margin-top: 100px;
    }
    .coop-descr a:hover {
        color: var(--green);
    }
}

.coop-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    color: var(--dark);
}

.coop-info {
    margin-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
    .coop-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 120px;
    }
}

.coop-info p {
    color: var(--dark);
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 15px;
}

.coop-info p:first-of-type {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    color: var(--dark);
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.gallery-collection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
    .gallery-collection {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1280px) {
    .gallery-collection {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (350px)[3];
            grid-template-columns: repeat(3, 350px);
    }
}

@media only screen and (min-width: 1400px) {
    .gallery-collection {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (400px)[3];
            grid-template-columns: repeat(3, 400px);
    }
}

.gallery-collection__item {
    max-width: 400px;
    padding-bottom: 35px;
    margin-bottom: 45px;
    position: relative;
    display: block;
}

@media only screen and (min-width: 768px) {
    .gallery-collection__item {
        margin: 0 auto 45px;
        width: 95%;
    }
}

@media only screen and (min-width: 1024px) {
    .gallery-collection__item {
        margin: 0 auto 45px;
        width: 100%;
    }
    .gallery-collection__item:hover img {
        -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
                box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
    }
    .gallery-collection__item:hover .collect-descr__link {
        text-decoration: underline;
    }
}

.collect-descr {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--white);
    max-width: 230px;
    width: 100%;
    padding: 20px 15px;
}

.coll {
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #4F4F4F;
    display: block;
    margin-bottom: 15px;
}

.collect-descr__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #171717;
    margin-bottom: 20px;
}

.collect-descr__link {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #007749;
    font-weight: 600;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.collect-descr__link img {
    max-width: 11px;
    width: 100%;
    display: inline;
    margin-left: 12px;
}

.coll-descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.coll-descr p,
.coll-descr a {
    margin: 0 10px;
}

@media only screen and (min-width: 768px) {
    .coll-descr p,
    .coll-descr a {
        margin: 0 50px;
    }
}

.bot-white-big {
    padding: 15px 50px;
    border: 2px solid #fff;
}

@media (min-width: 1024px) {
    .bot-white-big:hover {
        border: 2px solid #fff;
    }
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.collection-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
    .collection-image {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (49%)[2];
            grid-template-columns: repeat(2, 49%);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1024px) {
    .collection-image {
        -ms-grid-columns: (32.5%)[3];
            grid-template-columns: repeat(3, 32.5%);
    }
}

@media only screen and (min-width: 1400px) {
    .collection-image {
        -ms-grid-columns: (416px)[3];
            grid-template-columns: repeat(3, 416px);
    }
}

.collection-img {
    max-width: 420px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.collection-img img {
    margin: 0;
}

@media (min-width: 1024px) {
    .collection-img:hover {
        -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.25);
    }
}

@media only screen and (min-width: 1200px) {
    .collection-img img {
        height: 280px;
    }
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.link-architect {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
}

.link-architect__item {
    font-weight: 600;
    font-size: 20px;
    color: var(--dark);
    padding: 20px 10px;
    display: inline-block;
    position: relative;
    margin: 0 5px;
}

.link-architect__item:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: "";
    background: var(--green);
}

@media only screen and (min-width: 768px) {
    .link-architect__item {
        margin: 0 30px;
    }
}

@media only screen and (min-width: 1024px) {
    .link-architect__item {
        font-size: 24px;
    }
}

.link-architect__item-active:before {
    width: 100%;
}

.arch-banner:before {
    background: var(--green);
    max-height: 425px;
}

.arch-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
    .arch-info {
        margin-bottom: 120px;
    }
}

.arch-info__text-block {
    max-width: 665px;
    width: 100%;
    margin-bottom: 25px;
}

.arch-info__title {
    color: var(--dark);
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 25px;
    max-width: 660px;
}

@media only screen and (min-width: 1024px) {
    .arch-info__title {
        font-size: 32px;
    }
}

.arch-info__text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 145%;
    color: var(--dark);
}

.arch-info__img {
    max-width: 410px;
    width: 100%;
}

.projects {
    margin-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
    .projects {
        margin-bottom: 120px;
    }
}

.head-projects {
    text-align: center;
    margin-bottom: 40px;
}

@media only screen and (min-width: 1280px) {
    .head-projects {
        margin-bottom: 60px;
    }
}

.all-table-projects {
    max-width: 100%;
    overflow-x: auto;
}

.table-projects {
    border-collapse: collapse;
    max-width: 1265px;
    width: 100%;
}

.td-city,
.td-object,
.td-product {
    width: 33%;
    max-width: 33%;
    text-align: center;
    letter-spacing: 0.5px;
}

@media only screen and (min-width: 768px) {
    .td-city,
    .td-object,
    .td-product {
        padding: 15px;
    }
}

th.td-city,
th.td-object,
th.td-product {
    background: #007749;
    border-right: 1px solid #ffffff;
    color: var(--white);
    font-size: 14px;
    padding: 20px 5px;
    font-weight: 600;
}

@media only screen and (min-width: 768px) {
    th.td-city,
    th.td-object,
    th.td-product {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1400px) {
    th.td-city,
    th.td-object,
    th.td-product {
        font-size: 24px;
    }
}

th.td-product {
    border-right: 1px solid #007749;
}

td.td-city,
td.td-object,
td.td-product {
    font-size: 12px;
    line-height: 140%;
    padding: 20px 10px;
    border: 1px solid #e0e0e0;
    color: var(--dark);
}

@media only screen and (min-width: 425px) {
    td.td-city,
    td.td-object,
    td.td-product {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    td.td-city,
    td.td-object,
    td.td-product {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1400px) {
    td.td-city,
    td.td-object,
    td.td-product {
        font-size: 18px;
    }
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.green-description-coll {
    background: var(--green);
    text-align: center;
    padding: 20px 0 10px;
    margin-bottom: 40px;
    color: white;
}

.green-description-coll p {
    color: white;
}

.green-description-coll p,
.green-description-coll a,
.green-description-coll button {
    margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
    .green-description-coll {
        padding: 28px;
    }
}

.gr-p0 {
    padding: 0;
}

.gr-p0 .elka {
    position: relative;
    padding: 20px 0 10px;
}

.gr-p0 .elka:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("/assets/images/Intersect.png") no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 52px;
    height: 54px;
}

@media only screen and (min-width: 1024px) {
    .gr-p0 .elka {
        padding: 28px;
    }
}

.green-description-coll__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 118%;
    color: var(--white);
    max-width: 805px;
    width: 100%;
    text-align: center;
    margin: 0 auto 10px;
}

@media only screen and (min-width: 1024px) {
    .green-description-coll__title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.green-description-coll__title2 {
    color: var(--white);
    max-width: 805px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 140%;
    margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
    .green-description-coll__title2 {
        font-size: 18px;
    }
}

.one-collection {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

@media only screen and (min-width: 1024px) {
    .one-collection {
        margin-bottom: 60px;
        padding-bottom: 60px;
    }
}

.one-collection__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
    border-top: 1px solid #BDBDBD;
}

@media only screen and (min-width: 425px) {
    .one-collection__products {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1024px) {
    .one-collection__products {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (185px)[5];
            grid-template-columns: repeat(5, 185px);
    }
}

@media only screen and (min-width: 1400px) {
    .one-collection__products {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (234px)[5];
            grid-template-columns: repeat(5, 234px);
    }
}

.collection__filter-item {
    max-width: 475px;
    width: auto;
    margin-bottom: 30px;
    margin-right: 20px;
}

@media only screen and (min-width: 1024px) {
    .collection__filter-item:not(:last-of-type) {
        margin-right: 65px;
    }
}

.one-collection__filter-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1024px) {
    .one-collection__filter-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.one-collection__filter {
    margin-bottom: 30px;
}

.one-collection__filter .collection-filter img {
    -webkit-box-shadow: 0 0 1px;
            box-shadow: 0 0 1px;
}
.collection-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.collection__filter-item-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--dark);
}

.collection-filter__label {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border: 4px solid white;
    cursor: pointer;
}

.collection-filter__label img {
    -o-object-fit: cover;
    object-fit: cover;
}

.collection-filter__input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.one-radio {
    position: relative;
}

.collection-filter__input:checked~.collection-filter__label {
    border-color: var(--green);
}

.filter-choose {
    color: var(--dark);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.all-choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.left-choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.one-choose {
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

@media only screen and (min-width: 425px) {
    .one-choose {
        margin-right: 25px;
    }
}

.one-choose__gray {
    padding: 12px 10px;
    background: #F2F2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 15px;
}

@media only screen and (min-width: 1400px) {
    .one-choose__gray {
        padding: 10px 15px;
    }
}

.one-choose__title {
    font-weight: 600;
    font-size: 14px;
    margin-right: 20px;
    color: var(--dark);
    margin-bottom: 0;
}

.one-choose__img {
    height: 24px;
    line-height: 24px;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.one-choose__name {
    font-size: 14px;
    margin-bottom: 0;
    color: var(--dark);
}

.one-choose__delete {
    border: none;
    background: none;
}

.one-choose__delete img {
    width: 12px;
    height: 12px;
    margin-bottom: 0;
}

.delete__filter-choose {
    text-align: center;
    min-height: 48px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background: var(--white);
    border: 2px solid #007749;
    padding: 10px 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.photo-example {
    display: inline-block;
}

.swiper-ex-coll {
    padding-top: 40px;
    position: relative;
}

.swiper-ex-coll .swiper-slide {
    max-width: 80%;
    width: 836px;
    margin-right: 20px;
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.one-stock {
    padding: 10px;
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .one-stock:hover {
        -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.06);
                box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.06);
    }
}

.one-stock:last-of-type {
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
    .one-stock {
        padding: 25px 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .one-stock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.one-stock__img {
    max-width: 650px;
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.one-stock__img-title {
    position: absolute;
    color: var(--white);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    width: 90%;
    left: 5%;
    font-size: 18px;
}

@media only screen and (min-width: 768px) {
    .one-stock__img-title {
        font-size: 30px;
        line-height: 44px;
    }
}

.stock__description-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
    color: var(--dark);
    display: inline-block;
}

@media (min-width: 1024px) {
    .stock__description-title:hover {
        color: var(--green);
    }
}

@media only screen and (min-width: 1024px) {
    .stock__description-title {
        font-size: 32px;
        line-height: 36px;
    }
}

.stock__description-p {
    font-size: 16px;
    line-height: 140%;
    color: #171717;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
    .stock__description-p {
        font-size: 18px;
    }
}

.stock__description-term {
    font-size: 16px;
    line-height: 140%;
    color: #171717;
}

.stock__description-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: var(--dark);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.end-stock {
    margin-left: 15px;
    width: 78px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--white);
    background: #0F9C66;
    font-weight: 600;
    font-size: 16px;
}

@media only screen and (min-width: 1024px) {
    .one-stock__description {
        max-width: 50%;
        padding-left: 25px;
    }
}

@media only screen and (min-width: 1400px) {
    .one-stock__description {
        padding-left: 50px;
    }
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.materials__tabs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 25px;
}

@media only screen and (min-width: 768px) {
    .materials__tabs {
        margin: 0 25px 0 0;
        max-width: 215px;
        min-width: 215px;
    }
}

@media only screen and (min-width: 1024px) {
    .materials__tabs {
        margin-right: 55px;
    }
}

@media only screen and (min-width: 1280px) {
    .materials__tabs {
        margin-right: 110px;
    }
}

.materials__tab {
    display: inline-block;
    padding: 20px 10px 20px 0;
    width: 100%;
    font-size: 18px;
    color: var(--dark);
    text-align: center;
    cursor: pointer;
}

.materials__tab:not(:last-of-type) {
    border-bottom: 1px solid #E0E0E0;
}

@media only screen and (min-width: 768px) {
    .materials__tab {
        padding: 20px 0;
        width: 100%;
        text-align: left;
    }
}

.materials__tab-active {
    color: var(--green);
}

.materials__blocks-item {
    height: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
}

.materials__blocks-item__active {
    height: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}

.material-img {
    margin-bottom: 40px;
    display: inline-block;
}

.material__heading {
    font-size: 22px;
    color: var(--dark);
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 1280px) {
    .material__heading {
        font-size: 32px;
    }
}

.material-description {
    margin-bottom: 60px;
}

.material-description p {
    margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
    .material-description {
        margin-bottom: 120px;
    }
}

.material-text {
    font-size: 16px;
    color: var(--dark);
    margin-bottom: 10px;
    line-height: 140%;
    letter-spacing: 0.5px;
}

@media only screen and (min-width: 1280px) {
    .material-text {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    .all-materials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.contact__green-line {
    background: var(--green);
    padding: 25px 0 15px 0;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

@media only screen and (min-width: 768px) {
    .contact__green-line {
        padding-bottom: 25px;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .contact__green-line {
        padding-bottom: 25px;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
}

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

.contact-map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.green-line__text {
    font-weight: 600;
    font-size: 20px;
    color: var(--white);
    margin: 0 15px;
    text-align: center;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
    .green-line__text {
        margin: 0 30px;
    }
}

@media only screen and (min-width: 1280px) {
    .green-line__text {
        font-size: 24px;
    }
}

.green-line__button {
    background: var(--green);
    border: 2px solid #FFFFFF;
    color: var(--white);
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 12px 32px;
    text-transform: uppercase;
    margin: 0 15px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
    .green-line__button {
        margin: 0 30px;
    }
    .green-line__button:hover {
        background: var(--white);
        color: var(--green);
    }
    .green-line__button:focus {
        background: var(--white);
        color: var(--green);
        border: 2px solid #FFFFFF;
    }
}

.contact__img {
    display: none;
    /* max-width: 805px;
    width: 100%; */
}

/* @media only screen and (min-width: 1280px) {
    .contact__img {
        display: block;
        max-width: 805px;
        width: 100%;
    }
} */

.contact-info {
    background: var(--white);
    max-width: 795px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 30px;
}

@media only screen and (min-width: 768px) {
    .contact-info {
        /* padding: 60px 0 30px; */
        padding: 30px 0 30px;
    }
}

/* @media only screen and (min-width: 1280px) {
    .contact-info {
        margin-right: -320px;
    }
} */

.contact-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.contact-title img {
    max-width: 28px;
    margin: 0;
    margin-right: 10px;
}

@media only screen and (min-width: 768px) {
    .contact-title img {
        max-width: 30px;
    }
}

.contact-info__item-title {
    color: var(--dark);
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    /* margin-bottom: 20px; */
    margin-bottom: 7px;
    text-align: left;
}

@media only screen and (min-width: 768px) {
    .contact-info__item-title {
        font-size: 20px;
        /* margin-bottom: 20px; */
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1400px) {
    .contact-info__item-title {
        font-size: 24px;
        line-height: 28px;
    }
}


.contact-info__item {
    max-width: 360px;
    width: 100%;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .contact-info__item {
        /* margin-bottom: 40px; */
        margin-bottom: 30px;
    }
}

.contact-info__descr {
    color: var(--dark);
    padding-left: 40px;
    margin-bottom: 5px;
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .contact-info__descr {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

.contact-info__descr strong {
    margin-right: 15px;
}

@media only screen and (min-width: 1024px) {
    .contact-info__descr a:hover {
        color: var(--green);
    }
    .contact-info__descr a:active {
        color: var(--green);
        text-decoration: underline;
    }
}

@media only screen and (min-width: 1400px) {
    .contact-info__descr {
        font-size: 18px;
    }
}

.contact__info {
    margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
    .contact__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /* margin-bottom: 120px; */
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 1280px) {
    .contact__info {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        /* margin-right: -320px;         */
        margin-bottom: 120px;
    }
}

.attention {
    background: #F1FAF6;
    margin-bottom: 40px;
    padding: 40px;
}

.attention-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    color: var(--dark);
}

@media only screen and (min-width: 1280px) {
    .attention-title {
        font-size: 24px;
    }
}

.attention-text {
    font-size: 16px;
    color: var(--dark);
    line-height: 140%;
}

@media only screen and (min-width: 1280px) {
    .attention-text {
        font-size: 18px;
    }
}

.cases__item-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    color: var(--dark);
}

.contact-cases {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-bottom: 60px; */
}

@media only screen and (min-width: 1024px) {
    .contact-cases {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        /* margin-bottom: 120px; */
        margin-bottom: 60px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1280px) {
    .contact-cases {
        margin-bottom: 60px;
    }
}

.cases__item {
    padding-left: 30px;
    border-left: 10px solid #F1FAF6;
    padding-right: 15px;
    margin-bottom: 20px;
    max-width: 570px;
    width: 100%;
}

.cases__list {
    padding-left: 20px;
}

.cases__list li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 165%;
}

.map-block {
    padding-top: 40px;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .map-block {
        padding-top: 200px;
    }
}

@media only screen and (min-width: 1024px) {
    .map-block {
        padding-top: 150px;
    }
}

@media only screen and (min-width: 1400px) {
    .map-block {
        padding-top: 50px;
    }
}

.map {
    width: 100%;
    height: 590px;
}

.map-green-block {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    background-color: #007749;
    position: relative;
    overflow: hidden;
    min-height: 390px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
}

.map-green-block:before {
    width: 110%;
    height: 290px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("/assets/images/ukraine.png") no-repeat 50% 50%;
}

@media only screen and (min-width: 768px) {
    .map-green-block {
        position: absolute;
        z-index: 4;
        left: 40%;
        top: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .map-green-block {
        left: 60%;
    }
}

@media only screen and (min-width: 1400px) {
    .map-green-block {
        left: 65%;
    }
}

@media only screen and (min-width: 1750px) {
    .map-green-block {
        left: 62%;
    }
}

.map-title {
    color: var(--white);
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
}

@media only screen and (min-width: 768px) {
    .map-title {
        font-size: 32px;
    }
}

.map-button {
    padding: 12px 30px;
    border: 1px solid #fff;
    background: transparent;
    color: var(--white);
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    z-index: 1;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .map-button:hover {
        background: var(--white);
        color: var(--green);
    }
    .map-button:focus {
        background: var(--white);
        color: var(--green);
        border: 1px solid #fff;
    }
}

.heading-contact {
    /* margin-bottom: 40px; */
    margin-top: 20px;
}

@media only screen and (min-width: 768px) {
    .heading-contact {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .contact__right {
        width: 48%;
    }
}

@media only screen and (min-width: 768px) {
    .contact__left {
        width: 48%;
    }
}

@media only screen and (min-width: 768px) {
    .contact__right {
        width: 48%;
    }
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

#map2 {
    height: 780px;
    width: 100%;
}

.content-page_where-buy {
    padding-bottom: 0;
}

.map-filter {
    padding: 20px 0 10px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.map-tabs {
    margin-bottom: 10px;
}

.checkbox-map {
    margin-bottom: 10px;
    padding-right: 15px;
}

.checkbox-map input[type="checkbox"] {
    -webkit-appearance: none;
    min-width: 24px;
    width: 24px;
    height: 24px;
    min-height: 24px;
    border: 1px solid #e0e0e0;
    outline: none;
    margin: 0;
    margin-right: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ffffff;
}

.checkbox-map input[type="checkbox"]:checked {
    border: 1px solid #007749;
    background: #007749;
}

.checkbox-map input[type="checkbox"]:checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotateZ(45deg);
    margin: 2px 8px;
}

.map-tab__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 46px;
    min-width: 120px;
    padding: 10px 20px;
    border: 1px solid #E0E0E0;
}

.map-tab__item .icon-pin,
.map-tab__item .icon-list {
    font-size: 20px;
    color: var(--dark);
    margin-right: 5px;
}

.map-tab__active {
    background: var(--green);
    color: var(--white);
    border: 1px solid var(--green);
}

.map-tab__active .icon-pin,
.map-tab__active .icon-list {
    color: var(--white);
}

.map-item {
    display: none;
}

.map-item__active {
    display: block;
}

.map-filter__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.map-filter__all .select2 {
    max-width: 505px;
    margin-bottom: 10px;
}

.map-filter__all .select2-container .select2-selection--single {
    height: 46px;
}

.map-filter__all .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
}

@media only screen and (min-width: 768px) {
    .map-filter__all {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media only screen and (min-width: 1024px) {
    .map-filter__all {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .map-filter__all .select2 {
        margin-right: 15px;
        max-width: 30%;
    }
}

@media only screen and (min-width: 1280px) {
    .map-filter__all .select2 {
        max-width: 505px;
    }
}

.map-list__item {
    border-bottom: 1px solid #E0E0E0;
}

.map-list__item:last-of-type {
    border: none;
}

.map-list__item-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 425px) {
    .map-list__item-all {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media only screen and (min-width: 768px) {
    .map-list__item-all {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.map-list__item-city {
    font-size: 20px;
    color: var(--dark);
    margin-bottom: 15px;
    padding-top: 30px;
}

@media only screen and (min-width: 1024px) {
    .map-list__item-city {
        font-size: 24px;
    }
}

.map-list__company {
    color: var(--green);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media only screen and (min-width: 1024px) {
    .map-list__company {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .map-list__adress {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.map-list__adress__item,
.map-list__phone__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.map-list__adress__item .icon-pin,
.map-list__phone__item .icon-pin {
    margin-right: 10px;
    font-size: 20px;
    color: var(--green);
}

.map-list__adress__item .icon-phone,
.map-list__phone__item .icon-phone {
    margin-right: 10px;
    font-size: 20px;
    color: var(--green);
}

.map-list__adress__item .icon-mail,
.map-list__phone__item .icon-mail {
    margin-right: 10px;
    font-size: 20px;
    color: var(--green);
}

.map-list__adress__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.map-list__adress__item .icon-pin {
    margin-top: 2px;
}

.adress-item {
    font-size: 14px;
    color: var(--dark);
}

@media only screen and (min-width: 1024px) {
    .adress-item {
        font-size: 16px;
    }
}

.map-list__cart-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 20px;
}

@media only screen and (min-width: 768px) {
    .map-list__cart-link {
        margin-left: 15px;
    }
}

.map-list__show-map {
    margin-bottom: 20px;
}

.map-list__link {
    color: var(--green);
    font-size: 16px;
    position: relative;
    line-height: 30px;
    padding: 0 5px;
}

.map-list__link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: var(--green);
    content: '';
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (min-width: 1024px) {
    .map-list__link:hover:before {
        height: 100%;
    }
    .map-list__link:hover {
        color: var(--white);
    }
}

.map-list__right {
    padding-top: 30px;
}

@media only screen and (min-width: 425px) {
    .map-list__right {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .map-list__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border-bottom: 1px solid #E0E0E0;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .map-list__right {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1024px) {
    .map-all-right {
        width: 75%;
    }
}

@media only screen and (min-width: 1280px) {
    .map-list__adress-phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (min-width: 1280px) {
    .map-list__adress-left {
        max-width: 300px;
        padding-right: 5px;
        margin-right: 30px;
    }
}

.gm-style-iw-d {
    padding: 0;
}

.gm-style-iw-d .content-map-address {
    font-size: 16px;
    color: var(--dark);
    margin-bottom: 15px;
    font-weight: 400;
}

.gm-style-iw-d .content-map-address .icon-pin {
    color: var(--green);
    font-size: 20px;
    margin-right: 10px;
}

.gm-style-iw-d .content-map-mail {
    font-size: 16px;
    color: var(--dark);
    margin-bottom: 15px;
    font-weight: 400;
}

.gm-style-iw-d .content-map-mail .icon-mail {
    color: var(--green);
    font-size: 20px;
    margin-right: 10px;
}

.gm-style-iw-d .content-map-phone {
    font-size: 16px;
    color: var(--dark);
    margin-bottom: 15px;
    font-weight: 400;
}

.gm-style-iw-d .content-map-phone .icon-phone {
    color: var(--green);
    font-size: 20px;
    margin-right: 10px;
}

.gm-style-iw-d .all-map-cont div:last-of-type {
    margin-bottom: 0;
}

.content-map-name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--green);
}

.gm-style .gm-style-iw-c {
    padding: 24px 15px 15px 24px !important;
    max-width: 322px;
    border-radius: 0;
    overflow: visible;
}

.gm-style-iw-c button {
    background: var(--green) !important;
    width: 24px !important;
    height: 24px !important;
    opacity: 1;
}

.gm-style-iw-c button img {
    display: none !important;
}

.gm-style-iw-c button:before {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: url("/assets/images/close-map.svg") no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

@media (min-width: 1024px) {
    .gm-style-iw-c button:hover {
        opacity: 0.9;
    }
}

.two-checkbox-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.banner-stock {
    max-width: 1265px;
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
}

.banner-stock__title {
    position: absolute;
    top: 30%;
    -webkit-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
        transform: translate(0, -20%);
    color: var(--white);
    max-width: 90%;
    left: 5%;
    font-size: 20px;
}

@media only screen and (min-width: 425px) {
    .banner-stock__title {
        font-size: 24px;
        font-weight: 600;
    }
}

@media only screen and (min-width: 768px) {
    .banner-stock__title {
        font-size: 32px;
        text-align: center;
        line-height: 44px;
    }
}

@media only screen and (min-width: 1024px) {
    .banner-stock__title {
        font-size: 40px;
        right: 0;
        margin: auto;
        left: 0;
    }
}

.stock-item {
    margin-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
    .stock-item {
        margin-bottom: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.stock-item p {
    color: var(--dark);
}

.stock-item__data {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.stock-item__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.stock-item__title span {
    width: 112px;
    height: 42px;
    line-height: 42px;
    background: #0F9C66;
    color: var(--white);
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-left: 20px;
    display: block;
}

.stock-item__text {
    font-size: 16px;
    line-height: 140%;
}

@media only screen and (min-width: 768px) {
    .stock-item__text {
        font-size: 18px;
    }
}

.stock-item__left {
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
    .stock-item__left {
        max-width: 452px;
    }
}

.stock-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
}

@media only screen and (min-width: 425px) {
    .stock-catalog {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 768px) {
    .stock-catalog {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (25%)[4];
            grid-template-columns: repeat(4, 25%);
    }
}

@media only screen and (min-width: 1280px) {
    .stock-catalog {
        -ms-grid-columns: (185px)[5];
            grid-template-columns: repeat(5, 185px);
    }
}

@media only screen and (min-width: 1400px) {
    .stock-catalog {
        -ms-grid-columns: (234px)[5];
            grid-template-columns: repeat(5, 234px);
    }
}

.stock-catalog__active {
    height: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}

.stock-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
    margin-bottom: 40px;
}

.stock-filter__item {
    display: inline-block;
    position: relative;
    padding: 20px 10px;
    margin: 0 20px;
    font-weight: 600;
    font-size: 20px;
    color: var(--dark);
}

.stock-filter__item:before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    background: var(--green);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    bottom: 0;
}

@media only screen and (min-width: 1024px) {
    .stock-filter__item {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1400px) {
    .stock-filter__item {
        margin: 0 30px;
    }
}

.stock-filter__item-active:before {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .stock-item__right {
        max-width: 48%;
        font-size: 18px;
    }
}

.stock-item__right,
.stock-item__right p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .stock-item__right p {
        font-size: 18px;
    }
    .stock-item__right {
        font-size: 18px;
    }
}

.stock-item__right ul,
.stock-item__right ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.stock-item__right ul {
    list-style: disc;
}

.stock-item__right li {
    font-size: 16px;
    line-height: 140%;
    color: var(--dark);
    letter-spacing: 1px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
    .stock-item__right li {
        font-size: 18px;
    }
}

.stock-item__right a {
    color: var(--green);
}

@media (min-width: 1024px) {
    .stock-item__right a:hover {
        text-decoration: underline;
    }
}


/*FONTS*/


/*images*/


/*=======================START-MEDIA=====================*/


/*=======================END-MEDIA=====================*/

.type-corob,
.product-description,
.examples-collection {
    margin-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
    .type-corob,
    .product-description,
    .examples-collection {
        margin-bottom: 120px;
    }
}

.product-description {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .product-description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1024px) {
    .product-description {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.swiper-similar-products {
    padding-top: 40px;
    position: relative;
}

.type-corob__title {
    color: var(--dark);
    margin-bottom: 25px;
}

.type-corob__all-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.type-corob__item {
    max-width: 50%;
    width: 100%;
    border: 1px solid #E0E0E0;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 768px) {
    .type-corob__item {
        padding: 25px;
        max-width: 33.3%;
    }
}

.type-corob__item-img {
    display: inline-block;
    margin-bottom: 15px;
    max-width: 205px;
    width: 100%;
}

.type-corob__item-title {
    text-align: center;
    color: var(--dark);
    font-weight: 600;
    font-size: 18px;
}

@media only screen and (min-width: 768px) {
    .type-corob__item-title {
        font-size: 20px;
    }
}

.swiper-similar-products .swiper-slide {
    max-width: 185px;
    margin-right: 30px;
}

.swiper-similar-products .swiper-slide .product-item {
    width: 100%;
}

.product-description__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
}

@media only screen and (min-width: 1024px) {
    .product-description__left {
        max-width: 300px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media only screen and (min-width: 1280px) {
    .product-description__left {
        max-width: 340px;
    }
}

.product-price__top {
    max-width: 236px;
    width: 100%;
    margin: 0 auto 10px;
    border-bottom: 1px solid #BDBDBD;
}

.product-price {
    max-width: 295px;
    width: 100%;
    border: 2px solid #007749;
    padding: 20px 10px 10px;
    margin: 0 auto;
    background: var(--white);
}

@media only screen and (min-width: 768px) {
    .product-price {
        padding: 28px;
    }
}

@media only screen and (min-width: 1024px) {
    .product-price {
        max-width: 225px;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        padding: 15px;
    }
}

@media only screen and (min-width: 1280px) {
    .product-price {
        max-width: 225px;
    }
}

@media only screen and (min-width: 1400px) {
    .product-price {
        padding: 20px;
        max-width: 275px;
    }
}

@media only screen and (min-width: 1600px) {
    .product-price {
        padding: 28px;
        max-width: 295px;
    }
}

.product-price__title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    color: var(--dark);
}

.product-prices {
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-prices span {
    padding: 0 5px;
}

@media only screen and (min-width: 768px) {
    .product-prices {
        max-width: 200px;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 20px;
    }
}

.product-price__old {
    font-weight: 600;
    font-size: 14px;
    color: #828282;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .product-price__old {
        display: block;
        margin-bottom: 5px;
    }
}

.product-price__standart {
    font-weight: 600;
    font-size: 20px;
    color: var(--dark);
}

.product-price__plus {
    font-weight: 600;
    font-size: 18px;
    color: #FF7400;
}

.total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .total-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.total-name {
    color: var(--dark);
    font-weight: 600;
    font-size: 16px;
    margin-right: 15px;
}

@media only screen and (min-width: 768px) {
    .total-name {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-bottom: 10px;
    }
}

.total-price__number {
    font-weight: 600;
    font-size: 24px;
    color: var(--green);
}

@media only screen and (min-width: 768px) {
    .total-price__number {
        font-size: 32px;
    }
}

.product-price__buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-price__buy .select2-container {
    max-width: 145px !important;
}

.product-price__buy .select2-container .select2-selection--single {
    height: 48px;
}

.product-price__buy .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}

.product-price__buy .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 5px;
}

.product-price__buy .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 20px;
    top: 3px;
}

@media only screen and (min-width: 768px) {
    .product-price__buy {
        display: block;
    }
    .product-price__buy .select2 {
        margin-bottom: 10px;
    }
    .product-price__buy .select2-container {
        max-width: 100% !important;
    }
}

.product-price__buy-button {
    padding: 16px 15px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: 5px;
    font-weight: 400;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .product-price__buy-button {
        margin: 0;
        width: 100%;
    }
}

.product-description__choice {
    text-align: center;
    display: inline-block;
    padding: 15px;
    max-width: 330px;
    width: 100%;
    color: var(--white);
    background: #0F9C66;
    margin-top: 25px;
}

@media (min-width: 1024px) {
    .product-description__choice:hover {
        background: var(--green-hover);
    }
}

@media only screen and (min-width: 768px) {
    .product-description__choice {
        display: none;
    }
}

.product-description__img {
    max-width: 340px;
    width: 100%;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .product-description__img {
        width: 300px;
    }
}

@media only screen and (min-width: 1200px) {
    .product-description__img {
        width: 200px;
    }
}

@media only screen and (min-width: 1400px) {
    .product-description__img {
        width: 230px;
    }
}

@media only screen and (min-width: 1600px) {
    .product-description__img {
        width: 250px;
    }
}

.product-description__image {
    max-width: 265px;
    width: 50%;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .product-description__image {
        width: 75%;
        margin: 0;
        margin-left: auto;
    }
}

@media only screen and (min-width: 1024px) {
    .product-description__image {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .product-description__image {
        width: 90%;
    }
}

/*.product-filer {*/
/*    -webkit-transform: scale(0) translate(0, -1000%);*/
/*    -ms-transform: scale(0) translate(0, -1000%);*/
/*        transform: scale(0) translate(0, -1000%);*/
/*    opacity: 0;*/
/*    height: 0;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

.product-filer .collection__filter-item {
    max-width: 375px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
    .product-filer .collection__filter-item {
        width: 49%;
        margin-bottom: 5px;
    }
}

.product-filer .collection__filter-item-title {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.product-filer .collection__filter-item-title span {
    white-space: normal;
    background: #F2F2F2;
    padding: 4px 8px;
    display: inline-block;
    margin-left: 15px;
}

@media only all and (min-width: 768px) {
    .product-filer {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        -webkit-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
        opacity: 1;
        height: auto;
    }
    .product-filer .collection__filter-item {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .product-filer {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        display: block;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 1280px) {
    .product-filer {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 1400px) {
    .product-filer {
        padding-left: 15px;
    }
}

.product-filter__title {
    display: none;
}

.product-filter__title-p {
    color: var(--dark);
    font-size: 30px;
    font-weight: 600;
}

.product-filter__close {
    cursor: pointer;
}

.product-filter__close .icon-close {
    font-size: 24px;
    color: var(--dark);
}

.product-filer-open-fixed {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    opacity: 1;
    height: auto;
    background: var(--white);
    z-index: 55;
    max-height: 100vh;
    overflow: hidden auto;
    max-width: 100%;
}

.product-filer-open-fixed .product-filter__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
}

.product-filer-open-fixed .product-filter__all-filter {
    padding: 15px;
}

.product-filer-open-fixed .collection__filter-item {
    margin-right: 0;
}

.product-filter__options {
    background: #F2F2F2;
    padding: 15px;
    /* margin: 0 15px; */
}

@media only screen and (min-width: 768px) {
    .product-filter__options {
        width: 49%;
        margin: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .product-filter__options {
        max-width: 675px;
        min-width: 415px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1280px) {
    .product-filter__options {
        width: 100%;
        padding: 10px;
        padding-bottom: 5px;
        padding: 7px;
    }
}

@media only screen and (min-width: 1400px) {
    .product-filter__options {
        max-width: 730px;
        padding: 15px;
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 1600px) {
    .product-filter__options {
        max-width: 690px;
    }
}

.product-filter__options .select2-container .select2-selection--single {
    height: 28px;
}

@media only screen and (min-width: 1600px) {
    .product-filter__options .select2-container .select2-selection--single {
        height: 46px;
    }
}

.product-filter__options .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 28px;
    line-height: 28px;
    color: var(--dark);
}

@media only screen and (min-width: 1600px) {
    .product-filter__options .select2-container--default .select2-selection--single .select2-selection__rendered {
        height: 46px;
        line-height: 46px;
    }
}

.product-filter__all-filter {
    max-width: 375px;
}

@media only screen and (min-width: 768px) {
    .product-filter__all-filter {
        width: 49%;
    }
}

@media only screen and (min-width: 1024px) {
    .product-filter__all-filter {
        max-width: 340px;
        width: 100%;
        min-height: 300px;
    }
}

@media only screen and (min-width: 1200px) {
    .product-filter__all-filter {
        max-width: 675px;
        min-height: 375px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: inherit;
    }
/*     .product-filter__all-filter .collection-filter__label {
        height: 40px;
        width: 40px;
    } */
    .product-filter__all-filter .collection__filter-item-title {
        margin-bottom: 3px;
    }
}

@media only screen and (min-width: 1400px) {
    .product-filter__all-filter {
        max-width: 730px;
    }
/*     .product-filter__all-filter .collection-filter__label {
        height: 40px;
        width: 40px;
    } */
    .product-filter__all-filter .collection__filter-item-title {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 1600px) {
    .product-filter__all-filter {
        max-width: 690px;
    }
/*     .product-filter__all-filter .collection-filter__label {
        height: 40px;
        width: 40px;
    } */
}

@media only screen and (min-width: 1200px) {
    .product-main .breadcrumbs__wrapper {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1400px) {
    .product-main .breadcrumbs__wrapper {
        margin-bottom: 30px;
    }
}

.product-filter__option-item {
    max-width: 375px;
    margin: 0 auto 10px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .product-filter__option-item {
        max-width: 325px;
    }
    .product-filter__option-item .select2-container {
        min-width: 305px;
    }
}

@media only screen and (min-width: 1024px) {
    .product-filter__option-item {
        max-width: 375px;
    }
    .product-filter__option-item .select2-container {
        min-width: 255px;
    }
}

@media only screen and (min-width: 1280px) {
    .product-filter__option-item {
        max-width: 375px;
        margin-bottom: 5px;
    }
    .product-filter__option-item .select2-container {
        min-width: 305px;
    }
}

@media only screen and (min-width: 1400px) {
    .product-filter__option-item {
        max-width: 375px;
        margin-bottom: 10px;
    }
    .product-filter__option-item .select2-container {
        min-width: 325px;
    }
}

@media only screen and (min-width: 1024px) {
    .product-filter__options-part {
        width: 49%;
    }
}


@media only screen and (max-width: 767px) {
    .product-filter__options {
        position: relative;
    }
    .photo-example img {
        height: auto;
    }
    .examples-collection .swiper-ex-coll .swiper-slide {
        width: 230px;
    }
}



.product-filter__option-label {
    display: inline-block;
    margin-bottom: 5px;
    color: var(--dark);
    font-size: 12px;
}

.product-filter__buttons {
    padding: 25px 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .product-filter__buttons {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 25px 0 0 0;
    }
    .product-filter__buttons button {
        margin: 0 10px;
        padding: 14px 25px;
        border: 2px solid transparent;
    }
    .product-filter__buttons .white-button {
        border-color: var(--green);
    }
}

@media only screen and (min-width: 1200px) {
    .product-filter__buttons {
        position: absolute;
        right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 225px;
        top: 280px;
    }
    .product-filter__buttons button {
        margin: 0;
        margin-bottom: 7px;
        width: 100%;
    }
}

@media only screen and (min-width: 1400px) {
    .product-filter__buttons {
        top: 332px;
        max-width: 275px;
    }
}

@media only screen and (min-width: 1600px) {
    .product-filter__buttons {
        max-width: 295px;
    }
}

.apply-filter-product {
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .apply-filter-product {
        width: auto;
    }
}

.clear-filter-product {
    border-color: transparent;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .clear-filter-product {
        border-color: var(--green);
        margin-bottom: 0;
    }
}

.product-description__garant {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
    background: #F2F2F2;
    padding: 15px 20px;
}

.product-description__garant img {
    max-width: 30px;
    width: 100%;
}

.product-description__garant span {
    font-size: 20px;
    color: #005D39;
    margin-left: 15px;
}

@media only screen and (min-width: 1400px) {
    .product-description__garant span {
        white-space: nowrap;
    }
}

@media only screen and (min-width: 1600px) {
    .product-description__garant {
        max-width: 225px;
        width: 100%;
    }
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.product-price__city {
    max-width: 145px;
    width: 100%;
}

.link-art img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.transition {
    -webkit-transition: 10s;
    -o-transition: 10s;
    transition: 10s;
}

@media (min-width: 1024px) {
    .link-art:hover img {
        opacity: 0.7;
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    opacity: 0.5;
}

.select2-container--default.select2-container--above .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2-container--below .select2-selection--single .select2-selection__rendered {
    color: var(--dark);
    opacity: 1;
}

.input__container {
    padding-bottom: 30px;
}

.input--fullw {
    width: 100%;
    height: 46px;
    border: 1px solid #e0e0e0;
    padding: 0 15px;
    color: #171717;
    font-size: 13px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}

@media only screen and (min-width: 768px) {
    .input--fullw {
        font-size: 16px;
    }
}

.pop-up__change-city {
    overflow: hidden;
}

.btn-fix {
    opacity: 0;
    position: fixed;
    right: 5px;
    top: 65%;
    z-index: 100;
    /* -webkit-animation: pulseB 1s ease-out infinite;
    animation: pulseB 1s ease-out infinite; */
}

@media (min-width: 1024px) {
    .btn-fix:hover em {
        background: var(--green-hover);
    }
}

@media only screen and (min-width: 768px) {
    .btn-fix {
        top: 37%;
    }
}

@media only screen and (min-width: 1024px) {
    .btn-fix {
        top: 50%;
    }
}

@media only screen and (min-width: 1280px) {
    .btn-fix {
        top: 85%;
    }
}


@media only screen and (min-width: 1700px) {
    .btn-fix {
        right: 40px;
        top: 80%;
    }
}

.btn-circle {
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    border-radius: 50%;
    background: #7FBBA4;
    /* -webkit-box-shadow: 0 0 0 11px rgb(160 225 190 / 50%);
    box-shadow: 0 0 0 11px rgb(160 225 190 / 50%); */
    -webkit-box-shadow: 0px 0px 10px 2px rgb(255, 255, 255, .75);
    box-shadow: 0px 0px 10px 2px rgb(255, 255, 255, .75);
}

.icon-btn--part {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: var(--green);
    border-radius: 50%;
}

.icon-btn--part:hover {
    background: var(--green-hover);
}

.icon-btn--part img {
    position: absolute;
    width: 22px;
    height: 32px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.square-icon .holder, .square-icon:after, .square-icon>*, .wrap-ctr .holder, .wrap-ctr:after, .wrap-ctr>* {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    font-size: initial;
    line-height: initial;
}

.collection-filter .one-radio img {
    border: 1px solid black;
}

.collection-filter .one-radio.disabled img {
    /*opacity: 0.3;*/
    cursor: not-allowed;
}

.category__block {
    z-index: 100;
}

.collection-filter .one-radio {
    position: relative;
}

.collection-filter .one-radio.disabled label:after {
    content: '';
    height: 30px;
    border-left: 1px solid red;
    position: absolute;
    transform: rotate(45deg);
    left: 48%;
    z-index: 100;
    top: 1px;
    cursor: not-allowed;
}

.collection-filter .one-radio.disabled label:before {
    content: '';
    height: 30px;
    border-left: 1px solid red;
    position: absolute;
    transform: rotate(-45deg);
    left: 48%;
    z-index: 100;
    top: 1px;
    cursor: not-allowed;
}

.slider-pagi .slider-control img {
    filter: invert(1);
}

.slider-pagi .slider-pagi__elem, .slider-pagi .slider-pagi__elem-0::before {
    color: black;
}

/*@keyframes pulse {*/
/*    0% {*/
/*        transform: scale(0.95);*/
/*    }*/
/*    50% {*/
/*        transform: scale(1.05);*/
/*    }*/
/*}*/

@media print {
  .clear-filter-product{
      display: none;
  }
    .main{
        padding: 0;
    }
  .type-corob{
      display: none;
  }
  .footer{
      display: none;
  }
  .container{
      width: 100%;
  }
  body{
      margin: 0;
      padding: 0;
  }
  .header{
      display: none;
  }
  .wrapper{
      display: block;
  }
  .product-filer .span-red{
      display: none;
  }
  .product-description{
      display: block;
  }
  .product-filter__option-item{
      max-width: 100%;
  }
  .product-price__buy{
      display: none;
  }
  .breadcrumbs__wrapper{
      display: none;
  }
}
