:root {
    --footer-height: 340px;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #000;
    color: #1d1d1d;
    font-size: 16px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div#global-wrapper {
    min-height: 100%;
    margin-bottom: calc(var(--footer-height) * -1);
}

i.rur:after, .icon-rur:after,
i.rub:after, .icon-rub:after {
    content: "₽";
    font-style: normal;
}

i.usd:after, .icon-usd:after {
    content: "$";
    font-style: normal;
}

i.eur:after, .icon-eur:after {
    content: "€";
    font-style: normal;
}

i.uah:after, .icon-uah:after {
    content: "₴";
    font-style: normal;
}

i.kzt:after, .icon-kzt:after {
    content: "₸";
    font-style: normal;
}

i.aud:after, .icon-aud:after {
    content: "A$";
    font-style: normal;
}

i.gbp:after, .icon-gbp:after {
    content: "£";
    font-style: normal;
}

a, header, .ico-1, .ico-2, .play-btn, .tabs li, .item-wrap, .offer-bottom, .btn, .owl-nav div, .play-btn path, .play-btn #play {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}

a img {
    border: 0;
}

a:focus {
    outline: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

section {
    position: relative;
}

h3, h4, h5, h6, body, form, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 56px;
    margin: 0 0 20px;
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    font-size: 42px;
    margin: 0 0 30px;
}

h3 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 30px;
}

#top h3 {
    font-size: 50px;
    line-height: 50px;
}

[class^="ico-"], [class*=" ico-"] {
    display: inline-block;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
    min-width: 320px;
}

.container.short {
    padding-left: 60px;
    padding-right: 60px;
}

.container:before, .container:after, .clearfix:before, .row:before, .clearfix:after, .row:after {
    display: table;
    content: " ";
}

.container:after, .clearfix:after, .row:after {
    clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-offset-12 {
    margin-left: 100%;
}

.col-lg-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-lg-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-lg-offset-9 {
    margin-left: 75%;
}

.col-lg-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-lg-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-lg-offset-6 {
    margin-left: 50%;
}

.col-lg-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-lg-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-lg-offset-3 {
    margin-left: 25%;
}

.col-lg-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-lg-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-lg-offset-0 {
    margin-left: 0;
}

.col-lg-offset-right-12 {
    margin-right: 100%;
}

.col-lg-offset-right-11 {
    margin-right: 91.66666667%;
}

.col-lg-offset-right-10 {
    margin-right: 83.33333333%;
}

.col-lg-offset-right-9 {
    margin-right: 75%;
}

.col-lg-offset-right-8 {
    margin-right: 66.66666667%;
}

.col-lg-offset-right-7 {
    margin-right: 58.33333333%;
}

.col-lg-offset-right-6 {
    margin-right: 50%;
}

.col-lg-offset-right-5 {
    margin-right: 41.66666667%;
}

.col-lg-offset-right-4 {
    margin-right: 33.33333333%;
}

.col-lg-offset-right-3 {
    margin-right: 25%;
}

.col-lg-offset-right-2 {
    margin-right: 16.66666667%;
}

.col-lg-offset-right-1 {
    margin-right: 8.33333333%;
}

.col-lg-offset-right-0 {
    margin-right: 0;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
}

.col-dec-1, .col-dec-2, .col-dec-3, .col-dec-4, .col-dec-5, .col-dec-6, .col-dec-7, .col-dec-8, .col-dec-9 {
    float: left;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-dec-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-dec-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-dec-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-dec-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-dec-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-dec-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-dec-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-dec-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-dec-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-dec-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-dec-10 {
    width: 100%;
}

.col-dec-9 {
    width: 90%;
}

.col-dec-8 {
    width: 80%;
}

.col-dec-7 {
    width: 70%;
}

.col-dec-6 {
    width: 60%;
}

.col-dec-5 {
    width: 50%;
}

.col-dec-4 {
    width: 40%;
}

.col-dec-3 {
    width: 30%;
}

.col-dec-2 {
    width: 20%;
}

.col-dec-1 {
    width: 10%;
}


.col-lg-12 {
    width: 100%;
}

.col-lg-11 {
    width: 91.66666667%;
}

.col-lg-10 {
    width: 83.33333333%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-8 {
    width: 66.66666667%;
}

.col-lg-7 {
    width: 58.33333333%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-5 {
    width: 41.66666667%;
}

.col-lg-4 {
    width: 33.33333333%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-2 {
    width: 16.66666667%;
}

.col-lg-1 {
    width: 8.33333333%;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.hidden-lg {
    display: none !important;
}

/*new year*/

/* #logo a:before{
	content: "";
	background: url(../img/logo_svg_ny2019.svg) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	width: 241px;
	height: 55px;
	top: -34px;
	left: 9px;
}

#logo a:before{
	content: "";
	background: url(../img/new_year_2020_312x2280.png) no-repeat 0 0;
	background-size: cover;
	position: absolute;
	width: 312px;
	height: 95px;
	top: -45px;
	left: -45px;
	animation: garland 1.7s steps(24) forwards infinite;

}

@keyframes garland {
	100% {background-position: 0 -2280px}
}

#logo a:after{
	content: "";
	background: url(../img/snow_tile_36_300x135_new4.png) no-repeat 0 0;
	background-size: cover;
	position: absolute;
	width: 300px;
	height: 135px;
	top: -45px;
	left: -40px;
	animation: snow 3s steps(36) infinite;
}

@keyframes snow {
    100% {background-position: 0 -4860px}
}
*/

/*new year 2024*/
/*#logo a:before{
    content: "";
    background: url(../img/new_year_2024_450x2400.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    width: 450px;
    height: 160px;
    top: -45px;
    left: -105px;
    animation: fireworks 1.7s steps(15) forwards infinite;

}

@keyframes fireworks {
    100% {background-position: 0 -2400px}
}*/
/*
#logo a:after{
    content: "";
    background: url(../img/new_year_2024_balls_85x1350.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    width: 85px;
    height: 90px;
    top: -33px;
    right: -16px;
    animation: balls 1.7s steps(15) forwards infinite;

}

@keyframes balls {
    100% {background-position: 0 -1350px}
}
*/
/*new year 2024 end */

#logo a {
    position: relative;
}
/*new year end*/

#logo img {
    width: 238px;
    /*height: 45px;*/
    /*width: 240px;
    height: 50px;*/
    /*width: 290px;*/
}

/*
#logo-2019-snow{

}
*/

.lang-switch {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 26px;
    overflow: hidden;
    padding: 0 0 0 5px;
    font-size: 16px;
    line-height: 16px;
    z-index: 6;
    text-transform: uppercase;
    cursor: default;
    border-radius: 4px;
}

.lang-switch-arrow {
    padding: 3px;
    position: absolute;
    right: 6px;
    top: 8px;
}

.lang-switch-arrow::after {
    content: '';
    position: absolute;
    left: 6px;
    bottom: -6px;
    border: 3px solid transparent;
    border-top: 3px solid rgba(203, 255, 0, 0.6);
}

.lang-switch:hover {
    height: 56px;
    transition: height 0.3s;
    background-color: #121212;
}

.lang-switch a, .lang-switch span {
    display: block;
    width: 30px;
    height: 26px;
    padding: 7px 0;
    text-align: left;
    color: rgba(203, 255, 0, 0.6);
}

.lang-switch:hover a, .lang-switch:hover span {
    color: rgba(203, 255, 0, 0.6);
}

.lang-switch:hover a:hover, .lang-switch:hover span:hover {
    color: #cbff00;
}

.lang-switch:hover span:hover + div.lang-switch-arrow::after {
    border-top: 3px solid #cbff00;
}


.f-bottom {
    margin-top: 50px;
}

.f-bottom .btn {
    width: 100%;
    font-size: 16px;
    font-weight: 700
}

.f-bottom-col {
    width: 50%;
    float: left;
    padding-right: 35px;
}

.f-bottom-col:last-child {
    padding-left: 35px;
    padding-right: 0;
}

.f-bottom-col a {
    font-size: 14px;
    line-height: 50px;
}

.f-line {
    font-size: 14px;
    color: #b9b9b9;
    left: 0;
    bottom: -30px;
    position: absolute;
    width: 100%;
}

.f-line a {
    color: #a2c037;
    text-decoration: underline;
}

.f-line a:hover {
    color: #cdff00;
    text-decoration: none;
}

#top {
    height: 65vh;;
    width: 100%;
    overflow: hidden;
    background-image: url('../img/video-placeholder.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#top .container {
    position: relative;
    z-index: 2;
}

#top:after {
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    width: 100%;
    background: /*url(../img/snow_1.png) no-repeat 0 100%,*/ /*new year*/ /*url(../img/snow_2.png) no-repeat 100% 100%,*/ /*new year*/ url('../img/video-bg.png') repeat 0 0;
}

#top.other:after {
    background: none;
}

.top-outer {
    position: relative;
    z-index: 3;
    top: 0;
    display: table;
    height: 100%;
    width: 100%;
    padding: 70px 0;
}

.top-inner {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.top-inner.top {
    vertical-align: top;
}

.top-inner.bottom {
    vertical-align: bottom;
}

video {
    position: absolute;
    top: 0;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
}

.btn {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    /*text-transform:uppercase;*/
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background: #ccff00;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn.btn-default {
    color: #333333;
    border: 1px solid #dddddd;
    box-shadow: 0 2px 3px -2px rgba(26, 26, 26, 0.25);
    background: #fff;
}

.btn.btn-default:hover {
    border-color: #a4cc00;
    box-shadow: 0 2px 3px -2px rgba(26, 26, 26, 0.35);
    background-color: #ffffff;
    color: #a4cc00;
}

.btn.btn-default:focus, .btn.btn-default:active {
    color: #96bb00;
    border-color: #96bb00;
    box-shadow: 0 2px 3px -2px rgba(26, 26, 26, 0.1);
}

.btn.btn-info {
    background: #eeeeee;
    color: #000000;
    border: 1px solid #dddddd;
    box-shadow: 0 2px 3px -2px rgba(26, 26, 26, 0.25);
}

.btn.btn-info:hover {
    background: #dddddd;
    border-color: #b2b2b2;
    color: #1a1a1a;
    box-shadow: 0 2px 3px -2px rgba(26, 26, 26, 0.35);
}

.btn.btn-info:focus, .btn.btn-info:active {
    background: #dddddd;
    color: #888888;
    border-color: #b2b2b2;
    box-shadow: 0 2px 3px -2px rgba(26, 26, 26, 0.1);
}

.btn.btn-warning {
    background: #ffdc0d;
    color: #000000;
    border: 1px solid #fbc900;
    box-shadow: 0 2px 3px -2px rgba(26, 26, 26, 0.25);
}

.btn.btn-warning:hover {
    background: #ffee28;
    border-color: #ffdc0d;
    color: #1a1a1a;
    box-shadow: 0 2px 3px -2px rgba(26, 26, 26, 0.35);
}

.btn.btn-warning:focus, .btn.btn-warning:active {
    background: #fbcf00;
    color: #444444;
    border-color: #fbc900;
    box-shadow: 0 2px 3px -2px rgba(26, 26, 26, 0.1);
}

.btn-larger {
    width: 280px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 500
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    background: none;
}

.mobile-menu {
    display: none
}

.mobile-menu div {
    padding-bottom: 10px;
}

nav {
    margin-top: 15px;
    justify-content: center;
}

nav:last-child {
    justify-content: flex-end;
}

nav li {
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
}

nav:last-child li:last-child {
    padding: 0 0 0 10px;
    line-height: 15px;
}

nav li a {
    color: #fff;
    position: relative;
}

nav .has-border:after, #top .colored:after, ul.tabs li:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 7px;
    width: 0;
    background: url('../img/link.svg') no-repeat 0 0;
    border-radius: 0 25px 4px 0;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
}

ul.tabs li:after {
    left: 50%;
    margin-left: -75px
}

#footer-tab ul.tabs li:after {
    left: 0;
    margin-left: 25px;
}

ul.tabs li.current:after {
    width: 150px;
}

#footer-tab ul.tabs li.current:after {
    width: 85%
}

