@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik/Rubik-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik/Rubik-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik/Rubik-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik/Rubik-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik/Rubik-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik/Rubik-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik/Rubik-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik/Rubik-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik/Rubik-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik/Rubik-ExtraBoldItalic.ttf) format("truetype");
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik/Rubik-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik/Rubik-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: none
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1310px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container-fluid .container {
    padding-right: 0;
    padding-left: 0
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Rubik;
    position: relative;
    overflow-x: hidden
}

body.hidden {
    max-height: 100vh;
    overflow: hidden
}

body * {
    -webkit-tap-highlight-color: transparent
}

body main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

img {
    width: 100%;
    height: auto
}

section .section-title {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    font-weight: 500;
    font-size: 44px;
    line-height: 57px;
    color: #1f1c18;
    margin: 0 0 20px;
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start
}

section .section-title span {
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    border-radius: 4px 4px 4px 0;
    border-bottom: 14px solid #ffb902;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

section .section-title span:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: inherit;
    height: 6px;
    background: #ffb902;
    border-radius: 0 6px 6px
}

.btn {
    background: #ffb902;
    border-radius: 0 6px 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #1f1c18;
    font-weight: 500;
    padding: 4px 5px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    outline: 0;
    max-width: 280px;
    width: 100%;
    margin: 25px 0 0;
    -webkit-transition: .3s;
    transition: .3s;
    border: none;
    cursor: pointer
}

.btn:hover {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.btn span {
    opacity: 1;
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border-radius: 6px 6px 6px 0;
    border-bottom: 20px solid #ffb902;
    border-right: 280px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 480px) {
    section .section-title {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 10px
    }

    section .section-title span {
        height: 4px
    }

    .btn span {
        border-bottom-width: 10px
    }
}

header {
    background: #4c4a48;
    padding: 16px
}

header .container {
    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
}

header .container .burger {
    width: 26px;
    height: 18px;
    background: url(../img/svg/burger.svg) center center/100% 100% no-repeat;
    display: none
}

header .container .logo {
    width: 120px;
    height: 64px;
    margin-right: 210px
}

@media (max-width: 1365px) {
    header .container .logo {
        margin-right: 60px
    }
}

@media (max-width: 950px) {
    header .container .logo {
        width: 70px;
        height: auto;
        margin-right: 20px
    }
}

@media (max-width: 767px) {
    header .container .burger {
        display: block
    }

    header .container .logo {
        width: 95px;
        height: 50px
    }
}

header .container .mobile {
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

header .container .mobile .mobile-top {
    width: 100%;
    padding: 22px 15px;
    background: #4c4a48;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: relative
}

header .container .mobile .mobile-top p {
    margin: 0
}

header .container .mobile .mobile-top .close {
    position: absolute;
    top: 19px;
    right: 15px;
    width: 29px;
    height: 29px;
    background: url(../img/svg/close-white.svg) center center/100% 100% no-repeat
}

@media (max-width: 767px) {
    header .container .mobile {
        position: fixed;
        top: 0;
        right: 100%;
        width: 100vw;
        height: 100vh;
        z-index: 10;
        background: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition: right .3s;
        transition: right .3s;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    header .container .mobile.active {
        right: 0
    }

    header .container .mobile .mobile-top {
        display: block
    }
}

header .container .mobile nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 767px) {
    header .container .mobile nav {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }
}

header .container .mobile nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .container .mobile nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 12px;
    position: relative;
    padding: 5px 0
}

@media (max-width: 1199px) {
    header .container .mobile nav ul li {
        margin-right: 22px
    }
}

header .container .mobile nav ul li:last-child {
    margin-right: 0
}

header .container .mobile nav ul li.active:after {
    content: '';
    position: absolute;
    top: calc(100% - 13px);
    left: 5px;
    width: calc(100% - 10px);
    height: 7px;
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(45%, #ffb902), color-stop(55%, transparent));
    background-image: linear-gradient(to top right, #ffb902 45%, transparent 55%);
    border-radius: 1px
}

header .container .mobile nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    padding: 5px
}

@media (max-width: 950px) {
    header .container .mobile nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    header .container .mobile nav ul li {
        margin-right: 10px
    }

    header .container .mobile nav ul li a {
        font-size: 18px;
        line-height: 21px
    }
}

header .container .mobile nav > ul > li.has-child {
    position: relative
}

@media (max-width: 767px) {
    header .container .mobile nav ul {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    header .container .mobile nav ul li {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 25px 15px;
        margin: 0;
        border-bottom: 1px solid #878787
    }

    header .container .mobile nav ul li:hover a {
        color: #ffb902
    }

    header .container .mobile nav ul li.active:after {
        content: none
    }

    header .container .mobile nav ul li a {
        color: #1f1c18
    }

    header .container .mobile nav > ul > li.has-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 82px;
        -webkit-transition: height .3s;
        transition: height .3s
    }

    header .container .mobile nav > ul > li.has-child:not(.active):before {
        content: '';
        position: absolute;
        top: 0;
        right: 15px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
        bottom: 0;
        width: 20px;
        height: 20px;
        margin: auto;
        background: url(../img/svg/menu-arrow.svg) center center/100% 100% no-repeat
    }

    header .container .mobile nav > ul > li.has-child > a {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    header .container .mobile nav > ul > li.has-child.active {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: max-content;
        background-color: #fff;
        z-index: 2;
        padding: 0 0 70px;
        -webkit-transition: height .5s;
        transition: height .5s;
    }

    header .container .mobile nav > ul > li.has-child.active:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 60px;
        background: #4c4a48;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: -1
    }

    header .container .mobile nav > ul > li.has-child.active:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        top: 15px;
        right: 15px;
        left: auto;
        background: url(../img/svg/close-white.svg) center center/100% 100% no-repeat
    }

    header .container .mobile nav > ul > li.has-child.active > a {
        padding: 20px 15px;
        color: #fff;
        position: relative
    }

    header .container .mobile nav > ul > li.has-child.active > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0
    }

    header .container .mobile nav > ul > li.has-child.active > ul li {
        padding-left: 15px
    }

    header .container .mobile nav > ul > li.has-child.active > ul li.active > a:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    header .container .mobile nav > ul > li.has-child.active > ul li.active > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: auto
    }

    header .container .mobile nav > ul > li.has-child.active > ul li.active > ul li {
        padding: 10px 0 10px 15px;
        border-bottom: none;
        width: calc(100% - 15px);
        position: relative
    }

    header .container .mobile nav > ul > li.has-child.active > ul li.active > ul li a {
        position: static
    }

    header .container .mobile nav > ul > li.has-child.active > ul li.active > ul li a:after {
        bottom: auto;
        top: 15px
    }
}

header .container .mobile nav > ul > li.has-child ul {
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .25);
    position: absolute;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 7;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0 40px;
    width: 345px
}

@media (max-width: 1550px) {
    header .container .mobile nav > ul > li.has-child ul {
        width: 230px
    }
}

header .container .mobile nav > ul > li.has-child ul li {
    width: 100%;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 20px;
    position: static
}

header .container .mobile nav > ul > li.has-child ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

header .container .mobile nav > ul > li.has-child ul li a {
    position: relative;
    color: #1f1c18;
    padding: 0 30px 0 0;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
}

header .container .mobile nav > ul > li.has-child ul li.has-child > a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background: url(../img/svg/menu-arrow.svg) center center/100% 100% no-repeat
}

header .container .mobile nav > ul > li.has-child ul li.has-child:hover > a {
    color: #ffb902
}

header .container .mobile nav > ul > li.has-child ul li.has-child ul {
    position: absolute;
    left: 100%;
    top: 0;
    min-height: 100%;
    height: auto;
}

@media (max-width: 767px) {
    header .container .mobile nav > ul > li.has-child ul {
        width: 100%;
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px 0
    }

    header .container .mobile nav > ul > li.has-child ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 0;
        margin: 0
    }

    header .container .mobile nav > ul > li.has-child ul li:last-child {
        padding-bottom: 25px
    }

    header .container .mobile nav > ul > li.has-child ul li a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: calc(100% - 75px);
        height: auto;
        padding-right: 0;
        margin-right: 75px;
    }

    header .container .mobile nav > ul > li.has-child ul li.has-child > a:after {
        right: auto;
        left: calc(100vw - 55px)
    }

    header .container .mobile nav > ul > li.has-child ul li.has-child ul {
        position: static;
        left: 0
    }
}

