@font-face {
    font-family: ProximaNova;
    font-style: normal;
    font-weight: 600;
    src: url(../assets/fonts/ProximaNova-Semibold.ttf) format("truetype")
}

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

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

* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

:focus {
    outline: none
}

body,
html {
    width: 100%;
    height: 100%;
    cursor: default;
    font: normal 18px/1.3 ProximaNova;
    color: #fff
}

html,
html._mobile body {
    -webkit-text-size-adjust: 100%
}

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

    body,
    html {
        font: normal 15px/1.3 ProximaNova
    }
}

fieldset,
img {
    border: 0
}

fieldset legend {
    display: none
}

li,
ul {
    list-style-type: none
}

img {
    vertical-align: top
}

a {
    color: #fff
}

a,
a:hover {
    text-decoration: none
}

table {
    border: 0;
    border-collapse: collapse
}

table td {
    padding: 0;
    vertical-align: top
}

input,
select,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

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

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

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

::-moz-selection {
    background: #5f5f5f;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #5f5f5f;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #5f5f5f;
    color: #fff;
    text-shadow: none
}

#__bs_notify__ {
    padding: 2px !important;
    font-size: 10px !important;
    opacity: .75;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    font-family: inherit;
    cursor: pointer
}

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

#app {
    min-height: calc(100vh - 460px)
}

@media only screen and (max-width:769px) {
    #app {
        min-height: 0
    }
}

#main {
    width: 100%
}

#main,
.site {
    overflow: hidden
}

.site {
    position: relative
}

img {
    width: 100%;
    height: auto
}

.section-bg {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    z-index: -1;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.title_block {
    margin-left: auto;
    margin-right: auto
}

.title_block p.subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #e0c66b;
    margin-bottom: 3px
}

.title_block h2 {
    text-align: center
}

.breadcrumbs_block {
    margin-top: 40px
}

.breadcrumbs_block a,
.breadcrumbs_block span {
    color: #fff
}

.breadcrumbs_block a:hover {
    color: #fff;
    opacity: .8
}

.breadcrumbs_block #breadcrumbs {
    margin-left: -10px;
    margin-right: -10px
}

.breadcrumbs_block #breadcrumbs span span a,
.breadcrumbs_block #breadcrumbs span span span {
    padding: 0 10px
}

.breadcrumbs_block #breadcrumbs span.center-separator {
    padding: 0
}

#button_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #2a2d2c;
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
    transition: background-color .3s, opacity .5s, visibility .5s;
    visibility: hidden;
    z-index: 2
}

#button_top svg {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#button_top svg path {
    fill: #ff4f4f
}

#button_top:hover {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #06024C;
    opacity: 1;
    visibility: visible
}

#button_top:hover svg path {
    fill: #e0c66b
}

#button_top:active {
    background-color: #555
}

#button_top.show {
    opacity: 1;
    visibility: visible
}

.overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -10
}

.opened-popup .overlay {
    opacity: 1;
    z-index: 99
}

body,
html {
    -webkit-overflow-scrolling: touch
}

body {
    font-size: 18px;
    font-style: normal;
    line-height: 1.2;
    color: #fff;
    background: #020027;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    font-weight: 400
}

.h1,
body,
h1 {
    font-family: ProximaNova
}

.h1,
h1 {
    line-height: 110%;
    font-size: 96px;
    font-weight: 700
}

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

    .h1,
    h1 {
        font-size: 56px
    }
}

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

    .h1,
    h1 {
        font-size: 48px
    }
}

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

    .h1,
    h1 {
        font-size: 40px
    }
}

.h2,
h2 {
    font-size: 60px;
    line-height: 110%;
    font-family: ProximaNova;
    font-weight: 700
}

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

    .h2,
    h2 {
        font-size: 44px
    }
}

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

    .h2,
    h2 {
        font-size: 36px
    }
}

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

    .h2,
    h2 {
        font-size: 30px
    }
}

.h3,
h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    font-family: ProximaNova
}

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

    .h3,
    h3 {
        font-size: 18px
    }
}

.h4,
h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 112%;
    font-family: ProximaNova
}

.h5,
.h6,
h5,
h6 {
    font-family: ProximaNova;
    line-height: 112%;
    font-weight: 700;
    font-size: 16px
}

.p,
p {
    font-size: 18px;
    line-height: 1.2
}

.text--size--10,
.text--size--10 * {
    font-size: 10px
}

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

    .text--size--10,
    .text--size--10 * {
        font-size: 10px
    }
}

.text--size--12,
.text--size--12 * {
    font-size: 12px
}

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

    .text--size--12,
    .text--size--12 * {
        font-size: 12px
    }
}

.text--size--13,
.text--size--13 * {
    font-size: 13px
}

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

    .text--size--13,
    .text--size--13 * {
        font-size: 12px
    }
}

.text--size--14,
.text--size--14 * {
    font-size: 14px;
    line-height: 120.5%
}

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

    .text--size--14,
    .text--size--14 * {
        font-size: 14px
    }
}

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

    .text--size--14,
    .text--size--14 * {
        font-size: 14px
    }
}

.text--size--16,
.text--size--16 * {
    font-size: 16px
}

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

    .text--size--16,
    .text--size--16 * {
        font-size: 14px
    }
}

.text--size--17,
.text--size--17 * {
    font-size: 17px
}

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

    .text--size--17,
    .text--size--17 * {
        font-size: .77778rem
    }
}

.text--size--20,
.text--size--20 * {
    font-size: 20px
}

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

    .text--size--20,
    .text--size--20 * {
        font-size: 16px
    }
}

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

    .text--size--20,
    .text--size--20 * {
        font-size: 16px
    }
}

.text--size--22,
.text--size--22 * {
    font-size: 22px
}

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

    .text--size--22,
    .text--size--22 * {
        font-size: 18px
    }
}

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

    .text--size--22,
    .text--size--22 * {
        font-size: 16px
    }
}

.text--default,
.text--default * {
    font-size: .88889rem;
    line-height: 1.2em
}

.text--uppercase {
    text-transform: uppercase
}

.text--left {
    text-align: left
}

.text--right {
    text-align: right
}

.text--center {
    text-align: center
}

.text--underline {
    text-decoration: underline
}

.font--italic {
    font-style: italic
}

.font--weight--thin {
    font-weight: 100
}

.font--weight--light {
    font-weight: 300
}

.font--weight--regular {
    font-weight: 400
}

.font--weight--medium {
    font-weight: 600
}

.font--weight--bold {
    font-weight: 800
}

.font--weight--black {
    font-weight: 900
}

.link--underline {
    position: relative
}

.link--underline:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

.link--underline:hover:before {
    width: 0
}

.link--underline--2 {
    position: relative
}

.link--underline--2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

.link--underline--2:hover:before {
    width: 100%
}

.content-block.font--size--14 a,
.content-block.font--size--14 li,
.content-block.font--size--14 p {
    font-size: 14px;
    line-height: 120.5%
}

