:root {
	--siniy-firmennyy: #091d71;
	--svetlyy-siniy: #bbc6ff;
	--oranzhevyy: #ecb48c;
	--tekst-na-golubom-fone: #56629e;
	--fon-dlya-golubogo-fona: #cfd7ff;
	--temno-temno-siniy: #34313d;
	--svetlyy-fon: #f5f6f9;
  	--font-family: "Manrope", sans-serif;
  	--second-family: "Playfair Display", sans-serif;
  	--third-family: "Montserrat", sans-serif;
}

body{
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	color: var(--temno-temno-siniy);
}
.container{
	width: 1400px;
	margin: auto;
}
.flex{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex
}
.column{
   flex-direction: column;
}
.uppercase{
   text-transform: uppercase;
}
img.cover{
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}
.hidden{
   display: none!important;
}
.absolute{
	position: absolute;
}
.btn{
	background: var(--oranzhevyy);
	border-radius: 10px;
	color: var(--temno-temno-siniy);
	font-weight: 700;
	font-size: 16px;
	height: 55px;
	border: none;
	border-radius: 8px;
	padding: 0 32px;
}
.btn:hover{
	background: #e5955c;
}
.btn:active{
	background: #d07e43;
}
.btn:disabled{
	opacity: 0.4;
}
.bg-grey{
	background-color: var(--svetlyy-fon);
}
button{
	cursor: pointer;
}
.btn-primary{
	background: var(--siniy-firmennyy);
	border-radius: 8px;
	font-size: 16px;
	color: #fff;
	border: none;
}
.btn-primary:hover{
	background: #273fa4;
}
.btn-primary:active{
	background: #172d8c;
}
.btn-primary:disabled{
	opacity: 0.4;
}
.btn-grey{
	background: var(--svetlyy-fon);
	color: var(--temno-temno-siniy);
}
.btn-grey:hover{
	background: #e5e8f0;
}
.btn-grey:active{
	background: #cdd1de;
}
.btn-grey:disabled{
	opacity: 0.4;
}
.section-title,
h2.section-title{
	font-weight: 800;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: -0.04em;
	text-align: center;
	color: var(--siniy-firmennyy);
}
.section-title span{
	font-family: var(--second-family);
	font-style: italic;
	font-weight: 500;
	color: var(--oranzhevyy);
}
header.header{
	padding: 20px 0;
}
header.header .container{
	align-items: center;
	justify-content: space-between;
}
.header-logo{
	display: block;
	width: 320px;
	margin-right: 42px;
}
.header-logo img{
	width: 100%;
}
.header-nav{
	margin: 0;
	list-style: none;
}
.header-nav li{
	margin-right: 6px;
}
.header-nav li a{
	display: flex;
	height: 55px;
	padding: 0 30px;
	align-items: center;
	background: var(--svetlyy-fon);
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.03em;
	color: #000;
	border-radius: 10px;
	text-decoration: none;
}
.header-nav li a.active{
	border: 1px solid var(--oranzhevyy);
}
.header-nav li a.has-children:after{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/icons/arr-btm.svg) center no-repeat;
	margin-left: 8px;
}
.header-nav li a:hover{
	background: #e5e8f0;
}
.header-nav li a:active{
	background: #cdd1de;
}
.header-tel{
	width: 231px;
	height: 55px;
	border-radius: 10px;
	padding: 6px 0px 6px 6px;
	background: var(--oranzhevyy);
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.01em;
	color: var(--temno-temno-siniy);
	position: relative;
	align-items: center;
}
.header-tel:before{
	content: '';
	display: inline-block;
	border-radius: 6px;
	width: 43px;
	height: 43px;
	background: rgba(255, 255, 255, 0.6) url(../img/phone-call.svg) center no-repeat;
	margin-right: 30px;
}
.header-tel:hover{
	text-decoration: none;
	color: var(--temno-temno-siniy);
	background: #e5955c;
}
.header-tel:active{
	background: #d07e43;
}
.main-baner{
	background: var(--siniy-firmennyy) url(../img/bg-first.png) center no-repeat;
	background-size: cover;
	padding: 50px 0 82px;
}
.webp .main-baner{
	background: var(--siniy-firmennyy) url(../img/bg-first.webp) center no-repeat;
	background-size: cover;
}
.main-baner h1{
	font-size: 211px;
	line-height: 66%;
	letter-spacing: -0.04em;
}
.main-baner h1 span:first-child{
	font-family: var(--second-family);
	font-style: italic;
	font-weight: 500;
	color: var(--svetlyy-siniy);
}
.main-baner h1 span:last-child{
	font-weight: 800;
	color: #fff;
	display: block;
	text-align: right;
}
.main-baner-cont{
	margin-top: 110px;
	margin-bottom: 60px;
}
.main-baner-cont .btn{
	font-size: 22px;
	align-items: center;
	padding: 0 48px;
	flex: none;
	height: 86px;
	margin-right: 70px;
}
.main-baner-cont .btn:after{
	content: '';
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(../img/icons/arr-r.svg) center no-repeat;
	margin-left: 16px;
}
.main-baner-cont .text{
	font-size: 26px;
	color: #fff;
	line-height: 1.5;
    padding-right: 120px;
}
.main-baner-row{
	justify-content: space-between;
}
.main-baner-row .item{
	border-radius: 10px;
	width: 268px;
	height: 158px;
	backdrop-filter: blur(20px);
	background: rgba(187, 198, 255, 0.22);
	padding: 16px;
	font-size: 16px;
	line-height: 130%;
	color: var(--fon-dlya-golubogo-fona);
	position: relative;
}
.main-baner-row .item:before{
	content: '';
	position: absolute;
	border: 1px solid var(--oranzhevyy);
	border-radius: 6px;
	width: 50px;
	height: 50px;
	right: 16px;
	bottom: 16px;
}
.main-baner-row .item:first-child:before{
	background: url(../img/icons/fi-sr-1.svg) center no-repeat;
}
.main-baner-row .item:nth-of-type(2):before{
	background: url(../img/icons/fi-sr-shield-check.svg) center no-repeat;
}
.main-baner-row .item:nth-of-type(3):before{
	background: url(../img/icons/time-fast.svg) center no-repeat;
}
.main-baner-row .item:nth-of-type(4):before{
	background: url(../img/icons/fi-sr-bank.svg) center no-repeat;
}
.main-baner-row .item:nth-of-type(5):before{
	background: url(../img/icons/fi-sr-briefcase.svg) center no-repeat;
}