header .container .mobile nav > ul > li.has-child > ul {
    top: 100%;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

@media (max-width: 995px) {
    header .container .mobile nav > ul > li.has-child > ul {
        right: 0
    }
}

header .container .mobile nav ul li.has-child > ul {
    display: none
}

@media (min-width: 768px) {
    header .container .mobile nav ul li.has-child:hover > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

header .container .mobile .lang {
    margin-right: 120px
}

@media (max-width: 1365px) {
    header .container .mobile .lang {
        margin-right: 40px
    }
}

header .container .mobile .lang ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .container .mobile .lang ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header .container .mobile .lang ul li:first-child a:before {
    padding-left: 0;
    content: none
}

header .container .mobile .lang ul li.active a {
    color: #fff
}

@media (max-width: 767px) {
    header .container .mobile nav > ul > li.has-child > ul {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    header .container .mobile .lang {
        margin: 20px 15px
    }

    header .container .mobile .lang ul li.active a {
        color: #ffb902
    }
}

header .container .mobile .lang ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #87827c;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    padding-left: 3px
}

header .container .mobile .lang ul li a:before {
    content: '|';
    padding-right: 3px
}

header .container .user-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

header .container .user-menu .phone {
    position: relative;
    padding-left: 34px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 7px
}

header .container .user-menu .phone:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background: url(../img/svg/phone.svg) center center/100% 100% no-repeat
}

header .container .user-menu p {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    margin: 0
}

header .container .user-menu p:hover {
    text-decoration: none
}

@media (max-width: 950px) {
    header .container .mobile .lang ul li a {
        font-size: 18px;
        line-height: 21px
    }

    header .container .user-menu .phone {
        font-size: 16px;
        line-height: 21px
    }

    header .container .user-menu p {
        font-size: 14px;
        line-height: 16px
    }
}

footer {
    background: #4c4a48;
    padding: 43px 0 24px;
    color: #fff
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

footer .container .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px
}

@media (max-width: 767px) {
    footer .container .top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 480px) {
    header .container .user-menu .phone {
        font-size: 0;
        width: 24px;
        height: 24px;
        padding: 0;
        margin: 0
    }

    header .container .user-menu p {
        display: none
    }

    footer .container .top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

footer .container .top .address {
    font-size: 22px;
    line-height: 26px;
    max-width: 240px;
    margin: 0 90px 0 0
}

@media (max-width: 860px) {
    footer .container .top .address {
        margin-right: 60px
    }
}

@media (max-width: 767px) {
    footer .container .top .address {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
}

footer .container .top .phones {
    padding: 0;
    margin: 0 130px 0 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 860px) {
    footer .container .top .phones {
        margin-right: 80px
    }
}

footer .container .top .phones li {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 26px
}

@media (max-width: 480px) {
    footer .container .top .address {
        font-size: 18px;
        line-height: 21px
    }

    footer .container .top .phones {
        margin-right: 0
    }

    footer .container .top .phones li {
        font-size: 18px;
        line-height: 21px
    }
}

footer .container .top .phones li:last-child {
    margin-bottom: 0
}

footer .container .top .phones li a {
    color: inherit;
    text-decoration: inherit
}

footer .container .top .links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

footer .container .top .links li {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 26px;
    text-decoration: underline
}

footer .container .top .links li:hover {
    text-decoration: none
}

footer .container .top .links li:last-child {
    margin-bottom: 0
}

footer .container .top .links li a {
    color: inherit;
    text-decoration: inherit
}

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

footer .container .bottom .right{
    margin-left: auto;

}

footer .container .bottom .right a{
    color: #fff;
    font-size: 22px;
    text-decoration: none;

}

footer .container .bottom .rights {
    font-size: 22px;
    line-height: 26px;
    margin: 0 265px 0 0
}

@media (max-width: 860px) {
    footer .container .bottom .rights {
        margin-right: 160px
    }
}

@media (max-width: 480px) {
    footer .container .top .links li {
        font-size: 18px;
        line-height: 21px
    }

    footer .container .bottom .rights {
        font-size: 14px;
        line-height: 17px
    }
}

footer .container .bottom .dev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 170%;
    text-transform: capitalize
}

@media (max-width: 767px) {
    footer .container .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    footer .container .bottom .rights {
        margin-right: 0
    }

    footer .container .bottom .dev {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-bottom: 40px
    }
}

@media (max-width: 480px) {
    footer .container .bottom .dev {
        font-size: 18px;
        line-height: 21px
    }
}

footer .container .bottom .dev p {
    margin: 0
}

footer .container .bottom .dev a {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 20px;
    width: auto
}

footer .container .bottom .dev a:last-child {
    margin-right: 0
}

div.category {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

div.category:after {
    content: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -25px;
    left: -25px;
    padding: 25px;
    background: rgba(250, 250, 250, .9);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 10px;
    z-index: -1
}

@media (max-width: 767px) {
    div.category:after {
        padding: 15px 4px 20px;
        top: -15px;
        left: -4px
    }
}

div.category .image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

div.category .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

div.category .name, div.category .name h2 {
    text-decoration: none;
    color: #878787;
    font-weight: 500;
    font-size: 26px;
    height: 50px;
    line-height: 31px;
    text-align: center;
    padding: 0 20px;
    margin: 0 0 36px;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 767px) {
    div.category .name , div.category .name h2 {
        font-size: 18px;
        line-height: 21px
    }
}

@media (max-width: 576px) {
    div.category .name , div.category .name h2 {
        font-size: 14px;
        line-height: 17px;
        padding: 0;
        margin-bottom: 10px
    }
}

div.category .sub-category {
    max-height: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    margin: 0;
    list-style: none;
    font-size: 22px;
    line-height: 35px;
    color: #1f1c18;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media (max-width: 767px) {
    div.category .sub-category {
        font-size: 14px;
        line-height: 157%
    }
}

@media (max-width: 576px) {
    div.category .sub-category {
        font-size: 12px;
        margin-bottom: 10px
    }
}

@media (max-width: 380px) {
    div.category .sub-category {
        padding: 0
    }
}

@media (max-width: 320px) {
    .category .sub-category {
        font-size: 10px
    }
}

.category .sub-category li {
    text-decoration: underline;
    margin-bottom: 2px
}

.category .sub-category li:last-child {
    margin-bottom: 0
}

.category .sub-category li:hover {
    text-decoration: none
}

.category .sub-category a {
    text-decoration: inherit;
    color: inherit
}

div.category:hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9
}

div.category:hover:after {
    content: ''
}

div.category:hover .name {
    color: #1f1c18;
    height: auto;
}

div.category:hover .sub-category {
    opacity: 1;
    max-height: 100vh
}

.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 45px 15px 32px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 10px
}

.product .image {
    position: relative;
    margin: 0 0 20px;
    width: 100%;
    height: 0;
    padding-bottom: 123%;
    overflow: hidden
}

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

.product .name {
    font-weight: 500;
    font-size: 22px;
    line-height: 170%;
    text-decoration: underline;
    color: #1f1c18;
    margin: 0 0 14px
}

.slide .product a.name{
    min-height: 148px;
}

.slide .product .price{
    min-height: 31px;
}


@media (max-width: 520px) {
    .product {
        padding: 10px 5px 20px
    }

    .product .name {
        font-size: 16px
    }
}

@media (max-width: 420px) {
    .product .name {
        font-size: 13px;
        margin-bottom: 6px
    }
}

.product .properties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.product .properties li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product .properties li .name {
    font-size: 18px;
    line-height: 157%;
    color: #1f1c18;
    text-decoration: none;
    margin: 0 5px 0 0
}

@media (max-width: 520px) {
    .product .properties li .name {
        font-size: 14px
    }
}

@media (max-width: 420px) {
    .product .properties li .name {
        font-size: 10px
    }
}

.product .properties li .desc {
    font-weight: 300;
    font-size: 18px;
    line-height: 157%;
    color: #1f1c18;
    margin: 0
}

.product .price {
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    color: #1f1c18;
    margin-bottom: 18px
}

@media (max-width: 520px) {
    .product .properties li .desc {
        font-size: 14px
    }

    .product .price {
        font-size: 18px;
        line-height: 21px
    }
}

@media (max-width: 420px) {
    .product .properties li .desc {
        font-size: 10px
    }

    .product .price {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px
    }
}

section.breadcrumbs {
    margin-top: 25px;
    margin-bottom: 20px
}

section.breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

section.breadcrumbs span>span {
    font-weight: 300;
    font-size: 16px;
    line-height: 170%;
    color: #1f1c18;
    padding-right: 10px;
    margin-bottom: 5px
}

section.breadcrumbs ul li:after {
    content: '/';
    padding-left: 10px
}

section.breadcrumbs span:last-child:after {
    content: none
}

section.breadcrumbs  a {
    color: inherit;
    text-decoration: inherit
}

section.breadcrumbs ul li span {
    color: #878787
}

.search-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 190px;
    position: relative
}

.search-field input {
    width: 100%;
    border: solid #ffb902;
    border-width: 0 0 1px;
    color: #1f1c18;
    font-size: 16px;
    line-height: 160%;
    outline: 0;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.search-field input::-webkit-input-placeholder {
    color: #878787
}

.search-field input::-moz-placeholder {
    color: #878787
}

.search-field input:-ms-input-placeholder {
    color: #878787
}

.search-field input::-ms-input-placeholder {
    color: #878787
}

.search-field input::placeholder {
    color: #878787
}

body *:focus{
    outline: 0px;
}

.woocommerce-Price-currencySymbol{
    margin-left: 5px;
}

.search-field a, .search-field button {
    text-decoration: none;
    content: '';
    width: 37px;
    height: 37px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    cursor: pointer;
    border: none;
    background: url(../img/svg/search.svg) center center/100% 100% no-repeat
}

.custom-select {
    position: relative;
    height: 36px
}

.custom-select .select {
    position: relative;
    z-index: 6;
    color: #1f1c18;
    min-width: 282px;
    width: max-content;
    max-width: 100vw;
    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-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #878787;
    border-radius: 10px
}

.custom-select .select.active {
    position: absolute
}

.custom-select .select.active .selected:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.custom-select .select .selected {
    cursor: pointer;
    padding: 3px 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    font-size: 18px;
    line-height: 170%;
    position: relative
}

.custom-select .select .selected:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    height: 10px;
    width: 5px;
    background: url(../img/svg/slider_arrow.svg) center center/100% 100% no-repeat;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 767px) {
    .search-field {
        max-width: none;
        width: 100%
    }

    .custom-select .select.mobile {
        border: none;
        width: 100%
    }

    .custom-select .select.mobile .selected {
        display: none
    }

    .custom-select .select.mobile .options {
        max-height: none;
        overflow: visible
    }

    .custom-select .select.mobile .options .option {
        padding: 20px 15px;
        border-bottom: 1px solid #c4c4c4;
        margin: 0
    }
}

.custom-select .select .options {
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
    position: relative;
    top: 100%;
    left: 0;
    overflow: hidden;
    max-height: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px
}

.custom-select .select .options.active {
    max-height: 300px
}

.option{
    cursor: pointer;
}


.custom-select .select .options .option {
    margin: 0;
    padding: 3px 20px;
    font-size: 18px;
    line-height: 170%;
    z-index: 6
}

@media (max-width: 576px) {
    section.breadcrumbs ul li {
        font-size: 14px;
        padding-right: 5px
    }

    section.breadcrumbs ul li:after {
        padding-left: 5px
    }

    .custom-select .select {
        width: 235px
    }

    .custom-select .select .selected {
        padding: 3px 15px
    }

    .custom-select .select .selected:after {
        right: 20px
    }

    .custom-select .select .options .option {
        padding: 3px 15px
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 300;
    font-size: 26px;
    line-height: 170%;
    color: #1f1c18
}

@media (max-width: 767px) {
    .pagination {
        font-size: 21px
    }
}

@media (max-width: 480px) {
    .product .btn {
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px;
        padding: 4px 5px 6px
    }

    .product .btn:before {
        height: 10px
    }

    .custom-select {
        height: 30px
    }

    .custom-select .select {
        width: 170px
    }

    .custom-select .select .options .option, .custom-select .select .selected {
        font-size: 14px
    }

    .pagination {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 0 35px;
        margin-bottom: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 17px
    }
}

.pagination * {
    margin-right: 33px
}

.pagination a {
    text-decoration: none;
    color: inherit
}

.pagination a.current {
    font-weight: 700
}

.slider[data-slider=custom] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.slider[data-slider=custom] .wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 -10px 55px
}