.content-block p {
    margin-bottom: 20px
}

.content-block p:first-child {
    padding-top: 0
}

.content-block p:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6 {
    margin-top: 50px;
    margin-bottom: 30px
}

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

    .content-block h1,
    .content-block h2,
    .content-block h3,
    .content-block h4,
    .content-block h5,
    .content-block h6 {
        margin-top: 40px;
        margin-bottom: 20px
    }
}

.content-block h1:first-of-type,
.content-block h2:first-of-type,
.content-block h3:first-of-type,
.content-block h4:first-of-type,
.content-block h5:first-of-type,
.content-block h6:first-of-type {
    margin-top: 0
}

.content-block ol,
.content-block p,
.content-block ul {
    color: #fff
}

.content-block a {
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    font-weight: 500
}

.content-block a:hover {
    opacity: .8;
    text-decoration: underline
}

.content-block a.button:hover {
    text-decoration: none
}

.content-block ul {
    margin: .83333rem 0;
    margin-left: 1.66667rem
}

.content-block ul li {
    display: block;
    margin-bottom: 10px;
    line-height: 1.4
}

.content-block ul li:last-child {
    margin-bottom: 0
}

.content-block ul li:before {
    content: "";
    background-color: #fff;
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: .12em;
    display: inline-block
}

.content-block ul li ol {
    margin: .55556rem 0
}

.content-block ul li ul {
    margin: .55556rem 0;
    margin-left: 1.66667rem
}

.content-block ol {
    list-style: none;
    counter-reset: a;
    margin: .83333rem 0
}

.content-block ol li {
    counter-increment: a;
    padding-left: 25px;
    margin-bottom: 10px
}

.content-block ol li:last-child {
    margin-bottom: 0
}

.content-block ol li:before {
    content: counter(a) ".";
    color: #fff;
    margin-right: 10px;
    margin-top: 8px
}

.content-block ol li ol {
    margin: .55556rem 0
}

.content-block ol li ul {
    margin: .55556rem 0;
    margin-left: 1.66667rem
}

.content-block img {
    width: auto;
    height: auto
}

.content-block code {
    margin: 11px 0;
    line-height: 1.2;
    padding: 2px 4px;
    border: 1px solid #dde4e9;
    background-color: #f6f6f6;
    color: #232527;
    display: inline-block
}

.content-block pre {
    white-space: pre-wrap
}

.content-block blockquote {
    margin: 1.38889rem 0;
    position: relative;
    border-left: 2px solid #fff;
    padding-left: 30px
}

.content-block blockquote p {
    font-size: 1.11111rem;
    line-height: 1.72222rem;
    font-weight: 400
}

.content-block blockquote p:last-child {
    font-size: .88889rem;
    font-weight: 300
}

.content-block blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 60px;
    height: 51px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    z-index: -1
}

.container {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin: 0 auto
}

@media only screen and (min-width:1800px) {
    .container {
        max-width: 1660px
    }
}

@media only screen and (max-width:1800px) {
    .container {
        max-width: 1660px
    }
}

@media only screen and (max-width:1500px) {
    .container {
        max-width: 1360px;
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width:1439px) {
    .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (max-width:992px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (max-width:769px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width:330px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (min-width:1800px) {
    .container--full {
        max-width: 100%
    }
}

.container--md {
    max-width: 1020px
}

@media only screen and (max-width:769px) {
    .container--md {
        max-width: 555px
    }
}

.row--x--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.row--y--top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.row--y--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 57px
}

@media only screen and (max-width:1200px) {
    .section {
        padding-top: 60px;
        padding-bottom: 30px
    }
}

.section--spacing--sm {
    padding-top: 25px;
    padding-bottom: 25px
}

.section--spacing--lg {
    padding-top: 165px;
    padding-bottom: 165px
}

@media only screen and (max-width:1050px) {
    .section--spacing--lg {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.section--fullscreen {
    min-height: 70vh;
    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
}

.section.contact_section:last-of-type {
    padding-bottom: 0
}

.section:first-of-type {
    padding-top: 200px
}

@media only screen and (max-width:1501px) {
    .section:first-of-type {
        padding-top: 170px
    }
}

@media only screen and (max-width:992px) {
    .section:first-of-type {
        padding-top: 100px
    }
}

@media only screen and (max-width:576px) {
    .section:first-of-type {
        padding-top: 86px
    }
}

.section:last-of-type {
    padding-bottom: 0
}

@media only screen and (min-width:992px) {
    .hidden--lg {
        display: none !important
    }
}

@media only screen and (max-width:992px) {
    .visible--lg {
        display: none !important
    }
}

.spacing-p-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

@media only screen and (max-width:576px) {
    .spacing-p-30 {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.spacing-p-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

@media only screen and (max-width:576px) {
    .spacing-p-40 {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.spacing-p-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

@media only screen and (max-width:576px) {
    .spacing-p-60 {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.spacing-pt-30 {
    padding-top: 30px
}

@media only screen and (max-width:576px) {
    .spacing-pt-30 {
        padding-top: 15px
    }
}

.spacing-pt-40 {
    padding-top: 40px
}

@media only screen and (max-width:576px) {
    .spacing-pt-40 {
        padding-top: 20px
    }
}

.spacing-pt-60 {
    padding-top: 60px
}

@media only screen and (max-width:576px) {
    .spacing-pt-60 {
        padding-top: 30px
    }
}

.spacing-pb-20 {
    padding-bottom: 20px
}

@media only screen and (max-width:576px) {
    .spacing-pb-20 {
        padding-bottom: 15px
    }
}

.spacing-pb-25 {
    padding-bottom: 25px
}

@media only screen and (max-width:576px) {
    .spacing-pb-25 {
        padding-bottom: 25px
    }
}

.spacing-pb-30 {
    padding-bottom: 30px
}

@media only screen and (max-width:576px) {
    .spacing-pb-30 {
        padding-bottom: 15px
    }
}

.spacing-pb-40 {
    padding-bottom: 40px
}

@media only screen and (max-width:576px) {
    .spacing-pb-40 {
        padding-bottom: 20px
    }
}

.spacing-pb-50 {
    padding-bottom: 50px
}

@media only screen and (max-width:576px) {
    .spacing-pb-50 {
        padding-bottom: 30px
    }
}

.spacing-pb-60 {
    padding-bottom: 60px
}

@media only screen and (max-width:576px) {
    .spacing-pb-60 {
        padding-bottom: 30px
    }
}

.spacing-m-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.spacing-m-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.spacing-mt-30 {
    margin-top: 30px
}

.spacing-mt-40 {
    margin-top: 40px
}

.spacing-mb-30 {
    margin-bottom: 30px
}

.spacing-mb-40 {
    margin-bottom: 40px
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

.header_main_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 70px
}

@media only screen and (min-width:1501px) {
    .header_main_block {
        height: 100px
    }
}

.header__logo {
    width: 100%;
    max-width: 180px;
    -ms-flex-item-align: center;
    align-self: center;
        min-width: 250px;
}

@media only screen and (max-width:1501px) {
    .header__logo {
        max-width: 240px
    }
}

.header_inner_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: center;
    align-self: center
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:1200px) {
    .header__menu {
        display: none
    }
}

.header__menu nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center
}

.header__button {
    margin-left: 56px
}

@media only screen and (max-width:1200px) {
    .header__button {
        display: none
    }
}

.header__menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center
}

.header__menu_list .sub-menu {
    position: absolute;
    background: rgba(31, 28, 28, .8);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    display: none;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    left: -15px;
    border-radius: 3px;
    z-index: 3;
    top: calc(100% + 8px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    padding: 10px 15px
}

.header__menu_list .sub-menu:before {
    content: "";
    width: 100%;
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    left: 0
}

@media only screen and (max-width:1100px) {
    .header__menu_list .sub-menu:before {
        position: relative;
        left: auto;
        top: auto;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.header__menu_list .menu-item__icon {
    display: block;
    position: absolute;
    content: "";
    width: 8px;
    height: 4px;
    top: calc(50% - 2px);
    right: -16px;
    -webkit-transition: .3s;
    transition: .3s;
    background-image: url(../assets/images/arrow_down.svg);
    background-size: cover;
    background-repeat: no-repeat
}

@media only screen and (min-width:1501px) {
    .header__menu_list .menu-item__icon {
        width: 12px;
        height: 6px;
        right: -18px;
        top: calc(50% - 3px)
    }
}

.header__menu_list li {
    position: relative;
    margin-right: 40px
}

@media only screen and (max-width:1501px) {
    .header__menu_list li {
        margin-right: 36px
    }
}

@media only screen and (max-width:1439px) {
    .header__menu_list li {
        margin-right: 26px
    }
}

.header__menu_list li:last-of-type {
    margin-right: 0
}

.header__menu_list li.current-menu-item a {
    color: #e0c66b
}

.header__menu_list li.menu-item-has-children {
    position: relative
}

.header__menu_list li.menu-item-has-children.active .sub-menu,
.header__menu_list li.menu-item-has-children:hover .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1
}

.header__menu_list li.pll-parent-menu-item.active .sub-menu,
.header__menu_list li.pll-parent-menu-item:hover .sub-menu {
    min-width: auto;
    width: 50px
}

.header__menu_list a {
    font-size: 18px
}

@media only screen and (max-width:1501px) {
    .header__menu_list a {
        font-size: 14px
    }
}

.header__menu_list a:hover {
    color: #e0c66b;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

#toggle {
    position: absolute;
    right: 0;
    top: auto;
    display: none;
    width: 28px;
    height: 30px;
    margin: 0 auto;
    -ms-flex-item-align: center;
    align-self: center;
    background: none;
    border: none;
    z-index: 2
}

#toggle span:after,
#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px
}

#toggle span:after {
    top: 9px
}

#toggle span {
    position: relative;
    display: block
}

#toggle span,
#toggle span:after,
#toggle span:before {
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px
}

#toggle.on span {
    background-color: transparent
}

#toggle.on span:before {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px)
}

#toggle.on span:after {
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
    transform: rotate(-45deg) translate(7px, -8px)
}

#toggle.on+#menu {
    opacity: 1;
    visibility: visible
}

@media only screen and (max-width:1200px) {
    #toggle {
        display: block
    }
}

@media only screen and (max-width:600px) {
    #wpadminbar {
        position: fixed
    }
}