.owl-carousel .owl-nav button {
    position: absolute;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 18px;
    height: 22px;
    background: url('../img/sprite.svg') -5px -32px no-repeat;
    opacity: 0.6;
    top: 50%;
    margin-top: -11px;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -30px;
}

.owl-next {
    transform: rotate(180deg);
}

nav .has-border:hover:after, nav .has-border.active:after, #top .colored:hover:after {
    width: 100%;
}

.no-lower {
    text-transform: none;
}

.ico-1 {
    float: left;
    margin-right: 5px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 200%;
}

.ico-1 {
    background: url('../img/sprite.svg') -170px 0 no-repeat;
    width: 16px;
    height: 17px;
}

.ico-1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 200%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

.ico-1:after {
    background: url('../img/sprite.svg') -190px 0 no-repeat;
}

.ico_sign-in {
    float: left;
    position: relative;
    margin-right: 5px;
    width: 21px;
    height: 14px;
    background: url('../img/sprite.svg') -96px -32px no-repeat;
    transform: rotate(180deg);
}

.ico_sign-in:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../img/sprite.svg') -128px -32px no-repeat;
    transition: opacity 0.3s;
    opacity: 0;
}

.ico_logout {
    float: left;
    position: relative;
    margin-right: 5px;
    width: 21px;
    height: 14px;
    background: url('../img/sprite.svg') -128px -32px no-repeat;
    transition: opacity 0.3s;
    opacity: .4;
}

.u-icon {
    color: #cdff00;
}

.e-icon {
    color: #757575;
}

.u-icon:hover .ico-1:after, .e-icon:hover, .u-icon:hover .ico_sign-in:after, .e-icon:hover .ico_logout {
    opacity: 1;
    filter: alpha(opacity=100);
}

