@import url(https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap);

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid, body textarea:required:valid {
    color: #666
}

body, html {
    height: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: "Golos Text", sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f6f6f4
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.text-center {
    text-align: center
}

::-moz-selection {
    background-color: #e70000;
    color: #fff
}

::selection {
    background-color: #e70000;
    color: #fff
}

.container {
    max-width: 1280px;
    margin: 0 auto
}

.header {
    position: relative;
    width: 100%;
    margin-top: 10px
}

.header_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.first {
    position: relative;
    min-height: 720px
}

.first-img {
    position: absolute;
    bottom: 0;
    z-index: 10;
    right: 130px;
    max-width: 780px
}

.header_content-menu nav ul {
    position: relative;
    z-index: 999;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_content-menu nav ul li {
    list-style: none;
    margin: 0 10px
}

.header_content-menu nav ul li a {
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    color: gray;
    font-weight: 400
}

.header_content-menu p {
    font-size: 14px;
    font-style: normal;
    color: gray;
    font-weight: 400
}

.red-text {
    color: #e70000
}

.btn {
    text-decoration: none;
    color: #fff;
    background: #e70000;
    border-radius: 50px;
    padding: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500
}

.btn_white {
    text-decoration: none;
    color: #e70000;
    background: #fff;
    border-radius: 50px;
    padding: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500
}

.first_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.first_items-title {
    position: relative;
    z-index: 30;
    width: 44%
}

.first_items-right {
    width: 18%
}

.first_items-right ul {
    padding-left: 0;
    position: relative;
    z-index: 999
}

.first_items-right ul li {
    padding: 13px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
    border-radius: 20px;
    border: 1px solid #ededeb;
    background: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    min-height: 220px
}

.first_items-right ul li img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.first_items-title h2 {
    line-height: normal;
    margin: 0;
    font-size: 44px;
    font-style: normal;
    font-weight: 700
}

.first_items-title p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 50px
}

.possibilities {
    padding: 100px 0
}

.possibilities_parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.possibilities_parts_left {
    width: 27%;
    position: sticky;
    height: 285px;
    top: 0
}

.possibilities_parts_left img {
    position: absolute;
    bottom: -384px;
    z-index: 20;
    left: 0;
    max-width: 550px
}

.possibilities_parts_right-item-text{
    position: relative;
    z-index: 90;
}




.possibilities_parts_left h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    line-height: normal
}

.possibilities_parts_left p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

.possibilities_parts_right {
    width: 69%
}

.possibilities {
    min-height: 100vh
}

.possibilities_parts_right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px
}

.possibilities_parts_right-item-img {
    width: 50%
}

.possibilities_parts_right-item-img img {
    width: 100%
}

.possibilities_parts_right-item-text {
    width: 50%;
    padding: 50px;
    background: #fff;
    border-radius: 30px
}

.possibilities_parts_right-item-text a {
    font-size: 12px
}

.possibilities_parts_right-item-text h3 {
    font-size: 28px;
    font-style: normal;
    color: #fd2424;
    font-weight: 600;
    margin: 0;
    line-height: normal
}

.possibilities_parts_right-item-text span {
    font-size: 12px;
    font-style: normal;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f6f6f4;
    font-weight: 400;
    padding: 10px 15px;
    opacity: .6;
    margin: 15px 0
}

.possibilities_parts_right-item-text span img {
    margin-right: 10px
}

.possibilities_parts_right-item-text p {
    font-size: 14.5px;
    line-height: normal;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px
}

.banner-content {
    position: relative;
    z-index: 10;
    background-image: url(../img/3/1.png);
    background-size: cover;
    background-position: 50% 50%;
    padding: 50px 100px;
    position: relative;
    border-radius: 40px
}

.banner-content-text {
    width: 40%
}

.banner-content-text h3 {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.banner-content-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    line-height: 140%;
    margin-bottom: 30px
}

.banner-content-text a {
    font-size: 12px;
    font-weight: 400
}

.girl {
    position: absolute;
    bottom: 0;
    right: 250px;
    max-width: 350px
}

.banner {
    margin-top: 200px
}

.whom {
    padding: 60px 0;
    position: relative
}

.img_bottom {
    position: absolute;
    bottom: -100px;
    right: 0;
    max-width: 280px
}

.main_title {
    text-align: center
}

.main_title h2 {
    font-size: 42px;
    margin: 0;
    font-style: normal;
    font-weight: 600
}

.whom_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px
}

.whom-item-img img {
    max-width: 415px;
    width: 100%
}

.whom-item-text {
    background: #fff;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    border-radius: 40px;
    top: -10px
}

.whom-item-text:before {
    content: url(../img/4/line.svg);
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%
}

.whom-item-text h4 {
    color: #fd2424;
    font-size: 23px;
    font-style: normal;
    margin: 0;
    font-weight: 600;
    line-height: normal
}

