/* New Styles */

.iti__flag {background-image: url("../img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../img/flags@2x.png");}
}

.iti {
	width: 100%;
}

.iti__country-name {
	color: #1A1A1A;
}

#PROP_PHONE {
	padding-left: 50px;
}

header .lang-selector {
    vertical-align: middle;
}

body {
    margin: 0 15px;
}

.vacancy-fb {
    margin-top: 120px;
    color: #FFFFFF;
    height: 620px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    font-family: 'Muller';
}

.vacancy-fb_bg {
    position: absolute;
    z-index: -1;
    width: 68%;
    height: 100%;
}

.vacancy-fb_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vacancy-fb-right {
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 2px center;
    background-color: #FFF;
    clip-path: polygon(142px 0%, 100% 0%, 100% 100%, 142px 100%, 0 50%);
    max-width: 1095px;
    margin-left: auto;
    width: 70%;
    padding-top: 50px;
    position: relative;
}

.vacancy-fb-right::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(142px 0%, 100% 0%, 100% 100%, 142px 100%, 0 50%);
    height: 100%;
    border-left: 7px solid #FFFFFF;
    z-index: 2;
}

.vacancy-fb-block {
    background: #283A97;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 7px;
    max-width: 755px;
    height: 130px;
}

.vacancy-fb-block h2 {
    color: #FFFFFF;
    margin-left: 155px;
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    text-transform: none;
    padding-bottom: 0;
    font-family: 'Muller';
}

.vacancy-fb-block h2 span {
    font-weight: 400;
}