.u-icon:hover, .e-icon:hover {
    color: #fff;
}

.white {
    background: #121212;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.29);
}

.top-p, .top-p2 {
    font-size: 32px;
    font-weight: 300;
    margin: 0;
}

.top-p2 {
    margin-top: 100px;
    text-transform: uppercase;
}

.other .top-p, .other h1 {
    font-size: 50px;
}

.join {
    width: 420px;
    margin: 50px auto 0;
}

.join a {
    width: 190px;
    float: right;
    color: #c9fd34;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 22px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #ccfd34;
    border-radius: 6px;
    transition: background-color 0.4s, color 0.4s;
}

.join a:hover {
    background-color: rgba(204, 253, 52, 1);
    color: #000;
}

.join a:first-child {
    float: left;
}

.colored {
    font-weight: 700;
    color: #ccff00;
    position: relative;
}

.down {
    width: 22px;
    height: 43px;
    display: inline-block;
    opacity: .5;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -11px;
    animation: scrolling 1s infinite;
    -webkit-animation: scrolling 1s infinite;
    background: url('../img/sprite.svg') -189px -32px no-repeat;
}

@keyframes scrolling {
    0%, 100% {
        bottom: 40px;
    }
    50% {
        bottom: 50px;
    }
}

@-webkit-keyframes scrolling {
    0%, 100% {
        bottom: 40px;
    }
    50% {
        bottom: 50px;
    }
}

#welcome {
    padding: 120px 0;
    background-color: #F7F7F7;
}

#benefits {
    padding: 120px 0;
    background-color: #fff;
}

#benefits-adv {
    padding: 120px 0;
    background-color: #fff;
}

#aver {
    padding: 100px 0;
    background-color: #fff;
}

#events {
    padding: 100px 0;
    background-color: #f5f5f5;
}

#mission {
    padding: 80px 0 100px 0;
    background-color: #fff;
}

#what-cpa {
    padding: 60px 0;
    background-color: #f6f6f6;
}

#contacts {
    padding: 60px 0;
    background-color: #f5f5f5;
}

#contacts-ru {
    padding: 90px 0;
    background-color: #FFFFFF;
}

#payment_systems {
    padding: 70px 0 0 0;
    background-color: #fff;
}

#payment_work {
    padding: 100px 0 75px 0;
    background-color: #f9f9f9;
}

#payment_period {
    padding: 100px 0 75px 0;
    background-color: #fff;
}

#offers-p {
    padding: 100px 15px 60px;
    background-color: #eeeeee;
}

.terms {
    padding: 100px 0;
    background-color: #f5f5f5;
}

#other, #other-page {
    padding: 100px 0;
    background-color: #f5f5f5;
}

#auth {
    padding: 100px 0;
    background-color: #fff;
}

#offer-text {
    padding: 40px 0;
    background-color: #fff;
    font-size: 14px;
    line-height: 24px;
}

#offer-text a {
    color: #96bb00;
}

#offer-text h2 {
    font-size: 20px;
    margin: 30px 0 -10px;
    padding: 0;
}

#offer-text ul li {
    list-style: outside none disc;
    margin: 0 0 0 20px;
}

#payment_period a, #payment_work a {
    color: #96bb00;
}


.top-video {
    position: relative;
}

#welcome h3,
#offers p.text,
#benefits p,
#benefits h3,
#benefits-adv p,
#benefits-adv h3,
.top-video,
#aver p,
#aver h3,
#events p,
#events h3 {
    margin: 0 0 80px 0;
}

.play-btn {
    position: absolute;
    width: 70px;
    height: 61px;
    top: 50%;
    margin-left: -35px;
    left: 50%;
    margin-top: -30px;
    display: block;
}

.play-btn:hover path {
    fill: #fff204;
}

#mission p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 32px;
}

.benefits-wrap {
    /*display: table;*/
    /*width: 100%;*/
    margin-top: 34px;
    margin-bottom: 64px;
}

.benefits-item {
    position: relative;
    width: 20%;
    float: left;
    text-align: center;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#mission .benefits-item {
    width: 25%;
}

.benefits-ico {
    display: block;
    width: 136px;
    height: 102px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    color: #000;
}

/*#mission .benefits-ico{
	width: 127px;
	height: 95px;
}*/


.benefits-ico img {
    position: absolute;
    left: 0;
}

.animated-1:hover img {
    -webkit-animation: anim1 1.6s steps(8, end) infinite;
    animation: anim1 1.6s steps(8, end) infinite;
}

.animated-2:hover img {
    -webkit-animation: anim2 2s steps(13, end) infinite;
    animation: anim2 2s steps(13, end) infinite;
}

.animated-3:hover img {
    -webkit-animation: anim3 1.6s steps(6, end) infinite;
    animation: anim3 1.6s steps(6, end) infinite;
}

.background-wide {
    background: #f7f7f7 no-repeat 0 0;
    background-size: cover;
    padding: 68px 0 52px 0;
}

.background-wide .white-text {
    color: #fff;
}

#mission .background-wide {
    margin-bottom: 88px;
}

#mission .background-wide p {
    font-size: 20px;
}

@-webkit-keyframes anim1 {
    from {
        left: 0;
    }
    to {
        left: -1088px;
    }
}

@keyframes anim1 {
    from {
        left: 0;
    }
    to {
        left: -1088px;
    }
}

@-webkit-keyframes anim2 {
    from {
        left: 0;
    }
    to {
        left: -1768px;
    }
}

@keyframes anim2 {
    from {
        left: 0;
    }
    to {
        left: -1768px;
    }
}

@-webkit-keyframes anim3 {
    from {
        left: 0;
    }
    to {
        left: -509px;
    }
}

@keyframes anim3 {
    from {
        left: 0;
    }
    to {
        left: -816px;
    }
}

@-webkit-keyframes anim4 {
    from {
        left: 0;
    }
    to {
        left: -2132px;
    }
}

@keyframes anim4 {
    from {
        left: 0;
    }
    to {
        left: -2132px;
    }
}

@-webkit-keyframes anim5 {
    from {
        left: 0;
    }
    to {
        left: -1804px;
    }
}

@keyframes anim5 {
    from {
        left: 0;
    }
    to {
        left: -1804px;
    }
}

.benefits-title {
    margin-top: 30px;
}

#offers {
    padding: 100px 0;
    background: #f7f7f7;
}

ul.tabs {
    width: 100%;
    text-align: center;
}

ul.tabs li {
    display: inline-block;
    position: relative;
    font-weight: 300;
    padding: 0 25px;
    text-transform: uppercase;
    background: none;
    font-size: 20px;
    cursor: pointer;
    color: #bbbfc2
}

ul.tabs li:hover {
    color: #101a28
}

ul.tabs li.current {
    font-weight: 700;
    color: #101a28
}

.tabscontent {
    position: relative;
    z-index: 1;
    padding: 60px 0 0 0;
    display: none;
    width: 100%;
}

.tabscontent p {
    margin-top: 0;
    margin-bottom: 0;
}

