

/* Start:/local/templates/main/markup/css/style.css?1750715159341066*/
/* font */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Montserrat', sans-serif;
}

/* body */

html,
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-indent: 0;
    text-align: left;
    line-height: 24px;
    width: 100%;
    min-width: 1240px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    color: #ffffff;
    background: #1B202C;
    -webkit-text-size-adjust: none;
    position: relative;
    cursor: default;
}

@media all and (max-width: 1260px) {

    html,
    body {
        min-width: 1010px;
    }
}

@media all and (max-width: 1020px) {

    html,
    body {
        min-width: 710px;
    }
}

@media all and (max-width: 720px) {

    html,
    body {
        min-width: 320px;
    }
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    background: #ffffff;
}

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

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

::-webkit-scrollbar-thumb {
    background: #2E78FF;
}

::-webkit-scrollbar-corner {
    background: #ffffff;
}

::-webkit-resizer {
    background: #ffffff;
}

::selection {
    color: #ffffff;
    background: #2E78FF;
}

::-moz-selection {
    color: #ffffff;
    background: #2E78FF;
}

body img {
    border: none;
}

a {
    text-decoration: none;
}

a:link {
    color: #ffffff;
}

a:visited {
    color: #ffffff;
}

a:hover {
    color: #ffffff;
}

a:active {
    color: #ffffff;
}

a:hover,
a:not(:hover),
a:hover svg,
a:not(:hover) svg,
a:hover span,
a:not(:hover) span,
a:hover::before,
a:not(:hover)::before,
a:hover::after,
a:not(:hover)::after {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

.clear {
    clear: both;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* page */

#page {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

/* top */

.fixed-text-close {
    width: 14px;
    height: 14px;
    overflow: hidden;
    float: right;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 207;
}

.fixed-text-close::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 1px;
    background: #ffffff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
    left: 0;
    z-index: 208;
}

.fixed-text-close::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 1px;
    background: #ffffff;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
    left: 0;
    z-index: 208;
}

.fixed-text-close:hover::after,
.fixed-text-close:hover::before {
    background: #2E78FF;
}

.fixed-text-close:hover,
.close:not(:hover),
.fixed-text-close:hover::before,
.close:not(:hover)::before,
.fixed-text-close:hover::after,
.close:not(:hover)::after {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

.fixed-text {
    display: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    width: 260px;
    padding: 30px 30px 30px 30px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    position: fixed;
    bottom: 80px;
    right: 60px;
    z-index: 70;
}

@media all and (max-width: 720px) {
    .fixed-text {
        right: calc(50% - 160px);
    }
}

.fixed-text span {
    position: relative;
    z-index: 5;
}

.fixed-text span.color {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #ffffff;
}

.fixed-text::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(104.98deg, rgba(255, 255, 255, 0.85) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -webkit-linear-gradient(104.98deg, rgba(255, 255, 255, 0.85) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -moz-linear-gradient(104.98deg, rgba(255, 255, 255, 0.85) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -o-linear-gradient(104.98deg, rgba(255, 255, 255, 0.85) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -ms-linear-gradient(104.98deg, rgba(255, 255, 255, 0.85) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px);
    -o-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    opacity: 1;
}

.fixed-text::before {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.9) 111.77%);
    background-image: -webkit-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.9) 111.77%);
    background-image: -moz-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.9) 111.77%);
    background-image: -o-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.9) 111.77%);
    background-image: -ms-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.9) 111.77%);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px);
    -o-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    opacity: 1;
}

.fixed-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    width: 220px;
    height: 40px;
    padding: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ffffff;
    background-image: linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
    border: none;
    border-top-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -khtml-border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-top-left-radius: 7px;
    -khtml-border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    transform: rotate(-90deg);
    position: fixed;
    top: calc(50% - 20px);
    right: -90px;
    z-index: 50;
}

.fixed-button:hover {
    background-image: linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -moz-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -o-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -ms-linear-gradient(to right, #2E78FF, #2E78FF);
}

.fixed-button:active {
    background-image: linear-gradient(to right, #4663BE, #4663BE);
    background-image: -webkit-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -moz-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -o-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -ms-linear-gradient(to right, #4663BE, #4663BE);
}

.fixed-button:hover,
.fixed-button:not(:hover),
.fixed-button:active,
.fixed-button:not(:active) {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

.link {
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -70px;
    left: 0;
    z-index: auto;
}

#top-w {
    width: 100%;
    padding: 15px 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#top-w::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(27, 32, 44, 0.8);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px);
    -o-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    opacity: 0;
}

#top-w.fixed-top {
    position: fixed;
    padding: 0;
}

#top-w.fixed-top::after {
    opacity: 1;
}

#top-w:hover,
#top-w:not(:hover) {
    -webkit-transition: All 0.7s ease;
    -moz-transition: All 0.7s ease;
    -o-transition: All 0.7s ease;
    -ms-transition: All 0.7s ease;
    transition: All 0.7s ease;
}

#top {
    width: 1180px;
    padding: 15px 0 15px 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 95;
}

#top a.logo {
    width: 180px;
    height: 30px;
    padding: 0;
    margin: 5px 0 0 0;
    position: relative;
    cursor: pointer;
    display: block;
    float: left;
    background: url('/local/templates/main/markup/css/../images/logo.svg') no-repeat 0 0;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

.top-contacts {
    padding: 0;
    margin: 0;
    position: relative;
    float: right;
}

.top-contacts .tel {
    padding: 0;
    margin: 10px 0 0 0;
    float: left;
}

.top-contacts .tel a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin: 5px 0 0 0;
    color: #ffffff;
    cursor: pointer;
}

@media all and (min-width: 1019px) {
    .top-contacts .tel a:hover {
        color: #2E78FF;
    }
}

.top-social {
    padding: 0;
    margin: 0;
    position: relative;
    float: right;
}

#top .telegram-button {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 0 0 10px;
    cursor: pointer;
    float: right;
    background: #2E78FF;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -khtml-border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top .whatsapp-button {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 0 0 20px;
    cursor: pointer;
    float: right;
    background: #25D366;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -khtml-border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top .telegram-button svg,
#top .whatsapp-button svg {
    fill: #ffffff;
}

@media all and (min-width: 1019px) {

    #top .telegram-button:hover,
    #top .whatsapp-button:hover {
        background: rgba(255, 255, 255, 0.1);
    }
}

.telegram-button:hover,
.telegram-button:not(:hover),
.telegram-button:hover svg,
.telegram-button:not(:hover) svg,
.whatsapp-button:hover,
.whatsapp-button:not(:hover),
.whatsapp-button:hover svg,
.whatsapp-button:not(:hover) svg {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

.top-social a {
    width: 40px;
    height: 40px;
    padding: 0;
    float: left;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -khtml-border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-social a.telegram {
    margin: 0 0 0 10px;
    background: url('/local/templates/main/markup/css/../images/telegram.svg') no-repeat center center #2E78FF;
    -webkit-background-size: 16px 14px;
    -moz-background-size: 16px 14px;
    -o-background-size: 16px 14px;
    background-size: 16px 14px;
}

.top-social a.whatsapp {
    margin: 0 0 0 20px;
    background: #25D366;
}

.top-social a.whatsapp svg {
    fill: #ffffff;
}

@media all and (min-width: 1019px) {
    .top-social a.whatsapp:hover {
        background: #43F184;
    }

    .top-social a.telegram:hover {
        background: url('/local/templates/main/markup/css/../images/telegram.svg') no-repeat center center #4C96FF;
        -webkit-background-size: 16px 14px;
        -moz-background-size: 16px 14px;
        -o-background-size: 16px 14px;
        background-size: 16px 14px;
    }
}

/*
.menu {
padding:0;
margin:10px auto 0 auto;
position:relative;
display:inline-block;
}

.menu span {
font-family: 'Montserrat', sans-serif;
font-weight:300;
font-style:normal;
text-align:left;
font-size:14px;
line-height:20px;
padding:0 15px 0 0;
margin:0 10px;
color:rgba(255,255,255,0.6);
cursor:pointer;
float:left;
position:relative;
}

.menu ul {
display:none;
position:absolute;
top:40px;
left:0;
z-index:auto;
width:280px;
margin:0;
padding:20px;
background:rgba(27,32,44,0.8);
border:1px solid rgba(255,255,255,0.1);
border-radius:7px;
-webkit-border-radius:7px;
-moz-border-radius:7px;
-khtml-border-radius:7px;
-moz-box-shadow: 0 4px 50px 0 rgba(255,255,255,0.05);
-webkit-box-shadow: 0 4px 50px 0 rgba(255,255,255,0.05);
box-shadow: 0 4px 50px 0 rgba(255,255,255,0.05);
-webkit-transform: translate3d(0,0,0);
-webkit-backdrop-filter:blur(7px);
-moz-backdrop-filter:blur(7px);
-o-backdrop-filter:blur(7px);
backdrop-filter:blur(7px);
}

.menu ul li {
width:100%;
padding:0;
margin:5px 0;
list-style-type:none;
display:block;
float:left;
}

.menu span::before {
content:'';
width:10px;
height:6px;
padding:0;
background:url('/local/templates/main/markup/css/../images/arrow.svg') no-repeat center right;
margin:0;
cursor:pointer;
position:absolute;
top:calc(50% - 3px);
right:0;
z-index:auto;
opacity:0.6;
}

.menu span:hover::before {
opacity:1;
}

.menu a {
    font-family: 'Montserrat', sans-serif;
font-weight:300;
font-style:normal;
text-align:left;
font-size:14px;
line-height:20px;
padding:0;
margin:0 10px;
color:rgba(255,255,255,0.6);
cursor:pointer;
float:left;
position:relative;
}

.menu a::after,
.menu span::after {
content:'';
width:0;
height:1px;
padding:0;
margin:0;
background:#2E78FF;
position:absolute;
left:calc(50% - 10px);
bottom:-3px;
z-index:auto;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-khtml-border-radius:5px;
}

.menu ul li a::after {
left:0;
}

.menu a:hover,
.menu span:hover {
color:#ffffff;
}

.menu a:hover::after,
.menu span:hover::after {
width:20px;
}

.menu span:hover, .menu span:not(:hover),
.menu span:hover::after, .menu span:not(:hover)::after,
.menu span:hover::before, .menu span:not(:hover)::before {
-webkit-transition: All 0.2s ease;
-moz-transition: All 0.2s ease;
-o-transition: All 0.2s ease;
-ms-transition: All 0.2s ease;
transition: All 0.2s ease;
}

.menu-button {
display:none;
width:24px;
height:30px;
padding:0;
margin:5px 0 0 30px;
position:relative;
float:right;
z-index:50;
cursor:pointer;
transition:all .4s;
box-sizing:border-box;
}

.menu-button span {
position:absolute;
height:1px;
border-radius:0;
background:#ffffff;
display:inline-block;
transition:all .4s;
box-sizing:border-box;
}

.menu-button span:nth-of-type(1) {
width:24px;
top:8px;
left:0;
}

.menu-button span:nth-of-type(2) {
width:14px;
top:15px;
right:0;
}

.menu-button span:nth-of-type(3) {
width:24px;
top:22px;
left:0;
}

@media all and (max-width: 1260px) {

#top {
    width:960px;
    padding:15px 0 15px 0;
    margin:0 auto;
    position:relative;
    text-align:center;
    z-index:95;
}

#top a.logo {
    width:160px;
    height:26px;
    padding:0;
    margin:7px 0 0 0;
    position:relative;
    cursor:pointer;
    display:block;
    float:left;
    background:url('/local/templates/main/markup/css/../images/logo.svg') no-repeat 0 0;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

.top-contacts {
    padding:0;
    margin:0;
    position:relative;
    float:right;
}

.top-contacts .tel {
    padding:0;
    margin:10px 0 0 0;
    float:left;
}

.top-contacts .tel a {
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    font-style:normal;
    text-align:left;
    font-size:14px;
    line-height:20px;
    padding:0;
    margin:5px 0 0 0;
    color:#ffffff;
    cursor:pointer;
}

.top-social {
    padding:0;
    margin:0;
    position:relative;
    float:right;
}

.menu {
    padding:0;
    margin:10px auto 0 auto;
    position:relative;
    display:inline-block;
}

.menu a {
    font-family: 'Montserrat', sans-serif;
    font-weight:300;
    font-style:normal;
    text-align:left;
    font-size:14px;
    line-height:20px;
    padding:0;
    margin:0 7px;
    color:rgba(255,255,255,0.6);
    cursor:pointer;
    float:left;
    position:relative;
}

.menu-button {
    display:none;
    width:24px;
    height:30px;
    padding:0;
    margin:5px 0 0 30px;
    position:relative;
    float:right;
    z-index:50;
    cursor:pointer;
    transition:all .4s;
    box-sizing:border-box;
}

}

@media all and (max-width: 1020px) {

#top {
    width:660px;
    padding:15px 0 15px 0;
    margin:0 auto;
    position:relative;
    text-align:center;
    z-index:95;
}

#top a.logo {
    width:160px;
    height:26px;
    padding:0;
    margin:7px 0 0 0;
    position:relative;
    cursor:pointer;
    display:block;
    float:left;
    background:url('/local/templates/main/markup/css/../images/logo.svg') no-repeat 0 0;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

.top-contacts {
    padding:0;
    margin:0;
    position:relative;
    float:right;
}

.top-contacts .tel {
    padding:0;
    margin:10px 0 0 0;
    float:left;
}

.top-contacts .tel a {
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    font-style:normal;
    text-align:left;
    font-size:14px;
    line-height:20px;
    padding:0;
    margin:5px 0 0 0;
    color:#ffffff;
    cursor:pointer;
}

.top-social {
    padding:0;
    margin:0;
    position:relative;
    float:right;
}

.menu {
    display:none;
    padding:20px 30px 30px 30px;
    margin:0 auto;
    position:absolute;
    top:90px;
    right:-7px;
    z-index:auto;
    background:rgba(27,32,44,0.8);
    border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    -khtml-border-radius:7px;
    -moz-box-shadow: 0 4px 50px 0 rgba(255,255,255,0.05);
    -webkit-box-shadow: 0 4px 50px 0 rgba(255,255,255,0.05);
    box-shadow: 0 4px 50px 0 rgba(255,255,255,0.05);
    -webkit-transform: translate3d(0,0,0);
    -webkit-backdrop-filter:blur(7px);
    -moz-backdrop-filter:blur(7px);
    -o-backdrop-filter:blur(7px);
    backdrop-filter:blur(7px);
}

.menu::after {
    content:'';
    position:absolute;
    top:-20px;
    right:10px;
    padding:0;
    margin:0;
    border:10px solid transparent;
    border-bottom:10px solid rgba(27,32,44,0.8);
    z-index:auto;
}

.menu a {
    font-family: 'Montserrat', sans-serif;
    font-weight:300;
    font-style:normal;
    text-align:left;
    font-size:13px;
    line-height:20px;
    padding:0;
    margin:10px 0 0 0;
    color:rgba(255,255,255,0.6);
    cursor:pointer;
    float:none;
    display:block;
    position:relative;
}

.menu a::after {
    display:none;
}

.menu a:hover::after {
    width:0;
}

.menu span {
    font-family: 'Montserrat', sans-serif;
    font-weight:300;
    font-style:normal;
    text-align:left;
    font-size:14px;
    line-height:20px;
    padding:0 15px 0 0;
    margin:0 10px;
    color:rgba(255,255,255,0.6);
    cursor:pointer;
    float:none;
    display:none;
    position:relative;
}

.menu ul {
    display:block;
    position:relative;
    top:auto;
    left:auto;
    z-index:auto;
    width:auto;
    margin:0;
    padding:0;
    background:none;
    border:none;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -khtml-border-radius:0;
    -moz-box-shadow: 0 4px 50px 0 rgba(255,255,255,0);
    -webkit-box-shadow: 0 4px 50px 0 rgba(255,255,255,0);
    box-shadow: 0 4px 50px 0 rgba(255,255,255,0);
    -webkit-transform: translate3d(0,0,0);
    -webkit-backdrop-filter:blur(7px);
    -moz-backdrop-filter:blur(7px);
    -o-backdrop-filter:blur(7px);
    backdrop-filter:blur(7px);
}

.menu ul li {
    width:100%;
    padding:0;
    margin:0;
    list-style-type:none;
    display:block;
    float:none;
}

.menu-button {
    display:block;
    width:24px;
    height:30px;
    padding:0;
    margin:5px 0 0 30px;
    position:relative;
    float:right;
    z-index:50;
    cursor:pointer;
    transition:all .4s;
    box-sizing:border-box;
}
}

@media all and (max-width: 720px) {

#top-w {
    padding:0;
}

#top {
    width:360px;
    padding:15px 0 15px 0;
    margin:0 auto;
    position:relative;
    text-align:center;
    z-index:95;
}

#top a.logo {
    width:160px;
    height:26px;
    padding:0;
    margin:7px 0 0 0;
    position:relative;
    cursor:pointer;
    display:block;
    float:left;
    background:url('/local/templates/main/markup/css/../images/logo.svg') no-repeat 0 0;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

.top-contacts {
    padding:0;
    margin:0;
    position:relative;
    float:right;
}
        
.top-contacts .tel {
    padding:0;
    margin:0;
    float:right;
}                
        
.top-contacts .tel br {
    display:none;
}

.top-contacts .tel a {
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    font-style:normal;
    text-align:left;
    font-size:0;
    line-height:20px;
    width:40px;
    height:40px;
    padding:0;
    margin:0;
    color:#ffffff;
    cursor:pointer;
    float:right;
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -khtml-border-radius:100%;
    background:url('/local/templates/main/markup/css/../images/tel.svg') no-repeat center center rgba(255,255,255,0.1);
    -webkit-background-size: 16px 14px;
    -moz-background-size: 16px 14px;
    -o-background-size: 16px 14px;
    background-size: 16px 14px;
}

.top-social {
    padding:0;
    margin:0;
    position:relative;
    float:right;
}

#top .telegram-button {
    width:40px;
    height:40px;
    padding:0;
    margin:0 5px 0 0;
    cursor:pointer;
    float:right;
    background:#2E78FF;
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -khtml-border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

#top .whatsapp-button {
    width:40px;
    height:40px;
    padding:0;
    margin:0 5px 0 0;
    cursor:pointer;
    float:right;
    background:#25D366;
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -khtml-border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.top-social a.whatsapp {
    margin:0;
    background:#25D366;
}

.top-social a.telegram {
    margin:0 0 0 5px;
}

.menu {
    display:none;
    padding:20px 30px 30px 30px;
    margin:0 auto;
    position:absolute;
    top:90px;
    right:-7px;
    z-index:auto;
    background:rgba(27,32,44,0.8);
    border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    -khtml-border-radius:7px;
    -moz-box-shadow: 0 4px 50px 0 rgba(255,255,255,0.05);
    -webkit-box-shadow: 0 4px 50px 0 rgba(255,255,255,0.05);
    box-shadow: 0 4px 50px 0 rgba(255,255,255,0.05);
    -webkit-transform: translate3d(0,0,0);
    -webkit-backdrop-filter:blur(7px);
    -moz-backdrop-filter:blur(7px);
    -o-backdrop-filter:blur(7px);
    backdrop-filter:blur(7px);
}

.menu::after {
    content:'';
    position:absolute;
    top:-20px;
    right:10px;
    padding:0;
    margin:0;
    border:10px solid transparent;
    border-bottom:10px solid rgba(27,32,44,0.8);
    z-index:auto;
}

.menu a {
    font-family: 'Montserrat', sans-serif;
    font-weight:300;
    font-style:normal;
    text-align:left;
    font-size:13px;
    line-height:20px;
    padding:0;
    margin:10px 0 0 0;
    color:rgba(255,255,255,0.6);
    cursor:pointer;
    float:none;
    display:block;
    position:relative;
}

.menu a::after {
    display:none;
}

.menu a:hover::after {
    width:0;
}

.menu-button {
    display:block;
    width:24px;
    height:30px;
    padding:0;
    margin:5px 0 0 20px;
    position:relative;
    float:right;
    z-index:50;
    cursor:pointer;
    transition:all .4s;
    box-sizing:border-box;
}
}
*/


/* thank-you */

#page-2 {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

#footer-w-2 {
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    border-bottom: 5px solid #2E78FF;
}

#thank-you-w {
    width: 100%;
    padding: 0 0 120px 0;
    margin: 0;
    position: relative;
}

.blur-9 {
    width: 1691px;
    height: 1609px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -700px;
    left: calc(50% - 1260px);
    z-index: 1;
    background: url('/local/templates/main/markup/css/../images/blur-1.png') no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.element-5 {
    width: 2783px;
    height: 1537px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -50px;
    left: calc(50% - 660px);
    z-index: 1;
    background: url('/local/templates/main/markup/css/../images/element.png') no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    opacity: 1;
}

.img-7 {
    width: 530px;
    position: absolute;
    top: -180px;
    left: calc(50% - 600px);
    z-index: 4;
}

.img-8 {
    width: 444px;
    position: absolute;
    top: 330px;
    right: calc(50% - 870px);
    z-index: 4;
}

.img-9 {
    width: 444px;
    position: absolute;
    top: 380px;
    left: calc(50% - 800px);
    z-index: 4;
}

#thank-you {
    width: 1180px;
    padding: 140px 0 140px 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 5;
}

#thank-you a.logo {
    width: 180px;
    height: 30px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    display: block;
    background: url('/local/templates/main/markup/css/../images/logo.svg') no-repeat 0 0;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

#thank-you h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-size: 48px;
    line-height: 58px;
    padding: 0;
    margin: 100px auto 0 auto;
    position: relative;
    color: #ffffff;
}

#thank-you h2 span {
    color: #2E78FF;
}

#thank-you h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    padding: 0;
    margin: 40px 0 0 0;
    color: rgba(255, 255, 255, 0.6);
}

#thank-you a.button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    width: 280px;
    height: 60px;
    padding: 0;
    margin: 60px auto 0 auto;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ffffff;
    background-image: linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    position: relative;
    display: block;
}

#thank-you a.button:hover {
    background-image: linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -moz-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -o-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -ms-linear-gradient(to right, #2E78FF, #2E78FF);
}

#thank-you a.button:active {
    background-image: linear-gradient(to right, #4663BE, #4663BE);
    background-image: -webkit-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -moz-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -o-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -ms-linear-gradient(to right, #4663BE, #4663BE);
}

#thank-you a.button:hover,
#thank-you a.button:not(:hover),
#thank-you a.button:active,
#thank-you a.button:not(:active) {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

@media all and (max-width: 1260px) {

    #thank-you-w {
        width: 100%;
        padding: 0 0 120px 0;
        margin: 0;
        position: relative;
    }

    .blur-9 {
        width: 1691px;
        height: 1609px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: -700px;
        left: calc(50% - 1260px);
        z-index: 1;
        background: url('/local/templates/main/markup/css/../images/blur-1.png') no-repeat center center;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
    }

    .element-5 {
        width: 2783px;
        height: 1537px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: -50px;
        left: calc(50% - 660px);
        z-index: 1;
        background: url('/local/templates/main/markup/css/../images/element.png') no-repeat center center;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        opacity: 1;
    }

    .img-7 {
        width: 530px;
        position: absolute;
        top: -180px;
        left: calc(50% - 500px);
        z-index: 4;
    }

    .img-8 {
        width: 444px;
        position: absolute;
        top: 330px;
        right: calc(50% - 770px);
        z-index: 4;
    }

    .img-9 {
        width: 444px;
        position: absolute;
        top: 380px;
        left: calc(50% - 700px);
        z-index: 4;
    }

    #thank-you {
        width: 960px;
        padding: 140px 0 140px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #thank-you a.logo {
        width: 180px;
        height: 30px;
        padding: 0;
        margin: 0 auto;
        position: relative;
        cursor: pointer;
        display: block;
        background: url('/local/templates/main/markup/css/../images/logo.svg') no-repeat 0 0;
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
    }

    #thank-you h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        text-align: center;
        font-size: 40px;
        line-height: 50px;
        padding: 0;
        margin: 80px auto 0 auto;
        position: relative;
        color: #ffffff;
    }

    #thank-you h2 span {
        color: #2E78FF;
    }

    #thank-you h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        padding: 0;
        margin: 30px 0 0 0;
        color: rgba(255, 255, 255, 0.6);
    }

    #thank-you a.button {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 60px;
        width: 280px;
        height: 60px;
        padding: 0;
        margin: 60px auto 0 auto;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #ffffff;
        background-image: linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
        border: none;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
        position: relative;
        display: block;
    }
}