.admin-bar .header_block {
    top: 32px
}

@media only screen and (max-width:769px) {
    .admin-bar .header_block {
        top: 46px
    }
}

.side-panel {
    position: fixed;
    top: 70px;
    right: 0;
    display: block;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding-left: 0;
    border-top: 1px solid rgba(42, 45, 44, .6)
}

.side-panel .admin-bar {
    top: 32px
}

.side-panel.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.side-panel.service {
    top: 0 !important
}

.side-inner {
    min-height: 100vh;
    overflow-x: hidden;
    background-color: #000;
}

.side-panel-overlay {
    overflow: hidden
}

.side-panel-overlay.service:after {
    top: 0 !important;
    z-index: 2
}

.side-panel-overlay.service .fixed-header .bottom_header {
    opacity: 0
}

.admin-bar .side-panel,
.admin-bar.side-panel-overlay:after {
    top: 124px
}

.side-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px
}

.side-header .btn_close {
    width: 24px;
    height: 24px;
    background-color: transparent;
    padding: 0;
    border: 0;
    position: relative
}

.side-header .btn_close span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.side-header .btn_close span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.side-header .btn_close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    background: #fff;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

.side_menu_block {
    padding: 20px 40px
}

@media only screen and (max-width:375px) {
    .side_menu_block {
        padding: 20px
    }
}

.side_menu_block.header__menu {
    display: block
}

.side_menu_block nav {
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.side_menu_block ul {
    text-align: center
}

.side_menu_block ul.lang-menu {
    margin-top: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:375px) {
    .side_menu_block ul.lang-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
}

.side_menu_block ul.lang-menu li {
    padding: 6px 8px;
    margin-right: 12px;
    margin-bottom: 0
}

@media only screen and (max-width:375px) {
    .side_menu_block ul.lang-menu li {
        margin-right: 0;
        margin-bottom: 0
    }
}

.side_menu_block ul.lang-menu li:last-of-type {
    margin-right: 0
}

.side_menu_block .menu_top .pll-parent-menu-item {
    display: none
}

.side_menu_block .sub-menu {
    margin: 10px auto;
    display: none;
    max-width: 70vw
}

.side_menu_block .sub-menu a {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%
}

.side_menu_block .sub-menu li {
    padding: 0;
    margin-bottom: 5px
}

.side_menu_block a {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: .08em;
    color: #fff
}

.side_menu_block li {
    padding: 0;
    margin-bottom: 8px;
    width: 100%;
    height: auto;
    line-height: 100%
}

.side_menu_block li:last-of-type {
    margin-bottom: 0
}

.side_menu_block li.menu-item-has-children {
    position: relative
}

.side_menu_block li.menu-item-has-children .menu-item__parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-left: 15px
}

.side_menu_block li.menu-item-has-children .menu-item__icon {
    position: relative;
    content: "";
    display: block;
    width: 25px
}

.side_menu_block li.menu-item-has-children .menu-item__icon:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 6px;
    top: calc(50% - 3px);
    left: calc(50% - 5px);
    background-image: url(../assets/images/arrow_down_mob.svg);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    transition: .3s
}

.side_menu_block li.menu-item-has-children.active .menu-item__icon:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    transition: .3s
}

.footer {
    margin-top: 128px;
    background-color: #020027;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:1024px) {
    .footer {
        margin-top: 64px
    }
}

.footer_top_block {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:1100px) {
    .footer_top_block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:576px) {
    .footer_top_block {
        margin-top: 34px
    }
}