#offers .owl-carousel {
    margin: 60px 0 0 0;
}

.item-wrap {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    position: relative;
    margin: 0 15px;
}

.img-outer {
    display: table;
    height: 100%;
    width: 100%;
}

.img-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.offer-image {
    position: relative;
    height: 210px;
    overflow: hidden;
}

.offer-image img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    height: auto;
}

.offer-title {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
}

#offers .item a:hover .item-wrap {
    -webkit-box-shadow: 1px 4px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 4px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

.item-wrap .btn {
    opacity: 0;
    position: absolute;
    bottom: 70px;
    margin-left: -80px;
    left: 50%;
}

.offer-price {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.offer-price img {
    height: 14px;
    display: inline;
    padding-left: 5px;
}

.offer-bottom {
    margin-bottom: 30px;
}

#offers .item a:hover .offer-bottom {
    filter: Alpha(Opacity=0);
    opacity: 0;
}

#offers .item a:hover .btn {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#events .btn-larger {
    margin-top: 38px;
}

#carousel-events .item.over {
    opacity: 0.5;
}

#carousel-events .item-wrap {
    text-align: left;
    padding: 15px 22px;
    margin: 0 15px;
    height: 300px;
}

.event-image {
    position: relative;
    height: 138px;
    overflow: hidden;
}

.event-image img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
    height: auto;
}

.event-title {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    margin-bottom: 12px;
    margin-top: 10px;
}

.event-description {
    display: block;
    color: #555555;
    font-size: 14px;
    margin-bottom: 25px;
    min-height: 38px;
}

.event-period {

    color: #b5b5b5;
    font-size: 14px;
}

.event-bottom {
    /*margin-bottom:15px;*/
}


/*carousels on about page*/
.container.carousel h3 {
    margin-bottom: 60px;
}

.review-carousel .item-wrap {
    background: none;
    font-size: 16px;
    font-weight: 300;
    color: #222222;
    text-align: left;
}

#carousel-press.review-carousel .item-wrap {
    text-align: center;

}

.review-carousel .item-wrap h4 {
    color: #000;
    font-size: 24px;
    display: inline-block;
}

.review-carousel .item-wrap h4::after {
    background: rgba(0, 0, 0, 0) url('../img/span.svg') no-repeat scroll 0 0 / 100% 100%;
    bottom: -4px;
    content: "";
    height: 35px;
    left: -4px;
    opacity: 1;
    padding: 0 5px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

#carousel-press.review-carousel .item-wrap figcaption {
    font-weight: 400;
    height: 80px;
    margin-bottom: 10px;
}


.review-carousel .item-wrap a {
    color: #9f9f9f;
    display: block;
    margin-top: 5px;
    margin-bottom: 25px;
}

#carousel-press.review-carousel .item-wrap a {
    color: #b6b6b6;
    font-size: 12px;
    margin-bottom: 0;
    transition: all 0.3s ease 0s;
}

#carousel-press.review-carousel .item-wrap a .show {
    display: block;
}

#carousel-press.review-carousel .item-wrap a .hide {
    display: none;
}

#carousel-press.review-carousel .item-wrap a:hover .hide {
    display: block;
}

#carousel-press.review-carousel .item-wrap a:hover .show {
    display: none;
}


.review-carousel .item-wrap img {
    margin-bottom: 25px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}


.footer-carousel .item-wrap figcaption {
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
}

#footer-bottom .contents {
    max-height: 300px;
}

@media (max-width: 1199px) {
    .footer-carousel.owl-carousel .owl-nav button.owl-prev,
    .footer-carousel.owl-carousel .owl-nav button.owl-next {
        background: url('../img/sprite.svg') -171px -77px no-repeat;
    }

    .footer-carousel.owl-carousel .owl-nav button.owl-prev {
        left: 0 !important;
    }

    .footer-carousel.owl-carousel .owl-nav button.owl-next {
        right: 0 !important;
    }

    .footer-carousel .item-wrap figcaption {
        font-size: 14px;
    }

    #footer-bottom .contents {
        max-height: 250px;
    }

    #footer-bottom #content3 {
        padding-top: 0;
    }
}

@media (max-width: 950px) {
    #footer-bottom .promo-bottom p {
        margin-top: 50px;
    }
}

@media (max-width: 420px) {
    #footer-bottom .promo-bottom p {
        margin-top: 100px;
    }
}


#mission hr {
    border: 0 none;
    border-top: 1px solid #e5e5e5;
    margin-top: 60px;
    margin-bottom: 92px;
}


#aver .benefits-wrap {
    margin-bottom: 80px;
}

.more {
    display: inline-block;
    color: #95bd00;
}

.more:after {
    content: '';
    display: inline-block;
    position: relative;
    top: 4px;
    left: 5px;
    width: 19px;
    height: 19px;
    background: url('../img/sprite.svg') -64px -32px no-repeat;
}

#what-cpa .more {
    margin: 0 0 20px;
    padding-right: 25px;
    color: #131311;
    cursor: pointer;
}

#what-cpa .more:after {
    background-position: -33px -32px;
}

#what-cpa .row:first-child {
    padding: 0 0 40px;
}

.btn:hover {
    background: #fff204;
}

#footer-bottom {
    padding: 120px 0;
    color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer-bottom ul.tabs li {
    font-weight: 300;
    font-size: 36px;
    color: #848180
}

#footer-bottom ul.tabs li:hover {
    color: #fff;
}

#footer-bottom ul.tabs li.current {
    font-weight: 400;
    color: #fff;
}

.tab-title {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #778d0e
}

.tab-title h5 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.tab-title p {
    font-size: 18px;
}

.promo-bottom p {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px;
    margin: 150px 0 30px 0;
}

.tab-title a {
    color: #b6b6b6;
    font-size: 12px;
}

.tab-title a:hover {
    color: #fff;
}

.tab-item img {
    margin-bottom: 10px;
    max-width: 100%;
}

.bolder {
    font-weight: 700
}

#footer-fix {
    height: var(--footer-height);
}

footer {
    width: 100%;
    height: var(--footer-height);
    padding: 70px 0;
    margin-top: calc(var(--footer-height) * -1);
    color: #fff;
    font-size: 14px;
    background: url('../img/footer-bg.png') top center;
}

.f-col-l img {
    display: block;
}

.f-col-l {
    font-size: 12px;
}

.f-col-l a {
    color: #555555;
    text-decoration: underline;
}

.f-col-l-wrapper {
    display: flex;
}

.footer__copy {
    padding-top: 50px;
}

.flogo {
    height: 30px;
    margin: 0 0 30px 0;
}

.bottom-menu h6 {
    font-size: 14px;
    font-weight: 700;
    color: #cdfe04;
    margin: 0 0 20px 0;
}

.bottom-menu li {
    display: block;
    padding: 0 0 10px 0;
}

.bottom-menu li a {
    color: #fff;
}

.bottom-menu li a:hover, .f-col-l a:hover, .copy a:hover {
    color: #cdfe04;
    text-decoration: none;
}