@media all and (max-width: 1020px) {

    #thank-you-w {
        width: 100%;
        padding: 0 0 120px 0;
        margin: 0;
        position: relative;
    }

    .blur-9 {
        width: 1691px;
        height: 1609px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: -700px;
        left: calc(50% - 1260px);
        z-index: 1;
        background: url('/local/templates/main/markup/css/../images/blur-1.png') no-repeat center center;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
    }

    .element-5 {
        width: 2783px;
        height: 1537px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: -50px;
        left: calc(50% - 660px);
        z-index: 1;
        background: url('/local/templates/main/markup/css/../images/element.png') no-repeat center center;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        opacity: 1;
    }

    .img-7 {
        width: 530px;
        position: absolute;
        top: -210px;
        left: calc(50% - 400px);
        z-index: 4;
    }

    .img-8 {
        width: 444px;
        position: absolute;
        top: 330px;
        right: calc(50% - 670px);
        z-index: 4;
    }

    .img-9 {
        width: 444px;
        position: absolute;
        top: 240px;
        left: calc(50% - 640px);
        z-index: 4;
    }

    #thank-you {
        width: 660px;
        padding: 120px 0 120px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #thank-you a.logo {
        width: 180px;
        height: 30px;
        padding: 0;
        margin: 0 auto;
        position: relative;
        cursor: pointer;
        display: block;
        background: url('/local/templates/main/markup/css/../images/logo.svg') no-repeat 0 0;
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
    }

    #thank-you h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        text-align: center;
        font-size: 38px;
        line-height: 46px;
        padding: 0;
        margin: 60px auto 0 auto;
        position: relative;
        color: #ffffff;
    }

    #thank-you h2 span {
        color: #2E78FF;
    }

    #thank-you h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 17px;
        line-height: 28px;
        padding: 0;
        margin: 30px 0 0 0;
        color: rgba(255, 255, 255, 0.6);
    }

    #thank-you a.button {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 60px;
        width: 280px;
        height: 60px;
        padding: 0;
        margin: 40px auto 0 auto;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #ffffff;
        background-image: linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
        border: none;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
        position: relative;
        display: block;
    }
}

@media all and (max-width: 720px) {

    #thank-you-w {
        width: 100%;
        padding: 0 0 160px 0;
        margin: 0;
        position: relative;
    }

    .blur-9 {
        width: 1691px;
        height: 1609px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: -700px;
        left: calc(50% - 1260px);
        z-index: 1;
        background: url('/local/templates/main/markup/css/../images/blur-1.png') no-repeat center center;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
    }

    .element-5 {
        width: 2783px;
        height: 1537px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: -50px;
        left: calc(50% - 660px);
        z-index: 1;
        background: url('/local/templates/main/markup/css/../images/element.png') no-repeat center center;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        opacity: 1;
    }

    .img-7 {
        width: 300px;
        position: absolute;
        top: -110px;
        left: calc(50% - 260px);
        z-index: 4;
    }

    .img-8 {
        width: 300px;
        position: absolute;
        top: 430px;
        right: calc(50% - 470px);
        z-index: 4;
    }

    .img-9 {
        width: 300px;
        position: absolute;
        top: 300px;
        left: calc(50% - 440px);
        z-index: 4;
    }

    #thank-you {
        width: 360px;
        padding: 120px 0 120px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #thank-you a.logo {
        width: 180px;
        height: 30px;
        padding: 0;
        margin: 0 auto;
        position: relative;
        cursor: pointer;
        display: block;
        background: url('/local/templates/main/markup/css/../images/logo.svg') no-repeat 0 0;
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
    }

    #thank-you h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        padding: 0;
        margin: 60px auto 0 auto;
        position: relative;
        color: #ffffff;
    }

    #thank-you h2 span {
        color: #2E78FF;
    }

    #thank-you h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
        padding: 0;
        margin: 30px 0 0 0;
        color: rgba(255, 255, 255, 0.6);
    }

    #thank-you a.button {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 60px;
        width: 280px;
        height: 60px;
        padding: 0;
        margin: 40px auto 0 auto;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #ffffff;
        background-image: linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
        border: none;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
        position: relative;
        display: block;
    }
}

/* box-1 */

#box-1-w {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.blur-1 {
    width: 1691px;
    height: 1609px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -700px;
    left: calc(50% - 600px);
    z-index: 1;
    background: url('/local/templates/main/markup/css/../images/blur-1.png') no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.blur-2 {
    width: 1302px;
    height: 1243px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -100px;
    left: calc(50% - 1200px);
    z-index: 1;
    background: url('/local/templates/main/markup/css/../images/blur-2.png') no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.element-1 {
    width: 2783px;
    height: 1537px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -50px;
    left: calc(50% - 660px);
    z-index: 1;
    background: url('/local/templates/main/markup/css/../images/element.png') no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    opacity: 1;
}

#box-1 {
    width: 1180px;
    padding: 170px 0 60px 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 5;
}

#box-1 h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 48px;
    line-height: 58px;
    max-width: 550px;
    padding: 0;
    margin: 0;
    position: relative;
    color: #ffffff;
}

#box-1 h1 span {
    color: #2E78FF;
}

#box-1 h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 22px;
    line-height: 32px;
    max-width: 470px;
    padding: 0;
    margin: 20px 0 0 0;
    color: rgba(255, 255, 255, 0.6);
}

#box-1 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 40px;
    color: #ffffff;
    float: left;
}

.p1-1 {
    margin: 50px 0 0 0;
    background: url('/local/templates/main/markup/css/../images/icon-1.svg') no-repeat 0 3px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
}

.p1-2 {
    margin: 50px 30px 0 30px;
    background: url('/local/templates/main/markup/css/../images/icon-2.svg') no-repeat 0 3px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
}

.p1-3 {
    margin: 50px 0 0 0;
    background: url('/local/templates/main/markup/css/../images/icon-3.svg') no-repeat 0 3px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
}

#box-1 p span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.button-1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    width: 280px;
    height: 60px;
    padding: 0;
    margin: 50px 0 0 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ffffff;
    background-image: linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    position: relative;
    float: left;
}

.button-1:hover {
    background-image: linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -moz-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -o-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -ms-linear-gradient(to right, #2E78FF, #2E78FF);
}

.button-1:active {
    background-image: linear-gradient(to right, #4663BE, #4663BE);
    background-image: -webkit-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -moz-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -o-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -ms-linear-gradient(to right, #4663BE, #4663BE);
}

.button-1:hover,
.button-1:not(:hover),
.button-1:active,
.button-1:not(:active) {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

.button-2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 3px 0;
    margin: 70px 0 0 40px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #2E78FF;
    border: none;
    position: relative;
    float: left;
}

.button-2::after {
    content: '';
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #2E78FF;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.button-2:hover {
    color: #4663BE;
}

.button-2:hover::after {
    background: #4663BE;
}

.button-2:hover,
.button-2:not(:hover),
.button-2:hover::after,
.button-2:not(:hover)::after {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

#box-1 h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    padding: 0;
    margin: 15px 0 0 0;
    color: rgba(255, 255, 255, 0.4);
}

.img-1 {
    width: 546px;
    position: absolute;
    top: 170px;
    right: -40px;
    z-index: 4;
}

.img-2 {
    width: 546px;
    position: absolute;
    top: 270px;
    right: -40px;
    z-index: 3;
}

.img-3 {
    width: 546px;
    position: absolute;
    top: 370px;
    right: -40px;
    z-index: 2;
}

@media all and (max-width: 1260px) {

    #box-1-w {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
    }

    .blur-1 {
        top: -700px;
        left: calc(50% - 600px);
    }

    .blur-2 {
        top: -100px;
        left: calc(50% - 1200px);
    }

    .element-1 {
        top: -50px;
        left: calc(50% - 660px);
    }

    #box-1 {
        width: 960px;
        padding: 170px 0 60px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-1 h1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: left;
        font-size: 46px;
        line-height: 54px;
        max-width: 550px;
        padding: 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-1 h1 span {
        color: #2E78FF;
    }

    #box-1 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 20px;
        line-height: 30px;
        max-width: 470px;
        padding: 0;
        margin: 20px 0 0 0;
        color: rgba(255, 255, 255, 0.6);
    }

    #box-1 p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 15px;
        line-height: 24px;
        padding: 0 0 0 40px;
        color: #ffffff;
        float: left;
    }

    .p1-1 {
        margin: 50px 0 0 0;
    }

    .p1-2 {
        margin: 50px 30px 0 30px;
    }

    .p1-3 {
        margin: 50px 0 0 0;
    }

    .button-1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 60px;
        width: 280px;
        height: 60px;
        padding: 0;
        margin: 50px 0 0 0;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #ffffff;
        background-image: linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
        border: none;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
        position: relative;
        float: left;
    }

    .button-2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 3px 0;
        margin: 70px 0 0 40px;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #2E78FF;
        border: none;
        position: relative;
        float: left;
    }

    #box-1 h6 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 12px;
        line-height: 22px;
        padding: 0;
        margin: 15px 0 0 0;
        color: rgba(255, 255, 255, 0.4);
    }

    .img-1 {
        width: 546px;
        position: absolute;
        top: 140px;
        right: -200px;
        z-index: 4;
    }

    .img-2 {
        width: 546px;
        position: absolute;
        top: 240px;
        right: -200px;
        z-index: 3;
    }

    .img-3 {
        width: 546px;
        position: absolute;
        top: 340px;
        right: -200px;
        z-index: 2;
    }
}

@media all and (max-width: 1020px) {

    #box-1-w {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
    }

    .blur-1 {
        top: -700px;
        left: calc(50% - 600px);
    }

    .blur-2 {
        top: 400px;
        left: calc(50% - 800px);
    }

    .element-1 {
        top: -50px;
        left: calc(50% - 760px);
    }

    #box-1 {
        width: 660px;
        padding: 150px 0 630px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-1 h1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 42px;
        line-height: 50px;
        max-width: 550px;
        padding: 0;
        margin: 0 auto;
        position: relative;
        color: #ffffff;
    }

    #box-1 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        max-width: 470px;
        padding: 0;
        margin: 20px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    #box-1 p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 15px;
        line-height: 24px;
        padding: 0 0 0 40px;
        color: #ffffff;
        float: left;
    }

    .p1-1 {
        margin: 50px 0 0 25px;
    }

    .p1-2 {
        margin: 50px 30px 0 30px;
    }

    .p1-3 {
        margin: 50px 0 0 0;
    }

    .button-1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 60px;
        width: 280px;
        height: 60px;
        padding: 0;
        margin: 50px 0 0 100px;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #ffffff;
        background-image: linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
        border: none;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
        position: relative;
        float: left;
    }

    .button-2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 3px 0;
        margin: 70px 0 0 40px;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #2E78FF;
        border: none;
        position: relative;
        float: left;
    }

    #box-1 h6 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 12px;
        line-height: 22px;
        padding: 0;
        margin: 15px 0 0 100px;
        color: rgba(255, 255, 255, 0.4);
    }

    .img-1 {
        width: 546px;
        position: absolute;
        top: 680px;
        right: calc(50% - 273px);
        z-index: 4;
    }

    .img-2 {
        width: 546px;
        position: absolute;
        top: 780px;
        right: calc(50% - 273px);
        z-index: 3;
    }

    .img-3 {
        width: 546px;
        position: absolute;
        top: 880px;
        right: calc(50% - 273px);
        z-index: 2;
    }
}

@media all and (max-width: 720px) {

    #box-1-w {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
    }

    .blur-1 {
        top: -700px;
        left: calc(50% - 600px);
    }

    .blur-2 {
        top: 400px;
        left: calc(50% - 700px);
    }

    .element-1 {
        top: -200px;
        left: calc(50% - 760px);
    }

    #box-1 {
        width: 360px;
        padding: 120px 0 380px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-1 h1 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        max-width: 550px;
        padding: 0;
        margin: 0 auto;
        position: relative;
        color: #ffffff;
    }

    #box-1 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 17px;
        line-height: 24px;
        max-width: 260px;
        padding: 0;
        margin: 20px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    #box-1 p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 15px;
        line-height: 20px;
        padding: 0 0 0 40px;
        color: #ffffff;
        min-width: 160px;
        float: none;
        display: inline-block;
    }

    .p1-1 {
        margin: 30px auto 0 auto;
    }

    .p1-2 {
        margin: 10px auto 0 auto;
    }

    .p1-3 {
        margin: 10px auto 0 auto;
    }

    .button-1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 60px;
        width: 280px;
        height: 60px;
        padding: 0;
        margin: 30px auto 0 auto;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #ffffff;
        background-image: linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
        border: none;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
        position: relative;
        float: none;
    }

    .button-2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 3px 0;
        margin: 15px auto 0 auto;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #2E78FF;
        border: none;
        position: relative;
        float: none;
        display: inline-block;
    }

    #box-1 h6 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
        padding: 0;
        margin: 15px auto 0 auto;
        color: rgba(255, 255, 255, 0.4);
    }

    .img-1 {
        width: 360px;
        position: absolute;
        top: 700px;
        right: calc(50% - 180px);
        z-index: 4;
    }

    .img-2 {
        width: 360px;
        position: absolute;
        top: 760px;
        right: calc(50% - 180px);
        z-index: 3;
    }

    .img-3 {
        width: 360px;
        position: absolute;
        top: 820px;
        right: calc(50% - 180px);
        z-index: 2;
    }
}

/* box-2 */

#box-2-w {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.blur-4 {
    width: 1691px;
    height: 1609px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 150px;
    left: calc(50% - 1370px);
    z-index: 1;
    background: url('/local/templates/main/markup/css/../images/blur-1.png') no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

#box-2 {
    width: 1180px;
    padding: 110px 0 60px 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 5;
}

#box-2 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    padding: 0 0 20px 0;
    margin: 0;
    position: relative;
    color: #ffffff;
}

#box-2 h2 span {
    color: #2E78FF;
}

#box-2 h2::after {
    content: '';
    width: 180px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #2E78FF;
    position: absolute;
    bottom: 0;
    left: calc(50% - 90px);
    z-index: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#box-2 h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 30px auto 0 auto;
    color: rgba(255, 255, 255, 0.6);
}

.box-2-w {
    width: calc(100% + 20px);
    padding: 0;
    margin: 80px 0 0 -10px;
    position: relative;
    text-align: center;
    z-index: 5;
}

.box-2 {
    width: 300px;
    min-height: 240px;
    padding: 40px;
    margin: 0 10px;
    position: relative;
    background: rgba(27, 32, 44, 0.8);
    -moz-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    float: left;
}

.box-2::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -webkit-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -moz-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -o-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -ms-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.box-2-icon {
    width: 100px;
    height: 100px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 7;
    background-image: linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
    border-top-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -khtml-border-top-right-radius: 7px;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -khtml-border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottom-left-radius: 100px;
    -khtml-border-bottom-left-radius: 100px;
}

.box-2-icon::after {
    content: '';
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 33px;
    right: 28px;
    z-index: 8;
}

.box-2-1 .box-2-icon::after {
    background: url('/local/templates/main/markup/css/../images/icon-4.svg') no-repeat center center;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
}

.box-2-2 .box-2-icon::after {
    background: url('/local/templates/main/markup/css/../images/icon-5.svg') no-repeat center center;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
}

.box-2-3 .box-2-icon::after {
    background: url('/local/templates/main/markup/css/../images/icon-6.svg') no-repeat center center;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
}

.box-2 h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 90px;
    line-height: 90px;
    padding: 0;
    margin: 0;
    position: relative;
    color: rgba(255, 255, 255, 0.1);
    z-index: 7;
}

.box-2 h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    padding: 0;
    margin: 10px 0 0 0;
    position: relative;
    color: #ffffff;
    z-index: 7;
}

.box-2 h3 span {
    color: #2E78FF;
}

.box-2 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 10px 0 0 0;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 7;
}

@media all and (max-width: 1260px) {
    #box-2-w {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
    }

    .blur-4 {
        top: 150px;
        left: calc(50% - 1370px);
    }

    #box-2 {
        width: 960px;
        padding: 110px 0 60px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-2 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 40px;
        line-height: 50px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-2 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-2 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .box-2-w {
        width: calc(100% + 30px);
        padding: 0;
        margin: 80px 0 0 -15px;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    .box-2 {
        width: 240px;
        min-height: 260px;
        padding: 30px;
        margin: 0 15px;
        position: relative;
        background: rgba(27, 32, 44, 0.8);
        -moz-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        -webkit-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
        float: left;
    }

    .box-2 h5 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 90px;
        line-height: 90px;
        padding: 0;
        margin: 0;
        position: relative;
        color: rgba(255, 255, 255, 0.1);
        z-index: 7;
    }

    .box-2 h3 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: left;
        font-size: 18px;
        line-height: 26px;
        padding: 0;
        margin: 10px 0 0 0;
        position: relative;
        color: #ffffff;
        z-index: 7;
    }

    .box-2 p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 15px;
        line-height: 24px;
        padding: 0;
        margin: 10px 0 0 0;
        color: rgba(255, 255, 255, 0.6);
        position: relative;
        z-index: 7;
    }

}

@media all and (max-width: 1020px) {
    #box-2-w {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
    }

    .blur-4 {
        top: 150px;
        left: calc(50% - 1370px);
    }

    #box-2 {
        width: 660px;
        padding: 110px 0 60px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-2 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 38px;
        line-height: 46px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-2 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-2 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 17px;
        line-height: 28px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .box-2-w {
        width: 100%;
        padding: 0;
        margin: 80px 0 0 0;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    .box-2 {
        width: calc(100% - 80px);
        min-height: 10px;
        padding: 40px;
        margin: 0;
        position: relative;
        background: rgba(27, 32, 44, 0.8);
        -moz-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        -webkit-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
        float: left;
    }

    .box-2.box-2-1 {
        margin: 0;
    }

    .box-2.box-2-2 {
        margin: 20px 0 0 0;
    }

    .box-2.box-2-3 {
        margin: 20px 0 0 0;
    }

    .box-2 h5 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 90px;
        line-height: 90px;
        padding: 0;
        margin: 0;
        position: relative;
        color: rgba(255, 255, 255, 0.1);
        z-index: 7;
    }

    .box-2 h3 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: left;
        font-size: 18px;
        line-height: 26px;
        padding: 0;
        margin: 10px 0 0 0;
        position: relative;
        color: #ffffff;
        z-index: 7;
    }

    .box-2 h3 br {
        display: none;
    }

    .box-2 p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 15px;
        line-height: 24px;
        max-width: 280px;
        padding: 0;
        margin: 10px 0 0 0;
        color: rgba(255, 255, 255, 0.6);
        position: relative;
        z-index: 7;
    }
}

@media all and (max-width: 720px) {
    #box-2-w {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
    }

    .blur-4 {
        top: 150px;
        left: calc(50% - 970px);
    }

    #box-2 {
        width: 360px;
        padding: 80px 0 30px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-2 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-2 h2 br {
        display: none;
    }

    #box-2 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-2 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    #box-2 h4 br {
        display: none;
    }

    .box-2-w {
        width: 100%;
        padding: 0;
        margin: 40px 0 0 0;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    .box-2 {
        width: calc(100% - 80px);
        min-height: 10px;
        padding: 40px;
        margin: 0;
        position: relative;
        background: rgba(27, 32, 44, 0.8);
        -moz-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        -webkit-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
        float: left;
    }

    .box-2.box-2-1 {
        margin: 0;
    }

    .box-2.box-2-2 {
        margin: 20px 0 0 0;
    }

    .box-2.box-2-3 {
        margin: 20px 0 0 0;
    }

    .box-2 h5 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 90px;
        line-height: 90px;
        padding: 0;
        margin: 0;
        position: relative;
        color: rgba(255, 255, 255, 0.1);
        z-index: 7;
    }

    .box-2 h3 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: left;
        font-size: 18px;
        line-height: 26px;
        padding: 0;
        margin: 10px 0 0 0;
        position: relative;
        color: #ffffff;
        z-index: 7;
    }

    .box-2 h3 br {
        display: block;
    }

    .box-2 p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 15px;
        line-height: 24px;
        max-width: 280px;
        padding: 0;
        margin: 10px 0 0 0;
        color: rgba(255, 255, 255, 0.6);
        position: relative;
        z-index: 7;
    }
}

/* box-3 */

#box-3-w {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.blur-5 {
    width: 1992px;
    height: 1649px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -200px;
    right: calc(50% - 1470px);
    z-index: 1;
    background: url('/local/templates/main/markup/css/../images/blur-3.png') no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

#box-3 {
    width: 1180px;
    padding: 110px 0 60px 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 5;
}

#box-3 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    padding: 0 0 20px 0;
    margin: 0;
    position: relative;
    color: #ffffff;
}

#box-3 h2 span {
    color: #2E78FF;
}

#box-3 h2::after {
    content: '';
    width: 180px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #2E78FF;
    position: absolute;
    bottom: 0;
    left: calc(50% - 90px);
    z-index: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#box-3 h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    max-width: 500px;
    padding: 0;
    margin: 30px auto 0 auto;
    color: rgba(255, 255, 255, 0.6);
}

.box-3-w {
    width: calc(100% + 20px);
    padding: 0;
    margin: 80px 0 0 -10px;
    position: relative;
}
.box-3__row {
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 width: 100%;
}
.box-3__top {
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
 margin-bottom: 37px;
}
.box-3__bottom {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 text-align: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding-bottom: 20px;
}
.box-3 {
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-orient: vertical;
 -moz-box-orient: vertical;
 -ms-flex-direction: column;
 -webkit-flex-direction: column;
 flex-direction: column;
    width: calc(25% - 20px);
    /*min-height:620px;*/
    margin: 0 10px;
    position: relative;
    float: left;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

#box-3 h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    padding: 0;
    margin: 40px 0 0 0;
    color: rgba(255, 255, 255, 0.6);
}

.box-3::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -webkit-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -moz-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -o-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -ms-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px);
    -o-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    opacity: 0.5;
}

.box-3::before {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -webkit-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -moz-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -o-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -ms-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px);
    -o-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    opacity: 0.5;
}

.box-3 h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 80px;
    width: 100%;
    height: 80px;
    padding: 0;
    margin: 0;
    color: #ffffff;
    position: relative;
    z-index: 8;
    border-top-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -khtml-border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-top-left-radius: 7px;
    -khtml-border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -khtml-border-bottom-left-radius: 0;
}

.box-3-1 h3 {
    background: rgba(46, 120, 255, 0.4);
}

.box-3-2 h3 {
    background: rgba(46, 120, 255, 0.1);
}

.box-3-3 h3 {
    background: rgba(46, 120, 255, 0.7);
}

.box-3-4 h3 {
    background: rgba(46, 120, 255, 1);
}

.box-3-5 h3 {
    background: #4663BE;
}

.box-3 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    padding: 0 0 0 30px;
    margin: 20px 20px 0 20px;
    color: rgba(255, 255, 255, 0.8);
    background: url('/local/templates/main/markup/css/../images/check.svg') no-repeat 0 3px;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    -o-background-size: 14px auto;
    background-size: 14px auto;
    position: relative;
    z-index: 8;
}

.box-3 h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #ffffff;
    z-index: 8;
}

.sp-3-1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 13px;
    line-height: 28px;
    text-decoration: line-through;
    display: inline-block;
    opacity: 0.6;
}

.sp-3-2 {
    /* color:#2E78FF; */
}

.button-3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    width: calc(100% - 40px);
    height: 60px;
    padding: 0;
    margin: 15px 0 10px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ffffff;
    background-image: linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    display: block;
    z-index: 10;
}

.button-3:hover {
    background-image: linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -moz-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -o-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -ms-linear-gradient(to right, #2E78FF, #2E78FF);
}

.button-3:active {
    background-image: linear-gradient(to right, #4663BE, #4663BE);
    background-image: -webkit-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -moz-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -o-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -ms-linear-gradient(to right, #4663BE, #4663BE);
}

.button-3:hover,
.button-3:not(:hover),
.button-3:active,
.button-3:not(:active),
.button__buy-3:hover,
.button__buy-3:not(:hover),
.button__buy-3:active,
.button__buy-3:not(:active) {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}
.button__buy-3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    width: calc(100% - 40px);
    height: 60px;
    padding: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ffffff;
    background-image: linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -moz-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -o-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -ms-linear-gradient(to right, #2E78FF, #2E78FF);
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    display: block;
    z-index: 10;
   }
   .button__buy-3:hover {
    background-image: linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
   }
   .button__buy-3:active {
    background-image: linear-gradient(to right, #4663BE, #4663BE);
    background-image: -webkit-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -moz-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -o-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -ms-linear-gradient(to right, #4663BE, #4663BE);
   }



.info-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    z-index: 10;
}

.info-button:hover {
    color: #2E78FF;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.info-button:hover,
.info-button:not(:hover) {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

.info-box-w {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 10;
}

.info-box {
    width: calc(100% - 80px);
    max-width: 780px;
    padding: 40px;
    margin: 60px auto 0 auto;
    position: relative;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    display: none;
}

.info-box .line-i {
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 40px auto 40px auto;
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.2);
}

.info-box::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -webkit-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -moz-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -o-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -ms-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px);
    -o-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    opacity: 0.5;
}

.info-box::before {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -webkit-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -moz-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -o-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -ms-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px);
    -o-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    opacity: 0.5;
}

.info-box h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    color: #ffffff;
    position: relative;
    z-index: 11;
}

.info-box h3 span {
    color: #2E78FF;
}

.info-box h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    color: #2E78FF;
    position: relative;
    z-index: 11;
}