.slider[data-slider=custom] .wrapper .slide {
    margin: 0 10px;
    padding-bottom: 10px
}

.slider[data-slider=custom] .user-menu .btns .slider-btn {
    width: 18px;
    height: 35px;
    position: absolute;
    top: 0;
    bottom: 73px;
    margin: auto;
    cursor: pointer;
    background: url(../img/svg/slider_arrow.svg) center center/100% 100% no-repeat;
    -webkit-transition: .3s;
    transition: .3s
}

.slider[data-slider=custom] .user-menu .btns .next {
    right: -118px
}

.slider[data-slider=custom] .user-menu .btns .prev {
    left: -118px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 1540px) {
    .slider[data-slider=custom] .user-menu .btns .next {
        right: -40px
    }

    .slider[data-slider=custom] .user-menu .btns .prev {
        left: -40px
    }
}

.slider[data-slider=custom] .user-menu .dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider[data-slider=custom] .user-menu .dots .dot {
    width: 18px;
    height: 18px;
    margin-right: 20px;
    border: 2px solid #ffb902;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    background: 0 0;
    outline: 0
}

.slider[data-slider=custom] .user-menu .dots .dot.active {
    background-color: #ffb902
}

.slider[data-slider=custom] .user-menu .dots .dot:last-child {
    margin-right: 0
}

@media (max-width: 576px) {
    .slider[data-slider=custom] .user-menu .dots {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .slider[data-slider=custom] .user-menu .dots .dot {
        width: 12px;
        padding: 0;
        height: 12px;
        margin-right: 12px;
        margin-bottom: 12px
    }
}

section.form {
    margin-top: 107px;
    background: #494444
}

section.form .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section.form .container .text {
    margin-top: 66px;
    width: calc(100% - 760px);
    margin-right: 130px
}

@media (max-width: 1365px) {
    section.form .container .text {
        width: calc(100% - 660px);
        margin-right: 50px
    }
}

@media (max-width: 860px) {
    section.form .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    section.form .container .text {
        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;
        width: 100%
    }
}

section.form .container .text .section-title {
    font-weight: 500;
    color: #fff;
    margin-bottom: 62px
}

section.form .container .text p {
    font-weight: 700;
    font-size: 153px;
    line-height: 181px;
    margin: 0 0 0 -105px;
    color: rgba(255, 255, 255, .1)
}

@media (max-width: 1365px) {
    section.form .container .text p {
        font-size: 121px;
        line-height: 146px
    }
}

@media (max-width: 1023px) {
    section.form .container .text p {
        margin-left: 0;
        font-size: 91px;
        line-height: 105px
    }
}

@media (max-width: 480px) {
    .slider[data-slider=custom] .wrapper {
        margin-bottom: 20px
    }

    section.form {
        margin-top: 25px
    }

    section.form .container .text {
        margin-top: 40px
    }

    section.form .container .text .section-title {
        margin-bottom: 50px
    }

    section.form .container .text p {
        display: none
    }
}

section.form .container .form {
    margin-top: -75px;
    margin-bottom: -20px;
    background: #3d3d3d;
    width: 610px;
    min-height: 530px;
    padding: 85px 85px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 1365px) {
    section.form .container .form {
        width: 500px;
        padding: 60px 35px 40px
    }
}

@media (max-width: 1199px) {
    section.form .container .form {
        width: 400px
    }
}

section.form .container .form:before {
    content: '';
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-radius: 0 0 0 6px;
    border-top: 20px solid #ffb902;
    border-left: 610px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1365px) {
    section.form .container .form:before {
        border-left-width: 500px
    }
}

@media (max-width: 1199px) {
    section.form .container .form:before {
        border-left-width: 400px
    }
}

@media (max-width: 860px) {
    section.form .container .form {
        max-width: 610px;
        width: 100%;
        margin: 0 auto
    }

    section.form .container .form:before {
        content: none
    }
}

section.form .container .form form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px
}

section.form .container .form form label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section.form .container .form form label input {
    width: 100%;
    background: #4c4a48;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 37px;
    padding: 15px 20px;
    font-size: 22px;
    line-height: 26px;
    color: #fff
}

section.form .container .form form label input::-webkit-input-placeholder {
    color: #ccc
}

section.form .container .form form label input::-moz-placeholder {
    color: #ccc
}

section.form .container .form form label input:-ms-input-placeholder {
    color: #ccc
}

section.form .container .form form label input::-ms-input-placeholder {
    color: #ccc
}

section.form .container .form form label input::placeholder {
    color: #ccc
}

section.form .container .form form input[type=submit] {
    background: #ffb902;
    border-radius: 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;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    padding: 22px;
    cursor: pointer;
    border: 1px solid #ffb902;
    outline: 0;
    color: #1f1c18;
    -webkit-transition: .3s;
    transition: .3s
}

section.form .container .form form input[type=submit]:hover {
    background-color: transparent;
    color: #fff
}

section.form .container .form a {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ffb902;
    border-radius: 5px;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s
}

section.form .container .form a:hover {
    background-color: #ffb902;
    color: #1f1c18
}

section.top-block {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 107px;
    padding-bottom: 280px
}

@media (max-width: 1199px) {
    section.top-block {
        padding-bottom: 140px
    }
}

@media (max-width: 480px) {
    section.form .container .form {
        padding: 0;
        background: 0 0;
        min-height: auto
    }

    section.form .container .form form, section.form .container .form form label input {
        margin-bottom: 10px
    }

    section.form .container .form form input[type=submit] {
        margin-top: 10px
    }

    section.form .container .form a {
        margin-bottom: 50px
    }

    section.top-block {
        padding-top: 30px;
        padding-bottom: 50px
    }
}

section.top-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2%, #fff), color-stop(1500%, transparent));
    background: linear-gradient(to top, #fff 2%, transparent 1500%)
}

section.top-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section.top-block .container .image {
    width: calc(100% - 535px);
    padding-right: 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

section.top-block .container .image img {
    position: absolute;
    width: 960px;
    left: -85px;
    top: 0
}

@media (max-width: 1365px) {
    section.form .container .form form label input {
        padding: 15px
    }

    section.top-block .container .image {
        width: 50%
    }

    section.top-block .container .image img {
        left: -250px
    }
}

@media (max-width: 1199px) {
    section.top-block .container .image img {
        width: 720px;
        top: 50px;
        left: -130px
    }
}

@media (max-width: 920px) {
    section.top-block .container .image img {
        width: 580px;
        bottom: -90px;
        top: auto
    }
}

@media (max-width: 767px) {
    .pagination * {
        margin-right: 25px
    }

    .slider[data-slider=custom] .user-menu .btns .slider-btn {
        display: none
    }

    section.top-block .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    section.top-block .container .image {
        width: 100%;
        margin-bottom: 70px
    }

    section.top-block .container .image img {
        position: static;
        width: 100%;
        height: auto
    }
}

section.top-block .container .content {
    width: 535px
}

section.top-block .container .content h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 57px;
    color: #1f1c18;
    margin: 0 0 26px
}

@media (max-width: 950px) {
    section.top-block .container .content h1 {
        font-size: 36px;
        line-height: 42px
    }
}

@media (max-width: 480px) {
    section.top-block .container .content h1 {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 15px
    }
}

section.top-block .container .content p {
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #1f1c18;
    margin: 0 0 70px
}

section.production {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 180px
}

@media (max-width: 1023px) {
    section.production {
        margin-bottom: 90px
    }
}

section.production .section-title {
    margin-bottom: 60px
}

section.production .category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 175px;
    grid-row-gap: 70px
}

@media (max-width: 1365px) {
    section.production .category-grid {
        grid-column-gap: 75px
    }
}

@media (max-width: 960px) {
    section.production .category-grid {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 40px
    }
}

@media (max-width: 767px) {
    section.top-block .container .content {
        width: 100%
    }

    section.top-block .container .content .btn {
        position: absolute;
        bottom: 0;
        left: 15px
    }

    section.production .category-grid {
        margin: 0 30px
    }
}

@media (max-width: 480px) {
    section.top-block .container .content p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 15px
    }

    section.top-block .container .content .btn {
        max-width: none;
        width: calc(100% - 30px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    section.production {
        margin-bottom: 50px
    }

    section.production .category-grid {
        margin: 0;
        grid-column-gap: 15px;
        grid-row-gap: 30px
    }
}

section.production .category-grid .elem {
    position: relative
}

section.rent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px
}

section.rent .top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

section.rent .top-block a {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-decoration: underline;
    color: #1f1c18;
    padding-right: 30px;
    position: relative
}

@media (max-width: 480px) {
    section.rent {
        margin-bottom: 8px
    }

    section.rent .top-block {
        margin-bottom: 20px
    }

    section.rent .top-block a {
        font-size: 12px;
        line-height: 14px
    }
}

section.rent .top-block a:hover {
    text-decoration: none
}

section.rent .top-block a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 12px;
    background: url(../img/svg/arrow_right.svg) center center/100% 100% no-repeat
}