.bottom-menu li:last-child {
    padding: 0
}

.social {
    /*	padding-left: 60px;*/
    margin-bottom: 10px;
}

.footer-mail {
    font-size: 16px;
    color: #cdfe04;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.footer-mail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 24px;
    background: url('../img/ico-messengers.svg') 0 -26px no-repeat;
    background-size: cover;

}

.container-footer-phone {
    margin-top: 12px;
}

.footer-phone {
    display: inline-block;
    font-size: 16px;
    color: #cdfe04;
    white-space: nowrap;
    position: relative;
    padding-left: 30px;
}

.footer-phone:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 24px;
    background: url('../img/ico-messengers.svg') 0 -75px no-repeat;
    background-size: cover;

}

.social li {
    display: inline-block;
    padding-right: 20px;
}

.vk,
.tw,
.fb,
.tgm,
.inst,
.linkedin {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background-image: url('../img/sprite.svg');
    background-repeat: no-repeat;
}

.vk {
    background-position: -15px -185px;
}

.tw {
    background-position: -75px -185px;
}

.fb {
    background-position: -135px -185px;
}

.tgm {
    background-position: -195px -185px;
}

.inst {
    background-position: -255px -185px;
}

.linkedin {
    background-position: -315px -185px;
}

.vk:after,
.tw:after,
.fb:after,
.tgm:after,
.inst:after,
.linkedin:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url('../img/sprite.svg');
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s;
}

.vk:after {
    background-position: -15px -245px;
}

.tw:after {
    background-position: -75px -245px;
}

.fb:after {
    background-position: -135px -245px;
}

.tgm:after {
    background-position: -195px -245px;
}

.inst:after {
    background-position: -255px -245px;
}

.linkedin:after {
    background-position: -315px -245px;
}

.vk:hover:after,
.tw:hover:after,
.fb:hover:after,
.tgm:hover:after,
.inst:hover:after,
.linkedin:hover:after {
    opacity: 1;
}

.social-top li:last-child, .social-bottom li:last-child {
    padding-right: 0;
}

.copy {
    margin-top: 15px;
    color: #555;
}

.copy a {
    color: #555;
    text-decoration: underline;
}

.wrapper {
    position: relative;
    min-height: 100%;
}

.content {
    width: 100%;
}

div.page404 {
    display: block;
    text-align: center;
    padding-top: 8rem;
    margin: 0 auto;
}

div.page404 img {
    width: 100%;
    max-width: 764px;
}

div.page404 img:first-child {
    display: inline-block;
}

div.page404 img:last-child {
    display: none;
}

div.page404:hover img:first-child {
    display: none;
}

div.page404:hover img:last-child {
    display: inline-block;
}

.text404 {
    font-size: 20px;
    color: #cbff00;
    text-transform: uppercase;
    text-align: center;
    padding: 3rem 0;
}

.uppercase {
    text-transform: uppercase;
}

img.image-mission {
    width: 100%;
    max-width: 489px;
    float: right;
    padding-left: 50px;
    padding-bottom: 50px;
}

.icon-svg {
    text-align: center;
    font-size: 16px;
}

.icon-svg img {
    display: block;
    margin: 0 auto 1rem;
}

.what-cpa-ico {
    position: relative;
    width: 100px;
    height: 100px;
    background: url('../img/ico-what-cpa.png') 0 0 no-repeat;
    background-size: 200% auto;
    cursor: pointer;
}

.what-cpa-ico.answer {
    background-position: 0 -100px;
}

.what-cpa-ico:after {
    content: "";
    width: 100px;
    height: 100px;
    background: url('../img/ico-what-cpa.png') -100px 0 no-repeat;
    background-size: 200% auto;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.5s ease 0s;
}

.what-cpa-ico.answer:after {
    background-position: -100px -100px;
}

.what-cpa-ico.question:hover:after, .what-cpa-ico.answer:hover:after {
    opacity: 1;
}

.other .container {
    display: table;
    height: 100%;
}

.other .container .row:first-child {
    display: table-row;
    height: 55%;
}

.other .container .row:last-child {
    display: table-row;
    height: 45%;
}

.other .container .row > div {
    display: table-cell;
    vertical-align: bottom;
}

.padding-top {
    padding-top: 20px;
}

#what-cpa h3 {
    margin-bottom: 10px;
    font-size: 42px;
    font-weight: bold;
}

.spoiler-hide {
    font-size: 14px;
    line-height: 22px;
}

.spoiler-hide h4 {
    font-weight: bold;
    margin: 20px 0 0;
}

.spoiler-hide p {
    margin: 0;
}

.spoiler-hide ul {
    padding-bottom: 10px;
}

.spoiler-hide ul li {
    margin: 0 0 0 20px;
    list-style: outside disc;
}

.benefits-block_image, .benefits-block_image-hovered {
    float: left;
    width: 125px;
    height: 125px;
    margin-right: 15px;
    background: url('../img/icons_features.svg') 0 0 no-repeat;
    background-size: 2325px;
}

.benefits-block_image:hover, .benefits-block_image-hovered {
    background-position: 0 -120px;
}

.benefits-block_image.i2 {
    background-position: -130px 0;
}

.benefits-block_image.i2:hover {
    background-position: -130px -120px;
}

.benefits-block_image.i3 {
    background-position: -250px 0;
}

.benefits-block_image.i3:hover {
    background-position: -250px -120px;
}

.benefits-block_image.i4 {
    background-position: -375px 0;
}

.benefits-block_image.i4:hover {
    background-position: -375px -120px;
}

.benefits-block_image.i5 {
    background-position: -500px 0;
}

.benefits-block_image.i5:hover {
    background-position: -500px -120px;
}

.benefits-block_image.i6 {
    background-position: -630px 0;
}

.benefits-block_image.i6:hover, .benefits-block_image-hovered.i6 {
    background-position: -630px -120px;
}

.benefits-block_image.i7 {
    background-position: -770px 0;
}

.benefits-block_image.i7:hover {
    background-position: -770px -120px;
}

.benefits-block_image.i8 {
    background-position: -890px 0;
}

.benefits-block_image.i8:hover {
    background-position: -890px -120px;
}

.benefits-block_image.i9 {
    background-position: -1025px 0;
}

.benefits-block_image.i9:hover {
    background-position: -1025px -120px;
}

.benefits-block_image.i10 {
    background-position: -1150px 0;
}

.benefits-block_image.i10:hover, .benefits-block_image-hovered.i10 {
    background-position: -1150px -120px;
}

.benefits-block_image.i11 {
    background-position: -1280px 0;
}

.benefits-block_image.i11:hover {
    background-position: -1280px -120px;
}

.benefits-block_image.i12 {
    background-position: -1410px 0;
}

.benefits-block_image.i12:hover, .benefits-block_image-hovered.i12 {
    background-position: -1410px -120px;
}

.benefits-block_image.i13 {
    background-position: -1540px 0;
}