section.directs{
	padding: 105px 0 84px;
}
section.directs .section-title{
	padding: 0 136px 66px;
}
.directs-item{
	background: var(--svetlyy-siniy);
	border-radius: 16px;
	padding: 48px;
	height: 559px;
	margin-bottom: 16px;
}
.directs-item .title{
	font-weight: 800;
	font-size: 52px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: var(--siniy-firmennyy);
	margin-bottom: 24px;
}
.directs-item .title a{
	display: inline-block;
	border-radius: 10px;
	width: 52px;
	height: 52px;
	background-image: url(../img/icons/arr-r.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--oranzhevyy);
	margin-left: auto;
}
.directs-item .title a:hover{
	background-color: #e5955c;
}
.directs-item .title a:active{
	background-color: #d07e43;
}
.directs-item .title a:disabled{
	opacity: 0.4;
}
.directs-item-img{
	height: 243px;
	margin-bottom: 24px;
	position: relative;
}
.directs-item-img:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 193px;
	border-radius: 10px;
	background: var(--fon-dlya-golubogo-fona);
	z-index: 0;
}
.directs-item-img img{
	display: block;
	height: 100%;
	margin: auto;
	position: relative;
	z-index: 1;
}
.directs-item-text{
	color: var(--tekst-na-golubom-fone);
}