section.rent .rent-category {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.rent .rent-category li {
    width: calc((100% / 6) - 40px);
    margin: 0 20px 20px;
    border: .5px solid #878787;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 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;
    font-size: 14px;
    line-height: 17px;
    color: #1f1c18;
    text-align: center
}

@media (max-width: 1365px) {
    section.rent .rent-category {
        margin: 0 -10px
    }

    section.rent .rent-category li {
        width: calc((100% / 6) - 20px);
        margin: 0 10px 20px
    }
}

@media (max-width: 1199px) {
    section.rent .rent-category li {
        width: calc((100% / 5) - 20px)
    }
}

@media (max-width: 850px) {
    section.rent .rent-category li {
        width: calc((100% / 4) - 20px)
    }
}

@media (max-width: 767px) {
    section.rent .rent-category li {
        width: calc((100% / 3) - 20px)
    }
}

section.rent .rent-category li.active {
    background: #ffb902;
    border: none
}

section.info-about-us .content .text .text-field .b {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #1f1c18;
    margin: 0 0 10px;
}

section.rent .rent-category li a, section.rent .rent-category li a h2 {
    width: 100%;
    height: 100%;
    padding: 10px 5px;
    color: inherit;
    text-decoration: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    font-size: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.about-us {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 150px;
    padding-bottom: 80px;
    margin-bottom: 50px
}

section.about-us:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #fff), color-stop(300%, transparent));
    background: linear-gradient(to bottom, #fff 8%, transparent 300%)
}

section.about-us .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.about-us .container .section-title {
    margin-bottom: 50px
}

section.about-us .container .desc {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 85px
}

section.about-us .container .desc p {
    margin: 0 0 5px;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #1f1c18
}

section.about-us .container .features {
    position: relative;
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.about-us .container .features:before {
    content: '';
    width: calc(100% - 400px);
    height: 0;
    position: absolute;
    bottom: 50px;
    left: 200px;
    border-bottom: 3px dashed #ffb902
}

section.about-us .container .features > .image {
    width: 640px;
    height: auto
}

@media (max-width: 950px) {
    section.about-us .container .features {
        height: 450px
    }

    section.about-us .container .features > .image {
        width: 450px
    }

    section.products .top-block .section-title {
        font-size: 36px;
        line-height: 42px
    }
}

@media (max-width: 767px) {
    section.about-us .container .desc {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    section.about-us .container .features > .image {
        display: none
    }
}

section.about-us .container .features .list {
    position: absolute;
    width: 100%;
    height: 100%
}

@media (max-width: 576px) {
    section.rent .rent-category {
        margin: 0 -5px
    }

    section.rent .rent-category li {
        width: calc((100% / 3) - 10px);
        margin: 0 5px 5px
    }

    section.about-us .container .features {
        height: auto
    }

    section.about-us .container .features:before {
        content: none
    }

    section.about-us .container .features .list {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 60px
    }
}

section.about-us .container .features .list:after {
    content: '';
    width: 0;
    height: calc(100% - 225px);
    position: absolute;
    top: 100px;
    left: 100px;
    border-left: 3px dashed #ffb902
}

@media (max-width: 576px) {
    section.about-us .container .features .list:after {
        content: none
    }
}

section.about-us .container .features .list:before {
    content: '';
    width: 0;
    height: calc(100% - 225px);
    position: absolute;
    top: 100px;
    right: 100px;
    border-right: 3px dashed #ffb902
}

section.about-us .container .features .list .elem {
    position: absolute;
    width: 200px;
    height: 120px;
    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;
    border: 3px solid #ffb902;
    border-top: none;
    padding: 0 10px;
    border-radius: 0 6px 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

section.about-us .container .features .list .elem:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 50px;
    border-left: 3px solid #ffb902;
    border-top: 3px solid #ffb902;
    border-bottom: 3px solid transparent;
    -webkit-transform: rotate(10deg) skew(10deg, 0deg);
    transform: rotate(10deg) skew(10deg, 0deg);
    border-radius: 15px 6px 0 0;
    left: -3px;
    top: -33px
}

@media (max-width: 576px) {
    section.about-us .container .features .list:before {
        content: none
    }

    section.about-us .container .features .list .elem {
        position: relative;
        width: 100%
    }

    section.about-us .container .features .list .elem:before {
        top: -38px
    }
}

@media (max-width: 440px) {
    section.about-us .container .features .list {
        grid-template-columns: 1fr
    }

    section.about-us .container .features .list .elem:before {
        -webkit-transform: rotate(-3deg) skew(-3deg, 0deg);
        transform: rotate(-3deg) skew(-3deg, 0deg)
    }
}

@media (max-width: 350px) {
    section.about-us .container .features .list .elem:before {
        top: -30px;
        -webkit-transform: rotate(4deg) skew(4deg, 0deg);
        transform: rotate(4deg) skew(4deg, 0deg)
    }
}

section.about-us .container .features .list .elem:after {
    content: "";
    position: absolute;
    width: calc(201px - 86px);
    height: 50px;
    border-top: 3px solid #ffb902;
    border-bottom: 3px solid transparent;
    -webkit-transform: rotate(10deg) skew(10deg, 0deg);
    transform: rotate(10deg) skew(10deg, 0deg);
    border-radius: 0 6px 0 0;
    left: 83px;
    top: -9px
}

@media (max-width: 576px) {
    section.about-us .container .features .list .elem:after {
        top: -14px;
        width: calc(100% - 80px)
    }
}

@media (max-width: 440px) {
    section.about-us .container .features .list .elem:after {
        top: -17px;
        -webkit-transform: rotate(6deg) skew(10deg, 0deg);
        transform: rotate(6deg) skew(10deg, 0deg)
    }
}

@media (max-width: 350px) {
    section.about-us .container .features .list .elem:after {
        top: -12px
    }
}

section.about-us .container .features .list .elem p {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #1f1c18;
    text-align: center
}

section.about-us .container .features .list .elem b {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center
}

section.about-us .container .features .list .elem:nth-child(1) {
    top: 0;
    left: 0
}

section.about-us .container .features .list .elem:nth-child(2) {
    bottom: 0;
    left: 0
}

section.about-us .container .features .list .elem:nth-child(3) {
    bottom: 0;
    right: 0
}

section.about-us .container .features .list .elem:nth-child(4) {
    top: 0;
    right: 0
}

section.about-us .container .features .list .image {
    position: absolute;
    width: 67px;
    height: 67px;
    bottom: 100%;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    left: 17px
}

section.seo-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

section.seo-text * {
    margin: 0 0 10px
}

section.seo-text :last-child {
    margin-bottom: 0
}

section.seo-text h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 57px;
    color: #1f1c18;
    margin: 0 0 50px
}

@media (max-width: 576px) {
    section.seo-text h2 {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 10px
    }
}

section.seo-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 170%;
    color: #1f1c18
}

section.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 100px
}

section.products .top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

@media (max-width: 767px) {
    section.products .top-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px
    }

    section.products .top-block .section-title {
        margin-bottom: 40px
    }
}

@media (max-width: 480px) {
    section.rent .rent-category li {
        font-size: 10px;
        line-height: 12px;
        width: calc((100% / 2) - 10px)
    }

    section.products .top-block .section-title {
        font-size: 26px;
        line-height: 31px
    }
}

section.products .sort {
    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: 40px;
    align-items: center
}

section.products .sort p {
    font-size: 24px;
    line-height: 170%;
    color: #1f1c18;
    margin: 0 35px 0 0
}

@media (max-width: 576px) {
    section.seo-text p {
        font-size: 14px;
        line-height: 17px
    }

    section.products .sort p {
        margin-right: 20px
    }
}

section.products .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-auto-rows: auto;
    grid-row-gap: 20px;
    margin-bottom: 40px
}

@media (max-width: 1199px) {
    section.products .product-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

section.products .bottom-block {
    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
}

section.products .bottom-block .link {
    font-size: 24px;
    line-height: 170%;
    text-decoration: underline;
    color: #1f1c18;
    padding-right: 40px;
    position: relative
}

@media (max-width: 767px) {
    section.products .product-grid {
        grid-template-columns: 1fr 1fr
    }

    section.products .bottom-block .link {
        font-size: 18px;
        padding-right: 30px
    }
}

@media (max-width: 480px) {
    section.products .sort p {
        font-size: 14px;
        margin-right: 8px
    }

    section.products .bottom-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    section.products .bottom-block .link {
        -ms-flex-item-align: start;
        align-self: flex-start;
        font-size: 12px;
        line-height: 14px
    }
}

section.products .bottom-block .link:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 12px;
    background: url(../img/svg/arrow_right.svg) center center/100% 100% no-repeat
}

section.products .bottom-block .link:hover {
    text-decoration: none
}

section.productions-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 42px
}

section.productions-filter .top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

@media (max-width: 950px) {
    section.productions-filter .top-block .section-title {
        font-size: 36px;
        line-height: 42px
    }
}

@media (max-width: 767px) {
    section.productions-filter .top-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px
    }

    section.productions-filter .top-block .section-title {
        margin-bottom: 40px
    }
}

section.productions-filter .filter-list {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

section.productions-filter .filter-list .reset {
    width: 160px;
    margin-right: 20px
}

@media (max-width: 767px) {
    section.productions-filter .filter-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px
    }

    section.productions-filter .filter-list .reset {
        width: auto;
        margin-right: 0;
        margin-bottom: 10px
    }
}

section.productions-filter .filter-list .reset a, section.productions-filter .filter-list .reset button {
    font-size: 16px;
    line-height: 160%;
    color: #1f1c18;
    text-decoration: none;
    width: 160px;
    background: transparent !important;
    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;
    border: 1px solid #ee3900;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px
}

.berocket_single_filter_widget_155 .bapf_head{
    display: none !important;
}
section.productions-filter .filter-list .berocket_aapf_widget_selected_filter .bapf_sfa_unall{
    display: none;
}
section.productions-filter .filter-list .berocket_aapf_widget_selected_filter{
    display: flex;
}
section.productions-filter .filter-list .filters{
    width: 100%;
}
section.productions-filter .filter-list .bapf_sfa_taxonomy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
section.productions-filter .bapf_sfa_taxonomy{
    margin-right: 20px !important;
    margin-bottom: 8px !important;
}
section.productions-filter .bapf_slidr_all {
    padding-bottom: 10px;
}
section.productions-filter .bapf_sfa_taxonomy:last-child{
    margin-right: 0 !important;
}
section.productions-filter .filter-list .bapf_sfa_taxonomy>span{
    display: none;
}
section.productions-filter .filter-list .bapf_sfa_taxonomy ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
}
section.productions-filter .filter-list .bapf_sfa_taxonomy a {
    padding: 12px;
    font-size: 16px;
    line-height: 160%;
    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;
    border: 1px solid #ffb902;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #1f1c18;

}

section.productions-filter .filter-list .bapf_sfa_taxonomy a p {
    margin: 0 12px
}

@media (max-width: 576px) {
    section.productions-filter .filter-list .reset a {
        font-size: 14px;
        width: auto;
        padding: 8px 15px;
        font-weight: 300
    }

    section.productions-filter .filter-list .bapf_sfa_taxonomy a {
        padding: 8px 15px;
        font-size: 14px;
        font-weight: 300
    }

    section.productions-filter .filter-list .bapf_sfa_taxonomy a {
        margin: 0 9px 0 0
    }
}

section.productions-filter .filter-list .bapf_sfa_taxonomy li i {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: url(../img/svg/close-red.svg) center center/100% 100% no-repeat;
    cursor: pointer;
    padding-right: 10px;
}