.info-box p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 11;
}

.info-box p span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.info-box-close {
    width: 14px;
    height: 14px;
    overflow: hidden;
    float: right;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 207;
}

.info-box-close::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 1px;
    background: #ffffff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
    left: 0;
    z-index: 208;
}

.info-box-close::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 1px;
    background: #ffffff;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
    left: 0;
    z-index: 208;
}

.info-box-close:hover::after,
.info-box-close:hover::before {
    background: #2E78FF;
}

.info-box-close:hover,
.info-box-close:not(:hover),
.info-box-close:hover::before,
.info-box-close:not(:hover)::before,
.info-box-close:hover::after,
.info-box-close:not(:hover)::after {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

@media all and (max-width: 1260px) {

    .blur-5 {
        top: -200px;
        right: calc(50% - 1470px);
    }

    #box-3 {
        width: 960px;
        padding: 110px 0 60px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-3 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 40px;
        line-height: 50px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-3 h2 span {
        color: #2E78FF;
    }

    #box-3 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-3 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        max-width: 500px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .box-3-w {
        width: 100%;
        padding: 0;
        margin: 60px 0 0 0;
        position: relative;
    }

    .box-3 {
        width: calc(25% - 20px);
        margin: 20px 10px 0 10px;
        position: relative;
        float: left;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    #box-3 h6 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 12px;
        line-height: 24px;
        padding: 0;
        margin: 40px 0 0 10px;
        color: rgba(255, 255, 255, 0.6);
    }

    .box-3 h3 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 80px;
        width: 100%;
        height: 80px;
        padding: 0;
        margin: 0;
        color: #ffffff;
        position: relative;
        z-index: 8;
        border-top-right-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -moz-border-top-right-radius: 7px;
        -khtml-border-top-right-radius: 7px;
        border-top-left-radius: 7px;
        -webkit-border-top-left-radius: 7px;
        -moz-border-top-left-radius: 7px;
        -khtml-border-top-left-radius: 7px;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
        -khtml-border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        -khtml-border-bottom-left-radius: 0;
    }

    .box-3 p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 15px;
        line-height: 24px;
        padding: 0 0 0 30px;
        margin: 20px 20px 0 20px;
        color: rgba(255, 255, 255, 0.8);
        background: url('/local/templates/main/markup/css/../images/check.svg') no-repeat 0 3px;
        -webkit-background-size: 14px auto;
        -moz-background-size: 14px auto;
        -o-background-size: 14px auto;
        background-size: 14px auto;
        position: relative;
        z-index: 8;
    }

    .box-3 h5 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        width: 100%;
        padding: 0;
        margin: 0;
        color: #ffffff;
        z-index: 8;
    }

    .button-3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 60px;
        width: calc(100% - 40px);
        height: 60px;
        padding: 0;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #ffffff;
        background-image: linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
        border: none;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
        display: block;
        z-index: 10;
    }

}

@media all and (max-width: 1020px) {

    .blur-5 {
        top: -200px;
        right: calc(50% - 1470px);
    }

    #box-3 {
        width: 660px;
        padding: 110px 0 60px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-3 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 38px;
        line-height: 46px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-3 h2 span {
        color: #2E78FF;
    }

    #box-3 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-3 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 17px;
        line-height: 28px;
        max-width: 480px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .box-3-w {
        width: 100%;
        padding: 0;
        margin: 60px 0 0 0;
        position: relative;
    }

    .box-3 {
        width: 100%;
        margin: 20px 0 0 0;
        position: relative;
        float: left;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    #box-3 h6 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 12px;
        line-height: 24px;
        padding: 0;
        margin: 40px 0 0 0;
        color: rgba(255, 255, 255, 0.6);
    }

    .box-3 h3 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 80px;
        width: 100%;
        height: 80px;
        padding: 0;
        margin: 0;
        color: #ffffff;
        position: relative;
        z-index: 8;
        border-top-right-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -moz-border-top-right-radius: 7px;
        -khtml-border-top-right-radius: 7px;
        border-top-left-radius: 7px;
        -webkit-border-top-left-radius: 7px;
        -moz-border-top-left-radius: 7px;
        -khtml-border-top-left-radius: 7px;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
        -khtml-border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        -khtml-border-bottom-left-radius: 0;
    }

    .box-3 p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 15px;
        line-height: 24px;
        padding: 0 0 0 30px;
        margin: 20px 20px 0 20px;
        color: rgba(255, 255, 255, 0.8);
        background: url('/local/templates/main/markup/css/../images/check.svg') no-repeat 0 3px;
        -webkit-background-size: 14px auto;
        -moz-background-size: 14px auto;
        -o-background-size: 14px auto;
        background-size: 14px auto;
        position: relative;
        z-index: 8;
    }

    .box-3 h5 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        width: 100%;
        padding: 0;
        margin: 0;
        color: #ffffff;
        z-index: 8;
    }

    .button-3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 60px;
        width: calc(100% - 40px);
        height: 60px;
        padding: 0;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #ffffff;
        background-image: linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
        border: none;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
        display: block;
        z-index: 10;
    }
}

@media all and (max-width: 720px) {

    .blur-5 {
        top: -200px;
        right: calc(50% - 1470px);
    }

    #box-3 {
        width: 360px;
        padding: 80px 0 30px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-3 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-3 h2 br {
        display: none;
    }

    #box-3 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-3 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        max-width: 480px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .box-3-w {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
    }

    .box-3 {
        width: 100%;
        min-height: 10px;
        margin: 40px 0 0 0;
        position: relative;
        float: left;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .box-3 h3 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 80px;
        width: 100%;
        height: 80px;
        padding: 0;
        margin: 0;
        color: #ffffff;
        position: relative;
        z-index: 8;
        border-top-right-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -moz-border-top-right-radius: 7px;
        -khtml-border-top-right-radius: 7px;
        border-top-left-radius: 7px;
        -webkit-border-top-left-radius: 7px;
        -moz-border-top-left-radius: 7px;
        -khtml-border-top-left-radius: 7px;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
        -khtml-border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        -khtml-border-bottom-left-radius: 0;
    }

    .box-3 p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 15px;
        line-height: 24px;
        padding: 0 0 0 30px;
        margin: 20px 20px 0 20px;
        color: rgba(255, 255, 255, 0.8);
        background: url('/local/templates/main/markup/css/../images/check.svg') no-repeat 0 3px;
        -webkit-background-size: 14px auto;
        -moz-background-size: 14px auto;
        -o-background-size: 14px auto;
        background-size: 14px auto;
        position: relative;
        z-index: 8;
    }

    .box-3 h5 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        width: 100%;
        padding: 0;
        margin: 0;
        color: #ffffff;
        z-index: 8;
    }

    .button-3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 60px;
        width: calc(100% - 40px);
        height: 60px;
        padding: 0;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #ffffff;
        background-image: linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
        border: none;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
        display: block;
        z-index: 10;
    }
}

/* box-4 */

#box-4-w {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.element-2 {
    width: 2783px;
    height: 1537px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -100px;
    right: calc(50% - 800px);
    z-index: 1;
    background: url('/local/templates/main/markup/css/../images/element.png') no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    opacity: 0.6;
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}

#box-4 {
    width: 1180px;
    padding: 40px 0 120px 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 5;
}

#box-4 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    padding: 0 0 20px 0;
    margin: 0;
    position: relative;
    color: #ffffff;
}

#box-4 h2 span {
    color: #2E78FF;
}

#box-4 h2::after {
    content: '';
    width: 180px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #2E78FF;
    position: absolute;
    bottom: 0;
    left: calc(50% - 90px);
    z-index: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#box-4 h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    max-width: 740px;
    padding: 0;
    margin: 30px auto 0 auto;
    color: rgba(255, 255, 255, 0.6);
}

.box-4 {
    width: 100%;
    padding: 20px 0 40px 0;
    margin: 100px auto 0 auto;
    position: relative;
    text-align: center;
    z-index: 5;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.button-4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    width: 360px;
    height: 60px;
    padding: 0;
    margin: 60px auto 0 auto;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ffffff;
    background-image: linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    display: block;
    position: relative;
    z-index: 10;
}

.button-4:hover {
    background-image: linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -moz-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -o-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -ms-linear-gradient(to right, #2E78FF, #2E78FF);
}

.button-4:active {
    background-image: linear-gradient(to right, #4663BE, #4663BE);
    background-image: -webkit-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -moz-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -o-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -ms-linear-gradient(to right, #4663BE, #4663BE);
}

.button-4:hover,
.button-4:not(:hover),
.button-4:active,
.button-4:not(:active) {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

.box-4::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -webkit-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -moz-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -o-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -ms-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px);
    -o-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.box-4::before {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -webkit-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -moz-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -o-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -ms-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px);
    -o-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.bg-1 {
    width: 290px;
    height: calc(100% + 20px);
    padding: 0;
    margin: 0;
    position: absolute;
    top: -10px;
    right: 550px;
    z-index: 2;
    background: #1D2941;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.bg-2 {
    width: 280px;
    height: calc(100% + 40px);
    padding: 0;
    margin: 0;
    position: absolute;
    top: -20px;
    right: 280px;
    z-index: 3;
    background: #1D2941;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.bg-3 {
    width: 290px;
    height: calc(100% + 20px);
    padding: 0;
    margin: 0;
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 2;
    background: #1D2941;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.bg::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-image: linear-gradient(to right, rgba(29, 76, 176, 0.28) -8.62%, rgba(29, 76, 176, 0) 68.52%);
    background-image: -webkit-linear-gradient(to right, rgba(29, 76, 176, 0.28) -8.62%, rgba(29, 76, 176, 0) 68.52%);
    background-image: -moz-linear-gradient(to right, rgba(29, 76, 176, 0.28) -8.62%, rgba(29, 76, 176, 0) 68.52%);
    background-image: -o-linear-gradient(to right, rgba(29, 76, 176, 0.28) -8.62%, rgba(29, 76, 176, 0) 68.52%);
    background-image: -ms-linear-gradient(to right, rgba(29, 76, 176, 0.28) -8.62%, rgba(29, 76, 176, 0) 68.52%);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.p4-1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    width: 260px;
    padding: 0 40px;
    margin: 20px 0 0 0;
    color: #ffffff;
    float: left;
    position: relative;
    z-index: 10;
}

.p4-1 br {
    display: none;
}

.p4-2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    width: 200px;
    padding: 0 40px;
    margin: 20px 0 0 0;
    color: #2E78FF;
    float: left;
    position: relative;
    z-index: 10;
}

.p4-3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    width: 200px;
    padding: 0 40px;
    margin: 20px 0 0 0;
    color: #ffffff;
    float: left;
    position: relative;
    z-index: 10;
}

.p4-3 span {
    font-size: 13px;
}

#box-4 h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
    padding: 0;
    margin: 80px 0 0 0;
    color: rgba(255, 255, 255, 0.6);
}

#box-4 h6 a {
    display: inline-block;
    cursor: pointer;
    color: #2E78FF;
}

.br360 {
    display: none;
}

@media all and (max-width: 1260px) {

    .element-2 {
        top: -100px;
        right: calc(50% - 800px);
    }

    #box-4 {
        width: 960px;
        padding: 40px 0 120px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-4 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 40px;
        line-height: 50px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-4 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-4 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        max-width: 740px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .box-4 {
        width: 100%;
        padding: 20px 0 40px 0;
        margin: 100px auto 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .bg-1 {
        width: 250px;
        height: calc(100% + 20px);
        padding: 0;
        margin: 0;
        position: absolute;
        top: -10px;
        right: 470px;
        z-index: 2;
        background: #1D2941;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .bg-2 {
        width: 240px;
        height: calc(100% + 40px);
        padding: 0;
        margin: 0;
        position: absolute;
        top: -20px;
        right: 240px;
        z-index: 3;
        background: #1D2941;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .bg-3 {
        width: 250px;
        height: calc(100% + 20px);
        padding: 0;
        margin: 0;
        position: absolute;
        top: -10px;
        right: 0;
        z-index: 2;
        background: #1D2941;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .p4-1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 15px;
        line-height: 24px;
        width: 180px;
        padding: 0 30px;
        margin: 20px 0 0 0;
        color: #ffffff;
        float: left;
        position: relative;
        z-index: 10;
    }

    .p4-2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: left;
        font-size: 20px;
        line-height: 24px;
        width: 180px;
        padding: 0 30px;
        margin: 20px 0 0 0;
        color: #2E78FF;
        float: left;
        position: relative;
        z-index: 10;
    }

    .p4-3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 15px;
        line-height: 24px;
        width: 180px;
        padding: 0 30px;
        margin: 20px 0 0 0;
        color: #ffffff;
        float: left;
        position: relative;
        z-index: 10;
    }

    .p4-3 span {
        font-size: 13px;
    }

    #box-4 h6 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 12px;
        line-height: 24px;
        padding: 0;
        margin: 80px 0 0 0;
        color: rgba(255, 255, 255, 0.6);
    }
}

@media all and (max-width: 1020px) {

    .element-2 {
        top: -100px;
        right: calc(50% - 800px);
    }

    #box-4 {
        width: 660px;
        padding: 40px 0 120px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-4 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 38px;
        line-height: 46px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-4 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-4 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 17px;
        line-height: 28px;
        max-width: 740px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .box-4 {
        width: 100%;
        padding: 20px 0 40px 0;
        margin: 100px auto 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .bg-1 {
        width: 165px;
        height: calc(100% + 20px);
        padding: 0;
        margin: 0;
        position: absolute;
        top: -10px;
        right: 330px;
        z-index: 2;
        background: #1D2941;
        border-top-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-top-right-radius: 0;
        -khtml-border-top-right-radius: 0;
        border-top-left-radius: 7px;
        -webkit-border-top-left-radius: 7px;
        -moz-border-top-left-radius: 7px;
        -khtml-border-top-left-radius: 7px;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
        -khtml-border-bottom-right-radius: 0;
        border-bottom-left-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-bottom-left-radius: 7px;
        -khtml-border-bottom-left-radius: 7px;
    }

    .bg-2 {
        width: 165px;
        height: calc(100% + 40px);
        padding: 0;
        margin: 0;
        position: absolute;
        top: -20px;
        right: 165px;
        z-index: 3;
        background: #1D2941;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .bg-3 {
        width: 165px;
        height: calc(100% + 20px);
        padding: 0;
        margin: 0;
        position: absolute;
        top: -10px;
        right: 0;
        z-index: 2;
        background: #1D2941;
        border-top-right-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -moz-border-top-right-radius: 7px;
        -khtml-border-top-right-radius: 7px;
        border-top-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-top-left-radius: 0;
        -khtml-border-top-left-radius: 0;
        border-bottom-right-radius: 7px;
        -webkit-border-bottom-right-radius: 7px;
        -moz-border-bottom-right-radius: 7px;
        -khtml-border-bottom-right-radius: 7px;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        -khtml-border-bottom-left-radius: 0;
    }

    .bg-1::after {
        border-top-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-top-right-radius: 0;
        -khtml-border-top-right-radius: 0;
        border-top-left-radius: 7px;
        -webkit-border-top-left-radius: 7px;
        -moz-border-top-left-radius: 7px;
        -khtml-border-top-left-radius: 7px;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
        -khtml-border-bottom-right-radius: 0;
        border-bottom-left-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-bottom-left-radius: 7px;
        -khtml-border-bottom-left-radius: 7px;
    }

    .bg-3::after {
        border-top-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-top-right-radius: 0;
        -khtml-border-top-right-radius: 0;
        border-top-left-radius: 7px;
        -webkit-border-top-left-radius: 7px;
        -moz-border-top-left-radius: 7px;
        -khtml-border-top-left-radius: 7px;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
        -khtml-border-bottom-right-radius: 0;
        border-bottom-left-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-bottom-left-radius: 7px;
        -khtml-border-bottom-left-radius: 7px;
    }

    .p4-1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 14px;
        line-height: 24px;
        width: 125px;
        padding: 0 20px;
        margin: 20px 0 0 0;
        color: #ffffff;
        float: left;
        position: relative;
        z-index: 10;
    }

    .p4-2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: left;
        font-size: 14px;
        line-height: 24px;
        width: 125px;
        padding: 0 20px;
        margin: 20px 0 0 0;
        color: #2E78FF;
        float: left;
        position: relative;
        z-index: 10;
    }

    .p4-3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 14px;
        line-height: 24px;
        width: 125px;
        padding: 0 20px;
        margin: 20px 0 0 0;
        color: #ffffff;
        float: left;
        position: relative;
        z-index: 10;
    }

    .p4-3 span {
        font-size: 13px;
    }

    #box-4 h6 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 12px;
        line-height: 24px;
        padding: 0;
        margin: 80px 0 0 0;
        color: rgba(255, 255, 255, 0.6);
    }
}

@media all and (max-width: 720px) {

    .element-2 {
        top: -100px;
        right: calc(50% - 800px);
    }

    #box-4 {
        width: 360px;
        padding: 40px 0 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-4 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-4 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-4 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        max-width: 740px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .box-4 {
        width: calc(100% + 30px);
        padding: 0 0 20px 0;
        margin: 80px 0 0 -15px;
        position: relative;
        text-align: center;
        z-index: 5;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .box-4::after {
        display: none;
    }

    .box-4::before {
        display: none;
    }

    .bg-1 {
        width: 95px;
        height: calc(100% + 20px);
        padding: 0;
        margin: 0;
        position: absolute;
        top: -10px;
        right: 190px;
        z-index: 2;
        background: #1D2941;
        border-top-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-top-right-radius: 0;
        -khtml-border-top-right-radius: 0;
        border-top-left-radius: 7px;
        -webkit-border-top-left-radius: 7px;
        -moz-border-top-left-radius: 7px;
        -khtml-border-top-left-radius: 7px;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
        -khtml-border-bottom-right-radius: 0;
        border-bottom-left-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-bottom-left-radius: 7px;
        -khtml-border-bottom-left-radius: 7px;
    }

    .bg-2 {
        width: 95px;
        height: calc(100% + 40px);
        padding: 0;
        margin: 0;
        position: absolute;
        top: -20px;
        right: 95px;
        z-index: 3;
        background: #1D2941;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .bg-3 {
        width: 95px;
        height: calc(100% + 20px);
        padding: 0;
        margin: 0;
        position: absolute;
        top: -10px;
        right: 0;
        z-index: 2;
        background: #1D2941;
        border-top-right-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -moz-border-top-right-radius: 7px;
        -khtml-border-top-right-radius: 7px;
        border-top-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-top-left-radius: 0;
        -khtml-border-top-left-radius: 0;
        border-bottom-right-radius: 7px;
        -webkit-border-bottom-right-radius: 7px;
        -moz-border-bottom-right-radius: 7px;
        -khtml-border-bottom-right-radius: 7px;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        -khtml-border-bottom-left-radius: 0;
    }

    .p4-1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 12px;
        line-height: 20px;
        width: 100px;
        padding: 0;
        margin: 20px 5px 0 0;
        color: #ffffff;
        float: left;
        position: relative;
        z-index: 10;
    }

    .p4-1 br {
        display: block;
    }

    .p4-2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        width: 85px;
        padding: 0 5px;
        margin: 20px 0 0 0;
        color: #2E78FF;
        float: left;
        position: relative;
        z-index: 10;
    }

    .p4-3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        width: 85px;
        padding: 0 5px;
        margin: 20px 0 0 0;
        color: #ffffff;
        float: left;
        position: relative;
        z-index: 10;
    }

    .p4-3 span {
        font-size: 13px;
    }

    #box-4 h6 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 12px;
        line-height: 24px;
        max-width: 300px;
        padding: 0;
        margin: 80px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .br360 {
        display: block;
    }
}

/* box-5 */

#box-5-w {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    background: url('/local/templates/main/markup/css/../images/bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 5;
}

#box-5-w::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(27, 32, 44, 0.5);
}

#box-5 {
    width: 1180px;
    padding: 110px 0 120px 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 5;
}

#box-5 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    padding: 0 0 20px 0;
    margin: 0;
    position: relative;
    color: #ffffff;
}

#box-5 h2 span {
    color: #2E78FF;
}

#box-5 h2::after {
    content: '';
    width: 180px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #2E78FF;
    position: absolute;
    bottom: 0;
    left: calc(50% - 90px);
    z-index: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#box-5 h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    max-width: 650px;
    padding: 0;
    margin: 30px auto 0 auto;
    color: rgba(255, 255, 255, 0.6);
}

.box-5-w {
    width: 1020px;
    padding: 0;
    margin: 80px auto 0 auto;
    position: relative;
    text-align: center;
}

.box-5-w::after {
    content: '';
    width: 180px;
    height: 1000px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    left: calc(50% - 90px);
    z-index: 1;
    background: url('/local/templates/main/markup/css/../images/dotted-line.svg') no-repeat top center;
}

.box-5 {
    width: 380px;
    padding: 40px;
    position: relative;
    z-index: 5;
    background: rgba(27, 32, 44, 0.8);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.box-5-1 {
    margin: 0;
    float: left;
}

.box-5-2 {
    margin: 100px 0 0 0;
    float: right;
}

.box-5-3 {
    margin: 100px 0 0 0;
    float: left;
}

.box-5-4 {
    margin: 100px 0 0 0;
    float: right;
}

.box-5-5 {
    margin: 100px 0 0 0;
    float: left;
}

.box-5-6 {
    margin: 100px 0 0 0;
    float: right;
}

.box-5::before {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px);
    -o-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.box-5::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -webkit-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -moz-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -o-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -ms-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.box-5-icon {
    width: 100px;
    height: 100px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 7;
    background-image: linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
    border-top-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -khtml-border-top-right-radius: 7px;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -khtml-border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    border-bottom-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-bottom-left-radius: 100px;
    -khtml-border-bottom-left-radius: 100px;
}

.box-5-icon::after {
    content: '';
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 33px;
    right: 28px;
    z-index: 8;
}

.box-5-1 .box-5-icon::after {
    background: url('/local/templates/main/markup/css/../images/icon-7.svg') no-repeat center center;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
}

.box-5-2 .box-5-icon::after {
    background: url('/local/templates/main/markup/css/../images/icon-8.svg') no-repeat center center;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
}

.box-5-3 .box-5-icon::after {
    background: url('/local/templates/main/markup/css/../images/icon-9.svg') no-repeat center center;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
}

.box-5-4 .box-5-icon::after {
    background: url('/local/templates/main/markup/css/../images/icon-10.svg') no-repeat center center;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
}

.box-5-5 .box-5-icon::after {
    background: url('/local/templates/main/markup/css/../images/icon-11.svg') no-repeat center center;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
}

.box-5-6 .box-5-icon::after {
    background: url('/local/templates/main/markup/css/../images/icon-12.svg') no-repeat center center;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
}

.box-5 h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 90px;
    line-height: 90px;
    padding: 0;
    margin: 0;
    position: relative;
    color: rgba(255, 255, 255, 0.1);
    z-index: 7;
}

.box-5 h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    padding: 0;
    margin: 10px 0 0 0;
    position: relative;
    color: #ffffff;
    z-index: 7;
}

.box-5 h3 span {
    color: #2E78FF;
}

.box-5 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    margin: 10px 0 0 0;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 7;
}

.box-5-7 {
    width: 380px;
    padding: 0;
    margin: 81px 0 0 0;
    position: relative;
    z-index: 5;
    float: left;
}

.box-5-7 h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
}

.sp5-1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    color: #ffffff;
}

.sp5-2 {
    color: #2E78FF;
}

.button-5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    width: 280px;
    height: 60px;
    padding: 0;
    margin: 30px 0 0 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ffffff;
    background-image: linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    position: relative;
    float: left;
}