.consult{
	position: relative;
    z-index: 1;
}
.consult-box{
	border-radius: 16px;
	width: 1395px;
	height: 993px;
	background: url(../img/bg-cons.webp) center no-repeat;
	margin: auto;
	padding: 16px;
	color: #fff;
}
.consult-box .section-title{
	text-align: left;
	color: #fff;
	padding-right: 50px;
}
.consult-box-cont{
	padding: 35px;
}
.consult-box-cont .top{
	margin-bottom: 67px;
}
.consult-box-cont .text{
	padding-top: 17px;
}
.consult-box-cont .text p{
	margin-bottom: 30px;
}
.consult-box-cont .text ul{
	padding-left: 30px;
}
.plashka{	
	border-radius: 16px;
	padding: 32px 160px;
	height: 136px;
	text-align: center;	
}
.plashka p:before{
	content: '';
	display: block;
	width: 124px;
	height: 2px;
	background: #f2b990;
	margin-left: calc(50% - 62px);
	margin-bottom: 24px;
}
.consult-box .plashka{
	backdrop-filter: blur(54px);
	background: rgba(255, 255, 255, 0.21);
	margin-bottom: 127px;
}
.consult-box-bottom .text{
	padding-top: 24px;
	padding-right: 50px;
}
.consult-box-bottom .section-title{
	padding-right: 180px;
}
.consult-box-button{
	margin-top: 16px;
}
.consult-box-button .btn{
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding: 16px 0;
	
}

