/* fonts */
@font-face {
	font-family: Jost;
	src:
		url('/css/fonts/Jost.ttf') format('truetype');
    font-style: normal; 
    font-weight: 400;
}

@font-face {
	font-family: Dela Gothic One;
	src: url('/css/fonts/DelaGothicOne-Regular.eot');
	src: url('/css/fonts/DelaGothicOne-Regular.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/DelaGothicOne-Regular.woff2') format('woff2'),
		url('/css/fonts/DelaGothicOne-Regular.woff') format('woff'),
		url('/css/fonts/DelaGothicOne-Regular.ttf') format('truetype'),
		url('/css/fonts/DelaGothicOne-Regular.svg#DelaGothicOne-Regular') format('svg');
    font-style: normal; 
    font-weight: 400;
}
/* *******  */


/* settings styles */

*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100vh;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    margin: 0;
    background: #FDFDFD;
    scroll-behavior: smooth;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
li {list-style-type: none;}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.flex {
    display: flex;
}

/* *******  */


/* стили страницы*/

.container {
    max-width: 1192px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}
.container__all {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.containerAll {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    gap: 48px;
}
.container__all_bg {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/css/img/bg__main.png);
    background-size: cover;
    position: relative;
}
.container__all_bgGrey {
    background: #F5F5F5; 
}
.container__all_bg::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
}
.title__page {
    color: #515151;
    font-family: Dela Gothic One;
    font-size: 35.625px;
    font-style: normal;
    font-weight: 400;
    line-height: 41.563px;
    letter-spacing: 0.371px;
    margin-bottom: 27px;
    position: relative;
}

.policy_mg {
    padding-top: 150px !important;
}

/* *******  */


/* header блок стили */

.header {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    margin: 0 auto;
    position: fixed;
    z-index: 2;
    background: rgba(0, 0, 0, 0.17);
}
.header_filter {
    backdrop-filter: blur(16.20px);
}
.header__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 935px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.header__box_item {
    display: flex;
}
.header__box_item_menu {
    display: flex;
    gap: 57px;
}
.header__box_item_menu_item {
    color: #FFF;
    font-family: Jost;
    font-size: 21.207px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.632px; /* 144.444% */
    letter-spacing: 0.589px;
}
.header__box_item_menu_item:hover {
    color: #515151;
}
.header__button_menu {
    width: 44.5px;
    height: 27.5px;
    cursor: pointer;
    transition: 0.3s;
}
.header__button_menu:hover {
    background-image: url(/css/img/button__menu_red.svg);
}
.mobile__link {
    order: 1;
}


/* *******  */