.whom-item-text p {
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    line-height: normal
}

.whom-item {
    width: 32%
}

.map_content {
    position: relative;
    width: 100%;


    margin-top: 50px
}
.map_content iframe{
    overflow: hidden;
    border-radius: 30px;
    min-height: 580px;
}
.map_content img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    opacity: 0
}

.active_map {
    opacity: 1 !important
}

.map_content-btns {
    position: absolute;
    left: 47%;
    bottom: 30px;
    width: 530px;
    height: 530px;
    transform: translate(30%, 0);
    z-index: 99;
    border-radius: 20px;
    background-image: url("../img/adress.png");
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /*background: rgba(255, 255, 255, .5);*/
    padding: 40px;
    text-align: center;
    -webkit-box-shadow: 0 24px 22px -10px rgba(0, 0, 0, .07);
    box-shadow: 0 24px 22px -10px rgba(0, 0, 0, .07);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.map_content-btns h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0
}

.map_content-btns-bottom a {
    border-radius: 40px;
    margin: 0 10px;
    text-decoration: none;
    border: 1px solid #e1e1e1;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    position: relative;
    z-index: 9999;
    padding: 12px 15px;
    transition: 0.5s;
}





.active {
    border: 1px solid #e70000 !important;
    background: #e70000 !important;
    color: #fff !important
}

.map_content-btns-bottom a:hover{
    border: 1px solid #e1e1e1 !important;
    background: #fff !important;

    color: #333!important;
}



.bottom_form_content {
    background-image: url(../img/footer.png);
    background-size: cover;
    background-position: 50% 50%;
    padding: 30px;
    border-radius: 30px;
    min-height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.girl_center {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 450px
}

.bottom_form-left {
    width: 40%;
    color: #fff
}

.bottom_form-left h3 {
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-top: 100px
}

.bottom_form-left ul {
    padding-left: 80px;
    margin-top: 50px
}

.bottom_form-left ul li {
    list-style: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin: 20px 0
}

.bottom_form-left ul li:before {
    position: absolute;
    left: -70px;
    top: 0;
    content: url(../img/arrow.svg)
}

.bottom_form {
    padding: 50px 0;
    padding-top: 100px
}

.bottom_form-right {
    width: 35%;
    background: #fff;
    padding: 20px;
    border-radius: 20px
}

.bottom_form-right h3 {
    font-size: 26px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    font-weight: 600
}

.bottom_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bottom_text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: gray;
    line-height: 26px;

}

.accordeon {
    list-style: none;
    width: 100%;
    padding-left: 0;
    margin: 2rem auto
}

.accordeon-item {
    background: #fff;
    border-radius: 20px;
    margin: 10px 0
}

.accordeon-title {
    color: #000;
    font-weight: 400;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.accordeon-title-left {
    width: 62%
}

.accordeon-title-right {
    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;
    width: 50%
}

.accordeon-title p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

.accordeon-title h3 {
    font-size: 28px;
    font-weight: 400;
    margin: 0
}

.accordeon-title h3 span {
    color: #fff;
    background: #e70000;
    border-radius: 50px;
    padding: 5px 14px
}

.accordeon-title h4 {
    font-size: 66px;
    font-weight: 400;
    line-height: normal;
    margin: 0
}

.accordeon-title h4 span {
    color: #fff;
    background: #e70000;
    border-radius: 50px;
    padding: 8px 14px;
    font-size: 13px;
    position: relative;
    bottom: 10px
}

.accordeon-title ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.accordeon-title ul li {
    color: #fff;
    background: #e70000;
    border-radius: 50px;
    padding: 8px 14px;
    font-size: 13px;
    margin: 2px 1px
}

.accordeon-title h5 {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    opacity: .5
}

.accordeon-title:after {
    content: "+";
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    border-radius: 50px;
    background: #dfdfde;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    font-weight: 300
}

.accordeon-item.opened .accordeon-title:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    background: #222
}

.accordeon-content {
    overflow: hidden;
    padding: 0 1rem;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.accordeon-content-item {
    margin-right: 4px
}

.accordeon-content-item img {
    width: 100%
}

.accordeon-item:not(.opened) .accordeon-content {
    max-height: 0 !important
}

.vertical_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.vertical_form input {
    max-width: 440px;
    width: 100%;
    padding: 20px;
    border-radius: 40px;
    border: 1px solid #d9d9d9;
    background: #fff;
    margin: 10px 0
}

.accordeon-title ul li {
    list-style: none
}

.checkbox {
    max-width: 440px
}

.checkbox input {
    width: 2% !important
}

.checkbox a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #222;
    opacity: .4;
    text-decoration: none
}

.iti--separate-dial-code .iti__selected-flag {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px
}

