* {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

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

body {
    font-size: 16px;
    color: #454545;
    font-family: "SF Pro Display";
    background: #F7F9F9;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: #000;
}

body.shadow-overlay {
    overflow: hidden;
}

body.shadow-overlay:before {
    visibility: visible;
    opacity: 0.5;
    z-index: 990;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

body.shadow-overlay1 {
    overflow: hidden;
}

body.shadow-overlay1:before {
    visibility: visible;
    opacity: 0.5;
    z-index: 998;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

* html main {
    height: 100%;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #F3F3F3;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #C3CCCC;
    border-radius: 4px;
}

/* Handle on hover */
/*
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
*/

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
}

main.inpage {
    padding-top: 130px;
}

.m-devider-global {
    display: none;
}

.wrap {
    max-width: 1630px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

h1 {
    font-family: "Benzin";
    font-weight: 600;
    font-style: normal;
    font-size: 55px;
    letter-spacing: 1.1px;
    margin-bottom: 65px;
}

h1.h1-sm {
    font-size: 40px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.8px;
}

h2 {
    font-family: "Benzin";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 60px;
    text-align: center;
}

h2 strong {
    color: #961150;
}

h3 {
    font-family: "Benzin";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 25px;
}

h3 strong {
    color: #B9EA02;
}

h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 30px;
}

hr {
    height: 1px !important;
    display: block !important;
    border-top: 0 !important;
    width: 100%;
    margin: 60px 0;
}

a {
    color: #454545;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    line-height: 2.4;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

table th,
table td {
    text-align: left;
    font-size: 16px;
    padding: 15px;
    border-bottom: 1px solid #EBEFEF;
    vertical-align: top;
    line-height: 200%;
}

table td:first-child {
    padding-left: 0;
    width: 200px;
    font-weight: bold;
}

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

a,
img {
    outline: none;
}

input[type=submit],
button {
    font-family: "'Montserrat'", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

.button.centered {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn {
    border: 0;
    outline: 0;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    padding: 0 40px;
    height: 70px;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    border-radius: 60px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: #46dc9e;
    background-image: linear-gradient(to right, #B9EA02, #295FD3, #295FD3, #B9EA02);
    background-size: 300% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/*
.btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: -webkit-gradient(linear, left top, right top, from(#295FD3), to(#B9EA02));
    background: linear-gradient(90deg, #295FD3 0%, #B9EA02 100%);
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
*/

.btn:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn.btn-white {
    position: relative;
    background: #fff;
}

.btn.btn-white:before {
    background: none;
}

@keyframes rainbow {
    0% {
        background-position: left
    }

    50% {
        background-position: right
    }

    100% {
        background-position: left
    }
}

.btn.btn-white span {
    color: #454545;
    background: linear-gradient(90deg, #B9EA02 0%, #295FD3 100%);
    background-clip: text;
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: text;
    animation: rainbow 2s ease-in-out infinite;
    color: rgba(69, 69, 69, 1);
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn.btn-white:hover span {
    color: rgba(0, 0, 0, 0);
}

.btn.btn-trs {
    background: transparent;
    color: #454545;
    border: 1px solid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn.btn-trs:before {
    background: none;
}

.btn.btn-trs:hover {
    border-color: #264484;
    background: #264484;
    color: #fff;
}

input.inputbox,
textarea.messagebox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #B3B3B3;
    width: 100%;
    display: block;
    font-family: "SF Pro Display" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #454545;
    padding: 0 30px;
    outline: none !important;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox:focus,
textarea.messagebox:focus {
    border-color: #454545 !important;
}

input.inputbox:active,
textarea.messagebox:active {
    border-color: #454545 !important;
}

select.select-css {
    outline: 0;
    width: 100%;
    height: 50px;
    border-radius: 45px;
    background: #000;
    border: 1px solid transparent;
    width: 100%;
    display: block;
    font-family: "'Montserrat'", sans-serif !important;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    padding: 0 10px;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

select.select-css:focus {
    border-color: #B3B3B3;
}

textarea.messagebox {
    height: 110px;
    padding: 20px 10px !important;
}

.select-css {
    padding-top: 0 !important;
    color: #fff !important;
}

.select-css:focus {
    color: #fff !important;
}

input.inputbox::-webkit-input-placeholder,
textarea.messagebox::-webkit-input-placeholder {
    color: #B3B3B3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox::-moz-placeholder,
textarea.messagebox::-moz-placeholder {
    color: #B3B3B3;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox:-moz-placeholder,
textarea.messagebox:-moz-placeholder {
    color: #B3B3B3;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox:-ms-input-placeholder,
textarea.messagebox:-ms-input-placeholder {
    color: #B3B3B3;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox:focus::-webkit-input-placeholder,
textarea.messagebox:focus::-webkit-input-placeholder {
    opacity: 0;
}

input.inputbox:focus::-moz-placeholder,
textarea.messagebox:focus::-moz-placeholder {
    opacity: 0;
}

input.inputbox:focus:-moz-placeholder,
textarea.messagebox:focus:-moz-placeholder {
    opacity: 0;
}

input.inputbox:focus:-ms-input-placeholder,
textarea.messagebox:focus:-ms-input-placeholder {
    opacity: 0;
}

.modal__content .checkbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.checkbox {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkbox label {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    cursor: pointer;
    color: #B3B3B3;
    min-height: 30px;
}

.checkbox label a {
    text-decoration: none;
    margin-left: 0;
    color: #264484 !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.checkbox label a:hover {
    text-decoration: none;
    color: #637073 !important;
}

.checkbox label:last-child {
    margin-bottom: 0;
}

.checkbox label input {
    display: none;
}

.checkbox label input:checked + span:after {
    opacity: 1;
}

.checkbox label span {
    display: block;
    padding-top: 3px;
    position: relative;
    padding-left: 30px;
}

.checkbox label span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 21px;
    height: 21px;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    background: #fff;
}

.checkbox label span:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    width: 12px;
    height: 12px;
    background: #B9EA02;
    opacity: 0;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.form {
    width: 100%;
    max-width: 463px;
}

.form__title {
    font-family: 'Benzin';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 5px;
    text-align: center;
}

.form__subtitle {
    color: #B3B3B3;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 30px;
    text-align: center;
}

.form__row {
    margin-bottom: 20px;
}

.form__row:last-child {
    margin-bottom: 0 !important;
}

.form__row.form__cols {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    margin-right: -30px;
}

.form__row .form__col {
    width: 100%;
    margin-right: 30px;
}

.form__submit {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form__submit .btn {
    width: 100%;
}

.form__social small {
    color: #637073;
    text-align: center;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 20px;
}

.form__social span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.form__social span a {
    margin-right: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form__social span a:last-child {
    margin-right: 0;
}

.form__social span a:hover {
    opacity: .7;
}

.form__social span a img {
    display: block;
}

.form.form2 {
    max-width: 100%;
}

.form.form2 .inputbox {
    height: 60px;
    font-size: 12px;
}

.form.form2 .btn {
    height: 60px;
    font-size: 18px;
}

.form.form2 .form__title {
    margin-bottom: 30px;
}

.form.form2 .form__row {
    margin-bottom: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.form.form2 .form__col {
    margin-right: 30px;
    width: 100%;
}

.form.form2 .form__col.form__submit {
    width: 243px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0;
}

.modal {
    position: fixed;
    width: 100%;
    height: 80vh;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    padding: 0;
    z-index: 1000;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    opacity: 0;
    visibility: hidden;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal::-webkit-scrollbar {
    width: 0;
}

.modal__close {
    position: absolute;
    top: -36px;
    right: -36px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #B9EA02;
    cursor: pointer;
    z-index: 200;
}

.modal__close svg {

    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal__close path {}

.modal__close:hover svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.modal__content {
    position: relative;
    max-height: 80vh;
    max-width: 684px;
    width: 100%;
}

#modal-order .modal__content {
    max-width: 580px;
}

.modal__content-inner {
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: 80vh;
    width: 100%;
    background: #fff;
    border-radius: 60px;
    box-shadow: 0px 17px 31px 0px rgba(178, 188, 189, 0.30);
    padding: 30px 60px;
    overflow: auto;
}

.modal__content::-webkit-scrollbar {
    width: 0;
}

.modal .form {
    max-width: 100%;
}

.modal__title {
    font-family: 'Benzin';
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    margin-bottom: 30px;
}

.modal-order__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.modal-order__inner a {}

.modal-order__inner img {
    display: block;
}

#modal-compred .form__submit {
    justify-content: center;
}

#modal-compred .form__submit .btn {
    max-width: 50%;
}

.slick-arrow {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background: transparent;
    width: 126px;
    height: 126px;
    cursor: pointer;
    position: absolute;
    border: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 0;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slick-arrow.slick-hidden {
    opacity: 0 !important;
}

.slick-arrow:hover {
    opacity: 0.6;
}

.slick-arrow.slick-prev {
    left: -30px;
    background: url(../images/prev.png) no-repeat center center;
    background-size: contain;
}

.slick-arrow.slick-next {
    right: -30px;
    background: url(../images/next.png) no-repeat center center;
    background-size: contain;
}

.slick-arrow.slick-disabled {
    opacity: 0 !important;
}

.slick-arrow svg {
    height: 16px;
    width: auto;
    display: block;
}

.slick-arrow path,
.slick-arrow polyline {
    stoke: #FFB800;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slick-arrow:hover path {
    fill: #97999A;
}

.slick-dots {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -10px;
    position: relative;
    z-index: 20;
}

.slick-dots li {
    list-style-type: none;
    margin: 5px;
    width: 16px;
    height: 16px;
    background: #EBEFEF;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
    background: #B9EA02;
}

.slick-dots li button {
    display: none;
}

.breadcrumbs {
    margin-bottom: 55px;
}

.breadcrumbs__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumbs ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs ul li {
    list-style-type: none;
    margin-bottom: 5px;
    color: #454545;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs ul li:after {
    content: "/";
    display: block;
    margin: 0 16px;
    color: #B3B3B3;
}

.breadcrumbs ul li:last-child:after {
    display: none;
}

.breadcrumbs ul li a {
    color: #B3B3B3;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.breadcrumbs ul li a:hover {
    color: #454545;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
}

.wpcf7-not-valid-tip {
    padding-top: 3px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.mobile-menu {
    position: fixed;
    top: 97px;
    height: calc(100vh - 97px);
    top: -110vh;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 600;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.mobile-menu.active {
    top: 0;
}

.mobile-menu ul {}

.mobile-menu ul li {
    list-style-type: none;
    white-space: nowrap;
    margin-bottom: 40px;

    &:last-child {
        margin-bottom: 0;
    }
}

.mobile-menu ul li a {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.87px;
    text-align: left;
    text-decoration: none;
    color: #454545;
}

.mobile-menu ul li.current-menu-item > a {
    color: #264484;
}

.mobile-menu ul li a {}

.mobile-menu ul li.menu-item-has-children > a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    color: #454545 !important;
    pointer-events: none;
}

.mobile-menu ul li.menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    background: url(../images/svg/chevron-d.svg) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.mobile-menu ul li.menu-item-has-children.active > a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-menu ul li.current-menu-item(:first-child) > a {
    color: #264484;
}

.mobile-menu ul li ul {
    margin: 40px 0;
    display: none;
}

.mobile-menu ul li ul li {
    margin-bottom: 40px;
}

.mobile-menu ul li ul li:last-child {
    margin-bottom: 0;
}

.mobile-menu ul li ul li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 23.87px;
    text-align: left;
}

.socials {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.socials a {
    margin-right: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.socials a:last-child {
    margin-right: 0;
}

.socials a img {
    display: block;
}

.socials a:hover {
    opacity: 0.7;
}

.mobile-header {
    display: none;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 300;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(123, 142, 148, 0.15);
}

.header .wrap {
    padding: 0 60px;
    max-width: 100%;
}

.header__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    height: 97px;
}

.header .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

.header .logo a img {
    display: block;
    max-width: 100%;
}

.header .logo-sm {
    display: none;
}

.header__trigger {
    display: none;
}

.header__menu {
    max-width: 580px;
    width: 100%;
    margin: 0 30px;
}

.header__menu ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.header__menu ul li {
    list-style-type: none;
    position: relative;
}

.header__menu ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header__menu ul li.menu-item-has-children > a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    padding-right: 21px;
}

.header__menu ul li.menu-item-has-children > a:before {
    content: '';
    display: block;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    position: relative;
    background: url(../images/svg/chevron-d.svg) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header__menu ul li.menu-item-has-children > a:after {
    content: '';
    display: block;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    position: relative;
    background: url(../images/svg/chevron-d-blue.svg) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 1px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header__menu ul li.menu-item-has-children > a:hover:before {
    opacity: 0;
}

.header__menu ul li.menu-item-has-children > a:hover:after {
    opacity: 1;
}

.header__menu ul li a:hover,
.header__menu ul li.current-menu-item:not(:first-child) > a {
    color: #264484;
}

.header__menu ul li ul {
    position: absolute;
    padding: 20px;
    width: 100%;
    box-shadow: 0px 31px 32.2px 0px rgba(123, 142, 148, 0.1);
    display: block;
    border-radius: 15px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header__menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

.header__menu ul li ul li {
    margin: 0 0 15px;
    white-space: nowrap;
}

.header__menu ul li ul li:last-child {
    margin-bottom: 0;
}

.header__menu ul li ul li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.09px;
    text-align: left;
    color: rgba(69, 69, 69, 1);
}

.header__menu ul li ul li.current-menu-item > a {
    color: #264484;
}

.header__adress {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__adress i {
    margin-right: 3px;
}

.header__adress img {
    display: block;
}

.header__phone {
    margin-left: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__phone a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: bold;
}

.header__phone a:hover {
    color: #264484;
}

.header__phone i {
    flex-shrink: 0;
}

.header__phone i img {
    display: block;
}

.header_compred a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 60px;
    padding: 11px 40px;
    font-weight: bold;
    color: #fff;
    background-image: linear-gradient(to right, #B9EA02, #295FD3, #295FD3, #B9EA02);
    background-size: 300% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header_compred a:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header_compred a i {
    width: 22px;
    height: 22px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-right: 10px;
}

.header_compred a svg {
    display: block;
    width: 22px;
    height: 22px;
}

.header_compred a path {
    stroke: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.form__row textarea {
    width: 100% !important;
    padding: 15px 30px !important;
    font-size: 16px !important;
    font-family: "SF Pro Display" !important;
    border: 1px solid #B3B3B3 !important;
    border-radius: 10px;
    color: #B3B3B3 !important;
}

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }

    to {
        -webkit-transform: scale(1.3) translate(0px);
    }
}

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }

    to {
        -webkit-transform: scale(1.3) translate(0px);
    }
}

.hero {
    height: 890px;
    overflow: hidden;
    position: relative;
}

.hero:after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: -347px;
    left: 0;
    background: #F7F9F9;
    -webkit-mask-image: radial-gradient(100% 23% at 50% 102%, transparent 50%, #F7F9F9 51%);
    mask-image: radial-gradient(105% 39% at 50% 98%, transparent 49%, #F7F9F9 50%);
    z-index: 2;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hero__slider {
    height: 100%;
    position: relative;
    z-index: 1;
}

.hero__slider__js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero__slider__js * {
    height: 100%;
}

.hero__slider__js:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    opacity: 0.3;
}

.hero__slider__js .slider-track {
    /*    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);*/
}

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }

    to {
        -webkit-transform: scale(1.2) translate(0px);
    }
}

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }

    to {
        -webkit-transform: scale(1.2) translate(0px);
    }
}

.hero__slide {
    position: relative;
    z-index: 1;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2) translate(0px);
}

.hero__slide div {
    display: block !important;
}

.hero__slide img {
    display: block !important;
}

.hero__slider__js .slick-active .hero__slide {
    transform: scale(1.2);
    -webkit-animation: cssAnimation 6s 1 ease-in-out;
    -moz-animation: cssAnimation 6s 1 ease-in-out;
    -o-animation: cssAnimation 6s 1 ease-in-out;
    -ms-animation: cssAnimation 6s 1 ease-in-out;
    animation: cssAnimation 6s 1 ease-in-out;
}

.hero .wrap {
    height: 890px;
    position: relative;
    z-index: 20;
}

.hero__slider__text {
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.hero h1 {
    color: #fff;
    margin-bottom: 40px;
}

@-moz-keyframes cssAnimation {
    from {
        -moz-transform: scale(1) translate(0px);
    }

    to {
        -moz-transform: scale(1.3) translate(0px);
    }
}

@-o-keyframes cssAnimation {
    from {
        -o-transform: scale(1) translate(0px);
    }

    to {
        -o-transform: scale(1.3) translate(0px);
    }
}

@-ms-keyframes myMove {
    from {
        -o-transform: scale(1) translate(0px);
    }

    to {
        -o-transform: scale(1.3) translate(0px);
    }
}

.go-down {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0;
    height: 34px;
}

.tabs .tabs__content {
    visibility: hidden;
    height: 0;
}

.tabs .tabs__content.active {
    visibility: visible;
    height: auto;
}

.tabs__titles {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 45px;
}

.tabs__title {
    padding: 0;
    width: 152px;
    margin-right: 17px;
}

.tabs__title:last-child {
    margin-right: 0;
}

.catalog-slide {
    width: 100%;
    min-height: 488px;
    padding: 50px;
    border-radius: 89px;
    background: #FFF;
    -webkit-box-shadow: 0px 31px 32.2px 0px rgba(123, 142, 148, 0.1);
    box-shadow: 0px 31px 32.2px 0px rgba(123, 142, 148, 0.1);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-slide__image {
    height: 300px;
    margin-bottom: 20px;
}

.catalog-slide__image a {
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    align-items: center;
}

.catalog-slide__image a img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.catalog-slide__image a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.catalog-slide__title {
    text-align: center;
}

.catalog-slide__title a {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: #454545;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.catalog-slide__title a:hover {
    color: #264484;
}

.catalog-slider {
    background: #F7F9F9;
    margin-top: 60px;
    margin-bottom: 60px;
}

.catalog-slider__head {
    position: relative;
}

.catalog-slider__head .button {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.catalog-slider__head .button i {
    display: none;
}

.catalog-slider .slick-list {
    padding-left: calc((100% - 1570px) / 2);
}

.catalog-slider .slick-slide {
    width: 400px;
    padding-right: 30px;
    padding-bottom: 50px;
}

.catalog-slider .slick-slide:nth-child(2n) {
    margin-top: 40px;
}

.advantage {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 130px;
}

.advantage__count {
    font-family: "Benzin";
    font-size: 128px;
    font-style: normal;
    font-weight: 600;
    line-height: 125px;
    letter-spacing: 2.56px;
    background: -webkit-gradient(linear, left top, right top, from(#B9EA02), to(#295FD3));
    background: linear-gradient(90deg, #B9EA02 0%, #295FD3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
}

.advantage__text {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
}

.advantage strong {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
}

.advantage small {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    color: #B3B3B3;
}

.advantages {
    margin-bottom: 100px;
}

.advantages__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: calc((100% - 1570px) / 2);
}

.brand {
    background-size: 130%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 89px;
    overflow: hidden;
    top: 0;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.brand:hover {
    top: -15px;
}

.brand__content {
    padding: 60px;
    min-height: 387px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*
.brand:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
    z-index: -1;
}
*/

.brand__title {
    font-family: "Benzin";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 21px;
    color: #fff;
}

.brand__title img {
    height: 54px;
}

.brand__text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 21px;
    color: #C2FCEF;
    max-width: 310px;
}

.brand .button {
    margin-top: auto;
}

.brand__image {
    overflow: hidden;
    width: 40%;
    margin-left: auto;
    position: relative;
}

.brand__image-inner {
    width: 745px;
    height: 745px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.brand__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease it-and-out, 0.5s;
    -o-transition: ease it-and-out, 0.5s;
    transition: ease it-and-out, 0.5s;
}

.brand:hover .brand__image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.brands {
    margin-bottom: 130px;
    overflow: hidden;
}

.brands__inner {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
}

.brands .brand {
    width: calc(50% - 30px);
    margin-right: 30px;
}

.clients {
    margin-bottom: 130px;
}

.clients__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.clients span {
    width: calc(33% - 60px);
    margin: 0 30px 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    filter: grayscale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.clients span:hover {
    filter: grayscale(0);
}

.clients span img {
    max-width: 100%;
    display: block;
    max-height: 84px;
}

.about-main__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-main__left {
    width: 50%;
    padding-right: 40px;
}

.about-main__title {
    font-family: "Benzin";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 45px;
}

.about-main__video {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-main__video a {
    text-decoration: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-main__video a I {
    flex-shrink: 0;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.about-main__video a i svg {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.about-main__video a:hover i svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.about-main__video span {
    margin-left: 34px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.about-main__video span strong {
    display: block;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.44px;
}

.about-main__video span small {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #B3B3B3;
    letter-spacing: 0.28px;
    margin-top: 5px;
}

.about-main__video a:hover span {
    color: #264484;
}

.about-main__right {
    width: 50%;
}

.about-main {
    overflow: hidden;
}

.about-main p {
    font-size: 20px;
}

.fancybox-slide--html .fancybox-content {
    padding: 0;
    overflow: visible;
    outline: 0;
    border-radius: 20px;
}

.fancybox-slide--html .fancybox-content .fancybox-close-small {
    right: 0;
    top: -60px;
    padding: 0;
}

.fancybox-slide--html .fancybox-content .fancybox-close-small svg {
    width: 50px;
    height: 50px;
}

.fancybox-slide--html .fancybox-content .fancybox-close-small path {
    fill: #fff;
}

.fancybox-slide--html .fancybox-content video {
    width: 100% !important;
    outline: 0;
    border-radius: 20px;
    display: block;
}

.footer {
    background: #EBEFEF;
    padding-top: 43px;
    margin-top: 100px;
}

.footer__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 100px;
    position: relative;
}

.go-up {
    position: absolute;
    right: 0;
    top: 0;
}

.go-up a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    cursor: pointer;
    background: #B9EA02;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.go-up a:hover {
    background: #264484;
}

.footer__left {
    width: 33.33%;
    padding-right: 40px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .logo a {
    width: 100%;
    display: block;
}

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

.footer .socials {
    margin-top: auto;
}

.footer__middle {
    width: 33.33%;
    padding-right: 40px;
}

.footer__menu ul li {
    list-style-type: none;
    margin-bottom: 50px;
}

.footer__menu ul li:last-child {
    margin-bottom: 0;
}

.footer__menu ul li a {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__menu ul li a:hover,
.footer__menu ul li.current-menu-item:not(:first-child) > a {
    color: #264484;
}

.footer__right {
    width: 33.33%;
    padding-right: 40px;
}

.footer__right p {
    color: #B3B3B3;
    margin-bottom: 17px;
    line-height: normal;
}

.footer__right p:last-child {
    margin-bottom: 0;
    color: #B3B3B3;
}

.footer__right p a {
    text-decoration: none;
    color: #B3B3B3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.footer__right p a:hover {
    color: #454545;
}

.footer__bottom {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 42px 0;
    border-top: 1px solid #E1E7E7;
}

.footer__bottom span {
    color: #828282;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-weight: 400;
    width: 33.33%;
    padding-right: 40px;
}

.footer__bottom span:nth-child(2) {
    width: 66.66%;
}

.footer__bottom span a {
    color: #828282;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__bottom span a:hover {
    color: #264484;
}

.cat-menu {
    margin-bottom: 70px;
}

.cat-menu ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cat-menu ul li {
    list-style-type: none;
    margin-right: 20px;
    margin-bottom: 20px;
}

.cat-menu ul li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
    height: 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 60px;
    border: 1px solid #454545;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cat-menu ul li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: -webkit-gradient(linear, left top, right top, from(#B9EA02), to(#295FD3));
    background: linear-gradient(90deg, #B9EA02 0%, #295FD3 100%);
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cat-menu ul li a:hover {
    color: #fff;
    background: #264484;
}

.cat-menu ul li.active a {
    border: 0;
    color: #fff;
}

.cat-menu ul li.active a:before {
    opacity: 1;
}

.catalog__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-right: -30px;
}

.catalog.related h2 {
    text-align: left;
}

.product {
    width: calc(25% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.catalog-poroshki .product {
    width: calc(50% - 30px);
}

.product a {
    display: block;
    text-decoration: none;
    background: #fff;
    height: 100%;
    border-radius: 90px;
    padding: 50px 30px 35px;
}

.product a:hover .product__image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.product a:hover .product__title {
    color: #264484;
}

.product__image {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    height: 320px;
    position: relative;
}

.product__image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.product__title {
    text-align: center;
    color: #454545;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.rounded {
    background: #fff;
    border-radius: 90px;
    padding: 60px;
}

.product-full .wrap {
    max-width: 1210px;
}

.product-full__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

.product-full__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 320px;
    margin-right: 30px;
    position: relative;
}

.product-full__image a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
}

.product-full__image a img {
    display: block;
    max-width: 100%;
}

.product-full__image a:hover span {
    background: #264484;
}

.product-full__image span {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #EBEFEF;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product-full__image-thumbs {
    margin: 15px auto 0;
    max-width: 230px;
}

.product-full__image-thumbs .slick-list {
    position: relative;
    margin: 0 -5px;
}

.product-full__image-thumbs .slick-slide {
    padding: 0 5px;
}

.product-full__image-thumbs .product-full__image-thumb {
    position: relative;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.product-full__image-thumbs .slick-slide.slick-current .product-full__image-thumb,
.product-full__image-thumbs .product-full__image-thumb:hover {
    border-color: #B9EA02;
}

.product-full__content {
    padding-top: 25px;
}

.product-full__title {
    font-family: "Benzin";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
}

.product-full__title strong {
    font-weight: 600;
    background: -webkit-gradient(linear, left top, right top, from(#B9EA02), to(#295FD3));
    background: linear-gradient(90deg, #B9EA02 0%, #295FD3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-full__advantage {
    margin-bottom: 22px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-full__advantage span {
    margin-right: 20px;
    position: relative;
}

.product-full__advantage span img,
.product-full__advantage span svg {
    display: block;
}

.product-full__advantage span path {
    fill: #264484;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.product-full__advantage span:hover path {
    fill: #6386D0;
}

.product-full__advantage span i {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 5px 10px;
    white-space: nowrap;
    border-radius: 60px;
    background: #333A3D;
    box-shadow: 0px 9px 10.6px 0px rgba(123, 142, 148, 0.15);
    position: absolute;
    left: 10px;
    top: -11px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.product-full__advantage span:hover i {
    visibility: visible;
    opacity: 1;
}

.product-full__price {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}

.product-full__price strong {
    color: #B9EA02;
}

.product-full__description {
    margin-bottom: 60px;
}

.product-full__haracteristics {
    margin-bottom: 100px;
}

.about {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
}

.about__content {
    width: 50%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: calc((100vw - 1600px) / 2);
}

.about p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.about__image {
    width: 50%;
    padding-left: 100px;
}

.about__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.differences__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.differences__content {
    width: 50%;
}

.differences__content p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.differences__title {
    width: 50%;
    padding-left: 100px;
    font-family: "Benzin";
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.1px;
}

.contacts {
    position: relative;
    padding: 210px 0;
    margin-bottom: 0px;
}

.contacts__map {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    height: 100%;
}

.contacts__map iframe {
    width: 100% !important;
    height: 100% !important;
}

.contacts__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.contacts__block {
    position: relative;
    z-index: 20;
    width: 570px;
    text-align: center;
}

.contacts__adress {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.contacts__phone {
    color: #192952;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contacts__phone a {
    color: #192952;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contacts__phone a:hover {
    color: #264484;
}

.contacts__worktime {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-top: 8px;
    color: #9EA9BA;
}

.wpcf7-not-valid {
    border-color: #F9451E !important;
}

.wpcf7-not-valid-tip {
    padding-top: 3px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-align: left !important;
    color: #F9451E !important;
}

.wpcf7-response-output {
    display: none !important;
}

.contacts_official {
    position: relative;
    padding-top: 100px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.official_inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-right: -30px;
}

.contact {
    width: calc(25% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.official_adress {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}

.official_phone {
    color: #192952;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.official_phone a {
    color: #192952;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.official_phone a:hover {
    color: #264484;
}

.contacts_official h2 {
    text-align: left;
}

.video-gallery {
    overflow: hidden;
}

.video-items {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-right: -60px;
}

.video-item {
    width: calc(50% - 60px);
    margin-right: 60px;
    margin-bottom: 50px;
}

.video-item a {
    background: #FFF;
    border-radius: 89px;
    padding: 50px;
    display: block;
    text-decoration: none;
}

.video-item .video-image {
    margin-bottom: 30px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    display: block;
}

.video-item .video-image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.video-item .video-image b {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-item .video-image img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.video-item a:hover .video-image:before {
    opacity: .3;
}

.video-item a:hover .video-image img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.video-item .video-text {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: #454545;
    display: block;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.video-item a:hover .video-text {
    color: #264484;
}