/* pages style */
.main__block {
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.main__block_text {
    color: #D9EAFF;
    font-family: Dela Gothic One;
    font-size: 27.392px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.761px;
}
.main__block_title {
    color: #FFF;
    font-family: Dela Gothic One;
    font-size: 7.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.347px;
}
.containerAll_left {
    max-width: 851px;
    width: 50%;
    height: 650px;
}
.containerAll_left img {
    width: 100%;
    height: 100%;
}
.containerAll_right {
    display: flex;
    flex-direction: column;
}
.containerAll_right_title {
    color: #4B74A5;
    font-family: Dela Gothic One;
    font-size: 50.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 58.566px; /* 116.667% */
    letter-spacing: 0.523px;
    margin-bottom: 46px;
}
.containerAll_right_text {
    color: #515151;
    font-family: Jost;
    font-size: 21.891px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.055px;
    max-width: 657px;
    width: 100%;
    margin-bottom: 57px;
}
.btn {
    color: #FEFEFF;
    font-family: Jost;
    font-size: 21.891px;
    font-style: normal;
    font-weight: 700;
    line-height: 32.836px; /* 150% */
    letter-spacing: 0.055px;
    display: flex;
    max-width: 326px;
    width: 100%;
    height: 69px;
    justify-content: center;
    align-items: center;
    background-color: #6989B9;
    box-shadow: -4px 9px 27px 0px rgba(105, 137, 185, 0.52);
    transition: 0.3s;
    cursor: pointer;
}
.btn:hover {
    background-color: #495F7E;
}
.btnYes {
    color: #FEFEFF;
    font-family: Jost;
    font-size: 21.891px;
    font-style: normal;
    font-weight: 700;
    line-height: 32.836px; /* 150% */
    letter-spacing: 0.055px;
    display: flex;
    max-width: 458px;
    width: 100%;
    height: 69px;
    justify-content: center;
    align-items: center;
    background-color: #6989B9;
    box-shadow: -4px 9px 27px 0px rgba(105, 137, 185, 0.52);
    transition: 0.3s;
}
.btnYes:hover {
    background-color: #495F7E;
}

.block__bottom {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1192px;
    padding: 16.418px 43.782px;
    align-items: center;
    background: #FFF;
}
.block__bottom_item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.block__bottom_item_text_big {
    color: #054457;
    font-family: Jost;
    font-size: 65.673px;
    font-style: normal;
    font-weight: 600;
    line-height: 79.355px; /* 120.833% */
    letter-spacing: 0.164px;
}
.block__bottom_item_text_small {
    color: #A6A6A6;
    font-family: Jost;
    font-size: 21.891px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.055px;
}
.btn_mg {
    margin-bottom: 100px;
}
.title {
    color: #4B74A5;
    font-family: Dela Gothic One;
    font-size: 56.578px;
    font-style: normal;
    font-weight: 400;
    line-height: 66.008px; /* 116.667% */
    letter-spacing: 0.589px;
    margin-top: 100px;
    margin-bottom: 70px;
}
.why__box {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    margin-bottom: 70px;
}
.why__box_item {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    width: 100%;
}
.why__box_item_pt {
    margin-top: 48px;
}
.why__box_item_title {
    position: relative;
    margin-bottom: 21px;
}
.title_text {
    color: #515151;
    font-family: Dela Gothic One;
    font-size: 32.626px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.636px; /* 103.097% */
    letter-spacing: 0.697px;
}
.title1_icon {
    position: absolute;
    top: 32px;
    left: 0;
}
.title2_icon {
    position: absolute;
    top: 42px;
    left: -30px;
}
.title3_icon {
    position: absolute;
    top: -34px;
    right: 18px;
}
.title4_icon {
    position: absolute;
    top: 29px;
    right: 124px;
}
.title5_icon {
    position: absolute;
    top: 4px;
    right: 13px;
}
.title6_icon {
    position: absolute;
    top: -3px;
}

.why__box_item_text {
    color: #515151;
    font-family: Jost;
    font-size: 16.41px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.624px;
}
.blueText {
    color: #4B74A5;
}

.form {
    border-radius: 36px;
    border: 5px solid #4B74A5;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    margin-top: 50px;
    margin-bottom: 130px;
}
.form_left {
    display: flex;
    flex-direction: column;
    max-width: 485px;
    width: 100%;
}
.form_left_title {
    color: #4B74A5;
    font-family: Dela Gothic One;
    font-size: 43.324px;
    font-style: normal;
    font-weight: 400;
    line-height: 50.544px; /* 116.667% */
    letter-spacing: 0.451px;
    margin-bottom: 50px;
}
.form_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 512px;
    width: 100%;
}
.form_right_input {
    width: 100%;
    padding: 20px 43px;
    border-radius: 5.425px;
    border: 1.356px solid #4B74A5;
    color: #2C2C2C;
    font-family: Jost;
    font-size: 21.699px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;  
}
.form_right_input::placeholder {
    color: #BBB;
    font-family: Jost;
    font-size: 21.699px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;  
}
.radio {
    display: inline-block;
    cursor: pointer;
}
.radio>input {
    display: none;
}
.radio>.div_black {
    position: relative;
    padding-left: 25px;
}
.radio>.div_black:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #2C2C2C;
    border-radius: 4px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.radio>.div_black::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: inherit;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
}
.radio>input:checked + .div_black:after {
    content: '';
    width: 13px;
    height: 9px;
    background-image: url(/css/img/icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.sogl__policy {
    color: #2C2C2C;
    font-family: Jost;
    font-size: 9.977px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sogl__policy_link {
    color: #6989B9;
    font-family: Jost;
    font-size: 9.977px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.sogl__policy_link:hover {
    text-decoration: underline;
}
.titileIcon1 {
    position: absolute;
    left: -31px;
    bottom: -15px;
}
.titileIcon2 {
    position: absolute;
    bottom: 22px;
    left: -174px;
    z-index: -1;
}
.containerAll_left_width {
    max-width: 1113px;
    width: 60%;
    height: 608px;
    position: relative;
}
.text_right {
    color: #515151;
    font-family: Jost;
    font-size: 16.941px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.259px;
    max-width: 384px;
    width: 100%;
}
.btn_width {
    max-width: 458px;
}
.bottom__btn {
    display: flex;
    width: 570px;
    height: 112px;
    padding: 30px 43.782px 16.418px 43.782px;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}
.bottom__btn_left {
    left: 0;
}
.containerAll_reverse {
    flex-direction: row-reverse;
}
.title__page_right {
    text-align: right;
    margin-top: 100px;
}
.titileIcon3 {
    position: absolute;
    bottom: 22px;
    right: 0;
    z-index: -1;
}
.titileIcon4 {
    position: absolute;
    bottom: 77px;
    right: -21px;
}
.employees__box {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 60px;
}
.employees__box_slider {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    position: relative;
}
.employees__box_slider_item {
    max-width: 290px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.employees__box_slider_item img {
    width: 100%;
    height: 329px;
}
.people__name {
    color: #000;
    font-family: Jost;
    font-size: 14.385px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-top: 15px;
    margin-bottom: 15px; 
    text-transform: uppercase;
}
.people__text {
    color: #000;
    font-family: Jost;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; 
}
.stick {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-family: Jost;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 9.5px;
    background: #F2CB00;
    width: 66px;
    height: 21px; 
    top: 6px;
    left: 6px;
    padding-left: 7px;
}
.stick img {
    width: 70%;
    height: 70%;
}
.prevBtn {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/css/img/prev.svg);
    width: 63px;
    height: 63px;
    transition: 0.3s;
    opacity: 0.6;
    position: relative;
    left: -20px;
    cursor: pointer;
}
.prevBtn:hover {
    opacity: 1;
}
.nextBtn {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/css/img/next.svg);
    width: 63px;
    height: 63px;
    transition: 0.3s;
    opacity: 0.6;
    position: relative;
    right: -20px;
    cursor: pointer;
}
.nextBtn:hover {
    opacity: 1;
}
.slider {
    position: relative;
}
.buttonBox {
    position: absolute;
    top: 40%;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.apartment__box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}
.apartment__box_item {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #4B74A5;
    padding: 40px 76px;
}
.apartment__box_item_title {
    color: #FFF;
    text-align: center;
    font-family: Dela Gothic One;
    font-size: 35.625px;
    font-style: normal;
    font-weight: 400;
    line-height: 41.563px;
    letter-spacing: 0.371px;
    margin-bottom: 60px;
}
.apartment_item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.apartment_item_text {
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 18.9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.25px;
}
.apartment_item img {
    width: 188px;
    height: 13px;
    align-self: center;
}
.apartment_item:last-child {
    margin-top: 70px;
}
.payment_box_top {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.blockLogo {
    width: 325px;
    height: 106px;
}
.blockLogo img {
    width: 100%;
    height: 100%;
}
.payment__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    margin-bottom: 54px;
}
.payment__list_item {
    color: #515151;
    font-family: Jost;
    font-size: 28.262px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.071px;
    padding-left: 50px;
    position: relative;
}
.payment__list_item::after {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: 40px;
    height: 5px;
    background-color: #4B74A5;
}
.qr_code {
    width: 142px;
    height: 144px;
    margin-left: 50px;
}
.paymentLine {
    width: 56.018px;
    height: 106.469px;
    position: absolute;
    bottom: 90px;
    left: 190px;
}
.payment__link {
    color: #4B74A5;
    font-family: Jost;
    font-size: 28.262px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.071px;
}
.payment__link:hover {
    text-decoration-line: underline;  
}
.containerAll_gap {
    gap: 0;
}
.contacts__box {
    display: flex;
    width: 100%;
}
.contacts__box_left {
    display: flex;
    flex-direction: column;
    background: #4B74A5;
    width: 87%;
}
.contacts__box_left_title {
    color: #FFF;
    font-family: Dela Gothic One;
    font-size: 37.079px;
    font-style: normal;
    font-weight: 400;
    line-height: 43.259px; /* 116.667% */
    letter-spacing: 0.386px;
    margin-bottom: 20px;
}
.contacts__box_right {
    width: 100%;
}
.mapBox {
    width: 100%;
    height: 511px;
    background: #4B74A5;
}
.mapBox iframe {
    width: 100%;
    height: 100%;
}
.contacts_color {
    filter: grayscale(1) brightness(1000%);
}
.contacts__box_left_width {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
    align-self: end;
    margin-right: 120px;
    margin-top: 55px;
}

/* *******  */


/* footer блок стили  */

.footer__box {
    background: rgba(105, 137, 185, 0.09);
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
}
.footer__item {
    color: #4B74A5;
    font-family: Dela Gothic One;
    font-size: 21.891px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.836px;
    position: relative;
    padding-left: 50px;
}
.footer__item::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 40px;
    height: 5px;
    background-color: #4B74A5;
}
.footer__boxContent {
    width: 100%;
    display: flex;
    position: relative;
    padding-top: 55px;
    padding-bottom: 55px;
    max-width: 1192px;
    justify-content: space-between;
}
.logo__footer {
    width: 222px;
    margin-bottom: 20px;
}
.logo__footer img {
    width: 100%;
}
.footer__boxContent_item {
    display: flex;
    flex-direction: column;
    
}
.footer__boxContent_item:nth-child(2) {
    gap: 20px;
}
.ww__box {
    display: flex;
    opacity: 0.5;
    transition: 0.2s;
    margin-top: 100px;
}
.ww__box:hover {
    opacity: 1;
}
.ww__link {
    display: flex;
    gap: 9px;
    align-items: center;
}
.ww__text {
    color: #999;
    font-family: Jost;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer__text_policy {
    color: #999;
    font-family: Jost;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 187.85%;   
}
a.footer__text_policy:hover {
    text-decoration: underline;
}
.footer__boxContent_item_title {
    color: #4B74A5;
    font-family: Dela Gothic One;
    font-size: 27.364px;
    font-style: normal;
    font-weight: 400;
    line-height: 38.309px;
}
.footer__phone {
    display: flex;
    flex-direction: column;
    margin-bottom: 21px;
    margin-top: 17px;
    position: relative;
    padding-left: 40px;
}
.footer__phone::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 25.97px;
    height: 25.97px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/css/img/footer__phone.svg);
}
.footer__phone_item {
    color: #373737;
    font-family: Jost;
    font-size: 18.315px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; 
}
.footer__phone_item:hover {
    text-decoration: underline;
}
.footer__adress {
    color: #373737;
    font-family: Jost;
    font-size: 18.315px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; 
    max-width: 401px;
    width: 100%;
    position: relative;
    padding-left: 40px;
}
.footer__adress::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 25.97px;
    height: 25.97px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/css/img/footer__adress.svg);
}
.social_footer {
    display: flex;
    gap: 24px;
    margin-top: 28px;
}
.social_footer_item {
    width: 61.541px;
    height: 61.541px;
    background-position: center;
    background-repeat: no-repeat;
}
.vb {
    background-image: url(/css/img/vb.svg);
}
.wp {
    background-image: url(/css/img/wp.svg);
}

