@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.ttf') format('truetype'),
    url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.eot');
    src: local('Montserrat Italic'), local('Montserrat-Italic'),
    url('../fonts/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Italic.woff2') format('woff2'),
    url('../fonts/Montserrat-Italic.woff') format('woff'),
    url('../fonts/Montserrat-Italic.ttf') format('truetype'),
    url('../fonts/Montserrat-Italic.svg#Montserrat-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: local('Myriad Pro Regular'), local('MyriadPro-Regular'),
    url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
    url('../fonts/MyriadPro-Regular.woff') format('woff'),
    url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
    url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

*:focus {
    outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body {
    font: 16px/18px 'Montserrat', Arial, sans-serif;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
    /*height: 100px;*/
    padding-top: 17px;
}

.logo {
    z-index: 5;
    position: relative;
}

.main-block1 {
    background: #0c0e1e url("../images/main_block1.png") 50% 50% no-repeat;
    background-size: 1920px 100%;
}

.menu-lang_blocks {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
}

.menu-block {
    margin-top: 11px;
}

.btn-menu.button-open span:last-child {
    display: none;
}

.btn-menu.button-open span:first-child {
    transform: rotate(45deg);
    width: 20px !important;
    margin-bottom: -3px;
}

.btn-menu.button-open span:nth-child(2) {
    transform: rotate(-45deg);
    width: 20px !important;
}

.btn-menu.white-nav span {
    background-color: #ffffff !important;
}

.btn-menu {
    text-align: right;
    cursor: pointer;
    display: block;
    width: 40px;
    margin-left: 50px;
    z-index: 5;
    position: relative;
    margin-right: 10px;
}

.btn-menu.button-open {
    margin-top: 4px;
}

.btn-menu span:first-child {
    width: 40px;
}

.btn-menu span:last-child {
    width: 20px;
}

.btn-menu span:nth-child(2) {
    width: 30px;
}

.btn-menu span {
    height: 3px;
    float: right;
    clear: both;
    background-color: #ffffff;
    margin-bottom: 3px;
    transition: all 0.2s;
}

.btn-menu:after {
    content: "";
    display: block;
    height: 1px;
    width: 1px;
    clear: both;
}

.main-menu {
    display: none;
}

.main-menu.menu-show > a {
    opacity: 0.8;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 72px;
    text-transform: uppercase;
    text-decoration: none;
}

.main-menu.menu-show > a:after {
    content: "";
    height: 2px;
    width: 0;
    background: #fff;
    transition: all 0.2s;
    display: block;
    position: relative;
    top: -13px;
}

.main-menu.menu-show > a.active:after, .main-menu.menu-show > a:hover:after {
    width: 100%;
}

.main-menu.menu-show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    background: #131632;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.ui-selectmenu-text {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
}

.ui-button .ui-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4.5px 0 4.5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    right: -12px;
    top: 50%;
    transition: all 0.2s;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 0;
    display: none;
    z-index: 4;
}

.ui-selectmenu-open {
    display: block;
}

.lang-list {
    display: none;
}

#lang-button {
    border: none;
    height: 25px;
    position: relative;
    z-index: 5;
    cursor: pointer;
}


#lang-button.ui-corner-top.ui-button .ui-icon {
    border-width: 0 4.5px 8px 4.5px !important;
    border-color: transparent transparent #ffffff transparent;
}

#lang-menu {
    margin-top: 7px;
}

#lang-menu li {
    list-style: none;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
}


#lang-menu li div {
    cursor: pointer;
}

.main-menu__social {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: absolute;
    bottom: 70px;
    margin: 0 auto;
    text-align: right;
}

.main-menu__social a {
    margin-left: 40px;
}

.main-menu__social a img {
    width: 18px;
}

/* two-col_text-img
-----------------------------------------------------------------------------*/

.two-col_text-img__left-side p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    max-width: 380px;
    margin-bottom: 160px;
}

.two-col_text-img__left-side h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    position: relative;
    z-index: 1;
    margin-top: 212px;
    margin-bottom: 21px;
}

.mob-text-main {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-bottom: 25px;
}