section.productions-filter .filter-list .bapf_sfa_taxonomy li:last-child {
    margin-right: 0
}

section.productions-filter .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    section.productions-filter .filter-list .bapf_sfa_taxonomy {
        width: 100%
    }

    section.productions-filter .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

section.productions-filter .content .aside {
    width: 23.125%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: .5px solid #ececec
}

@media (max-width: 1023px) {
    section.about-us {
        padding-top: 40px
    }

    section.productions-filter .content .aside {
        width: 230px
    }
}

section.productions-filter .content .aside .filter-name {
    font-size: 24px;
    line-height: 170%;
    color: #1f1c18;
    padding-bottom: 22px;
    border-bottom: .5px solid #ececec;
    margin: 0 0 20px;
    position: relative
}

section.productions-filter .content .aside .filter-name .close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(../img/svg/close-white.svg) center center/100% 100% no-repeat;
    cursor: pointer;
    z-index: 2
}

section.productions-filter .content .aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px 20px 0
}

@media (max-width: 767px) {
    section.productions-filter .content .aside {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        right: 100%;
        background: #fff;
        z-index: 10;
        overflow-y: scroll;
        border: none;
        -webkit-transition: right .3s;
        transition: right .3s
    }

    section.productions-filter .content .aside.active {
        right: 0
    }

    section.productions-filter .content .aside .filter-name {
        background-color: #4c4a48;
        color: #fff;
        border-bottom: none;
        padding: 20px 50px 20px 15px;
        margin: 0
    }

    section.productions-filter .content .aside {
        padding: 0
    }
}

section.productions-filter .content .aside .bapf_ckbox, section.productions-filter .content .aside .bapf_slidr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3px 20px 0;
    margin-bottom: 30px;
    border: .5px solid #878787;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px
}

section.productions-filter .content .aside .bapf_ckbox .bapf_head, section.productions-filter .content .aside .bapf_slidr .bapf_head{
    position: relative;
}

#product_info{
    display: none !important;
}

section.productions-filter .content .aside .bapf_ckbox .bapf_head h3,section.productions-filter .content .aside .bapf_slidr .bapf_head h3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 170%;
    color: #1f1c18;
    margin: 0;
    padding-bottom: 3px;
    padding-right: 20px;
    position: relative;
    cursor: pointer
}

@media (max-width: 1365px) {
    section.productions-filter .content .aside .bapf_ckbox .bapf_head h3, section.productions-filter .content .aside .bapf_slidr .bapf_head h3 {
        font-size: 16px
    }
}

section.productions-filter .content .aside .bapf_ckbox .bapf_head:after, section.productions-filter .content .aside .bapf_slidr .bapf_head:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 10px;
    width: 5px;
    background: url(../img/svg/slider_arrow.svg) center center/100% 100% no-repeat;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (max-width: 767px) {
    section.productions-filter .content .aside .bapf_ckbox, section.productions-filter .content .aside .bapf_slidr {
        padding: 20px 15px 10px;
        margin-bottom: 0;
        border-radius: 0;
        border-width: 0 0 1px
    }

    section.productions-filter .content .aside .bapf_ckbox .bapf_head,section.productions-filter .content .aside .bapf_slidr .bapf_head {
        font-size: 18px;
        padding-bottom: 10px
    }

    section.productions-filter .content .aside .bapf_ckbox .bapf_head:after,section.productions-filter .content .aside .bapf_slidr .bapf_head:after {
        right: 15px
    }
}

section.productions-filter .content .aside .bapf_ckbox .bapf_head.active:after,section.productions-filter .content .aside .bapf_slidr .bapf_head.active:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

section.productions-filter .content .aside .bapf_ckbox .bapf_head.active + .filters,section.productions-filter .content .aside .bapf_slidr .bapf_head.active + .filters {
    padding-top: 7px;
    padding-bottom: 10px
}

section.productions-filter .content .aside .bapf_ckbox .bapf_body,section.productions-filter .content .aside .bapf_slidr .bapf_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    padding-bottom: 0;
    -webkit-transition: .3s;
    transition: .3s
}

section.productions-filter .content .aside .bapf_ckbox .bapf_body ul,section.productions-filter .content .aside .bapf_slidr .bapf_body ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.productions-filter .content .aside .bapf_ckbox .bapf_body ul li,section.productions-filter .content .aside .bapf_slidr .bapf_body ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

section.productions-filter .content .aside .bapf_ckbox .bapf_body ul li:last-child {
    margin-bottom: 0
}

section.productions-filter .content .aside .bapf_ckbox .bapf_body ul li input {
    width: 21px;
    height: 21px;
    margin-right: 20px;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer
}

section.productions-filter .content .aside .bapf_ckbox .bapf_body ul li input:hover ~ label:before {
    background: rgba(255, 185, 2, .3)
}

section.productions-filter .content .aside .bapf_ckbox .bapf_body ul li input:checked ~ label {
    font-weight: 400
}

section.productions-filter .content .aside .bapf_ckbox .bapf_body ul li input:checked ~ label:before {
    background: #ffb902
}

section.productions-filter .content .aside .bapf_ckbox .bapf_body ul li input:checked ~ label:after {
    content: ''
}

section.productions-filter .content .aside .bapf_ckbox .bapf_body ul li label {
    font-weight: 300;
    font-size: 18px;
    line-height: 157%;
    color: #1f1c18;
    cursor: pointer
}

@media (max-width: 1365px) {
    section.productions-filter .content .aside .bapf_ckbox .bapf_body ul li label {
        font-size: 16px
    }
}

section.productions-filter .content .aside .bapf_ckbox .bapf_body ul li label:before {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ffb902;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px
}

section.productions-filter .content .aside .bapf_ckbox .bapf_body ul li label:after {
    content: none;
    width: 9px;
    height: 4px;
    border: solid #1f1c18;
    border-width: 0 0 1px 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: 6px
}

section.productions-filter .content .aside .bapf_ckbox .bapf_body ul li span {
    margin-left: 5px;
    font-weight: 300;
    font-size: 18px;
    line-height: 157%
}

section.productions-filter .content .aside .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3px 20px 0;
    margin-bottom: 30px;
    border: .5px solid #878787;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px
}

section.productions-filter .content .aside .price .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 0;
    -webkit-transition: .3s;
    transition: .3s
}

section.productions-filter .content .aside .price .name {
    font-weight: 300;
    font-size: 24px;
    line-height: 170%;
    color: #1f1c18;
    padding-bottom: 3px;
    margin: 0;
    position: relative
}

section.productions-filter .content .aside  .price .name.active:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

section.productions-filter .content .aside .price .name.active + .block {
    padding-top: 7px;
    padding-bottom: 25px
}

section.productions-filter .content .aside .price .name:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    width: 5px;
    background: url(../img/svg/slider_arrow.svg) center center/100% 100% no-repeat;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (max-width: 767px) {
    section.productions-filter .content .aside .price {
        padding: 20px 15px 10px;
        margin-bottom: 0;
        border-radius: 0;
        border-width: 0 0 1px
    }

    section.productions-filter .content .aside .price .name {
        font-size: 18px;
        padding-bottom: 10px
    }

    section.productions-filter .content .aside .price .name:after {
        right: 15px
    }
}

section.productions-filter .content .aside .price .range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.productions-filter .content .aside .price .range span {
    margin: 0 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 157%;
    color: #1f1c18;
    width: 10px
}

section.productions-filter .content .aside .price .range input {
    border: 1px solid #ffb902;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    width: calc(50% - 15px);
    padding: 5px 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 157%;
    -moz-appearance: textfield;
    outline: 0
}

section.productions-filter .content .aside .price .range input::-webkit-inner-spin-button, section.productions-filter .content .aside .price .range input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

@media (max-width: 1365px) {
    section.productions-filter .content .aside .bapf_ckbox .filters ul li span {
        font-size: 16px
    }

    section.productions-filter .content .aside .price .name {
        font-size: 18px
    }

    section.productions-filter .content .aside  .price .range input {
        font-size: 16px
    }
}

section.productions-filter .content .aside .price input[type=submit] {
    max-width: 165px;
    background: #ffb902;
    border-radius: 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;
    font-size: 18px;
    line-height: 157%;
    color: #1f1c18;
    padding: 5px;
    outline: 0;
    border: none;
    cursor: pointer
}

section.productions-filter .content .grid {
    padding-top: 5px;
    padding-left: 5px;
    width: 76.875%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
}

section.productions-filter .content .grid .sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 60px;
    padding-bottom: 22px;
    border-bottom: .5px solid #ececec
}

section.productions-filter .content .grid .sort > p {
    font-size: 24px;
    line-height: 170%;
    margin: 0 10px 0 0;
    color: #1f1c18
}

@media (max-width: 940px) {
    section.productions-filter .content .grid {
        width: calc(100% - 230px)
    }

    section.productions-filter .content .grid .sort > p {
        font-size: 16px
    }
}

section.productions-filter .content .grid .sort > .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url(../img/svg/close-white.svg) center center/100% 100% no-repeat;
    cursor: pointer;
    display: none
}

@media (max-width: 767px) {
    section.productions-filter .content .grid {
        width: 100%
    }
    section.productions-filter .filter-list .berocket_aapf_widget_selected_filter{
        flex-direction: column-reverse;
    }
    section.productions-filter .content .grid .sort {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100vw;
        height: 100vh;
        background: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 10;
        padding: 0;
        -webkit-transition: left .3s;
        transition: left .3s
    }

    section.productions-filter .content .grid .sort.active {
        left: 0
    }

    section.productions-filter .content .grid .sort > p {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 15px;
        background: #4c4a48;
        font-size: 18px;
        font-weight: 500;
        color: #fff
    }
    section.productions-filter .content .grid .sort form {
        width: 100%;
    }
    section.productions-filter .content .grid .sort > .close {
        display: block
    }

    section.productions-filter .content .grid .sort .custom-select {
        width: 100%
    }
    section.productions-filter .content .grid .sort .custom-select .select {
        width: 100%;
        border: none;
    }
    section.productions-filter .content .grid .sort .custom-select .select .selected {
        display: none;
    }
    section.productions-filter .content .grid .sort .custom-select .select .options {
        max-height: none;
    }
    section.productions-filter .content .grid .sort .custom-select .select .option {
        padding: 20px 15px;
        border-bottom: 1px solid #c4c4c4;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 940px) and (min-width: 768px) {
    section.productions-filter .content .grid .sort .custom-select .select {
        width: 220px
    }
}

section.productions-filter .content .grid .product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-gap: 15px;
    padding: 20px 0 0 15px
}