/* *******  */

/* policy 404 cookie  */

.container__error {
    padding-top: 60px;
}
.box__404 {
    display: flex;
    flex-direction: column;
}
.box__404_textBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.big__404_title {
    color: #4B74A5;
    font-family: Dela Gothic One;
    font-size: 13vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.box__404_textBox_title {
    color: #515151;
    text-align: center;
    font-family: Dela Gothic One;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
    letter-spacing: 0.48px;
}
.box__404_textBox_button {
    color: #FEFEFF;
    font-family: Jost;
    font-size: 21.891px;
    font-style: normal;
    font-weight: 700;
    line-height: 32.836px; /* 150% */
    letter-spacing: 0.055px;
    margin-top: 50px;
    background: #6989B9;
    box-shadow: -4px 9px 27px 0px rgba(105, 137, 185, 0.52);
    display: flex;
    max-width: 457px;
    width: 100%;
    height: 69px;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.box__404_textBox_button:hover {
    background-color: #495F7E;
}
.section_personal {
    padding-top: 40px;
  }
  .main {
    margin-top: 40px;
  }
  .policy {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }
  .policy__content {
    display: flex;
    flex-direction: column;
  }
  .policy__heading, .personal_title {
    font-family: Jost;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }
  .policy__block {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .policy__title {
    font-family: Jost;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .policy__text {
    font-family: Jost;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
  }
  .policy__subtitle {
    font-family: Jost;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px
  }
  .policy__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .policy__item {
    font-family: Jost;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    list-style-type: disc;
  }
  .policy__block-mini {
    display: flex;
    flex-direction: column;
  }
  .container_main {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .politics_info_subtitle {
    font-family: Jost;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .personal_info {
    font-family: Jost;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
  }
/*куки*/
.cookie {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 13px 50px;
    display: flex;
    width: 100%;
    border-top: 1px solid #333333;
    font-size: 1.3em;
    justify-content: center;
    background-color: #fff;
    z-index: 1000;
    align-items: center;
}
.cookie__wrapper {
    display: flex;
    margin-right: 20px;
    color: #333333;
    align-items: center;
}
.cookie__wrapper p {
    margin-right: 5px;
    font-family: Jost;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
.cookie__wrapper a {
    color: #333333;
    text-decoration: none;
    font-family: Jost;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
.cookie__wrapper a:hover {
    color: #333333;
    text-decoration: underline;
}
.cookie__btn {
    color: #4B74A5;
    cursor: pointer;
    font-family: Jost;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
.cookie__close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-46%);
    width: 12px;
    cursor: pointer;
    font-family: Jost;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}
.section_personal {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container_main {
    max-width: 1170px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.personal_title {
    font-size: 28px;
}
.politics_info_subtitle {
    font-size: 23px;
}
.section_personal {
    display: flex;
    flex-direction: column;
}
.container_main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* *******  */



/* mobile blocks styles and modal  */

.popup-fade {
	display: none;
    z-index: 99999;
    position: relative;
}
.popup-fade:before {
	content: '';
	background: rgba(0, 0, 0, 0.58);
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	z-index: 9999;
}
.popup_fade {
	display: none;
    z-index: 99999;
    position: relative;
}
.popup_fade:before {
	content: '';
	background: rgba(0, 0, 0, 0.58);
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	z-index: 9999;
}

.popup {
	position: fixed;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
	padding: 45px;
	width: 100%;
    max-width: 905px;
    height: max-content;
    background: #FFFFFF;
	z-index: 99999;
	opacity: 1;
    transition: 0.3s;
}
.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.mobile__menu {
    display: none;
    flex-direction: column;
    position: fixed;
    width: 78%;
    height: 100%;
    background: #FFFFFF;
    z-index: 4;
    top: 0;
    bottom: 0;
    margin: 0;
    left: 0;
    padding: 20px;
}
.mobile__menu_active {
    display: flex;
}
.button_disable {
    pointer-events: none;
}
.popup__boxContent {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup__boxContent_title {
    color: #515151;
    text-align: center;
    font-family: Dela Gothic One;
    font-size: 35.625px;
    font-style: normal;
    font-weight: 400;
    line-height: 41.563px; /* 116.667% */
    letter-spacing: 0.371px;
    margin-bottom: 90px;
}
.popup__boxContent_title_mg {
    margin-bottom: 27px;
}
.popup__boxContent_subtitle {
    color: #515151;
    text-align: center;
    font-family: Jost;
    font-size: 16.41px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.624px;
    margin-bottom: 66px;
}
.btnBack {
    cursor: pointer;
}

/* *******  */