.two-col_text-img__about-us {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.two-col_text-img__right-side {
    background-color: #131632c4;
    margin-top: -88px;
    padding-top: 168px;
}

.two-col_text-img__right-side .btn-blue {
    float: right;
}

.two-col_text-img__right-img {
    width: 100%;
}

.two-col_text-img__right-side .btn-blue {
    width: 369px;
    height: 70px;
    margin: 40px 40px 40px 0;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
    background-color: #507ba2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
}

.btn-blue {
    background-color: #507ba2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {

}

.main-block2 {
    background: #131632 url("../images/main-block2_bg-min.png") 50% 50% no-repeat;
    padding: 113px 0 76px;
}

.main-block2_img-block {
    margin-bottom: 15px;

}

.main-block2_img-wrap {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.main-block2_img-block img {
    width: auto;
    position: absolute;
    left: 50%;
    margin-left: -67%;
    height: 100%;
}

.underline-title {
    color: #ffffff;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 4px;
    margin-bottom: 134px;
    display: block;
}

.underline-title span {
    display: inline-block;
}

.underline-title span:after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    position: relative;
    bottom: -4px;
    background: #507ba2;
}

.cpecif-tab {
    margin-bottom: 84px;
}

.cpecif-tab-tr {
    display: flex;
    flex-direction: row;
    margin-bottom: 35px;
}

.cpecif-tab-td {
    color: #fff;
    font-size: 18px;
    padding-right: 15px;
    width: 66.66%;
}

.cpecif-tab-td-info {
    color: #fff;
    font-size: 18px;
}

.main-block2__bottom {

}

.main-block2__bottom .btn-blue {
    padding: 31px 10px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 469px;
}

.main-block2__img-text {
    font-size: 18px;
    font-style: italic;
    line-height: 27px;
    color: #fff;
}


.main-block3 {
    position: relative;
    overflow: hidden;
}

.slideshow {
    position: relative;
}

.relative {
    position: relative;
}

.pagingInfo {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.45px;
    padding: 0 25px;
}

.nav-block {
    position: absolute;
    right: 55px;
    bottom: 55px;
}

.slide-title-block {
    position: absolute;
    top: 0px;
    left: 15px;
    width: 460px;
    height: 366px;
    background-color: #131632f5;
    z-index: 99;
}

.slide-text-inner {
    padding: 106px 15px 57px;
}

.slide-title span:after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    position: relative;
    bottom: -9px;
    background: #507ba2;
}

.slide-title {
    color: #ffffff;
    font-size: 36px;
    line-height: 39px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 4px;
    display: block;
    letter-spacing: 0.9px;
    max-width: 336px;
}

.slide-title span {
    display: inline-block;
}

.prev-slide, .next-slide {
    width: 38px;
    height: 9px;
    display: inline-block;
    background: url("../images/w_arr_btn.png");
    background-size: cover;
    cursor: pointer;
}

.prev-slide {
    transform: rotate(180deg);
}


.slick-prev, .slick-next {
    display: none !important;
}

.callback-block {
    overflow: hidden;
    background-color: #507ba2;
    padding: 74px 0;
}

.callback-phone-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.callback-btn-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.callback-phone {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 36px;
}

.callback-block .btn-blue {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 23px 40px;
    width: 100%;
    max-width: 473px;
    text-align: center;
    display: inline-block;
}

.main-block4 {
    background: url("../images/main-block4_bg-min.jpg") 50% 50% no-repeat;
    overflow: hidden;
}

.main-block4__block2 {
    height: 378px;
    background: #fff;
    padding-top: 51px;
}

.main-block4__block2 h4:after {
    width: 300px;
    height: 3px;
    background-color: #507ba2;
    content: "";
    display: block;
    margin-top: 15px;
}

.main-block4__block2 h4 {
    color: #131632;
    font-size: 36px;
    font-weight: 400;
    line-height: 54px;
    text-transform: uppercase;
    max-width: 446px;
}

.main-block4__block6 h4:after {
    width: 300px;
    height: 3px;
    background-color: #507ba2;
    content: "";
    display: block;
    margin-top: 15px;
}

.main-block4__block6 h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 54px;
    text-transform: uppercase;
    max-width: 516px;
}

.main-block4__block6 {
    background-color: #131632;
    height: 378px;
    padding-top: 51px;
}

.main-block4_mob {
    height: auto;
    width: 100%;
    margin-left: -20px;
}

.main-block4_mob img {
    width: 150%;
    height: 100%;
}

.advan-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 44px;
    margin-bottom: 44px;
}

.advan-item {
    width: 20%;
    border-right: 2px solid #507ba23d;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;

}

.advan-item:last-child {
    border-right: none;
}

.advan-item p {
    color: #131632;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.43px;
}

.advan-item img {
    width: 56px;
    height: 56px;
    margin-bottom: 30px;
}

/* About
/***************************************************************************/
.about-block1 {
    background: none;
}

.about-block1 .logo img {
    filter: invert(100%);
}