.button-5:hover {
    background-image: linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -moz-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -o-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -ms-linear-gradient(to right, #2E78FF, #2E78FF);
}

.button-5:active {
    background-image: linear-gradient(to right, #4663BE, #4663BE);
    background-image: -webkit-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -moz-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -o-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -ms-linear-gradient(to right, #4663BE, #4663BE);
}

.button-5:hover,
.button-5:not(:hover),
.button-5:active,
.button-5:not(:active) {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

@media all and (max-width: 1260px) {

    #box-5 {
        width: 960px;
        padding: 110px 0 120px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-5 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 40px;
        line-height: 50px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-5 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-5 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        max-width: 650px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .box-5-w {
        width: 960px;
        padding: 0;
        margin: 80px auto 0 auto;
        position: relative;
        text-align: center;
    }

    .box-5-w::after {
        content: '';
        width: 180px;
        height: 1000px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50px;
        left: calc(50% - 90px);
        z-index: 1;
        background: url('/local/templates/main/markup/css/../images/dotted-line.svg') no-repeat top center;
    }

    .box-5 {
        width: 380px;
        padding: 40px;
        position: relative;
        z-index: 5;
        background: rgba(27, 32, 44, 0.8);
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .box-5-1 {
        margin: 0;
        float: left;
    }

    .box-5-2 {
        margin: 100px 0 0 0;
        float: right;
    }

    .box-5-3 {
        margin: 100px 0 0 0;
        float: left;
    }

    .box-5-4 {
        margin: 100px 0 0 0;
        float: right;
    }

    .box-5-5 {
        margin: 100px 0 0 0;
        float: left;
    }

    .box-5-6 {
        margin: 100px 0 0 0;
        float: right;
    }

    .box-5 h5 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 90px;
        line-height: 90px;
        padding: 0;
        margin: 0;
        position: relative;
        color: rgba(255, 255, 255, 0.1);
        z-index: 7;
    }

    .box-5 h3 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: left;
        font-size: 20px;
        line-height: 28px;
        padding: 0;
        margin: 10px 0 0 0;
        position: relative;
        color: #ffffff;
        z-index: 7;
    }

    .box-5 p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 16px;
        line-height: 26px;
        padding: 0;
        margin: 10px 0 0 0;
        color: rgba(255, 255, 255, 0.6);
        position: relative;
        z-index: 7;
    }

    .box-5-7 {
        width: 380px;
        padding: 0;
        margin: 81px 0 0 0;
        position: relative;
        z-index: 5;
        float: left;
    }

    .box-5-7 h3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 18px;
        line-height: 28px;
        padding: 0;
        margin: 0;
        color: rgba(255, 255, 255, 0.6);
        position: relative;
    }

    .sp5-1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        display: inline-block;
        color: #ffffff;
    }

    .button-5 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 60px;
        width: 280px;
        height: 60px;
        padding: 0;
        margin: 30px 0 0 0;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #ffffff;
        background-image: linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
        border: none;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
        position: relative;
        float: left;
    }

}

@media all and (max-width: 1020px) {

    #box-5 {
        width: 660px;
        padding: 110px 0 120px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-5 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 38px;
        line-height: 46px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-5 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-5 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 17px;
        line-height: 28px;
        max-width: 610px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .box-5-w {
        width: 100%;
        padding: 0;
        margin: 80px auto 0 auto;
        position: relative;
        text-align: center;
    }

    .box-5-w::after {
        display: none;
    }

    .box-5 {
        width: calc(100% - 80px);
        padding: 40px;
        position: relative;
        z-index: 5;
        background: rgba(27, 32, 44, 0.8);
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .box-5-1 {
        margin: 0;
        float: left;
    }

    .box-5-2 {
        margin: 20px 0 0 0;
        float: right;
    }

    .box-5-3 {
        margin: 20px 0 0 0;
        float: left;
    }

    .box-5-4 {
        margin: 20px 0 0 0;
        float: right;
    }

    .box-5-5 {
        margin: 20px 0 0 0;
        float: left;
    }

    .box-5-6 {
        margin: 20px 0 0 0;
        float: right;
    }

    .box-5 h5 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 90px;
        line-height: 90px;
        padding: 0;
        margin: 0;
        position: relative;
        color: rgba(255, 255, 255, 0.1);
        z-index: 7;
    }

    .box-5 h3 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: left;
        font-size: 20px;
        line-height: 28px;
        padding: 0;
        margin: 10px 0 0 0;
        position: relative;
        color: #ffffff;
        z-index: 7;
    }

    .box-5 h3 br {
        display: none;
    }

    .box-5 p br {
        display: none;
    }

    .box-5 p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 16px;
        line-height: 26px;
        padding: 0;
        margin: 10px 0 0 0;
        color: rgba(255, 255, 255, 0.6);
        position: relative;
        z-index: 7;
    }

    .box-5-7 {
        width: 100%;
        padding: 0;
        margin: 80px 0 0 0;
        position: relative;
        z-index: 5;
        float: left;
        text-align: center;
    }

    .box-5-7 h3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        padding: 0;
        margin: 0;
        color: rgba(255, 255, 255, 0.6);
        position: relative;
    }

    .sp5-1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        display: inline-block;
        color: #ffffff;
    }

    .button-5 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 60px;
        width: 280px;
        height: 60px;
        padding: 0;
        margin: 30px auto 0 auto;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #ffffff;
        background-image: linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
        border: none;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
        position: relative;
        float: none;
    }

}

@media all and (max-width: 720px) {

    #box-5 {
        width: 360px;
        padding: 80px 0 90px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-5 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        max-width: 310px;
        padding: 0 0 20px 0;
        margin: 0 auto;
        position: relative;
        color: #ffffff;
    }

    #box-5 h2 br {
        display: none;
    }

    #box-5 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-5 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        max-width: 320px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .box-5-w {
        width: 100%;
        padding: 0;
        margin: 40px auto 0 auto;
        position: relative;
        text-align: center;
    }

    .box-5-w::after {
        display: none;
    }

    .box-5 {
        width: calc(100% - 60px);
        padding: 30px;
        position: relative;
        z-index: 5;
        background: rgba(27, 32, 44, 0.8);
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .box-5-1 {
        margin: 0;
        float: left;
    }

    .box-5-2 {
        margin: 20px 0 0 0;
        float: right;
    }

    .box-5-3 {
        margin: 20px 0 0 0;
        float: left;
    }

    .box-5-4 {
        margin: 20px 0 0 0;
        float: right;
    }

    .box-5-5 {
        margin: 20px 0 0 0;
        float: left;
    }

    .box-5-6 {
        margin: 20px 0 0 0;
        float: right;
    }

    .box-5 h5 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 90px;
        line-height: 90px;
        padding: 0;
        margin: 0;
        position: relative;
        color: rgba(255, 255, 255, 0.1);
        z-index: 7;
    }

    .box-5 h3 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: left;
        font-size: 20px;
        line-height: 28px;
        padding: 0;
        margin: 10px 0 0 0;
        position: relative;
        color: #ffffff;
        z-index: 7;
    }

    .box-5 h3 br {
        display: none;
    }

    .box-5 p br {
        display: none;
    }

    .box-5 p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 16px;
        line-height: 26px;
        padding: 0;
        margin: 10px 0 0 0;
        color: rgba(255, 255, 255, 0.6);
        position: relative;
        z-index: 7;
    }

    .box-5-7 {
        width: 100%;
        padding: 0;
        margin: 60px 0 0 0;
        position: relative;
        z-index: 5;
        float: left;
        text-align: center;
    }

    .box-5-7 h3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        padding: 0;
        margin: 0;
        color: rgba(255, 255, 255, 0.6);
        position: relative;
    }

    .sp5-1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        display: inline-block;
        color: #ffffff;
    }

    .button-5 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 60px;
        width: 280px;
        height: 60px;
        padding: 0;
        margin: 30px auto 0 auto;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #ffffff;
        background-image: linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
        border: none;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
        position: relative;
        float: none;
    }

}

/* box-6 */

#box-6-w {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.element-3 {
    width: 2783px;
    height: 1537px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    left: calc(50% - 500px);
    z-index: 1;
    background: url('/local/templates/main/markup/css/../images/element.png') no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    opacity: 0.6;
    -moz-transform: rotate(-150deg);
    -ms-transform: rotate(-150deg);
    -webkit-transform: rotate(-150deg);
    -o-transform: rotate(-150deg);
    transform: rotate(-150deg);
}

.blur-6 {
    width: 1691px;
    height: 1609px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -700px;
    left: calc(50% - 1370px);
    z-index: 1;
    background: url('/local/templates/main/markup/css/../images/blur-1.png') no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

#box-6 {
    width: 1180px;
    padding: 110px 0 60px 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 5;
}

#box-6 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    padding: 0 0 20px 0;
    margin: 0;
    position: relative;
    color: #ffffff;
}

#box-6 h2 span {
    color: #2E78FF;
}

#box-6 h2::after {
    content: '';
    width: 180px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #2E78FF;
    position: absolute;
    bottom: 0;
    left: calc(50% - 90px);
    z-index: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#box-6 h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    max-width: 680px;
    padding: 0;
    margin: 30px auto 0 auto;
    color: rgba(255, 255, 255, 0.6);
}

.faq-w {
    width: 860px;
    padding: 0;
    margin: 80px auto 0 auto;
    position: relative;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.faq-w::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -webkit-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -moz-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -o-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -ms-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px);
    -o-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    opacity: 0.5;
}

.faq-w::before {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -webkit-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -moz-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -o-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -ms-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px);
    -o-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    opacity: 0.5;
}

.faq {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.faq .line {
    width: calc(100% - 60px);
    height: 1px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    z-index: 10;
}

.faq h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    padding: 35px 80px 30px 30px;
    margin: 0;
    color: #ffffff;
    position: relative;
}

.faq h3::after {
    content: '';
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
    background: url('/local/templates/main/markup/css/../images/faq-arrow.svg') no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: auto;
}

.faq p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 0 80px 30px 30px;
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    display: none;
}

.faq-active h3 {
    color: #2E78FF;
}

.faq-active h3::after {
    background: url('/local/templates/main/markup/css/../images/faq-arrow-blue.svg') no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq h3:hover,
.faq h3:not(:hover),
.faq h3:hover::after,
.faq h3:not(:hover)::after {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

@media all and (max-width: 1260px) {

    .element-3 {
        top: 50px;
        left: calc(50% - 500px);
    }

    .blur-6 {
        top: -700px;
        left: calc(50% - 1370px);
    }

    #box-6 {
        width: 960px;
        padding: 110px 0 60px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-6 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 40px;
        line-height: 50px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-6 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-6 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        max-width: 680px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .faq-w {
        width: 860px;
        padding: 0;
        margin: 80px auto 0 auto;
        position: relative;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .faq {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 10;
        cursor: pointer;
    }

    .faq .line {
        width: calc(100% - 60px);
        height: 1px;
        padding: 0;
        margin: 0 auto;
        position: relative;
        background: rgba(255, 255, 255, 0.1);
        z-index: 10;
    }

    .faq h3 {
        font-size: 18px;
        line-height: 28px;
        padding: 35px 80px 30px 30px;
    }

    .faq h3::after {
        top: 40px;
        right: 30px;
    }

    .faq p {
        font-size: 16px;
        line-height: 24px;
        padding: 0 80px 30px 30px;
        margin: 0;
    }

}

@media all and (max-width: 1020px) {

    .element-3 {
        top: 50px;
        left: calc(50% - 600px);
    }

    .blur-6 {
        top: -700px;
        left: calc(50% - 1370px);
    }

    #box-6 {
        width: 660px;
        padding: 110px 0 60px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-6 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 38px;
        line-height: 46px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-6 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-6 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 17px;
        line-height: 28px;
        max-width: 680px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .faq-w {
        width: 100%;
        padding: 0;
        margin: 80px auto 0 auto;
        position: relative;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .faq {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 10;
        cursor: pointer;
    }

    .faq .line {
        width: calc(100% - 60px);
        height: 1px;
        padding: 0;
        margin: 0 auto;
        position: relative;
        background: rgba(255, 255, 255, 0.1);
        z-index: 10;
    }

    .faq h3 {
        font-size: 18px;
        line-height: 28px;
        padding: 35px 80px 30px 30px;
    }

    .faq h3::after {
        top: 40px;
        right: 30px;
    }

    .faq p {
        font-size: 16px;
        line-height: 24px;
        padding: 0 80px 30px 30px;
        margin: 0;
    }
}

@media all and (max-width: 720px) {

    .element-3 {
        top: 50px;
        left: calc(50% - 800px);
    }

    .blur-6 {
        top: -700px;
        left: calc(50% - 1370px);
    }

    #box-6 {
        width: 360px;
        padding: 80px 0 60px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-6 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-6 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-6 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        max-width: 680px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .faq-w {
        width: 100%;
        padding: 0;
        margin: 40px auto 0 auto;
        position: relative;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .faq {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 10;
        cursor: pointer;
    }

    .faq .line {
        width: calc(100% - 60px);
        height: 1px;
        padding: 0;
        margin: 0 auto;
        position: relative;
        background: rgba(255, 255, 255, 0.1);
        z-index: 10;
    }

    .faq h3 {
        font-size: 17px;
        line-height: 24px;
        padding: 30px 80px 30px 30px;
    }

    .faq h3::after {
        top: 35px;
        right: 30px;
    }

    .faq p {
        font-size: 15px;
        line-height: 24px;
        padding: 0 30px 30px 30px;
        margin: 0;
    }
}

/* standart Swiper slider */

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-button-prev:hover,
.swiper-button-prev:not(:hover),
.swiper-button-next:hover,
.swiper-button-next:not(:hover) {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

/* box-9 */

#box-9-w {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

#box-9 {
    width: 1180px;
    padding: 110px 0 60px 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 5;
}

#box-9 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    padding: 0 0 20px 0;
    margin: 0;
    position: relative;
    color: #ffffff;
}

#box-9 h2 span {
    color: #2E78FF;
}

#box-9 h2::after {
    content: '';
    width: 180px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #2E78FF;
    position: absolute;
    bottom: 0;
    left: calc(50% - 90px);
    z-index: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#box-9 h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    max-width: 680px;
    padding: 0;
    margin: 30px auto 0 auto;
    color: rgba(255, 255, 255, 0.6);
}

#box-9 h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    max-width: 680px;
    padding: 0;
    margin: 40px auto 0 auto;
    color: rgba(255, 255, 255, 0.6);
}

#box-9 h6 a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    color: #2E78FF;
    border-bottom: 1px solid #2E78FF;
    cursor: pointer;
}

#box-9 h6 a:hover {
    color: #2E78FF;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.box-9 {
    width: 295px;
    height: 640px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.box-9::after {
    content: '';
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: rgba(28, 27, 45, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.box-9 img {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

.box_9 .swiper-container {
    width: 1870px;
    height: 640px;
    margin: 60px 0 0 -345px;
    padding: 44px 0 0 0;
    position: relative;
    z-index: 10;
}

.box_9 .swiper-button-prev {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: calc(50% - 34px);
    z-index: 41;
    border: none;
    cursor: pointer;
    display: block;
    background: none;
}

.box_9 .swiper-button-next {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: calc(50% - 34px);
    z-index: 41;
    border: none;
    cursor: pointer;
    display: block;
    background: none;
}

.swiper-button-prev svg {
    fill: #ffffff;
}

.swiper-button-next svg {
    fill: #ffffff;
}

.swiper-button-prev:hover svg {
    fill: #2E78FF;
}

.swiper-button-next:hover svg {
    fill: #2E78FF;
}

.swiper-button-next:hover,
.swiper-button-next:not(:hover),
.swiper-button-next:hover svg,
.swiper-button-next:not(:hover) svg,
.swiper-button-prev:hover,
.swiper-button-prev:not(:hover),
.swiper-button-prev:hover svg,
.swiper-button-prev:not(:hover) svg {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

.swiper-pagination {
    display: none;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    display: none;
}

@media all and (max-width: 1260px) {

    #box-9 {
        width: 960px;
        padding: 110px 0 60px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-9 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 40px;
        line-height: 50px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-9 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        max-width: 680px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .review {
        width: 300px;
        padding: 30px 30px 30px 110px;
        margin: 0;
        position: relative;
    }

    .review-img {
        width: 60px;
        height: 60px;
        overflow: hidden;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 30px;
        left: 30px;
        z-index: 10;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -khtml-border-radius: 100%;
    }

    .review h3 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: left;
        font-size: 18px;
        line-height: 28px;
        padding: 0;
        margin: 0;
        color: rgba(255, 255, 255, 1);
        position: relative;
        z-index: 10;
    }

    #box-9 .swiper-container {
        width: 1870px;
        height: 640px;
        margin: 60px 0 0 -455px;
        padding: 44px 0 0 0;
        position: relative;
        z-index: 10;
    }
}

@media all and (max-width: 1020px) {

    #box-9 {
        width: 660px;
        padding: 110px 0 60px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-9 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 38px;
        line-height: 46px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-9 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 17px;
        line-height: 28px;
        max-width: 680px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    .review {
        width: 300px;
        padding: 30px 30px 30px 110px;
        margin: 0;
        position: relative;
    }

    .review-img {
        width: 60px;
        height: 60px;
        overflow: hidden;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 30px;
        left: 30px;
        z-index: 10;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -khtml-border-radius: 100%;
    }

    .review h3 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: left;
        font-size: 18px;
        line-height: 28px;
        padding: 0;
        margin: 0;
        color: rgba(255, 255, 255, 1);
        position: relative;
        z-index: 10;
    }

    #box-9 .swiper-container {
        width: 1870px;
        height: 640px;
        margin: 60px 0 0 -605px;
        padding: 44px 0 0 0;
        position: relative;
        z-index: 10;
    }
}

@media all and (max-width: 720px) {

    #box-9 {
        width: 360px;
        padding: 80px 0 90px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-9 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-9 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
        max-width: 680px;
        padding: 0;
        margin: 30px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    #box-9 h6 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        max-width: 340px;
        padding: 0;
        margin: 60px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
    }

    #box-9 h6 a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        padding: 0;
        margin: 0;
        color: #2E78FF;
        border-bottom: 1px solid #2E78FF;
        cursor: pointer;
    }

    .review {
        width: 260px;
        padding: 30px 30px 30px 30px;
        margin: 0;
        position: relative;
    }

    .review-img {
        width: 60px;
        height: 60px;
        overflow: hidden;
        padding: 0;
        margin: 0 auto;
        position: relative;
        top: auto;
        left: auto;
        z-index: 10;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -khtml-border-radius: 100%;
    }

    .review h3 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 17px;
        line-height: 24px;
        padding: 0;
        margin: 20px 0 0 0;
        color: rgba(255, 255, 255, 1);
        position: relative;
        z-index: 10;
    }

    .review p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 15px;
        line-height: 24px;
        padding: 0;
        margin: 10px 0 0 0;
        color: rgba(255, 255, 255, 0.8);
        position: relative;
        z-index: 10;
    }

    #box-9 .swiper-container {
        width: 1870px;
        height: 640px;
        margin: 60px 0 0 -755px;
        padding: 44px 0 0 0;
        position: relative;
        z-index: 10;
    }
}

/* box-11-12-13 */

#box-11-w,
#box-12-w {
    width: 100%;
    padding: 110px 0 0 0;
    margin: 0;
    position: relative;
}

#box-13-w {
    width: 100%;
    padding: 110px 0 60px 0;
    margin: 0;
    position: relative;
}

#box-11,
#box-13 {
    width: 500px;
    padding: 90px 580px 100px 100px;
    margin: 0 auto;
    position: relative;
    background: url('/local/templates/main/markup/css/../images/blur-4.png') no-repeat bottom right #101920;
    text-align: center;
    z-index: 5;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

#box-12 {
    width: 500px;
    padding: 90px 100px 100px 580px;
    margin: 0 auto;
    position: relative;
    background: url('/local/templates/main/markup/css/../images/blur-4.png') no-repeat bottom right #101920;
    text-align: center;
    z-index: 5;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

#box-11::before,
#box-12::before,
#box-13::before {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('/local/templates/main/markup/css/../images/blur-5.png') no-repeat top left;
    z-index: 1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

#box-11 h2,
#box-12 h2,
#box-13 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 40px;
    line-height: 50px;
    padding: 0 0 20px 0;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 10;
    color: #ffffff;
}

#box-11 h2 span,
#box-12 h2 span,
#box-13 h2 span {
    color: #2E78FF;
}

#box-11 h2::after,
#box-12 h2::after,
#box-13 h2::after {
    content: '';
    width: 180px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #2E78FF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#box-11 p,
#box-12 p,
#box-13 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 20px 0 0 0;
    color: #ffffff;
    position: relative;
    z-index: 10;
}

.button-11,
.button-12,
.button-13 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    width: 320px;
    height: 60px;
    padding: 0;
    margin: 40px 0 0 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ffffff;
    background-image: linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    position: relative;
    z-index: 10;
    float: left;
}

.button-11:hover,
.button-12:hover,
.button-13:hover {
    background-image: linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -moz-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -o-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -ms-linear-gradient(to right, #2E78FF, #2E78FF);
}

.button-11:active,
.button-12:active,
.button-13:active {
    background-image: linear-gradient(to right, #4663BE, #4663BE);
    background-image: -webkit-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -moz-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -o-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -ms-linear-gradient(to right, #4663BE, #4663BE);
}

.button-11:hover,
.button-11:not(:hover),
.button-11:active,
.button-11:not(:active),
.button-12:hover,
.button-12:not(:hover),
.button-12:active,
.button-12:not(:active),
.button-13:hover,
.button-13:not(:hover),
.button-13:active,
.button-13:not(:active) {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

.img-11 {
    content: '';
    width: 650px;
    height: 560px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: -40px;
    bottom: 0;
    background: url('/local/templates/main/markup/css/../images/01.png') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 10;
}

.img-12 {
    content: '';
    width: 650px;
    height: 560px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -40px;
    bottom: 0;
    background: url('/local/templates/main/markup/css/../images/02.png') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 10;
}

.img-13 {
    content: '';
    width: 650px;
    height: 560px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: -40px;
    bottom: 0;
    background: url('/local/templates/main/markup/css/../images/03.png') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 10;
}

@media all and (max-width: 1260px) {

    #box-11-w,
    #box-12-w {
        width: 100%;
        padding: 110px 0 0 0;
        margin: 0;
        position: relative;
    }

    #box-13-w {
        width: 100%;
        padding: 110px 0 60px 0;
        margin: 0;
        position: relative;
    }

    #box-11,
    #box-13 {
        width: 440px;
        padding: 90px 440px 100px 80px;
        margin: 0 auto;
        position: relative;
        background: url('/local/templates/main/markup/css/../images/blur-4.png') no-repeat bottom right #101920;
        text-align: center;
        z-index: 5;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    #box-12 {
        width: 440px;
        padding: 90px 80px 100px 440px;
        margin: 0 auto;
        position: relative;
        background: url('/local/templates/main/markup/css/../images/blur-4.png') no-repeat bottom right #101920;
        text-align: center;
        z-index: 5;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    #box-11 h2,
    #box-12 h2,
    #box-13 h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: left;
        font-size: 40px;
        line-height: 50px;
        padding: 0 0 20px 0;
        margin: 0 0 40px 0;
        position: relative;
        z-index: 10;
        color: #ffffff;
    }

    #box-11 h2::after,
    #box-12 h2::after,
    #box-13 h2::after {
        left: 0;
    }

    #box-11 p,
    #box-12 p,
    #box-13 p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 16px;
        line-height: 24px;
        max-width: 400px;
        padding: 0;
        margin: 20px 0 0 0;
        color: #ffffff;
        position: relative;
        z-index: 10;
    }

    #box-11 p br,
    #box-12 p br,
    #box-13 p br {
        display: none;
    }

    .button-11,
    .button-12,
    .button-13 {
        width: 320px;
        height: 60px;
        padding: 0;
        margin: 40px 0 0 0;
    }

    .img-11 {
        content: '';
        width: 550px;
        height: 460px;
        padding: 0;
        margin: 0;
        position: absolute;
        right: -80px;
        bottom: 0;
        background: url('/local/templates/main/markup/css/../images/01.png') no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: 10;
    }

    .img-12 {
        content: '';
        width: 550px;
        height: 460px;
        padding: 0;
        margin: 0;
        position: absolute;
        left: -80px;
        bottom: 0;
        background: url('/local/templates/main/markup/css/../images/02.png') no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: 10;
    }

    .img-13 {
        content: '';
        width: 550px;
        height: 460px;
        padding: 0;
        margin: 0;
        position: absolute;
        right: -60px;
        bottom: 0;
        background: url('/local/templates/main/markup/css/../images/03.png') no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: 10;
    }

}

