@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap&subset=cyrillic);

@font-face {
    font-family: "Gotham Pro";
    src: local("Gotham Pro"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Gotham Pro";
    src: local("Gotham Pro"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0;
    -o-transition: all 0;
    transition: all 0
}

html {
    font-size: 15px;
    line-height: 24px
}

body {
    color: #333;
    font-family: "Gotham Pro", Arial, sans-serif;
    background: #fff
}

.mainSiteLink {
    font-size: .9rem;
    text-align: right;
    padding-top: 10px;
}
.mainSiteLink a {
    color: white;
}

a,
button {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none !important;
    border: none
}

a img {
    outline: none !important;
    border: none !important
}

ol,
ul {
    list-style: none
}

.wrapper {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    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
}

.wrapper .page {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.wrapper .footer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.container {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto
}

@media screen and (min-width:576px) {
    .container {
        max-width: 540px;
        padding: 0 20px
    }
}

@media screen and (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media screen and (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media screen and (min-width:1250px) {
    .container {
        max-width: 1230px
    }
}

@media screen and (min-width:1350px) {
    .container {
        max-width: 1320px
    }
}

.modal .modal-content .modal-body {
    padding: 30px 35px 50px
}

.modal .modal-dialog {
    margin-top: 60px;
    max-width: 600px
}

@media screen and (max-width:575px) {
    .modal .modal-dialog {
        width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto
    }
}

.modal .modal-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 5;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    border: 0
}

.modal .modal-close:after,
.modal .modal-close:before {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    position: absolute;
    left: calc(50% - 9px);
    top: calc(50% - 1px);
    border-radius: 2px;
    background: #00b0ff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.modal .modal-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal .modal-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal .modal-close:hover:after,
.modal .modal-close:hover:before {
    background: #00a455 !important
}

.modal .modal-close.dark:after,
.modal .modal-close.dark:before {
    background: #333
}

.modal.narrow .modal-dialog {
    max-width: 300px
}

.modal.wide .modal-dialog {
    max-width: 800px
}

.modal.no-bg .modal-content {
    background: transparent;
    border: 0
}

.modal.no-bg .modal-content .modal-body {
    padding: 0
}

.cards-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px
}

.cards-list>.item {
    padding: 15px 15px;
    margin-bottom: 30px
}

.cards-list.columns-5>.item {
    width: 20%
}

.cards-list.columns-4>.item {
    width: 25%
}

.cards-list.columns-3>.item {
    width: 33.3333%
}

.cards-list.columns-2>.item {
    width: 50%
}

@media screen and (max-width:1249px) {
    .cards-list.lg-columns-3>.item {
        width: 33.333%
    }

    .cards-list.lg-columns-2>.item {
        width: 50%
    }

    .cards-list.lg-columns-1>.item {
        width: 100%
    }
}

@media screen and (max-width:991px) {
    .cards-list.md-columns-3>.item {
        width: 33.333%
    }

    .cards-list.md-columns-2>.item {
        width: 50%
    }

    .cards-list.md-columns-1>.item {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .cards-list.sm-columns-2>.item {
        width: 50%
    }

    .cards-list.sm-columns-1>.item {
        width: 100%
    }
}

@media screen and (max-width:575px) {
    .cards-list.xs-columns-2>.item {
        width: 50%
    }

    .cards-list.xs-columns-1>.item {
        width: 100%
    }
}

.hidden-cards {
    margin-top: 30px;
    display: none
}

#modal-order-call .modal-dialog {
    max-width: 580px
}

@media screen and (max-width:767px) {
    #modal-order-call .modal-dialog {
        max-width: 300px
    }
}

@media screen and (max-width:767px) {
    #modal-cart .modal-dialog {
        max-width: 300px
    }
}

#modal-terms {
    z-index: 1200
}

.modal-success-content {
    padding: 60px 40px;
    min-height: 430px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    color: #fff
}

.modal-success-content:before {
    content: '';
    display: block;
    width: calc(100% + 40px);
    height: 100%;
    position: absolute;
    left: -20px;
    top: 20px;
    background: #00b0ff;
    -webkit-box-shadow: 0px 4px 20px #00b0ff;
    box-shadow: 0px 4px 20px #00b0ff;
    z-index: -1
}

.modal-success-content:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #323232;
    background: -webkit-linear-gradient(217.84deg, #323232 3.51%, #0D0D0D 48.02%);
    background: -o-linear-gradient(217.84deg, #323232 3.51%, #0D0D0D 48.02%);
    background: linear-gradient(232.16deg, #323232 3.51%, #0D0D0D 48.02%);
    position: absolute;
    left: 0;
    top: 0
}

.modal-success-content>* {
    position: relative;
    z-index: 5
}

.modal-success-content .modal-image {
    margin-bottom: 25px
}

.modal-success-content .modal-caption {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px
}

.modal-success-content .modal-subcaption {
    font-size: 24px;
    line-height: 1.25;
    font-weight: bold;
    color: #00b0ff;
    margin-bottom: 12px
}

.modal-success-content p {
    font-size: 12px !important;
    line-height: 1.5 !important
}

body {
    font-size: 18px;
    line-height: 1.333;
    color: #333;
    font-family: "Gotham Pro", Arial, sans-serif
}

@media screen and (max-width:991px) {
    body {
        font-size: 16px
    }
}

.tpg-note,
.tpg p,
body .tpg-body-1 {
    font-size: 18px;
    line-height: 1.333;
    margin: 0 0 1.333em
}

.tpg-note:last-child,
.tpg p:last-child,
body .tpg-body-1:last-child {
    margin-bottom: 0
}

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

    .tpg-note,
    .tpg p,
    body .tpg-body-1 {
        font-size: 16px
    }
}

sup {
    vertical-align: top;
    position: relative;
    top: -0.5em
}

body .tpg-body-2 {
    font-weight: bold
}

.tpg h1,
body .tpg-h1 {
    font-size: 60px;
    line-height: 1.2;
    margin: 0 0 25px;
    font-weight: bold
}

.tpg h1:last-child,
body .tpg-h1:last-child {
    margin-bottom: 0
}

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

    .tpg h1,
    body .tpg-h1 {
        font-size: 46px
    }
}

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

    .tpg h1,
    body .tpg-h1 {
        font-size: 33px
    }
}

.tpg h3,
body .tpg-h3 {
    font-size: 36px;
    line-height: 0.833;
    margin: 0 0 10px;
    font-weight: bold
}

.tpg h3:last-child,
body .tpg-h3:last-child {
    margin-bottom: 0
}

.tpg h4,
body .tpg-h4 {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 1.25em;
    font-weight: 400
}

.tpg h4:last-child,
body .tpg-h4:last-child {
    margin-bottom: 0
}

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

    .tpg h4,
    body .tpg-h4 {
        font-size: 18px
    }
}

.tpg ul,
body .tpg-ul {
    list-style: none;
    margin-bottom: 24px
}

.tpg ul li,
body .tpg-ul li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative
}

.tpg ul li:last-child,
body .tpg-ul li:last-child {
    margin-bottom: 0
}

.tpg ul li:before,
body .tpg-ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00b0ff;
    position: absolute;
    left: 0;
    top: 8px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 176, 255, 0.6);
    box-shadow: 0px 4px 10px rgba(0, 176, 255, 0.6)
}

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

    .tpg ul li,
    body .tpg-ul li {
        font-size: 16px;
        line-height: 1.4
    }
}

.section-caption {
    margin-bottom: 70px;
    position: relative;
    text-align: center
}

.section-caption:last-child {
    margin-bottom: 0
}

.section-caption .sc-title {
    font-size: 48px;
    line-height: 1;
    font-weight: 700
}

.section-caption.small .sc-title {
    font-size: 42px
}

.section-caption.white {
    color: #fff
}

@media screen and (max-width:991px) {
    .section-caption {
        margin-bottom: 30px
    }

    .section-caption .sc-title {
        font-size: 34px
    }

    .section-caption.small .sc-title {
        font-size: 32px
    }
}

.color-white {
    color: #fff !important
}

.color-text {
    color: #333 !important
}

.color-accent {
    color: #00a455 !important
}

.color-primary {
    color: #00b0ff !important
}

.push {
    position: relative
}

.flex-center {
    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
}

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

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

a[href^="mailto:"],
a[href^="tel:"] {
    white-space: nowrap
}

.on-mobile {
    display: none
}


.regular {
    font-weight: 400 !important
}

[class*=" icon-"],
[class^=icon-] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.icon-cart {
    width: 24px;
    height: 22px;
    background: url(../img/icons/cart.svg) no-repeat center center
}

.icon-pdf {
    width: 50px;
    height: 50px;
    background: url(../img/icons/pdf.svg) no-repeat center center
}

.icon-xls {
    width: 50px;
    height: 50px;
    background: url(../img/icons/xls.svg) no-repeat center center
}

.icon-vk {
    width: 15px;
    height: 8px;
    background: url(../img/icons/vk.svg) no-repeat center center;
    background-size: contain
}

.icon-facebook {
    width: 6px;
    height: 12px;
    background: url(../img/icons/facebook.svg) no-repeat center center;
    background-size: contain
}

.icon-instagram {
    width: 14px;
    height: 14px;
    background: url(../img/icons/instagram.svg) no-repeat center center;
    background-size: contain
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    background-color: #000;
    padding: 14px 0;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -o-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s
}

/* .header:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #323232;
    background: -webkit-linear-gradient(240.77deg, #323232 3.51%, #0D0D0D 48.02%);
    background: -o-linear-gradient(240.77deg, #323232 3.51%, #0D0D0D 48.02%);
    background: linear-gradient(209.23deg, #323232 3.51%, #0D0D0D 48.02%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0
} */

