/* 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: 'Montserrat';
}

.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: 'Montserrat';
}

.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: 'Montserrat';
    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: 'Montserrat';
}

.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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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;
}

@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: 'Montserrat';
	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%;
	}
}

.info-section-white {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 60px 50px;
    margin-top: 130px;
    margin-bottom: 35px;
}

.info-section-white h1 {
    font-family: 'BorjomiC';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #1F235C;
    margin-bottom: 20px;
}

.info-section-white h3 {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 28px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1A1A1A;
    margin-bottom: 20px;
    margin-top: 45px;
}

.info-section-white p {
    font-family: 'FuturaPT-Book';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    color: #1A1A1A;
}

.info-section-white h4 {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 28px;
    line-height: 130%;
    color: #1A1A1A;
    margin-bottom: 20px;
    margin-top: 20px;
}

.info-section-white-img {
    margin-top: 35px;
    margin-bottom: 50px;
}

.info-section-white-img img {
    margin: 0 auto;
    max-width: 900px;
    overflow: hidden;
    border-radius: 20px;
    display: block;
}

.isw-descrs {
    margin-bottom: 45px;
    margin-top: 30px;
}

.isw-descr {
    display: flex;
    align-items: center;
    padding: 27px 25px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 3px #E4EFF7;
    border-radius: 10px;
    margin-bottom: 20px;
}

.isw-descr:last-child {
    margin-bottom: 0;
}

.isw-descr img, .text-with-icon img {
    margin-right: 25px;
    max-width: 25px;
}

.isw-descr p, .text-with-icon p {
    font-family: 'FuturaPT-Book';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    color: #1A1A1A;
}

.text-with-icon p {
    margin-bottom: 30px;
}

.text-with-icon p:last-child {
    margin-bottom: 0;
}

.isw-descr p b {
    font-weight: 500;
}

.isw-cards {
    padding: 0 50px;
    margin: 50px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.isw-card {
    display: flex;
    flex-direction: column;
    background: #F1F1F1;
    border-radius: 20px;
    overflow: hidden;
}

.isw-card-img {
    position: relative;
}

.isw-card-img img {
    height: 340px;
    object-fit: cover;
    width: 100%;
}

.isw-card-img span {
    position: absolute;
    left: 30px;
    bottom: 20px;
    font-family: 'FuturaPT-Heavy';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-right: 65px;
}

.isw-body {
    flex: 1;
    padding: 40px 51px 30px 30px;
    min-height: 215px;
}

.isw-body p {
    font-family: 'FuturaPT-Book';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: #737597;
}

.text-with-icon ul {
    list-style-type: none;
}

.text-with-icon li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.text-with-icon li:last-child {
    margin-bottom: 0;
}

.text-with-icon {
    margin-bottom: 40px;
}

.isw-descrs.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 20px;
}

.isw-descrs.grid .isw-descr {
    margin-bottom: 0;
}

.isw-descrs.grid .isw-descr:last-child {
    grid-column: span 2;
}

@media screen and (max-width: 1500px) {
    .isw-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1200px) {
    .info-section-white-img img {
        width: 100%;
    }
    .isw-cards {
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
    }
    .isw-descrs.grid {
        grid-template-columns: 1fr;
    }
    .isw-descrs.grid .isw-descr:last-child {
        grid-column: 1;
    }
}

@media screen and (max-width: 980px) {
    .info-section-white h1 {
        font-size: 40px;
    }
    .info-section-white h3, .info-section-white h4 {
        font-size: 24px;
    }
    .info-section-white p, .isw-descr p, .text-with-icon p {
        font-size: 20px;
    }
    .isw-cards {
        grid-template-columns: 1fr;
    }
    .isw-card-img img {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .info-section-white {
        padding: 30px 20px;
        margin-top: 70px;
    }
    .info-section-white h3, .info-section-white h4 {
        font-size: 18px;
    }
    .info-section-white p, .isw-descr p, .text-with-icon p {
        font-size: 16px;
    }
    .isw-descr img, .text-with-icon img {
        margin-right: 15px;
        max-width: 20px;
    }
    .isw-descr {
        padding: 20px 15px;
    }
    .isw-card-img img {
        height: 240px;
    }
    .isw-body {
        padding: 20px 25px 15px 15px;
    }
    .info-section-white h1 {
        font-size: 24px;
    }
    .info-section-white {
        padding: 30px 10px;
    }
    .isw-body {
        min-height: 155px;
    }
}