.logo .white-logo {
    filter: invert(0%) !important;
}

.about-block1__text-img {
    margin-top: -81px;
    background: url("../images/about-block1__bg-min.png") no-repeat;
    background-size: cover;
}

.about-block1__text-img {
    margin-top: -81px;
}

.about-block1__text {
    padding-right: 0;
    padding-bottom: 0;
}

.about-block1__text-bg {
    height: 100%;
}

.about-block1__img-bg {
    background-color: #131632;
    height: 787px;
    padding-left: 0;
}

.about-block1__content {
    position: relative;
    z-index: 2;
    padding-top: 138px;
    padding-bottom: 79px;
}

.about-block1__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}

.about-block1__content h2 {
    color: #131632;
    font-size: 48px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 25px;
    margin-top: 122px;
}

.about-block1__content .btn-blue {
    width: 369px;
    height: 70px;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
    background-color: #507ba2;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s;
}

.about-block1__content .btn-blue:hover {
    box-shadow: none;
}

.about-block1__img img {
    width: 100%;
    padding-left: 30px;
}

.about-block1__content p {
    color: #131632;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    padding-right: 40px;
    margin-bottom: 80px;
}

.about-block2 {
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.about-slider__wrap {
    padding-right: 0 !important;
}

.about-block2 .slideshow, .about-block2 .slick-list {
    height: 100%;
}

.about-block2 .nav-block {
    bottom: 0;
    right: 0;
    background-color: #131632;
    padding: 20px 50px;
}

.about-block2 .nav-block .pagingInfo {
    width: 77px;
    display: inline-block;
}

.about-block2__text-right {
    padding-top: 30px;
    max-width: 614px !important;
    padding-left: 19px !important;
}

.about-block2__text-right p {
    color: #131632;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 13px;
}

.about-block2 .slick-slide img {
    width: 100%;
    height: 100%;
}

.about-block2 .slick-track {
    height: 100%;
}

p.text-under {
    color: #131632;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    border-bottom: 1px solid #131632;
    padding-bottom: 13px;
    margin-bottom: 65px !important;
}

.red-li {

}

.red-li li {
    list-style: none;
    position: relative;
    padding-left: 18px;
    margin-bottom: 13px;
    font-size: 18px;
}

.red-li li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #e4052a;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 4px;
}

.about-block3 {
    background: url("../images/about-block3__img-min.jpg") 50% 50% no-repeat;
    background-size: cover;
    min-height: 825px;
    overflow: hidden;
}

.about-block3__text-block p:after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    max-width: 335px;
    position: relative;
    bottom: -18px;
    background: #507ba2;
}

.about-block3__text-block {
    background-color: #131632f5;
}