.footer .col {
    width: 100%;
    max-width: 225px;
    padding-top: 20px;
    margin-right: 34px
}

@media only screen and (max-width:1100px) {
    .footer .col {
        max-width: 46%;
        margin-right: 0;
        margin-bottom: 36px;
        padding-top: 0
    }
}

@media only screen and (max-width:576px) {
    .footer .col {
        max-width: 100%;
        margin-bottom: 24px
    }
}

.footer .col:nth-of-type(2) {
    max-width: 253px
}

@media only screen and (max-width:1100px) {
    .footer .col:nth-of-type(2) {
        max-width: 46%;
        margin-right: 0
    }
}

@media only screen and (max-width:576px) {
    .footer .col:nth-of-type(2) {
        max-width: 100%
    }
}

.footer .col:nth-of-type(3) {
    max-width: 325px
}

@media only screen and (max-width:1100px) {
    .footer .col:nth-of-type(3) {
        max-width: 46%
    }
}

@media only screen and (max-width:576px) {
    .footer .col:nth-of-type(3) {
        max-width: 100%
    }
}

.footer .col:nth-of-type(4) {
    margin-bottom: 0
}

@media only screen and (max-width:576px) {
    .footer .col:nth-of-type(4) {
        margin-bottom: 24px
    }
}

.footer .col:last-of-type {
    margin-right: 0;
    margin-bottom: 0
}

.footer .col.logo_block {
    max-width: 340px;
    padding-top: 0
}

@media only screen and (max-width:1100px) {
    .footer .col.logo_block {
        max-width: none
    }
}

.footer .col.logo_block img {
    width: 300px;
}

.footer .col.logo_block p {
    margin-top: 14px
}

.footer .col h3 {
    margin-bottom: 14px;
    font-weight: 600;
    line-height: 110%
}

.footer .col li {
    margin-bottom: 10px
}

.footer .col li:last-of-type {
    margin-bottom: 0
}

.footer .col li a {
    font-size: 14px;
    line-height: 140%
}

.footer .col li a:hover {
    color: #e0c66b;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.footer_bottom_block {
    position: relative;
    margin-top: 87px;
    margin-bottom: 53px;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:992px) {
    .footer_bottom_block {
        margin-top: 54px;
        margin-bottom: 42px
    }
}

@media only screen and (max-width:576px) {
    .footer_bottom_block {
        margin-top: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 48px
    }
}

.footer_bottom_block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:576px) {
    .footer_bottom_block ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 24px
    }
}

.footer_bottom_block li {
    margin-right: 25px
}

