@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html, body{
	padding: 0px;
	margin: 0px;
    font-family: "Montserrat", sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
    max-width: 100%;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: unset;
	cursor: pointer;
}
h1, h2, h3, h4, h5{
	margin: 0px;
    font-weight: unset;
}
p{
    margin: 0px;
}
input, button, textarea, select{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    font-family: "Montserrat", sans-serif;
}
.center{
    width: 90%;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
}

/* HEADER */
header{
    width: 100%;
    height: auto;
    float: left;
    padding: 22px 0;
    background-color: #ffffff;
}
.header__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.header__item{
    width: fit-content;
    height: auto;
}
.header__item-logo{
    width: fit-content;
    height: auto;
    float: left;
    color: #17264a;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
.header__item-logo img{
	width: 160px;
	height: auto;
	float: left;
	object-position: top;
}
.header__item-bar{
    width: 28px;
    height: 28px;
    background-image: url("../images/icon/bar.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: unset;
    border: unset;
    cursor: pointer;
    display: none;
}
.header__item ul{
    width: fit-content;
    height: auto;
    float: left;
}
.header__item ul > li{
    width: fit-content;
    height: auto;
    float: left;
    margin: 0 12px;
}
.header__item ul > li > a{
    width: fit-content;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: center;
    font-size: 16px;
    padding: 8px 16px;
    border: 1px solid #c4c4c4;
    border-radius: 100px;
    transition: .3s;
}
.header__item ul > li > a:hover,
.header__item ul > li > a.active{
    color: #ffffff;
    background-color: #17264a;
    border: 1px solid #17264a;
    transition: .3s;
}
.header__item form{
    width: 196px;
    height: auto;
    float: left;
}
.header__item form > label{
    width: 100%;
    height: auto;
    float: left;
}
.header__item form > label > input{
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #c4c4c4;
    border-radius: 100px;
    padding: 10px 0 10px 40px;
    box-sizing: border-box;
    position: relative;
    color: #1a1a1a;
    text-align: left;
    font-size: 16px;
    background-image: url("../images/icon/search.svg");
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 11px center;
}
/* HEADER */

/* MAIN */
.main{
    width: 100%;
    height: auto;
    float: left;
    padding: 24px 0 0;
}
.main__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.main__item:nth-child(1){
    width: 42%;
    height: auto;
    background-color: #17264a;
    border-radius: 24px;
    padding: 28px 20px 28px 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
}
.main__item:nth-child(2){
    width: calc(58% - 20px);
    height: 100%;
    display: flex;
}
.main__item:nth-child(2) img{
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    object-position: top;
}
.main.bank .main__item:nth-child(2) img{
    height: 100%;
}
.main__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 38px;
    line-height: 52px;
    font-weight: 500;
}
.main__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 12px 0 0 0;
}
.main__buttons{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 22px 0 0 0;
    align-items: flex-end;
    align-content: flex-end;
}
.main__buttons div:nth-child(1){
    width: 55%;
    height: auto;
    position: relative;
}
.main__buttons div:nth-child(2){
    width: calc(45% - 20px);
    height: auto;
    position: relative;
}
.main__buttons div:nth-child(1)::before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 99px;
    height: 95px;
    background-color: #17264a;
    border-radius: 12px 0 0 0;
}
.main__buttons div:nth-child(1)::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 88px;
    height: 85px;
    background-color: #e5ecf9;
    background-image: url("../images/icon/go.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 12px;
}
.main__buttons div:nth-child(1) a{
    width: 100%;
    height: 180px;
    float: left;
    background-color: #e5ecf9;
    border-radius: 12px;
    padding: 24px 26px;
    box-sizing: border-box;
}
.main__buttons div:nth-child(1) a:before{
	content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #17264a;
    right: 99px;
    bottom: 0;
    z-index: 1;
}
.main__buttons div:nth-child(1) a:after{
	content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #e5edfa;
    right: 99px;
    bottom: 0;
    z-index: 1;
	border-radius: 0 0 10px 0;
}
.main__buttons div:nth-child(1) a > p{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.main__buttons div:nth-child(1) p:before{
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background-color: #17264a;
	right: 0px;
	bottom: 95px;
	z-index: 1;
}
.main__buttons div:nth-child(1) p:after{
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background-color: #e5edfa;
	right: 0;
	bottom: 95px;
	z-index: 1;
	border-radius: 0 0 10px 0;
}
.main__buttons div:nth-child(2)::before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 71px;
    height: 71px;
    background-color: #17264a;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-radius: 12px 0 0 0;
}
.main__buttons div:nth-child(2)::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64px;
    height: 64px;
    background-color: #17264a;
    background-image: url("../images/icon/go-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
    border-radius: 12px;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.main__buttons div:nth-child(2) a{
    width: 100%;
    height: 140px;
    float: left;
    background-color: #17264a;
    border-radius: 12px;
    padding: 22px 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.main__buttons div:nth-child(2) a:before{
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background-color: #17264a;
	right: 71px;
	bottom: 0;
	z-index: 1;
}
.main__buttons div:nth-child(2) a:after{
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background-color: #17264a;
	right: 71px;
	bottom: 0;
	z-index: 1;
	border-radius: 0 0 10px 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.main__buttons div:nth-child(2) a > p{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
}
.main__buttons div:nth-child(2) p:before{
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background-color: #17264a;
	right: 0px;
	bottom: 71px;
	z-index: 1;
}
.main__buttons div:nth-child(2) p:after{
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background-color: #17264a;
	right: 0;
	bottom: 71px;
	z-index: 1;
	border-radius: 0 0 10px 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.main__item-list{
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0 0 0;
}
.main__item-list li{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 12px 0 0 0;
    padding: 0 0 0 48px;
    box-sizing: border-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 36px;
    line-height: 36px;
}
.main__item-list li:nth-child(1){
    background-image: url("../images/icon/main-1.svg");
}
.main__item-list li:nth-child(2){
    background-image: url("../images/icon/main-2.svg");
}
.main__item-list li:nth-child(3){
    background-image: url("../images/icon/main-3.svg");
}
.main__item-list li > b{
    font-weight: 600;
}
.main__item-app{
    width: fit-content;
    height: auto;
    color: #17264a;
    background-color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin: 22px auto 0;
    padding: 12px 40px;
    border-radius: 100px;
    cursor: pointer;
    border: unset;
}
/* MAIN */

/* REVIEW */
.review{
    width: 100%;
    height: auto;
    float: left;
    padding: 24px 0 50px;
}
.review-title{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
}
.review-description{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    margin: 16px 0 0 0;
}
.review-add{
    width: fit-content;
    height: auto;
    float: right;
    padding: 15px 34px;
    background-color: #3f589a;
    border-radius: 83px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    border: unset;
    cursor: pointer;
    margin: -90px 0 0 0;
}
.review__row{
    width: 100%;
    height: auto;
    float: left;
    margin: 40px 0 0 0;
}
.review__item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.review__box{
    background-color: #e5ecf9;
    border-radius: 16px;
    margin: 0 0 16px;
    padding: 16px;
    box-sizing: border-box;
    height: auto;
}
.review__box:nth-child(1){
    width: 30%;
}
.review__box:nth-child(2){
    width: calc(45% - 40px);
}
.review__box:nth-child(3){
    width: 25%;
}
.review__box:nth-child(4){
    width: 25%;
}
.review__box:nth-child(5){
    width: 30%;
}
.review__box:nth-child(6){
    width: calc(45% - 40px);
}
.review__box:nth-child(7){
    width: calc(45% - 40px);
}
.review__box:nth-child(8){
    width: 25%;
}
.review__box:nth-child(9){
    width: 30%;
}
.review__box-date{
    width: fit-content;
    height: auto;
    float: left;
    color: #1a1a1a;
    font-size: 13px;
}
.review__box-type{
    width: fit-content;
    height: auto;
    float: right;
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 500;
}
.review__box-title{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    margin: 21px 0 0 0;
}
.review__box-description{
    width: 100%;
    color: #1a1a1a;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin: 8px 0 0 0;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 120px;
    word-break: break-word;
}
.review__buttons{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 16px 0 0 0;
}
.review__buttons button{
    width: 40px;
    height: 40px;
    margin: 0 8px;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    background-color: #ffffff;
    background-image: url("../images/icon/next.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    cursor: pointer;
    position: relative;
}
.review__buttons button::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/icon/next.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
}
.review__buttons button:nth-child(2){
    transform: rotate(180deg);
}
.review__buttons button:hover{
    border: 1px solid #17264a;
}
.review__buttons button:hover::before{
    filter: invert(250%) sepia(74%) saturate(1224%) hue-rotate(198deg) brightness(95%) contrast(92%);
}
/* REVIEW */

/* FOOTER */
footer{
    width: 100%;
    height: auto;
    float: left;
    background-color: #17264a;
    padding: 48px 0 24px;
}
.footer__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer__item:nth-child(1){
    width: 180px;
    height: auto;
}
.footer__item:nth-child(2){
    width: calc(100% - 500px);
    height: auto;
}
.footer__item:nth-child(3){
    width: 282px;
    height: auto;
}
.footer__item-logo{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
.footer__item-logo img{
	width: 160px;
	height: auto;
	float: left;
	object-position: top;
}
.footer__item ul{
    width: fit-content;
    height: auto;
    float: left;
}
.footer__item ul > li{
    width: fit-content;
    height: auto;
    float: left;
    margin: 0 23px;
}
.footer__item ul > li > a{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}
.footer__item-phone{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    padding: 0 0 0 32px;
    box-sizing: border-box;
    position: relative;
    background-image: url("../images/icon/phone.svg");
    background-position: left center;
    background-size: 24px;
    background-repeat: no-repeat;
}
.footer__item-location{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    padding: 0 0 0 32px;
    box-sizing: border-box;
    position: relative;
    background-image: url("../images/icon/location.svg");
    background-position: left center;
    background-size: 24px;
    background-repeat: no-repeat;
    margin: 24px 0 0 0;
}
.footer__copyright{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 62px 0 0 0;
}
.footer__copyright__block{
    width: fit-content;
    height: auto;
}
.footer__copyright__block p{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    font-size: 14px;
    margin: 0 29px 0 0;
}
.footer__copyright__block a{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 0 32px;
}
/* FOOTER */

/* FORUM */
.forum{
    width: 100%;
    height: auto;
    float: left;
    padding: 24px 0 50px;
}
.forum-title{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
}
.forum-description{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    margin: 16px 0 0 0;
}
.forum__qa{
    width: 100%;
    height: auto;
    float: left;
    margin: 24px 0 0 0;
}
.forum__qa__form{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.forum__qa__form > label{
    width: fit-content;
    height: auto;
    margin: 0 20px 0 0;
}
.forum__qa__form > label > input{
    width: 413px;
    height: auto;
    border: 1px solid #c4c4c4;
    border-radius: 100px;
    color: #9d9d9d;
    text-align: left;
    font-size: 13px;
    padding: 13px 16px 13px 42px;
    box-sizing: border-box;
    background-image: url("../images/icon/search.svg");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 16px center;
}
.forum__qa__form > label > select{
    width: 196px;
    height: auto;
    border: 1px solid #c4c4c4;
    border-radius: 100px;
    color: #9d9d9d;
    text-align: left;
    font-size: 13px;
    padding: 13px 16px;
    box-sizing: border-box;
    background-image: url("../images/icon/drop.svg");
    background-repeat: no-repeat;
    background-size: 12px 6px;
    background-position: 90% center;
}
.forum__qa__form > button{
    width: fit-content;
    height: auto;
    padding: 12px 19px 13px 59px;
    color: #ffffff;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    border-radius: 100px;
    background-color: #3f589a;
    border: unset;
    cursor: pointer;
    background-image: url("../images/icon/edit.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 19px center;
}
.forum__row{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
}
.forum__row.owl-carousel .owl-stage{
    display: flex;
    align-items: stretch;
}
.forum__row.owl-carousel .owl-item{
    display: flex;
    flex-direction: column;
}
.forum__item{
    width: 100%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
}
.forum__box{
    width: 100%;
    min-height: 280px;
    float: left;
    background-color: #e5ecf9;
    border-radius: 16px;
    margin: 0 0 20px;
    padding: 16px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.forum__box-date{
    width: fit-content;
    height: auto;
    float: left;
    color: #1a1a1a;
    font-size: 13px;
}
.forum__box-type{
    width: fit-content;
    height: auto;
    float: right;
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 500;
}
.forum__box-title{
    width: fit-content;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 14px;
    margin: 0 0 0 24px;
    font-weight: 400;
}
.forum__box-subject{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 14px;
    line-height: normal;
    margin: 16px 0 0 0;
}
.forum__box-subject b{
    font-weight: 600;
}
.forum__box-questions{
    width: 100%;
    color: #1a1a1a;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin: 8px 0 0 0;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 120px;
    float: left;
}
.forum__box-questions.expanded{
    -webkit-line-clamp: unset;
    max-height: none;
    overflow: visible;
    display: block;
}
.forum__box-expand{
    display: none;
    color: #3f589a;
    font-weight: 500;
    font-size: 13px;
    margin: 8px 0 0 0;
    cursor: pointer;
    float: left;
    width: 100%;
}
.forum__box-expand.visible{
    display: block;
}
.forum__box-expand::after{
    content: " ▼";
}
.forum__box-expand.expanded::after{
    content: " ▲";
}
.forum__box-btn{
    width: fit-content;
    height: auto;
    padding: 0;
    border: unset;
    background-color: unset;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    margin: 8px 0 16px 0;
    padding: 0 20px 0 0;
    cursor: pointer;
    position: relative;
}
.forum__box-btn::before{
    content: "";
    position: absolute;
    width: 12px;
    height: 6px;
    background-image: url("../images/icon/chevron-down.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.forum__box-btn.active::before{
    -webkit-transform: translate(0%, -50%) rotate(180deg);
    transform: translate(0%, -50%) rotate(180deg);
}
.forum__box-answer{
    width: calc(100% + 32px);
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    padding: 16px 16px;
    box-sizing: border-box;
    background-color: #dfe2e7;
    margin: 16px -16px -16px -16px;
    border-radius: 0 0 16px 16px;
    display: none;
    word-break: break-word;
}
.forum__buttons{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 16px 0 0 0;
}
.forum__buttons button{
    width: 40px;
    height: 40px;
    margin: 0 8px;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    background-color: #ffffff;
    background-image: url("../images/icon/next.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    cursor: pointer;
    position: relative;
}
.forum__buttons button::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/icon/next.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
}
.forum__buttons button:nth-child(2){
    transform: rotate(180deg);
}
.forum__buttons button:hover{
    border: 1px solid #17264a;
}
.forum__buttons button:hover::before{
    filter: invert(250%) sepia(74%) saturate(1224%) hue-rotate(198deg) brightness(95%) contrast(92%);
}
/* FORUM */

/* CONTACTS */
.contacts{
    width: 100%;
    height: auto;
    float: left;
    padding: 22px 0 88px;
}
.contacts-title{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
}
.contacts-description{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    margin: 16px 0 0 0;
}
.contacts__row{
    width: 100%;
    height: auto;
    float: left;
}
.contacts__item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.contacts__box{
    width: 305px;
    height: auto;
    margin: 24px 20px 0 0;
    background-color: #eff4fe;
    border-radius: 8px;
    padding: 16px;
    box-sizing: border-box;
}
.contacts__box p{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 10px;
}
.contacts__box ul{
    width: 100%;
    height: auto;
    float: left;
}
.contacts__box ul > li{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 15px;
}
.contacts__box ul > li > a{
    width: fit-content;
    height: auto;
    float: left;
    padding: 0 0 0 40px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #1a1a1a;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}
.contacts__box ul > li:nth-child(1) > a{
    background-image: url("../images/icon/call.svg");
}
.contacts__box ul > li:nth-child(2) > a{
    background-image: url("../images/icon/mail.svg");
}
.contacts__box ul > li:nth-child(3) > a{
    background-image: url("../images/icon/whatsapp.svg");
}
.contacts__box ul > li:nth-child(4) > a{
    background-image: url("../images/icon/telegram.svg");
}
.contacts__location{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 16px;
    box-sizing: border-box;
}
.contacts__location__box{
    width: 50%;
    height: auto;
}
.contacts__location__box p{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 56px 0 16px;
}
.contacts__location__box a{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    padding: 0 0 0 41px;
}
.contacts__location__box:nth-child(1) a{
    background-image: url("../images/icon/address.svg");
}
.contacts__location__box:nth-child(2) a{
    background-image: url("../images/icon/telegram.svg");
}
.contacts__item iframe{
    width: 100%;
    height: 432px;
    float: left;
    margin: 24px 0 0 0;
    border-radius: 16px;
}
/* CONTACTS */

/* MODAL */
.modal{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(47, 47, 47, 0.3);
    z-index: 1;
    display: none;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 0;
    box-sizing: border-box;
    overflow-y: scroll;
	-ms-overflow-style: none;
    scrollbar-width: none;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal__row{
    width: 90%;
    max-width: 514px;
    height: auto;
}
.modal__item{
    width: 100%;
    height: auto;
    float: left;
    background-color: #ffffff;
    padding: 24px 40px;
    box-sizing: border-box;
    box-shadow: 4px 4px 32px 0px rgba(34, 34, 34, 0.15);
    border-radius: 32px;
    position: relative;
}
.modal__item-close{
    width: 12px;
    height: 12px;
    background-color: unset;
    border: unset;
    background-image: url("../images/icon/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    top: 29px;
    right: 27px;
    position: absolute;
}
.modal__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #17264a;
    text-align: center;
    font-size: 28px;
    line-height: 46px;
    font-weight: 500;
}
.modal__item form{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.modal__item form > label{
    width: 100%;
    height: auto;
    float: left;
    margin: 24px 0 0 0;
}
.modal__item form > label > span{
    width: 100%;
    height: auto;
    float: left;
    color: #17264a;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.modal__item form > label > input,
.modal__item form > label > select,
.modal__item form > label > textarea{
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #c4c4c4;
    color: #17264a;
    color: #9d9d9d;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 12px;
    box-sizing: border-box;
    border-radius: 83px;
}
.modal__item form > label > textarea{
    height: 148px;
    border-radius: 16px;
    resize: unset;
}
.modal__item form > label > select{
    background-image: url("../images/icon/drop.svg");
    background-repeat: no-repeat;
    background-size: 12px 6px;
    background-position: 96% center;
}
.modal__item form > button{
    width: fit-content;
    height: auto;
    padding: 15px 111px;
    background-color: #3f589a;
    border-radius: 83px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    border: unset;
    cursor: pointer;
    margin: 24px auto 0;
}
.modal__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #c4c4c4;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin: 24px 0 0 0;
}
/* MODAL */

/* REVIEW */
.media{
    width: 100%;
    height: auto;
    float: left;
    padding: 24px 0 0 0;
}
.media-title{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
}
.media-description{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 16px 0 0 0;
}
/* REVIEW */

/* TV */
.tv{
    width: 100%;
    height: auto;
    float: left;
    padding: 74px 0 0 0;
}
.tv-title{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
}
.tv__row{
    width: 100%;
    height: auto;
    float: left;
}
.tv__item{
    width: 100%;
    height: auto;
    float: left;
}
.tv__box{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 24px 0 0 0;
}
.tv__block:nth-child(1){
    width: calc(45% - 80px);
    height: auto;
}
.tv__block:nth-child(2){
    width: 55%;
    height: auto;
}
.tv__block p{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    background-color: #e5ecf9;
    border-radius: 16px;
    padding: 35px 0;
}
.tv__block img{
    width: 100%;
    height: 320px;
    float: left;
    border-radius: 16px;
    object-fit: contain;
}
.tv__buttons{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 24px 0 0 0;
}
.tv__buttons button{
    width: 40px;
    height: 40px;
    margin: 0 8px;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    background-color: #ffffff;
    background-image: url("../images/icon/next.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    cursor: pointer;
    position: relative;
}
.tv__buttons button::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/icon/next.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
}
.tv__buttons button:nth-child(2){
    transform: rotate(180deg);
}
.tv__buttons button:hover{
    border: 1px solid #17264a;
}
.tv__buttons button:hover::before{
    filter: invert(250%) sepia(74%) saturate(1224%) hue-rotate(198deg) brightness(95%) contrast(92%);
}
/* TV */

/* ARTICLE */
.article{
    width: 100%;
    height: auto;
    float: left;
    padding: 74px 0 110px 0;
}
.article .center{
    background-color: #e5ecf9;
    border-radius: 24px;
    padding: 24px 24px 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.article-title{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: center;
    font-size: 32px;
    line-height: 46px;
    font-weight: 500;
}
.article__row{
    width: 100%;
    height: auto;
    float: left;
    margin: 24px 0 0;
}
.article__item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
}
.article__box{
    width: calc(33.3% - 13.3px);
    height: 100px;
    background-color: #ffffff;
    border-radius: 16px;
    display: flex;
    align-content: center;
    align-items: center;
}
.article__box p{
    width: 100%;
    height: auto;
    float: left;
	color: #1a1a1a;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding: 0 26px;
    box-sizing: border-box;
}
.article__buttons{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 24px 0 0 0;
}
.article__buttons button{
    width: 40px;
    height: 40px;
    margin: 0 8px;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    background-color: #ffffff;
    background-image: url("../images/icon/next.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    cursor: pointer;
    position: relative;
}
.article__buttons button::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/icon/next.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
}
.article__buttons button:nth-child(2){
    transform: rotate(180deg);
}
.article__buttons button:hover{
    border: 1px solid #17264a;
}
.article__buttons button:hover::before{
    filter: invert(250%) sepia(74%) saturate(1224%) hue-rotate(198deg) brightness(95%) contrast(92%);
}
/* ARTICLE */

/* SERVICE */ 
.service{
    width: 100%;
    height: auto;
    float: left;
    padding: 24px 0 0 0;
}
.service-title{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
}
.service-description{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 16px 0 0 0;
}
.service__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service__item{
    width: calc(33.3% - 13.3px);
    height: auto;
    box-shadow: 2px 4px 24px 0px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    background-color: #ffffff;
    margin: 40px 0 0 0;
    overflow: hidden;
}
.service__item-title{
    width: 100%;
    height: 100px;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding: 0 15px 0 75px;
    box-sizing: border-box;
    background-color: #e5ecf9;
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
}
.service__item-title::before{
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    left: 15px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service__item:nth-child(1) .service__item-title::before{
    background-image: url("../images/icon/service-1.svg");
}
.service__item:nth-child(2) .service__item-title::before{
    background-image: url("../images/icon/service-2.svg");
}
.service__item:nth-child(3) .service__item-title::before{
    background-image: url("../images/icon/service-3.svg");
}
.service__item ul{
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0 25px;
    box-sizing: border-box;
}
.service__item ul > li{
    width: calc(100% - 66px);
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    list-style: disc;
    margin: 41px 26px 0 40px;
    box-sizing: border-box;
}
.service__item ul > li > b{
    width: 100%;
    font-weight: 500;
    display: block;
}
/* SERVICE */ 

/* PROCESS */
.process{
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0 63px 0;
}
.process-title{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
}
.process__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 24px 0 0 0;
}
.process__item{
    width: calc(33.3% - 13.3px);
    height: auto;
    background-color: #E5ECF9;
    margin: 0 0 40px;
    padding: 20px 26px 20px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
}
.process__item::after{
	content: "";
	position: absolute;
	width: 45px;
	height: 52px;
	background-color: #fff;
	left: 0;
	top: 0;
	border-radius: 0 0 6px 0;
	z-index: 1;
}
.process__item-number{
    width: 40px;
    height: 47px;
    background-color: #3f589a;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    line-height: 34px;
    font-weight: 400;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    z-index: 3;
}
.process__item-number::before{
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #fff;
	bottom: -12px;
	left: 0;
}
.process__item-number::after{
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #e5edfa;
	bottom: -12px;
	left: 0;
	border-radius: 100px 0 0 0;
}
.process__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.process__item-title::before{
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #fff;
	top: 0;
	left: 45px;
}
.process__item-title::after{
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #e5edfa;
	top: 0;
	left: 45px;
	border-radius: 100px 0 0 0;
}
.process__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin: 24px 0 0 0;
}
/* PROCESS */

/* WHY */
.why{
    width: 100%;
    height: auto;
    float: left;
    padding: 88px 0 0 0;
}
.why-title{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 36px;
    line-height: normal;
    font-weight: 500;
}
.why__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 24px 0 0 0;
}
.why__item:nth-child(1){
    width: 65%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
}
.why__item:nth-child(2){
    width: calc(35% - 20px);
    height: auto;
    background-color: #17264a;
    border-radius: 16px;
    padding: 24px 42px;
    box-sizing: border-box;
}
.why__box{
    width: calc(50% - 10px);
    background-color: #e5ecf9;
    border-radius: 16px;
    padding: 24px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: calc(100% - 16px) 24px;
}
.why__box:nth-child(1){
    background-image: url("../images/icon/why-1.svg");
}
.why__box:nth-child(2){
    background-image: url("../images/icon/why-2.svg");
}
.why__box:nth-child(3){
    background-image: url("../images/icon/why-3.svg");
}
.why__box:nth-child(4){
    background-image: url("../images/icon/why-4.svg");
}
.why__box p{
    width: 80%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
.why__box span{
    width: 90%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 40px 0 0 0;
}
.why__item-subject{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
}
.why__block{
    width: 100%;
    height: auto;
    float: left;
    padding: 8px 20px 24px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 16px;
    margin: 16px 0 0 0;
}
.why__block p{
    width: fit-content;
    height: auto;
    float: left;
    color: #c4c4c4;
    text-align: justified;
    font-size: 13px;
    font-weight: 400;
}
.why__block b{
    width: fit-content;
    height: auto;
    float: right;
    color: #1a1a1a;
    text-align: justified;
    font-size: 12px;
    font-weight: 500;
}
.why__block span{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: justified;
    font-size: 15px;
    font-weight: 300;
    margin: 16px 0 0 0;
}
.why__item-button{
    width: 100%;
    height: 48px;
    float: left;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #e5ecf9;
    border-color: #e5ecf9;
    background-image: url("../images/icon/link.svg");
    background-position: 75% center;
    background-repeat: no-repeat;
    background-size: 9px;
    color: #ffffff;
    background-color: #17264a;
    border: 1px solid #e5ecf9;
    transition: .3s;
    margin: 28px 0 0 0;
    border-radius: 42px;
}
/* WHY */

/* ABOUT */
.about{
    width: 100%;
    height: auto;
    float: left;
    padding: 90px 0 38px 0;
}
.about.bank{
    display: none;
}
.about-title{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 36px;
    line-height: normal;
    font-weight: 500;
}
.about__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about__item{
    width: calc(33.3% - 13.3px);
    height: auto;
    margin: 24px 0 0 0;
    position: relative;
}
.about__item span{
    width: fit-content;
    height: auto;
    position: absolute;
    color: #1a1a1a;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    right: 20px;
    top: 18px;
}
.about__item img{
    width: 100%;
    height: auto;
    float: left;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}
.about__item p{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 34px 0 0 0;
}
/* ABOUT */

/* FOR YOU */
.foryou{
    width: 100%;
    height: auto;
    float: left;
    padding: 84px 0 0 0;
}
.foryou-title{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}
.foryou-title b{
    color: #3f589a;
    font-weight: 600;
}
.foryou__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 24px 0 0 0;
    gap: 20px;
}
.foryou__item{
    width: calc(33.3% - 13.3px);
    height: auto;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 26px 93px 26px 22px;
    box-sizing: border-box;
    box-shadow: 2px 4px 24px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 60px;
    background-image: url("../images/icon/check.svg");
    background-position: calc(100% - 16px) center;
}
.foryou__item p{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.foryou__item p > b{
    font-weight: 600;
}
/* FOR YOU */

/* HELP */
.help{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 0 0;
}
.help-title{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}
.help-title b{
    color: #3f589a;
    font-weight: 600;
}
.help__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 24px 0 0 0;
    gap: 20px;
}
.help__item{
    width: calc(20% - 16px);
    height: 117px;
    background-color: #e5ecf9;
    border-radius: 12px;
    padding: 0 32px;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 16px 16px;
}
.help__item:nth-child(1){
    background-image: url("../images/icon/help-1.svg");
}
.help__item:nth-child(2){
    background-image: url("../images/icon/help-2.svg");
}
.help__item:nth-child(3){
    background-image: url("../images/icon/help-3.svg");
}
.help__item:nth-child(4){
    background-image: url("../images/icon/help-4.svg");
}
.help__item:nth-child(5){
    background-image: url("../images/icon/help-5.svg");
}
.help__item p{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
/* HELP */

/* CONSULTATION */
.consultation{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 139px 0;
}
.consultation-title{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}
.consultation-title b{
    color: #3f589a;
    font-weight: 600;
}
.consultation__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 24px 0 0 0;
    align-content: center;
    align-items: center;
}
.consultation__item:nth-child(1){
    width: 70%;
    height: auto;
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 2px 4px 24px 0px rgba(55, 55, 55, 0.15);
    padding: 24px 40px 40px 25px;
    box-sizing: border-box;
}
.consultation__item:nth-child(2){
    width: 30%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.consultation__item .contacts__box{
    background-color: #ffffff;
    float: left;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
}
.consultation__item .contacts__box ul > li{
    width: fit-content;
}
.consultation__item .contacts__box ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
}
.consultation__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #1a1a1a;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.consultation__item form{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0 0;
    align-content: flex-end;
    align-items: flex-end;
}
.consultation__item form > label{
    width: 33%;
    height: auto;
    float: left;
}
.consultation__item form > label > span{
    width: 100%;
    height: auto;
    float: left;
    color: #17264a;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.consultation__item form > label > input,
.consultation__item form > label > select,
.consultation__item form > label > textarea{
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #c4c4c4;
    color: #17264a;
    color: #9d9d9d;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    padding: 11px 12px;
    box-sizing: border-box;
    border-radius: 83px;
}
.consultation__item form > label > textarea{
    height: 148px;
    border-radius: 16px;
    resize: unset;
}
.consultation__item form > label > select{
    background-image: url("../images/icon/drop.svg");
    background-repeat: no-repeat;
    background-size: 12px 6px;
    background-position: 96% center;
}
.consultation__item form > button{
    width: 30%;
    height: auto;
    padding: 11px 0;
    background-color: #3f589a;
    border-radius: 83px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    border: unset;
    cursor: pointer;
}
/* CONSULTATION */

/* PACKEGA */
.packega{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 0 0;
}
.packega-title{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}
.packega-title b{
    color: #3f589a;
    font-weight: 600;
}
.packega__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 24px 0 0 0;
    gap: 20px;
}
.packega__item{
    width: calc(50% - 10px);
    height: 357px;
    padding: 40px 40px 20px;
    box-sizing: border-box;
    border-radius: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
    overflow: hidden;
}
.packega__item::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(26, 26, 26, 0.8);
}
.packega__item:nth-child(1){
    background-image: url("../images/vectory/packega-1.jpg");
}
.packega__item:nth-child(2){
    background-image: url("../images/vectory/packega-2.jpg");
}
.packega__item:nth-child(3){
    background-image: url("../images/vectory/packega-3.jpg");
}
.packega__item:nth-child(4){
    background-image: url("../images/vectory/packega-4.jpg");
}
.packega__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    position: relative;
}
.packega__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
}
.packega__item-button{
    width: 100%;
    height: 48px;
    float: left;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #e5ecf9;
    border-color: #e5ecf9;
    background-image: url("../images/icon/link.svg");
    background-position: 75% center;
    background-repeat: no-repeat;
    background-size: 9px;
    color: #ffffff;
    background-color: unset;
    border: 1px solid #e5ecf9;
    transition: .3s;
    border-radius: 42px;
    position: relative;
    cursor: pointer;
}
/* PACKEGA */

/* PRICE */
.price{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 0 0;
}
.price-title{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}
.price-title b{
    color: #3f589a;
    font-weight: 600;
}
.price__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 24px auto 0;
}
.price__item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.price__box{
    width: 100%;
    max-width: 896px;
    height: auto;
    float: left;
}
.price__box p{
    width: 100%;
    height: auto;
    border: 1px solid #17264a;
    border-radius: 12px;
    padding: 16px 0;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #1a1a1a;
}
.price__box p > b{
    color: #3f589a;
    font-weight: 600;
}
.price__box span{
    width: 100%;
    height: auto;
    color: #17264a;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.price__box span > b{
    color: #3f589a;
    font-weight: 700;
}
.price__item__information{
    width: 100%;
    max-width: 896px;
    height: auto;
    float: left;
    border-top: 1px solid #c4c4c4;
    padding: 10px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 32px 0 0 0;
}
.price__item__information p{
    width: 45%;
    height: auto;
    color: #737373;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.price__item__information ul{
    width: 55%;
    height: auto;
}
.price__item__information ul > li{
    width: fit-content;
    height: auto;
    color: #737373;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 4px 0;
    list-style: disc;
}
.price__box{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 24px;
    align-content: center;
    align-items: center;
}
.price__block{
    width: calc(35.3% - 13.3px);
    height: auto;
}
.price__block:last-child{
	width: 27%;
}
/* PRICE */