.about-block3__text-block p {
    padding: 45px 0 60px 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.about-block4 {
    padding-top: 55px;
    padding-bottom: 65px;
    overflow: hidden;
}

.about-block4 h3 {
    color: #131632;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 2px solid #507ba2;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 25px;
}

.about-block4__subtitle {
    max-width: 351px;
    color: #131632;
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    display: block;
    margin-bottom: 55px;
}

.about-block4__item-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.about-block4__item-header img {
    width: 51px;
    margin-right: 17px;
}

.about-block4__item-header h4 {
    color: #131632;
    font-family: "Myriad Pro", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.about-block4__item-body {
    margin-bottom: 35px;
}

.about-block4__item-body p {
    color: #131632;
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}


.about-block5 {
    border-bottom: 1px solid #fff;
}

.about-block5 .underline-title {
    margin-bottom: 10px;
}

.about-block5 .cpecif-tab {
    border-bottom: 1px solid #fff;
    margin-bottom: 28px;
}

.subtitle-about {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 62px;
}

.about-block5__under-text {
    max-width: 544px;
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
}

/* plan
/***************************************************************************/
.plan-block1-block1__text-img .about-block1__img img {
    padding-left: 30px;
}

.plan-block1-block1__text-img.about-block1__text-img {
    background: none !important;
}

.plan-block2 {
    background: url("../images/plan-block2__bg-min.jpg") 50% 50% no-repeat;
    background-size: auto;
    padding-top: 51px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.plan-block2 .slideshow .slide-img-box {
    border: 1px solid #131632;
    background-color: #ffffff;
    padding: 54px 0;
    overflow: hidden;
}

.plan-block2 .slideshow .slick-slide h5 {
    color: #131632;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 21px;
}

.plan-block2 .slideshow .slick-slide img {
    margin: 0 auto;
    width: 100%;
}

.plan-block2 .prev-slide, .plan-block2 .next-slide {
    filter: invert(100%);
    margin-left: 30px;
}

.plan-block2 .nav-block {
    position: static;
    text-align: right;
    padding-top: 35px;
    padding-bottom: 10px;
}

.plan-block2 .pagingInfo {
    display: none;
}

.prev-slide {
    margin-bottom: -1px;
}

.plan-block2 .prev-slide {
    margin-bottom: -1px;
}

.plan-block4-wrap {
    border-bottom: 1px solid #000;
    overflow: hidden;
}

.plan-block3 .slick-list {
    overflow: visible;
}

.plan-block3 .slideshow-plan {

}

.slideshow-plan .slick-slide {
    padding: 14px;
}

.slideshow-plan__nav-block{
    position: static;
    text-align: center;
    margin-top: 60px;
}

.slideshow-plan__nav-block span{
    filter: invert(100%);
    margin-left: 30px;
}

.slideshow-plan-wrap {
    padding-top: 90px;
    padding-bottom: 22px;
}

.slider-text-wrap .slideshow-plan-text {
    margin-top: 100px;
}

.slideshow-plan .slick-slide img {
    height: 530px;
    padding: 0;
    margin-left: -7px;
	width: 100%;
}

.slider-text-wrap {
    background: #131632c4;
    position: relative;
    z-index: 999;
}

.slideshow-plan-text {
    overflow: hidden;
}

.slide-text {
    color: #fff;
    padding: 15px;
}

.slide-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.slide-text h5 {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    line-height: 1.1;
    margin-bottom: 70px;
}

.slide-text h5:after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    max-width: 333px;
    position: relative;
    bottom: -4px;
    background: #507ba2;
}

.plan-block4{
    padding-top: 75px;
    padding-bottom: 40px;
    overflow: hidden;
}

.plan-block4 h3:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    max-width: 363px;
    position: relative;
    bottom: -4px;
    background: #507ba2;
}
.plan-block4 h3{
    color: #131632;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    line-height: 1.1;
    padding-bottom: 12px;
}

.plan-block4 .plan-block4__about-text{
    margin-bottom: 75px;
}

.plan-block4 .plan-block4__about-text p{
    color: #131632;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.plan-block4__haract{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 35px;
}
.plan-block4__haract img{
    width: 36px;
    height: 36px;
    margin: 0 auto 15px;
}
.plan-block4__haract h5{
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 25px;
    line-height: 1.2;
    min-height: 38px;
}
.plan-block4__haract p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

/* contact
-----------------------------------------------------------------------------*/
.contact-block1{
    background:#131632 url("../images/contact_blcok1_bg-min.png") 50% 50% no-repeat;
    background-size: 1920px 100%;
}
.contact-block2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.border-h2{
    padding: 58px 15px 61px;
    border: 3px solid #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.2px;
    color: #fff;
    margin-top: 121px;
    margin-bottom: 189px;
}

.contact-block3{
    padding-top: 37px;
    padding-bottom: 49px;
}

.contact-block3__contact-items{
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
}

.contact-item{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    padding: 60px 10px 80px;
    border-right: 1px solid #d0d0d6;
}
.contact-item:last-child{
    border-right: 1px solid #ffff;
}
.contact-item a, .contact-item p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.55px;
    text-align: center;
}
.contact-item img{
    margin-bottom: 32px;
}

.contact-item.contact-item__tel img{
    width: 30px;
    height: 52px;
}

.contact-item.contact-item__map img{
    width: 39px;
    height: 51px;
}

.contact-item.contact-item__mail img{
    width: 52px;
    height: 38px;
    margin-bottom: 45px;
}



/* infa
-----------------------------------------------------------------------------*/
.infa-block2{
    padding-top: 71px;
    padding-bottom: 100px;
    overflow: hidden;
}

.infa-block3{
    overflow: hidden;
}

.infa-block2 h3{
    color: #131632;
    font-size: 48px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 36px;
}

.infa-block2__img img{
    width: 100%;
    margin-bottom: 8px;
}

.infa-block2__text:before{
    content: "";
    display: block;
    max-width: 370px;
    width: 100%;
    height: 3px;
    background-color: #507ba2;
    margin-bottom: 5px;
}
.infa-block2__text p{
    color: #131632;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.infa-block3 h4{
    color: #131632;
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 75px;
}
.infa-block3__items{
    padding-bottom: 40px;
}

.infa-block3_item{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    margin-bottom: 50px;
}

.infa-block3_item img{
    width: 41px;
    margin-bottom: 39px;
}