@media all and (max-width: 1020px) {

    #box-11-w,
    #box-12-w {
        width: 100%;
        padding: 110px 0 0 0;
        margin: 0;
        position: relative;
    }

    #box-13-w {
        width: 100%;
        padding: 110px 0 60px 0;
        margin: 0;
        position: relative;
    }

    #box-11,
    #box-13 {
        width: 500px;
        padding: 90px 80px 480px 80px;
        margin: 0 auto;
        position: relative;
        background: url('/local/templates/main/markup/css/../images/blur-4.png') no-repeat bottom right #101920;
        text-align: center;
        z-index: 5;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    #box-12 {
        width: 500px;
        padding: 90px 80px 480px 80px;
        margin: 0 auto;
        position: relative;
        background: url('/local/templates/main/markup/css/../images/blur-4.png') no-repeat bottom right #101920;
        text-align: center;
        z-index: 5;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    #box-11 h2,
    #box-12 h2,
    #box-13 h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 40px;
        line-height: 50px;
        padding: 0 0 20px 0;
        margin: 0 auto 40px auto;
        position: relative;
        z-index: 10;
        color: #ffffff;
    }

    #box-11 h2::after,
    #box-12 h2::after,
    #box-13 h2::after {
        left: calc(50% - 90px);
    }

    #box-11 p,
    #box-12 p,
    #box-13 p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        max-width: 400px;
        padding: 0;
        margin: 20px auto 0 auto;
        color: #ffffff;
        position: relative;
        z-index: 10;
    }

    #box-11 p br,
    #box-12 p br,
    #box-13 p br {
        display: none;
    }

    .button-11,
    .button-12,
    .button-13 {
        width: 320px;
        height: 60px;
        padding: 0;
        margin: 40px auto 0 auto;
        float: none;
        display: block;
    }

    .img-11 {
        content: '';
        width: 550px;
        height: 460px;
        padding: 0;
        margin: 0;
        position: absolute;
        right: calc(50% - 275px);
        bottom: 0;
        background: url('/local/templates/main/markup/css/../images/01.png') no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: 10;
    }

    .img-12 {
        content: '';
        width: 550px;
        height: 460px;
        padding: 0;
        margin: 0;
        position: absolute;
        left: calc(50% - 275px);
        bottom: 0;
        background: url('/local/templates/main/markup/css/../images/02.png') no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: 10;
    }

    .img-13 {
        content: '';
        width: 550px;
        height: 460px;
        padding: 0;
        margin: 0;
        position: absolute;
        right: calc(50% - 275px);
        bottom: 0;
        background: url('/local/templates/main/markup/css/../images/03.png') no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: 10;
    }

}

@media all and (max-width: 720px) {

    #box-11-w,
    #box-12-w {
        width: 100%;
        padding: 80px 0 0 0;
        margin: 0;
        position: relative;
    }

    #box-13-w {
        width: 100%;
        padding: 80px 0 20px 0;
        margin: 0;
        position: relative;
    }

    #box-11,
    #box-13 {
        width: 300px;
        padding: 60px 30px 360px 30px;
        margin: 0 auto;
        position: relative;
        background: url('/local/templates/main/markup/css/../images/blur-4.png') no-repeat bottom right #101920;
        text-align: center;
        z-index: 5;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    #box-12 {
        width: 300px;
        padding: 60px 30px 360px 30px;
        margin: 0 auto;
        position: relative;
        background: url('/local/templates/main/markup/css/../images/blur-4.png') no-repeat bottom right #101920;
        text-align: center;
        z-index: 5;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    #box-11 h2,
    #box-12 h2,
    #box-13 h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        padding: 0 0 20px 0;
        margin: 0 auto 40px auto;
        position: relative;
        z-index: 10;
        color: #ffffff;
    }

    #box-11 h2 span,
    #box-12 h2 span,
    #box-13 h2 span {
        display: block;
    }

    #box-11 h2::after,
    #box-12 h2::after,
    #box-13 h2::after {
        left: calc(50% - 90px);
    }

    #box-11 p,
    #box-12 p,
    #box-13 p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        max-width: 400px;
        padding: 0;
        margin: 20px auto 0 auto;
        color: #ffffff;
        position: relative;
        z-index: 10;
    }

    #box-11 p br,
    #box-12 p br,
    #box-13 p br {
        display: none;
    }

    .button-11,
    .button-12,
    .button-13 {
        width: 100%;
        height: 60px;
        padding: 0;
        margin: 40px auto 0 auto;
        float: none;
        display: block;
    }

    .img-11 {
        content: '';
        width: 360px;
        height: 320px;
        padding: 0;
        margin: 0;
        position: absolute;
        right: calc(50% - 180px);
        bottom: 0;
        background: url('/local/templates/main/markup/css/../images/01.png') no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: 10;
    }

    .img-12 {
        content: '';
        width: 360px;
        height: 320px;
        padding: 0;
        margin: 0;
        position: absolute;
        left: calc(50% - 180px);
        bottom: 0;
        background: url('/local/templates/main/markup/css/../images/02.png') no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: 10;
    }

    .img-13 {
        content: '';
        width: 360px;
        height: 320px;
        padding: 0;
        margin: 0;
        position: absolute;
        right: calc(50% - 180px);
        bottom: 0;
        background: url('/local/templates/main/markup/css/../images/03.png') no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: 10;
    }
}

/* box-7 */

#box-7-w {
    width: 100%;
    padding: 110px 0 60px 0;
    margin: 0;
    position: relative;
}

#box-7 {
    width: 500px;
    padding: 90px 100px 100px 580px;
    margin: 0 auto;
    position: relative;
    background: url('/local/templates/main/markup/css/../images/blur-4.png') no-repeat bottom right #101920;
    text-align: center;
    z-index: 5;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

#box-7::before {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('/local/templates/main/markup/css/../images/blur-5.png') no-repeat top left;
    z-index: 1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

#box-7::after {
    content: '';
    width: 505px;
    height: 723px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: url('/local/templates/main/markup/css/../images/phone.png') no-repeat bottom left;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    border-bottom-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-bottom-left-radius: 7px;
    -khtml-border-bottom-left-radius: 7px;
}

.text-7 {
    position: relative;
    z-index: 7;
}

#box-7 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 40px;
    line-height: 50px;
    padding: 0 0 20px 0;
    margin: 0 0 40px 0;
    position: relative;
    color: #ffffff;
}

#box-7 h2 span {
    color: #2E78FF;
}

#box-7 h2::after {
    content: '';
    width: 180px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #2E78FF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#box-7 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 30px;
    max-width: 410px;
    margin: 20px 0 0 0;
    color: #ffffff;
    background: url('/local/templates/main/markup/css/../images/check.svg') no-repeat 0 3px;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    -o-background-size: 14px auto;
    background-size: 14px auto;
}

#box-7 p span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #2E78FF;
}

.button-7 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    width: 280px;
    height: 60px;
    padding: 0;
    margin: 40px 0 0 30px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ffffff;
    background-image: linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    position: relative;
    float: left;
}

.button-7:hover {
    background-image: linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -moz-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -o-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -ms-linear-gradient(to right, #2E78FF, #2E78FF);
}

.button-7:active {
    background-image: linear-gradient(to right, #4663BE, #4663BE);
    background-image: -webkit-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -moz-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -o-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -ms-linear-gradient(to right, #4663BE, #4663BE);
}

.button-7:hover,
.button-7:not(:hover),
.button-7:active,
.button-7:not(:active) {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

@media all and (max-width: 1260px) {

    #box-7-w {
        width: 100%;
        padding: 110px 0 60px 0;
        margin: 0;
        position: relative;
    }

    #box-7 {
        width: 440px;
        padding: 90px 60px 100px 460px;
        margin: 0 auto;
        position: relative;
        background: url('/local/templates/main/markup/css/../images/blur-4.png') no-repeat bottom right #101920;
        text-align: center;
        z-index: 5;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    #box-7::before {
        content: '';
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        background: url('/local/templates/main/markup/css/../images/blur-5.png') no-repeat top left;
        z-index: 1;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    #box-7::after {
        content: '';
        width: 420px;
        height: 760px;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        background: url('/local/templates/main/markup/css/../images/phone.png') no-repeat bottom right;
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
        border-bottom-left-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-bottom-left-radius: 7px;
        -khtml-border-bottom-left-radius: 7px;
    }

    #box-7 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: left;
        font-size: 40px;
        line-height: 50px;
        padding: 0 0 20px 0;
        margin: 0 0 40px 0;
        position: relative;
        color: #ffffff;
    }

    #box-7 h2 br {
        display: none;
    }

    #box-7 h2::after {
        width: 180px;
        left: 0;
    }

    #box-7 p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 0 30px;
        max-width: 410px;
        margin: 20px 0 0 0;
        color: #ffffff;
        background: url('/local/templates/main/markup/css/../images/check.svg') no-repeat 0 3px;
        -webkit-background-size: 14px auto;
        -moz-background-size: 14px auto;
        -o-background-size: 14px auto;
        background-size: 14px auto;
    }

    .button-7 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 60px;
        width: 280px;
        height: 60px;
        padding: 0;
        margin: 40px 0 0 30px;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #ffffff;
        background-image: linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
        border: none;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
        position: relative;
        float: left;
    }
}

@media all and (max-width: 1020px) {

    #box-7-w {
        width: 100%;
        padding: 110px 0 60px 0;
        margin: 0;
        position: relative;
    }

    #box-7 {
        width: 540px;
        padding: 60px 60px 780px 60px;
        margin: 0 auto;
        position: relative;
        background: url('/local/templates/main/markup/css/../images/blur-4.png') no-repeat bottom right #101920;
        text-align: center;
        z-index: 5;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    #box-7::before {
        content: '';
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        background: url('/local/templates/main/markup/css/../images/blur-5.png') no-repeat top left;
        z-index: 1;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    #box-7::after {
        content: '';
        width: 520px;
        height: 700px;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        background: url('/local/templates/main/markup/css/../images/phone.png') no-repeat top center;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        border-bottom-left-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-bottom-left-radius: 7px;
        -khtml-border-bottom-left-radius: 7px;
    }

    #box-7 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 38px;
        line-height: 46px;
        padding: 0 0 20px 0;
        margin: 0 0 40px 0;
        position: relative;
        color: #ffffff;
    }

    #box-7 h2 br {
        display: block;
    }

    #box-7 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-7 p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 0 30px;
        max-width: 540px;
        margin: 20px 0 0 0;
        color: #ffffff;
        background: url('/local/templates/main/markup/css/../images/check.svg') no-repeat 0 3px;
        -webkit-background-size: 14px auto;
        -moz-background-size: 14px auto;
        -o-background-size: 14px auto;
        background-size: 14px auto;
    }

    .button-7 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 60px;
        width: 280px;
        height: 60px;
        padding: 0;
        margin: 40px auto 0 auto;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #ffffff;
        background-image: linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
        border: none;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
        position: relative;
        float: none;
    }
}

@media all and (max-width: 720px) {

    #box-7-w {
        width: 100%;
        padding: 30px 0 30px 0;
        margin: 0;
        position: relative;
    }

    #box-7 {
        width: 300px;
        padding: 60px 30px 480px 30px;
        margin: 0 auto;
        position: relative;
        background: url('/local/templates/main/markup/css/../images/blur-4.png') no-repeat bottom right #101920;
        text-align: center;
        z-index: 5;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    #box-7::before {
        content: '';
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        background: url('/local/templates/main/markup/css/../images/blur-5.png') no-repeat top left;
        z-index: 1;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    #box-7::after {
        content: '';
        width: 290px;
        height: 410px;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        background: url('/local/templates/main/markup/css/../images/phone.png') no-repeat top center;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        border-bottom-left-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-bottom-left-radius: 7px;
        -khtml-border-bottom-left-radius: 7px;
    }

    #box-7 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 28px;
        line-height: 34px;
        padding: 0 0 20px 0;
        margin: 0 0 40px 0;
        position: relative;
        color: #ffffff;
    }

    #box-7 h2 br {
        display: none;
    }

    #box-7 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-7 p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 0 30px;
        max-width: 540px;
        margin: 20px 0 0 0;
        color: #ffffff;
        background: url('/local/templates/main/markup/css/../images/check.svg') no-repeat 0 3px;
        -webkit-background-size: 14px auto;
        -moz-background-size: 14px auto;
        -o-background-size: 14px auto;
        background-size: 14px auto;
    }

    .button-7 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 60px;
        width: 100%;
        height: 60px;
        padding: 0;
        margin: 40px auto 0 auto;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #ffffff;
        background-image: linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
        background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
        border: none;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
        position: relative;
        float: none;
    }
}

/* box-8 */

#box-8-w {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.element-4 {
    width: 2783px;
    height: 1537px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -50px;
    right: calc(50% - 800px);
    z-index: 1;
    background: url('/local/templates/main/markup/css/../images/element.png') no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    opacity: 0.6;
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
}

.img-4 {
    width: 530px;
    position: absolute;
    top: 20px;
    right: calc(50% - 870px);
    z-index: 4;
}

.img-5 {
    width: 444px;
    position: absolute;
    top: 400px;
    right: calc(50% - 970px);
    z-index: 4;
}

.img-6 {
    width: 444px;
    position: absolute;
    top: 450px;
    right: calc(50% - 570px);
    z-index: 4;
}

.blur-7 {
    width: 1302px;
    height: 1243px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -700px;
    left: calc(50% - 870px);
    z-index: 1;
    background: url('/local/templates/main/markup/css/../images/blur-2.png') no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    opacity: 0.8;
}

.blur-8 {
    width: 1691px;
    height: 1609px;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -700px;
    right: calc(50% - 1170px);
    z-index: 1;
    background: url('/local/templates/main/markup/css/../images/blur-1.png') no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

#box-8 {
    width: 1180px;
    padding: 110px 0 120px 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 5;
}

#box-8 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    padding: 0 0 20px 0;
    margin: 0;
    position: relative;
    color: #ffffff;
}

#box-8 h2 span {
    color: #2E78FF;
}

#box-8 h2::after {
    content: '';
    width: 180px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #2E78FF;
    position: absolute;
    bottom: 0;
    left: calc(50% - 90px);
    z-index: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#box-8 h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 40px auto 30px auto;
    color: rgba(255, 255, 255, 0.6);
}

#box-8 h4 span {
    margin: 0 auto 10px auto;
    display: inline-block;
}

#box-8 h4 a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 30px;
    line-height: 28px;
    padding: 0;
    margin: 5px auto 0 auto;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
}

#box-8 h4 a:hover {
    color: #2E78FF;
}

#box-8 h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 60px auto 0 auto;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
}

#box-8 h5 a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    padding: 0;
    margin: 10px auto 0 auto;
    position: relative;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
}

#box-8 h5 a:hover {
    color: #2E78FF;
}

.social {
    padding: 0;
    margin: 20px auto 0 auto;
    position: relative;
    display: inline-block;
}

.social a {
    width: 60px;
    height: 60px;
    padding: 0;
    float: left;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -khtml-border-radius: 100%;
}

.social a.telegram {
    margin: 0;
    background: url('/local/templates/main/markup/css/../images/telegram.svg') no-repeat center center rgba(255, 255, 255, 0.1);
    -webkit-background-size: 16px 14px;
    -moz-background-size: 16px 14px;
    -o-background-size: 16px 14px;
    background-size: 16px 14px;
}

.social a.whatsapp {
    margin: 0 0 0 20px;
    background: url('/local/templates/main/markup/css/../images/whatsapp.svg') no-repeat center center rgba(255, 255, 255, 0.1);
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    background-size: 16px 16px;
}

.social a.telegram:hover {
    background: url('/local/templates/main/markup/css/../images/telegram.svg') no-repeat center center #2E78FF;
    -webkit-background-size: 16px 14px;
    -moz-background-size: 16px 14px;
    -o-background-size: 16px 14px;
    background-size: 16px 14px;
}

.social a.whatsapp:hover {
    background: url('/local/templates/main/markup/css/../images/whatsapp.svg') no-repeat center center #2E78FF;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    background-size: 16px 16px;
}

.details {
    width: 740px;
    padding: 40px 40px 35px 40px;
    margin: 80px auto 0 auto;
    position: relative;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.details::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -webkit-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -moz-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -o-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    background-image: -ms-linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px);
    -o-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.details::before {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -webkit-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -moz-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -o-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    background-image: -ms-linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px);
    -o-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.details h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    color: #ffffff;
    position: relative;
    z-index: 10;
}

.details p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    padding: 0;
    margin: 10px 0 0 0;
    color: #ffffff;
    position: relative;
    z-index: 10;
}

.details p span {
    margin: 0 5px 0 0;
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
}

@media all and (max-width: 1260px) {

    .element-4 {
        top: -50px;
        right: calc(50% - 800px);
    }

    .img-4 {
        width: 530px;
        position: absolute;
        top: 20px;
        right: calc(50% - 820px);
        z-index: 4;
    }

    .img-5 {
        width: 444px;
        position: absolute;
        top: 400px;
        right: calc(50% - 920px);
        z-index: 4;
    }

    .img-6 {
        width: 444px;
        position: absolute;
        top: 450px;
        right: calc(50% - 520px);
        z-index: 4;
    }

    .blur-7 {
        top: -700px;
        left: calc(50% - 870px);
    }

    .blur-8 {
        bottom: -700px;
        right: calc(50% - 1170px);
    }

    #box-8 {
        width: 960px;
        padding: 110px 0 120px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-8 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 40px;
        line-height: 50px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-8 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-8 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        padding: 0;
        margin: 40px auto 30px auto;
        color: rgba(255, 255, 255, 0.6);
    }

    #box-8 h4 span {
        margin: 0 auto 10px auto;
        display: inline-block;
    }

    #box-8 h4 a {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 30px;
        line-height: 28px;
        padding: 0;
        margin: 5px auto 0 auto;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
    }

    .social {
        padding: 0;
        margin: 20px auto 0 auto;
        position: relative;
        display: inline-block;
    }

    .details {
        width: 800px;
        padding: 40px 40px 35px 40px;
        margin: 80px auto 0 auto;
        position: relative;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .details h3 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: left;
        font-size: 20px;
        line-height: 28px;
        padding: 0;
        margin: 0;
        color: #ffffff;
        position: relative;
        z-index: 10;
    }

    .details p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 15px;
        line-height: 30px;
        padding: 0;
        margin: 10px 0 0 0;
        color: #ffffff;
        position: relative;
        z-index: 10;
    }

}

@media all and (max-width: 1020px) {

    .element-4 {
        top: -50px;
        right: calc(50% - 800px);
    }

    .img-4 {
        width: 530px;
        position: absolute;
        top: 120px;
        right: calc(50% - 720px);
        z-index: 4;
    }

    .img-5 {
        width: 444px;
        position: absolute;
        top: 420px;
        right: calc(50% - 520px);
        z-index: 4;
    }

    .img-6 {
        width: 444px;
        position: absolute;
        top: 700px;
        right: calc(50% - 420px);
        z-index: 4;
    }

    .blur-7 {
        top: -700px;
        left: calc(50% - 870px);
    }

    .blur-8 {
        bottom: -700px;
        right: calc(50% - 1170px);
    }

    #box-8 {
        width: 660px;
        padding: 110px 0 120px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-8 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 38px;
        line-height: 46px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-8 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-8 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 17px;
        line-height: 28px;
        padding: 0;
        margin: 40px auto 30px auto;
        color: rgba(255, 255, 255, 0.6);
    }

    #box-8 h4 span {
        margin: 0 auto 10px auto;
        display: inline-block;
    }

    #box-8 h4 a {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 26px;
        line-height: 28px;
        padding: 0;
        margin: 5px auto 0 auto;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
    }

    #box-8 h5 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 17px;
        line-height: 28px;
        padding: 0;
        margin: 60px auto 0 auto;
        position: relative;
        color: rgba(255, 255, 255, 0.6);
    }

    #box-8 h5 a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        padding: 0;
        margin: 10px auto 0 auto;
        position: relative;
        color: #ffffff;
        display: inline-block;
        cursor: pointer;
    }

    .social {
        padding: 0;
        margin: 20px auto 0 auto;
        position: relative;
        display: inline-block;
    }

    .details {
        width: calc(100% - 80px);
        padding: 40px 40px 35px 40px;
        margin: 80px auto 0 auto;
        position: relative;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .details h3 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: left;
        font-size: 20px;
        line-height: 28px;
        padding: 0;
        margin: 0;
        color: #ffffff;
        position: relative;
        z-index: 10;
    }

    .details p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 15px;
        line-height: 30px;
        padding: 0;
        margin: 10px 0 0 0;
        color: #ffffff;
        position: relative;
        z-index: 10;
    }

    .details p span {
        margin: 10px 0 0 0;
        display: block;
        color: rgba(255, 255, 255, 0.6);
    }

}

@media all and (max-width: 720px) {

    .element-4 {
        top: -50px;
        right: calc(50% - 1000px);
    }

    .img-4 {
        width: 300px;
        position: absolute;
        top: 170px;
        right: calc(50% - 370px);
        z-index: 4;
    }

    .img-5 {
        width: 300px;
        position: absolute;
        top: 400px;
        right: calc(50% - 320px);
        z-index: 4;
    }

    .img-6 {
        width: 300px;
        position: absolute;
        top: 600px;
        right: calc(50% - 240px);
        z-index: 4;
    }

    .blur-7 {
        top: -700px;
        left: calc(50% - 870px);
    }

    .blur-8 {
        bottom: -700px;
        right: calc(50% - 1170px);
    }

    #box-8 {
        width: 360px;
        padding: 80px 0 90px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }

    #box-8 h2 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    #box-8 h2::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    #box-8 h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        padding: 0;
        margin: 40px auto 30px auto;
        color: rgba(255, 255, 255, 0.6);
    }

    #box-8 h4 span {
        margin: 0 auto 10px auto;
        display: inline-block;
    }

    #box-8 h4 a {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        padding: 0;
        margin: 5px auto 0 auto;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
    }

    #box-8 h5 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        padding: 0;
        margin: 60px auto 0 auto;
        position: relative;
        color: rgba(255, 255, 255, 0.6);
    }

    #box-8 h5 a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        padding: 0;
        margin: 10px auto 0 auto;
        position: relative;
        color: #ffffff;
        display: inline-block;
        cursor: pointer;
    }

    .social {
        padding: 0;
        margin: 20px auto 0 auto;
        position: relative;
        display: inline-block;
    }

    .details {
        width: calc(100% - 80px);
        padding: 30px 30px 25px 30px;
        margin: 40px auto 0 auto;
        position: relative;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }

    .details h3 {

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: left;
        font-size: 20px;
        line-height: 28px;
        padding: 0;
        margin: 0;
        color: #ffffff;
        position: relative;
        z-index: 10;
    }

    .details p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 15px;
        line-height: 24px;
        padding: 0;
        margin: 10px 0 0 0;
        color: #ffffff;
        position: relative;
        z-index: 10;
    }

    .details p span {
        margin: 10px 0 0 0;
        display: block;
        color: rgba(255, 255, 255, 0.6);
    }
}

/* footer */

#footer-w {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    border-bottom: 5px solid #2E78FF;
}

#footer {
    width: 1180px;
    padding: 50px 0 50px 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 5;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.fb-1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    float: left;
}

#footer a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin: 0 40px 0 0;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    float: right;
}

#footer a:hover {
    color: #2E78FF;
}

/* .policy-button {
     font-family: 'Montserrat', sans-serif;
font-weight:300;
    font-style:normal;
    text-align:center;
    font-size:14px;
    line-height:18px;
    padding:0;
    margin:0;
    color:rgba(255,255,255,0.6);
    cursor:pointer;
    float:right;
}

.policy-button:hover {
    color:#2E78FF;
}

.policy-button:hover, .policy-button:not(:hover) {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
} */

@media all and (max-width: 1260px) {

    #footer {
        width: 960px;
        padding: 50px 0 50px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .fb-1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0;
        color: rgba(255, 255, 255, 0.6);
        float: left;
    }

    .policy-button {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0;
        color: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        float: right;
    }

}

@media all and (max-width: 1020px) {

    #footer {
        width: 660px;
        padding: 50px 0 50px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .fb-1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0;
        color: rgba(255, 255, 255, 0.6);
        float: left;
    }

    .policy-button {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0;
        color: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        float: right;
    }

    #footer a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 20px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        float: none;
        display: inline-block;
    }
}

@media all and (max-width: 720px) {

    #footer {
        width: 360px;
        padding: 50px 0 50px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .fb-1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0;
        color: rgba(255, 255, 255, 0.6);
        float: none;
    }

    .policy-button {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 20px auto 0 auto;
        color: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        float: none;
        display: inline-block;
    }
}

/* close */

.close {
    width: 24px;
    height: 24px;
    overflow: hidden;
    float: right;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 207;
}