@media (max-width: 940px) {
    section.productions-filter .content .grid .product-grid {
        grid-template-columns: 1fr 1fr
    }
}

section.productions-filter .content .mobile-buttons {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

section.productions-filter .content .mobile-buttons button {
    width: 50%;
    border: 1px solid #878787;
    background: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    padding: 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #1f1c18
}

section.productions-filter .pagination {
    -ms-flex-item-align: end;
    align-self: flex-end
}

section.product-info {
    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;
    margin-bottom: 60px
}

@media (max-width: 1199px) {
    section.product-info {
        -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
    }
}

section.product-info .image-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 512px;
    margin-right: 128px
}

@media (max-width: 767px) {
    section.productions-filter .content .grid .product-grid {
        padding: 0
    }

    section.productions-filter .content .mobile-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    section.product-info .image-block {
        width: 100%
    }
}

@media (max-width: 576px) {
    section.product-info .image-block .current {
        display: none
    }
}

section.product-info .image-block .current .image, section.product-info .image-block .current .video {
    width: 100%;
    height: 0;
    padding-bottom: 123%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

section.product-info .image-block .current .image img, section.product-info .image-block .current .video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

section.product-info .image-block .slider {
    margin: 0 -5px
}

section.product-info .image-block .slider .image, section.product-info .image-block .slider .video {
    margin: 0 5px;
    width: calc(100% - 10px);
    position: relative;
    padding-bottom: calc(123% - 20px);
    overflow: hidden;
    cursor: pointer
}

@media (max-width: 480px) {
    section.productions-filter .top-block .section-title {
        font-size: 26px;
        line-height: 31px
    }

    section.product-info .image-block .slider {
        margin: 0 60px
    }

    section.product-info .image-block .slider .image, section.product-info .image-block .slider .video {
        margin: 0
    }
}

section.product-info .image-block .slider .image img, section.product-info .image-block .slider .video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

section.product-info .image-block .slider .video:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35)
}

section.product-info .image-block .slider .video:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(../img/svg/play-btn.svg) center center/100% 100% no-repeat;
    z-index: 2
}

section.product-info .info {
    width: calc(100% - (512px + 128px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px
}

@media (max-width: 1365px) {
    section.productions-filter .content .aside .price input[type=submit] {
        font-size: 16px
    }

    section.product-info .image-block {
        margin-right: 50px
    }

    section.product-info .info {
        width: calc(100% - (512px + 50px))
    }
}

@media (max-width: 1199px) {
    section.product-info .image-block {
        margin-right: 0
    }

    section.product-info .info {
        width: 100%
    }
}

section.product-info .info .prod-name {
    font-weight: 500;
    font-size: 44px;
    line-height: 170%;
    color: #1f1c18;
    margin: 0 0 20px
}

@media (max-width: 480px) {
    section.product-info .info .prod-name {
        font-size: 20px;
        margin: 0
    }
}

section.product-info .info .position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px
}

section.product-info .info .position .block {
    padding: 2px 30px 2px 50px;
    background: #f4f4f4;
    border-radius: 10px;
    font-size: 16px;
    line-height: 170%;
    color: #878787;
    margin: 0 32px 0 0;
    position: relative
}

section.product-info .info .position .block:last-child {
    margin-right: 0
}

section.product-info .info .position .block:before {
    content: none;
    width: 8px;
    height: 4px;
    position: absolute;
    top: 11px;
    left: 30px;
    border: solid #548554;
    border-width: 0 0 1px 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width: 400px) {
    section.product-info {
        margin-bottom: 30px
    }

    section.product-info .info .position {
        margin-bottom: 20px
    }

    section.product-info .info .position .block {
        padding: 5px 6px 5px 20px;
        margin-right: 5px;
        font-size: 11px
    }

    section.product-info .info .position .block:before {
        top: 9px;
        left: 5px
    }
}

section.product-info .info .position .block.active {
    color: #1f1c18
}

section.product-info .info .position .block.active:before {
    content: ''
}

section.product-info .info .price {
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #1f1c18;
    margin: 0 0 30px
}

@media (max-width: 400px) {
    section.product-info .info .price {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
        text-align: center
    }
}

section.product-info .info .btn {
    max-width: 400px;
    margin-bottom: 80px
}

@media (max-width: 400px) {
    section.product-info .info .btn {
        max-width: 290px;
        margin: 20px auto 40px
    }
}

section.product-info .info .characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.product-info .info .characteristics .top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 480px) {
    section.product-info .info .characteristics .top-block {
        display: none
    }
}

section.product-info .info .characteristics .top-block p {
    margin: 0;
    font-size: 18px;
    line-height: 170%;
    color: #1f1c18
}

section.product-info .info .characteristics .top-block span {
    text-decoration: underline;
    font-size: 18px;
    line-height: 170%;
    color: #1f1c18;
    cursor: pointer
}

section.product-info .info .characteristics .characteristic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 10px
}

section.product-info .info .characteristics .characteristic:last-child {
    margin-bottom: 0
}

@media (max-width: 480px) {
    section.product-info .info .characteristics .characteristic {
        padding-bottom: 15px;
        margin: 0 0 15px
    }

    section.product-info .info .characteristics .characteristic:last-child {
        margin: 0
    }
}

section.product-info .info .characteristics .characteristic:after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 10px;
    margin: auto;
    border-top: 1px dashed #878787;
    z-index: -1
}

section.product-info .info .characteristics .characteristic .name {
    font-size: 20px;
    line-height: 152%;
    color: #1f1c18;
    margin: 0;
    background: #fff;
    padding-right: 5px
}

@media (max-width: 480px) {
    section.product-info .info .characteristics .characteristic:after {
        bottom: 0;
        border-top: 1px solid #ffb902
    }

    section.product-info .info .characteristics .characteristic .name {
        font-weight: 300;
        font-size: 14px;
        line-height: 17px
    }
}

section.product-info .info .characteristics .characteristic .value {
    font-weight: 300;
    font-size: 20px;
    line-height: 157%;
    color: #1f1c18;
    margin: 0;
    background: #fff;
    padding-left: 5px;
    text-align: right
}

section.product-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px
}

section.product-tabs .tab-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px
}

section.product-tabs .tab-links .btn {
    margin-right: 30px;
    background: 0 0;
    border: solid #ffb902;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    border-width: 0 1px 1px
}

section.product-tabs .tab-links .btn:last-child {
    margin-right: 0
}

section.product-tabs .tab-links .btn:hover {
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .25)
}

section.product-tabs .tab-links .btn span {
    opacity: 0
}

section.product-tabs .tab-links .btn:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    border-left: 1px solid #ffb902;
    border-top: 1px solid #ffb902;
    border-bottom: 1px solid transparent;
    -webkit-transform: rotate(3deg) skew(3deg, 0deg);
    transform: rotate(3deg) skew(3deg, 0deg);
    border-radius: 5px 5px 0 0;
    left: -1px;
    top: -8px
}

section.product-tabs .tab-links .btn.active {
    background: #ffb902;
    border: none
}

section.product-tabs .tab-links .btn.active span {
    opacity: 1
}

section.product-tabs .tab-links .btn.active:after {
    content: none
}

section.product-tabs .tabs, section.product-tabs .tabs .characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.product-tabs .tabs .characteristics .info {
    width: 100%;
    background: #f4f4f4;
    border-radius: 10px;
    padding: 12px 10px;
    font-size: 20px;
    line-height: 24px;
    color: #1f1c18;
    margin: 0 0 40px
}

@media (max-width: 480px) {
    section.product-info .info .characteristics .characteristic .value {
        font-size: 14px;
        line-height: 17px
    }

    section.product-tabs .tab-links {
        margin-bottom: 15px
    }

    section.product-tabs .tab-links .btn {
        margin-right: 10px;
        max-width: 140px;
        font-weight: 300;
        font-size: 14px;
        line-height: 17px
    }

    section.product-tabs .tab-links .btn:after {
        -webkit-transform: rotate(5deg) skew(5deg, 0deg);
        transform: rotate(5deg) skew(5deg, 0deg);
        left: -1px;
        top: -6px
    }

    section.product-tabs .tabs .characteristics .info {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 18px 20px;
        font-size: 12px;
        line-height: 14px
    }
}

section.product-tabs .tabs .characteristics .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 620px;
    width: 100%
}

section.product-tabs .tabs .characteristics .field .characteristic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    line-height: 157%;
    color: #1f1c18;
    position: relative;
    margin-bottom: 10px
}

section.product-tabs .tabs .characteristics .field .characteristic:last-child {
    margin-bottom: 0
}

section.product-tabs .tabs .characteristics .field .characteristic:after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 10px;
    margin: auto;
    border-top: 1px dashed #878787;
    z-index: -1
}

@media (max-width: 480px) {
    section.product-tabs .tabs .characteristics .field .characteristic {
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    section.product-tabs .tabs .characteristics .field .characteristic:after {
        bottom: 0;
        border-top: 1px solid #ffb902
    }
}

section.product-tabs .tabs .characteristics .field .characteristic p {
    margin: 0;
    background: #fff
}

section.product-tabs .tabs .characteristics .field .characteristic .value {
    font-weight: 300;
    padding-left: 10px;
    text-align: right
}

section.product-tabs .tabs .characteristics .field .characteristic .name {
    padding-right: 10px
}

section.product-tabs .tabs .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.product-tabs .tabs .desc * {
    margin: 0 0 10px
}

section.product-tabs .tabs .desc :last-child {
    margin: 0
}

section.product-tabs .tabs .desc p {
    font-size: 16px;
    line-height: 170%;
    color: #1f1c18
}

section.product-tabs .tabs .tab {
    height: 0;
    opacity: 0;
    overflow: hidden
}

section.product-tabs .tabs .tab.active {
    height: auto;
    opacity: 1;
    overflow: inherit
}

section.similar-products {
    padding-bottom: 40px
}

section.similar-products .section-title {
    margin-bottom: 40px
}

section.blog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px
}

section.blog-list .section-title {
    margin-bottom: 82px
}

section.blog-list .links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 0 18px;
    margin: 0 0 34px;
    border-bottom: .5px solid #ececec;
    overflow: hidden
}

section.blog-list .links-wrapper .blog-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
}

section.blog-list .links-wrapper .blog-links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 50px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