section.support{
	background: var(--svetlyy-siniy);
	padding: 490px 0 153px;
	margin-top: -410px;
	position: relative;
    z-index: 0;
}
.support .section-title{
	margin-bottom: 68px;
}
.support .section-title span{
	color: #fff;
}
.support-cont-video{
	position: relative;
}
.support-cont-video a.btn{
	width: 87px;
	height: 87px;
	left: 20px;
	top: 22px;
}
.support-cont-video a.btn:before{
	content: '';
	position: absolute;
	width: 27px;
	height: 31px;
	background: url(../img/icons/triangle.svg) center no-repeat;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.support-cont-video .descr{
	font-size: 12px;
	color: #fff;
	left: 20px;
	bottom: 25px;
}
.support-cont-right{
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.support-cont-right .text{
	color: var(--siniy-firmennyy);
	padding-right: 100px;
}
.support-cont-grid .row{
	margin-top: 16px;
}
.support-cont-item{
	border-radius: 16px;
	padding: 16px;
	height: 152px;
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.15);
	color: var(--siniy-firmennyy);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.01em;
}
.support-cont-item.bg-orange{
	background: var(--oranzhevyy);
}
.support-cont-item.bg-siniy{
	background: var(--siniy-firmennyy);
	color: #fff;
}
.support-cont-item .cifer{
	font-family: var(--second-family);
	font-style: italic;
	font-weight: 500;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: -0.04em;
	margin-bottom: 16px;
}
.support-cont-item.bg-orange .cifer{
	color: #fff;
}
.support-cont .plashka{
	backdrop-filter: blur(17px);
	background: var(--svetlyy-fon);
	margin-top: 40px;
	color: var(--siniy-firmennyy);
}

.colaborants{
	padding: 119px 0 107px;
}
.colaborants .section-title{
	margin-bottom: 90px;
}
.colaborant-item{
	margin-bottom: 36px;
}
.colaborant-img{
	margin-bottom: 6px;
}
.colaborant-descr{
	border-radius: 8px;
	padding: 16px;
	height: 143px;
	margin-bottom: 4px;
}
.colaborant-name{
	font-weight: 800;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -0.04em;
	text-align: center;
	color: var(--siniy-firmennyy);
}
.colaborant-name span{
	font-family: var(--second-family);
	font-style: italic;
	font-weight: 500;
	font-size: 28px;
	display: block;
	margin-bottom: 6px;
}
.colaborant-post{
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: var(--oranzhevyy);
	padding-top: 16px;
}
.colaborant-post:before{
	content: '';
	display: block;
	height: 0;
	width: 258px;
	border: 1px dashed #f2b990;
	margin: 0 auto 16px;
}
.colaborant-item-btns{
	justify-content: space-between;
}
.colaborant-item-btns button{
	width: 165px;
	border-radius: 8px;
	border: none;
	font-size: 16px
}
.colab-in{
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 8px;
	flex-direction: column;
	margin-bottom: 36px;
}
.colab-in-title{
	font-weight: 800;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: var(--siniy-firmennyy);
	margin: 16px auto;
}
.colab-in-title span{
	font-family: var(--second-family);
	font-style: italic;
	font-weight: 500;
	font-size: 28px;
	display: block;
	margin-top: ;
}
.colab-in-write{
	font-size: 16px;
	line-height: 130%;
	color: var(--oranzhevyy);
}

.sendform{
	padding: 145px 0;
}
.sendform.first{
	background: url(../img/bg-form-first.webp) center no-repeat;
	background-size: cover;
}
.sendform-wrap{
	width: 1146px;
	background-color: var(--oranzhevyy);
	border: 1px solid #9b7153;
	border-radius: 10px;
	padding: 40px;
	margin: auto;
	box-shadow: 0 0 0 7px var(--oranzhevyy);
}
.sendform-wrap .section-title{
	text-align: center;
	margin-bottom: 30px;
}
.sendform-wrap .section-title span{
	color: #fff;
	display: block;
}
.sendform-text{
	text-align: center;
	margin-bottom: 32px;
}
.sendform-wrap form{
	width: 826px;
	margin: auto;
}
.sendform-wrap .form-group{
	width: 300px;
	margin-right: 6px;
}
.sendform-wrap label{
	display: block;
}
.sendform-wrap input{
	background: #fff;
	font-size: 16px;
	color: #ababab;
	border-radius: 6px;
	width: 100%;
	height: 55px;
	border: none;
	padding-left: 28px;
}
.sendform-wrap .btn-primary{
	width: 204px;
	height: 55px;
	margin-left: 10px;
}
.sendform-wrap .form-check{
	margin-top: 13px;
}
.sendform-wrap .form-check-label{
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #9b7153;
	cursor: pointer;
}
.sendform-wrap .form-check-input{
	display: none;
}
.sendform-wrap .form-check-block{
	display: inline-block;
	border: 1px solid #9b7153;
	border-radius: 2px;
	width: 17px;
	height: 17px;
	position: relative;
	margin-right: 6px;
	vertical-align: bottom;
}
.sendform-wrap .form-check-input:checked ~ .form-check-block{
	background: url(../img/icons/galka.svg) center no-repeat;
}

.consult-double{
	padding: 112px 0 150px;
}
.consult-box-double{
	border: 1px solid var(--oranzhevyy);
	border-radius: 16px;
	padding: 54px;
}
.consult-box-double .section-title{
	text-align: left;
	padding-right: 30px;
}
.consult-box-double .consult-box-cont .top{
	margin-bottom: 41px;
}
.consult-box-double .section-title span{
	display: block;
}
.consult-box-double .consult-box-cont .text{
	padding-top: 9px;
}
.consult-box-double .plashka{
	backdrop-filter: blur(54px);
	background: var(--svetlyy-fon);
	padding: 32px 100px;
	margin-bottom: 67px;
}
.consult-box-double .razdelitel{
	height: 0;
	border-top: 1px dashed #f2b990;
	margin-bottom: 67px;
}
.consult-box-double .consult-box-bottom .text{
	padding-top: 14px;
}
.consult-box-double .consult-box-bottom .section-title{
	padding-right: 0;
}

.compon{
	padding-top: 99px;
}
.compon .container{
	position: relative;
}
.compon .container:before{
	content: '';
	position: absolute;
	width: 561px;
	height: 903px;
	right: 80px;
	bottom: 0;
	background: url(../img/stat.webp) center no-repeat;
	z-index: 0;
}
.compon .section-title{
	width: 622px;
	margin-bottom: 53px;
}
.compon-row{
	margin-bottom: 18px;
}
.compon-item{
	border-radius: 16px;
	padding: 16px;
	backdrop-filter: blur(20px);
}
.compon-item-title{
	font-family: var(--second-family);
	font-style: italic;
	font-weight: 500;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: -0.04em;
	margin-bottom: 16px;
}
.compon-item-text{
	font-size: 16px;
	letter-spacing: -0.01em;
}
.compon-item.item-first{
	background: #fff;
	color: var(--siniy-firmennyy);
	width: 337px;
	margin-right: 16px;
}
.compon-item.item-sec{
	background: var(--siniy-firmennyy);
	color: #fff;
	width: 435px;
}
.compon-item.item-third{
	background: var(--oranzhevyy);
	color: var(--siniy-firmennyy);
	width: 337px;
	margin-left: 235px;
	margin-right: 16px;
}
.compon-item.item-third .compon-item-title{
	color: #fff;
}
.compon-item.item-fourth{
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.29);
	width: 387px;
	color: var(--siniy-firmennyy);
	position: relative;
	z-index: 1;
}
.compon-row-sec{
	padding-bottom: 102px;
}