.close::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 1px;
    background: #ffffff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    left: 0;
    z-index: 208;
}

.close::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 1px;
    background: #ffffff;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 11px;
    left: 0;
    z-index: 208;
}

.close:hover::after,
.close:hover::before {
    background: #2E78FF;
}

.close:hover,
.close:not(:hover),
.close:hover::before,
.close:not(:hover)::before,
.close:hover::after,
.close:not(:hover)::after {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

/* wrapper */

.wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: rgba(27, 34, 40, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 107;
}

/* popups */

.banner-w,
.z-box-w,
.z-box-mw,
.policy-w,
.thnx-w {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0;
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 106;
    display: none;
}

.banner-w::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.z-box-w::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.z-box-mw::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.policy-w::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.thnx-w::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* cookie */

.cookie {
    display: none;
    width: 1120px;
    padding: 30px 30px 30px 30px;
    margin: 0;
    position: fixed;
    left: calc(50% - 590px);
    bottom: 10px;
    z-index: 100;
    text-align: center;
    background: rgba(27, 32, 44, 0.95);
    -moz-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

@media all and (max-width: 1260px) {
    .cookie {
        width: 900px;
        padding: 30px 30px 30px 30px;
        margin: 0;
        position: fixed;
        left: calc(50% - 480px);
        bottom: 10px;
        z-index: 100;
        text-align: center;
        background: rgba(27, 32, 44, 0.95);
        -moz-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        -webkit-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }
}

@media all and (max-width: 1020px) {
    .cookie {
        width: 600px;
        padding: 30px 30px 30px 30px;
        margin: 0;
        position: fixed;
        left: calc(50% - 330px);
        bottom: 10px;
        z-index: 100;
        text-align: center;
        background: rgba(27, 32, 44, 0.95);
        -moz-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        -webkit-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }
}

@media all and (max-width: 720px) {
    .cookie {
        width: 300px;
        padding: 30px 30px 30px 30px;
        margin: 0;
        position: fixed;
        left: calc(50% - 180px);
        bottom: 10px;
        z-index: 100;
        text-align: center;
        background: rgba(27, 32, 44, 0.95);
        -moz-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        -webkit-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }
}

.cookie::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -webkit-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -moz-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -o-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -ms-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.cookie h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    color: #2E78FF;
    position: relative;
    z-index: 10;
}

.cookie p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin: 10px 0 0 0;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 10;
}

.cookie-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    width: 120px;
    height: 40px;
    padding: 0;
    margin: 20px 0 0 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ffffff;
    background-image: linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    position: relative;
    float: left;
    z-index: 20;
}

a.cookie-button-2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    width: 120px;
    height: 38px;
    padding: 0;
    margin: 20px 0 0 10px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ffffff;
    border: 1px solid #2E78FF;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    position: relative;
    float: left;
    z-index: 20;
}

a.cookie-button-2:hover {
    color: #2E78FF;
}

.cookie-button:hover {
    background-image: linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -moz-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -o-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -ms-linear-gradient(to right, #2E78FF, #2E78FF);
}

.cookie-button:active {
    background-image: linear-gradient(to right, #4663BE, #4663BE);
    background-image: -webkit-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -moz-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -o-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -ms-linear-gradient(to right, #4663BE, #4663BE);
}

.cookie-button:hover,
.cookie-button:not(:hover),
.cookie-button:active,
.cookie-button:not(:active) {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

.cookie-close {
    width: 24px;
    height: 24px;
    overflow: hidden;
    float: right;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 207;
}

.cookie-close::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 1px;
    background: #ffffff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    left: 0;
    z-index: 208;
}

.cookie-close::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 1px;
    background: #ffffff;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 11px;
    left: 0;
    z-index: 208;
}

.cookie-close:hover::after,
.cookie-close:hover::before {
    background: #2E78FF;
}

.cookie-close:hover,
.cookie-close:not(:hover),
.cookie-close:hover::before,
.cookie-close:not(:hover)::before,
.cookie-close:hover::after,
.cookie-close:not(:hover)::after {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

/* thnx */

.thnx {
    width: 540px;
    padding: 55px 60px 60px 60px;
    margin: 0;
    position: fixed;
    left: calc(50% - 330px);
    top: calc(50% - 150px);
    z-index: 110;
    text-align: center;
    background: rgba(27, 32, 44, 0.8);
    -moz-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.thnx::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -webkit-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -moz-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -o-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -ms-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.thnx .icon {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
}

.thnx .icon svg {
    fill: #2E78FF;
}

.thnx h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    padding: 0;
    margin: 20px auto 0 auto;
    color: #2E78FF;
    position: relative;
    z-index: 10;
}

.thnx p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 20px 0 0 0;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 10;
}

.thnx p br {
    display: none;
}

@media all and (max-width: 720px) {
    .thnx {
        width: 290px;
        padding: 40px 35px 40px 35px;
        margin: 0;
        position: fixed;
        top: calc(50% - 140px);
        left: calc(50% - 180px);
    }

    .thnx h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .thnx p {
        font-size: 16px;
        line-height: 24px;
    }

    .thnx p br {
        display: block;
    }
}

@media all and (max-height: 400px) {
    .thnx {
        margin: 50px auto;
        position: relative;
        left: auto;
        top: auto;
    }
}


/* banner */

.banner {
    width: 540px;
    padding: 55px 60px 60px 60px;
    margin: 0;
    position: fixed;
    left: calc(50% - 330px);
    top: calc(50% - 180px);
    z-index: 120;
    text-align: center;
    background: rgba(27, 32, 44, 0.8);
    -moz-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.banner::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -webkit-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -moz-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -o-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -ms-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.banner h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 60px;
    line-height: 64px;
    padding: 0;
    margin: 0;
    color: #2E78FF;
    position: relative;
    z-index: 10;
}

.banner p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    max-width: 310px;
    padding: 0;
    margin: 20px auto 0 auto;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 10;
}

.banner p br {
    display: none;
}

.banner-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    width: 280px;
    height: 60px;
    padding: 0;
    margin: 40px auto 0 auto;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ffffff;
    background-image: linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    position: relative;
    display: inline-block;
    z-index: 20;
}

.banner-button:hover {
    background-image: linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -moz-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -o-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -ms-linear-gradient(to right, #2E78FF, #2E78FF);
}

.banner-button:active {
    background-image: linear-gradient(to right, #4663BE, #4663BE);
    background-image: -webkit-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -moz-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -o-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -ms-linear-gradient(to right, #4663BE, #4663BE);
}

.banner-button:hover,
.banner-button:not(:hover),
.banner-button:active,
.banner-button:not(:active) {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

@media all and (max-width: 720px) {
    .banner {
        width: 290px;
        padding: 40px 35px 40px 35px;
        margin: 0;
        position: fixed;
        top: calc(50% - 150px);
        left: calc(50% - 180px);
    }

    .banner h2 {
        font-size: 54px;
        line-height: 60px;
    }

    .banner p {
        font-size: 16px;
        line-height: 24px;
    }

    .banner p br {
        display: block;
    }
}

@media all and (max-height: 400px) {
    .banner {
        margin: 50px auto;
        position: relative;
        left: auto;
        top: auto;
    }
}

/* exit */

.exit-w {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0;
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 106;
    display: none;
}

.exit-w::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.exit {
    width: 540px;
    padding: 55px 60px 60px 60px;
    margin: 0;
    position: fixed;
    left: calc(50% - 330px);
    top: calc(50% - 270px);
    z-index: 110;
    text-align: center;
    background: rgba(27, 32, 44, 0.8);
    -moz-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.exit::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -webkit-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -moz-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -o-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -ms-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.exit h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    padding: 0;
    margin: 0 auto;
    color: #2E78FF;
    position: relative;
    z-index: 10;
}

.exit p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    max-width: 440px;
    padding: 0;
    margin: 15px auto 10px auto;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 112;
}

.exit h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 40px auto 0 auto;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 112;
}

.exit h4 a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    color: #2E78FF;
    cursor: pointer;
}

@media all and (max-width: 720px) {

    .exit {
        width: 290px;
        padding: 40px 35px 40px 35px;
        margin: 0;
        position: fixed;
        left: calc(50% - 180px);
        top: calc(50% - 285px);
    }

    .exit h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .exit p {
        font-size: 17px;
        line-height: 24px;
        max-width: 220px;
        padding: 0;
        margin: 15px auto 10px auto;
    }

    .exit p br {
        display: none;
    }
}

@media all and (max-height: 600px) {

    .exit {
        margin: 50px auto;
        position: relative;
        left: auto;
        top: auto;
    }
}

/* policy */

.policy {
    width: 840px;
    padding: 55px 60px 60px 60px;
    margin: 0;
    position: fixed;
    left: calc(50% - 480px);
    top: calc(50% - 250px);
    z-index: 110;
    text-align: center;
    background: rgba(27, 32, 44, 0.8);
    -moz-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.policy::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -webkit-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -moz-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -o-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -ms-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.policy h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    padding: 0;
    margin: 0 auto;
    color: #2E78FF;
    position: relative;
    z-index: 10;
}

.policy-text {
    width: calc(100% - 30px);
    height: 325px;
    overflow-y: scroll;
    padding: 0 30px 0 0;
    margin: 25px 0 0 0;
    position: relative;
    z-index: 10;
}

.policy h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 20px 0 20px 0;
    color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 10;
}

.policy p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 10;
}

@media all and (max-width: 1020px) {
    .policy {
        width: 540px;
        padding: 55px 60px 60px 60px;
        margin: 0;
        position: fixed;
        left: calc(50% - 330px);
        top: calc(50% - 250px);
        z-index: 110;
    }
}

@media all and (max-width: 720px) {

    .policy {
        width: 290px;
        padding: 40px 35px 40px 35px;
        margin: 0;
        position: fixed;
        left: calc(50% - 180px);
        top: calc(50% - 250px);
    }

    .policy h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .policy-text {
        width: calc(100% - 30px);
        height: 325px;
        overflow-y: scroll;
        padding: 0 30px 0 0;
        margin: 25px 0 0 0;
        position: relative;
        z-index: 10;
    }

    .policy h3 {
        margin: 10px 0 10px 0;
    }

}

@media all and (max-height: 600px) {
    .policy {
        margin: 50px auto;
        position: relative;
        left: auto;
        top: auto;
    }

    .policy-text {
        width: 100%;
        height: auto;
        overflow-y: inherit;
        padding: 0;
        margin: 25px 0 0 0;
        position: relative;
    }
}

/* action-popup */

.action-popup {
    display: none;
    width: 1120px;
    padding: 80px 30px 80px 30px;
    margin: 0;
    position: fixed;
    left: calc(50% - 590px);
    bottom: 10px;
    z-index: 101;
    text-align: center;
    background: rgba(27, 32, 44, 1);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

@media all and (max-width: 1260px) {
    .action-popup {
        width: 900px;
        padding: 75px 30px 75px 30px;
        margin: 0;
        position: fixed;
        left: calc(50% - 480px);
        bottom: 10px;
        z-index: 101;
        text-align: center;
        background: rgba(27, 32, 44, 0.95);
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }
}

@media all and (max-width: 1020px) {
    .action-popup {
        width: 600px;
        padding: 55px 30px 55px 30px;
        margin: 0;
        position: fixed;
        left: calc(50% - 330px);
        bottom: 10px;
        z-index: 101;
        text-align: center;
        background: rgba(27, 32, 44, 0.95);
        -moz-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        -webkit-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }
}

@media all and (max-width: 720px) {
    .action-popup {
        width: 300px;
        padding: 110px 30px 110px 30px;
        margin: 0;
        position: fixed;
        left: calc(50% - 180px);
        bottom: 10px;
        z-index: 101;
        text-align: center;
        background: rgba(27, 32, 44, 0.95);
        -moz-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        -webkit-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -khtml-border-radius: 7px;
    }
}

.action-popup::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 91.24%);
    background-image: -webkit-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 91.24%);
    background-image: -moz-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 91.24%);
    background-image: -o-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 91.24%);
    background-image: -ms-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 91.24%);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.action-popup h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    color: #ffffff;
    position: relative;
    z-index: 10;
    float: left;
}

@media all and (max-width: 1260px) {
    .action-popup h2 {
        max-width: 360px;
    }
}

@media all and (max-width: 1020px) {
    .action-popup h2 {
        font-size: 17px;
        line-height: 28px;
        max-width: 660px;
    }
}

.action-popup h2 span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    padding: 0;
    margin: 0 0 4px 0;
    color: #2E78FF;
    position: relative;
    z-index: 10;
    display: inline-block;
}

@media all and (max-width: 1020px) {
    .action-popup h2 span {
        margin: 0 0 10px 0;
    }
}

.action-popup-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    width: 280px;
    height: 60px;
    padding: 0;
    margin: 0 0 0 40px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ffffff;
    background-image: linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    position: relative;
    float: right;
    z-index: 20;
}

@media all and (max-width: 1260px) {
    .action-popup-button {
        margin: 20px 0 0 40px;
    }
}

@media all and (max-width: 1020px) {
    .action-popup-button {
        margin: 20px 0 0 0;
        float: left;
    }
}

