.row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.col {
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@font-face {
    font-family: CondPro-Roboto;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/HelveticaLight.woff) format("woff");
}
@font-face {
    font-family: CondPro-Roboto;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/HelveticaRegular.woff) format("woff");
}
@font-face {
    font-family: CondPro-Roboto;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/HelveticaMedium.woff) format("woff");
}
@font-face {
    font-family: CondPro-Roboto;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/PFDinTextCondPro-Med.woff) format("woff");
}
@font-face {
    font-family: CondPro-Roboto;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/PFDinTextCondPro-Bol.woff2) format("woff2");
}
@font-face {
    font-family: CondPro-Roboto;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/pfdintextcondpro-bold.woff2) format("woff2");
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
/* li,
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}
input,
select,
textarea {
    outline: 0;
    max-width: 100%;
}
img {
    height: auto;
    border: 0;
    max-width: 100%;
}
.button,
button {
    cursor: pointer;
}
a {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #000;
}
a:active,
a:focus {
    outline: 0;
}
.button,
.slick-slide,
a,
button,
input,
textarea {
    outline: 0;
}
strong {
    font-weight: 700;
}
body,
html {
    height: 100%;
}
body {
    min-width: 320px;
    position: relative;
    line-height: 1.35;
    font-family: CondPro-Roboto, sans-serif;
    overflow-x: hidden;
    color: #000;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
}
.wrap-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.error {
    display: none;
    color: red;
}
.hidden {
    display: none;
}
.close {
    display: none;
}
.mob7,
.mob9 {
    display: none;
}
.button,
a.button {
    font-size: 16px;
    line-height: 1.5;
    min-width: 200px;
    color: #fff;
    font-weight: 600;
    padding: 14px 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #092f70;
    border-radius: 10px;
    border: 1px solid #092f70;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 0 6px 5px 0 #051b41;
    box-shadow: 0 6px 5px 0 #051b41;
    font-weight: 400;
}
.button:hover,
a.button:hover {
    background: #0b3988;
}
.button.button--red,
a.button.button--red {
    min-width: 191px;
    font-size: 18px;
    background: #ff5e5e;
    border: 1px solid #ff5e5e;
    padding: 5px 15px;
    -webkit-box-shadow: 0 3px 5px 0 #ff2b2b;
    box-shadow: 0 3px 5px 0 #ff2b2b;
}
.button.button--451,
a.button.button--451 {
    min-width: 400px;
    padding: 20px 15px;
    font-size: 30px;
}
.button.button--350,
a.button.button--350 {
    min-width: 350px;
    padding: 15px 15px;
    font-size: 24px;
}
.button.button--300,
a.button.button--300 {
    min-width: 300px;
    padding: 12px 15px;
    font-size: 24px;
}
.email a,
.phone a {
    white-space: nowrap;
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    color: #092f70;
}
.dropdown {
    position: relative;
}
.dropdown .arrow {
    position: absolute;
    right: -3px;
    top: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.dropdown .dropdown-mnu {
    display: block;
    position: absolute;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
    top: 100%;
    padding: 0 15px;
    background: #fff;
    min-width: 220px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
}
.dropdown .dropdown-mnu li {
    padding: 5px 0;
}
.dropdown:hover .dropdown-mnu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.dropdown:hover .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 5px;
}
.current_page_item a {
    color: #092f70;
}
.logo {
    mix-blend-mode: multiply;
}
.logo img {
    display: block;
}
.logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
}
.logo .logo_img {
    margin-right: 10px;
}
.img-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.img-bg.img-bg--2 img {
    max-width: 1140px;
    position: relative;
    bottom: 465px;
}
header.s-header-1 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 20px 0;
}
header.s-header-1 .left-wrap {
    text-align: right;
}
header.s-header-1 .navigation {
    margin-right: 50px;
}
header.s-header-1 .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
header.s-header-1 .button-block {
    font-weight: 500;
    font-size: 20px;
}
header.s-header-1 .button-block img {
    margin-right: 5px;
}
.lang {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #092f70;
    margin: 0 15px;
    cursor: pointer;
}
.s-header {
    position: relative;
    background: #f0f0f0;
}
.s-header .h1-block {
    position: relative;
    z-index: 1;
    color: #000;
}
.s-header .h1-block.h1-block--dark, .s-header .h1-block.h1-block--dark .h1 {
    color: #fff;
}
.s-header .section-wrap {
    min-height: 82vh;
    padding: 120px 0 50px;
    width: 100%;
    max-height: 900px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.s-header .button-block_text {
    margin-bottom: 30px;
    margin-top: 50px;
    font-size: 20px;
    font-weight: 300;
}
.s-header.s-header--main {
    text-align: center;
    padding-top:100px;
}
.s-header.s-header--main .section-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.s-header.s-header--main .h1-block {
    padding: 0 115px;
}
.button-block {
    width: 100%;
}
.h1-block .descr {
    margin: 15px 0 25px;
    max-width: 480px;
}
.h2-block .h1,
.h2-block h1 {
    text-align: center;
}

.h1,
h1 {
    color: var(--title-color);
    font-size: 53px;
    font-weight: 700;
    line-height: 1.35;
}
h1.h1_2 {
	font-size: 20px;
	width: 100%;
	position: absolute;
	bottom: 550px;
	text-align: center;
	left: 0;
	color: #000;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.s-section-40 {
    padding: 40px 0;
}

.mobil-mnu {
    display: none;
}
.mobil-mnu {
    color: #fff;
}
.toggle-mnu {
    display: block;
    width: 28px;
    height: 22px;
}
.toggle-mnu span:after,
.toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
}
.toggle-mnu span:after {
    top: 18px;
}
.toggle-mnu span {
    position: relative;
    display: block;
}
.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
}
.toggle-mnu.on span {
    background-color: transparent;
}
.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0);
    transform: rotate(45deg) translate(-1px, 0);
}
.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px);
}
@media (min-width: 767px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 2000px) {
    .container-fluid {
        max-width: 1700px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1750px) {
    .s-header .button-block_text {
        margin: 30px 0 20px;
    }
	.s-header .section-wrap {
		min-height: 100vh;
	}
}
@media only screen and (max-width: 1600px) {
    .img-bg.img-bg--2 img {
        bottom: 420px;
    }
	h1.h1_2 {
		bottom: 505px;
	}
}
@media only screen and (max-width: 1400px) {
    .img-bg.img-bg--2 img {
        bottom: 380px;
    }
}
@media only screen and (max-width: 1230px) {
    .img-bg.img-bg--1 img {
        max-width: 1000%;
    }
    .img-bg.img-bg--2 img {
        width: 900px;
        bottom: 480px;
    }
    .s-header--main .section-wrap {
        height: 715px;
        min-height: 1px;
    }
    .h1,
    h1 {
        font-size: 47px;
    }
}
@media only screen and (max-width: 991px) {
    .s-header--main .section-wrap {
        height: 670px;
        padding-bottom: 0;
    }
    .s-header .button-block_text {
        font-size: 17px;
    }
    .img-bg.img-bg--1 img {
        position: relative;
        top: -30px;
    }
    .img-bg.img-bg--2 img {
        bottom: 400px;
    }
    .mob9 {
        display: block;
    }
    .img-bg.img-bg--2 img {
        width: 620px;
    }
    .img-bg.img-bg--1 img {
        max-width: 1261px;
    }
    .h1,
    h1 {
        font-size: 40px;
        line-height: 1.3;
    }
    header.s-header-1 .navigation {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .mob7 {
        display: block;
    }
    .s-header.s-header--main .h1-block {
        padding: 0 15px;
    }
    .email a,
    .phone a {
        font-size: 22px;
    }
    header.s-header-1 .button-block {
        font-size: 18px;
    }
    header.s-header-1 .button-block img {
        max-width: 20px;
    }
    .logo img {
        max-width: 45px;
    }
    .logo a {
        font-size: 18px;
    }
    .button.button--350,
    .button.button--451,
    a.button.button--350,
    a.button.button--451 {
        min-width: 300px;
        padding: 15px 15px;
        font-size: 24px;
    }
}
@media (max-width: 600px) {
    .s-header--main .section-wrap {
        height: 700px;
    }
    .s-header--main .section-wrap .button-block {
        max-width: 381px;
        margin: auto;
    }
    .img-bg.img-bg--2 img {
        width: 481px;
    }
    header.s-header-1 .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    header.s-header-1 .navigation {
        display: block;
        margin-right: 0;
    }
    header.s-header-1 .phone {
        text-align: center;
        margin: 10px 0;
    }
    .lang {
        position: absolute;
        right: 15px;
        top: 65px;
    }
}
@media (max-width: 500px) {
    .img-bg.img-bg--2 img {
        width: 321px;
        max-width: 90%;
    }
    .h1,
    h1 {
        font-size: 28px;
    }
    .img-bg.img-bg--1 img {
        width: 1131px;
    }
    .s-header--main .section-wrap {
        height: 660px;
    }
    .s-header--main .section-wrap .button-block a {
        max-width: 311px;
    }
    .img-bg.img-bg--2 img {
        bottom: 373px;
    }
}