section.blog-list .links-wrapper .blog-links li:last-child {
    margin-right: 0
}

section.blog-list .links-wrapper .blog-links li a {
    font-size: 20px;
    line-height: 24px;
    color: #1f1c18;
    position: relative;
    text-decoration: none;
    margin-bottom: 18px
}

section.blog-list .links-wrapper .blog-links li a:after {
    content: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    height: 10px;
    border-radius: 4px;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #ffb902), color-stop(51%, transparent));
    background: linear-gradient(to top right, #ffb902 50%, transparent 51%)
}

@media (max-width: 576px) {
    section.blog-list .links-wrapper {
        border-bottom: 1px solid #ffb902;
        padding-bottom: 0;
        margin-bottom: 10px
    }

    section.blog-list .links-wrapper .blog-links li {
        margin-right: 25px
    }

    section.blog-list .links-wrapper .blog-links li a {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 7px
    }

    section.blog-list .links-wrapper .blog-links li a:after {
        height: 7px;
        top: 100%
    }
}

section.blog-list .links-wrapper .blog-links li.active a:after {
    content: ''
}

section.blog-list .grid {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    grid-auto-rows: 160px
}

@media (max-width: 991px) {
    section.blog-list .grid {
        grid-gap: 10px
    }
}

@media (max-width: 767px) {
    section.blog-list .grid {
        grid-auto-rows: 1fr;
        grid-gap: 40px
    }

    section.blog-list .grid .elem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-bottom: 10px;
        border-bottom: 1px solid #878787
    }

    section.blog-list .grid .elem:last-child {
        border-bottom: none
    }
}

section.blog-list .grid .elem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    grid-column: 2 span;
    color: #1f1c18
}

section.blog-list .grid .elem .image {
    width: 230px;
    height: 100%;
    position: relative;
    margin-right: 50px
}

@media (max-width: 767px) {
    section.blog-list .grid .elem .image {
        width: 100%;
        height: 0;
        padding-bottom: 60%;
        overflow: hidden
    }
}

section.blog-list .grid .elem .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

section.blog-list .grid .elem .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 3
}

section.blog-list .grid .elem .text .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

section.blog-list .grid .elem .text .info .date {
    font-size: 20px;
    line-height: 157%;
    margin: 0 30px 0 0;
    color: #878787
}

@media (max-width: 576px) {
    section.blog-list .grid {
        grid-gap: 10px;
        margin-bottom: 20px
    }

    section.blog-list .grid .elem .image {
        padding-bottom: 48%
    }

    section.blog-list .grid .elem .image img {
        -o-object-position: top center;
        object-position: top center
    }

    section.blog-list .grid .elem .text .info .date {
        font-size: 12px
    }
}

section.blog-list .grid .elem .text .info .theme {
    font-size: 20px;
    line-height: 24px;
    color: #ffb902;
    margin: 0
}

@media (max-width: 576px) {
    section.blog-list .grid .elem .text .info .theme {
        font-size: 12px;
        line-height: 14px
    }
}

section.blog-list .grid .elem .text .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 22px
}

section.blog-list .grid .elem .text .desc .title {
    font-weight: 500;
    font-size: 34px;
    line-height: 170%;
    margin: 0 0 10px
}

@media (max-width: 576px) {
    section.blog-list .grid .elem .text .desc .title {
        font-size: 24px
    }
}

section.blog-list .grid .elem .text .desc .small-desc {
    font-size: 16px;
    line-height: 170%;
    margin: 0;
    width: 100%
}

section.blog-list .grid .elem:first-child {
    grid-column: 2 span;
    grid-row: 3 span
}

@media (max-width: 767px) {
    section.blog-list .grid .elem:first-child {
        grid-row: 1 span
    }
}

section.blog-list .grid .elem:nth-child(-n+3):not(:first-child) {
    grid-column: 1 span;
    grid-row: 3 span
}

section.blog-list .grid .elem:nth-child(-n+3) {
    color: #fff;
    padding: 20px 50px 50px
}

@media (max-width: 991px) {
    section.blog-list .grid .elem:nth-child(-n+3) {
        padding: 20px
    }
}

section.blog-list .grid .elem:nth-child(-n+3):before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .65)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .65));
    z-index: 2;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

section.blog-list .grid .elem:nth-child(-n+3):hover:before {
    opacity: .5
}

section.blog-list .grid .elem:nth-child(-n+3) .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1
}

section.blog-list .grid .elem:nth-child(-n+3) .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

section.blog-list .grid .elem:nth-child(-n+3) .text .info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

section.blog-list .grid .elem:nth-child(-n+3) .text .info .date {
    color: #fff
}

section.blog-list .grid .elem:nth-child(-n+3) .text .info .theme {
    display: none
}

section.blog-list .grid .elem:nth-child(-n+3) .text .desc .title {
    font-size: 44px
}

section.blog-list .grid .elem:nth-child(-n+3) .text .desc .small-desc {
    max-width: 720px
}

section.blog-list .pagination {
    -ms-flex-item-align: end;
    align-self: flex-end
}

section.text-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.text-field .section-title {
    margin-bottom: 70px
}

@media (max-width: 576px) {
    section.blog-list .grid .elem .text .desc .small-desc {
        font-size: 14px;
        line-height: 17px
    }

    section.blog-list .grid .elem:nth-child(-n+3) {
        padding: 8px 15px 30px
    }

    section.blog-list .grid .elem:nth-child(-n+3) .text .desc {
        margin-bottom: 0
    }

    section.blog-list .grid .elem:nth-child(-n+3) .text .desc .title {
        font-size: 24px;
        margin-bottom: 0
    }

    section.blog-list .grid .elem:nth-child(-n+3) .text .desc .small-desc {
        display: none
    }

    section.text-field .section-title {
        margin-bottom: 40px
    }
}

section.text-field .top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

section.text-field .top-block .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.text-field .top-block .info .date {
    margin: 0 30px 0 0;
    font-size: 20px;
    line-height: 157%;
    color: #878787
}

@media (max-width: 576px) {
    section.text-field .top-block {
        margin-bottom: 8px
    }

    section.text-field .top-block .info .date {
        margin-right: 20px;
        font-size: 17px
    }
}

section.text-field .top-block .info .theme {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #ffb902
}

section.text-field .text * {
    margin: 0 0 10px
}

section.text-field .text :last-child {
    margin-bottom: 50px
}

@media (max-width: 576px) {
    section.text-field .top-block .info .theme {
        font-size: 12px;
        line-height: 14px
    }

    section.text-field .text :last-child {
        margin-bottom: 20px
    }
}

section.text-field .text .wp-align-left {
    float: left;
    margin: .5em 1em 1em 0;
    display: block;
    padding: 0;
    width: calc(50% - 1em)
}

@media (max-width: 767px) {
    section.blog-list .grid .elem:nth-child(-n+3):not(:first-child) {
        grid-column: 2 span;
        grid-row: 1 span
    }

    section.blog-list .grid .elem:nth-child(-n+3) .image {
        padding: 0
    }

    section.blog-list .grid .elem:nth-child(-n+3) .text {
        height: 100%
    }

    section.text-field .text .wp-align-left {
        width: 100%;
        margin: .5em 0 1em
    }
}

section.text-field .text .wp-align-right {
    float: right;
    margin: .5em 0 1em 1em;
    display: block;
    padding: 0;
    width: calc(50% - 1em)
}

@media (max-width: 767px) {
    section.text-field .text .wp-align-right {
        width: 100%;
        margin: .5em 0 1em
    }
}

section.text-field .text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 170%;
    color: #1f1c18
}

section.text-field .text:last-child :last-child {
    margin-bottom: 0
}

section.text-field .image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 28%;
    margin-bottom: 50px;
    overflow: hidden
}

@media (max-width: 576px) {
    section.text-field .text p {
        font-size: 14px;
        line-height: 170%
    }

    section.text-field .image {
        margin-bottom: 20px;
        padding-bottom: 56.875%
    }
}

section.text-field .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

section.info-about-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px
}

section.info-about-us .section-title {
    margin-bottom: 70px
}

section.info-about-us .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section.info-about-us .content .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 58%
}

@media (max-width: 1023px) {
    section.info-about-us .content .text {
        width: 100%
    }

    section.info-about-us .content .image {
        display: none
    }
}

section.info-about-us .content .text .text-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px
}

section.info-about-us .content .text .text-field:last-child {
    margin-bottom: 0
}

section.info-about-us .content .text .text-field b {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #1f1c18;
    margin: 0 0 10px
}

section.info-about-us .content .text .text-field p {
    font-weight: 300;
    font-size: 16px;
    line-height: 170%;
    color: #1f1c18;
    margin: 0 0 20px
}

section.info-about-us .content .image {
    width: 42%;
    position: relative
}

section.info-about-us .content .image img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 867px
}

section.features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 72px;
    margin-top: 40px
}

section.features:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    margin: auto;
    height: 0;
    width: calc(100% - 30px);
    border-bottom: 3px dashed #ffb902;
    z-index: -1
}