.action-popup-button:hover {
    background-image: linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -moz-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -o-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -ms-linear-gradient(to right, #2E78FF, #2E78FF);
}

.action-popup-button:active {
    background-image: linear-gradient(to right, #4663BE, #4663BE);
    background-image: -webkit-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -moz-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -o-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -ms-linear-gradient(to right, #4663BE, #4663BE);
}

.action-popup-button:hover,
.action-popup-button:not(:hover),
.action-popup-button:active,
.action-popup-button:not(:active) {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

.action-popup-close {
    width: 24px;
    height: 24px;
    overflow: hidden;
    float: right;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 207;
}

.action-popup-close::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 1px;
    background: #ffffff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    left: 0;
    z-index: 208;
}

.action-popup-close::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 1px;
    background: #ffffff;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 11px;
    left: 0;
    z-index: 208;
}

.action-popup-close:hover::after,
.action-popup-close:hover::before {
    background: #2E78FF;
}

.action-popup-close:hover,
.action-popup-close:not(:hover),
.action-popup-close:hover::before,
.action-popup-close:not(:hover)::before,
.action-popup-close:hover::after,
.action-popup-close:not(:hover)::after {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

/* z-box */

.z-box {
    width: 540px;
    padding: 55px 60px 60px 60px;
    margin: 0;
    position: fixed;
    left: calc(50% - 330px);
    top: calc(50% - 240px);
    z-index: 110;
    text-align: center;
    background: rgba(27, 32, 44, 0.8);
    -moz-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.z-box-m {
    width: 540px;
    padding: 55px 60px 60px 60px;
    margin: 0;
    position: fixed;
    left: calc(50% - 330px);
    top: calc(50% - 190px);
    z-index: 110;
    text-align: center;
    background: rgba(27, 32, 44, 0.8);
    -moz-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.z-box-m .checkbox {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    margin: 20px auto 0 auto;
    color: #ffffff;
    position: relative;
    float: none;
    display: inline-block;
    z-index: 20;
}

.z-box-m .button-w {
    width: 100%;
    padding: 0;
    margin: 40px 0 0 0;
    float: left;
    border: none;
    outline: none;
    background: none;
    position: relative;
    z-index: 10;
}

.z-box-m .button-w::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: rgba(27, 32, 44, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.z-box-m .button-w.unblock::after {
    display: none;
}

.z-box-m .button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ffffff;
    background-image: linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    position: relative;
    float: left;
    display: block;
}

.z-box-m .button.wa {
    background-image: linear-gradient(to right, #25D366, #07B548);
    background-image: -webkit-linear-gradient(to right, #25D366, #07B548);
    background-image: -moz-linear-gradient(to right, #25D366, #07B548);
    background-image: -o-linear-gradient(to right, #25D366, #07B548);
    background-image: -ms-linear-gradient(to right, #25D366, #07B548);
}

.z-box-m .button.wa:hover {
    background-image: linear-gradient(to right, #25D366, #25D366);
    background-image: -webkit-linear-gradient(to right, #25D366, #25D366);
    background-image: -moz-linear-gradient(to right, #25D366, #25D366);
    background-image: -o-linear-gradient(to right, #25D366, #25D366);
    background-image: -ms-linear-gradient(to right, #25D366, #25D366);
}

.z-box-m .button.wa:active {
    background-image: linear-gradient(to right, #07B548, #07B548);
    background-image: -webkit-linear-gradient(to right, #07B548, #07B548);
    background-image: -moz-linear-gradient(to right, #07B548, #07B548);
    background-image: -o-linear-gradient(to right, #07B548, #07B548);
    background-image: -ms-linear-gradient(to right, #07B548, #07B548);
}

.z-box-m .button:hover {
    background-image: linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -moz-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -o-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -ms-linear-gradient(to right, #2E78FF, #2E78FF);
}

.z-box-m .button:active {
    background-image: linear-gradient(to right, #4663BE, #4663BE);
    background-image: -webkit-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -moz-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -o-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -ms-linear-gradient(to right, #4663BE, #4663BE);
}

.z-box-2 {
    top: calc(50% - 275px);
}

.z-box::after,
.z-box-m::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -webkit-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -moz-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -o-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    background-image: -ms-linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.z-box h2,
.z-box-m h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    padding: 0;
    margin: 0 auto;
    color: #2E78FF;
    position: relative;
    z-index: 10;
}

.z-box h2 span,
.z-box-m h2 span {
    color: #ffffff;
}

.z-box p,
.z-box-m p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 15px auto 10px auto;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 112;
}


.iti {
    width: 100%;
    margin-top: 30px;
}

.iti .phone {
    height: auto;
    width: 100%;
}

.iti__selected-flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.iti__selected-dial-code {
    color: #000;
}

.iti__country-name {
    color: #000;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: transparent;
}

.iti__country-list {
    z-index: 12;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
}

.formbox {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 112;
}

.formbox input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-indent: 0;
    text-align: left;
    width: calc(100% - 60px);
    height: 30px;
    padding: 16px 30px 14px 30px;
    margin: 20px 0 0 0;
    color: rgba(27, 34, 40, 1);
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    background: #ffffff;
    float: left;
    position: relative;
    z-index: 10;
}

input:-moz-placeholder {
    color: rgba(27, 34, 40, 0.6);
}

input::-webkit-input-placeholder {
    color: rgba(27, 34, 40, 0.6);
}

input.error:-moz-placeholder {
    color: #db264c;
}

input.error::-webkit-input-placeholder {
    color: #db264c;
}

input.error {
    color: #db264c;
    border-color: #db264c;
}

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.checkbox {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    margin: 20px 0 0 0;
    color: #ffffff;
    position: relative;
    float: left;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    width: calc(100% - 30px);
    padding: 0 0 0 30px;
    margin: 0;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    display: block;
}

.checkbox a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    cursor: pointer;
    position: relative;
}

.checkbox a:hover {
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.checkbox label:after {
    content: '';
    display: block;
    outline: none;
    border: 1px solid #ffffff;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    margin: 0;
    cursor: pointer;
    background: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.checkbox input[type=checkbox]:checked+label:after {
    background: url('/local/templates/main/markup/css/../images/arrow.svg') no-repeat center center;
}

.formbox .submit {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
    float: left;
    border: none;
    outline: none;
    background: none;
    position: relative;
    z-index: 10;
}

.formbox .submit::after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: rgba(27, 32, 44, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.formbox .submit.unblock::after {
    display: none;
}

.formbox .submit input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ffffff;
    background-image: linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -moz-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

.formbox .submit input:hover {
    background-image: linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -webkit-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -moz-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -o-linear-gradient(to right, #2E78FF, #2E78FF);
    background-image: -ms-linear-gradient(to right, #2E78FF, #2E78FF);
}

.formbox .submit input:active {
    background-image: linear-gradient(to right, #4663BE, #4663BE);
    background-image: -webkit-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -moz-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -o-linear-gradient(to right, #4663BE, #4663BE);
    background-image: -ms-linear-gradient(to right, #4663BE, #4663BE);
}

.formbox .submit input:hover,
.formbox .submit input:not(:hover),
.formbox .submit input:active,
.formbox .submit input:not(:active) {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}

@media all and (max-width: 720px) {

    .z-box {
        width: 290px;
        padding: 40px 35px 40px 35px;
        margin: 0;
        position: fixed;
        left: calc(50% - 180px);
        top: calc(50% - 225px);
    }

    .z-box-m {
        width: 290px;
        padding: 40px 35px 40px 35px;
        margin: 0;
        position: fixed;
        left: calc(50% - 180px);
        top: calc(50% - 200px);
        z-index: 110;
    }

    .z-box-m .button-w {
        margin: 20px 0 0 0;
    }

    .z-box-2 {
        top: calc(50% - 270px);
    }

    .z-box h2,
    .z-box-m h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .z-box p,
    .z-box-m p {
        font-size: 17px;
        line-height: 24px;
        max-width: 280px;
        padding: 0;
        margin: 15px auto 10px auto;
    }

    .z-box p br {
        display: none;
    }
}



input.fn {
    display: none;
}

/* animation standart */

.animated {
    -webkit-animation-duration: .95s;
    animation-duration: .95s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}


/* end */

.tinkoffPayRow {
    display: block;
    position: relative;
    margin: 1%;
    width: 160px;
    z-index: 50;
}

.videos {
    max-width: 1440px;
    padding: 110px 15px 0 15px;
    margin: 0 auto;
    position: relative;
}

.videos h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    padding: 0 0 20px 0;
    margin: 0;
    position: relative;
    color: #ffffff;
}

.videos_items {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.videos_item_wr {
    width: 15%;
    position: relative;
}

.videos_item {
    position: relative;
    width: 100%;
    height: 384px;
    border-radius: 8px;
}

.videos_item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
}

.videos .box_9 .swiper-container {
    width: auto;
    height: auto;
    margin: 60px 0;
}

/*.box-9 {
width:295px;
height:640px;
overflow:hidden;
margin:0;
padding:0;
position:relative;
cursor:pointer;
border-radius:7px;
-webkit-border-radius:7px;
-moz-border-radius:7px;
-khtml-border-radius:7px;
}*/
.videos .video_box_9 {
    position: relative;
    border-radius: 8px;
    height: 524px;
    width: 295px;
    overflow: hidden;
}

.videos .video_box_9 video,
.videos .video_box_9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
}

.videos .video_box_9 iframe .ytp-chrome-top {
    display: none !important;
}

@media (max-width: 1280px) {
    .videos_item_wr {
        width: 300px;
        margin: 10px auto;
    }

    .videos_item {
        height: 534px;
    }
}

@media (max-width: 720px) {

    .videos h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 38px;
        line-height: 46px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }
}

@media (max-width: 720px) {
    .videos {
        max-width: 1440px;
        padding: 80px 15px 0 15px;
        margin: 0 auto;
        position: relative;
    }

    .videos h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        padding: 0 0 20px 0;
        margin: 0;
        position: relative;
        color: #ffffff;
    }

    .videos .video_box_9 {
        margin: 0 auto;
    }
}

.tbank-logo {
    display: inline-block;
    background-image: url(/images/tinkoff.svg);
    width: 93px;
    height: 32px;
    margin-left: -70px;
    margin-right: 5px;
    margin-bottom: 2px;
    vertical-align: bottom;
}

.tochka-logo {
    display: inline-block;
    background-image: url(/images/tochka.png);
    width: 74px;
    height: 32px;
    margin-left: -70px;
    margin-right: 15px;
    margin-bottom: 2px;
    vertical-align: bottom;
    background-size: contain;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Новая шапка и футер */
html.fixed {
    overflow: hidden;
}

.container {
    position: relative;
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

button {
    display: block;
    font-family: "Montserrat", sans-serif;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

button:focus {
    outline: none;
}

button:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.header * {
    box-sizing: border-box;
}

.button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    height: 60px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #FFF;
    border-radius: 10px;
    background: #2E78FF;
    overflow: hidden;
    transition: all 0.3s;
}

.button span {
    position: relative;
    z-index: 1;
}

.button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(95.29deg, #2E78FF 22.7%, #4663BE 81.92%);
    transition: all 0.3s;
}

.button:hover:after {
    transform: translateX(100%);
}

.header {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header.is-fixed {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #1B202C;
}

@media (max-width: 992px) {
    .header {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

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

.header__connect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.header__button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 176px;
    height: 40px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #FFF;
    border-radius: 10px;
    background: #2E78FF;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header__button span {
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .header__button--desktop {
        display: none;
    }
}

.header__button--mobile {
    display: none;
}

@media (max-width: 992px) {
    .header__button--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 50px;
        margin-top: auto;
    }
}

.header__button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(95.29deg, #2E78FF 22.7%, #4663BE 81.92%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header__button:hover:after {
    opacity: 0;
}

.header__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

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

@media (max-width: 1024px) {
    .header__logo {
        width: 155px;
    }
}

@media (max-width: 992px) {
    .header__nav {
        position: fixed;
        z-index: 5;
        top: 71px;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: calc(100% - 71px);
        padding-top: 40px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        background: #1B202C;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        overflow-y: auto;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}

.header.is-fixed .header__nav {
    top: 51px;
}

.header.mobile-open {
    background: #1B202C;
    z-index: 900;
}

.header.mobile-open .header__nav {
    opacity: 1;
    pointer-events: initial;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

@media (max-width: 1100px) {
    .menu {
        gap: 10px;
    }
}

@media (max-width: 992px) {
    .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        margin-bottom: 20px;
    }
}

.menu__linkicon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu__linkicon path {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 992px) {
    .menu__linkicon {
        position: absolute;
        top: 15px;
        right: -4px;
        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: 20px;
        height: 20px;
    }
}

.menu__link,
.submenu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 992px) {

    .menu__link,
    .submenu__link {
								font-size: 14px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}

@media (max-width: 992px) {
    .menu__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.menu__item:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 13px;
    -webkit-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    display: block;
    width: 20px;
    height: 1px;
    border-radius: 50px;
    background: #2E78FF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (hover: hover) {
    .menu__item:hover:after {
        -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    .menu__item:hover>.menu__link,
    .menu__item:hover>.submenu__link {
        color: #2E78FF;
    }

    .menu__item:hover .menu__linkicon {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .menu__item:hover .menu__linkicon path {
        stroke: #2E78FF;
    }

    .menu__item:hover .submenu {
        opacity: 1;
        pointer-events: initial;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.menu__item.is-open>.menu__link,
.menu__item.is-open>.submenu__link {
    color: #2E78FF;
}

.menu__item.is-open .menu__linkicon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.menu__item.is-open .menu__linkicon path {
    stroke: #2E78FF;
}

.submenu {
    position: absolute;
    z-index: 5;
    top: 60px;
    left: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 30px;
    border-radius: 10px;
    background: rgba(27, 32, 44, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 992px) {
    .submenu {
        position: static;
        gap: 0;
        width: 100%;
        max-height: 0;
        padding: 0 0 0 30px;
        opacity: 1;
        pointer-events: initial;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border: none;
        overflow: hidden;
    }
}

.submenu__item:hover>.menu__link,
.submenu__item:hover>.submenu__link {
    color: #2E78FF;
}

@media (max-width: 992px) {
    .submenu__item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.submenu__link {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 992px) {
    .submenu__link {
        padding-top: 15px;
        padding-bottom: 15px;
        white-space: initial;
    }
}

.burger {
    display: none;
    position: relative;
    width: 30px;
    height: 20px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    cursor: pointer;
}

@media (max-width: 992px) {
    .burger {
        display: block;
    }
}

.burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    border-radius: 20px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.burger span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s, -webkit-transform 0.25s;
}

.burger span:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s, -webkit-transform 0.25s;
}

.burger.is-active span {
    background: transparent;
}

.burger.is-active span:before {
    top: 0px;
    -webkit-transition: top 0.25s, -webkit-transform 0.25s 0.25s;
    transition: top 0.25s, -webkit-transform 0.25s 0.25s;
    transition: top 0.25s, transform 0.25s 0.25s;
    transition: top 0.25s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}

.burger.is-active span:after {
    top: 0px;
    -webkit-transition: top 0.4s, -webkit-transform 0.25s 0.25s;
    transition: top 0.4s, -webkit-transform 0.25s 0.25s;
    transition: top 0.4s, transform 0.25s 0.25s;
    transition: top 0.4s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.footer {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: auto;
    border-bottom: 5px solid #2E78FF;
}

.footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 992px) {
    .footer__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}

.footer__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer__links a {
    color: rgba(255, 255, 255, 0.6);
}

.footer__text[href]:hover,
.policy-button:hover {
    color: #2E78FF;
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

@media (max-width: 992px) {
    .footer__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
    }
}

.footer__linksbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
}

@media (max-width: 992px) {
    .footer__linksbox {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.notification {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 19px;
    background: rgba(46, 120, 255, 0.2);
    border: 1px solid rgba(46, 120, 255, 0.4);
    border-radius: 10px;
    box-sizing: border-box;
}

.notification__text--bold {
    font-weight: 700;
    color: #2E78FF;
}

.notification__button {
    flex-shrink: 0;
    width: 200px;
}
.notification-home {
 max-width: 820px;
 width: 100%;
 margin: 0 auto;
 margin-top: 0px;
 text-align: left;
 margin-top: 45px;
 backdrop-filter: blur(30px)
}
.notification-home p {
 margin-top: 0 !important;
}
.notification-home a {
 color: #2E78FF;
}
.notification-home a:hover {
 text-decoration: underline;
}
.notification__scroll-block {
 position: absolute;
 left: 0;
 top: -100px;
 display: block;
 width: 1px;
 height: 1px;
}
@media(max-width: 1260px) {
 .notification-home {
  max-width: 880px;
 }
}
@media(max-width: 720px) {
 .notification-home {
  max-width: 340px;
  margin-top: 35px;
 }
}
@media(max-width: 565px) {
    .notification__button {
        width: 100%;
    }
}

.notification-sb {
    justify-content: space-between;
}

@media(max-width: 565px) {
    .notification-sb {
        flex-direction: column;
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }
}

/* ~~~~~~~~~~~~~~~~~~~ Основной контент */
.button-1 svg {
    margin-left: 8px;
    vertical-align: middle;
}

.button-1.mobile {
    display: none;
}

@media(max-width: 720px) {
    .button-1.mobile {
        position: relative;
        z-index: 2;
        display: block;
    }

    .button-1.desktop {
        display: none;
    }
}

.button-4.mobile {
    display: none;
}

@media(max-width: 720px) {
    .button-4.mobile {
        display: block;
        width: 280px;
        margin: 15px 0 10px;
       }
     .button__buy-3 {
      width: 280px;
     }

    .button-3.desktop {
        display: none;
    }
}

@media(max-width: 720px) {
    #box-2-w {
        display: none;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~  эти стили нужны чтобы снять overflow:hidden с #page */
body * {
    /* box-sizing: border-box; */
}

.blurs-bg {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    width: 100%;
    min-height: 2430px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#page {
    overflow: visible;
    background: url('/local/templates/globalbankaccounts/markup/build/img/blurs-bg-full-main-page-min.png') center top/cover;
}

@media(max-width: 768px) {
    #page {
        background: none;
    }
}

.element-4,
.element-3,
.element-1,
.element-2,
.blur-1,
.blur-5,
.blur-6,
.blur-8,
.blur-7,
.blur-4,
.blur-2 {
    display: none;
}

#box-9-w,
.videos,
#box-8-w {
    overflow-x: hidden;
}

.videos {
    max-width: 100%
}

.box_9 {
    max-width: 1440px;
    margin: 0 auto;
}

#box-13 {
    box-sizing: content-box;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~  form */
.z-box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media all and (max-height: 600px) {
    .z-box {
        margin: 50px auto;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }
}

.formbox .submit::after {
    display: none;
}

.formbox .checkbox,
.formbox .checkbox label,
.formbox .checkbox a {
    font-size: 11px;
    line-height: 14px;
}

.trust {
    width: 1180px;
    padding: 80px 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 5;
}

.trust-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    padding: 0 0 20px 0;
    margin: 0 0 40px;
    position: relative;
    color: #ffffff;
}

.trust-title::after {
    content: '';
    width: 180px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #2E78FF;
    position: absolute;
    bottom: 0;
    left: calc(50% - 90px);
    z-index: auto;
    border-radius: 5px;
}

.trust-list {
    text-align: left;
}

.trust-list li {
    border-radius: 10px;
    padding: 20px;
    font-size: 17px;
    font-weight: 500;
    padding: 20px 15px 20px 40px;
    border: 1px solid rgba(46, 120, 255, 0.2);
    background: url(/local/templates/main/markup/css/../images/check.svg) no-repeat 13px 24px;
    background-color: rgba(46, 120, 255, 0.1);
}

.trust-list li:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 1260px) {
    .trust-title::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    .trust {
        width: 960px;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }
}

@media (max-width: 1020px) {
 .box-3__row {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
 }
    .trust-title::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    .trust {
        width: 660px;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }
}

@media (max-width: 720px) {
    .trust-list li {
        font-size: 16px;
    }

    .trust-title::after {
        width: 180px;
        left: calc(50% - 90px);
    }

    .trust {
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        text-align: center;
        z-index: 5;
    }
}

.base-link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: underline;
}

.base-link:hover {
    color: #2E78FF;
}

.special-box-img {
    text-align: center;
}

.special-box-wrapper {
    display: flex;
    flex-direction: column;
    clear: both;
    float: none;
    width: 1180px;
    padding: 170px 0 60px 0;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.special-box {
    padding: 40px;
    background: rgba(46, 120, 255, 0.1);
    border: 1px solid rgba(46, 120, 255, 0.2);
    border-radius: 10px;
}

.special-box-img {
    margin-top: 24px;
}

.special-box-img img {
    max-width: 100%;
}

@media (max-width: 1260px) {
    .special-box-wrapper {
        width: 960px;
    }
}

@media (max-width: 1020px) {
    .special-box-wrapper {
        width: 660px;
    }
}


.tariffs-subtitle {
    font-size: 20px;
}


@media (max-width: 720px) {
    .special-box-wrapper {
        width: 100%;
        padding-top: 120px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .special-box {
        padding: 24px;
    }

    .tariffs-subtitle {
        font-size: 18px;
    }
}

.reviews {
    overflow: hidden;
}

.reviews-box {
    backdrop-filter: blur(30px);
    background: rgba(46, 120, 255, 0.1);
    padding: 40px;
    border: 1px solid rgba(46, 120, 255, 0.2);
    border-radius: 10px;
    flex-grow: 1;
    cursor: pointer;
}

.reviews-box img {
    border-radius: 10px;
    max-width: 100%;
    display: flex;
}

.reviews-swiper {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}

.reviews-swiper .swiper-slide {
    opacity: 0.2;
    transition: .3s;
}

.reviews-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1.1);
    z-index: 6;
}

.reviews-swiper::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 991px;
    height: 649px;
    background: url('/local/templates/main/markup/css/../images/reviews-blur.svg') center / cover no-repeat;
    transform: translate(-50%, -50%);
    filter: blur(100px);
    will-change: filter;
    z-index: -1;
}

.reviews-swiper .swiper-slide {
    margin: auto;
    cursor: pointer;
}

.reviews-swiper .swiper-button-next,
.reviews-swiper .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    backdrop-filter: blur(30px);
}

.reviews-swiper .swiper-button-next svg {
    position: relative;
    z-index: 1;
}

.reviews-swiper .swiper-button-prev svg {
    position: relative;
    z-index: 1;
}

.reviews-swiper .swiper-button-next::before,
.reviews-swiper .swiper-button-prev::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(158deg, #2e78ff 6.6%, #4663be 71.08%);
    opacity: 0;
    transition: .3s;
    z-index: 0;
}

.reviews-swiper .swiper-button-prev:hover::before,
.reviews-swiper .swiper-button-next:hover::before {
    opacity: 1;
}

.reviews-swiper .swiper-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 60px;
}

@media (max-width: 1024px) {
    .reviews-box {
        padding: 20px;
    }
    .reviews-swiper::before {
        width: 90%;
        height: 90%;
    }
    .reviews-swiper .swiper-button-next,
    .reviews-swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .reviews-swiper .swiper-button-next svg,
    .reviews-swiper .swiper-button-prev svg {
        width: 15px;
    }
    .reviews-swiper {
        padding-top: 25px;
    }
    .reviews-swiper .swiper-buttons {
        margin-top: 25px;
    }
}

@media (max-width: 460px) {
    .reviews-box img {
        border-radius: 6px;
    }
    .reviews-box {
        padding: 12px;
    }
    .reviews-swiper .swiper-slide-active {
        transform: scale(1);
    }
}

.our-socials {
    padding: 48px 0;
}

.our-socials__caption {
    font-size: 12px;
    text-align: center;
}

.socials-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 12px;
}

.socials-list__item {
    position: relative;
}

.socials-list__link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.socials-list__icon {
    width: 40px;
    height: auto;
}

.socials-list__caption {
    font-size: 12px;
    position: absolute;
    right: -10px;
    top: -10px;
}
.transit {
  margin-bottom: 50px;
}

.transit__blobal {
  width: 100%;
  float: left;
  display: block;
  border: 5px solid #2E78FF;
  border-radius: 30px;
  padding: 55px;
}
@media screen and (max-width: 1199px) {
  .transit__blobal {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .transit__blobal {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 565px) {
  .transit__blobal {
    border-radius: 20px;
    border-width: 2px;
    padding: 20px 10px;
  }
}

.transit__blobal-img {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .transit__blobal-img {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .transit__blobal-img img {
    width: 240px;
  }
}

.transit__blobal-title {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  margin-bottom: 60px;
}
.transit__blobal-title h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 54px;
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .transit__blobal-title {
    margin-bottom: 20px;
  }
  .transit__blobal-title h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 565px) {
  .transit__blobal-title {
    margin-bottom: 10px;
  }
  .transit__blobal-title h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

.transit__blobal-text {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  margin-bottom: 29px;
}
.transit__blobal-text p {
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .transit__blobal-text p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 565px) {
  .transit__blobal-text {
    margin-bottom: 20px;
  }
}

.transit__blobal-content {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .transit__blobal-content {
    margin-bottom: 30px;
  }
}

.transit__blobal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .transit__blobal-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 1023px) {
  .transit__blobal-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.transit__blobal-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .transit__blobal-col {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .transit__blobal-col:not(:last-child) {
    margin-bottom: 30px;
  }
}

.transit__blobal-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.transit__blobal-section__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 29px;
}
@media screen and (max-width: 1023px) {
  .transit__blobal-section__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 565px) {
  .transit__blobal-section__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.transit__blobal-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  background: rgba(46, 120, 255, 0.1);
  border: 1px solid rgba(46, 120, 255, 0.2);
  border-radius: 20px;
  padding: 0 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1199px) {
  .transit__blobal-section__content {
    padding: 0 20px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .transit__blobal-section__content {
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 565px) {
  .transit__blobal-section__content {
    border-radius: 10px;
    padding: 0 10px 10px;
  }
}

.transit__section-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  position: relative;
  padding-left: 64px;
  padding-top: 40px;
}
@media screen and (max-width: 1023px) {
  .transit__section-block {
    padding-top: 15px;
    padding-left: 38px;
  }
}
@media screen and (max-width: 565px) {
  .transit__section-block {
    padding-top: 10px;
    padding-left: 26px;
  }
}
.transit__section-block::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  width: 44px;
  height: 44px;
  background: url("/local/templates/globalbankaccounts/markup/build/img/svg/icon-check.svg") no-repeat;
}
@media screen and (max-width: 1023px) {
  .transit__section-block::before {
    width: 30px;
    height: 30px;
    top: 12px;
    background-size: contain;
  }
}
@media screen and (max-width: 565px) {
  .transit__section-block::before {
    width: 20px;
    height: 20px;
    top: 11px;
  }
}
.transit__section-block:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .transit__section-block:not(:last-child) {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 565px) {
  .transit__section-block:not(:last-child) {
    padding-bottom: 10px;
  }
}
.transit__section-block p {
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .transit__section-block p {
    font-size: 20px;
    line-height: 30px;
  }
}
.transit__section-block p b {
  font-weight: 700;
  color: #2E78FF;
}
.transit__section-block:nth-child(2) {
  min-height: 201px;
}
@media screen and (max-width: 1199px) {
  .transit__section-block:nth-child(2) {
    min-height: 231px;
  }
}
@media screen and (max-width: 1023px) {
  .transit__section-block:nth-child(2) {
    min-height: auto;
  }
}

.transit__blobal-cost {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 40px 100px 124px;
  background: rgba(46, 120, 255, 0.4);
  border-radius: 20px;
}
.transit__blobal-cost::before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  top: 40px;
  background: url("/local/templates/globalbankaccounts/markup/build/img/svg/icon-cost.svg") no-repeat;
  width: 64px;
  height: 64px;
}
.transit__blobal-cost p, .transit__blobal-cost ul li {
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .transit__blobal-cost p, .transit__blobal-cost ul li {
    font-size: 20px;
    line-height: 30px;
  }
}
.transit__blobal-cost p b, .transit__blobal-cost ul li b {
  color: #2E78FF;
}
@media screen and (max-width: 1199px) {
  .transit__blobal-cost {
    padding: 40px 20px 60px 94px;
  }
  .transit__blobal-cost::before {
    left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .transit__blobal-cost {
    padding: 15px 15px 15px 70px;
  }
  .transit__blobal-cost::before {
    width: 40px;
    height: 40px;
    background-size: contain;
    left: 15px;
    top: 15px;
  }
}
@media screen and (max-width: 565px) {
  .transit__blobal-cost {
    padding: 10px 10px 10px 50px;
    border-radius: 10px;
  }
  .transit__blobal-cost::before {
    width: 30px;
    height: 30px;
    background-size: contain;
    left: 10px;
    top: 10px;
  }
}

.transit__blobal-cost__block {
  display: block;
  float: left;
  width: 100%;
}

.transit__blobal-cost__list {
  display: block;
  float: left;
  width: 100%;
}
.transit__blobal-cost__list li {
  display: block;
  float: left;
  width: 100%;
  padding-left: 30px;
  position: relative;
}
.transit__blobal-cost__list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 15px;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .transit__blobal-cost__list li {
    padding-left: 15px;
  }
  .transit__blobal-cost__list li::before {
    left: 5px;
    top: 11px;
  }
}
@media screen and (max-width: 565px) {
  .transit__blobal-cost__list li {
    padding-left: 8px;
  }
  .transit__blobal-cost__list li::before {
    left: 0;
    top: 10px;
    width: 2px;
    height: 2px;
  }
}

.transit__blobal-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  width: 100%;
  margin: 30px 0;
}
@media screen and (min-width: 1024px) {
  .transit__blobal-action {
    margin: 60px 0;
  }
  .transit__blobal-action button {
    font-size: 20px;
    width: auto;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .transit__blobal-action button {
    font-size: 16px;
  }
}
@media screen and (max-width: 565px) {
  .transit__blobal-action button {
    font-size: 14px;
  }
}

.transit__blobal-bottom {
  display: block;
  width: 100%;
  text-align: center;
  float: left;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .transit__blobal-bottom {
    font-size: 22px;
  }
}
@media screen and (max-width: 565px) {
  .transit__blobal-bottom {
    font-size: 20px;
    line-height: 24px;
  }
}

#notify_scammers {
 cursor: pointer;
 -webkit-transition: bottom 0.3s ease-in-out, background 0.3s ease-in-out;
 transition: bottom 0.3s ease-in-out, background 0.3s ease-in-out;
 position: fixed;
 bottom: 0;
 right: 100px;
 border-radius: 20px 20px 0 0;
 background: #2e78ff;
 font-size: 14px;
 font-weight: 600;
 color: #FFFFFF;
 padding: 10px 32px;
 z-index: 888;
}
#notify_scammers .notify {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
#notify_scammers .notify span:first-child {
 margin-right: 8px;
}
@media screen and (max-width: 1023px) {
 #notify_scammers {
   right: 120px;
 }
}
@media screen and (max-width: 565px) {
 #notify_scammers {
   left: 20px;
   right: inherit;
 }
}
#notify_scammers.is-active {
 bottom: -50px;
}
#notify_scammers:hover {
 background: #4663be;
}

.scammer__close {
 position: absolute;
 top: 20px;
 right: 20px;
 font-size: 14px;
 cursor: pointer;
 height: 32px;
 width: 32px;
 background: #FFFFFF;
 -webkit-box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.2);
         box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.2);
 border-radius: 16px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
 z-index: 10;
}

#window_scammers {
 position: fixed;
 -webkit-transition: bottom 0.3s ease-in-out;
 transition: bottom 0.3s ease-in-out;
 bottom: -800px;
 right: 100px;
 max-width: 510px;
 width: 100%;
 z-index: 888;
 border-radius: 20px;
 background: #2e78ff;
 -webkit-box-shadow: 0 0 5.2px 0 rgba(0, 0, 0, 0.25);
         box-shadow: 0 0 5.2px 0 rgba(0, 0, 0, 0.25);
 padding: 32px;
 color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
 #window_scammers {
   left: 20px;
   right: 20px;
   max-width: calc(100% - 40px);
   width: auto;
 }
}
#window_scammers .scammer__close {
 color: #333333;
 right: 16px;
 top: 16px;
 font-size: 17px;
}
#window_scammers .scammer__close span {
 position: relative;
 top: 0.5px;
}
#window_scammers p {
 font-weight: 700;
 font-size: 14px;
 margin-bottom: 14px;
 max-width: 416px;
}
@media screen and (max-width: 1023px) {
 #window_scammers p {
   padding-top: 30px;
 }
}
#window_scammers ol {
 counter-reset: li;
}
#window_scammers ol li {
 position: relative;
 display: block;
 padding-left: 20px;
 list-style-type: none;
 margin-bottom: 20px;
 font-size: 14px;
}
#window_scammers ol li::before {
 font-size: 14px;
 font-weight: 700;
 position: absolute;
 top: 0;
 left: 0;
 content: counter(li) ".";
 counter-increment: li;
}
#window_scammers ol li span {
 font-weight: 600;
}
#window_scammers ol li a {
 -webkit-text-decoration-line: underline;
         text-decoration-line: underline;
 font-weight: 600;
 color: #FFFFFF;
}
#window_scammers ol li a:hover {
 text-decoration: none;
}
#window_scammers.is-active {
 bottom: 80px;
}
@media screen and (max-width: 1023px) {
 #window_scammers.is-active {
   bottom: calc(50% - 250px);
 }
}

.reset {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .reset *,
    .reset *::before,
    .reset *::after {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .reset ul,
    .reset ol {
      list-style: none; }
    .reset ul ul,
    .reset ol ul,
    .reset ul ol,
    .reset ol ol {
      list-style: none; }
    .reset img {
      border-style: none; }
    .reset button,
    .reset [type="button"],
    .reset [type="reset"],
    .reset [type="submit"] {
      -webkit-appearance: button; }
    .reset button::-moz-focus-inner,
    .reset [type="button"]::-moz-focus-inner,
    .reset [type="reset"]::-moz-focus-inner,
    .reset [type="submit"]::-moz-focus-inner {
      border-style: none;
      padding: 0; }
  
  #box-4 {
    overflow: hidden; }
  
  .maintenance__cost {
    display: block;
    float: left;
    width: 100%; }
  
  .maintenance__cost-container {
    display: block;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto; }
  
  .maintenance__cost-content {
    display: block;
    float: left;
    width: 100%;
    margin: 100px 0 78px; }
    @media screen and (max-width: 1020px) {
      .maintenance__cost-content {
        margin-top: 40px;
        margin-bottom: 40px; } }
  
  .maintenance__cost-text {
    display: block;
    float: left;
    width: 100%; }
  
  .maintenance__cost-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media screen and (max-width: 1260px) {
      .maintenance__cost-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  
  .maintenance__cost-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .maintenance__cost-col.is-main {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 31.37%;
      border-radius: 7px;
      z-index: 1;
      padding-right: 60px; }
      .maintenance__cost-col.is-main::before, .maintenance__cost-col.is-main::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 7px; }
      .maintenance__cost-col.is-main::before {
        background: -o-linear-gradient(345.02deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%);
        background: linear-gradient(104.98deg, rgba(255, 255, 255, 0.5) -13.9%, rgba(255, 255, 255, 0) 117.92%); }
      .maintenance__cost-col.is-main::after {
        background: -o-linear-gradient(349.96deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%);
        background: linear-gradient(100.04deg, rgba(27, 32, 44, 0.9) -11.23%, rgba(27, 32, 44, 0.4) 111.77%); }
      @media screen and (max-width: 1260px) {
        .maintenance__cost-col.is-main {
          display: none; } }
    .maintenance__cost-col.is-child {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 22.87666666666667%;
      left: -10px; }
      .maintenance__cost-col.is-child::before, .maintenance__cost-col.is-child::after {
        content: "";
        display: block;
        position: absolute;
        width: calc(100% + 20px);
        border-radius: 7px;
        left: -10px; }
      .maintenance__cost-col.is-child::before {
        z-index: 1;
        background: #1D2941; }
      .maintenance__cost-col.is-child::after {
        z-index: 2;
        background: -o-linear-gradient(9.17deg, rgba(29, 76, 176, 0.28) -8.62%, rgba(29, 76, 176, 0) 68.52%);
        background: linear-gradient(80.83deg, rgba(29, 76, 176, 0.28) -8.62%, rgba(29, 76, 176, 0) 68.52%); }
      .maintenance__cost-col.is-child .maintenance__cost-list {
        padding-left: 30px;
        padding-right: 30px; }
        .maintenance__cost-col.is-child .maintenance__cost-list li:first-child {
          font-weight: 700;
          color: #2E78FF;
          font-size: 20px;
          line-height: 24px; }
      @media screen and (max-width: 1260px) {
        .maintenance__cost-col.is-child {
          width: 100%;
          left: 0; }
          .maintenance__cost-col.is-child::before, .maintenance__cost-col.is-child::after {
            width: 100%;
            left: 0;
            height: 100% !important;
            top: 0 !important; } }
    .maintenance__cost-col.col-1 {
      z-index: 2; }
    .maintenance__cost-col.col-2 {
      z-index: 3; }
      .maintenance__cost-col.col-2::before, .maintenance__cost-col.col-2::after {
        height: calc(100% + 40px);
        top: -20px; }
    .maintenance__cost-col.col-3 {
      z-index: 2; }
      @media screen and (min-width: 1261px) {
        .maintenance__cost-col.col-3 {
          padding-left: 20px; } }
    .maintenance__cost-col.col-1::before, .maintenance__cost-col.col-1::after, .maintenance__cost-col.col-3::before, .maintenance__cost-col.col-3::after {
      height: calc(100% + 20px);
      top: -10px; }
    @media screen and (max-width: 1260px) {
      .maintenance__cost-col:not(:last-child) {
        margin-bottom: 30px; } }
    @media screen and (max-width: 720px) {
      .maintenance__cost-col:not(:last-child) {
        margin-bottom: 20px; } }
  
  .maintenance__cost-list {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
    padding-left: 40px;
    padding-top: 39px;
    padding-bottom: 41px;
    margin-bottom: 0; }
    .maintenance__cost-list li {
      display: block;
      float: left;
      width: 100%;
      color: #fff;
      text-align: left;
      font: 400 15px/24px 'Montserrat', sans-serif; }
      .maintenance__cost-list li:not(:last-child) {
        margin-bottom: 20px; }
      @media screen and (min-width: 1261px) {
        .maintenance__cost-list li.col-min__height {
          min-height: 48px; } }
    @media screen and (max-width: 1260px) {
      .maintenance__cost-list {
        padding: 0 !important; }
        .maintenance__cost-list li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding-left: 15px;
          padding-right: 15px;
          padding-bottom: 8px;
          padding-top: 8px; }
          .maintenance__cost-list li::before {
            content: attr(data-title);
            padding-right: 10px;
            color: rgba(255, 255, 255, 0.6);
            text-align: left;
            font: 400 15px/24px 'Montserrat', sans-serif; }
          .maintenance__cost-list li span {
            text-align: right; }
          .maintenance__cost-list li:not(:last-child) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            margin-bottom: 0; } }
    @media screen and (max-width: 720px) {
      .maintenance__cost-list li {
        padding-left: 10px;
        padding-right: 10px; } }
  
  .nowrap {
    white-space: nowrap; }
  
  .maintenance__cost-text {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0; }
    .maintenance__cost-text li {
      display: block;
      float: left;
      width: 100%;
      color: rgba(255, 255, 255, 0.6);
      text-align: left;
      font: 400 12px/24px 'Montserrat', sans-serif; }
  
  /*open__card*/
  .open__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #1D2941 url("/local/templates/main/markup/css/../images/bg-open-card.png") no-repeat top center;
    background-size: cover;
    border-radius: 7px;
    margin: 170px 0 0; }
    @media screen and (max-width: 1260px) {
      .open__card {
        margin: 100px 0 0; } }
    @media screen and (max-width: 720px) {
      .open__card {
        margin: 40px 0 0; } }
  
  .open__card-left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 505px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media screen and (max-width: 1260px) {
      .open__card-left {
        width: 405px; } }
    @media screen and (max-width: 1020px) {
      .open__card-left {
        display: none; } }
  
  .open__card-img {
    display: block;
    float: left;
    width: 100%;
    margin-top: -19px; }
    @media screen and (max-width: 1260px) {
      .open__card-img {
        margin-top: 0; } }
    .open__card-img picture {
      float: left; }
    .open__card-img img {
      float: left;
      max-width: 100%;
      height: 100%; }
  
  .open__card-right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 1px;
    padding: 100px 83px 100px 75px; }
    @media screen and (max-width: 1260px) {
      .open__card-right {
        padding: 50px 20px 50px 30px; } }
    @media screen and (max-width: 1020px) {
      .open__card-right {
        padding: 50px 20px; } }
    @media screen and (max-width: 720px) {
      .open__card-right {
        padding: 15px 10px; } }
  
  .open__card-content {
    display: block;
    width: 100%;
    text-align: left;
    float: left; }
  
  .open__card-title {
    display: block;
    float: left;
    width: 100%;
    text-align: left !important; }
    .open__card-title::after {
      left: 0 !important; }
    @media screen and (min-width: 721px) {
      .open__card-title {
        padding-bottom: 32px !important; } }
    @media screen and (max-width: 720px) {
      .open__card-title br {
        display: none; } }
  
  .open__card-list {
    display: block;
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 70px; }
    @media screen and (max-width: 1260px) {
      .open__card-list {
        padding-right: 30px; } }
    @media screen and (max-width: 720px) {
      .open__card-list {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 0; } }
    .open__card-list li {
      display: block;
      float: left;
      width: 100%;
      position: relative;
      padding-left: 29px;
      font: 400 16px/24px 'Montserrat', sans-serif;
      color: #FFFFFF; }
      .open__card-list li:not(:last-child) {
        margin-bottom: 20px; }
        @media screen and (max-width: 720px) {
          .open__card-list li:not(:last-child) {
            margin-bottom: 10px; } }
      .open__card-list li b, .open__card-list li a {
        color: #2E78FF;
        font-weight: 600; }
      .open__card-list li a:hover {
        text-decoration: underline; }
      .open__card-list li::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 5px;
        width: 14px;
        height: 14px;
        background: url("/local/templates/main/markup/css/../images/icon-check.svg") no-repeat; }
  
.open__card-action {
 display: block;
 float: left;
 width: 100%;
 padding-left: 29px; }
 .open__card-action .btn-style {
   min-width: 280px; }
 @media screen and (max-width: 720px) {
   .open__card-action {
     padding-left: 0; }
     .open__card-action .btn-style {
       min-width: 100%; } }

  .btn-style {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
    margin: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left top, right top, from(#2E78FF), to(#4663BE));
    background-image: -o-linear-gradient(left, #2E78FF, #4663BE);
    background-image: linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -o-linear-gradient(to right, #2E78FF, #4663BE);
    background-image: -ms-linear-gradient(to right, #2E78FF, #4663BE);
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    position: relative;
    z-index: 10;
    float: left;
    -webkit-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    transition: All 0.2s ease; }
    .btn-style:hover {
      background-image: -webkit-gradient(linear, left top, right top, from(#2E78FF), to(#2E78FF));
      background-image: -o-linear-gradient(left, #2E78FF, #2E78FF);
      background-image: linear-gradient(to right, #2E78FF, #2E78FF);
      background-image: -o-linear-gradient(to right, #2E78FF, #2E78FF);
      background-image: -ms-linear-gradient(to right, #2E78FF, #2E78FF); }
    .btn-style:active {
      background-image: -webkit-gradient(linear, left top, right top, from(#4663BE), to(#4663BE));
      background-image: -o-linear-gradient(left, #4663BE, #4663BE);
      background-image: linear-gradient(to right, #4663BE, #4663BE);
      background-image: -o-linear-gradient(to right, #4663BE, #4663BE);
      background-image: -ms-linear-gradient(to right, #4663BE, #4663BE); }
	  
.popup {
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 34, 40, 0.9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}
.popup.is-open {
  opacity: 1;
  pointer-events: initial;
}
.popup__body {
  position: relative;
  max-width: 540px;
  width: 100%;
  margin: auto;
  padding: 55px 60px 60px 60px;
  text-align: center;
  background: rgba(27, 32, 44, 0.8);
  border-radius: 7px;
  -webkit-box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
          box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.05);
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(3.63%, rgba(29, 76, 176, 0.28)), color-stop(41.24%, rgba(29, 76, 176, 0)));
  background-image: linear-gradient(to top right, rgba(29, 76, 176, 0.28) 3.63%, rgba(29, 76, 176, 0) 41.24%);
}
@media (max-width: 565px) {
  .popup__body {
    padding: 20px;
  }
}
.popup__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  color: #2E78FF;
}
.popup__title--white {
  color: #FFF;
}
.popup__tagtitle {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 565px) {
  .popup__tagtitle br {
    display: none;
  }
}
.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 23px;
  height: 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.popup__close:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.popup__close:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
  left: 0;
}
.popup__close:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background: #FFF;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 11px;
  left: 0;
}

@media (max-height: 640px) {
  .popup {
    padding: 0;
    display: block;
  }
  .popup__body {
    margin: 50px auto;
  }
}

/* End */


/* Start:/local/templates/main/markup/js/lightGallery/lightGallery.css?172537361219148*/
/*clearfix*/
.group {
 *zoom: 1;
}
.group:before, .group:after {
	display: table;
	content: "";
	line-height: 0;
}
.group:after {
	clear: both;
}
/*/clearfix*/


/** /font-icons if you are not using font icons you can just remove this part/**/
@font-face {
	font-family: 'Slide-icons';
	src: url('/local/templates/main/markup/js/lightGallery/../fonts/Slide-icons.eot');
}
@font-face {
	font-family: 'Slide-icons';
	src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format('woff'), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWZZpI4AAAboAAAAHEdERUYANQAGAAAGyAAAACBPUy8yL9TcHwAAAVgAAABWY21hcOAx89QAAAHMAAABUmdhc3D//wADAAAGwAAAAAhnbHlmlq1ZxgAAAzQAAAGAaGVhZP3vdhkAAADcAAAANmhoZWEEEP/mAAABFAAAACRobXR4BeoAcQAAAbAAAAAabG9jYQEyAOAAAAMgAAAAEm1heHAAUwAnAAABOAAAACBuYW1l7pftcgAABLQAAAGwcG9zdCBfgkMAAAZkAAAAWgABAAAAAQAAZVgBDF8PPPUACwIAAAAAAM5oGq4AAAAAzmgargAA/+ACAAHgAAAACAACAAAAAAAAAAEAAAHg/+AALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAIACQACQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4BrwAAHg/+AALgHgACCAAAABAAAAAAAAAgAAAAAAAAAAqgAAAAAAAAIAAFEAqgAgAJYAAAAAAAMAAAADAAAAHAABAAAAAABMAAMAAQAAABwABAAwAAAACAAIAAIAAAAA4B3wAP//AAAAAOAa8AD//wAAH+oQAwABAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAEIAZACeAMAAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAQBRADYBrwGKAB0AAAE2NC8BJg8BJyYPAQYUHwEHBh8BFj8BFxY/ATYvAQGqBAQXCwx8fAwLFwQEfX0LCxcLDHx8DAsXCwt9AVwFDQUXCwt9fQsLFwUNBXx8DAsXCwt9fQsLFwsMfAABAKoABQGeAbYAEQAAEyYPAQYfAQcGHwEWMj8BNjQn1AwLEwsLrKwLCxMFDQXBCAgBtgsLEwsMrKwMCxMFBcEJGAkAAAkAIAAAAeABwAADAAcACwAPABMAFwAbAB8AIwAAEzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjIICAAUCAgKCAgKCAgAFAgICggICggIABQICAoICAAcCAgICAgCCAgICAgCCAgICAgAAAAQCWAAoBjwG2ABEAAAE2LwEmDwEGFB8BFj8BNjQvAQGKCwsTDAvBCQnBCwsUBAStAYwMCxMLC8EJGAnBCwsTBQ0FrAAAAAwAlgABAAAAAAABAAsAGAABAAAAAAACAAUAMAABAAAAAAADACcAhgABAAAAAAAEAAsAxgABAAAAAAAFAAsA6gABAAAAAAAGAAsBDgADAAEECQABABYAAAADAAEECQACAAoAJAADAAEECQADAE4ANgADAAEECQAEABYArgADAAEECQAFABYA0gADAAEECQAGABYA9gBTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABpAGMAbwBuAHMAAGljb25zAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAFMAbABpAGQAZQAtAGkAYwBvAG4AcwAgADoAIAAyADUALQA5AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IFNsaWRlLWljb25zIDogMjUtOS0yMDEzAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAABAAIBAgEDAQQBBQEGB3VuaUYwMDAHdW5pRTAxQQd1bmlFMDFCB3VuaUUwMUMHdW5pRTAxRAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAHAAEABAAAAAIAAAAAAAEAAAAAyYlvMQAAAADOaBquAAAAAM5oGq4=) format('truetype');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'Slide-icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/** / End of font-icons /**/




.light-gallery {
	overflow: hidden!important;
}
#lg-gallery img {
	border: none!important;
}
#lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999!important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: 1;
	-webkit-transition: opacity 0.35s ease;
	-moz-transition: opacity 0.35s ease;
	-o-transition: opacity 0.35s ease;
	-ms-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
	background: rgba(0,0,0,0.9);
}
#lg-outer .lg-slide{
	position: relative;
}
/*lightGallery starting effects*/
#lg-gallery.opacity {
	opacity: 1;
	transition: opacity 1s ease 0s;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	-ms-transition: opacity 1s ease 0s;
}
#lg-gallery.opacity .thumb-cont {
	opacity: 1;
}
#lg-gallery.fade-m {
	opacity: 0;
	transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
}
/*lightGallery starting effects*/


/*lightGallery core*/
#lg-gallery {
	height: 100%;
	opacity: 0;
	width: 100%;
	position: relative;
	transition: opacity 1s ease 0s;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	-ms-transition: opacity 1s ease 0s;
}
/**/
#lg-slider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	white-space: nowrap;
}
/**/
#lg-slider .lg-slide {
	background: url(/local/templates/main/markup/js/lightGallery/../img/loading.gif) no-repeat scroll center center transparent;
	display: inline-block;
	height: 100%;
	text-align: center;
	width: 100%;
}
#lg-slider .lg-slide.complete {
	background-image: none;
}
#lg-gallery.show-after-load .lg-slide > * {
	opacity: 0;
}
#lg-gallery.show-after-load .lg-slide.complete > * {
	opacity: 1;
}
#lg-slider.slide .lg-slide, #lg-slider.use-left .lg-slide {
	position: absolute;
	opacity: 0.4;
}
#lg-slider.fade-m .lg-slide {
	position: absolute;
	left: 0;
	opacity: 0;
}
#lg-slider.animate .lg-slide {
	position: absolute;
	left: 0;
}
#lg-slider.fade-m .current {
	opacity: 1;
	z-index: 9;
}
#lg-slider .lg-slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#lg-gallery.opacity .lg-slide .object {
	transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
}
.lg-slide .object{
	transform: scale3d(0.5, 0.5, 0.5);
	-moz-transform: scale3d(0.5, 0.5, 0.5);
	-ms-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	-o-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	-ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
}
#lg-gallery.fade-m .lg-slide .object {
	transform: scale3d(0.5, 0.5, 0.5);
	-moz-transform: scale3d(0.5, 0.5, 0.5);
	-ms-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	-o-transform: scale3d(0.5, 0.5, 0.5);
}
#lg-slider.fade-m.on .current {
	opacity: 1;
	transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
}
#lg-slider.fade-m .lg-slide {
	transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s;
}
#lg-slider.slide .lg-slide {
	transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	-webkit-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
}
#lg-slider.slide.on .lg-slide {
	opacity: 0;
}
#lg-slider.slide .lg-slide.current {
	opacity: 1 !important;
	transform: translate3d(0px, 0px, 0px) !important;
	-moz-transform: translate3d(0px, 0px, 0px) !important;
	-ms-transform: translate3d(0px, 0px, 0px) !important;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	-o-transform: translate3d(0px, 0px, 0px) !important;
}
#lg-slider.slide .lg-slide.prev-slide {
	opacity: 0;
	transform: translate3d(-100%, 0px, 0px);
	-moz-transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate3d(-100%, 0px, 0px);
	-webkit-transform: translate3d(-100%, 0px, 0px);
	-o-transform: translate3d(-100%, 0px, 0px);
}
#lg-slider.slide .lg-slide.next-slide {
	opacity: 0;
	transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	-webkit-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
}
#lg-slider.use-left .lg-slide {
	left: 100%;
}
#lg-slider.use-left.on .lg-slide {
	opacity: 0;
}
#lg-slider.use-left .lg-slide.current {
	opacity: 1 !important;
	left: 0% !important;
}
#lg-slider.use-left .lg-slide.prev-slide {
	opacity: 0;
	left: -100%;
}
#lg-slider.use-left .lg-slide.next-slide {
	opacity: 0;
	left: 100%;
}
#lg-slider.slide.on .lg-slide, #lg-slider.slide.on .current, #lg-slider.slide.on .prev-slide, #lg-slider.slide.on .next-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
#lg-slider.speed .lg-slide, #lg-slider.speed .current, #lg-slider.speed .prev-slide, #lg-slider.speed .next-slide {
	transition-duration: inherit !important;
	-moz-transition-duration: inherit !important;
	-webkit-transition-duration: inherit !important;
	-o-transition-duration: inherit !important;
	-ms-transition-duration: inherit !important;
}
#lg-slider.timing .lg-slide, #lg-slider.timing .current, #lg-slider.timing .prev-slide, #lg-slider.timing .next-slide {
	transition-timing-function: inherit !important;
	-moz-transition-timing-function: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	-o-transition-timing-function: inherit !important;
	-ms-transition-timing-function: inherit !important;
}
#lg-slider .lg-slide img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	cursor: -moz-grabbing;
	cursor: grab;
	cursor: -webkit-grab;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#lg-gallery .thumb-cont .thumb-inner {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
 @-webkit-keyframes rightEnd {
 0% {
left: 0;
}
 50% {
left: -30px;
}
 100% {
left: 0;
}
}
@keyframes rightEnd {
 0% {
left: 0;
}
 50% {
left: -30px;
}
 100% {
left: 0;
}
}
@-webkit-keyframes leftEnd {
 0% {
left: 0;
}
 50% {
left: 30px;
}
 100% {
left: 0;
}
}
@keyframes leftEnd {
 0% {
left: 0;
}
 50% {
left: 30px;
}
 100% {
left: 0;
}
}
.lg-slide .object.right-end {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}
.lg-slide .object.left-end {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}
/*lightGallery core*/