.tarify{
	background: var(--siniy-firmennyy);
	padding: 106px 0 140px;
}
.tarify .section-title{
	color: #fff;
	margin-bottom: 110px;
}
.tarif-item{
	border-radius: 16px;
	position: relative;
	height: 597px;
	z-index: 2;
}
.tarif-item-cont{
	background: #fff;
	padding: 16px 16px 49px;
	border-radius: 16px  16px 0 0;
}
.tarif-item-title{
	font-family: var(--second-family);
	font-style: italic;
	font-weight: 500;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -0.04em;
	text-align: center;
	color: var(--siniy-firmennyy);
	padding: 0 41px;
	margin-bottom: 16px;
}
.tarif-item-text{
	margin-bottom: 49px;
	padding: 16px 30px 0;
	text-align: center;
	border-top: 1px dashed #f2b990;
}
.tarif-item-img{
	position: absolute;
	height: 300px;
	width: 100%;
	overflow: hidden;
	border-radius: 0 0 12px 12px;
	left: 0;
	bottom: 0;
}
.tarif-item-img .absolute{
	left: 16px;
	right: 16px;
	bottom: 16px;
}
.tarif-item-img .price{
	font-weight: 800;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: -0.04em;
	text-align: center;
	color: #fff;
	margin-bottom: 16px;
}
.tarif-item-img .btn{
	width: 100%;
}
.tarif-item.popular:before{
	content: 'частый выбор';
	position: absolute;
	left: 0;
	width: 100%;
	top: -31px;
	height: 75px;
	border-radius: 16px;
	background: var(--svetlyy-siniy);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: -0.01em;
	text-align: center;
	z-index: -1;
	padding-top: 4px;
}

.we-help{
	height: 764px;
}
.we-help .container,
.we-help .row{
	height: inherit;
}
.we-help .col-6{
	position: relative;
	height: 100%;	
}
.we-help img.absolute{
	left: 0;
	bottom: 0;
	width: 619px;
	height: 100%;
}
.we-help-cont{
	padding-top: 100px;
}
.we-help-cont .section-title{
	text-align: left;
	margin-bottom: 32px;
}
.we-help-cont p{
	margin-bottom: 24px;
	font-size: 26px;
	line-height: 1.2;
}
.we-help-cont ul{
	padding-left: 30px;
}
.we-help-cont ul li{
	line-height: 1.6;
}