.benefits-block_image.i13:hover, .benefits-block_image-hovered.i13 {
    background-position: -1540px -120px;
}

.benefits-block_image.i14 {
    background-position: -1670px 0;
}

.benefits-block_image.i14:hover {
    background-position: -1670px -120px;
}

.benefits-block_image.i15 {
    background-position: -1806px 0;
}

.benefits-block_image.i15:hover {
    background-position: -1806px -120px;
}

.benefits-block_image.i16 {
    background-position: -1935px 0;
}

.benefits-block_image.i16:hover {
    background-position: -1935px -120px;
}

.benefits-block_image.i17 {
    background-position: -2060px 0;
}

.benefits-block_image.i17:hover {
    background-position: -2060px -120px;
}

.benefits-block_image.i18 {
    background-position: -2190px 0;
}

.benefits-block_image.i18:hover {
    background-position: -2190px -120px;
}

.benefits-block_title {
    display: table-cell;
    width: calc(100% - 140px);
    height: 125px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    vertical-align: middle;
}

.benefits-block_title span {
    position: relative;
    z-index: 1;
}

.benefits-block_title span:after {
    content: '';
    position: absolute;
    left: -5px;
    bottom: -1px;
    width: 0;
    height: 17px;
    padding: 0 5px;
    background: url("../img/span.svg") 0 0 no-repeat;
    background-size: 100% 100%;
    transition: width 0.4s ease 0s;
    opacity: 0;
    z-index: -1;
}

.benefits-block_title span.benefits-block_hover:after {
    width: 100%;
    opacity: 1;
}

.benefits-block_text:before {
    content: "";
    display: table;
    clear: both;
}

.benefits-block_text {
    padding-right: 15px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.about .benefits-ico {
    width: 125px;
    height: 125px;
    background: url('../img/benefits.svg') 3px 10px no-repeat;
}

#benefits-1.about .benefits-item:nth-child(2) .benefits-ico {
    background-position: -125px 10px;
}

#benefits-1.about .benefits-item:nth-child(3) .benefits-ico {
    background-position: -250px 10px;
}

#benefits-1.about .benefits-item:nth-child(4) .benefits-ico {
    background-position: -375px 10px;
}

#benefits-1.about .benefits-item:nth-child(1):hover .benefits-ico {
    background-position: 3px -111px;
}

#benefits-1.about .benefits-item:nth-child(2):hover .benefits-ico {
    background-position: -125px -111px;
}

#benefits-1.about .benefits-item:nth-child(3):hover .benefits-ico {
    background-position: -250px -111px;
}

#benefits-1.about .benefits-item:nth-child(4):hover .benefits-ico {
    background-position: -375px -111px;
}

/*second icons pull*/
#benefits-2.about .benefits-item:nth-child(1) .benefits-ico {
    background-position: -500px 10px;
}

#benefits-2.about .benefits-item:nth-child(2) .benefits-ico {
    background-position: -625px 10px;
}

#benefits-2.about .benefits-item:nth-child(3) .benefits-ico {
    background-position: -750px 10px;
}

#benefits-2.about .benefits-item:nth-child(4) .benefits-ico {
    background-position: -875px 10px;
}

#benefits-2.about .benefits-item:nth-child(1):hover .benefits-ico {
    background-position: -500px -111px;
}

#benefits-2.about .benefits-item:nth-child(2):hover .benefits-ico {
    background-position: -625px -111px;
}

#benefits-2.about .benefits-item:nth-child(3):hover .benefits-ico {
    background-position: -750px -111px;
}

#benefits-2.about .benefits-item:nth-child(4):hover .benefits-ico {
    background-position: -875px -111px;
}


#top .top-p {
    padding-bottom: 30px;
}

#content1, #content2 {
    height: 497px;
}


.landing-contacts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.land-c {
    width: auto;
    min-width: 280px;
    height: 250px;
    margin: 0;
    padding: 22px 20px 5px 30px;
}

.land-c-three {
    height: 210px;
}

.land-c_web {
    margin: 0;
    padding-top: 27px;
    border-radius: 20px;
    background-color: #F8F8F8;
}

.land-c_adv {
    margin: 0 0 0 80px;
}

.land-c_press {
    margin: 0 0 0 60px;
}

.land-c__ms-teams {
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
}

.land-c__a {
    display: block;
    position: relative;
    margin: 15px 0;
    padding-left: 35px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #1B1B1B;
}

.land-c__a:hover {
    text-decoration: underline;
}

.land-c__a_ms_teams::before,
.land-c__a_email::before,
.land-c__a_phone::before,
.land-c__a_telegram::before {
    content: '';
    position: absolute;
    left: -3px;
    top: -1px;
    width: 28px;
    height: 28px;
    background-image: url('../img/ico-messengers.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.land-c__a_ms_teams::before {
    background-position: 0 -1px;
}

.land-c__a_email::before {
    background-position: 0 -30px;
}

.land-c__a_phone::before {
    background-position: 0 -86px;
}

.land-c__a_telegram::before {
    background-position: 0 -114px;
}

@media only screen and (max-width: 1217px) {
    #contacts-ru {
        padding: 60px 0;
    }

    .land-c_adv {
        margin: 0 0 0 60px;
    }

    .land-c_press {
        margin: 0 0 0 50px;
    }
}

@media only screen and (max-width: 992px) {
    #contacts-ru {
        padding: 70px 0;
    }

    .landing-contacts {
        display: block;
        width: 320px;
        margin: 0 auto;
    }

    .land-c_adv {
        margin: 50px 0 0 0;
    }

    .land-c_press {
        margin: 20px 0 0 0;
    }
}

@media (max-width: 320px) {
    .land-c_web {
        border-radius: 0;
    }
}


.request-form {
    width: 1060px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.panel {
    background: #fff;
    box-shadow: 0 2px 4px rgba(26, 26, 26, 0.12);
    border-radius: 5px;
    /*padding: 15px 47px 14px 59px;*/ /*TODO проверить убрать*/
}

.panel-body {
    padding: 30px 25px 25px 25px;
}

.form-btns-control {
    background: none repeat scroll 0 0 rgba(249, 249, 249, 0.8);
    height: 60px;
    padding-top: 12px;
    margin: 0 -25px -25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
}

.form-btns-control .btn {
    margin-left: 25px;
}

.required {
    color: #a4cb0b;
}

.request-form .panel {
    border-radius: 0;
    padding: 68px 140px 60px 140px;
}

.request-form h1, .request-form h3 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 300;
    color: #151515;
    text-align: center;
    margin: 34px 0 52px 0;
}

.request-form .form-block {
    margin-bottom: 78px;
}

.request-form .form-block:last-child {
    margin-bottom: 0;
}

.request-form .form-block-header {
    color: #303030;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
}

.request-form .form-group {
    margin-bottom: 24px;
}

.horizontal-form label.control-label {
    display: block;
    color: #383838;
    line-height: 18px;
}

.request-form label.fixed-label {
    width: 230px;
    margin-top: 9px;
}