.form__submit {
    cursor: pointer;
    border-radius: 60px;
    padding: 20px;
    color: #fff;
    background: #e70000;
    border: none;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    max-width: 240px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    width: 100%;
    margin-top: 40px;
    line-height: normal
}

.Swiper4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 1550px) {
    .container {
        max-width: 1440px
    }
}

@media only screen and (max-width: 1300px) {
    .container {
        max-width: 1223px
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 1024px
    }
}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media only screen and (max-width: 820px) {
    .container {
        max-width: 800px
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 740px
    }
}

@media only screen and (max-width: 600px) {
    .container {
        max-width: 540px
    }
}

@media only screen and (max-width: 480px) {
    .container {
        max-width: 440px
    }
}

@media only screen and (max-width: 440px) {
    .container {
        max-width: 410px
    }
}

@media only screen and (max-width: 414px) {
    .container {
        max-width: 390px
    }
}

@media only screen and (max-width: 390px) {
    .container {
        max-width: 370px
    }
}

@media only screen and (max-width: 375px) {
    .container {
        max-width: 360px
    }
}

@media only screen and (min-width: 1550px) {
    .whom-item-img img {
        max-width: 485px
    }

    .main_title h2 {
        font-size: 44px
    }

    .accordeon-title ul li {
        font-size: 14px
    }

    .accordeon-title h3 {
        font-size: 31px
    }

    .accordeon-title p {
        font-size: 18px
    }

    .whom-item-text p {
        font-size: 18px
    }

    .whom-item-text h4 {
        font-size: 28px
    }

    .first_items-title h2 {
        font-size: 48px
    }

    .possibilities_parts_right-item-text {
        padding: 40px
    }

    .banner-content-text a {
        font-size: 14px
    }

    .banner-content-text p {
        font-size: 18px
    }

    .banner-content-text h3 {
        font-size: 34px
    }

    .possibilities_parts_right-item-text p {
        font-size: 18px
    }

    .possibilities_parts_right-item-text span {
        font-size: 14px
    }

    .possibilities_parts_right-item-text h3 {
        font-size: 34px
    }

    .possibilities_parts_left p {
        font-size: 18px
    }

    .possibilities_parts_left h3 {
        font-size: 45px
    }

    .first-img {
        right: 10%;
        max-width: 885px
    }
}

@media only screen and (max-width: 1300px) {
    .possibilities_parts_left h3 {
        font-size: 34px
    }
    .map_content-btns {

        left: 41%;
    }
    .possibilities_parts_left img {
        max-width: 556px
    }
}