.infa-block3_item p{
    color: #131632;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    max-width: 160px;
}

.infa-block4-wrap{
    background-color: #131632;
    color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
}
.infa-block4__about{
    padding-top: 70px;
    padding-bottom: 70px;
}
.infa-block4__about p{
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
}
.infa-block4__list{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    padding-top: 17px;
    padding-bottom: 37px;
}
.infa-block4__list li{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}
.infa-block4__list li{
    list-style: none;
}

.infa-block4__line {
    text-align: center;
}

.infa-block4__line span {
    display: inline-block;
    width: 3px;
    height: calc(100% - 14px);
    background-color: #507ba2;
}
/* Footer
-----------------------------------------------------------------------------*/
.map-footer__img {
    /*background: url("../images/map-bg-footer-min.jpg") 50% 50% no-repeat;*/
    width: 100%;
    height: 571px;
}

.map-footer__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer {
    background-color: #131632;
    padding: 136px 0 80px;
}

.footer .footer__logo a img {
    width: 100%;
    max-width: 270px;
}

.footer .footer__logo {
    margin-bottom: 115px;
    text-align: center;
}

.footer__address {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

.footer__address a {
    display: block;
    color: #fff;
}

.footer .btn-blue img {
    margin-left: 10px;
}

.footer .btn-blue {
    font-size: 16px;
    width: 100%;
    height: 83px;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
}

.btn-social-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-menu__social-footer {
    text-align: right;
}

.main-menu__social-footer a {
    margin-left: 25px;
}

.main-menu__social-footer a img {
    width: 10px;
    height: 18px;
}

.footer__callbck-form-block {

}

.footer__callbck-form-block button {
    font-size: 16px;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    width: 100%;
    padding: 33px;
    margin-top: 25px;
    cursor: pointer;
}

.footer__callbck-form-block input {
    background: none;
    color: #ffffff85;
    border: none;
    border-bottom: 1px solid #ffffff85;
    font-size: 16px;
    width: 100%;
    padding-bottom: 9px;
    margin-bottom: 28px;
}

.popup-call {
    position: fixed;
    background: #000000cf;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 999;
    display: none;
}

.popup-call.open {
    display: flex;
}

.popup-block {
    width: 84%;
    background: #fff;
    margin: 0 auto;
}

.popup-header {
    background-color: #507ba2;
    padding: 46px 19px 44px 51px;
    position: relative;
}

.popup-logo img {
    width: 195px;
    height: 44px;
}

.popup-close {
    position: absolute;
    top: 23px;
    right: 17px;
    cursor: pointer;
}

.popup-close span {
    height: 3px;
    width: 22px;
    float: right;
    clear: both;
    background-color: #ffffff;
}

.popup-close span:first-child {
    transform: rotate(-45deg);

}

.popup-close span:last-child {
    transform: rotate(45deg);
    margin-top: -3px;
}

.popup-body {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 43px;
}

.popup-body .title {
    max-width: 528px;
    text-align: center;
    color: #131632;
    margin: 61px auto 51px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.popup-body input[type=text] {
    background: none;
    border: none;
    border-bottom: 1px solid #131632;
    padding-bottom: 12px;
    width: 100%;
    color: #131632;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 35px;
}

.popup-body input[type=submit]:hover {
    box-shadow: none;
}

.popup-body input[type=submit] {
    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
    background-color: #507ba2;
    width: 267px;
    height: 70px;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    transition: all 0.5s;
}

.popup-body textarea {
    background: none;
    border: 1px solid #131632;
    padding: 19px 25px;
    width: 100%;
    height: 135px;
    color: #131632;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 65px;
    resize: none;

}

.lang-list {
    display: block;
}

.lang-item {
    list-style: none;
    z-index: 4;
}

.lang-item a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
}


.footer__callbck-form-block .footer_form {
    font-size: 16px;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    width: 100%;
    padding: 33px;
    margin-top: 25px;
    cursor: pointer;
}

.footer__callbck-form-block .wpcf7-response-output {
    color: #ffffff;
    border-color: #ffffff !important;
}

/*.underline-title span {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/

@media screen and (max-width: 767px) {
    .plan-block4__haract {
        margin-left: 30px;
        margin-right: 30px;
    }

    .underline-title span {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .underline-title span:after {
        left: initial !important;
        margin-left: initial !important;
    }
}

.shrink{
    background-color: #131632;
    z-index: 9999;
    position: fixed;
    width: 100%;
    padding: 20px 0;
    top: 0;
}