.request-form .input-wrapper {
    padding-left: 230px;
}

.request-form input.form-control::-moz-placeholder {
    font-style: italic;
    font-weight: 600;
    font-size: 13px;
    color: #a0a0a0
}

.request-form input.form-control:-moz-placeholder {
    font-style: italic;
    font-weight: 600;
    font-size: 13px;
    color: #a0a0a0
}

.request-form input.form-control:-ms-input-placeholder {
    font-style: italic;
    font-weight: 600;
    font-size: 13px;
    color: #a0a0a0
}

.request-form input.form-control,
.request-form textarea {
    background: #f9f9f9;
    border-color: #cfcfcf;
    color: #000;
    margin-bottom: 0;
}

.request-form input.form-control {
    padding-right: 22px;
}

.request-form input.form-control.valid {
    background: url('../img/icon_check_form_field.png') no-repeat calc(100% - 8px) 50%;
}

.request-form textarea {
    padding: 5px 10px;
}

.request-form input.form-control[type="text"]:focus,
.request-form textarea.form-control:focus,
.request-form input.form-control.not-empty[type="text"],
.request-form textarea.form-control.not-empty {
    background-color: #fff;
    border-color: #cfcfcf;
}

.request-form .has-error label, .request-form .has-error .error {
    color: #eb5300;
}

.request-form .has-error .error {
    font-size: 14px;
}

.request-form .form-bottom {
    text-align: center;
    margin: 60px 0 0 0;
}

.request-form .btn {
    background: #c2fb00;
    border: 1px solid #a9ef00;
    font-weight: 600;
}

.request-form .btn:hover {
    background: #fff204;
    border-color: #ffdc0d;
}

/*new year*/
.new-year-form {
    position: absolute;
    bottom: -3px;
}


.new-year-form-left {
    background: url(../img/tree-left.png) no-repeat 0 0;
    width: 147px;
    height: 467px;
    left: -147px;
}


.new-year-form-left:after {
    background: url(../img/tree-left-light.png) no-repeat 0 0;
    content: "";
    display: block;
    width: 147px;
    height: 467px;
    z-index: 100;
    animation: light 1s linear infinite;
}

@keyframes light {
    from {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.new-year-form-right {
    background: url(../img/tree-right.png) no-repeat 0 0;
    width: 115px;
    height: 319px;
    left: 500px;
}

@media only screen and (max-width: 768px) {
    .auth {
        max-width: 290px;
        margin: 0 auto;
    }

    .auth h2 {
        font-size: 17px;
        font-weight: 400;
        line-height: 1.2em;
        margin: 0.8em 0;
        padding: 0 0.25em;
        text-align: center;
        text-transform: uppercase;
    }

    .f-col-l-wrapper {
        justify-content: center;
    }
}

#toast-container > .toast-info {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 290px;
    height: 80px;
    padding: 15px;
    color: #0b0c15;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    opacity: 1;
    background: #cbff00 !important;
}

#toast-container {
    display: flex;
    flex-direction: column;
}

.toast-close-button {
    color: #000;
    right: -0.5em;
    top: -1.3em;
}

/*Contacts vcard*/

#vcard-container {
    position: relative;
}

#vcard-contacts {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 6px;
    box-shadow: 0 1px 8px rgba(35, 31, 32, 0.51);
    color: #f5f5f5;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    right: 0;
    margin-top: 70px;
    width: 360px;
    padding: 45px 30px 0 30px;
    z-index: 1;
}

#vcard-contacts > div {
    padding-bottom: 35px;
}

#vcard-contacts .category, #vcard-contacts .fn {
    font-weight: bold;
}

/*Google Map*/
#map {
    height: 610px;
}

#payment_systems .payment_systems {
    margin-top: 50px;
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
}

#payment_systems .payment_systems > div {
    text-align: center;
    margin-bottom: 70px;
    /*width: 33.33333333%;*/
}

#payment_systems .payment_systems div.pay_logo {
    height: 80px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

#payment_systems .payment_systems > div p {
    color: #565656;
    font-size: 14px;
    margin: 10px 0;
}

#payment_systems .payment_systems > div p.title {
    color: #313132;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

#payment_systems h3, #payment_work h3, #payment_period h3 {
    font-size: 42px;
}

#payment_work .container {
    max-width: 898px;
}

#payment_period .container {
    max-width: 1000px;
}

#payment_work .payment_work .benefits-ico {
    float: left;
    width: 141px;
    height: 123px;
    margin-right: 55px;
}

#payment_work .payment_work .benefits-ico.animated-2 {
    float: right;
    margin: -15px 20px 0 35px;
    transform: rotate(20deg);
}

#payment_work .payment_work .benefits-ico img {
    height: 123px;
}

#payment_work .animated-1:hover img {
    -webkit-animation: anim4 2s steps(13, end) infinite;
    animation: anim4 2s steps(13, end) infinite;
}

#payment_work .animated-2:hover img {
    -webkit-animation: anim4 2s steps(13, end) infinite;
    animation: anim4 2s steps(13, end) infinite;
}

#payment_work .animated-3:hover img {
    -webkit-animation: anim5 2s steps(11, end) infinite;
    animation: anim5 2s steps(11, end) infinite;
}

#payment_work .payments_delim {
    height: 115px;
}

#payment_period ul {
    margin-top: 50px;
}

#payment_period ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    background: url("../img/ul_marker.png") no-repeat 0 5px, url("../img/ul_separator.png") no-repeat 0 100%;
}

footer .container > .row {
    display: flex;
    justify-content: center;
}


#we_use_cookies {
    width: 100%;
    padding: 13px 30px 13px 40px;
    background: #121212;
    opacity: .7;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 200000;
}

#we_use_cookies .main_block {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: #ccc;
}

#we_use_cookies .main_block .cross {
    font: 41px/24px Helvetica Neue, Arial, Helvetica, sans-serif;
    cursor: pointer;
}

#we_use_cookies .main_block .text {
    padding-right: 20px;
    font-size: 11px;
    line-height: 2;
}

#we_use_cookies .main_block .text span, #we_use_cookies .main_block .text a {
    color: #ccfd34;
}

#we_use_cookies .main_block .text a:hover {
    text-decoration: underline;
}

@media (max-width: 1160px) {
    #we_use_cookies {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.terms h1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-top: 60px;
    padding-bottom: 30px;
}

.terms h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 40px 0 20px;
}

.terms div.terms-note {
    display: flex;
    width: fit-content;
    height: 50px;
    background: #E3E3E3;
    align-items: center;
    border-radius: 12px;
    margin-bottom: 20px;
}

.terms div.terms-note span {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding-left: 20px;
    padding-right: 23px;
    color: #666666;
}

.terms p {
    font-size: 14px;
    line-height: 17px;
}

.terms ul {
    list-style-type: disc;
}

.terms > ul:not(:first-child) {
    margin-left: 30px;
    list-style-type: disc;
}

.terms ol {
    padding-left: 0px;
    margin-left: -10px;
}