@media (max-width: 959px) {
    section.features {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    section.features:after {
        top: 110px;
        bottom: auto;
        width: calc(50%)
    }
}

@media (max-width: 576px) {
    section.features:after {
        content: none
    }
}

section.features:before {
    content: none;
    position: absolute;
    bottom: 50px;
    left: 15px;
    right: 15px;
    margin: auto;
    height: 0;
    width: calc(50%);
    border-bottom: 3px dashed #ffb902;
    z-index: -1
}

section.features .elem {
    position: relative;
    width: 200px;
    height: 120px;
    padding: 0 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;
    border: 3px solid #ffb902;
    border-top: none;
    border-radius: 0 6px 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    margin-top: 60px
}

@media (max-width: 959px) {
    section.features:before {
        content: ''
    }

    section.features .elem {
        margin-right: calc((50% - 200px) / 2);
        margin-left: calc((50% - 200px) / 2);
        margin-bottom: 30px
    }
}

section.features .elem:before {
    content: "";
    position: absolute;
    width: 201px;
    height: 50px;
    border-left: 3px solid #ffb902;
    border-top: 3px solid #ffb902;
    border-bottom: 3px solid transparent;
    -webkit-transform: rotate(10deg) skew(10deg, 0deg);
    transform: rotate(10deg) skew(10deg, 0deg);
    border-radius: 15px 6px 0 0;
    background: #fff;
    z-index: -1;
    left: -5px;
    top: -18px
}

@media (max-width: 480px) {
    section.features {
        margin-bottom: -30px
    }

    section.features .elem {
        width: 100%;
        height: 60px;
        margin: 0 0 70px
    }

    section.features .elem:before {
        width: calc(100% + 2px);
        background: 0 0;
        height: 30px;
        left: -4.5px;
        top: -18px;
        -webkit-transform: rotate(5deg) skew(5deg, 0deg);
        transform: rotate(5deg) skew(5deg, 0deg)
    }
}

@media (max-width: 400px) {
    section.features .elem:before {
        top: -16px
    }
}

@media (max-width: 350px) {
    section.features .elem:before {
        top: -14px
    }
}

section.features .elem p {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1f1c18
}

@media (max-width: 480px) {
    section.features .elem p {
        font-size: 18px;
        line-height: 21px
    }
}

@media (max-width: 400px) {
    section.features .elem p {
        font-weight: 500;
        font-size: 13px;
        line-height: 170%
    }
}

section.features .elem b {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center
}

@media (max-width: 480px) {
    section.features .elem b {
        font-size: 26px;
        line-height: 31px
    }
}

@media (max-width: 400px) {
    section.features .elem b {
        font-size: 14px;
        line-height: 17px
    }
}

section.features .elem:nth-child(1) {
    top: 0;
    left: 0
}

section.features .elem:nth-child(2) {
    bottom: 0;
    left: 0
}

@media (max-width: 959px) {
    section.features .elem:nth-child(2):after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: auto;
        height: calc(100% - 25px);
        width: 0;
        border-left: 3px dashed #ffb902;
        z-index: -1
    }
}

section.features .elem:nth-child(3) {
    bottom: 0;
    right: 0
}

section.features .elem:nth-child(4) {
    top: 0;
    right: 0
}

section.features .elem .image {
    position: absolute;
    width: 67px;
    height: 67px;
    padding: 5px;
    bottom: 100%;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    left: 17px;
    background: #fff
}

section.grid-images {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 10px;
    margin-bottom: 50px
}

@media (max-width: 576px) {
    section.features:before {
        content: none
    }

    section.features .elem {
        background: 0 0
    }

    section.features .elem:nth-child(2):after {
        content: none
    }

    section.grid-images {
        grid-template-columns: repeat(3, 1fr)
    }
}

section.grid-images .image {
    position: relative;
    width: 100%;
    padding-bottom: 73%;
    overflow: hidden
}

section.grid-images .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

section.grid-images .image:nth-child(4n-3) {
    grid-column: 2 span;
    grid-row: 1 span;
    padding-bottom: 45.5%
}

@media (max-width: 480px) {
    section.features .elem .image {
        width: 40px;
        height: auto;
        left: 10px;
        bottom: calc(100% + 10px)
    }

    section.grid-images .image:nth-child(4n-3) {
        grid-column: 3 span;
        grid-row: 1 span;
        padding-bottom: 67%
    }
}

section.grid-images .image:nth-child(4n-2) {
    grid-column: 1 span;
    grid-row: 1 span
}

@media (max-width: 480px) {
    section.grid-images .image:nth-child(4n-2) {
        grid-column: 3 span;
        grid-row: 1 span;
        padding-bottom: 67%
    }
}

section.grid-images .image:nth-child(4n-1) {
    grid-column: 3 span;
    grid-row: 2 span
}

@media (max-width: 480px) {
    section.grid-images .image:nth-child(4n-1) {
        grid-column: 3 span;
        grid-row: 1 span;
        padding-bottom: 67%
    }
}

section.grid-images .image:nth-child(4n) {
    grid-column: 3 span;
    grid-row: 1 span;
    padding-bottom: 27%
}

section.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px
}

section.contacts .section-title {
    margin-bottom: 60px
}

section.contacts .contacts-field {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 130px
}

@media (max-width: 1365px) {
    section.info-about-us .content .image img {
        max-width: 620px
    }

    section.contacts .contacts-field {
        grid-gap: 30px
    }
}

section.contacts .contacts-field .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 959px) {
    section.contacts .contacts-field {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 1fr
    }

    section.contacts .contacts-field .block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 480px) {
    section.grid-images .image:nth-child(4n) {
        padding-bottom: 67%
    }

    section.contacts .contacts-field {
        grid-template-columns: 1fr
    }

    section.contacts .contacts-field .block {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

section.contacts .contacts-field .block .desc {
    font-weight: 500;
    font-size: 24px;
    line-height: 170%;
    color: #1f1c18;
    margin: 0 0 10px
}

section.contacts .contacts-field .block .value {
    font-size: 20px;
    line-height: 157%;
    color: #1f1c18;
    margin: 0 0 5px
}

section.contacts .contacts-field .block .value:last-child {
    margin-bottom: 0
}

section.questions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 45px;
    grid-row-gap: 30px;
    grid-auto-rows: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 45px;
    margin-bottom: 50px
}

section.questions .question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.questions .question .name {
    padding: 16px 40px;
    background: #ececec;
    border-radius: 5px;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    color: #1f1c18;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

section.questions .question .name.active {
    background: #ffb902
}

section.questions .question .name.active:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media (max-width: 576px) {
    section.questions .question .name {
        font-weight: 500;
        font-size: 16px;
        line-height: 170%;
        padding: 15px 60px 15px 15px
    }

    section.questions .question .name.active:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

section.questions .question .name:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #ffb902;
    border-radius: 2px
}

section.questions .question .name:after {
    content: '';
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border: solid #1f1c18;
    border-width: 0 2px 2px 0;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

section.questions .question .name p {
    margin: 0
}

section.questions .question .desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 170%;
    color: #1f1c18;
    overflow: hidden;
    -webkit-transition: height .3s;
    transition: height .3s;
    height: 0
}

section.questions .question .desc p {
    margin: 0 0 5px
}

section.questions .question .desc p:first-child {
    padding-top: 20px
}

@media (max-width: 576px) {
    section.questions .question .name:after {
        width: 8px;
        height: 8px;
        right: 17px
    }

    section.questions .question .desc {
        font-size: 14px;
        line-height: 17px
    }

    section.questions .question .desc p:first-child {
        padding-top: 10px
    }
}

section.questions .question .desc p:last-child {
    margin: 0
}

section.error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 55px
}

section.error .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.error .text .section-title {
    margin-bottom: 70px
}

section.error .text p {
    max-width: 410px;
    font-weight: 300;
    font-size: 16px;
    line-height: 170%;
    color: #1f1c18;
    margin: 0 0 20px
}

@media (max-width: 480px) {
    section.error .text .section-title {
        margin-bottom: 30px
    }

    section.error .text p {
        font-size: 14px;
        margin-bottom: 10px
    }
}

section.error .image {
    width: calc(100% - 480px);
    position: relative
}

@media (max-width: 767px) {
    section.questions {
        grid-template-columns: 1fr
    }

    section.error .text {
        max-width: 410px;
        margin: 0 auto
    }

    section.error .image {
        display: none
    }
}

section.error .image img {
    margin: auto;
    width: auto;
    height: auto
}

@media (max-width: 1199px) {
    section.error .text p {
        max-width: 310px
    }

    section.error .image {
        width: calc(100% - 380px)
    }

    section.error .image img {
        width: 600px
    }
}

section.wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .2);
    display: none
}

section.wrapper.active {
    display: block
}

.form-popup {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
    background: #fff;
    width: 670px;
    padding: 40px 135px 115px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 30px)
}

@media (max-width: 767px) {
    .form-popup {
        overflow-y: scroll;
        padding: 40px 60px;
        width: 520px
    }
}

.form-popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form-popup .title {
    font-weight: 500;
    font-size: 48px;
    line-height: 57px;
    color: #1f1c18;
    margin: 0 0 10px
}

.form-popup p {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #1f1c18;
    margin: 0 0 40px
}

.form-popup form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-popup form label {
    width: 100%
}

.form-popup form label input, .form-popup form label textarea {
    width: 100%;
    border: 2px solid #878787;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 21px;
    color: #1f1c18;
    resize: none;
    margin-bottom: 20px
}

.form-popup form label input::-webkit-input-placeholder, .form-popup form label textarea::-webkit-input-placeholder {
    color: #878787
}

.form-popup form label input::-moz-placeholder, .form-popup form label textarea::-moz-placeholder {
    color: #878787
}

.form-popup form label input:-ms-input-placeholder, .form-popup form label textarea:-ms-input-placeholder {
    color: #878787
}

.form-popup form label input::-ms-input-placeholder, .form-popup form label textarea::-ms-input-placeholder {
    color: #878787
}

.form-popup form label input::placeholder, .form-popup form label textarea::placeholder {
    color: #878787
}

.form-popup form button {
    min-width: 100%
}

.form-popup .close {
    position: absolute;
    top: 50px;
    right: 40px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    background: url(../img/svg/close.svg) center center/100% 100% no-repeat
}

@media (max-width: 540px) {
    .form-popup {
        padding: 45px 15px 5px;
        width: 100vw;
        height: 100vh;
        max-height: none
    }

    .form-popup .title {
        font-size: 26px;
        line-height: 31px;
        text-align: center
    }

    .form-popup p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 30px
    }

    .form-popup .close {
        top: 20px;
        right: 20px
    }
}

.video-popup {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    width: 670px;
    min-width: 50%;
    height: auto;
    padding: 40px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 30px)
}

@media (max-width: 720px) {
    .video-popup {
        width: calc(100% - 30px)
    }
}

@media (max-width: 420px) {
    .video-popup {
        padding: 5px 10px
    }
}

.video-popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.video-popup.active iframe {
    width: 100%;
    height: 100%
}

.video-popup.active .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url(../img/svg/close-white.svg) center center/100% 100% no-repeat
}
.aside .irs--round .irs-handle {
    width: 14px;
    height: 14px;
    top: 30px;
    border: 1px solid #ffb902;
}
.aside .irs-from, .aside .irs-single, .aside .irs-to {
    top: 6px;
}
.aside .irs--round .irs-from, .aside .irs--round .irs-single, .aside .irs--round .irs-to{
    background-color: #ffb902;
}
.aside .irs--round .irs-bar {
    background-color: #ffb902;
}
@media (max-width: 767px) {
    section.productions-filter .filter-list .berocket_aapf_widget_selected_filter .bapf_sfa_unall{
        margin-bottom: 10px !important;
    }
}