.bl-button {
    background: linear-gradient(146.22deg, #00AEEF -3.11%, #347DF4 92.8%);
    border-radius: 10px;
    font-weight: 800;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    padding: 18px 30px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vacancy-fb-right .bl-button {
    margin-top: 45px;
    margin-left: 265px;
}

.v-sect-heading {
    font-family: 'Muller';
    font-style: normal;
    font-weight: 800;
    font-size: 80px;
    line-height: 110%;
    margin-bottom: 50px;
    text-transform: none;
    padding: 0;
    color: inherit;
}

.vacancy-brand-info {
    color: #FFFFFF;
    margin-top: 20px;
    border-top: 0.666667px solid #2F88DA;
    padding-top: 90px;
}

.v-wrapper {
    max-width: 1255px;
    margin: 0 auto;
}

.vb-info {
    color: #FFFFFF;
}

.vb-info .v-sect-heading  {
    color: #FFFFFF;
}

.vb-info-attrs {
    display: flex;
    align-items: flex-start;
    margin-bottom: 100px;
}

.vb-info-attr {
    margin-right: 112px;
}

.vb-info-attr:last-child {
    margin-right: 0;
}

.vb-info-attr h3 {
    font-size: 26px;
    line-height: 26px;
    color: #6ACFF6;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Muller';
}

.vb-info-attr h3 b {
    font-weight: 800;
    font-size: 72px;
    line-height: 72px;
}

.vb-info-attr p {
    font-size: 18px;
    line-height: 140%;
    font-family: 'Open Sans';
}

.vb-video {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.vb-video video, .vb-video img {
    position: absolute;
    z-index: -1;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.vb-video-text {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    padding: 226px 0;
}

.vb-video-text h4 {
    font-family: 'Muller';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 110%;
    color: #FFFFFF;
    padding: 0;
}

.vb-video-text h4 b {
    font-weight: 800;
}

.v-history {
    margin-top: 90px;
    color: #FFFFFF;
}

.vh-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.vh-head .v-sect-heading {
    margin-bottom: 0;
}

.vh-head-button {
    display: flex;
    align-items: center;
}

.vh-head-button p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    margin-right: 50px;
    padding: 0;
}

.vh-slider {
    display: flex;
}

.vh-card {
    margin: 0 20px;
	display: none;
}

.vh-card-img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.vh-card-img img {
    object-fit: cover;
    width: 100%;
    max-height: 352px;
}

.vh-card-hover {
    position: absolute;
    z-index: 2;
    background: #005DAC;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    padding: 50px;
}

.vh-card-hover p {
    font-family: 'Muller';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 130%;
    padding: 0;
}

/*.vh-card-img:hover .vh-card-hover {
    display: flex;
}*/

.vh-card-info h3 {
    font-family: 'Muller';
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.vh-card-info span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #6ACFF6;
    margin-bottom: 10px;
    display: block;
}

.vh-card-info p {
    border-top: 0.666667px solid #2F88DA;
    padding-top: 10px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

.v-history {
    padding-bottom: 100px;
}

.v-search-terms {
    background: #FFFFFF;
    padding-top: 90px;
}

.v-search-terms .v-sect-heading {
    color: #283A97;
}

.v-search {
    display: grid;
    grid-template-columns: repeat(2, 1fr) 358px;
    grid-gap: 50px 168px;
    padding-bottom: 100px;
}

.v-search-terms {
    border-radius: 20px;
    overflow: hidden;
}

.v-search-item img {
    margin-right: 28px;
    flex-shrink: 0;
}

.v-search-item h4 {
    font-family: 'Muller';
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 130%;
    color: #1A1A1A;
    padding-bottom: 0;
}

.v-search-item {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.v-search-item:last-child {
    margin-bottom: 0;
}

.v-search-column {
    position: relative;
}

.v-search-column:after {
    content: '';
    width: 0.666667px;
    background: #2F88DA;
    height: 100%;
    display: block;
    position: absolute;
    right: -85px;
    top: 0;
}

.v-search-column:last-child::after {
    display: none;
}

.v-terms {
    padding-top: 90px;
    color: #FFFFFF;
    padding-bottom: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.v-terms .v-sect-heading {
    color: #FFFFFF;
}

.v-terms-grid {
    display: grid;
    grid-template-columns: 470px 450px;
    justify-content: space-between;
}

.v-term {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.v-term:last-child {
    margin-bottom: 0;
}

.v-term svg {
    margin-right: 20px;
}

.v-term h3 {
    font-family: 'Muller';
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    padding-bottom: 0;
}

.v-term-descr {
    margin-top: -20px;
}

.v-term-descr h4 {
    font-family: 'Muller';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 20px;
    color: #FFFFFF;
    padding-bottom: 0;
}

.v-term-descr h4 b {
    font-weight: 800;
}

.v-term-descr h4:last-child {
    margin-bottom: 0;
}

.v-form {
    padding-top: 90px;
    padding-bottom: 130px;
    color: #FFFFFF;
}

.v-form-logo {
    margin-bottom: 50px;
}

.v-form .v-sect-heading {
    margin-bottom: 12px;
}

.v-form h3 {
    font-family: 'Muller';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.v-form h3 b {
    font-weight: 800;
}

.v-form-block {
    background: rgba(106, 207, 246, 0.05);
    border: 1px solid #2F88DA;
    backdrop-filter: blur(5px);
    border-radius: 20px;
    position: relative;
    padding: 40px 70px 50px;
}

.v-form-block form {
    max-width: 100%;
    margin-bottom: 0;
}

.v-form-block .submit-line {
    padding-bottom: 0;
}

.v-form-block .form-line label {
    color: #FFFFFF;
    font-family: 'Muller';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 10px;
}

.v-form-block input[type="text"], .v-form-block input[type="email"], .v-form-block input[type="text"]:focus, .v-form-block input[type="email"]:focus {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 15px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1A1A1A;
}

.v-form-block ::placeholder {
    color: #D3D3D3 !important;
}

.v-form-block .form-line-wrap .form-line {
    margin-bottom: 20px;
}

.v-form-block .form-line--file > label:not(.js-labelFile) {
    display: block;
}

.v-form-block .form-line--file .input-file + .js-labelFile {
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: #1A1A1A;
}

.v-form-block .form-line-wrap .form-line--file {
    margin-bottom: 10px;
}

.v-form-block .form-line-wrap .form-terms {
    padding-bottom: 0;
    margin-bottom: 0;
}

.v-form-block .submit-line {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transform: translateY(50%);
    padding-top: 0;
}

.scroll-sections-wrap {
    padding-bottom: 0;
}

.v-footer {
    border-top: 0.666667px solid #2F88DA;
}

.v-footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.v-footer .v-underline {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.8);
    border: none;
}

.v-footer-socials {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.v-footer-social {
    height: 70px;
    width: 70px;
    border-left: 0.666667px solid #2F88DA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-footer-social a {
    border: none;
}

.v-footer-social:last-child {
    border-right: 0.666667px solid #2F88DA;
}

.vb-video-text, .v-search-block, .v-terms  {
    padding-left: 15px;
    padding-right: 15px;
}

.v-slider-button.slick-arrow::before, .v-slider-button.slick-arrow::after {
    display: none !important;
}

.v-slider-button.slick-arrow {
    width: 37px;
    height: 35px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #2F88DA;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
}

.v-slider-button.slick-arrow:hover {
    background: #6ACFF6;
}

.v-slider-button.slick-arrow.v-slider-next {
    position: absolute;
    right: -40px;
}

.v-slider-button.slick-arrow.v-slider-prev {
    position: absolute;
    left: -40px;
}

.vh-slider .slick-dots li {
    border: 0.4px solid #FFFFFF;
    border-radius: 1px;
    width: 8px;
    height: 8px;
    padding: 0;
}

.vh-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}

.vh-slider .slick-dots li button:before {
    display: none !important;
}

.vh-slider .slick-dots li:hover, .vh-slider .slick-dots li.slick-active {
    background: #6ACFF6;
    border-color: #6ACFF6;
    border-radius: 1px;
}

.body-bg {
    background: #283A97;
}

.vh-slider {
    margin: 0 40px  ;
}

.vacancy-fb_bg img:last-child {
    width: auto;
    height: 100%;
    left: 25%;
    position: absolute;
    top: 0;
    animation: v-fade 0.5s 0.5s ease forwards;
    opacity: 0;
}

.vacancy-fb-block {
    animation: v-fade 0.5s 1s ease forwards;
    opacity: 0;
}

.vacancy-fb-block:nth-child(2) {
    animation-delay: 1.5s;
}

.vacancy-fb-block:nth-child(3) {
    animation-delay: 2s;
}

.vacancy-fb-right .bl-button {
    animation: v-fade 0.5s 2.5s ease forwards;
    opacity: 0;
}

.header-menu li a[href="/ru/career/"] {
    position: relative;
}

.header-menu li a[href="/ru/career/"] + .submenu ul {
    overflow: visible;
}

.header-menu li a[href="/ru/career/"]::before {
    content: '';
    position: absolute;
    top: 0;
    transform: translateY(50%);
    left: -5%;
    margin: auto;
    width: 110%;
    height: 35px;
    border: 1px solid #005DAC;
    z-index: -1;
}

.header-menu li a[href="/ru/career/"] + .submenu ul li a[href="/ru/career/"]::before {
    top: 50%;
    transform: translateY(-50%);
    left: -10%;
}

.vacancy-fb-block {
	padding-right: 15px;
}

.ol-fb-left-logo svg {
	width: 200px;
	height: auto;
}

.ol-fb-left-logo {
	margin-bottom: 20px;
}

.winner-img img {
	width: 265px;
    height: 223px;
    object-fit: cover;
    border-radius: 20px;
}

.ol-enter-vh video {
	margin-bottom: 40px;
	width: 1225px;
    border-radius: 20px;
}

@keyframes v-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.vacancy-fb-right-border {
    background: #FFFFFF;
    position: absolute;
    left: 0px;
    width: 152px;
    height: 100%;
    top: 0;
    z-index: 2;
    clip-path: polygon(0 0, 152px 0%, 8% 50%, 152px 100%, 0 100%, 0% 50%);
}

@media screen and (max-width: 1650px) {
	.vacancy-fb-right {
		width: 60%;
	}
}

@media screen and (max-width: 1255px) {
    .v-search {
        grid-template-columns: repeat(2, 1fr);
    }
    .v-terms-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
    }
    .v-terms-grid br {
        display: none;
    }
    .vh-card-hover {
        padding: 30px;
    }
    .vh-card-hover p {
        font-size: 22px;
    }
    .vacancy-fb_bg img:last-child {
        left: 15%;
    }
}

@media screen and (max-width: 980px) {
    .vh-head {
        flex-wrap: wrap;
    }
    .vh-head .v-sect-heading {
        margin-bottom: 20px;
    }
    .vacancy-fb-right .bl-button {
        margin-left: 165px;
    }
    .vb-info-attrs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }
    .vb-info-attr {
        margin-right: 0;
    }
    .vb-info-attr br {
        display: none;
    }
    .vb-video-text {
        padding: 126px 15px;
    }
    .v-search {
        grid-template-columns: 1fr;
    }
    .v-search-column:after {
        display: none;
    }
    .v-search-column {
        padding-bottom: 30px;
        border-bottom: 1px solid #2F88DA;
    }
    .v-search-column:last-child {
        border: none;
    }
    .v-search {
        grid-gap: 30px;
    }
    .v-terms-grid {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
    .vacancy-fb_bg img:last-child {
        background-size: contain;
        height: auto;
        bottom: 0;
        top: auto;
        left: 0%;
    }
    .header-menu li a[href="/ru/career/"]::before {
        height: 25px;
    }
}

@media screen and (max-width: 750px) {
    .header-menu li a[href="/ru/career/"]::before {
        top: -4%;
        transform: translateY(50%);
        left: -7%;
    }
}

@media screen and (max-width: 650px) {
    .header-menu li a[href="/ru/career/"]::before, .header-menu li a[href="/ru/career/"] + .submenu ul li a[href="/ru/career/"]::before {
        display: none;
    }
    .vacancy-fb {
        height: auto;
    }
    .vacancy-fb_bg {
        position: static;
        width: 100%;
        height: auto;
    }
    .vacancy-fb-right-border {
        display: none;
    }
    .vacancy-fb-right {
        margin-left: 0;
        width: 100%;
        height: auto;
        background-size: cover;
        clip-path: none;
        background-position: -142px center;
        text-align: center;
        padding-bottom: 50px;
        padding-top: 1px;
    }
    .vacancy-fb-block h2 {
        margin-left: 0;
        font-size: 22px;
    }
    .vacancy-fb-block {
        padding: 0 15px;
        height: 100px;
        text-align: left;
    }
    .vacancy-fb-right .bl-button {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        padding: 17px 30px;
        width: auto;
    }
    .v-sect-heading {
        font-size: 48px;
        margin-bottom: 30px;
    }
    .vb-info-attr h3 b, .vb-video-text h4 {
        font-size: 42px;
    }
    .vb-info-attr h3 {
        font-size: 22px;
        line-height: 100%;
        margin-bottom: 0;
    }
    .vb-info-attr p, .vh-head-button p, .vh-card-info p, .vh-card-info span {
        font-size: 16px;
        padding-bottom: 0;
    }
    .vb-info-attrs {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }
    .vb-video-text {
        padding: 86px 15px;
    }
    .v-history {
        margin-top: 50px;
        padding-bottom: 60px;
    }
    .v-search-terms {
        padding-top: 50px;
    }
    .vh-head {
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
    .vh-head-button {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .vh-head-button p {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .vh-head-button p br {
        display: none;
    }
    .v-search-item h4, .v-term-descr h4, .v-form h3, .vh-card-info h3 {
        font-size: 22px;
    }
    .v-search-item {
        margin-bottom: 15px;
    }
    .v-search-item img {
        margin-right: 15px;
    }
    .v-search-column:last-child {
        padding-bottom: 0;
    }
    .v-search {
        padding-bottom: 60px;
    }
    .v-terms {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .v-term h3 {
        font-size: 24px;
    }
    .v-term {
        margin-bottom: 20px;
    }
    .v-terms-grid {
        grid-gap: 20px;
    }
    .v-term-descr {
        margin-top: 0;
    }
    .v-form {
        padding-top: 50px;
        padding-bottom: 90px;
    }
    .v-form-logo {
        margin-bottom: 60px;
    }
    .v-form-block {
        padding: 30px 40px 30px;
    }
    .v-footer-grid {
        flex-direction: column;
    }
    .v-footer-socials {
        order: -1;
        width: 100%;
        border-bottom: 0.666667px solid #2F88DA;
    }
    .v-footer-social {
        width: 100%;
    }
    .v-footer .v-underline {
        border: 0.666667px solid #2F88DA;
        border-top: none;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .vacancy-fb-block br {
        display: none;
    }
    .vacancy-fb_bg img:last-child {
        bottom: auto;
        top: 0;
		width: 200px;
		right: 0;
		left: 0;
		margin: auto;
    }
    .vacancy-fb-block {
        border-radius: 0;
    }
}

@media screen and (max-width: 480px) {
    .vacancy-fb-block h2 {
        font-size: 18px;
    }
    .vb-video-text h4 {
        font-size: 28px;
    }
    .v-search-item h4, .v-term-descr h4, .v-form h3, .v-term h3 {
        font-size: 20px;
    }
    .vh-slider, .vh-card {
        margin: 0;
    }
	.vh-card {
		padding: 1px;
	}
}

.v-popup {
	position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
	display: flex;
    align-items: center;
    justify-content: center;
	display: none;
}

.v-popup.showed {
	display: flex;
}

.v-popup-who .v-popup-block {
	background: #FFFFFF;
    box-shadow: 0px 20px 50px rgb(192 200 211 / 30%);
    border-radius: 20px;
    max-width: 610px;
    padding: 40px;
	display: none;
}

.v-popup-block.showed {
	display: block;
}

.v-popup-block-head {
	display: flex;
    align-items: center;
	margin-bottom: 25px;
}

.v-popup-block-head img {
	margin-right: 30px;
}

.v-popup-block-head h3 {
	font-family: 'Muller';
	font-style: normal;
	font-weight: 800;
	font-size: 26px;
	line-height: 130%;
	color: #1A1A1A;
}

.v-popup-block p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #1A1A1A;
}

.v-search-item {
	cursor: pointer;
}

.v-popup-form .v-popup-block.showed, .v-popup-video .v-popup-block.showed {
	height: 100%;
}

.v-popup-video .v-popup-block.showed {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.v-popup-form .v-popup-block.showed iframe {
	transform: translateY(30%);
    background: #FFFFFF;
}

.vb-video-text h4 img {
	display: inline-block;
	position: static;
	margin-left: 15px;
	width: auto;
	cursor: pointer;
}

@media screen and (max-width: 980px) {
	.v-popup-video .v-popup-block.showed iframe {
		height: 45%;
	}
}

@media screen and (max-width: 640px) {
	.v-popup-form .v-popup-block.showed {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.v-popup-form .v-popup-block.showed iframe {
		width: 95%;
	}
	.vb-video-text h4 img {
		width: 60px;
	}
}

@media screen and (max-width: 480px) {
	.v-popup-video .v-popup-block.showed iframe {
		height: 30%;
	}
}

.ol-fb {
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: 120px;
    margin-bottom: 90px;
    padding: 80px 70px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px 94px;
}

.ol-fb .photo-gallery-wrap {
    position: relative;
    height: 519px;
    border-radius: 20px;
    overflow: hidden;
}

.ol-fb .fotorama__stage {
    width: 100% !important;
    height: 100% !important;
}

.ol-winners-video video,
.ol-winners-video iframe{
    width: 100%;
    height: 505px;
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
}

.ol-fb .photo-gallery-wrap .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    left: 0 !important;
    border-radius: 20px !important;
    overflow: hidden;
}

.photo-gallery-wrap .fotorama__stage:before, .resident-gallery-wrap .fotorama__stage:before {
    box-shadow: none;
}

.ol-fb .photo-gallery-wrap .fotorama__stage:after {
    background: transparent;
}

.ol-fb h1 {
    font-family: 'BorjomiC';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1F235C;
    margin-bottom: 20px;
}

.ol-fb p {
    font-family: "FuturaPT-Book", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #013366;
    margin-bottom: 40px;
}

.ol-fb-buttons {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.ol-fb-buttons .bl-button {
    margin-right: 40px;
    font-weight: 450;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 240px;
    height: 60px;
}

.ol-fb-buttons h4 {
    font-family: "FuturaPT-Book", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #1F235C;
}

.ol-fb-phone {
    display: flex;
    align-items: center;
}

.ol-fb-phone h4 {
    font-family: 'BorjomiC';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #1F235C;
    margin-right: 15px;
}

.ol-fb-phone a {
    font-family: "FuturaPT-Book", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #013366;
    text-decoration: none;
    border: none;
}

.ol-stages {
    background: linear-gradient(261.65deg, #0070A0 9.54%, #01AFFC 87.68%);
    border-radius: 20px;
    margin-bottom: 90px;
    display: grid;
    grid-template-columns: 34.34% 1fr 34.34%;
}

.ol-stages .stage {
    position: relative;
    padding: 90px;
    padding-right: 50px;
}

.ol-stages .stage-line {
    top: 40px;
    right: 30px;
    position: absolute;
}

.ol-stages .stage span {
    font-family: "FuturaPT-Book", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #013367;
}

.ol-stages .stage h3 {
    font-family: "FuturaPT-Book", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.ol-stages .stage {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.ol-stages .stage:last-child {
    border: none;
}

.ol-stages .stage-descr li {
    font-family: "FuturaPT-Book", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 10px;
    /*display: flex;*/
}

.ol-stages .stage-descr li:last-child {
    margin-bottom: 0;
}

.ol-stages .stage-descr span {
    font-family: "FuturaPT-Book", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #013367;
    margin-right: 3px;
}

.w-button {
    margin-top: 60px;
    width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 10px;
    border: none;
    font-family: "FuturaPT-Book", sans-serif;
    font-weight: 450;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #013265;
}

.ol-winners {
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 90px;
    padding: 90px 62px;
}

.center-heading {
    text-align: center;
    font-family: 'BorjomiC';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
}

.ol-winners .center-heading {
    color: #1F235C;
    margin-bottom: 90px;
}

.ol-winners-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px 70px;
    align-items: center;
}

.ol-winners .winner {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.ol-winners .winner:last-child {
    margin-bottom: 0;
}

.ol-winners .winner span {
    font-family: "FuturaPT-Heavy", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 152px;
    line-height: 195px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #012E63;
    margin-right: 30px;
    width: 175px;
    opacity: 0.4;
    flex-shrink: 0;
}

.ol-winners .winner .winner-img {
    max-width: 265px;
    margin-right: 30px;
    flex-shrink: 0;
}

.ol-winners .winner h4 {
    font-family: "FuturaPT-Book", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #013366;
    margin-bottom: 5px;
}

.ol-winners .winner h3 {
    font-family: 'BorjomiC';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    color: #1F235C;
}

.ol-enter {
    background: linear-gradient(108.94deg, #0C537A 0%, #80D1C9 104.65%);
    border-radius: 20px;
    text-align: center;
    padding: 90px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 90px;
}

.ol-enter .center-heading {
    color: #FFFFFF;
    margin-bottom: 40px;
}

.ol-enter .w-button {
    color: #013265;
    margin-top: 0;
}

.ol-bc {
    margin-bottom: 90px;
    text-align: center;
}

.ol-bc .center-heading {
    color: #FFFFFF;
    margin-bottom: 40px;
    display: block;
}

.ol-enter-second {
    background: linear-gradient(261.65deg, #0070A0 9.54%, #01AFFC 87.68%);
}

.ol-partners {
    background: linear-gradient(108.94deg, #0C537A 0%, #80D1C9 104.65%);
    border-radius: 20px;
    padding: 90px 70px;
    margin-bottom: 90px;
}

.ol-partners .center-heading {
    color: #FFFFFF;
    margin-bottom: 40px;
    display: block;
}

.ol-partners .partners {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
}

.ol-partners .partner {
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
}

.ol-partners .partner img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 1500px) {
    .ol-fb h1 {
        font-size: 32px;
    }
    .ol-fb br {
        display: none;
    }
    .ol-stages .stage {
        padding: 90px 50px;
    }
    .ol-winners .winner span {
        font-size: 102px;
        width: 105px;
    }
    .center-heading br {
        display: none;
    }
    .ol-winners .winner .winner-img {
        max-width: 205px;
    }
    .ol-winners .winner h3 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1200px) {
    .ol-fb {
        grid-template-columns: 1fr;
    }
    .ol-fb h1, .center-heading {
        font-size: 46px;
    }
    .ol-stages, .ol-winners-body {
        grid-template-columns: 1fr;
    }
    .ol-stages .stage {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    .ol-bc iframe {
        height: 600px;
    }
    .ol-partners .partners span {
        display: none;
    }
    .ol-partners .partners {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 980px) {
    .ol-fb h1, .center-heading {
        font-size: 32px;
    }
    .ol-fb-buttons .bl-button {
        flex-shrink: 0;
        margin-right: 20px;
    }
    .ol-fb-buttons h4 {
        font-size: 17px;
        line-height: 130%;
    }
    .photo-gallery-wrap, .photo-gallery-wrap .fotorama, .photo-gallery-wrap .fotorama__wrap, .photo-gallery-wrap, .h85 .photo-gallery-wrap {
        height: 100%;
    }
    .ol-fb .photo-gallery-wrap {
        height: 450px;
    }
    .ol-winners .winner span {
        font-size: 72px;
        width: 75px;
    }
    .ol-partners .partners {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .ol-fb, .ol-stages .stage, .ol-winners, .ol-enter, .ol-partners {
        padding: 50px 30px;
    }
    .ol-fb, .ol-winners, .ol-stages, .ol-bc, .ol-enter, .ol-partners {
        margin-bottom: 70px;
    }
    .ol-stages .stage-line {
        max-width: 50px;
        right: 10px;
        top: 20px;
    }
    .w-button {
        margin-top: 30px;
    }
    .ol-fb h1, .center-heading {
        font-size: 28px;
    }
    .ol-fb h1 {
        font-size: 24px;
    }
    .ol-fb-buttons {
        align-items: flex-start;
        flex-direction: column;
    }
    .ol-fb-buttons .bl-button {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ol-fb .photo-gallery-wrap {
        height: 350px;
    }
    .ol-winners .center-heading {
        margin-bottom: 40px;
    }
    .ol-winners .winner span {
        width: 100%;
        margin-bottom: 20px;
        line-height: 1;
        font-size: 102px;
    }
    .ol-partners {
        grid-template-columns: 1fr;
    }
    .ol-winners .winner .winner-img {
        margin-bottom: 20px;
    }
    .ol-winners .winner {
        flex-wrap: wrap;
    }
    .ol-partners .partners {
        grid-template-columns: 1fr;
    }
    .ol-bc iframe, .ol-winners-video video {
        height: 300px;
    }
    .v-footer-socials {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .center-heading, .ol-fb h1, .ol-stages .stage-descr li, .ol-winners .winner h3 {
        font-size: 18px;
    }
    .ol-fb, .ol-stages .stage, .ol-winners, .ol-enter, .ol-partners {
        padding: 50px 20px;
    }
    .ol-stages .stage-line {
        top: 23px;
        right: 20px;
    }
    .ol-fb, .ol-winners, .ol-stages, .ol-bc, .ol-enter, .ol-partners {
        margin-bottom: 50px;
    }
    .ol-stages .stage h3 {
        font-size: 24px;
    }
    .ol-fb p, .ol-fb-phone h4, .ol-winners .winner h4 {
        font-size: 16px;
    }
    .ol-fb p {
        margin-bottom: 20px;
    }
    .ol-fb-phone h4 {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .ol-fb-phone {
        flex-direction: column;
        align-items: flex-start;
    }
    .ol-fb .photo-gallery-wrap {
        height: 241px;
    }
    .ol-partners .partners, .ol-fb {
        grid-gap: 20px;
    }
    .ol-winners .winner span {
        font-size: 72px;
    }
    .ol-fb {
        margin-top: 70px;
        padding: 50px 20px;
        grid-gap: 45px;
    }
    .ol-fb h1, .center-heading {
        font-size: 20px;
        line-height: 130%;
        color: #1F235C;
        margin-bottom: 10px;
        letter-spacing: normal;
    }
    .ol-fb p {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    body {
        margin: 0 10px;
    }
    .ol-fb-buttons .bl-button {
        width: 100%;
    }
    .ol-fb-buttons {
        align-items: center;
    }
    .ol-fb-buttons h4 {
        text-align: center;
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
        max-width: 250px;
        font-family: "FuturaPT-Heavy", sans-serif;
    }
    .ol-fb-phone {
        align-items: center;
    }
    .ol-fb-phone h4 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .ol-fb-phone a {
        font-size: 16px;
        line-height: 21px;
    }
    .photo-gallery-wrap .fotorama__arr, .resident-gallery-wrap .fotorama__arr {
        width: 24px;
        height: 58px;
        margin-top: -29px;
    }
    .photo-gallery-wrap .fotorama__arr:before, .resident-gallery-wrap .fotorama__arr:before {
        font-size: 8px;
        padding: 0 8px;
        line-height: 58px;
    }
    .photo-gallery-wrap .fotorama__arr:after, .resident-gallery-wrap .fotorama__arr:after {
        font-size: 60px;
    }
    .ol-stages .stage span {
        font-size: 16px;
        line-height: 130%;
    }
    .ol-stages .stage h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 20px;
        font-family: "FuturaPT-Heavy", sans-serif;
    }
    .ol-stages .stage-descr li {
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 10px;
    }
    .ol-stages .stage-descr span {
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        margin-right: 0;
        width: 20px;
        flex-shrink: 0;
        font-family: "FuturaPT-Heavy", sans-serif;
    }
    .w-button {
        margin-top: 20px;
        width: 100%;
        font-size: 14px;
        line-height: 140%;
        font-weight: 600;
        color: #013265 !important;
        font-family: "FuturaPT-Heavy", sans-serif;
    }
    .center-heading {
        text-align: left;
    }
    .ol-winners .center-heading {
        margin-bottom: 30px;
    }
    .ol-winners .winner {
        margin-bottom: 50px;
    }
    .ol-winners .winner span {
        font-weight: 600;
        font-size: 70px;
        line-height: 90px;
        margin-bottom: 0;
        font-family: "FuturaPT-Heavy", sans-serif;
    }
    .ol-fb h1, .center-heading,
    .ol-winners .winner .winner-img {
        max-width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
    .ol-winners .winner .winner-img img {
        width: 100%;
		height: auto;
    }
    .winner-info {
        width: 100%;
        text-align: center;
    }
    .ol-winners .winner h4 {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px;
    }
    .ol-winners .winner h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 23px;
        font-family: "FuturaPT-Heavy", sans-serif;
    }
    .ol-enter .center-heading, .ol-bc .center-heading {
        text-align: center;
        margin-bottom: 20px;
    }
    .ol-bc iframe {
        border-radius: 20px;
        overflow: hidden;
    }
    .ol-enter {
        padding: 50px 11px;
    }
}


.how-business-cats{
	width: 100%;
	min-height: 655px;
}


@media(max-width:768px){
  .scroll-sections-wrap{
    padding-bottom: 0;
  }


	.how-business-cats{
		width: 100%;
		height: auto;
	}

}