@media only screen and (max-width:576px) {
    .footer_bottom_block li {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.footer_bottom_block li:last-of-type {
    margin-right: 0
}

@media only screen and (max-width:576px) {
    .footer_bottom_block li:last-of-type {
        margin-bottom: 0
    }
}

.footer_bottom_block a:hover {
    color: #e0c66b;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.footer_bottom_block:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff
}

@media only screen and (max-width:769px) {
    .footer_bottom_block:before {
        width: 100vw;
        left: -10px
    }
}

.button {
    display: inline-block;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 160px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    background: #3059FF;
    background: #3059FF;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    padding: 15px 20px;
    text-align: center;
    color: #fff
}

@media only screen and (min-width:1501px) {
    .button {
        font-size: 18px
    }
}

.content-block .button {
    color: #fff;
    font-weight: 700
}

.button:hover {
    background: #3059ff7a;
    color: #fff;
    -webkit-transition: left .3s;
    transition: left .3s
}

.button--black {
    background: #3a3c3b;
    color: #fff
}

.content-block .button--black {
    color: #fff;
    font-weight: 700
}

.button--black:hover {
    background: #2a2d2c;
    color: #fff;
    -webkit-transition: left .3s;
    transition: left .3s
}

.img-block {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.img-block img {
    position: absolute;
    top: 0;
    left: 0
}

@-webkit-keyframes a {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes a {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.lazy-pulse {
    position: relative
}

.lazy-pulse:after,
.lazy-pulse:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.lazy-pulse:after {
    background-color: #e2e2e2;
    -webkit-animation: a 2s infinite;
    animation: a 2s infinite
}

.lazy-pulse.loaded:after,
.lazy-pulse.loaded:before {
    opacity: 0;
    -webkit-animation: none;
    animation: none
}

.lazy-pulse.loaded:after {
    display: none;
    content: "";
    display: block;
    background: #ff4a6a;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1
}

.lazy-pulse.loaded:hover:after {
    opacity: .2
}

.wpcf7-submit {
    background: #fff;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 130.5%;
    padding: 21px 68px 21px 32px;
    height: 64px;
    border: none;
    text-align: left;
    background-image: url(../assets/images/icons/arrow-right.svg);
    background-position: bottom 24px right 23px;
    background-size: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:1500px) {
    .wpcf7-submit {
        height: 54px;
        padding: 15px 58px 15px 32px;
        font-size: 15px;
        background-position: bottom 20px right 23px
    }
}

@media only screen and (max-width:576px) {
    .wpcf7-submit {
        height: 44px;
        padding: 10px 58px 10px 32px;
        background-position: bottom 15px right 23px
    }
}

.wpcf7-submit:hover {
    background: #fff;
    background-image: url(../assets/images/icons/arrow-right.svg);
    background-position: bottom 24px right 23px;
    background-size: 16px;
    background-repeat: no-repeat
}

@media only screen and (max-width:1500px) {
    .wpcf7-submit:hover {
        background-position: bottom 20px right 23px
    }
}

@media only screen and (max-width:576px) {
    .wpcf7-submit:hover {
        background-position: bottom 15px right 23px
    }
}

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

.wpcf7 input[type=radio] {
    color: #fff;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 5px
}

.wpcf7 input[type=date] {
    display: block;
    position: relative;
    padding: 6px 10px;
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    color: #9c9c9c;
    border: none;
    border-bottom: 1px solid #e2eef3;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='12' viewBox='0 0 20 22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23688EBB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Crect width='18' height='18' y='2' rx='2'/%3E%3Cpath d='M13 0v4M5 0v4M0 8h18'/%3E%3C/g%3E%3C/svg%3E") right 5px center no-repeat;
    cursor: pointer
}

@media only screen and (max-width:1500px) {
    .wpcf7 input[type=date] {
        font-size: 15px
    }
}

.wpcf7 input[type=date]::-webkit-clear-button,
.wpcf7 input[type=date]::-webkit-inner-spin-button {
    display: none
}

.wpcf7 input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 2.5rem;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    color: #0078fa;
    background: #0078fa
}

.wpcf7 textarea {
    width: 100%;
    padding: 10px;
    background: none;
    border: 1px solid #e2eef3;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #9c9c9c
}

@media only screen and (max-width:1500px) {
    .wpcf7 textarea {
        font-size: 15px
    }
}

.wpcf7 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(...);
    cursor: pointer;
    width: 100%;
    padding: 0 10px;
    background: none;
    border: none;
    border-bottom: 1px solid #e2eef3;
    height: 43px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #9c9c9c
}

@media only screen and (max-width:1500px) {
    .wpcf7 select {
        font-size: 15px
    }
}

@media only screen and (max-width:375px) {
    .wpcf7 select {
        font-size: 12px;
        height: 33px
    }
}

.wpcf7 .select .wpcf7-form-control-wrap:after {
    content: "";
    width: 10px;
    height: 6px;
    background: #0c6f97;
    position: absolute;
    top: 12px;
    right: 9px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-clip-path: polygon(100% 0, 100% 0, 50% 100%, 0 0);
    clip-path: polygon(100% 0, 100% 0, 50% 100%, 0 0);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1
}

.page-template-form-page .contact_section .form_block .wpcf7-not-valid-tip {
    font-size: 10px;
    margin-top: 5px
}

.page-template-form-page .contact_section .form_block label,
.page-template-form-page .contact_section .form_block p {
    color: #0c6f97;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 10px
}

.page-template-form-page .contact_section .form_block label {
    display: block
}

.page-template-form-page .contact_section .form_block .wpcf7-list-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-template-form-page .contact_section .form_block span.wpcf7-list-item-label {
    font-size: 15px;
    -ms-flex-item-align: center;
    align-self: center
}

.page-template-form-page .contact_section .form_block .form_field:nth-of-type(2) {
    margin-top: 0
}

.page-template-form-page .contact_section .form_block .form_row.flex_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-template-form-page .contact_section .form_block .form_row.flex_row .form_field {
    width: 100%;
    max-width: 49%
}

@media only screen and (max-width:992px) {
    .page-template-form-page .contact_section .form_block .form_row.flex_row .form_field {
        max-width: none
    }
}

.error404 .error__page__content {
    padding-top: 60px;
    padding-bottom: 60px
}

.error404 .error__page__title {
    text-align: center;
    font-size: 200px;
    line-height: .6;
    font-family: ProximaNova
}

@media only screen and (max-width:1200px) {
    .error404 .error__page__title {
        font-size: 140px
    }
}

@media only screen and (max-width:992px) {
    .error404 .error__page__title {
        font-size: 100px;
        margin-bottom: 28px
    }
}

@media only screen and (max-width:769px) {
    .error404 .error__page__title {
        font-size: 80px;
        margin-bottom: 20px
    }
}

.error404 .error__page__subtitle {
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 12px
}

@media only screen and (max-width:992px) {
    .error404 .error__page__subtitle {
        font-size: 20px;
        margin-bottom: 8px
    }
}

@media only screen and (max-width:769px) {
    .error404 .error__page__subtitle {
        font-size: 18px;
        margin-bottom: 6px
    }
}

.error404 .error__page__button,
.error404 .error__page__text {
    text-align: center
}

.error404 .error__page__button .button {
    margin-top: 40px
}

@media only screen and (max-width:992px) {
    .error404 .error__page__button .button {
        margin-top: 32px
    }
}

@media only screen and (max-width:769px) {
    .error404 .error__page__button .button {
        margin-top: 24px
    }
}

.error404 main {
    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
}

.hero.safety_bg .section-bg {
    /* background-image: url(../assets/images/safety_bg.svg); */
    background-position: bottom
}

@media only screen and (max-width:1024px) {
    .hero.safety_bg .section-bg {
        background-image: url(../assets/images/safety_1024_bg.svg)
    }
}

@media only screen and (max-width:576px) {
    .hero.safety_bg .section-bg {
        background-image: url(../assets/images/safety_mob_bg.svg)
    }
}

@media only screen and (max-width:992px) {
    .hero.safety_bg.inner_pages .hero_img_block img {
        margin-top: 10%;
        margin-right: 0
    }
}

@media only screen and (max-width:576px) {
    .hero.safety_bg.inner_pages .hero_img_block img {
        margin: 0 0 50px auto;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

.hero.black_bg .section-bg {
    /* background-image: url(../assets/images/black_bg.svg); */
    background-position: bottom
}

@media only screen and (max-width:1024px) {
    .hero.black_bg .section-bg {
        background-image: url(../assets/images/main_1024_bg.svg)
    }
}

@media only screen and (max-width:576px) {
    .hero.black_bg .section-bg {
        background-image: url(../assets/images/main_mob_bg.svg)
    }
}

.hero.black_y_bg .section-bg {
    background-image: url(../assets/images/black_y_bg.svg);
    background-position: bottom
}

@media only screen and (max-width:1100px) {
    .hero.black_y_bg .section-bg {
        background-image: url(../assets/images/main_1024_bg.svg)
    }
}

@media only screen and (max-width:576px) {
    .hero.black_y_bg .section-bg {
        background-image: url(../assets/images/black_y_mob_bg.svg)
    }
}

.hero .section-bg {
    /* background-image: url(../assets/images/main_bg.svg); */
    background-position: bottom;
    background-color: #06040D;
}

@media only screen and (max-width:1024px) {
    /* .hero .section-bg {
        background-image: url(../assets/images/main_1024_bg.svg)
    } */
}

@media only screen and (max-width:576px) {
    /* .hero .section-bg {
        background-image: url(../assets/images/main_mob_bg.svg)
    } */
}

.hero_main_menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hero_text_block {
    width: 100%;
    max-width: 605px;
    margin-top: 72px;
    margin-bottom: 142px;
    margin-left: 0
}

@media only screen and (max-width:1200px) {
    .hero_text_block {
        max-width: 50%
    }
}

@media only screen and (max-width:1024px) {
    .hero_text_block {
        max-width: 375px;
        margin-top: 0
    }
}

@media only screen and (max-width:576px) {
    .hero_text_block {
        margin-bottom: 16px;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .inner_pages .hero_text_block {
        text-align: left
    }
}

.hero_text_block .content-block {
    margin-top: 24px
}

.hero_text_block .btn_block {
    margin-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:1024px) {
    .hero_text_block .btn_block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:576px) {
    .hero_text_block .btn_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 16px
    }

    .inner_pages .hero_text_block .btn_block {
        margin-top: 24px;
        margin-bottom: 54px
    }
}

.hero_text_block .btn_block a.button {
    margin-right: 16px
}

@media only screen and (max-width:1024px) {
    .hero_text_block .btn_block a.button {
        margin-bottom: 16px
    }
}

@media only screen and (max-width:576px) {
    .hero_text_block .btn_block a.button {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 8px
    }

    .inner_pages .hero_text_block .btn_block a.button {
        margin-left: 0
    }
}

.hero_text_block .btn_block a.button:last-of-type {
    margin-right: 0
}

@media only screen and (max-width:1024px) {
    .hero_text_block .btn_block a.button:last-of-type {
        margin-bottom: 0
    }
}

@media only screen and (max-width:576px) {
    .hero_text_block .btn_block a.button:last-of-type {
        margin-right: auto;
        margin-left: auto
    }

    .inner_pages .hero_text_block .btn_block a.button:last-of-type {
        margin-left: 0
    }
}

.hero_img_block {
    width: 100vw;
    max-width: 900px;
    height: 100%;
    position: absolute;
    top: 100px;
    right: 50%;
    margin-right: -50vw;
    z-index: -1
}

@media only screen and (max-width:1501px) {
    .hero_img_block {
        max-width: 55vw
    }
}

@media only screen and (max-width:1439px) {
    .hero_img_block {
        max-width: 50vw
    }
}

@media only screen and (max-width:992px) {
    .hero_img_block {
        max-width: 62vw
    }
}

@media only screen and (max-width:576px) {
    .hero_img_block {
        position: relative;
        width: 100%;
        max-width: 75vw;
        top: auto;
        right: auto;
        margin-right: auto;
        margin-left: auto
    }
}

@media only screen and (max-width:576px) {
    .hero.inner_pages {
        min-height: 75vh
    }
}

@media only screen and (max-width:992px) {
    .hero.inner_pages .hero_img_block {
        max-width: 55vw
    }
}

@media only screen and (max-width:576px) {
    .hero.inner_pages .hero_img_block {
        max-width: 85vw;
        margin-bottom: -50px
    }
}

.hero.inner_pages .hero_img_block img {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    display: block
}

@media only screen and (max-width:1439px) {
    .hero.inner_pages .hero_img_block img {
        max-width: none
    }
}

@media only screen and (max-width:992px) {
    .hero.inner_pages .hero_img_block img {
        margin-right: auto;
        max-width: 45vw
    }
}

@media only screen and (max-width:576px) {
    .hero.inner_pages .hero_img_block img {
        max-width: none
    }
}

@media only screen and (max-width:576px) {
    .hero.right_bottom_img .hero_img_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: end;
        align-self: flex-end;
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        max-width: 55vw;
        margin-bottom: 0
    }

    .hero.right_bottom_img .hero_img_block img {
        margin-top: auto
    }
}

.carts_blocks .content-block {
    max-width: 900px;
    margin: 13px auto 0
}

@media only screen and (max-width:1200px) {
    .carts_blocks .content-block {
        max-width: 90%
    }
}

.carts_blocks_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 85px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 100px auto 0
}

@media only screen and (max-width:1439px) {
    .carts_blocks_wrap {
        gap: 65px 20px
    }
}

@media only screen and (max-width:1300px) {
    .carts_blocks_wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 69px 35px
    }
}

@media only screen and (max-width:1024px) {
    .carts_blocks_wrap {
        margin: 69px auto 0
    }
}

@media only screen and (max-width:700px) {
    .carts_blocks_wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.carts_blocks_wrap.two_col {
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width:700px) {
    .carts_blocks_wrap.two_col {
        grid-template-columns: repeat(1, 1fr)
    }
}

.carts_blocks_wrap.two_col .cart_inner {
    width: 100%;
    max-width: 670px;
    padding: 70px 29px 29px
}

@media only screen and (max-width:1439px) {
    .carts_blocks_wrap.two_col .cart_inner {
        max-width: 600px;
        padding: 50px 20px 25px
    }
}

@media only screen and (max-width:1300px) {
    .carts_blocks_wrap.two_col .cart_inner {
        max-width: 550px;
        padding: 50px 25px 25px
    }
}

@media only screen and (max-width:1200px) {
    .carts_blocks_wrap.two_col .cart_inner {
        width: 325px
    }
}

.carts_blocks_wrap.three_col {
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width:1200px) {
    .carts_blocks_wrap.three_col {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width:700px) {
    .carts_blocks_wrap.three_col {
        grid-template-columns: repeat(1, 1fr)
    }
}

.carts_blocks_wrap.three_col .cart_inner {
    width: 100%;
    max-width: 440px;
    padding: 60px 25px 25px
}

@media only screen and (max-width:1439px) {
    .carts_blocks_wrap.three_col .cart_inner {
        max-width: 400px;
        padding: 60px 20px 25px
    }
}

@media only screen and (max-width:1300px) {
    .carts_blocks_wrap.three_col .cart_inner {
        max-width: 350px;
        padding: 50px 25px 25px
    }
}

@media only screen and (max-width:1200px) {
    .carts_blocks_wrap.three_col .cart_inner {
        width: 325px
    }
}

.carts_blocks_wrap .cart_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #06024C;
    border-radius: 10px;
    width: 325px;
    min-height: 180px;
    padding: 50px 25px 25px
}

@media only screen and (max-width:1439px) {
    .carts_blocks_wrap .cart_inner {
        width: 100%;
        max-width: 300px;
        padding: 50px 20px 25px
    }
}

@media only screen and (max-width:1300px) {
    .carts_blocks_wrap .cart_inner {
        max-width: 325px;
        padding: 50px 25px 25px
    }
}

.carts_blocks_wrap .icon {
    position: absolute;
    left: calc(50% - 45px);
    top: -45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 90px;
    background: #242528;
    border: 1px solid #2a2d2c;
    border-radius: 50%;
    padding: 18.46px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:1439px) {
    .carts_blocks_wrap .icon {
        width: 70px;
        height: 70px;
        top: -35px;
        left: calc(50% - 35px)
    }
}

@media only screen and (max-width:1300px) {
    .carts_blocks_wrap .icon {
        left: calc(50% - 45px);
        top: -45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 90px;
        height: 90px
    }
}

.carts_blocks_wrap .icon img {
    display: block;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.carts_blocks_wrap .text {
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-item-align: center;
    align-self: center
}

.carts_blocks_wrap .text p {
    text-align: center
}

.carts_blocks_wrap .text a.button {
    margin: 16px auto 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #3a3c3b;
    color: #fff
}

.carts_blocks_wrap .text a.button:hover {
    background: #2a2d2c;
    color: #fff;
    -webkit-transition: left .3s;
    transition: left .3s
}

.carts_blocks.add_img:before {
    position: absolute;
    content: "";
    bottom: -200px;
    right: 0;
    width: 411.09px;
    height: 736.89px;
    background-image: url(../assets/images/right_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@media only screen and (max-width:1439px) {
    .carts_blocks.add_img:before {
        bottom: -150px;
        width: 351.09px;
        height: 636.89px
    }
}

@media only screen and (max-width:1200px) {
    .carts_blocks.add_img:before {
        display: none
    }
}

.sales_block .main_block {
    position: relative;
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
    background: #06024C;
    border-radius: 20px;
    padding: 70px 90px;
    z-index: 1
}

@media only screen and (max-width:1200px) {
    .sales_block .main_block {
        max-width: 685px;
        padding: 63px 80px 80px
    }
}

@media only screen and (max-width:576px) {
    .sales_block .main_block {
        max-width: none;
        padding: 63px 22px 100px
    }
}

@media only screen and (min-width:1201px) {
    .sales_block .main_block h2 {
        font-size: 48px
    }
}

.sales_block .img_block {
    position: absolute;
    width: 418px;
    height: 284px;
    top: 46px;
    right: -101px;
        display: none;
}

@media only screen and (max-width:1439px) {
    .sales_block .img_block {
        width: 25vw;
        height: auto;
        right: -5%
    }
}

@media only screen and (max-width:1200px) {
    .sales_block .img_block {
        display: none
    }
}

.sales_block .img_mobile {
    width: 100%;
    max-width: 128px;
    position: absolute;
    display: none
}

.sales_block .img_mobile.first {
    top: -48px;
    right: 0;
    max-width: 150px;
        display: none;
}

.sales_block .img_mobile.second {
    bottom: 4px;
    left: 23px;
    display: none;
}

@media only screen and (max-width:992px) {
    .sales_block .img_mobile.second {
        bottom: -24px
    }
}

.sales_block .img_mobile.third {
    bottom: -45px;
    right: 61px;
    right: 22px;
    display: none;
}

@media only screen and (max-width:1200px) {
    .sales_block .img_mobile {
        display: block
    }
}

.sales_block .content-block {
    max-width: 760px
}

@media only screen and (max-width:1200px) {
    .sales_block .content-block {
        max-width: none
    }

    .sales_block .content-block h2 {
        text-align: center
    }
}

.sales_block .btn_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 36px
}

@media only screen and (max-width:1200px) {
    .sales_block .btn_block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:576px) {
    .sales_block .btn_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 16px
    }
}

.sales_block .btn_block a {
    margin-right: 16px
}

@media only screen and (max-width:576px) {
    .sales_block .btn_block a {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 8px
    }
}

.sales_block .btn_block a:last-of-type {
    margin-right: 0
}

@media only screen and (max-width:576px) {
    .sales_block .btn_block a:last-of-type {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0
    }
}

.sales_block+.content_text_block:before {
    position: absolute;
    content: "";
    top: -50%;
    left: 0;
    width: 334.94px;
    height: 528.38px;
    background-image: url(../assets/images/left_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@media only screen and (max-width:1439px) {
    .sales_block+.content_text_block:before {
        top: -60%
    }
}

@media only screen and (max-width:992px) {
    .sales_block+.content_text_block:before {
        display: none
    }
}

@media only screen and (max-width:576px) {
    .sales_block+.content_text_block:before {
        top: -10%;
        width: 160px;
        height: 250px;
        display: none
    }
}

.list_block_content {
    margin-top: 48px
}

.list_block_content ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 54px 74px;
    width: 100%;
    max-width: 1186px
}

@media only screen and (max-width:992px) {
    .list_block_content ul {
        gap: 24px 38px
    }
}

@media only screen and (max-width:576px) {
    .list_block_content ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px
    }
}

.list_block_content li {
    position: relative;
    padding-left: 56px;
    width: 100%;
    max-width: 556px
}

.list_block_content li:before {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url(../assets/images/icon/list_icon.svg)
}

.list_block .bg_block:before,
.list_block_content li:before {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.list_block .bg_block:before {
    bottom: -30%;
    right: 0;
    width: 411.09px;
    height: 736.89px;
    background-image: url(../assets/images/right_bg.svg)
}

@media only screen and (max-width:1439px) {
    .list_block .bg_block:before {
        width: 351.09px;
        height: 636.89px
    }
}

@media only screen and (max-width:992px) {
    .list_block .bg_block:before {
        width: 164.64px;
        height: 231.08px;
        bottom: -100px
    }
}

.list_block+.list_block .bg_block:before {
    display: none
}

.text_image .main_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:700px) {
    .text_image .main_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.text_image .title_block p.subtitle {
    text-align: left
}

@media only screen and (max-width:700px) {
    .text_image .title_block p.subtitle {
        text-align: center
    }
}

.text_image .title_block h2 {
    text-align: left
}

@media only screen and (max-width:700px) {
    .text_image .title_block h2 {
        text-align: center
    }
}

.text_image .col {
    max-width: 662px;
    position: relative
}

@media only screen and (max-width:1024px) {
    .text_image .col {
        max-width: 48%
    }
}

@media only screen and (max-width:700px) {
    .text_image .col {
        max-width: none
    }
}

.text_image .col:last-of-type {
    max-width: 664px;
    margin-left: 40px
}

@media only screen and (max-width:1439px) {
    .text_image .col:last-of-type {
        max-width: 50vw
    }
}

@media only screen and (max-width:1024px) {
    .text_image .col:last-of-type {
        max-width: 48%
    }
}

@media only screen and (max-width:700px) {
    .text_image .col:last-of-type {
        max-width: none;
        margin-top: 36px
    }
}

@media only screen and (max-width:576px) {
    .text_image .col:last-of-type {
        margin: 36px auto 0
    }
}

.text_image .col .img_block {
    width: 644px;
    height: 100%;
    position: absolute;
    right: -100px
}

@media only screen and (max-width:1439px) {
    .text_image .col .img_block {
        right: 0
    }
}

@media only screen and (max-width:1200px) {
    .text_image .col .img_block {
        width: 47vw;
        right: -20px
    }
}

@media only screen and (max-width:992px) {
    .text_image .col .img_block {
        width: 50vw;
        right: 0
    }
}

@media only screen and (max-width:700px) {
    .text_image .col .img_block {
        width: 75vw;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        right: auto
    }
}

.text_image.column_list .content-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 115px
}

@media only screen and (max-width:1024px) {
    .text_image.column_list .content-block ul {
        gap: 32px 25px
    }
}

@media only screen and (max-width:700px) {
    .text_image.column_list .content-block ul {
        display: block
    }
}

.text_image.column_list .content-block li {
    max-width: 210px
}

@media only screen and (max-width:700px) {
    .text_image.column_list .content-block li {
        max-width: none;
        text-align: center
    }
}

.text_image.column_list .content-block li:before {
    display: none
}

.text_image .content-block {
    margin-top: 40px
}

.text_image a.button {
    margin-top: 56px
}

@media only screen and (max-width:700px) {
    .text_image a.button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 36px;
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

.top_text_image.section {
    margin-top: 100px
}

@media only screen and (max-width:1024px) {
    .top_text_image.section {
        margin-top: 52px
    }
}

.top_text_image .content-block {
    margin-top: 16px
}

.top_text_image .img_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 984px;
    margin: 56px auto 0
}

@media only screen and (max-width:850px) {
    .top_text_image .img_block {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.top_text_image .img_block img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 116px;
    margin-bottom: 44px
}

.top_text_image .img_block img:nth-of-type(4) {
    margin-right: 0
}

@media only screen and (max-width:992px) {
    .top_text_image .img_block img:nth-of-type(4) {
        margin-right: 0
    }
}

@media only screen and (max-width:769px) {
    .top_text_image .img_block img:nth-of-type(4) {
        margin-right: auto
    }
}

@media only screen and (max-width:742px) {
    .top_text_image .img_block img:nth-of-type(4) {
        margin-right: 36px
    }
}

@media only screen and (max-width:576px) {
    .top_text_image .img_block img:nth-of-type(4) {
        margin-right: auto
    }
}

.top_text_image .img_block img:last-of-type {
    margin-right: 0
}

@media only screen and (max-width:769px) {
    .top_text_image .img_block img:last-of-type {
        margin-right: auto;
        margin-left: auto
    }
}

@media only screen and (max-width:1024px) {
    .top_text_image .img_block img {
        margin-right: 76px
    }
}

@media only screen and (max-width:992px) {
    .top_text_image .img_block img {
        margin-right: 36px
    }
}

@media only screen and (max-width:626px) {
    .top_text_image .img_block img {
        margin-right: auto;
        margin-left: auto
    }
}

.top_text_image:before {
    position: absolute;
    content: "";
    top: -10%;
    left: 0;
    width: 334.94px;
    height: 528.38px;
    background-image: url(../assets/images/left_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@media only screen and (max-width:576px) {
    .top_text_image:before {
        width: 160px;
        height: 250px
    }
}

.hero_contact.safety_bg .section-bg {
    background-image: url(../assets/images/safety_bg.svg);
    background-position: bottom
}

@media only screen and (max-width:1024px) {
    .hero_contact.safety_bg .section-bg {
        background-image: url(../assets/images/safety_1024_bg.svg)
    }
}

@media only screen and (max-width:576px) {
    .hero_contact.safety_bg .section-bg {
        background-image: url(../assets/images/safety_mob_bg.svg)
    }
}

.hero_contact.black_bg .section-bg {
    background-image: url(../assets/images/black_bg.svg);
    background-position: bottom
}

@media only screen and (max-width:1024px) {
    .hero_contact.black_bg .section-bg {
        background-image: url(../assets/images/main_1024_bg.svg)
    }
}

@media only screen and (max-width:576px) {
    .hero_contact.black_bg .section-bg {
        background-image: url(../assets/images/main_mob_bg.svg)
    }
}

.hero_contact.black_y_bg .section-bg {
    /* background-image: url(../assets/images/black_y_bg.svg); */
    background-color: #06040D;
    background-position: bottom
}

@media only screen and (max-width:1100px) {
    .hero_contact.black_y_bg .section-bg {
        background-image: url(../assets/images/main_1024_bg.svg)
    }
}

@media only screen and (max-width:576px) {
    .hero_contact.black_y_bg .section-bg {
        background-image: url(../assets/images/black_y_mob_bg.svg)
    }
}

.hero_contact .section-bg {
    /* background-image: url(../assets/images/main_bg.svg); */
    background-position: bottom
}

@media only screen and (max-width:1024px) {
    .hero_contact .section-bg {
        background-image: url(../assets/images/main_1024_bg.svg)
    }
}

@media only screen and (max-width:576px) {
    .hero_contact .section-bg {
        background-image: url(../assets/images/main_mob_bg.svg)
    }
}

@media only screen and (max-width:992px) {
    .hero_contact .container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (max-width:740px) {
    .hero_contact .container {
        padding-left: 10px;
        padding-right: 10px
    }
}

.hero_contact_text_block {
    width: 100%;
    max-width: 605px;
    margin-top: 72px;
    margin-bottom: 104px;
    margin-left: 0
}

@media only screen and (max-width:1200px) {
    .hero_contact_text_block {
        max-width: 50%
    }
}

@media only screen and (max-width:1100px) {
    .hero_contact_text_block {
        max-width: 375px;
        margin-top: 0
    }
}

@media only screen and (max-width:740px) {
    .hero_contact_text_block {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 325px
    }
}

@media only screen and (max-width:576px) {
    .hero_contact_text_block {
        margin-left: auto;
        margin-right: auto
    }

    .inner_pages .hero_contact_text_block {
        text-align: left
    }
}

.hero_contact .carts_blocks_wrap {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto 200px
}

@media only screen and (max-width:1100px) {
    .hero_contact .carts_blocks_wrap {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto 100px
    }
}

.hero_contact .carts_blocks_wrap.two_col {
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width:740px) {
    .hero_contact .carts_blocks_wrap.two_col {
        grid-template-columns: repeat(1, 1fr)
    }
}

.hero_contact .carts_blocks_wrap.two_col .cart_inner {
    width: 100%;
    max-width: 670px;
    padding: 70px 29px 29px
}

@media only screen and (max-width:1439px) {
    .hero_contact .carts_blocks_wrap.two_col .cart_inner {
        max-width: 600px;
        padding: 50px 20px 25px
    }
}

@media only screen and (max-width:1300px) {
    .hero_contact .carts_blocks_wrap.two_col .cart_inner {
        max-width: 550px;
        padding: 50px 25px 25px
    }
}

@media only screen and (max-width:1200px) {
    .hero_contact .carts_blocks_wrap.two_col .cart_inner {
        width: 325px
    }
}

.hero_contact .carts_blocks_wrap.three_col {
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width:1100px) {
    .hero_contact .carts_blocks_wrap.three_col {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 0 100px
    }
}

@media only screen and (max-width:700px) {
    .hero_contact .carts_blocks_wrap.three_col {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 auto 100px
    }
}

.hero_contact .carts_blocks_wrap.three_col .cart_inner {
    width: 100%;
    max-width: 440px;
    padding: 60px 25px 25px
}

@media only screen and (max-width:1439px) {
    .hero_contact .carts_blocks_wrap.three_col .cart_inner {
        max-width: 400px;
        padding: 60px 20px 25px
    }
}

@media only screen and (max-width:1300px) {
    .hero_contact .carts_blocks_wrap.three_col .cart_inner {
        max-width: 350px;
        padding: 50px 25px 25px
    }
}

@media only screen and (max-width:1200px) {
    .hero_contact .carts_blocks_wrap.three_col .cart_inner {
        width: 325px
    }
}

.fade-up {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0
}

.fade-up.in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.fade-bottom {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0
}

.fade-bottom.in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.fade-in {
    -webkit-transition: opacity .3s ease-out 0s;
    transition: opacity .3s ease-out 0s;
    opacity: 0
}

.fade-in.in {
    opacity: 1
}

.zoom-in {
    -webkit-transition: -webkit-transform .3s ease-out 0s;
    transition: -webkit-transform .3s ease-out 0s;
    transition: transform .3s ease-out 0s;
    transition: transform .3s ease-out 0s, -webkit-transform .3s ease-out 0s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.zoom-in.in {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.fade-left {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

@media only screen and (max-width:769px) {
    .fade-left {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }
}

.loaded:not(.loading) .animate.in .fade-left {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.fade-right {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    opacity: 0
}

.loaded:not(.loading) .animate.in .fade-right {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.delay-1 {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.delay-2 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.delay-3 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}