@media only screen and (max-width: 1200px) {
    .bottom_form-right h3 {
        font-size: 20px
    }

    .bottom_form-left h3 {
        font-size: 40px
    }

    .map_content img {
        width: 125%;
        height: 100%
    }

    .map_content-btns {
        width: 50%;
        left: 27%;
    }

    .accordeon {
        padding-left: 0
    }

    .accordeon-title {
        position: relative
    }

    .accordeon-title:after {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .main_title h2 {
        font-size: 33px
    }

    .accordeon-title h3 br {
        display: none
    }

    .accordeon-title-right {
        width: 90%
    }

    .accordeon-title-left {
        width: 90%
    }

    .accordeon-title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .banner-content {
        padding: 50px
    }

    .possibilities_parts_right {
        width: 100%
    }

    .possibilities_parts_left img {
        max-width: 345px;
        bottom: -84px;
        left: inherit;
        -webkit-transform: rotate(304deg);
        -ms-transform: rotate(304deg);
        transform: rotate(304deg);
        right: 0
    }

    .possibilities_parts_left {
        width: 100%;
        position: relative
    }

    .possibilities_parts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .first {
        min-height: 665px
    }

    .first_items-right ul li {
        font-size: 16px;
        min-height: 200px
    }

    .first_items-title p {
        font-size: 20px
    }

    .first_items-title h2 {
        font-size: 36px
    }

    .first-img {
        max-width: 630px
    }
}

@media only screen and (max-width: 992px) {
    .bottom_form-left ul li {
        font-size: 16px
    }

    .bottom_form-right {
        width: 48%
    }

    .girl_center {
        display: none
    }

    .accordeon-title ul {
        margin-top: 20px
    }

    .accordeon-title h3 {
        font-size: 22px;
        line-height: normal
    }

    .banner-content-text {
        width: 48%
    }

    .girl {
        bottom: 0;
        max-width: 260px;
        left: 50%;
        -webkit-transform: translate(-10%, 0);
        -ms-transform: translate(-10%, 0);
        transform: translate(-10%, 0)
    }

    .possibilities_parts_right-item-text {
        padding: 30px
    }

    .possibilities_parts_right-item-text h3 {
        font-size: 22px
    }

    .first_items-title {
        width: 70%
    }

    .first_items-right {
        margin-top: 30px;
        width: 100%
    }

    .first_items-right ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first_items-right ul li {
        width: 30%
    }

    .first_items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .first-img {
        display: none
    }
}

@media only screen and (max-width: 820px) {
    .bottom_form-left {
        width: 48%
    }

    .map_content-btns {
        width: 100%
    }

    .map_content img {
        width: 155%;
        left: -200px;
        height: 100%
    }
}

@media only screen and (max-width: 768px) {
    .map_content iframe {
        min-height: 340px;
    }
    .map_content-btns {
        margin-top:40px;
        transform: translate(0, 0);
    position: relative;
    left: 0;
        height: 340px;
    }
    .banner {
        margin-top: 50px
    }

    .map_content img {
        width: 155%;
        left: -200px;
        height: 100%
    }

    .map_content-btns {
        width: 100%
    }

    .main_title h2 {
        font-size: 29px
    }

    .whom_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .whom-item {
        width: 49%
    }



    .banner-content {
        background-image: url(../img/baner-mob.png);
        min-height: 600px
    }



    .banner-content-text h3 {
        margin-top: 0
    }
}

@media only screen and (max-width: 600px) {
    .girl {
        z-index: 20;
        -webkit-transform: translate(-59%, 0);
        -ms-transform: translate(-59%, 0);
        transform: translate(-59%, 0);
    }
    .banner-content-text {
        width: 100%;
        position: relative;
        z-index: 40;
        text-align: center
    }

    .bottom_text {

        justify-content: center;
    }


    .checkbox a {
        font-size: 10px
    }

    .checkbox input {
        width: 2% !important;
        padding: 5px
    }

    .accordeon-content-item {
        margin: 0;
        padding: 0 5px
    }

    .bottom_form {
        padding-top: 40px
    }

    .map_content {
        margin-top: 60px
    }

    .whom {
        padding: 43px 0
    }

    .banner {
        margin-top: 20px
    }

    .first {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content
    }

    .bottom_form_content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .bottom_form-left ul li {
        font-size: 14px
    }

    .bottom_form-left h3 {
        font-size: 25px
    }

    .bottom_form-left h3 {
        margin-top: 10px
    }

    .bottom_form-right {
        width: 100%
    }

    .bottom_form-left {
        width: 100%
    }

    .bottom_form_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .map_content-btns {
        padding: 20px
    }

    .map_content-btns a {
        display: block
    }

    .map_content img {
        width: 100%;
        left: 0;
        height: auto;
        position: relative;
        display: none
    }

    .active_map {
        display: block !important
    }

    .map_content {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content
    }

    .map_content-btns {
        position: relative
    }

    .map_content-btns h2 {
        font-size: 16px
    }

    .accordeon-title ul li {
        font-size: 11px
    }

    .accordeon-title h4 {
        font-size: 45px
    }

    .accordeon-title p {
        font-size: 12px;
        width: 90%
    }

    .accordeon-title-right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .img_bottom {
        bottom: -14px;
        right: 0;
        max-width: 161px
    }

    .whom {
        overflow: hidden
    }

    .whom-item-img img {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }

    .whom-item {
        width: 100%
    }

    .banner-content-text a {
        font-size: 14px;
        margin: 0 auto;
        margin-top: 300px;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .banner-content-text h3 {
        font-size: 22px;
        margin-top: 50px
    }

    .girl {
        max-width: 230px
    }

    .banner-content {
        padding: 20px
    }

    .possibilities {
        padding: 50px 0
    }

    .possibilities_parts_left {
        height: 220px
    }

    .possibilities_parts_left img {
        max-width: 295px;
        bottom: -98px
    }

    .possibilities_parts_left p {
        font-size: 12px
    }

    .possibilities_parts_left h3 {
        font-size: 27px
    }

    .possibilities {
        overflow: hidden
    }

    .possibilities_parts_right-item-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .possibilities_parts_right-item-text {
        width: 100%
    }

    .possibilities_parts_right-item-img {
        width: 100%;
        overflow: hidden;
        height: 350px;
        border-radius: 20px
    }

    .possibilities_parts_right-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .first_items-right ul li {
        padding: 6px;
        min-height: 139px;
        width: 33%
    }

    .first_items-right ul li svg {
        max-width: 40px;
        height: 60px
    }

    .first_items-right ul li img {
        max-width: 40px;
        margin-bottom: 10px
    }

    .first_items-right ul li {
        font-size: 12px
    }

    .btn {
        font-size: 12px
    }

    .first_items-title p {
        font-size: 16px
    }

    .first_items-title {
        margin-top: 20px
    }

    .first_items-title h2 {
        font-size: 29px
    }

    .first_items-title {
        width: 100%
    }

    .header_content-logo a img {
        max-width: 150px
    }

    .bottom_form_content {
        padding: 30px 10px;
    }

    .header_content-menu {
        display: none
    }
}