/* -Шалом- */
*{
	margin: 0;
	padding: 0;
	border: 0;
}


:focus, :active{outline: none;}
a:focus, a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webcit-text-size-adjust: 100%;
}

input,button,textarea{font-family: inherit;}

input::-ms-clear{display: none; color: #c7c7c7;}
button{cursor: pointer;}
button::-moz-focus-inner{padding: 0; border: 0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

textarea {
resize: none;
}

/* - Шрифты - */

@font-face{
font-family: 'SB Sans Interface';
font-style: normal;
font-weight: 400;
src: url('../fonts/SBSansUI-Regular.woff2'); 
}

@font-face{
font-family: 'SB Sans Interface';
font-style: normal;
font-weight: 500;
src: url('../fonts/SBSansUI-Semibold.woff2'); 
}


@font-face{
font-family: 'SB Sans Interface';
font-style: normal;
font-weight: 600;
src: url('../fonts/SBSansUI-Bold.woff2'); 
}

/* - end Шрифты - */


body{
font-family: 'SB Sans Interface';
background: #FFF;
color: #2B4B54;
}


a{
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(85.51deg, #80D452 -25.07%, #1E8FBF 58.03%, #33BFFB 105.71%);
    transform: all 1s;
}

a:hover{
    color: #37606B;
}

h1, h2, h3, h4, h5, p{
font-weight: 400;
color: #2B4B54;
font-family: 'SB Sans Interface';
}

h1{
font-size: 48px;
font-weight: 500;
line-height: 120%;
}

h2{
font-size: 36px;
font-weight: 500;
line-height: 120%;
margin-bottom: 20px;
}

h3{
font-size: 24px;
line-height: 120%;
}


h4{
font-size: 20px;
line-height: 120%;
}

h5{
font-size: 14px;
line-height: 120%;   
}

p{
font-size: 16px;
line-height: 120%;   
}

::-webkit-scrollbar{
    height: 4px;
    width: 9px;
}

::-webkit-scrollbar-track{
background: #f0f0f0;
border-radius: 0px;
}
::-webkit-scrollbar-track piece{
    background: #e3e3e3;
}

::-webkit-scrollbar-thumb{
    background: linear-gradient(85.51deg, #03E903 -25.07%, #01BFC5 58.03%, #00B2FF 105.71%);
    border-radius: 0px;
}

#callPhoneContact, #callPhoneHead {
    cursor: pointer;
}

.input_group {
    position: relative;
    margin-bottom: 16px;
    display: flex;
    z-index: 1;
    flex-direction: column;
    margin-top: 20px;
}

.input_group_all {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}


.input_request{
    width: 100%;
    max-width: 300px;
    height: 65px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #E4EFF2;
    font-size: 16px;
    transition: 0.3s;
    padding: 0px 16px;
    padding-top: 6px;
    outline: none;
    box-sizing: border-box;
}

.input_request:focus{
    border-color: #2B4B54;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 40rem #f6f7f8 inset;
}

.styles_label {
    position: absolute;
    top: 24px;
    left: 16px;
    z-index: -1;
    color: #889EA7;
    font-size: 16px;
    transition: 0.3s;
}

.error_input {
    border-color: #fb233d;
}

.date{
    max-width: 85px;
}

.container{
width: 1170px;
margin: 0px auto;
padding: 0px 15px;
box-sizing: border-box;
position: relative;
}

.btn {
    width: 215px;
    height: 60px;
    display: flex;
    background: linear-gradient(135deg, #80D452 0%, #1E8FBF 61.98%, #33BFFB 100%);
    border-radius: 50px;
    color: #fff;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    justify-content: center;
    transition: all 1.2s ease-in;
}

.btn:hover{
    color: #2B4B54;
}

.mt_10{
    margin-top: 10px;
}

.mt_20{
    margin-top: 20px;
}

.mv_body{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1;
}

.mv_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.mv_row span {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.mv_block{
    width: 500px;
    height: 450px;
}

.pp_body{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1;
}

.pp_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.pp_block {
    position: relative;
    width: 390px;
    height: auto;
    background: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 50px;
}

#close_up {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.pp_block h4{
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

.pp_block h5{
    text-align: center;
    color: #DDE2E3;
    font-size: 12px;
    margin-top: 10px;
}

.pp_messger{
    display: flex;
    flex-direction: row;
}

.pp_messger h5{
    text-align: center;
    color: #889EA7;
    margin-top: 5px;
    font-size: 14px;
}

.width_pp{
    width: 200px;
    align-items: center;
}

.pp_messger_block {
    width: 55px;
    height: 55px;
    background: #21BA72;
    border-radius: 13px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.2;
    transition: opacity 1s;
}

.pp_active{
    opacity: 1;
}

.pp_messger_block:hover{
    opacity: 0.5;
}

.pp_messger_block img{
    width: 35px;
    height: 35px;
}

.sms img{
    width: 35px;
    height: 30px;
}

.header{
    margin-top: 30px;
}

.header h4{
    font-size: 20px;
    font-weight: 500;
}

.header h5{
    color: #889EA7;
    text-align: right;
}

.block_row{
    display: flex;
    flex-direction: row;
}

.block_column{
    display: flex;
    flex-direction: column;
}

.items_center{
    align-items: center;
}

.border_bottom{
    border-bottom: 1px solid #F2F7F9;
    padding-bottom: 10px;
}

.logo_style {
    width: 60px;
    height: 60px;
    background: #F4FAFB;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.logo_style img{
    width: 30px;
    height: 30px;
}

.space_between{
    justify-content: space-between;
}

.burger{
    display: none;
}

.nav_row a{
    color: #889EA7;
    font-size: 18px;
    margin-right: 35px;
    transition: all 1s;
}

.nav_row a:hover{
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(85.51deg, #80D452 -25.07%, #1E8FBF 58.03%, #33BFFB 105.71%);
}

.mob_nav{
    display: none;
}

.header_link{
    font-size: 18px;
    font-weight: 500;
}

.main_display {
    margin-top: 30px;
    width: 100%;
    height: 550px;
    background-image: url(../img/img_1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 40px;
    display: flex;
    box-sizing: border-box;
    padding: 40px;
}

.md_block{
    max-width: 510px;
    margin-top: 50px;
}

.md_block h1{
    font-size: 40px;
    color: #FCFCFC;
    margin-bottom: 20px;
}

.md_block h4{
    color: #FCFCFC;
    margin-bottom: 20px;
    max-width: 370px;
}

.md_block h5{
    color: #E9EFF1;
}

.main_video{
    margin-left: 30px;
    cursor: pointer;
}

.main_video img{
    width: 63px;
    height: 44px;
    margin-right: 5px;
    cursor: pointer;
}

.main_video h5{
    max-width: 150px;
}

.offer_block {
    display: flex;
    width: 100%;
    max-width: 1060px;
    background: #fff;
    border-radius: 10px;
    height: 150px;
    margin-top: -70px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
    align-items: center;
    justify-content: space-around;
    margin-bottom: 30px;
}

.offer_block h4{
    font-size: 18px;
    font-weight: 500;
}


.content_center{
    display: flex;
    justify-content: center;

}

.offer_icon{
    width: 190px;
}

.offer_icon img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.catalog_row {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catalog_block {
    max-width: 340px;
    display: flex;
    margin-bottom: 35px;
    overflow: hidden;
}

.house_description{
    margin-top: 10px;
}

.house_description h3{
    font-weight: 500;
    margin-bottom: 5px;
}

.house_description span{
    color: #16AF6F;
    font-weight: 500;
}

.house_description p{
    color: #889EA7;
}

.catalog_block img{
    cursor: pointer;
    width: 340px;
    height: 190px;
    max-height: 190px;
    transition: 0.5s;
    object-fit: cover;
    transition: 1s;
    border-radius: 10px;
}

.catalog_block img:hover{
    opacity: 0.8;
    transform: scale(1.1);
}

.cb_img_slide {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.cb_img_slide img{
    width: 100px;
    height: 65px;
}

.reviews_popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1;
}

.reviews_popup span {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: #f2f2f2;
    font-size: 30px;
}

.reviews_popup_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: 750px;
    max-height: -webkit-fill-available;
    max-height: fill-available;
}

.reviews_popup_img img{
    width: 100%;
    border-radius: 15px;
}

.reviews_popup_img svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.popup img {
    width: 100%;
    border-radius: 15px;
}

.popup svg{
    width: 20px;
    height: 20px;
    color: #fff;
}

.popup_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: 750px;
    max-height: -webkit-fill-available;
    max-height: fill-available;
}

.slide_previous {
    position: absolute;
    top: 45%;
    left: 3%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 70%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide_next {
    position: absolute;
    top: 45%;
    right: 3%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 70%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup span{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: #f2f2f2;
    font-size: 30px;
}

.capture_block {
    display: flex;
    width: 100%;
    height: 260px;
    background: #F4FAFB;
    border-radius: 18px;
    border: 2px dashed #889EA7;
    background-image: url(../img/img_bg_capture.png);
    background-size: 1047px;
    background-repeat: no-repeat;
    background-position: right bottom;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 40px;
}

.capture_block h3{
    width: 100%;
    max-width: 475px;
    font-weight: 500;
    margin-bottom: 20px;
}

.capture_block h5{
    width: 100%;
    max-width: 375px;
    margin-bottom: 20px;
    color: #889EA7;
}

.capture_btn{
    width: 240px;
    height: 55px;
    font-size: 16px;
}

.wp_row {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wp_block{
    width: 310px;
    height: 150px;
}

.wp_block img{
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.wp_block h4{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.wp_block h5{
    color: #889EA7;
}

.wp_active{
    background: #F4FAFB;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
    height: auto;
    border: 2px dashed #889EA7;
}

.hypothec_row{
    display: flex;
    margin-top: 35px;
}

.hypothec_block {
    display: flex;
    width: 385px;
    flex-direction: column;
}

.hypothec_block img {
    width: 280px;
    height: 63px;
}

.hypothec_primer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 66%;
}
.hypothec_primer_row{
    width: 320px;
    height: 190px;
    background: #F4FAFB;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
    margin-left: 35px;
    margin-bottom: 25px;
}

.hypothec_primer_row h4{
    font-weight: 500;
    margin-bottom: 10px;
}

.video_title{
    max-width: 370px;
    margin-bottom: 30px;
}

.video_title h2{
    font-size:30px;
}

.video_row{
    display: flex;
    width: 100%;
    flex-direction: row;
    overflow: auto;
    padding-bottom: 25px;
}

.video_block{
    min-width: 320px;
    height: 210px;
    background: #F4FAFB;
    border-radius: 10px;
    margin-right: 30px;
    cursor: pointer;
}

.reviews_all{
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    width: 100%;
    background: #F4FAFB;
    border-radius: 25px;
    height: auto;
    box-sizing: border-box;
    padding: 25px;
    margin-bottom: 35px;
}

.reviews_info{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.reviews_logo{
    display: flex;
    flex-direction: row;
}

.reviews_logo h5{
    font-size: 14px;
    color: #889EA7;
}

.reviews_logo h4{
    font-size: 24px;
    font-weight: 500;
}

.reviews_logo_st {
    display: flex;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.reviews_logo_st img{
    width: 40px;
    height: 43px;
}

.reviews_reiting{
    display: flex;
    flex-direction: row;
    width: 150px;
}

.reviews_reiting h4{
    color: #16AF6F;
    font-weight: 500;
    margin-bottom: 5px;
}

.reviews_reiting h5{
    color: #889EA7;
}

.reviews_reiting img{
    width: 50px;
    height: 50px;
}

.reviews_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: auto;
}

.reviews_block {
    width: 48%;
    height: 290px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 30px;
    margin-right: 35px;
}

.reviews_block h4{
    font-weight: 500;
}

.reviews_block p{
    margin-top: 20px;
}

.reviews_block img{
    width: 125px;
    height: 25px;
}

.reviews_block_img{
    display: flex;
    overflow: auto;
    margin-top: 20px;
    padding-bottom: 10px;
}

.reviews_block_img img{
    width: 95px;
    height: 60px;
    margin-right: 15px;
    min-width: 95px;
    cursor: pointer;
    border-radius: 10px;
}

.reviews_capture {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px;
}

.reviews_capture h4{
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(85.51deg, #80D452 -25.07%, #1E8FBF 58.03%, #33BFFB 105.71%);
    transform: all 1s;
    cursor: pointer;
    font-weight: 500;
}

.guarantees_row{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.guarantees_block{
    width: 320px;
    display: flex;
}

.guarantees_block img{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.guarantees_block h4{
    font-weight: 500;
    margin-bottom: 10px;
}

.contacts_text {
    width: 100%;
    display: flex;
    margin-top: 35px;
    margin-bottom: 30px;
    justify-content: center;
}

.contacts_text h2 {
    text-align: center;
    font-size: 28px;
    max-width: 680px;
}

.contact_centert {
    display: flex;
    width: 100%;
    justify-content: center;
}

.contacts_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 900px;
    align-items: center;
}

.contacts_row img{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.contacts_row h4{
    font-size: 18px;
    font-weight: 500;
}

.contacts_row h5{
    color: #889EA7;
}

.messengers{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.messengers_block{
    width: 50px;
    height: 50px;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 8px;
    opacity: 0.7;
    transition: opacity 1s;
}

.messengers_block:hover{
    opacity: 1;
}

.messengers_block img{
    width: 30px;
    height: 30px;
    margin-right: 0px;
}

.whatsapp {
    background: #21BA72;
}

.telegram {
    background: #0088CC;
}

.telegram img{
    width: 25px;
    height: 20px;
}

.viber {
    background: #59267c;
}

.contact_map{
    width: 100%;
    height: 300px;
    margin-top: 35px;
    border-radius: 20px;
}

footer{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 40px;
    padding: 20px 0px;
    border-top: 1px solid #F2F7F9;
}

footer h4{
    font-weight: 500;
}

footer h5{
    color: #889EA7;
}

.footer_row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

.ip_info{
    display: flex;
    flex-direction: column;
    text-align: right;
}


@media (max-width: 1200px){

.container{
width: 938px;
margin: 0px auto;
padding: 0px 15px;
}

.main_display {
    height: auto;
    padding-bottom: 120px;
}

.offer_block{
    max-width: 830px;
}

.catalog_row {
    justify-content: flex-start;
}

.catalog_block {
    margin-right: 50px;
}

}

@media (max-width: 990px){

.container{
  width: 100%;
  padding: 0px 20px;
}

.call_block{
    display: none;
} 

.burger{
    display: flex;
    cursor: pointer;
}

.mob_nav{
    display: none;
}

.mob_row {
    width: 350px;
    height: 500px;
    background: #f2f2f2;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 15px;
}

.mob_row img{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.mob_row li{
    margin-bottom: 20px;
    font-size: 18px;
}

.mob_row a{
    color: #2B4B54;
    transform: all 1s;
}

.mob_row a:hover{
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(85.51deg, #80D452 -25.07%, #1E8FBF 58.03%, #33BFFB 105.71%);
    transform: all 1s;
}

.line {
    border-bottom: 1px solid #e3e8ea;
    margin-bottom: 20px;
}

.nav_all{
    display: none;
}

.main_display {
    height: auto;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}

.offer_block{
    max-width: 95%;
}

.capture_block {
    background-size: 698px;
}

.wp_row {
    width: 100%;
    overflow: auto;
    padding-bottom: 20px;
}

.wp_block {
    min-width: 310px;
    margin-right: 25px;
}

.reviews_all{
    height: auto;
}

.reviews_info {
    flex-direction: column;
    align-items: flex-start;
}

.reviews_logo {
    margin-bottom: 20px;
}



.reviews_block {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.guarantees_row {
    flex-wrap: wrap;
}

.guarantees_block {
    width: 400px;
    display: flex;
    margin-bottom: 35px;
}

.contacts_row {
    flex-wrap: wrap;
}

.mt20_tablet{
    margin-top: 20px;
}


@media (max-width: 550px){

.container {
    width: 100%;
    padding: 0px 10px;
}

.btn{
    max-width: 260px;
    width: 260px;
}

.mv_block {
    width: 95%;
    height: 250px;
}

.pp_block {
    position: relative;
    width: 100%;
    max-width: 340px;
    height: 100%;
    max-height: 480px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 40px 20px;
}

.w100{
    width: 100%;
    max-width: 100%;
}

.header {
    margin-top: 15px;
}

.mob_row {
    width: 100%;
    height: 1200px;
    background: #fff;
}

.main_display{
    padding: 10px;
    margin-top: 20px;
}

.md_block h1 {
    font-size: calc(36px + (36 - 30) * ( (100vw - 480px) / ( 480 - 320) ));
    text-align: center;
}

.md_block h4 {
    font-size: calc(19px + (19 - 16) * ( (100vw - 480px) / ( 480 - 320) ));
    color: #FCFCFC;
    max-width: 100%;
    text-align: center;
}


.md_block {
    max-width: 100%;
    margin-top: 50px;
}

.block_column_mobile{
    flex-direction: column;
}

.block_center_mobile{
    align-items: center;
}

.main_video {
    margin-left: 0px;
    margin-top: 20px;
}

.offer_block {
    background: none;
    box-shadow: none;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
}

.offer_icon {
    display: flex;
    width: 220px;
    min-width: 220px;
    height: 100px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
    margin-right: 20px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
    align-items: center;
}

.catalog_block {
    margin-right: 0px;
}

.cb_img_slide img {
    width: 31%;
}

.capture_block {
    height: 460px;
}

.hypothec_row {
    flex-direction: column;
}

.hypothec_block {
    width: 100%;
    margin-bottom: 30px;
}

.hypothec_primer {
    width: 100%;
}

.hypothec_primer_row {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 25px;
}

.reviews_logo h4 {
    font-size: 22px;
}

.reviews_reiting {
    margin-bottom: 20px;
}

.guarantees_block {
    width: 100%;
    display: flex;
    margin-bottom: 35px;
}

.contacts_text {
    margin-bottom: 0px;
}

.contact_centert {
    justify-content: flex-start;
}

.contacts_row {
    flex-direction: column;
    align-items: flex-start;
}

.footer_row {
    flex-direction: column;

}

.ip_info {
    text-align: left;
    margin-top: 25px;
}

}











