section.questions{
	padding: 142px 0;
}
section.questions .section-title{
	margin-bottom: 54px;
}
section.questions .section-title span{
	display: block;
}
.question-item{
	margin-bottom: 16px;
}
.question-title{
	height: 69px;
	border-radius: 16px;
	padding-left: 40px;
	padding-right: 6px;
	align-items: center;
	justify-content: space-between;
	background: var(--svetlyy-fon);
}
.question-title .btn{
	display: inline-block;
	border-radius: 10px;
	width: 57px;
	height: 55px;
	position: relative;
	cursor: pointer;
}
.question-title .btn:before{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: url(../img/icons/arr-btm.svg) center no-repeat;
	left: calc(50% - 6px);
	top: calc(50% - 6px);
}
.question-title.active .btn:before{
	transform: rotate(180deg);
}
.accordion__content {
    padding: 0.75rem 1rem;
    background: #fff;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.questions-bottom{
	margin-top: 38px;
}
.questions-bottom .btn{
	display: block;
	margin: auto;
}

.otzyvy{
	padding: 12px 0 124px;
}
.otzyvy .section-title{
	margin-bottom: 54px;
}
.otzyvy .section-title span{
	display: block;
}
.otzyvy-slider{
	margin-bottom: 54px;
}
.otzyvy-item{
	width: 456px;
	padding: 0 8px;
}
.otzyvy-item-header{
	border-radius: 16px;
	height: 124px;
	padding: 16px;
	background: var(--siniy-firmennyy);
	align-items: center;
	margin-bottom: 6px;
}
.otzyvy-item-header .img{
	width: 92px;
	height: 92px;
	border-radius: 50%;
	border: 2px solid var(--oranzhevyy);
	overflow: hidden;
	margin-right: 16px;
}
.otzyvy-item-header .name{
	font-weight: 800;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #fff;
	margin-bottom: 1px;
}
.otzyvy-item-header .post{
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	color: var(--oranzhevyy);
}
.otzyvy-item-cont{
	border-radius: 16px;
	padding: 16px;
	height: 233px;
	font-size: 16px;
	line-height: 130%;
}
.otzyvy-bottom{
	justify-content: space-between;
}
.otzyvy-bottom .slider-nav .btn{
	width: 55px;
	position: relative;
	padding: 0;
}
.otzyvy-bottom .slider-nav .btn:before{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: url(../img/icons/arr-r.svg) center no-repeat;
	left: calc(50% - 5px);
	top: calc(50% - 5px);
}
.otzyvy-bottom .slider-nav .btn.prev:before{
	transform: rotate(180deg);
}
.otzyvy-bottom .slider-nav .prev{
	margin-right: 16px;
}

.sendform.sec{
	background: url(../img/bg-form-sec.jpg) center no-repeat;
}
.webp .sendform.sec{
	background: url(../img/bg-form-sec.webp) center no-repeat;
}

.footer{
	padding: 97px 0 63px;
}
.footer-logo{
	margin-bottom: 46px;
}
.footer-logo img{
	width: 388px;
}
.footer-nav-col{
	border-radius: 16px;
	padding: 16px 16px 6px;
	background: #eeeff4;
	margin-bottom: 16px;
	height: calc(100% - 16px);
}
.footer-nav-title{
	margin-bottom: 10px;
}
.footer-nav-title a{
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.01em;
	color: var(--temno-temno-siniy);
}
.footer-menu li{
	list-style: none;
	margin-bottom: 10px;
}
.footer-menu a{
	font-size: 14px;
	letter-spacing: -0.01em;
	color: #727898;
}
.footer-bottom{
	border-radius: 16px;
	padding: 16px;
	font-size: 14px;
	letter-spacing: -0.01em;
	color: #727898;
	background: #eeeff4;
}
.footer-bottom a{
	color: #727898;
}
.footer-mess{
	margin-bottom: 16px;
}
.mess-link{
	display: inline-flex;
	border: 1px solid var(--oranzhevyy);
	border-radius: 6px;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	margin-right: 16px;
}
.copywrite{
	font-size: 16px;
	margin-bottom: 10px;
}
.politika,
.agreement{
	margin-bottom: 10px;
}
.footer-title{
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.01em;
	color: var(--temno-temno-siniy);
	margin-bottom: 10px;
}