.header .header-inner {
    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;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    z-index: 2
}

.header .header-inner .header-block {
    padding: 0 10px
}

.header .header-inner .header-block.menu-opener-wrapper {
    display: none
}

@media screen and (max-width:1249px) {
    .header .header-inner .header-block.nav-wrapper {
        display: none
    }

    .header .header-inner .header-block.header-contacts-wrapper {
        margin-right: auto
    }

    .header .header-inner .header-block.menu-opener-wrapper {
        display: block
    }
}

.header.sticky {
    padding: 8px 0
}

.header.sticky:after {
    opacity: 1
}

@media screen and (max-width:767px) {
    .header .btn {
        padding: 8px 20px
    }
    div#prices, .pricing-table-wrapper {
        overflow-x: auto;
    }    
}

@media screen and (max-width:575px) {
    .header {
        display: none
    }
}

.logo-block {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    min-width: 150px;
    display: block
}

.logo-block img {
    display: block;
    max-width: 100%;
    height: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.sticky .logo-block img {
    height: 25px
}

@media screen and (max-width:767px) {
    .logo-block {
        min-width: 130px
    }

    .logo-block img {
        height: 25px
    }
}

@media screen and (max-width:575px) {
    .logo-block img {
        height: 24px !important
    }
}

.header-contacts {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header-contacts .email-link {
    font-size: 14px;
    line-height: 24px;
    color: #00b0ff;
    text-decoration: underline
}

.header-contacts .email-link:hover {
    color: #00a455
}

.phone-link {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff
}

.phone-link:hover {
    color: #00a455
}

@media screen and (max-width:767px) {
    .phone-link {
        font-size: 16px
    }
}

.menu-opener {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.menu-opener:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.menu-opener .bars {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.menu-opener .bars .bar {
    width: 22px;
    height: 2px;
    margin-bottom: 3px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.menu-opener .bars .bar:last-child {
    margin-bottom: 0
}

.menu-opener .bars .bar:nth-child(2):before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.menu-opener span {
    margin-left: 10px;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    font-weight: 400
}

@media screen and (min-width:992px) {
    .menu-opener:hover .bars .bar {
        background: #00b0ff
    }

    .menu-opener:hover .bars .bar:before {
        background: #00b0ff
    }
}

.menu-opener.active .bar:first-child,
.menu-opener.active .bar:nth-child(3) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.menu-opener.active .bar:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-opener.active .bar:nth-child(2):before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-header {
    display: none;
    padding: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    z-index: 100;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.mobile-header .header-block {
    position: relative;
    padding: 0 10px
}

.mobile-header .header-block:first-child {
    padding-left: 56px
}

.mobile-header .header-block:last-child {
    margin-bottom: 0
}

.mobile-header .menu-opener {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:575px) {
    .mobile-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .mobile-header .btn {
        padding-left: 20px;
        padding-right: 20px
    }

    .mobile-header .menu-opener {
        left: 20px
    }

    .mobile-header .header-block {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }

    .mobile-header .header-block:first-child {
        padding-left: 56px
    }

    .mobile-header.sticky {
        padding-top: 8px;
        padding-bottom: 8px;
        background: #333
    }

    .mobile-header.sticky .logo-block img {
        height: 24px !important
    }
}

@media screen and (max-width:359px) {
    .mobile-header .menu-opener {
        left: 7px
    }

    .mobile-header .header-block:first-child {
        padding-left: 36px
    }
}

.top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px
}

.top-nav li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 10px
}

.top-nav li a:hover {
    color: #00a455
}

.top-nav li.current-menu-item a,
.top-nav li.current-menu-parent a {
    color: #00a455
}

.top-nav li.current-menu-item a {
    cursor: default
}

@media screen and (max-width:1349px) {
    .top-nav li a {
        padding: 10px 7px
    }
}

.first-screen-section {
    position: relative;
    padding-top: 175px;
    min-height: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.first-screen-section:before {
    content: '';
    display: block;
    height: 100%;
    width: 61.4583%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/backgrounds/first-screen-left-bg.svg) no-repeat right top;
    background-size: cover;
    z-index: 3
}

.first-screen-section:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 290px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(21.35%, #0D0D0D), to(rgba(13, 13, 13, 0)));
    background: -webkit-linear-gradient(top, #0D0D0D 21.35%, rgba(13, 13, 13, 0) 100%);
    background: -o-linear-gradient(top, #0D0D0D 21.35%, rgba(13, 13, 13, 0) 100%);
    background: linear-gradient(180deg, #0D0D0D 21.35%, rgba(13, 13, 13, 0) 100%);
    position: absolute;
    top: 0;
    right: 0
}

.first-screen-section .section-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 58.9583%;
    height: 88.1175%;
    background-image: url(../img/backgrounds/first-screen-right-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    z-index: 1
}

.first-screen-section .container {
    position: relative;
    z-index: 5
}

.first-screen-section .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff
}

.first-screen-section .section-inner .section-mobile-image {
    background-image: url(../img/backgrounds/first-screen-right-mobile-bg.jpg);
    display: none
}

.first-screen-section .section-inner .section-image {
    position: absolute;
    bottom: -35px;
    right: -70px;
    width: 77.578125%
}

.first-screen-section .section-inner .section-image img {
    display: block;
    max-width: 100%;
    height: auto
}

.first-screen-section .section-inner .section-content {
    width: 44%;
    padding-bottom: 105px;
    position: relative;
    z-index: 5
}

.first-screen-section .section-inner .section-content p {
    font-size: 24px;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 50px
}

.first-screen-section .section-inner .section-form {
    position: relative;
    z-index: 5
}

@media screen and (max-width:1249px) {
    .first-screen-section {
        min-height: 700px
    }

    .first-screen-section .section-inner .section-content p {
        font-size: 22px
    }
}

@media screen and (max-width:991px) {
    .first-screen-section {
        min-height: 600px;
        padding-top: 100px
    }

    .first-screen-section .section-inner .section-content p {
        font-size: 16px
    }

    .first-screen-section .section-inner .section-image {
        right: 0
    }
}

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

    .first-screen-section:after,
    .first-screen-section:before {
        display: none
    }

    .first-screen-section .section-bg {
        display: none
    }

    .first-screen-section .section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative
    }

    .first-screen-section .section-inner .section-content {
        width: 100%;
        padding-bottom: 30px;
        position: relative;
        z-index: 2
    }

    .first-screen-section .section-inner .section-content:before {
        content: '';
        display: block;
        z-index: -1;
        width: 100vw;
        height: calc(100% + 100px);
        background: #323232;
        background: -webkit-linear-gradient(211.04deg, #323232 3.51%, #0D0D0D 48.02%);
        background: -o-linear-gradient(211.04deg, #323232 3.51%, #0D0D0D 48.02%);
        background: linear-gradient(238.96deg, #323232 3.51%, #0D0D0D 48.02%);
        top: -100px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute
    }

    .first-screen-section .section-inner .section-content h1,
    .first-screen-section .section-inner .section-content p,
    .first-screen-section .section-inner .section-content ul {
        max-width: 300px
    }

    .first-screen-section .section-inner .section-form {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }

    .first-screen-section .section-inner .section-mobile-image {
        display: block;
        position: relative;
        background-size: 100% auto;
        background-repeat: no-repeat;
        overflow: hidden;
        position: absolute;
        background: transparent;
        top: 0;
        right: -50%
    }

    .first-screen-section .section-inner .section-mobile-image:after {
        content: '';
        display: block;
        width: 100%;
        height: 90px;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0
    }

    .first-screen-section .section-inner .section-mobile-image img {
        width: 507px;
        display: block;
        position: relative;
        z-index: 2
    }
}

@media screen and (max-width:767px) and (max-width:575px) {
    .first-screen-section .section-inner .section-mobile-image {
        margin-left: -10px
    }
}

@media screen and (max-width:767px) {
    .first-screen-section .section-image {
        display: none
    }
}

@media screen and (max-width:575px) {
    .first-screen-section .section-inner .section-content {
        padding-left: 10px;
        padding-right: 10px
    }

    .first-screen-section .section-inner .section-content:before {
        height: calc(100% + 213px);
        top: -213px
    }

    .first-screen-section .section-inner .section-mobile-image {
        right: auto;
        left: 240px
    }
}

@media screen and (max-width:479px) {
    .first-screen-section .section-inner .section-mobile-image {
        width: 407px;
        top: 80px;
        left: 220px
    }

    .first-screen-section .section-inner .section-mobile-image img {
        width: 100%
    }
}

@media screen and (max-width:399px) {
    .first-screen-section .section-inner .section-mobile-image {
        top: 210px;
        left: 140px
    }
}

.features-section {
    padding: 120px 0 60px
}

.feature-card {
    padding: 40px;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    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;
    height: 100%
}

.feature-card .card-image {
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 30px
}

.feature-card .card-image img {
    display: block;
    max-width: 100%;
    height: auto
}

.feature-card .card-text {
    text-align: center;
    font-size: 14px;
    line-height: 1.71
}

@media screen and (max-width:1199px) {
    .feature-card {
        padding: 20px
    }
}

.pricing-section {
    padding: 60px 0 40px
}

.pricing-section .products-row {
    margin-bottom: 60px
}

@media screen and (max-width:991px) {
    .pricing-section .products-row {
        margin-top: -10px
    }

    .pricing-section .products-row .item {
        margin-bottom: 70px
    }
}

@media screen and (max-width:575px) {
    .pricing-section .products-row {
        margin-bottom: 0
    }
}

.filler-section {
    padding: 52px 0 60px
}

.filler-section .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filler-section .section-inner .section-block.left {
    width: 370px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 70px
}

.filler-section .section-inner .section-block.right {
    width: calc(100% - 440px)
}

.filler-section .section-links {
    margin-top: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px
}

.filler-section .section-links .item {
    padding: 0 15px
}

@media screen and (max-width:1249px) {
    .filler-section .section-inner .section-block.left {
        width: 300px;
        margin-right: 50px
    }

    .filler-section .section-inner .section-block.right {
        width: calc(100% - 350px)
    }
}

@media screen and (max-width:991px) {
    .filler-section .section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .filler-section .section-inner .section-block.left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px
    }

    .filler-section .section-inner .section-block.right {
        width: 100%
    }

    .filler-section .section-links {
        -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
    }

    .filler-section .section-links .item {
        margin-bottom: 50px
    }

    .filler-section .section-links .item:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:575px) {
    .filler-section .section-links {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.download-link {
    display: block;
    min-width: 410px;
    border: 2px solid #00b0ff;
    position: relative;
    padding: 16px 30px 16px 106px;
    background: #fff;
    color: #00b0ff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 176, 255, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 176, 255, 0.5);
    border-radius: 35px;
    text-align: center
}

.download-link .link-icon {
    width: 86px;
    height: 86px;
    background: #00b0ff;
    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;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 176, 255, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 176, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.download-link .link-text {
    font-size: 24px;
    line-height: 1;
    font-weight: bold
}

.download-link:hover {
    -webkit-box-shadow: 0px 4px 25px rgba(0, 176, 255, 0.6);
    box-shadow: 0px 4px 25px rgba(0, 176, 255, 0.6)
}

@media screen and (max-width:575px) {
    .download-link {
        width: 100%;
        padding: 10px 20px 10px 80px;
        min-width: unset
    }

    .download-link .link-icon {
        width: 60px;
        height: 60px
    }

    .download-link .link-icon i {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7)
    }

    .download-link .link-text {
        font-size: 18px
    }
}

.not-suitable-section {
    padding: 62px 0 60px;
    position: relative;
    z-index: 5
}

.suitable-card {
    width: 100%;
    max-width: 1070px;
    background: -webkit-linear-gradient(258.59deg, #323232 3.51%, #0D0D0D 48.02%);
    background: -o-linear-gradient(258.59deg, #323232 3.51%, #0D0D0D 48.02%);
    background: linear-gradient(191.41deg, #323232 3.51%, #0D0D0D 48.02%);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    padding: 0 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    position: relative
}

.suitable-card:before {
    content: '';
    display: block;
    width: 182px;
    height: 191px;
    background: url(../img/pics/round-arrow.svg) no-repeat;
    position: absolute;
    top: 150px;
    left: -160px
}

.suitable-card .card-image {
    margin-top: -62px
}

.suitable-card .card-image img {
    display: block;
    max-width: 100%;
    height: auto
}

.suitable-card .card-text {
    padding: 69px 78px 58px 73px;
    font-size: 48px;
    line-height: 46px;
    font-weight: bold;
    color: #fff
}

@media screen and (max-width:1249px) {
    .suitable-card {
        width: 80%
    }

    .suitable-card .card-text {
        padding: 30px 38px 30px 23px;
        font-size: 40px;
        line-height: 1
    }
}

@media screen and (max-width:991px) {
    .suitable-card {
        -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
    }

    .suitable-card:before {
        bottom: -160px;
        left: -60px;
        top: auto
    }
}

@media screen and (max-width:767px) {
    .suitable-card:before {
        bottom: -130px;
        left: -40px;
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6)
    }
}

@media screen and (max-width:575px) {
    .suitable-card {
        width: 100%
    }

    .suitable-card .card-text {
        font-size: 30px
    }
}

.individual-tailoring-section {
    position: relative
}

.individual-tailoring-section .section-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background-image: url(../img/backgrounds/tailoring-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.individual-tailoring-section .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.individual-tailoring-section .section-inner .section-left,
.individual-tailoring-section .section-inner .section-right {
    width: calc(50% - 15px)
}

.individual-tailoring-section .section-inner .section-left {
    padding: 110px 0;
    position: relative;
    z-index: 2
}

.individual-tailoring-section .section-inner .section-left:before {
    content: '';
    display: block;
    width: 80vw;
    height: 100%;
    position: absolute;
    right: 23%;
    top: 0;
    background: #fcfcfc;
    -webkit-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
    transform: skewX(-22deg);
    z-index: -1
}

@media screen and (max-width:991px) {
    .individual-tailoring-section .section-inner .section-left:before {
        -webkit-transform: skewX(-18deg);
        -ms-transform: skewX(-18deg);
        transform: skewX(-18deg);
        right: -10%
    }
}

.individual-tailoring-section .section-inner .section-left .section-content {
    max-width: 585px
}

.individual-tailoring-section .section-inner .section-right {
    padding-top: 264px
}

@media screen and (max-width:1249px) {
    .individual-tailoring-section .section-inner .section-right {
        padding: 50px 0;
        width: 300px
    }
}

.individual-tailoring-section .section-inner .section-right .mobile-bg {
    display: none
}

.individual-tailoring-section .section-title {
    font-size: 42px;
    line-height: 40px;
    font-weight: bold;
    color: #333;
    margin-bottom: 65px
}

@media screen and (max-width:767px) {
    .individual-tailoring-section .section-bg {
        display: none
    }

    .individual-tailoring-section .section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .individual-tailoring-section .section-inner .section-left {
        width: 100%;
        padding: 50px 0
    }

    .individual-tailoring-section .section-inner .section-left:before {
        width: 100vw;
        height: 100%;
        background: #fcfcfc;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .individual-tailoring-section .section-inner .section-right {
        width: 100%;
        position: relative;
        z-index: 2
    }

    .individual-tailoring-section .section-inner .section-right .order-form {
        margin: 0 auto
    }

    .individual-tailoring-section .section-inner .section-right .mobile-bg {
        position: absolute;
        width: 100vw;
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
        left: 50%;
        top: 0;
        display: block;
        background-image: url(../img/backgrounds/tailoring-bg.png)
    }
}

.services-list {
    max-width: 410px
}

.services-list .item {
    margin-bottom: 20px
}

.services-list .item:last-child {
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .services-list {
        margin-left: auto;
        margin-right: auto
    }
}

.service-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    min-height: 160px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25)
}

.service-card .card-text {
    font-size: 16px;
    line-height: 24px;
    max-width: 210px;
    position: relative;
    z-index: 2
}

.service-card .card-text strong {
    display: block
}

.service-card .card-image {
    width: 215px;
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    right: 0;
    bottom: 0
}

.service-card .card-image.card-image-1 {
    background-image: url(../img/pics/sewing-machine.png)
}

.service-card .card-image.card-image-2 {
    background-image: url(../img/pics/mount-types.png)
}

.service-card .card-image.card-image-3 {
    background-image: url(../img/pics/any-size.png)
}

@media screen and (max-width:991px) {
    .service-card {
        padding: 20px;
        min-height: 120px
    }

    .service-card .card-text {
        font-size: 14px;
        line-height: 20px
    }

    .service-card .card-image {
        height: 120px;
        width: 165px
    }
}

.reviews-section {
    padding: 110px 0 120px;
    background: #323232;
    background: -webkit-linear-gradient(250.11deg, #323232 4.3%, #0D0D0D 64.69%);
    background: -o-linear-gradient(250.11deg, #323232 4.3%, #0D0D0D 64.69%);
    background: linear-gradient(199.89deg, #323232 4.3%, #0D0D0D 64.69%)
}

.reviews-section .section-caption {
    margin-bottom: 60px
}

@media screen and (max-width:991px) {
    .reviews-section {
        padding: 60px 0
    }

    .reviews-section .section-caption {
        margin-bottom: 30px
    }
}

.videos-block-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.videos-block-wrapper .videos-previews-list {
    width: 100%;
    max-width: 550px;
    margin-right: 85px
}

.videos-block-wrapper .big-video-wrapper {
    width: 100%;
    max-width: 660px
}

@media screen and (max-width:1249px) {
    .videos-block-wrapper {
        display: none
    }
}

.videos-previews-list .video-preview-card {
    margin-bottom: 20px
}

.videos-previews-list .video-preview-card:last-child {
    margin-bottom: 0
}

.video-preview-card {
    background: #0D0D0D;
    background: -webkit-linear-gradient(260.88deg, #0D0D0D 3.51%, #0D0D0D 48.02%);
    background: -o-linear-gradient(260.88deg, #0D0D0D 3.51%, #0D0D0D 48.02%);
    background: linear-gradient(189.12deg, #0D0D0D 3.51%, #0D0D0D 48.02%);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #5e5e5e;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer
}

.video-preview-card .card-image {
    width: 188px;
    height: 100%;
    min-height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative
}

.video-preview-card .card-image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(13, 13, 13, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.video-preview-card .card-content {
    padding: 10px 40px 10px 30px;
    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;
    width: calc(100% - 188px)
}

.video-preview-card .card-content p {
    font-size: 10px;
    line-height: 24px
}

.video-preview-card .card-content p.card-caption {
    font-size: 16px;
    margin-bottom: 8px
}

@media screen and (max-width:767px) {
    .video-preview-card .card-content p.card-caption {
        font-size: 14px;
        font-weight: bold
    }
}

.video-preview-card .card-content .card-text {
    padding-right: 30px;
    max-width: 220px
}

@media screen and (max-width:767px) {
    .video-preview-card .card-content .card-text {
        max-width: unset
    }
}

.video-preview-card .card-content .card-button {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.video-preview-card.current,
.video-preview-card:hover {
    color: #fff
}

.video-preview-card.current .card-image:after,
.video-preview-card:hover .card-image:after {
    opacity: 0
}

.video-preview-card.with-iframe {
    color: #fff;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.video-preview-card.with-iframe .card-image {
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.video-preview-card.with-iframe .card-image:before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.video-preview-card.with-iframe .card-image iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    z-index: 20
}

.video-preview-card.with-iframe .card-image:after {
    opacity: 0
}

.video-preview-card.with-iframe .card-content {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px
}

.play-btn-small {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #333333;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer
}

.play-btn-small:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #0D0D0D;
    position: absolute;
    left: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.video-preview-card.current .play-btn-small,
.video-preview-card:hover .play-btn-small {
    background: #00b0ff;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 176, 255, 0.5);
    box-shadow: 0px 4px 10px rgba(0, 176, 255, 0.5)
}

.video-preview-card.current .play-btn-small:before,
.video-preview-card:hover .play-btn-small:before {
    border-color: transparent transparent transparent #fff
}

.play-btn-small:hover {
    background: #00a455 !important;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 164, 85, 0.5) !important;
    box-shadow: 0px 4px 6px rgba(0, 164, 85, 0.5) !important
}

.video-block {
    width: 100%;
    max-width: 660px;
    position: relative
}

.video-block .block-preview {
    position: relative;
    z-index: 5;
    background-image: url(../img/pics/preview-big.png);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
    opacity: 0;
    z-index: 1
}

.video-block .block-preview:before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.video-block .block-preview:after {
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    background: url(../img/icons/play.svg) no-repeat center center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-block .block-preview:hover:after {
    opacity: .7
}

.video-block .block-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3
}

.video-block .block-iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block
}

.video-block.active .block-preview {
    opacity: 0;
    z-index: 1
}

.videos-block-wrapper-mobile {
    display: none;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.videos-block-wrapper-mobile .item {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 50%
}

@media screen and (max-width:1249px) {
    .videos-block-wrapper-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width:767px) {
    .videos-block-wrapper-mobile .item {
        width: 100%
    }
}

.consultation-section {
    padding: 110px 0 120px
}

@media screen and (max-width:991px) {
    .consultation-section {
        padding: 60px 0
    }
}

.consultation-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.consultation-block .block-title {
    width: 420px;
    font-size: 42px;
    line-height: 40px;
    font-weight: bold;
    color: #333;
    position: relative;
    padding-top: 110px;
    z-index: 2
}

.consultation-block .block-title:before {
    content: '';
    display: block;
    width: 317px;
    height: 317px;
    background: url(../img/pics/question-bubbles.svg) no-repeat center center;
    position: absolute;
    left: 100px;
    top: 0;
    z-index: -1
}

.consultation-block .block-manager {
    width: 330px;
    margin-right: 70px;
    margin-left: 60px
}

.consultation-block .block-contacts {
    padding-top: 115px
}

.consultation-block .block-contacts .contacts-phone {
    margin-bottom: 50px
}

.consultation-block .block-contacts .contacts-phone p {
    font-size: 18px;
    line-height: 24px
}

.consultation-block .block-contacts .contacts-phone p .bigger {
    font-size: 24px;
    font-weight: bold
}

.consultation-block .block-contacts .contacts-phone .phone {
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    text-decoration: none;
    color: #333
}

.consultation-block .block-contacts .contacts-phone .phone:hover {
    color: #00b0ff
}

.consultation-block .block-contacts p {
    font-size: 18px;
    line-height: 24px
}

.consultation-block .block-contacts p strong {
    font-weight: bold;
    display: block
}

.consultation-block .block-contacts .btn {
    margin-top: 30px
}

@media screen and (max-width:1199px) {
    .consultation-block {
        -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
    }

    .consultation-block .block-contacts,
    .consultation-block .block-manager,
    .consultation-block .block-title {
        width: auto
    }

    .consultation-block .block-title {
        margin-bottom: 70px
    }

    .consultation-block .block-contacts {
        padding-top: 90px
    }
}

@media screen and (max-width:767px) {
    .consultation-block {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .consultation-block .block-title {
        padding-top: 36px;
        max-width: 300px;
        font-size: 32px;
        width: 100%
    }

    .consultation-block .block-title:before {
        width: 204px;
        height: 204px;
        background-size: contain;
        left: auto;
        right: 0
    }

    .consultation-block .block-manager {
        margin-left: 0;
        margin-right: 0
    }

    .consultation-block .block-contacts {
        padding-top: 110px;
        padding-left: 40px;
        width: 290px
    }

    .consultation-block .block-contacts .contacts-phone .phone {
        font-size: 28px
    }

    .consultation-block .block-contacts .btn-big {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 20px;
        width: 100%
    }
}

@media screen and (max-width:575px) {
    .consultation-block {
        -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
    }

    .consultation-block .block-manager {
        width: 270px
    }

    .consultation-block .block-manager .manager-card .card-content .card-content-inner {
        padding-right: 74px
    }

    .consultation-block .block-contacts {
        padding-top: 20px;
        padding-left: 0;
        width: 270px
    }
}

.faq-section {
    padding: 110px 0 120px;
    background: url(../img/backgrounds/big-gray-circles.svg) no-repeat center center;
    background-color: #fafafa;
    background-size: cover;
    position: relative;
    z-index: 2
}

.faq-section .section-caption {
    margin-bottom: 60px
}

.faq-section .section-image {
    position: absolute;
    z-index: 2;
    bottom: -180px;
    left: 0
}

.faq-section .section-image img {
    display: block;
    max-width: 100%;
    height: auto
}

.faq-section .faq-list {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
    position: relative;
    z-index: 5
}

.faq-section .faq-list .item {
    margin-bottom: 20px
}

div#cart-total {
    font-size: 1.4rem;
}

.faq-section .flex-center {
    position: relative;
    z-index: 5;
    margin-top: 80px
}

.faq-section .hidden-cards {
    margin-top: 30px
}

.faq-section .btn-big {
    width: 410px
}

@media screen and (max-width:991px) {
    .faq-section {
        padding: 60px 0
    }
}

@media screen and (max-width:767px) {
    .faq-section .faq-list {
        margin-bottom: 40px
    }

    .faq-section .btn-big {
        width: 100%;
        max-width: 410px
    }
}

.certs-section {
    position: relative
}

.certs-section .section-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-image: url(../img/backgrounds/certs-bg.jpg);
    background-size: cover;
    background-position: center center
}

.certs-section .section-content {
    padding: 180px 0 130px;
    width: 630px;
    position: relative;
    z-index: 2
}

.certs-section .section-content:before {
    content: '';
    display: block;
    width: 110vw;
    height: 100%;
    position: absolute;
    right: -165px;
    bottom: 0;
    background: #fcfcfc;
    -webkit-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
    transform: skewX(-22deg);
    z-index: -1
}

@media screen and (max-width:991px) {
    .certs-section .section-content {
        width: 100%;
        padding: 60px 0
    }

    .certs-section .section-content:before {
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    .certs-section .section-content .section-caption {
        text-align: center
    }
}

.certs-slider {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px
}

.certs-slider .slide {
    outline: none !important;
    padding: 0 15px
}

.cert-card .card-image {
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 10px;
    margin-bottom: 30px
}

.cert-card .card-image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    border: 2px solid #00b0ff !important
}

.cert-card .card-caption {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-decoration: none
}

.testimonials-section {
    padding: 110px 0 120px;
    position: relative
}

.testimonials-section:after {
    content: '';
    display: block;
    width: 267px;
    height: 267px;
    background: url(../img/pics/hand-with-stars.svg) no-repeat center center;
    position: absolute;
    top: 42px;
    left: calc(50% + 80px)
}

.testimonials-section .container {
    position: relative;
    z-index: 2
}

.testimonials-section .section-caption {
    margin-bottom: 70px
}

.testimonials-section .btn-big {
    width: 410px;
    margin-top: 80px
}

@media screen and (max-width:991px) {
    .testimonials-section {
        padding: 60px 0
    }
}

@media screen and (max-width:767px) {
    .testimonials-section:after {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        top: -38px;
        left: calc(50% - 70px)
    }

    .testimonials-section .btn-big {
        width: 100%;
        max-width: 410px;
        margin-top: 40px
    }
}

.testimonial-card {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 30px 40px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.testimonial-card .card-caption {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 20px
}

.testimonial-card .card-caption .name {
    font-weight: bold;
    color: #00b0ff
}

.testimonial-card .card-audio {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1)
}

.testimonial-card .card-content {
    font-size: 14px;
    line-height: 24px
}

@media screen and (max-width:767px) {
    .testimonial-card {
        padding: 30px 20px
    }
}

.about-section {
    background: #fcfcfc;
    padding: 110px 0 310px;
    position: relative
}

.about-section:before {
    content: '';
    display: block;
    width: 850px;
    height: 282px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(calc(-100% - 95px));
    -ms-transform: translateX(calc(-100% - 95px));
    transform: translateX(calc(-100% - 95px));
    background: url(../img/backgrounds/about-section.png) no-repeat left bottom
}

.about-section:after {
    content: '';
    display: block;
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: 193px;
    height: calc(100% - 193px);
    -webkit-transform: translateX(-15px) skewX(-22deg);
    -ms-transform: translateX(-15px) skewX(-22deg);
    transform: translateX(-15px) skewX(-22deg);
    background: #333
}

.about-section .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2
}

.about-section .section-inner .section-content {
    width: 520px;
    margin-right: 110px
}

.about-section .section-inner .section-content a {
    color: #00b0ff
}

.about-section .section-inner .section-content a:hover {
    color: #00a455
}

.about-section .section-inner .section-video {
    width: 660px
}

.about-section .section-inner .section-video .video-block {
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5)
}

@media screen and (max-width:991px) {
    .about-section {
        padding-top: 50px;
        padding-bottom: 110px
    }

    .about-section:before {
        width: 100%;
        height: 110px;
        background-size: contain;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0;
        background-color: #fff
    }

    .about-section:after {
        display: none
    }

    .about-section .section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-section .section-inner .section-content {
        width: 100%;
        padding-bottom: 30px
    }

    .about-section .section-inner .section-video {
        width: 100%;
        padding: 40px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        z-index: 2
    }

    .about-section .section-inner .section-video:before {
        content: '';
        display: block;
        width: 100vw;
        height: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #333;
        z-index: -1
    }
}

.delivery-section {
    padding: 110px 0 120px
}

.delivery-section .section-caption {
    margin-bottom: 90px
}

@media screen and (max-width:991px) {
    .delivery-section {
        padding: 60px 0
    }

    .delivery-section .section-caption {
        margin-bottom: 50px
    }

    .delivery-section .cards-list {
        margin-bottom: -70px
    }

    .delivery-section .cards-list .item {
        margin-bottom: 70px
    }
}

.contacts-section {
    padding: 110px 0 35px;
    background: url(../img/backgrounds/big-gray-circles.svg) no-repeat center center;
    background-color: #fafafa;
    background-size: cover
}

.contacts-section .section-caption {
    margin-bottom: 20px
}

.contacts-section .section-inner {
    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
}

.contacts-section .section-inner .section-manager {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 30px
}

.contacts-section .section-inner .contacts-phone {
    margin-bottom: 30px
}

.contacts-section .section-inner .contacts-phone p {
    font-size: 18px;
    line-height: 24px
}

.contacts-section .section-inner .contacts-phone p .bigger {
    font-size: 24px;
    font-weight: bold
}

.contacts-section .section-inner .contacts-phone .phone {
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    text-decoration: none;
    color: #333
}

.contacts-section .section-inner .contacts-phone .phone:hover {
    color: #00b0ff
}

.contacts-section .section-inner p {
    font-size: 18px;
    line-height: 24px
}

.contacts-section .section-inner p strong {
    font-weight: bold;
    display: block
}

.contacts-section .section-inner p a {
    color: #00b0ff;
    text-decoration: underline
}

.contacts-section .section-inner p a:hover {
    color: #00a455
}

@media screen and (max-width:991px) {
    .contacts-section {
        padding-top: 60px;
        padding-bottom: 50px
    }

    .contacts-section .section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts-section .section-inner .section-manager {
        margin-right: 0;
        margin-bottom: 40px
    }
}

.representations-section {
    background: #fafafa;
    padding: 75px 0 90px
}

.representations-section .find-representations-block {
    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;
    margin-bottom: 80px
}

.representations-section .find-representations-block .block-caption {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #333;
    text-align: center
}

@media screen and (max-width:991px) {
    .representations-section {
        padding: 60px 0
    }

    .representations-section .find-representations-block {
        margin-bottom: 40px
    }
}

.representation-group {
    margin-bottom: 50px
}

.representation-group:last-child {
    margin-bottom: 0
}

.representation-group .group-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.representation-group .group-header .flag {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.representation-group .group-header .title {
    font-weight: bold;
    font-size: 24px
}

.contacts-card p {
    line-height: 30px;
    font-size: 14px
}

.contacts-card p.card-title {
    font-weight: bold;
    font-size: 18px
}

.contacts-card a[href^="tel:"] {
    color: #333
}

.contacts-card a[href^="tel:"]:hover {
    color: #00a455
}

.contacts-card a[href^="mailto:"] {
    color: #00b0ff
}

.contacts-card a[href^="mailto:"]:hover {
    color: #00a455
}

.footer {
    color: #fff
}

.footer .footer-row.first {
    padding: 60px 0;
    background: #323232;
    background: -webkit-linear-gradient(263.48deg, #323232 6.44%, #0D0D0D 44.66%);
    background: -o-linear-gradient(263.48deg, #323232 6.44%, #0D0D0D 44.66%);
    background: linear-gradient(186.52deg, #323232 6.44%, #0D0D0D 44.66%)
}

@media screen and (min-width:992px) {
    .footer .footer-row.first .footer-block:nth-child(3) {
        width: 32%
    }

    .footer .footer-row.first .footer-block:nth-child(4) {
        width: 18%
    }
}

.footer .footer-row.second {
    background: #000;
    padding: 33px 0;
    color: #5e5e5e
}

.footer .footer-row.second .footer-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.footer .footer-row.second p {
    font-size: 14px;
    line-height: 24px
}

.footer .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px
}

.footer .footer-inner .footer-block {
    padding: 0 15px;
    width: 25%
}

.footer .footer-inner .footer-block.wide {
    width: 50%
}

.footer .footer-contacts .contacts-phone p {
    font-size: 14px;
    line-height: 30px
}

.footer .footer-contacts .contacts-phone p .bigger {
    font-size: 24px;
    font-weight: bold
}

.footer .footer-contacts .contacts-phone .phone {
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    text-decoration: none;
    color: #fff
}

.footer .footer-contacts .contacts-phone .phone:hover {
    color: #00b0ff
}

@media screen and (max-width:1249px) {
    .footer .footer-contacts .contacts-phone .phone {
        font-size: 24px
    }
}

.footer .footer-contacts p {
    font-size: 14px;
    line-height: 30px
}

.footer .footer-contacts p a {
    color: #00b0ff;
    text-decoration: underline
}

.footer .footer-contacts p a:hover {
    color: #00a455
}

.footer p a {
    color: #00b0ff
}

.footer p a:hover {
    color: #00a455
}

@media screen and (max-width:991px) {
    .footer .footer-row.first {
        padding: 40px 0 60px
    }

    .footer .footer-row.second .footer-inner .footer-block {
        width: 100%
    }

    .footer .footer-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -30px
    }

    .footer .footer-inner .footer-block {
        width: 50%;
        margin-bottom: 30px
    }
}

@media screen and (max-width:499px) {
    .footer .footer-row.first .footer-inner .footer-block {
        width: 275px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.footer-logo {
    width: 100%;
    max-width: 270px
}

.footer-logo img {
    display: block;
    width: 100%;
    height: auto
}

.footer-caption {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold
}

@media screen and (max-width:1249px) {
    .footer-caption {
        font-size: 16px;
        line-height: 1.5
    }
}

.socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-top: 12px
}

.socials-list li {
    margin-right: 10px
}

.socials-list li:last-child {
    margin-right: 0
}

.socials-list li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #333;
    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
}

.socials-list li a:hover {
    background: #00b0ff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 176, 255, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 176, 255, 0.5)
}

.copyright {
    font-size: 12px;
    line-height: 16px
}

.btn {
    border: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 8px 40px;
    background: #00b0ff;
    font-family: "Gotham Pro", Arial, sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 176, 255, 0.5);
    box-shadow: 0px 4px 10px rgba(0, 176, 255, 0.5)
}

.btn:hover {
    background: #00a455;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 164, 85, 0.5);
    box-shadow: 0px 4px 6px rgba(0, 164, 85, 0.5)
}

.btn.btn-big {
    font-size: 24px;
    line-height: 1;
    padding: 18px 50px;
    font-weight: bold;
    border-radius: 30px
}

.btn.btn-small {
    padding: 9px 13px;
    font-size: 16px;
    line-height: 22px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 176, 255, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 176, 255, 0.5)
}

.btn.btn-small:hover {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 164, 85, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 164, 85, 0.5)
}

.btn.order-btn {
    padding: 9px 13px;
    width: 50px;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 176, 255, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 176, 255, 0.5)
}

.btn.order-btn .btn-inner {
    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;
    width: 114px
}

.btn.order-btn .btn-inner span {
    padding-left: 10px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.btn.order-btn i {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 !important
}

.btn.order-btn span {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px
}

.btn.order-btn:hover {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 164, 85, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 164, 85, 0.5)
}

@media screen and (min-width:992px) {
    .btn.order-btn:hover {
        width: 141px
    }

    .btn.order-btn:hover .btn-inner span {
        opacity: 1
    }
}

.btn.in-cart {
    background: #00a455;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 164, 85, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 164, 85, 0.5)
}

.btn.in-cart span {
    font-size: 15px;
    text-align: center;
    white-space: nowrap
}

.btn i:last-child {
    margin-left: 8px
}

.btn i:first-child {
    margin-right: 8px
}

.select-field {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer
}

.select-field.fullwidth {
    width: 100%
}

.select-field .jcf-select {
    border: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    height: 35px;
    background: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    width: 100%;
    min-width: auto;
    border: 0;
    border-bottom: 2px solid #fff
}

.select-field .jcf-select-text {
    line-height: 33px;
    margin-right: 33px;
    margin-left: 15px;
    font-size: 12px;
    cursor: pointer
}

.select-field .jcf-select-text .jcf-option-hideme {
    color: #fff
}

.select-field .jcf-select-opener {
    width: 44px;
    background: none;
    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
}

.select-field .jcf-select-opener:before {
    content: "";
    display: block;
    width: 15px;
    height: 9px;
    background: url(../img/icons/opener.svg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.select-field .jcf-drop-active .jcf-select-opener:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.select-field .jcf-select-drop {
    z-index: 90
}

.select-field .jcf-list {
    margin: 5px 0;
    overflow: hidden
}

.select-field .jcf-list li {
    border-bottom: 1px solid #eee
}

.select-field .jcf-list li:last-child {
    border-bottom: 0
}

.select-field .jcf-list .jcf-option {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 22px;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff
}

.select-field .jcf-list .jcf-option.jcf-selected,
.select-field .jcf-list .jcf-option:hover {
    background: #eee;
    font-weight: bold
}

.form-field {
    position: relative
}

.form-field .input-field,
.form-field textarea {
    border: 0;
    height: 35px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    padding: 0 15px;
    outline: none !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
    border: 0;
    font-family: "Gotham Pro", Arial, sans-serif;
    position: relative;
    z-index: 2
}

.form-field .input-field::-webkit-input-placeholder,
.form-field textarea::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.form-field .input-field:-ms-input-placeholder,
.form-field textarea:-ms-input-placeholder {
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.form-field .input-field::-ms-input-placeholder,
.form-field textarea::-ms-input-placeholder {
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.form-field .input-field::placeholder,
.form-field textarea::placeholder {
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.form-field .input-field+.input-decoration,
.form-field .input-field+label+.input-decoration,
.form-field textarea+.input-decoration,
.form-field textarea+label+.input-decoration {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.form-field .input-field.error,
.form-field textarea.error {
    opacity: 0
}

.form-field .input-field.error+.input-decoration,
.form-field .input-field.error+label+.input-decoration,
.form-field textarea.error+.input-decoration,
.form-field textarea.error+label+.input-decoration {
    background: #f42f2f;
    height: 2px
}

.form-field .input-field.error:focus+.input-decoration,
.form-field textarea.error:focus+.input-decoration {
    background: #fff
}

.form-field .input-field.error+.input-decoration+.error-message:after,
.form-field textarea.error+.input-decoration+.error-message:after {
    opacity: 1
}

.form-field .input-field:focus,
.form-field textarea:focus {
    color: #333;
    opacity: 1 !important
}

.form-field .input-field:focus::-webkit-input-placeholder,
.form-field textarea:focus::-webkit-input-placeholder {
    color: #333
}

.form-field .input-field:focus:-ms-input-placeholder,
.form-field textarea:focus:-ms-input-placeholder {
    color: #333
}

.form-field .input-field:focus::-ms-input-placeholder,
.form-field textarea:focus::-ms-input-placeholder {
    color: #333
}

.form-field .input-field:focus::placeholder,
.form-field textarea:focus::placeholder {
    color: #333
}

.form-field .input-field:focus+.input-decoration,
.form-field .input-field:focus+label+.input-decoration,
.form-field textarea:focus+.input-decoration,
.form-field textarea:focus+label+.input-decoration {
    height: 100%
}

.form-field .input-field:focus+.input-decoration+.error-message,
.form-field textarea:focus+.input-decoration+.error-message {
    opacity: 0
}

.form-field textarea {
    height: 80px;
    padding: 10px 15px;
    resize: none
}

.form-field .error-message {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #f42f2f;
    font-size: 12px;
    line-height: 35px;
    padding-right: 40px
}

.form-field .error-message:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icons/danger.svg) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.checkbox {
    position: relative;
    display: block
}

.checkbox input {
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    opacity: 0;
    position: absolute;
    top: 16px;
    left: 8px
}

.checkbox input+.checkbox-content {
    padding-left: 26px;
    font-size: 10px;
    line-height: 1.4;
    color: #c3c3c3;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox input+.checkbox-content a {
    color: #00b0ff;
    text-decoration: underline
}

.checkbox input+.checkbox-content a:hover {
    color: #00a455
}

.checkbox input+.checkbox-content:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0
}

.checkbox input+.checkbox-content:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #00b0ff;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 3px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 176, 255, 0.5);
    box-shadow: 0px 4px 10px rgba(0, 176, 255, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.checkbox input:focus+.checkbox-content:before {
    outline: 1px solid #00b0ff
}

.checkbox input:checked+.checkbox-content:after {
    opacity: 1
}

.checkbox .error-message {
    color: #f42f2f;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
    padding-top: 5px
}

.number-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #fff;
    padding: 0 12px 0 15px;
    height: 35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.number-field .field-label {
    font-size: 12px;
    color: #fff;
    margin-right: 20px
}

.number-field .field-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.number-field .field-value .action {
    width: 20px;
    height: 20px;
    position: relative;
    background: none;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer
}

.number-field .field-value .action:after,
.number-field .field-value .action:before {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background: #00b0ff;
    position: absolute;
    left: calc(50% - 6px);
    top: calc(50% - 1px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.number-field .field-value .action.addition:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.number-field .field-value .action.substraction:before {
    display: none
}

.number-field .field-value .action:hover:after,
.number-field .field-value .action:hover:before {
    background: #00a455
}

.number-field .field-value .current-value {
    background: transparent;
    height: 20px;
    width: 24px;
    display: block;
    color: #fff;
    font-size: 12px;
    -webkit-appearance: none;
    border: 0;
    text-align: center;
    font-family: "Gotham Pro", Arial, sans-serif
}

.form .form-row {
    margin-bottom: 10px
}

.form .form-row:last-child {
    margin-bottom: 0
}

.panel {
    overflow: hidden;
    height: 100vh;
    background: #323232;
    background: -webkit-linear-gradient(232.92deg, #323232 3.23%, #0D0D0D 44.11%);
    background: -o-linear-gradient(232.92deg, #323232 3.23%, #0D0D0D 44.11%);
    background: linear-gradient(217.08deg, #323232 3.23%, #0D0D0D 44.11%);
    position: relative;
    z-index: 1000
}

.panel .panel-inner {
    padding: 40px 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden !important
}

.panel .panel-nav {
    list-style: none;
    width: 100%;
    padding: 0 40px
}

.panel .panel-nav li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px
}

.panel .panel-nav li:last-child {
    margin-bottom: 0
}

.panel .panel-nav li a {
    color: #fff;
    display: block
}

.panel .panel-nav li a:hover {
    color: #00b0ff
}

.panel .panel-nav li.current-menu-item a,
.panel .panel-nav li.current-menu-parent a {
    color: #00b0ff
}

.panel .panel-nav li.current-menu-item a {
    cursor: default
}

.panel .panel-content {
    padding: 0 40px
}

.panel .panel-contacts {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px
}

.panel .panel-contacts .email-link {
    font-size: 14px;
    line-height: 24px;
    color: #00b0ff;
    text-decoration: underline
}

.panel .panel-contacts .email-link:hover {
    color: #00a455
}

.pricing-table-wrapper.with-bg {
    position: relative;
    z-index: 2
}

.pricing-table-wrapper.with-bg:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background: url(../img/backgrounds/big-gray-circles.svg) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.pricing-table-wrapper .pricing-table {
    position: relative;
    z-index: 2
}

.pricing-table {
    background: #fff;
    border-spacing: 0;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 2px solid #00b0ff
}

.pricing-table .table-header {
    background: #333;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#333333), to(#0D0D0D));
    background: -webkit-linear-gradient(left, #333333 0%, #0D0D0D 100%);
    background: -o-linear-gradient(left, #333333 0%, #0D0D0D 100%);
    background: linear-gradient(90deg, #333333 0%, #0D0D0D 100%);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1)
}

.pricing-table tr {
    text-align: right;
    position: relative
}

.pricing-table tr th {
    height: 60px;
    padding: 13px 20px;
    white-space: nowrap
}

.pricing-table tr th:first-child {
    text-align: left
}

.pricing-table tr th:first-child .order-by {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.pricing-table tr th.button-cell {
    width: 201px
}

.pricing-table tr td {
    height: 70px;
    padding: 15px 30px
}

.pricing-table tr td:first-child {
    text-align: left
}

.pricing-table tr td:first-child .order-by {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.pricing-table tr td .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 141px
}

@media screen and (max-width:991px) {
    .pricing-table tr td .button-wrapper {
        width: auto
    }
}

.pricing-table tr:nth-child(odd):not(:first-child) {
    background: #fcfcfc
}

.pricing-table tr:not(:first-child):hover {
    background: #fcfcfc
}

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

    .pricing-table tr td,
    .pricing-table tr th {
        padding-left: 15px;
        padding-right: 15px
    }

    .pricing-table tr th.button-cell {
        width: 171px
    }
}

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

    .pricing-table tr td,
    .pricing-table tr th {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px
    }

    .pricing-table tr th {
        font-size: 13px
    }

    .pricing-table tr th.button-cell {
        width: auto
    }
}

.pricing-table.small-paddings tr td,
.pricing-table.small-paddings tr th {
    padding-left: 20px;
    padding-right: 20px
}

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

    .pricing-table.small-paddings tr td,
    .pricing-table.small-paddings tr th {
        padding-left: 15px;
        padding-right: 15px
    }
}

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

    .pricing-table.small-paddings tr td,
    .pricing-table.small-paddings tr th {
        padding-left: 10px;
        padding-right: 10px
    }
}

.pricing-table.all-left tr {
    text-align: left
}

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

.order-by.desc:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.order-by.asc:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.all-left .order-by .order-by {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.pricing-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px
}

.pricing-list .list-header {
    background: #323232;
    background: -webkit-gradient(linear, left top, right top, from(#333333), to(#0D0D0D));
    background: -webkit-linear-gradient(left, #333333 0%, #0D0D0D 100%);
    background: -o-linear-gradient(left, #333333 0%, #0D0D0D 100%);
    background: linear-gradient(90deg, #333333 0%, #0D0D0D 100%);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0
}

.pricing-list .list-header .lh-block {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff
}

.pricing-list .list-header .lh-block.first {
    width: 50%;
    min-width: 120px
}

.pricing-list .list-items .item {
    background: #fff
}

.pricing-list .list-items .item .item-content {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pricing-list .list-items .item .item-content .item-model {
    width: 50%;
    min-width: 120px;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 10px;
    font-weight: bold
}

.pricing-list .list-items .item .item-content .item-model span.regular {
    font-weight: 400
}

.pricing-list .list-items .item .item-content .item-params {
    font-size: 12px;
    line-height: 2;
    padding: 0 10px
}

.pricing-list .list-items .item .item-footer {
    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;
    padding: 10px;
    background: #f2f2f2
}

.sorbent-only-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #323232;
    background: -webkit-linear-gradient(230.09deg, #323232 3.51%, #0D0D0D 48.02%);
    background: -o-linear-gradient(230.09deg, #323232 3.51%, #0D0D0D 48.02%);
    background: linear-gradient(219.91deg, #323232 3.51%, #0D0D0D 48.02%);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25)
}

.sorbent-only-card .card-image {
    margin-top: -52px;
    margin-right: -23px;
    margin-bottom: -60px;
    width: 244px;
    height: 245px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative
}

.sorbent-only-card .card-image:before {
    content: '';
    display: block;
    width: 300px;
    height: 160px;
    position: absolute;
    top: 22px;
    right: -17px;
    background: url(../img/products/circles-bg.png) no-repeat
}

.sorbent-only-card .card-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    z-index: 2
}

.sorbent-only-card .card-text {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    padding: 0 40px 45px 40px;
    max-width: 410px
}

.sorbent-only-card .card-text .small {
    font-size: 18px;
    font-weight: 400
}

@media screen and (max-width:1249px) {
    .sorbent-only-card .card-text {
        padding: 0 25px 45px 25px;
        font-size: 32px
    }

    .sorbent-only-card .card-image {
        margin-top: -80px;
        margin-bottom: -30px
    }
}

.manager-card {
    position: relative
}

.manager-card .card-photo {
    position: relative
}

.manager-card .card-photo:before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 75px);
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f2f2f2
}

.manager-card .card-photo img {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2
}

.manager-card .card-content {
    width: calc(100% + 80px);
    max-width: 343px;
    position: absolute;
    left: -170px;
    bottom: -40px;
    background: url(../img/pics/manager-card-bg.svg) no-repeat center center;
    background-size: contain;
    color: #fff;
    z-index: 2
}

.manager-card .card-content:before {
    content: '';
    display: block;
    padding-top: 53.757%
}

.manager-card .card-content p {
    font-size: 14px;
    line-height: 24px
}

.manager-card .card-content p.name {
    color: #00b0ff;
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: bold
}

.manager-card .card-content .card-content-inner {
    position: absolute;
    left: 0;
    top: 0;
    padding: 50px 70px 40px 60px
}

@media screen and (max-width:767px) {
    .manager-card .card-photo {
        max-width: 210px
    }

    .manager-card .card-content {
        max-width: 302px;
        position: relative;
        margin-left: -18px;
        margin-top: -14px;
        left: 0;
        bottom: 0
    }

    .manager-card .card-content .card-content-inner {
        padding: 25px 44px 20px 35px
    }
}

.manager-card.inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.manager-card.inline .card-photo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 190px
}

.manager-card.inline .card-photo:before {
    height: calc(100% - 43px)
}

.manager-card.inline .card-content {
    background: none;
    position: static;
    position: relative;
    left: 0;
    bottom: 0;
    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
}

.manager-card.inline .card-content:before {
    content: '';
    display: block;
    width: 263px;
    height: 286px;
    background: url(../img/pics/manager-card-inline-bg.svg) no-repeat;
    position: absolute;
    left: -20px;
    top: -20px;
    padding: 0;
    margin-top: 46px
}

.manager-card.inline .card-content .card-content-inner {
    position: relative;
    z-index: 2;
    max-width: 235px;
    padding: 65px 50px 65px 20px
}
.section-contacts {
    padding-left: 20px;
}

@media screen and (max-width:767px) {
    .manager-card.inline .card-content {
        margin-left: 0;
        margin-top: 1px
    }

    .manager-card.inline .card-content .card-content-inner {
        padding: 25px 44px 20px 35px
    }
}

@media screen and (max-width:575px) {
    .manager-card.inline .card-photo {
        width: 140px
    }

    .manager-card.inline .card-content:before {
        height: 197px;
        background-size: contain;
        left: -15px;
        top: -15px
    }

    .manager-card.inline .card-content .card-content-inner {
        padding-top: 50px;
        padding-left: 15px
    }

    .manager-card.inline .card-content .card-content-inner p {
        font-size: 10px
    }

    .manager-card.inline .card-content .card-content-inner p.name {
        font-size: 16px
    }
    .section-contacts {
        padding-left: 0;
    }
    .footer {
        text-align: center;
    }
}

.accordion .accordion-header {
    padding: 20px 33px 20px 40px;
    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;
    min-height: 70px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.accordion .accordion-header:hover {
    border-color: #00b0ff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25)
}

.accordion .accordion-header .opener {
    margin-left: 30px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33px;
    height: 20px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.accordion .accordion-header .opener:after,
.accordion .accordion-header .opener:before {
    content: '';
    display: block;
    width: 3px;
    height: 20px;
    border-radius: 2px 2px 0 0;
    position: absolute;
    left: calc(50% - 1.5px);
    bottom: 3px;
    background: #00b0ff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.accordion .accordion-header .opener:before {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.accordion .accordion-header .opener:after {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.accordion.opened .accordion-header {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25)
}

.accordion.opened .accordion-header .opener {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.accordion.opened .accordion-header .opener:before {
    -webkit-box-shadow: 4px 0 10px #00b0ff;
    box-shadow: 4px 0 10px #00b0ff
}

.accordion.opened .accordion-header .opener:after {
    -webkit-box-shadow: 0 -4px 10px #00b0ff;
    box-shadow: 0 -4px 10px #00b0ff
}

.accordion .accordion-content {
    padding: 30px 30px 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 840px;
    display: none
}

.order-form {
    width: 300px;
    color: #fff;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    z-index: 2
}

.order-form:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: calc(100% + 40px);
    height: 100%;
    right: -20px;
    bottom: -20px;
    background: #00b0ff;
    -webkit-box-shadow: 0px 4px 20px #00b0ff;
    box-shadow: 0px 4px 20px #00b0ff
}

.order-form .form-content {
    background: #323232;
    background: -webkit-linear-gradient(217.84deg, #323232 3.51%, #0D0D0D 48.02%);
    background: -o-linear-gradient(217.84deg, #323232 3.51%, #0D0D0D 48.02%);
    background: linear-gradient(232.16deg, #323232 3.51%, #0D0D0D 48.02%);
    padding: 35px 40px 40px;
    position: relative;
    z-index: 2
}

@media screen and (max-width:575px) {
    .order-form .form-content {
        padding: 35px 20px
    }
}

.order-form p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 25px
}

.order-form .form-fields {
    margin-bottom: 25px
}

.order-form .form-footer {
    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
}

.order-form .form-footer .btn {
    max-width: 180px
}

.order-form .form-subcaption {
    font-size: 24px;
    line-height: 1.25;
    color: #5e5e5e;
    margin-bottom: 25px
}

.order-form.order-form-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order-form.order-form-big .form-right {
    background: #323232;
    background: -webkit-linear-gradient(219.76deg, #323232 3.51%, #0D0D0D 48.02%);
    background: -o-linear-gradient(219.76deg, #323232 3.51%, #0D0D0D 48.02%);
    background: linear-gradient(230.24deg, #323232 3.51%, #0D0D0D 48.02%);
    padding: 50px 40px
}

@media screen and (max-width:1249px) {
    .order-form.order-form-big {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .order-form.order-form-big:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #323232;
        background: -webkit-linear-gradient(203.26deg, #323232 3.51%, #0D0D0D 48.02%);
        background: -o-linear-gradient(203.26deg, #323232 3.51%, #0D0D0D 48.02%);
        background: linear-gradient(246.74deg, #323232 3.51%, #0D0D0D 48.02%);
        position: absolute;
        left: 0;
        top: 0
    }

    .order-form.order-form-big .form-content,
    .order-form.order-form-big .form-right {
        background: transparent;
        position: relative;
        z-index: 5
    }

    .order-form.order-form-big .form-content {
        padding-bottom: 0 !important
    }

    .order-form.order-form-big .form-right {
        padding-top: 30px
    }

    .order-form.order-form-big .form-subcaption {
        font-size: 18px
    }
}

@media screen and (min-width:1250px) {
    .order-form.order-form-big {
        width: 600px
    }

    .order-form.order-form-big:after {
        width: 50%
    }

    .order-form.order-form-big .form-content,
    .order-form.order-form-big .form-right {
        width: 50%
    }

    .order-form.order-form-big .form-fields {
        margin-bottom: 40px
    }
}

@media screen and (max-width:575px) {
    .order-form.order-form-big .form-right {
        padding: 35px 20px
    }
}

.order-form.with-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 580px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.order-form.with-content:after {
    width: calc(50% + 40px)
}

.order-form.with-content .form-left {
    width: 280px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: url(../img/backgrounds/order-form-left-bg.svg) no-repeat;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.order-form.with-content .form-left .manager-photo {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    position: relative
}

.order-form.with-content .form-left .manager-photo img {
    display: block;
    max-width: 250px;
    height: auto
}

.order-form.with-content .form-left .manager-info {
    width: 100%;
    height: 136px;
    background: url(../img/backgrounds/order-form-left-bg.svg) no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 20px 20px 20px 78px
}

.order-form.with-content .form-left .manager-info p {
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.order-form.with-content .form-left .manager-info p.name {
    font-size: 24px;
    line-height: 1.25;
    color: #00b0ff;
    font-weight: bold;
    margin-bottom: 6px
}

.order-form.with-content .form-content {
    padding-top: 60px
}

@media screen and (max-width:767px) {
    .order-form.with-content {
        width: 300px
    }

    .order-form.with-content:after {
        width: calc(100% + 40px)
    }

    .order-form.with-content .form-left {
        display: none
    }
}

.product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 110px;
    position: relative;
    padding: 40px 30px 40px 230px;
    background: #323232;
    background: -webkit-linear-gradient(254.82deg, #323232 3.51%, #0D0D0D 48.02%);
    background: -o-linear-gradient(254.82deg, #323232 3.51%, #0D0D0D 48.02%);
    background: linear-gradient(195.18deg, #323232 3.51%, #0D0D0D 48.02%);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    color: #fff;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-card .card-caption {
    font-size: 24px;
    line-height: 1;
    font-weight: bold
}

.product-card .card-image {
    width: 300px;
    min-height: 160px;
    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;
    background: url(../img/products/circles-bg.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -110px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product-card .card-image img {
    display: block;
    max-width: 100%;
    height: auto
}

.product-card .card-content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold
}

.product-card .card-content p span {
    color: #00b0ff;
    font-weight: 400
}

.product-card.light .card-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal
}

.product-card.light .card-content p .card-name {
    font-size: 24px;
    font-weight: bold;
    color: #fff
}

@media screen and (max-width:1249px) {
    .product-card {
        padding-left: 130px
    }

    .product-card .card-image {
        width: 200px
    }
}

@media screen and (max-width:575px) {
    .product-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        padding: 0 25px 40px
    }

    .product-card .card-image {
        position: static;
        width: calc(100% + 50px);
        margin-left: -25px;
        margin-right: -25px;
        padding: 0 25px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: -45px
    }
}

.cart-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    position: relative
}

.cart-form:after {
    content: '';
    display: block;
    width: calc(50% + 40px);
    height: 100%;
    position: absolute;
    right: -20px;
    top: 20px;
    background: #00b0ff;
    -webkit-box-shadow: 0px 4px 20px #00b0ff;
    box-shadow: 0px 4px 20px #00b0ff;
    z-index: -1
}

.cart-form .form-left,
.cart-form .form-right {
    width: 50%;
    background: #323232;
    background: -webkit-linear-gradient(217.84deg, #323232 3.51%, #0D0D0D 48.02%);
    background: -o-linear-gradient(217.84deg, #323232 3.51%, #0D0D0D 48.02%);
    background: linear-gradient(232.16deg, #323232 3.51%, #0D0D0D 48.02%);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    padding: 35px 25px;
    color: #fff
}

.cart-form .form-left .form-subcaption {
    font-size: 24px;
    line-height: 1.25;
    color: #5e5e5e;
    margin-bottom: 10px
}

.cart-form .form-right .form-fields {
    margin-bottom: 25px
}

.cart-form .form-right .form-footer {
    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
}

.cart-form p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .cart-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 300px
    }

    .cart-form .form-left,
    .cart-form .form-right {
        width: 100%
    }
}

.shopping-cart .cart-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
    position: relative
}

.shopping-cart .cart-header:after {
    content: '';
    display: block;
    width: calc(100% - 10px);
    height: 1px;
    background: #5e5e5e;
    position: absolute;
    left: 5px;
    bottom: 0
}

.shopping-cart .cart-header .ch-block {
    padding: 0 5px;
    font-size: 12px;
    line-height: 24px;
    color: #5e5e5e
}

.shopping-cart .cart-header .ch-block:first-child {
    width: 95px
}

.shopping-cart .cart-positions .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #5e5e5e;
    width: 100%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .85rem;
}

button.btn.add-to-cart {
    font-size: .95rem;
}

.shopping-cart .cart-positions .item .item-remove {
    width: 18px;
    height: 18px;
    position: absolute;
    left: -20px;
    cursor: pointer
}

.shopping-cart .cart-positions .item .item-remove:after,
.shopping-cart .cart-positions .item .item-remove:before {
    display: block;
    content: '';
    width: 14px;
    height: 1px;
    position: absolute;
    left: calc(50% - 7px);
    top: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #333
}

.shopping-cart .cart-positions .item .item-remove:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.shopping-cart .cart-positions .item .item-remove:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.shopping-cart .cart-positions .item .item-remove:hover:after,
.shopping-cart .cart-positions .item .item-remove:hover:before {
    background: #00b0ff
}

.shopping-cart .cart-positions .item .item-name {
    font-size: 12px;
    line-height: 2;
    font-weight: bold;
    width: 95px
}

.shopping-cart .cart-positions .item .item-price {
    font-size: 12px;
    line-height: 2;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.shopping-cart .cart-positions .item .number-field {
    padding: 0;
    border-bottom: 0
}

.shopping-cart .cart-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 2;
    font-weight: bold;
    color: #00b0ff;
    margin-top: 14px
}

.shopping-cart .cart-footer .total-label {
    width: 95px
}

.info-section {
    padding: 110px 0 120px;
    background: url(../img/backgrounds/big-gray-circles.svg) no-repeat center center;
    background-color: #fafafa;
    background-size: cover;
    position: relative;
    z-index: 2
}

.info-subtitle {
    padding: 13px 0 20px;
}

.info-text {
    line-height: 28px;
}

.info-item {
    font-weight: bold;
    padding: 20px 0 10px;
}

.info-section ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 3px;
}

.info-section ol {
    list-style-type: decimal;
    padding-left: 22px;
}

.info-section ol li {
    padding-left: 10px;
}

.info-table {
        border-spacing: 0;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        border-bottom: 2px solid #00b0ff;
}

.info-table .table-header {
    background: #333;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#333333), to(#0D0D0D));
    background: -webkit-linear-gradient(left, #333333 0%, #0D0D0D 100%);
    background: -o-linear-gradient(left, #333333 0%, #0D0D0D 100%);
    background: linear-gradient(90deg, #333333 0%, #0D0D0D 100%);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1)
}

.info-table tr th,
.info-table tr td {
    padding: 5px 10px;
    text-align: center;
}

.info-table tr td {
    border-bottom: 2px solid #f2f2f2;
}

.info-table tr:hover td {
    background: #8080801c;
}

/*.info-table tr td:first-child {
    font-weight: bold;
}*/

.info-table .name {
    text-align: left;
    font-weight: bold;
}

.form-left {
    overflow-y: auto;
    max-height: 90vh;
    overflow-x: hidden;
}

.pricing-table button.btn.add-to-cart {
    padding: 10px 25px;
}

@media screen and (max-width:991px) {
    .info-section {
        padding: 60px 0
    }
}

@media screen and (max-width:768px) {
    .info-table tr th,
    .info-table tr td
     {
        font-size: 14px;
        padding: 5px;
    }

    .info-big-table {
	    overflow: auto;
	    position: relative;
    }

    .info-big-table table {
	    display: inline-block;
	    vertical-align: top;
	    max-width: 100%;
	    overflow-x: auto;
	    white-space: normal;
	    -webkit-overflow-scrolling: touch;
    }

    .scroll-right:after {
	    content: '';
	    display: block;
	    width: 15px;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 500;
	    background: radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
	    background-repeat: no-repeat;
	    background-attachment: scroll;
	    background-size: 15px 100%;
	    background-position: 100% 0%;
        }

    .scroll-left:before {
	    content: '';
	    display: block;
	    width: 15px;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    z-index: 500;
	    background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center;
	    background-repeat: no-repeat;
	    background-attachment: scroll;
	    background-size: 15px 100%;
    }
}

/* ========================================
   Стили для корзины и уведомлений
   ======================================== */

/* Анимации уведомлений */
@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Уведомление о добавлении в корзину */
.cart-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #00a455;
    color: white;
    padding: 15px 25px;
    border-radius: 4px;
    z-index: 99999;
}

/* Пустая корзина */
.empty-cart {
    text-align: center;
    padding: 40px 20px;
    color: #999;
    font-size: 16px;
}

/* Кнопка "В корзине" */
.btn.in-cart {
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn.in-cart:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

/* Бейдж счётчика корзины */
.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #dc3545;
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
}

/* Товары в корзине */
.shopping-cart .item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
}

.shopping-cart .item:last-child {
    border-bottom: none;
}

.shopping-cart .item-block.model {
    flex: 1;
    padding-right: 15px;
}

.shopping-cart .item-block.price {
    min-width: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.shopping-cart .item-block.price .quantity {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: center;
}

.shopping-cart .item-block.price .price-value {
    font-weight: bold;
    text-align: center;
}

/* Кнопка удаления из корзины */
.shopping-cart .remove-btn {
    background: none;
    border: none;
    color: #dc3545;
    font-size: 24px;
    cursor: pointer;
    padding: 0 10px;
    margin-left: 10px;
    line-height: 1;
    transition: color 0.2s;
}

.shopping-cart .remove-btn:hover {
    color: #c82333;
}

/* Кнопки изменения количества */
.shopping-cart .qty-btn {
    width: 23px;
    height: 23px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: all 0.2s;
    user-select: none;
}

.shopping-cart .qty-btn:hover {
    background: #f5f5f5;
    border-color: #bbb;
}

.shopping-cart .qty-btn:active {
    background: #e0e0e0;
    transform: scale(0.95);
}

.shopping-cart .qty-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.shopping-cart .qty-value {
    min-width: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}