.terms a {
    color: #96bb00;
}

.terms li:first-child {
    margin-top: 8px;
}

.terms li {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
    margin-left: 30px;
}

.list-abc li {
    list-style-type: none;
    margin-left: 5px;
}


.hide, .hidden {
    display: none;
}


.cx-24 {
    padding-right: 0;
}

.cx-24 + div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 0;
}


.nowrap-mail-phone {
    white-space: nowrap;
}

span.nowrap {
    white-space: nowrap;
}

.color-corporate {
    color: #cdff00;
}

.contacts-text {
    margin: 0;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 2;
    white-space: nowrap;
}


.owl-carousel .owl-stage-outer {
    padding: 15px 0 25px;
}


.slider {
    position: relative;
}

.slider__content {
    overflow: hidden;
}

.slider__slide {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.slider__element {
    user-select: none;
}

.slider__element_4 {
    min-width: 25%;
    max-width: 25%;
}

.slider__element_3 {
    min-width: 33.333333%;
    max-width: 33.333333%;
}

.slider__arrow {
    width: 16px;
    height: 22px;
    padding: 0;
    background: url(../img/sprite.svg) -7px -31px no-repeat;
    opacity: 0.6;
}

.slider__arrow_left {
    position: absolute;
    left: -30px;
    top: 139px;
}

.slider__arrow_right {
    transform: rotate(180deg);
    position: absolute;
    right: -30px;
    top: 139px;
}

.slider__arrow_press {
    width: 16px;
    height: 22px;
    padding: 0;
    background: url(../img/review/sprite_land.svg) -260px -1px no-repeat;
    opacity: 0.6;
}

.slider__arrow_press:hover {
    opacity: 0.8;
}

.parthners {
    background: url(../img/review/sprite_land.svg) -285px -1px no-repeat;
}

.about_left {
    left: -15px;
}

.about_right {
    right: -15px;
}

.about_top {
    top: 160px;
}


.slider2 {
    position: relative;
}

.slider2__content {
    overflow: hidden;
}

.slider2__slide {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.slider2__element {
    user-select: none;
}

.slider2__arrow {
    width: 16px;
    height: 22px;
    padding: 0;
    background: url(../img/sprite.svg) -7px -31px no-repeat;
    opacity: 0.6;
}

.slider2__arrow_left {
    position: absolute;
    left: -30px;
    top: 139px;
}

.slider2__arrow_right {
    transform: rotate(180deg);
    position: absolute;
    right: -30px;
    top: 139px;
}

.conference {
    width: 260px;
    max-width: 260px;
    min-width: 260px;
    height: 310px;
    min-height: 310px;
    max-height: 310px;
    padding: 15px 20px;
    border-radius: 4px;
    background: #fff;
}

.conference__image {
    height: 138px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conference__img {
    width: 100%;
    max-width: 200px;
}

.conference__title {
    margin: 10px 0 12px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #1d1d1d;
}

.conference__description {
    min-height: 38px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #555555;
}

.conference__period {
    font-size: 14px;
    color: #b5b5b5;
}

@media (max-width: 1310px) {
    .slider__element_4 {
        min-width: 33.333333%;
        max-width: 33.333333%;
    }

    .slider__arrow_left {
        left: -10px;
    }

    .slider__arrow_right {
        right: -10px;
    }

    .slider__arrow_press.slider__arrow_left {
        left: 3px;
    }

    .slider__arrow_press.slider__arrow_right {
        right: 3px;
    }

    .slider2__arrow_left {
        left: -10px;
    }

    .slider2__arrow_right {
        right: -10px;
    }
}

@media (max-width: 1200px) {
    .slider__element_3 {
        min-width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 800px) {
    .slider__element_4 {
        min-width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .slider__element_3 {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .slider__element_4 {
        min-width: 100%;
        max-width: 100%;
    }

    .terms div.terms-note {
        height: 60px;
    }
}

.event-for-slider {
    min-height: 300px;
    max-height: 300px;
    margin: 0 15px;
    padding: 15px 22px;
    border-radius: 4px;
    font-size: 14px;
    text-align: left;
    background: #fff;
}

.event-for-slider__image {
    height: 138px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-for-slider__img {
    width: 100%;
    max-width: 200px;
}

.event-for-slider__title {
    margin: 10px 0 12px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #1d1d1d;
}

.event-for-slider__description {
    min-height: 38px;
    margin-bottom: 25px;
    color: #555555;
}

.event-for-slider__period {
    color: #b5b5b5;
}

.offer-for-slider {
    min-height: 364px;
    max-height: 364px;
    margin: 20px 15px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    position: relative;
}

.offer-for-slider__image {
    height: 210px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-for-slider__img {
    width: 100%;
    max-width: 200px;
}

.offer-for-slider__title {
    margin: 10px 0 30px;
    line-height: 20px;
    font-size: 18px;
    color: #000;
    transition: opacity .3s ease;
}

.offer-for-slider__price {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    transition: opacity .3s ease;
}

.offer-for-slider__btn {
    opacity: 0;
    position: absolute;
    bottom: 70px;
    margin-left: -80px;
    left: 50%;
    transition: opacity .3s ease;
}

.offer-for-slider:hover {
    box-shadow: 1px 4px 20px 0 rgba(0, 0, 0, 0.2);
}

.offer-for-slider:hover .offer-for-slider__title,
.offer-for-slider:hover .offer-for-slider__price {
    opacity: 0;
}

.offer-for-slider:hover .offer-for-slider__btn {
    opacity: 1;
}

.user-for-slider {
    max-height: 400px;
    padding: 15px 22px;
    text-align: left;
}

.user-for-slider__title {
    margin: 30px 0;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #778d0e;
}

.user-for-slider__description {
    font-size: 16px;
    color: #FFF;
}

.user-for-slider__description_dark {
    color: #222;
}

.user-for-slider__sub-title {
    font-size: 14px;
    color: #7d7d7d;
    position: relative;
    bottom: 31px;
    font-family: 'Roboto';
    height: 17px;
}

@media (max-width: 1199px) {
    .user-for-slider__description {
        font-size: 14px;
    }
}

.press-for-slider {
    max-height: 400px;
    min-height: 240px;
    padding: 15px 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: space-between;
}

.press-for-slider__img {
    width: auto;
}

.press-for-slider__description {
    font-size: 16px;
    color: #FFF;
}

.press-for-slider__description_dark {
    color: #222;
}

.press-for-slider__link {
    color: #b6b6b6;
    font-size: 12px;
}

.press-for-slider__anhor_none {
    display: none;
}

.press-for-slider__anhor_block {
    display: block;
}

.press-for-slider__link:hover .press-for-slider__anhor_none {
    display: block;
}

.press-for-slider__link:hover .press-for-slider__anhor_block {
    display: none;
}

.tabscontent__slider_top {
    margin-top: 60px;
}

.opacity-50 {
    opacity: .5;
}

.text-disable {
    color: #b2b2b2;
}

.cursor-pointer {
    cursor: pointer;
}