/*action*/
#lg-action {
	bottom: 20px;
	position: fixed;
	left: 50%;
	margin-left: -30px;
	z-index: 9;
	-webkit-backface-visibility: hidden;
}
#lg-action.has-thumb {
	margin-left: -46px;
}

#lg-action a {
	margin: 0 3px 0 0 !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	display: inline-block !important;
	display: inline-block;
	vertical-align: middle;
 *display: inline;
 *zoom: 1;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	font-size: 16px;
	width: 28px;
	height: 28px;
	font-family: 'Slide-icons';
	color: #FFF;
	cursor: pointer;
}
#lg-action a.disabled {
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: default;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65) !important;
}
#lg-action a:hover, #lg-action a:focus {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
#lg-action a#lg-prev:before, #lg-action a#lg-next:after {
	left: 5px;
	bottom: 2px;
	position: absolute;
}
#lg-action a#lg-prev:before {
	content: "\e01d";
}
#lg-action a#lg-next:after {
	content: "\e01b";
}
#lg-action a.cl-thumb:after {
	font-family: 'Slide-icons';
	content: "\e01c";
	left: 6px;
	bottom: 2px;
	font-size: 16px;
	position: absolute;
}
/*action*/

/*counter*/
#lg-counter {
	bottom: 52px;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 9;
	color: #FFFFFF;
}
/*lightGallery Thumb*/
#lg-gallery .thumb-cont {
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000000;
	-webkit-transition: max-height 0.4s ease-in-out;
	-moz-transition: max-height 0.4s ease-in-out;
	-o-transition: max-height 0.4s ease-in-out;
	-ms-transition: max-height 0.4s ease-in-out;
	transition: max-height 0.4s ease-in-out;
	z-index: 9;
	max-height: 0;
	opacity: 0;
}
#lg-gallery.open .thumb-cont {
	max-height: 350px;
}
#lg-gallery .thumb-cont .thumb-inner {
	margin-left: -12px;
	padding: 12px;
	max-height: 290px;
	overflow-y: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#lg-gallery .thumb-cont .thumb-info {
	background-color: #333;
	padding: 7px 20px;
}
#lg-gallery .thumb-cont .thumb-info .count {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
#lg-gallery .thumb-cont .thumb-info .close-button {
	color: #FFFFFF;
	display: block;
	float: right !important;
	width: 28px;
	position: relative;
	height: 28px;
	border-radius: 2px;
	margin-top: -4px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-transition: background-color 0.3s ease 0s;
	-moz-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	-ms-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
	z-index: 1090;
	cursor: pointer;
}
#lg-gallery .thumb-cont .thumb-info .close-button i:after {
	left: 6px;
	position: absolute;
	top: 2px;
}
#lg-gallery .thumb-cont .thumb-info .close-button i:after, #lg-close:after {
	content: "\e01a";
	font-family: 'Slide-icons';
	font-style: normal;
	font-size: 16px;
}
#lg-gallery .thumb-cont .thumb-info .close-button:hover {
	text-decoration: none;
	background-color: #000;
	background-color: rgba(0, 0, 0, 1);
}
#lg-gallery .thumb-cont .thumb {
	display: inline-block !important;
	vertical-align: middle;
	text-align: center;
 *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
	margin-bottom: 4px;
	height: 50px;
	width: 50px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	overflow: hidden;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: border-color linear .2s, opacity linear .2s;
	-moz-transition: border-color linear .2s, opacity linear .2s;
	-o-transition: border-color linear .2s, opacity linear .2s;
	-ms-transition: border-color linear .2s, opacity linear .2s;
	transition: border-color linear .2s, opacity linear .2s;
}
@media (min-width: 800px) {
#lg-gallery .thumb-cont .thumb {
	width: 94px;
	height: 94px;
}
}
#lg-gallery .thumb-cont .thumb > img {
	height: auto;
	max-width: 100%;
}
#lg-gallery .thumb-cont .thumb.active, #lg-gallery .thumb-cont .thumb:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	border-color: #ffffff;
}
/*lightGallery Thumb*/

/*lightGallery Video*/
#lg-slider .video-cont {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
    background: #000000;
}
#lg-slider .video-cont {
	background: #000000;
	min-width: 70%;
	max-width: 1440px;
	max-height: 90%;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#lg-slider .video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
    background: #000000;
}
#lg-slider .video .object {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}
/*lightGallery Video*/






/*lightGallery Close*/
#lg-close {
	color: #FFFFFF;
	height: 28px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 28px;
	z-index: 1090;
	cursor: pointer;
	border-radius: 2px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	-webkit-backface-visibility: hidden;
}
#lg-close:after {
	position: absolute;
	right: 6px;
	top: 2px;
}
#lg-close:hover {
	text-decoration: none;
	background-color: #000;
}
.custom-html {
	background: none repeat scroll 0 0 black;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
	color: #fff;
	font-family: Arial, sans-serif;
	height: 70px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
.custom-html p {
	font-size: 14px;
}
.custom-html > h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}

/* End */


/* Start:/local/templates/main/components/bitrix/menu/top/style.css?1726051623509*/
.menu__item.active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 13px;
    display: block;
    width: 20px;
    height: 1px;
    border-radius: 50px;
    background: #2E78FF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}

.menu__item.card-item.active:after {
    left: 30%;
}

.menu__item.active > a {
    color: #2E78FF;
}


/* End */


/* Start:/local/templates/main/template_styles.css?1750985066229*/
.cart-modal-btns {display:flex; gap:10px;}
.header__button {
  width: 160px;
  font-size: 13px;
}
.header__connect {gap:10px;}
.button__buy-3 {margin-bottom:15px;}
@media (max-width: 565px) {
  .header__calllink {display:none;}
}
/* End */
/* /local/templates/main/markup/css/style.css?1750715159341066 */
/* /local/templates/main/markup/js/lightGallery/lightGallery.css?172537361219148 */
/* /local/templates/main/components/bitrix/menu/top/style.css?1726051623509 */
/* /local/templates/main/template_styles.css?1750985066229 */
