* {
padding: 0;
margin: 0;
border: 0;
outline: none;
}
input,
button,
textarea {
font-family: inherit;
}
input::-ms-clear {
display: none;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
ul,
ol,
li {
list-style: none;
}
a,
button {
cursor: pointer;
text-decoration: none;
}
:focus,
:active {
outline: none;
}
a:focus,
a:active {
outline: none;
}
a,
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
img {
vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
} @font-face {
font-family: 'Gilroy-Light';
src: url(//whitecliff.ru/wp-content/themes/Broker/assets/fonts/Gilroy-Light.otf);
}
@font-face {
font-family: 'Gilroy-ExtraBold';
src: url(//whitecliff.ru/wp-content/themes/Broker/assets/fonts/Gilroy-ExtraBold.otf);
}  .title-bold {
font-family: 'Gilroy-ExtraBold';
font-size: 46px;
font-size: calc(24px + 22*(100vw - 414px)/986);
color: #414141;
}
.title-light {
font-family: 'Gilroy-Light';
font-size: 46px;
font-size: calc(24px + 22*(100vw - 414px)/986);
color: #414141;
}
.loan-calculator h2 span,
.title-in-background {
background-color: #229ED9;
color: #fff;
border-radius: 8px;
font-family: 'Gilroy-ExtraBold';
font-size: 46px;
font-size: calc(24px + 22*(100vw - 414px)/986);
display: inline-block;
padding: 0 10px;
} * {
color: #414141;
}
body._lock {
overflow: hidden;
}
.application-btn-trigger {
cursor: pointer;
}
input[type=text]:focus,
input[type=tel]:focus,
textarea:focus {
-webkit-box-shadow: 5px 5px 10px #002976;
box-shadow: 5px 5px 10px #002976;
}
.header__menu-icon {
display: none;
}
.header__burger {
position: fixed;
top: 50%;
left: 50%;
background-color: #fff;
overflow: hidden;
opacity: 0;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
padding: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
gap: 44px;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
.header__burger-nav1 {
margin: -24px;
}
.header__burger-nav1,
.header__burger-nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
gap: 20px;
}
.burger__x,
.header__burger-icon {
-ms-flex-item-align: end;
align-self: flex-end;
}
.header__burger.active {
top: 10px;
left: 4%;
right: 4%;
width: 92%;
height: auto;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .burger__overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.7);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
z-index: 1001;
}
.burger__overlay.active {
opacity: 1;
visibility: visible;
}
.burger__content {
background-color: #fff;
width: 90%;
max-width: 592px;
padding: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
gap: 44px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-o-transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.header__burger-nav1 a,
.header__burger-nav a {
font-family: 'Gilroy-ExtraBold';
font-size: 24px;
color: #414141;
}
.burger__overlay.active .burger__content {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .consultation-modal__overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(255, 255, 255, 0.9);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
z-index: 1000;
}
.consultation-modal__overlay.active {
opacity: 1;
visibility: visible;
}
.consultation-modal__content {
background-image: url(//whitecliff.ru/wp-content/themes/Broker/assets/images/modal-bg.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 20px;
border: 1px solid #414141;
width: 90%;
max-width: 1045px;
padding: 85px 38px 54px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-o-transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.consultation-modal__overlay.active .consultation-modal__content {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.consultation-modal__content h2 {
font-family: 'Gilroy-ExtraBold';
font-size: 32px;
font-size: calc(22px + 10*(100vw - 414px)/986);
margin-bottom: 86px;
max-width: 464px;
}
.consultation-modal__input-wrapper input { width: 281px;
height: 55px;
border-radius: 25px;
border: 0.5px solid #00344d;
padding: 16px 15px;
font-family: 'Gilroy-Light';
color: #414141;
font-size: 20px;
font-size: calc(18px + 2*(100vw - 414px)/986);
}
.consultation-modal__input-wrapper input::-webkit-input-placeholder {
font-family: 'Gilroy-Light';
color: #414141;
font-size: 20px;
font-size: calc(18px + 2*(100vw - 414px)/986);
}
.consultation-modal__input-wrapper input::-moz-placeholder {
font-family: 'Gilroy-Light';
color: #414141;
font-size: 20px;
font-size: calc(18px + 2*(100vw - 414px)/986);
}
.consultation-modal__input-wrapper input:-ms-input-placeholder {
font-family: 'Gilroy-Light';
color: #414141;
font-size: 20px;
font-size: calc(18px + 2*(100vw - 414px)/986);
}
.consultation-modal__input-wrapper input::-ms-input-placeholder {
font-family: 'Gilroy-Light';
color: #414141;
font-size: 20px;
font-size: calc(18px + 2*(100vw - 414px)/986);
}
.consultation-modal__input-wrapper input::placeholder {
font-family: 'Gilroy-Light';
color: #414141;
font-size: 20px;
font-size: calc(18px + 2*(100vw - 414px)/986);
}
.consultation-modal__content p {
font-family: 'Gilroy-ExtraBold';
font-size: 18px;
margin-bottom: 10px;
}
.consultation-modal__submit {
font-family: 'Gilroy-ExtraBold';
font-size: 24px;
font-size: calc(18px + 6*(100vw - 414px)/986);
color: #fff;
background-color: #2da3db;
padding: 20px 62px;
border-radius: 20px;
}
.consultation-modal__submit:hover {
-webkit-box-shadow: 5px 5px 10px #002976;
box-shadow: 5px 5px 10px #002976;
background-color: #0051FF;
color: #002976;
}
.consultation-modal__checkbox-wrapper {  position: relative;
}
.consultation-modal__checkbox-wrapper input {
width: 20px;
height: 20px;
margin: 0 20px 0 0;
}
.consultation-modal__content p.consultation-modal__label1{
font-family: 'Gilroy-Light';
color: #414141;
font-size: 16px;
line-height: 0.8;
}
.consultation-modal__label1{
position: absolute;
top: 3px;
left: 50px;
}
.consultation-modal__x {
position: absolute;
top: 10px;
right: 10px;
}
.consultation-modal__img {
position: absolute;
bottom: 35px;
right: 50px;
width: 350px;
}
@media(min-width:1400px) {
.consultation-modal__content h2 {
font-size: 32px;
}
.consultation-modal__submit {
font-size: 24px;
}
.consultation-modal__content input::-webkit-input-placeholder {
font-size: 20px;
}
.consultation-modal__content input::-moz-placeholder {
font-size: 20px;
}
.consultation-modal__content input:-ms-input-placeholder {
font-size: 20px;
}
.consultation-modal__content input::-ms-input-placeholder {
font-size: 20px;
}
.consultation-modal__content input::placeholder,
.consultation-modal__content input {
font-size: 20px;
}
}
@media(max-width: 1100px) {
.consultation-modal__img {
top: 120px;
bottom: auto;
right: 10px;
width: 310px;
}
}
@media(max-width:930px) {
.consultation-modal__img {
width: 300px;
}
}
@media(max-width:770px) {
.consultation-modal__img {
width: 200px;
bottom: 30%;
right: 20px;
}
}
@media(max-width:600px) {
.consultation-modal__img {
display: none;
}
.consultation-modal__content {
padding: 60px 15px 20px;
}
.consultation-modal__content h2 {
margin-bottom: 30px;
}
.consultation-modal__content p {
margin-bottom: 10px;
}
.consultation-modal__checkbox-wrapper input {
width: 20px;
height: 20px;
margin: 0 10px 0 0;
}
}
@media(max-width:355px) {
.consultation-modal__input-wrapper input {
width: 100%;
}
.consultation-modal__submit {
padding: 10px 20px;
width: 100%;
}
} .none-item {
display: none;
}
.container {
max-width: 1400px;
margin: 0 auto;
padding: 0 5px;
}
@media(max-width:1400px) {
.container {
padding: 0 10px;
}
}
.header {
width: 100%;
}
.header__top {
padding: 25px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 5px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 15px;
}
.header .custom-logo {
width: 215px;
}
.header__buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
}
.header__buttons.none-item {
display: none;
}
.header__buttons a {
font-family: 'Gilroy-ExtraBold';
font-size: 22px;
font-size: calc(16px + 6*(100vw - 414px)/986);
color: #fff;
border-radius: 15px;
position: relative;
}
.header__buttons a:nth-child(1) {
background-color: #229ED9;
padding: 13px 71px 13px 21px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.first-screen-min .header__buttons a:nth-child(1) {
padding: 13px 21px;
}
.header__buttons a:nth-child(1):hover {
background-color: #2aabee;
color: #002976;
-webkit-box-shadow: 5px 5px 10px #002976;
box-shadow: 5px 5px 10px #002976;
}
.header__buttons a:nth-child(1) img {
position: absolute;
width: 45px;
height: 48px;
bottom: 13px;
right: 8px;
}
.header__buttons a:nth-child(2) {
background-color: #0051FF;
padding: 13px 38px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.header__buttons a:nth-child(2):hover {
background-color: royalblue;
color: #002976;
-webkit-box-shadow: 5px 5px 10px #002976;
box-shadow: 5px 5px 10px #002976;
}
.header__links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 53px;
}
.header__links a {
font-family: 'Gilroy-ExtraBold';
font-size: 22px;
font-size: calc(14px + 8*(100vw - 414px)/986);
color: #414141;
}
.header__links p {
font-family: 'Gilroy-Light';
font-size: 18px;
font-size: calc(10px + 8*(100vw - 414px)/986);
color: #414141;
margin-top: 5px;
}
.header__links-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2px;
}
.menu {
display: inline-block;
text-align: center;
background-color: #5c5c5c;
background-color: #0051FF;
border-radius: 15px;
width: 334px;
height: 52px;
}
.menu:hover {
-webkit-box-shadow: 5px 5px 10px #002976;
box-shadow: 5px 5px 10px #002976;
}
.menu>li {
float: left;
width: 111px;
height: 52px;
line-height: 52px;
cursor: pointer;
font-family: 'Gilroy-ExtraBold';
font-size: 18px;
color: #fff;
}
.sub-menu {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
position: relative;
z-index: 5;
}
.sub-menu li {
background-color: #229ED9;
background-color: #fff;
border: 2px solid #229ED9;
padding: 10px 2px;
line-height: 0.8;
border-radius: 5px;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
width: 200%;
}
.sub-menu li a {
font-family: 'Gilroy-Light';
font-size: 18px;
color: white;
color: #000;
}
.sub-menu li:hover {
background: #0051FF;
-webkit-box-shadow: 1px 1px 2px #002976;
box-shadow: 1px 1px 2px #002976;
}
.menu>li:hover .sub-menu li {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.menu>li:hover .sub-menu {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.menu img {
margin-top: 25px;
}
.header__bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 55px;
}
.header__bottom-nav {
-ms-flex-preferred-size: auto;
flex-basis: auto;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.header__bottom-nav1 ul,
.header__bottom-nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 15px;
} .first-screen-min .header__bottom-nav1 ul,
.first-screen-min .header__bottom-nav ul {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
}
.header__bottom-nav1 ul li a,
.header__bottom-nav ul li a {
font-family: 'Gilroy-Light';
font-size: 18px;
color: #414141;
}
.header__bottom-nav1 ul li a:hover,
.header__bottom-nav ul li a:hover {
color: #002976;
text-decoration: underline;
}
.first-screen {
height: 100vh;
width: 100vw;
position: relative;
background: url(//whitecliff.ru/wp-content/themes/Broker/assets/images/background-header.png);
background-position: center;
background-size: cover;
overflow: hidden;
}
.first-screen__container {
position: relative;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 10px;
padding-bottom: 125px;
}
.first-screen__img-10,
.first-screen__img-1 {
position: absolute;
top: 24%;
right: -150px;
}
.first-screen__img-2 {
position: absolute;
top: 140px;
left: 0;
}
.first-screen__img-3 {
position: absolute;
bottom: -30px;
left: 0;
}
.first-screen__img-4 {
position: absolute;
top: 232px;
top: 180px;
right: 0;
z-index: 3;
}
.first-screen__img-5 {
position: absolute;
bottom: 44px;
right: 347px;
}
.first-screen__yandex-card,
.first-screen__img-7 {
position: absolute;
bottom: 80px;
right: 10px;
}
.first-screen__yandex-card-estimation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
}
.first-screen__yandex-card-estimation span {
font-family: 'Gilroy-Light';
font-size: 60px;
}
.first-screen__yandex-card-item p {
font-family: 'Gilroy-Light';
font-size: 18px;
}
.first-screen__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-preferred-size: auto;
flex-basis: auto;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.first-screen__content.first-screen__content-gratitude {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 25px;
}
.first-screen__crumbs {
font-family: 'Gilroy-Light';
font-size: 16px;
margin-bottom: 30px;
}
.first-screen__button-1 {
padding: 12px 27px 12px 23px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: 'Gilroy-ExtraBold';
font-size: 24px;
font-size: calc(14px + 10*(100vw - 414px)/986);
color: #fff;
background-color: #0051FF;
border-radius: 15px;
margin-bottom: 25px;
position: relative;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.first-screen__button-1:hover {
background-color: royalblue;
color: #002976;
-webkit-box-shadow: 5px 5px 10px #002976;
box-shadow: 5px 5px 10px #002976;
}
.first-screen__button-1 img {
position: absolute;
top: 5px;
right: 5px;
}
.first-screen h1 {
max-width: 754px;
}
.first-screen h1.text-center {
max-width: 100%;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.first-screen h1 span.first-screen__title-span {
position: relative;
}
.first-screen__subtitle {
font-family: 'Gilroy-Light';
font-size: 32px;
font-size: calc(20px + 12*(100vw - 414px)/986);
margin-top: 30px;
margin-bottom: 30px;
}
.first-screen__content-gratitude .first-screen__subtitle {
max-width: 732px;
}
.first-screen__article-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 40px;
}
.first-screen__article-info p {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
}
.first-screen__title-span1 {
background-color: transparent;
font-family: 'Gilroy-Light';
font-size: 18px;
color: #414141;
width: 174px; display: inline-block;
width: 180px;
}
.first-screen__list {
max-width: 820px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 40px;
font-family: 'Gilroy-ExtraBold';
font-size: 22px;
font-size: calc(16px + 6*(100vw - 414px)/986);
color: #414141;
margin-top: 39px;
}
.first-screen__list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
}
.first-screen__item-img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.first-screen__item-img img {
width: 85px;
}
.first-screen__item-text {
width: 274px;
}
.first-screen__proposal {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
}
.first-screen__button-2 {
padding: 21px 53px 21px 29px;
border-radius: 30px;
background-color: #229ED9;
color: #fff;
font-family: 'Gilroy-ExtraBold';
font-size: 24px;
font-size: calc(20px + 4*(100vw - 414px)/986);
position: relative;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.first-screen__button-2:hover {
background-color: #2aabee;
color: #002976;
-webkit-box-shadow: 5px 5px 10px #002976;
box-shadow: 5px 5px 10px #002976;
}
.first-screen__button-2 img {
position: absolute;
top: 29px;
right: 24px;
}
.first-screen__proposal p {
font-family: 'Gilroy-ExtraBold';
font-size: 18px;
font-size: calc(12px + 6*(100vw - 414px)/986);
color: #414141;
}
.first-screen__404-text {
margin: 0 auto 30px;
}
.first-screen__404-link {
margin-top: 30px;
}
.first-screen h1.first-screen__title-contact {
max-width: 90%;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.first-screen__content-contact {
width: 100%;
}
.first-screen__title-contact {
max-width: 90%;
text-align: center;
margin-bottom: 20px;
}
.first-screen__content-contact p {
font-family: 'Gilroy-ExtraBold';
font-size: 24px;
font-size: calc(18px + 6*(100vw - 414px)/986);
text-align: center;
margin-bottom: 10px;
margin: 0 auto 10px;
}
.first-screen__content-contact span,
.first-screen__content-contact a {
font-family: 'Gilroy-Light';
font-size: 24px;
font-size: calc(18px + 6*(100vw - 414px)/986);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.first-screen__content-contact a:hover {
color: #002976;
text-decoration: underline;
}
@media(min-width:1400px) {
.loan-calculator h2 span,
.title-bold,
.title-light,
.title-in-background {
font-size: 46px;
}
.header__links a,
.first-screen__list,
.header__buttons a {
font-size: 22px;
}
.first-screen__proposal p,
.header__links p {
font-size: 18px;
}
.first-screen__content-contact span,
.first-screen__content-contact a,
.first-screen__content-contact p,
.first-screen__button-2,
.first-screen__button-1 {
font-size: 24px;
}
.first-screen__subtitle {
font-size: 32px;
}
.first-screen__article-info p {
font-size: 20px;
}
}
@media(max-width:1725px) {
.first-screen__img-3,
.first-screen__img-4 {
display: none;
}
.first-screen__img-10 {
right: 20px;
}
}
@media(max-width:1550px) {
.first-screen__img-2,
.first-screen__img-5 {
display: none;
}
}
@media(max-width:1400px) {
.first-screen__container {
gap: 10px;
padding-bottom: 30px;
}
.first-screen h1 {
max-width: 80%;
}
.first-screen__list {
gap: 20px;
}
.first-screen__img-1 {
width: 15%;
right: 0;
}
.first-screen {
overflow: auto;
}
.header__top .header__buttons {
display: none;
}
.header__bottom {
gap: 20px;
}
.header__burger {
z-index: 10;
}
.header__bottom-nav {
display: none;
}
.header__menu-icon {
display: block;
margin-right: 20px;
}
}
@media(max-width:1200px) {
.first-screen__img-10 {
width: 300px;
top: 50%;
}
.first-screen__content-gratitude .first-screen__subtitle {
max-width: 60%;
}
}
@media(max-width:1100px) {
.first-screen {
height: auto;
}
.first-screen__list {
margin-bottom: 20px;
}
.first-screen__yandex-card,
.first-screen__img-6,
.first-screen__img-7 {
position: static;
}
.first-screen__yandex-card {
margin-left: auto;
margin-right: auto;
}
}
@media(max-width:1050px) {
.header__bottom {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.header__buttons {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.header__bottom-menu {
width: 100%;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.first-screen__img-10 { top: 150px;
}
.header__top {
margin: 0;
}
}
@media(max-width:800px) {
.first-screen__item-img img {
width: 65px;
}
}
@media(max-width:750px) {
.first-screen__img-10 {
width: 200px;
}
}
@media(max-width:650px) {
.header__links-icon {
display: none;
}
.first-screen__img-10 {
display: none;
}
.first-screen__content-gratitude .first-screen__subtitle {
max-width: 100%;
}
}
@media(max-width:630px) {
.first-screen__img-1 {
display: none;
}
.header__buttons {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 10px;
}
.header__buttons a {
width: 80%;
text-align: center;
}
.header__bottom {
gap: 10px;
text-align: center;
}
.header .custom-logo{
width: 145px;
height: auto;
}
}
@media(max-width:560px) {
.first-screen__button-2 {
padding: 15px 31px 15px 15px;
}
.first-screen__button-2 img {
width: 11px;
height: 11px;
top: 12px;
right: 12px;
bottom: auto;
}
.first-screen__proposal {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 5px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 25px auto;
}
.first-screen__img-6
{
display: block;
}
.first-screen__img-7{
display: block;
margin: 0 auto;
}
.sub-menu li {
width: 100%;
padding: 5px;
}
.sub-menu li a {
font-size: 14px;
}
}
@media(max-width:500px) {
.header__buttons a {
width: 100%;
}
}
@media(max-width:400px) {
.first-screen__item-text {
width: auto;
}
}
@media(max-width:350px) {
.menu>li {
width: 104px;
}
.menu {
width: 316px;
}
.header__menu-icon {
margin-right: 5px;
}
.header .custom-logo {
width: 140px;
height: auto;
}
.first-screen__content-contact p a {
display: block;
}
} .no-bounce {
background-color: #f7fafc;
padding-top: 100px;
padding-bottom: 23px;
}
.no-bounce__title {
text-align: center;
max-width: 90%;
margin: 0 auto;
}
.no-bounce__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px;
margin-top: 50px;
}
.no-bounce__wrapper li {
position: relative;
max-width: 49%;
background-color: #f0f4fa;
border-radius: 20px;
min-height: 300px;
padding-bottom: 10px;
padding-left: 200px;
}
.no-bounce__img {
position: absolute;
left: 0;
bottom: 10px;
height: 190px;
}
.no-bounce__wrapper li div {
padding: 50px 40px 40px 0;
}
.no-bounce__wrapper h3 {
color: #414141;
font-family: 'Gilroy-ExtraBold';
font-size: 24px;
font-size: calc(16px + 8*(100vw - 414px)/986);
text-align: center;
margin-bottom: 15px;
}
.no-bounce__wrapper p {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(12px + 8*(100vw - 414px)/986);
color: #414141;
text-align: center;
}
.no-bounce__wrapper p span {
font-family: 'Gilroy-ExtraBold';
}
@media(min-width:1400px) {
.no-bounce__wrapper h3 {
font-size: 24px;
}
.no-bounce__wrapper p {
font-size: 20px;
}
}
@media(max-width:1200px) {
.no-bounce__wrapper li {
max-width: 100%;
-ms-flex-preferred-size: auto;
flex-basis: auto;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin: 0 10px;
min-height: 158px;
padding-left: 160px;
}
.no-bounce__img {
height: 140px;
}
}
@media(max-width:800px) {
.no-bounce {
padding-top: 60px;
}
.no-bounce__wrapper li div {
padding: 30px 10px 15px 0;
}
.no-bounce__wrapper h3 {
margin-bottom: 5px;
}
.no-bounce__img {
height: 96px;
bottom: 25%;
}
.no-bounce__wrapper li {
padding-left: 110px;
}
}
@media(max-width:400px) {
.no-bounce__img {
height: 100px;
bottom: 10%;
}
} .loan-calculator__container {
padding-top: 100px;
}
.loan-calculator h2 {
max-width: 1022px;
margin: 0 auto 50px;
text-align: center;
}
.loan-calculator__wrapper {
background-color: #f0f4fa;
border-radius: 16px;
}
.loan-calculator__ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 30px;
font-family: 'Gilroy-Light';
font-size: 20px;
margin-bottom: 20px;
}
.loan-calculator__wrapper {
padding: 0 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.loan-calculator__data-entry {
padding-top: 38px;
padding-bottom: 27px;
-ms-flex-item-align: start;
-ms-grid-row-align: start;
align-self: start;
}
.loan-calculator label {
display: block;
}
.loan-calculator__data-entry label {
font-family: 'Gilroy-ExtraBold';
font-size: 24px;
font-size: calc(18px + 6*(100vw - 414px)/986);
color: #414141;
margin-bottom: 3px;
}
.loan-calculator__input {
width: 482px;
height: 100px;
position: relative;
}
.loan-calculator__data-entry input {
width: 100%;
height: 100%;
border-radius: 10px;
padding-left: 20px;
padding-right: 90px;
}
.loan-calculator__data-entry-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
margin-bottom: 35px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
position: relative;
z-index: 3;
}
.loan-calculator__input input {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 6*(100vw - 414px)/986);
color: #414141;
}
.loan-calculator__input-text {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 6*(100vw - 414px)/986);
color: #414141;
position: absolute;
right: 20px;
top: 37%;
}
.loan-calculator__data-entry p {
font-family: 'Gilroy-Light';
font-size: 24px;
font-size: calc(14px + 10*(100vw - 414px)/986);
color: #414141;
}
.loan-calculator__result {
width: 518px;
min-height: 533px;
background-color: #002976;
border-radius: 20px 20px 0 0;
padding: 60px 18px 5px 30px;
position: relative;
z-index: 2;
}
.loan-calculator__result-text {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(18px + 2*(100vw - 414px)/986);
color: #fff;
}
.loan-calculator__result-text-1,
.loan-calculator__result-text-2,
.loan-calculator__result-text-3 {
font-family: 'Gilroy-ExtraBold';
font-size: 24px;
font-size: calc(22px + 2*(100vw - 414px)/986);
color: #fff;
}
.loan-calculator__result-text-1 span,
.loan-calculator__result-text-2 span,
.loan-calculator__result-text-3 span {
font-family: 'Gilroy-ExtraBold';
font-size: 24px;
font-size: calc(22px + 2*(100vw - 414px)/986);
color: #fff;
}
.loan-calculator__result-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 40px;
margin-top: 40px;
margin-bottom: 40px;
}
.loan-calculator__result-input label {
font-family: 'Gilroy-ExtraBold';
font-size: 20px;
font-size: calc(18px + 2*(100vw - 414px)/986);
color: #fff; }
.loan-calculator__result-input input {
width: 100%;
border-radius: 10px;
height: 59px;
padding-left: 15px;
padding-right: 15px; margin-top: 10px;
}
.loan-calculator__result-input input::-webkit-input-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #414141;
}
.loan-calculator__result-input input::-moz-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #414141;
}
.loan-calculator__result-input input:-ms-input-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #414141;
}
.loan-calculator__result-input input::-ms-input-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #414141;
}
.loan-calculator__result-input input,
.loan-calculator__result-input input::placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #414141;
}
.loan-calculator__result .submit-btn,
.loan-calculator__result button {
width: 100%;
border-radius: 10px;
margin-top: 20px;
height: 59px;
background-color: #2aabee;
font-family: 'Gilroy-ExtraBold';
font-size: 24px;
font-size: calc(20px + 4*(100vw - 414px)/986);
color: #fff;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.loan-calculator__result .submit-btn:hover,
.loan-calculator__result button:hover {
background-color: #2a71f8;
color: #002976;
-webkit-box-shadow: 5px 5px 10px #999999;
box-shadow: 5px 5px 10px #999999;
}
.loan-calculator__result-img1 {
position: absolute;
z-index: 3;
top: 30px;
right: 30px;
}
.loan-calculator__result-img2 {
position: absolute;
z-index: -2;
bottom: 0;
left: -220px;
display: block;
}
.loan-calculator__text {
font-family: 'Gilroy-Light';
font-size: 14px;
font-size: calc(8px + 6*(100vw - 414px)/986);
color: #414141;
margin-top: 20px;
}
.loan-calculator__text p {
margin-bottom: 20px;
}
.loan-calculator__result-checkbox{
position: relative;
margin-top: 20px;
margin-bottom: 20px;
}
.loan-calculator__checkbox-label{
font-family: 'Gilroy-Light';
color: #FFF;
font-size: 16px;
font-size: calc(12px + 4*(100vw - 414px)/986);
position: absolute;
top: 0px;
left: 40px;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output{
margin: 30px 0 5px !important;
padding: 10px;
color: #fff;
background-color: #2a71f8;
}
span.wpcf7-list-item-label{
color: transparent  !important;
} @media(min-width:1400px) {
.loan-calculator__result button,
.loan-calculator__result-text-1,
.loan-calculator__result-text-2,
.loan-calculator__result-text-3,
.loan-calculator__data-entry label,
.loan-calculator__data-entry p {
font-size: 24px;
}
.loan-calculator__result-input input::-webkit-input-placeholder {
font-size: 20px;
}
.loan-calculator__result-input input::-moz-placeholder {
font-size: 20px;
}
.loan-calculator__result-input input:-ms-input-placeholder {
font-size: 20px;
}
.loan-calculator__result-input input::-ms-input-placeholder {
font-size: 20px;
}
.loan-calculator__input input,
.lloan-calculator__result-input input,
.loan-calculator__result-input input::placeholder,
.loan-calculator__result-input label,
.loan-calculator__result-text,
.loan-calculator__input-text {
font-size: 20px;
}
.loan-calculator__checkbox-label{
font-size: 16px;
}
.loan-calculator__text {
font-size: 14px;
}
}
@media(max-width:1100px) {
.loan-calculator__wrapper {
padding: 0 10px;
gap: 20px;
}
.loan-calculator__data-entry {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.loan-calculator__input {
width: 100%;
height: 66px;
}
.loan-calculator__input-text {
top: 20px;
}
.loan-calculator__result-img2 {
display: none;
}
}
@media(max-width:900px) {
.loan-calculator__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.loan-calculator__result {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
height: auto;
}
.loan-calculator__data-entry {
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
margin-bottom: 0;
padding-bottom: 0;
}
}
@media(max-width:800px) {
.loan-calculator__container {
padding-top: 60px;
}
}
@media(max-width:550px) {
.loan-calculator__result {
width: 100%;
}
.loan-calculator__data-entry {
width: 100%;
padding: 24px 9px 0;
}
.loan-calculator__data-entry-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 100%;
}
.loan-calculator__input {
width: 100%;
}
.loan-calculator h2 {
margin-bottom: 30px;
}
.loan-calculator__wrapper {
padding: 0;
}
.loan-calculator__result {
padding: 25px 15px;
}
.loan-calculator__result-wrapper {
margin-top: 25px;
margin-bottom: 25px;
}
} .services__container {
padding-top: 100px;
}
.services__title {
text-align: center;
max-width: 930px;
margin: 0 auto 40px;
}
.services__tabs-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.services__tabs-header p {
font-family: 'Gilroy-ExtraBold';
font-size: 26px;
font-size: calc(20px + 6*(100vw - 414px)/986);
color: #414141;
}
.services__tabs-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 20px 20px;
}
.services__tabs-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 237px;
height: 108px;
background-color: #002976;
border-radius: 15px;
font-family: 'Gilroy-ExtraBold';
font-size: 26px;
font-size: calc(16px + 10*(100vw - 414px)/986);
color: #fff;
text-align: center;
margin-bottom: 61px;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.services__tabs-title:hover {
background-color: #2a71f8;
color: #002976;
-webkit-box-shadow: 5px 5px 10px #002976;
box-shadow: 5px 5px 10px #002976;
}
.services__tabs-wrapper {
position: relative;
padding-right: 5px;
padding-left: 5px;
}
.services__tabs-title.active-tab {
background-color: #2aabee;
}
.services__tabs-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
gap: 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.hidden-tab-content {
display: none;
}
.services__tabs-card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
max-width: 49%;
padding: 25px 20px 20px;
border: 1px solid #2aabee;
border-radius: 15px;
position: relative;
z-index: 3;
background-color: #fff;
}
.services__tabs-card h3 {
font-family: 'Gilroy-ExtraBold';
font-size: 28px;
font-size: calc(22px + 6*(100vw - 414px)/986);
color: #414141;
margin-bottom: 25px;
padding-right: 53px;
}
.services__tabs-card-text {
font-family: 'Gilroy-Light';
font-size: 24px;
font-size: calc(18px + 6*(100vw - 414px)/986);
color: #414141;
margin-bottom: 5px;
}
.services__tabs-card-info {
font-family: 'Gilroy-ExtraBold';
font-size: 30px;
font-size: calc(20px + 10*(100vw - 414px)/986);
color: #414141;
margin-bottom: 25px;
}
.services__tabs-card-info1 {
font-family: 'Gilroy-ExtraBold';
font-size: 26px;
font-size: calc(20px + 6*(100vw - 414px)/986);
color: #414141;
}
.services__tabs-card-content1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 133px;
margin-bottom: 30px;
}
.services__tabs-card-content2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
width: 100%;
}
.services__tabs-card-content2 div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
font-family: 'Gilroy-ExtraBold';
font-size: 22px;
font-size: calc(20px + 2*(100vw - 414px)/986);
color: #414141;
}
.services__tabs-card-content2 img {
width: 80px;
}
.services__tabs-content a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
padding: 13px 75px;
font-family: 'Gilroy-ExtraBold';
font-size: 26px;
color: #fff;
border-radius: 10px;
background-color: #6d9efb;
margin: 18px auto 0;
width: 318px;
-webkit-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.services__tabs-content a:hover {
background-color: royalblue;
-webkit-box-shadow: 5px 5px 10px #002976;
box-shadow: 5px 5px 10px #002976;
}
.services__tabs-card-bg {
position: absolute;
top: 10px;
right: 10px;
z-index: 4;
}
.services-bg1 {
position: absolute;
bottom: 5px;
right: 5px;
}
.services-bg2 {
position: absolute;
bottom: 27px;
right: 130px;
z-index: 2;
max-width: 350px;
}
.services-bg5 {
position: absolute;
right: 100px;
bottom: 355px;
}
.services__tabs-card a img {
-webkit-transform: translateY(3px);
-ms-transform: translateY(3px);
transform: translateY(3px);
}
@media(min-width:1400px) {
.services__tabs-card-info1,
.services__tabs-title,
.services__tabs-header p {
font-size: 26px;
}
.services__tabs-card h3 {
font-size: 28px;
}
.services__tabs-card-text {
font-size: 24px;
}
.services__tabs-card-info {
font-size: 30px;
}
.services__tabs-card-content2 div {
font-size: 22px;
}
}
@media(max-width:1395px) {
.services__tabs-header {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
gap: 20px;
}
}
@media(max-width:1350px) {
.services__tabs-card-content2 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media(max-width:1100px) {
.services__tabs-content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 20px;
}
.services-bg1,
.services-bg5,
.services-bg2 {
display: none;
}
.services__tabs-card {
width: 80%;
max-width: 100%;
}
}
@media(max-width:1020px) {
.services__tabs-container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px 5px;
}
.services__tabs-title {
width: 47%;
margin-bottom: 0;
height: 60px;
padding: 2px 5px;
}
}
@media(max-width:850px) {
.services__tabs-card {
width: 98%;
}
}
@media(max-width:800px) {
.services__container {
padding-top: 60px;
}
.services__title {
margin: 0 auto 25px;
}
}
@media(max-width:630px) {
.services__tabs-card-content1 {
gap: 10px;
margin-bottom: 20px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.services__tabs-card-content2 {
display: block;
}
.services__tabs-card-content2 div {
margin-bottom: 20px;
}
.services__tabs-card-bg {
top: 50%;
}
.services__tabs-card h3 {
padding-right: 0;
margin-bottom: 20px;
}
.services__tabs-card-info {
margin-bottom: 20px;
}
}
@media(max-width:400px) {
.services__tabs-content a {
width: 100%;
}
}
@media(max-width:370px) {
.services__tabs-card-content1 {
display: block;
}
.services__tabs-card-content1 div {
margin-bottom: 20px;
}
.services__tabs-card {
width: 100%;
}
} .principle__container {
padding-top: 100px;
}
.principle__title {
max-width: 1036px;
margin-bottom: 40px;
margin: 0 auto 40px;
text-align: center;
}
.principle__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
gap: 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.principle__item {
width: 23%;
border-radius: 30px;
background-color: #84afff;
min-height: 250px;
position: relative;
padding: 67px 15px 10px;
overflow: hidden;
}
.principle__item h3 {
font-family: 'Gilroy-ExtraBold';
font-size: 22px;
color: #fff;
margin-bottom: 10px;
}
.principle__item p {
font-family: 'Gilroy-Light';
font-size: 18px;
color: #fff;
}
.principle__img {
position: absolute;
top: 5px;
right: 5px;
height: 65px;
}
.principle__bg {
position: absolute;
top: 15px;
left: 15px;
}
.principle__item:nth-child(8) .principle__img {
right: 8px;
bottom: 5px;
top: auto;
}
@media(max-width:1395px) {
.principle__item {
width: 30%;
}
}
@media(max-width:1000px) {
.principle__item {
width: 48%;
}
.principle__wrapper {
gap: 15px;
}
}
@media(max-width:800px) {
.principle__container {
padding-top: 60px;
}
}
@media(max-width:650px) {
.principle__item {
width: 100%;
}
} .openly__container {
padding-top: 100px;
}
.openly__title {
max-width: 1036px;
margin: 0 auto 20px;
text-align: center;
}
.openly__subtitle {
font-family: 'Gilroy-ExtraBold';
font-size: 26px;
font-size: calc(14px + 12*(100vw - 414px)/986);
color: #797979;
max-width: 565px;
margin: 0 auto 20px;
text-align: center;
}
.openly__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
gap: 30px;
}
.openly__picture {
width: 58%; aspect-ratio: 806/600;
background-repeat: no-repeat;
background-position: 6% 10px, 82% 16px;
background-size: 73% auto, 18% auto;
border: 1px solid #000;
border-radius: 20px;
margin-left: 5px;
}
.openly__item {
margin-top: 60px;
margin-top: calc(27px + 33*(100vw - 414px)/986);
}
.openly__item-quantity {
font-family: 'Gilroy-ExtraBold';
font-size: 26px;
color: #414141;
position: relative;
display: inline-block;
margin-bottom: 5px;
}
.openly__item-quantity::before {
content: url(//whitecliff.ru/wp-content/themes/Broker/assets/images/openly-text.png);
position: absolute;
top: -20px;
right: -20px;
}
.openly__item-text {
font-family: 'Gilroy-Light';
font-size: 24px;
font-size: calc(20px + 4*(100vw - 414px)/986);
color: #414141;
}
@media(min-width:1400px) {
.openly__subtitle {
font-size: 26px;
}
.openly__item-text {
font-size: 24px;
}
.openly__item {
margin-top: 60px;
}
}
@media(max-width:1000px) {
.openly__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.openly__picture {
width: 550px;
}
}
@media(max-width:800px) {
.openly__container {
padding-top: 60px;
}
.openly__title {
margin-bottom: 10px;
}
}
@media(max-width:580px) {
.openly__picture {
width: 94%;
}
} .partners {
padding-top: 80px;
}
.partners__title {
font-family: 'Gilroy-ExtraBold';
font-size: 40px;
font-size: calc(24px + 16*(100vw - 414px)/986);
color: #414141;
margin-bottom: 35px;
text-align: center;
overflow: hidden;
}
.partners__wrapper {
width: 100%;
overflow: hidden;
position: relative;
padding: 20px 0;
}
.partners__track {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-animation: scroll-left 20s linear infinite;
animation: scroll-left 20s linear infinite;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
.partners__track:hover {
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
@-webkit-keyframes scroll-left {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@keyframes scroll-left {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
.partners__item {
aspect-ratio: 182/75;
width: 217px;
margin: 0 25px;
-ms-flex-negative: 0;
flex-shrink: 0;
border-radius: 12px;
-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
background-size: 90% auto;
background-position: center;
background-repeat: no-repeat;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.partners__item:hover {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
z-index: 2;
}
@media(min-width:1400px) {
.partners__title {
font-size: 40px;
}
}
@media (max-width: 768px) {
.partners__item {
width: 190px;
margin: 0 20px;
}
@-webkit-keyframes scroll-left {
100% {
-webkit-transform: translateX(-60%);
transform: translateX(-60%);
}
}
@keyframes scroll-left {
100% {
-webkit-transform: translateX(-60%);
transform: translateX(-60%);
}
}
}
@media (max-width: 480px) {
.partners__item {
width: 182px;
}
@-webkit-keyframes scroll-left {
100% {
-webkit-transform: translateX(-70%);
transform: translateX(-70%);
}
}
@keyframes scroll-left {
100% {
-webkit-transform: translateX(-70%);
transform: translateX(-70%);
}
}
} .certificates__container {
padding-top: 60px;
}
.certificates__title {
font-family: 'Gilroy-ExtraBold';
font-size: 40px;
font-size: calc(24px + 16*(100vw - 414px)/986);
color: #414141;
margin-bottom: 35px;
text-align: center;
}
.certificates-slider__slide {
aspect-ratio: 453/640;
}
.certificates-slider__slide img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.certificates-slider__buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
margin-top: 25px;
}
.certificates-button-prev,
.certificates-button-next {
border-radius: 50%;
width: 98px;
height: 98px;
background-color: #00344d;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
-webkit-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.certificates-button-prev:hover,
.certificates-button-next:hover {
background-color: #5465f4;
-webkit-box-shadow: 3px 3px 6px #002976;
box-shadow: 3px 3px 6px #002976;
}
@media(min-width:1400px) {
.certificates__title {
font-size: 40px;
}
}
@media(max-width:1000px) {
.certificates-button-prev,
.certificates-button-next {
width: 70px;
height: 70px;
}
.certificates-button-prev img,
.certificates-button-next img {
width: 20px;
}
}
@media(max-width:500px) {
.certificates-slider__buttons {
margin-top: 15px;
margin-left: auto;
margin-right: auto;
width: 120px;
}
.certificates-button-prev,
.certificates-button-next {
width: 50px;
height: 50px;
}
.certificates-button-prev img,
.certificates-button-next img {
width: 10px;
}
} .registration-bank-guarantee {
padding-bottom: 30px;
}
.registration-bank-guarantee,
.plan__container {
padding-top: 100px;
}
.plan__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
gap: 30px;
margin-bottom: 70px;
}
.plan__title {
width: 74%;
}
.registration-bank-guarantee__title {
max-width: 860px;
text-align: center;
margin: 0 auto 30px;
}
.plan__info {
width: 335px;
min-height: 156px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 15px 20px;
background-color: #5c94ff;
border-radius: 10px;
}
.plan__info p {
font-family: 'Gilroy-Light';
font-size: 18px;
font-size: calc(16px + 2*(100vw - 414px)/986);
color: #fff;
}
.plan__info p span {
font-family: 'Gilroy-ExtraBold';
}
.plan__info img {
position: absolute;
left: 20px;
top: -68px;
width: 139px;
}
.registration-bank-guarantee__wrapper,
.plan__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 135px 10px;
}
.registration-bank-guarantee__item,
.plan__item {
width: 22%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.plan__item1 {
width: 30%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.registration-bank-guarantee__number,
.plan__number,
.plan__number1 {
border-radius: 50%;
width: 111px;
height: 111px;
background-color: #5c94ff;
font-family: 'Gilroy-ExtraBold';
font-size: 30px;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px;
position: relative;
}
.registration-bank-guarantee__number img,
.plan__number img,
.plan__number1 img {
position: absolute;
}
.registration-bank-guarantee__number .p1,
.registration-bank-guarantee__number .p5,
.plan__number .p1 {
top: 50%;
right: -244px;
width: 245px;
}
.registration-bank-guarantee__number .p2,
.registration-bank-guarantee__number .p6,
.plan__number .p2 {
top: 50%;
right: -244px;
}
.registration-bank-guarantee__number .p3,
.registration-bank-guarantee__number .p7,
.plan__number .p3 {
top: 0%;
right: -244px;
}
.registration-bank-guarantee__number .p4,
.registration-bank-guarantee__number .p8,
.plan__number1 .p4,
.plan__number .p4 {
top: 50%;
right: -355px;
width: 355px;
}
.plan__number1 .p5,
.plan__number .p5 {
top: 0%;
right: -355px;
width: 355px;
}
.registration-bank-guarantee__img,
.plan__img {
width: 118px;
height: 118px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-image: url(//whitecliff.ru/wp-content/themes/Broker/assets/images/plan.svg);
background-position: center;
background-size: 250%;
margin-bottom: 20px;
}
.registration-bank-guarantee__text,
.plan__text {
font-family: 'Gilroy-ExtraBold';
font-size: 22px;
font-size: calc(20px + 2*(100vw - 414px)/986);
color: #414141;
text-align: center;
}
.registration-bank-guarantee__text span,
.plan__text span {
font-family: 'Gilroy-Light';
}
.registration-bank-guarantee__item:nth-child(2),
.registration-bank-guarantee__item:nth-child(3),
.registration-bank-guarantee__item:nth-child(6),
.registration-bank-guarantee__item:nth-child(7),
.plan__item1:nth-child(2),
.plan__item1:nth-child(5),
.plan__item:nth-child(2),
.plan__item:nth-child(3),
.plan__item:nth-child(6) {
-webkit-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
}
@media(min-width:1400px) {
.plan__info p {
font-size: 18px;
}
.registration-bank-guarantee__text,
.plan__text {
font-size: 22px;
}
}
@media(max-width:1075px) {
.plan__number1 .p4,
.plan__number1 .p5,
.plan__number .p4,
.plan__number .p5 {
width: 280px;
right: -280px;
}
}
@media(max-width: 1031px) {
.registration-bank-guarantee__wrapper,
.plan__wrapper {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media(max-width:1000px) {
.registration-bank-guarantee__item {
width: 46%;
}
.registration-bank-guarantee__number,
.registration-bank-guarantee__number .p1,
.registration-bank-guarantee__number .p2,
.registration-bank-guarantee__number .p3 {
display: none;
}
.registration-bank-guarantee__item:nth-child(3),
.registration-bank-guarantee__item:nth-child(7) {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.registration-bank-guarantee__item:nth-child(4),
.registration-bank-guarantee__item:nth-child(8) {
-webkit-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
}
.registration-bank-guarantee__wrapper {
-ms-flex-pack: distribute;
justify-content: space-around;
gap: 60px 10px;
}
}
@media(max-width:960px) {
.registration-bank-guarantee__number .p1,
.registration-bank-guarantee__number .p2,
.registration-bank-guarantee__number .p3,
.plan__number .p1,
.plan__number .p2,
.plan__number .p3 {
width: 220px;
right: -220px;
}
}
@media(max-width:891px) {
.registration-bank-guarantee__number .p1,
.registration-bank-guarantee__number .p2,
.registration-bank-guarantee__number .p3,
.plan__number .p1,
.plan__number .p2,
.plan__number .p3 {
width: 190px;
right: -190px;
}
}
@media(max-width:820px) {
.registration-bank-guarantee__item,
.plan__item {
width: 46%;
}
.registration-bank-guarantee__number .p1,
.registration-bank-guarantee__number .p2,
.registration-bank-guarantee__number .p3,
.plan__number .p1,
.plan__number .p2,
.plan__number .p3,
.plan__number .p4,
.plan__number .p5,
.plan__number,
.plan__number1 .p4,
.plan__number1 .p5,
.plan__number1 {
display: none;
}
.registration-bank-guarantee__item:nth-child(3),
.registration-bank-guarantee__item:nth-child(7),
.plan__item:nth-child(3) {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.registration-bank-guarantee__item:nth-child(4),
.registration-bank-guarantee__item:nth-child(8),
.plan__item:nth-child(4) {
-webkit-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
}
.registration-bank-guarantee__wrapper,
.plan__wrapper {
-ms-flex-pack: distribute;
justify-content: space-around;
gap: 60px 10px;
}
}
@media(max-width:700px) {
.plan__header {
display: block;
}
.plan__title {
width: 90%;
margin-bottom: 65px;
}
.plan__info {
width: 100%;
}
}
@media(max-width:800px) {
.registration-bank-guarantee,
.plan__container {
padding-top: 60px;
}
}
@media(max-width:600px) {
.plan__info img {
width: 100px;
top: -50px;
}
.plan__info {
min-height: 130px;
}
}
@media(max-width:550px) {
.registration-bank-guarantee__item,
.plan__item,
.plan__item1 {
width: 80%;
}
.registration-bank-guarantee__wrapper,
.plan__wrapper {
gap: 25px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.registration-bank-guarantee__item:nth-child(1),
.registration-bank-guarantee__item:nth-child(2),
.registration-bank-guarantee__item:nth-child(3),
.registration-bank-guarantee__item:nth-child(4),
.registration-bank-guarantee__item:nth-child(5),
.registration-bank-guarantee__item:nth-child(6),
.registration-bank-guarantee__item:nth-child(7),
.registration-bank-guarantee__item:nth-child(8),
.plan__item1:nth-child(1),
.plan__item1:nth-child(2),
.plan__item1:nth-child(3),
.plan__item1:nth-child(4),
.plan__item1:nth-child(5),
.plan__item1:nth-child(6),
.plan__item:nth-child(1),
.plan__item:nth-child(2),
.plan__item:nth-child(3),
.plan__item:nth-child(4),
.plan__item:nth-child(5),
.plan__item:nth-child(6),
.plan__item:nth-child(7) {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.registration-bank-guarantee__img,
.plan__img {
width: 80px;
height: 80px;
margin: 0 auto 10px;
}
.registration-bank-guarantee__img img,
.plan__img img {
width: 50px;
}
.registration-bank-guarantee__text,
.plan__text {
text-align: center;
}
.plan__header {
margin-bottom: 30px;
}
}
@media(max-width: 450px) {
.plan__info img {
width: 71px;
top: -35px;
}
.plan__info {
min-height: 111px;
}
.plan__title {
margin-bottom: 52px;
}
}
@media(max-width:400px) {
.plan__info {
width: 95%;
}
} .consultation {
padding-top: 153px;
}
.consultation__title {
max-width: 60%;
margin-bottom: 30px;
}
.consultation__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.consultation__subtitle {
max-width: 513px;
margin-bottom: 30px;
font-family: 'Gilroy-Light';
font-size: 22px;
font-size: calc(16px + 6*(100vw - 414px)/986);
color: #414141;
}
.consultation__subtitle span {
font-family: 'Gilroy-ExtraBold';
}
.form__item-now p,
.form__item p {
font-family: 'Gilroy-ExtraBold';
font-size: 22px;
font-size: calc(18px + 4*(100vw - 414px)/986);
color: #414141;
margin-bottom: 10px;
}
.form__wrapper-2 { }
.form__wrapper{ margin-bottom: 20px;
}
.form__item-now select,
.form__item select {
width: 300px;
height: 53px;
border-radius: 20px;
border: 1px solid #414141;
text-align: center;
padding-right: 6px;
font-family: 'Gilroy-ExtraBold';
font-size: 16px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #414141;
margin-bottom: 30px;
}
.form__item select:hover {
background-color: #6d9efb;
}
.form__item-now input[type="tel"],
.form__item input[type="tel"] {
width: 300px;
height: 53px;
border-radius: 20px;
border: 1px solid #414141;
font-size: calc(16px + 4*(100vw - 414px)/986);
font-family: 'Gilroy-Light';
color: #414141;
padding: 15px 25px;
}
.form__item input[type="tel"]::-webkit-input-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #414141;
}
.form__item input[type="tel"]::-moz-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #414141;
}
.form__item input[type="tel"]:-ms-input-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #414141;
}
.form__item input[type="tel"]::-ms-input-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #414141;
}
.form__item input[type="tel"]::placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #414141;
}
.form__item-now input[type="submit"],
.form__item button,
.form__wrapper-2 .button2 {
min-width: 300px; padding: 12px 15px;
height: 53px;
background-color: #229ED9;
border-radius: 20px;
font-family: 'Gilroy-ExtraBold';
font-size: 22px;
font-size: calc(18px + 4*(100vw - 414px)/986);
color: #fff;
cursor: pointer;
-webkit-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.form__item-now input[type="submit"]:hover,
.form__item button:hover {
background-color: #2aabee;
-webkit-box-shadow: 5px 5px 10px #002976;
box-shadow: 5px 5px 10px #002976;
}
.form__item button img {
-webkit-transform: translateY(9px);
-ms-transform: translateY(9px);
transform: translateY(9px);
margin-left: 5px;
height: 12px;
}
.form__wrapper-2 .button2{
width: 100%;
}
.form__wrapper-2  input[type="tel"]{
width: 100%;
margin-bottom: 20px;
} 
.consultation__item-img {
width: 51%;
position: relative;
}
.consultation__item-img img {
position: absolute;
bottom: 0;
right: 0;
}
@media(min-width:1400px) {
.form__item button,
.consultation__subtitle {
font-size: 22px;
}
.form__item input[type="tel"]::-webkit-input-placeholder {
font-size: 20px;
}
.form__item input[type="tel"]::-moz-placeholder {
font-size: 20px;
}
.form__item input[type="tel"]:-ms-input-placeholder {
font-size: 20px;
}
.form__item input[type="tel"]::-ms-input-placeholder {
font-size: 20px;
}
.form__item input[type="tel"]::placeholder,
.form__item input[type="tel"],
.form__item select {
font-size: 20px;
}
}
@media(max-width:1250px) {
.consultation__item-img { width: 50%;
}
.consultation__item-img img {
position: static;
width: 100%;
}
.consultation__title {
max-width: 100%;
}
}
@media(max-width:890px) { .form__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.consultation__item-img {
width: auto;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.consultation__subtitle {
max-width: 150%;
width: 150%;
}
}
@media(max-width:800px) {
.consultation {
padding-top: 60px;
}
}
@media(max-width:600px) {
.consultation__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 19px;
}
.consultation__item-img {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
width: 80%;
}
.consultation__subtitle {
max-width: 100%;
width: 100%;
}
.form__wrapper {
gap: 10px;
}
.form__item input[type="tel"] {
width: 200px;
border-radius: 15px;
}
.form__item button {
border-radius: 15px;
}
.form__wrapper-2  .button2,
.form__wrapper-2  input[type="tel"]{
width: 100%;
}
.form__item select {
width: 205px;
height: 40px;
border-radius: 15px;
}
.form__item button img {
-webkit-transform: translateY(7px);
-ms-transform: translateY(7px);
transform: translateY(7px);
margin-left: 15px;
height: 10px;
}
}
@media(max-width:413px) {
.consultation__item-form .form__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 10px;
}
} .reviews__container {
padding-top: 100px;
}
.reviews__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 10px;
margin-bottom: 64px;
}
.reviews__header h2 {
max-width: 600px;
font-family: 'Gilroy-ExtraBold';
font-size: 46px;
font-size: calc(24px + 22*(100vw - 414px)/986);
}
.jandex-karti-reiting {
width: 300px;
}
.reviews-slider__buttons {
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 30px;
}
.blog-button-prev,
.blog-button-next,
.reviews-button-prev,
.reviews-button-next {
width: 70px;
height: 70px;
background-color: #00344d;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
-webkit-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.blog-button-prev:hover,
.blog-button-next:hover,
.reviews-button-prev:hover,
.reviews-button-next:hover {
background-color: #5465f4;
-webkit-box-shadow: 3px 3px 6px #002976;
box-shadow: 3px 3px 6px #002976;
}
.reviews-button-prev img,
.reviews-button-next img {
width: 20px;
}
.reviews-slider__slide-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
margin-bottom: 10px;
}
.reviews-slider__slide-foto {
width: 60px;
height: 60px;
border-radius: 50%;
background-size: cover;
background-position: center;
}
.reviews-slider__slide-name h3 {
font-family: 'Gilroy-ExtraBold';
font-size: 24px;
}
.reviews-slider__slide-name p {
font-family: 'Gilroy-Light';
font-size: 22px;
}
.reviews-slider__slide-reiting {
margin-bottom: 20px;
}
.reviews-slider__slide-text {
font-family: 'Gilroy-Light';
font-size: 18px;
}
@media(min-width:1400px) {
.reviews__header h2 {
font-size: 46px;
}
}
@media(max-width:1000px) {
.reviews__header {
display: block;
}
.reviews__header h2 {
max-width: 100%;
margin-bottom: 20px;
}
}
@media(max-width:800px) {
.reviews__container {
padding-top: 60px;
}
.reviews__header {
margin-bottom: 30px;
}
.reviews__block.jandex-karti-reiting {
display: none;
}
}
@media(max-width:600px) {
.reviews-slider__buttons {
margin: 10px auto 0 auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.blog-button-prev,
.blog-button-next,
.reviews-button-prev,
.reviews-button-next {
width: 45px;
height: 45px;
}
.blog-button-prev img,
.blog-button-next img,
.reviews-button-prev img,
.reviews-button-next img {
width: 10px;
}
} .blog__container {
padding-top: 100px;
}
.blog__title {
font-family: 'Gilroy-ExtraBold';
font-size: 46px;
font-size: calc(24px + 22*(100vw - 414px)/986);
margin-bottom: 50px;
text-align: center;
} .blog__item { border-radius: 20px;
background-color: #5d95ff;
padding: 25px;
display: flex;
justify-content: space-between;
flex-direction: column;
}
.blog__item h3 {
font-family: 'Gilroy-ExtraBold';
font-size: 26px;
font-size: calc(20px + 6*(100vw - 414px)/986);
color: #fff;
margin-bottom: 10px;
}
.blog__item p {
font-family: 'Gilroy-Light';
font-size: 22px;
font-size: calc(16px + 6*(100vw - 414px)/986);
color: #fff;
margin-bottom: 10px;
}
.blog__info {
font-family: 'Gilroy-ExtraBold';
font-size: 22px;
font-size: calc(18px + 4*(100vw - 414px)/986);
color: #fff;
margin-bottom: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 5px;
width: 100%;
}
.blog__item a {
font-family: 'Gilroy-ExtraBold';
font-size: 22px;
color: #fff;
}
.blog__item a img {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
margin-left: 8px;
}
@media(min-width:1400px) {
.blog__title {
font-size: 46px;
}
.blog__item h3 {
font-size: 26px;
}
.blog__item p {
font-size: 22px;
}
.blog__info {
font-size: 22px;
}
} @media(max-width:800px) {
.blog__container {
padding-top: 60px;
}
.blog__title {
margin-bottom: 30px;
}
}  .bank-guarantees-accordion,
.answers__container {
padding-top: 100px;
}
.answers__title {
font-family: 'Gilroy-ExtraBold';
font-size: 46px;
font-size: calc(24px + 22*(100vw - 414px)/986);
margin: 0 auto 40px;
text-align: center;
}
.accordion {
width: 632px;
width: 808px;
}
.bank-guarantees-accordion .accordion {
width: 100%;
}
.answers__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
gap: 20px;
}
.accordion-header {
padding: 5px 30px 5px 25px;
min-height: 98px;
background: #5d95ff;
border-radius: 20px;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
margin-bottom: 20px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.accordion-header:hover {
background-color: #2a71f8;
-webkit-box-shadow: 5px 5px 10px #002976;
box-shadow: 5px 5px 10px #002976;
}
.accordion-header h3 {
font-family: 'Gilroy-ExtraBold';
font-size: 26px;
font-size: calc(20px + 2*(100vw - 414px)/986);
color: #fff;
}
.accordion-icon {
width: 42px;
height: 42px;
}
.accordion-item.active .accordion-icon {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.accordion-content {
max-height: 0;
overflow: hidden;
-webkit-transition: max-height, margin 0.4s ease, padding 0.4s ease;
-o-transition: max-height, margin 0.4s ease, padding 0.4s ease;
transition: max-height, margin 0.4s ease, padding 0.4s ease;
background: #f8fafc;
border-radius: 20px;
padding-left: 32px;
padding-right: 32px;
font-family: 'Gilroy-Light';
font-size: 22px;
font-size: calc(20px + 2*(100vw - 414px)/986);
}
.accordion-item.active .accordion-content {
max-height: 500px;
padding: 20px 32px;
margin-bottom: 20px;
border-radius: 20px;
}
.answers__img {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-bottom: 20px;
border-radius: 20px;
}
@media(min-width:1400px) {
.answers__title {
font-size: 46px;
}
.accordion-header h3 {
font-size: 26px;
}
.accordion-content {
font-size: 22px;
}
}
@media(max-width:1050px) {
.answers__img {
display: none;
}
.accordion {
width: 100%;
}
} .consultation1 {
padding-top: 93px;
}
.consultation1__over-title {
max-width: 579px;
margin-bottom: 10px;
font-family: 'Gilroy-ExtraBold';
font-size: 30px;
font-size: calc(16px + 14*(100vw - 414px)/986);
margin: 0 auto 10px;
text-align: center;
}
.consultation1__title {
max-width: 731px;
margin-bottom: 25px;
margin: 0 auto 25px;
text-align: center;
}
.consultation1 .form__item form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
}
.consultation1 .form__wrapper input {
width: 295px;
}
@media(min-width:1400px) {
.consultation1__over-title {
font-size: 30px;
}
}
@media(max-width:800px) {
.consultation1 {
padding-top: 60px;
}
}
@media(max-width:600px) {
.consultation1__title {
margin-bottom: 20px;
}
} .footer {
background-color: #273238;
margin-top: 62px;
}
.footer__top {
background-color: #183241;
}
.footer__top-container {
padding-top: 22px;
padding-bottom: 22px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.footer__top-container img {
width: 207px;
}
.footer__top-links1,
.footer__top-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 15px 20px;
}
.footer__top-links1 a,
.footer__top-links a {
font-family: 'Gilroy-Light';
font-size: 18px;
font-size: calc(14px + 4*(100vw - 414px)/986);
color: #fff;
}
.footer__top-links1 a:hover,
.footer__top-links a:hover {
color: #1aaaee;
text-decoration: underline;
}
.footer__top button {
width: 252px;
height: 53px;
border-radius: 20px;
background-color: #229ED9;
font-family: 'Gilroy-ExtraBold';
font-size: 22px;
font-size: calc(18px + 4*(100vw - 414px)/986);
color: #fff;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.footer__top button:hover {
background-color: #2aabee;
color: #002976;
-webkit-box-shadow: 5px 5px 10px #999999;
box-shadow: 5px 5px 10px #999999;
}
.footer__content-container {
padding-top: 40px;
padding-bottom: 35px;
}
.footer__nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 40px;
}
.footer__nav-item h3 {
font-family: 'Gilroy-ExtraBold';
font-size: 22px;
font-size: calc(18px + 4*(100vw - 414px)/986);
color: #fff;
margin-bottom: 35px;
}
.footer__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 10px;
margin-top: 30px;
}
.footer__info1,
.footer__contacts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 10px;
}
.footer__contacts {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.footer__contacts-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 15px;
}
.footer__contacts-item a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
}
.footer__contacts-item p,
.footer__contacts-item a,
.footer__info1 li a,
.footer__nav-list li a {
font-family: 'Gilroy-Light';
font-size: 18px;
font-size: calc(16px + 2*(100vw - 414px)/986);
color: #fff;
}
.footer__contacts-item a:hover,
.footer__info1 li a:hover,
.footer__nav-list li a:hover {
color: #1aaaee;
text-decoration: underline;
}
.footer__contacts-item img {
width: 30px;
height: 30px;
}
.footer__contacts .footer__contacts-item a {
font-family: 'Gilroy-ExtraBold';
font-size: 18px;
font-size: calc(16px + 2*(100vw - 414px)/986);
color: #fff;
}
.footer__info {
margin-top: 25px;
margin-bottom: 20px;
}
.footer__info p {
font-family: 'Gilroy-Light';
font-size: 14px;
font-size: calc(10px + 4*(100vw - 414px)/986);
color: #999999;
}
.footer__info2 {
font-family: 'Gilroy-Light';
font-size: 16px;
font-size: calc(14px + 2*(100vw - 414px)/986);
color: #fff;
text-align: center;
}
@media(min-width:1400px) {
.footer__contacts .footer__contacts-item a,
.footer__contacts-item p,
.footer__contacts-item a,
.footer__info1 li a,
.footer__nav-list li a,
.footer__top-links a {
font-size: 18px;
}
.footer__nav-item h3,
.footer__top button {
font-size: 22px;
}
.footer__info p {
font-size: 14px;
}
.footer__info2 {
font-size: 16px;
}
}
@media(max-width:1350px) {
.footer__top-container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px;
}
.footer__top-links {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
width: 100%;
}
}
@media(max-width:1200px) {
.footer__nav {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer__nav-item {
width: 44%;
}
}
@media(max-width:800px) {
.footer {
margin-top: 60px;
}
.footer__top-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.footer__top-links {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-right: 25px;
padding-left: 25px;
}
.footer__top button {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
}
@media(max-width:770px) {
.footer__wrapper {
display: block;
margin: 10px;
}
.footer__contacts-item {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
}
.footer__info1 {
margin-bottom: 20px;
}
}
@media(max-width:650px) {
.footer__nav-item {
width: 100%;
}
.footer__nav-item h3 {
margin-bottom: 15px;
}
.footer__nav {
gap: 25px;
}
} .terms-of-redemption {
background-color: #f7fafc;
}
.terms-of-redemption__container {
padding-top: 100px;
max-width: 1586;
}
.terms-of-redemption__container ul {
background-color: #5c94ff;
border-radius: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-bottom: 20px;
gap: 10px;
}
.terms-of-redemption__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
width: 18%;
}
.terms-of-redemption__item-img { background-position: center;
background-size: 100%;
background-repeat: no-repeat;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 250px;
height: 250px;
margin-top: -50px;
}
.terms-of-redemption__item-img img {
max-width: 70px;
max-height: 62px;
}
.terms-of-redemption__item p {
font-family: 'Gilroy-ExtraBold';
font-size: 24px;
font-size: calc(18px + 6*(100vw - 414px)/986);
text-align: center;
color: #fff;
margin-top: -60px;
}
@media(min-width:1400px) {
.terms-of-redemption__item p {
font-size: 24px;
}
}
@media(max-width:1350px) {
.terms-of-redemption__container ul {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.terms-of-redemption__item {
width: 30%;
}
}
@media(max-width:850px) {
.terms-of-redemption__item {
width: 47%;
}
}
@media(max-width: 800px) {
.terms-of-redemption__container {
padding-top: 60px;
}
}
@media(max-width:420px) {
.terms-of-redemption__container ul {
background-color: #f7fafc;
border-radius: 0;
}
.terms-of-redemption__item {
width: 100%;
background-color: #5c94ff;
border-radius: 20px;
padding: 0 15% 15px;
}
} .loan-cases {
background-color: #f7fafc;
padding-bottom: 50px;
}
.loan-cases__container {
padding-top: 60px;
}
.loan-cases__title {
max-width: 908px;
text-align: center;
margin: 0 auto 43px;
}
.loan-cases__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 30px 10%;
font-family: 'Gilroy-ExtraBold';
font-size: 24px;
font-size: calc(20px + 4*(100vw - 414px)/986);
text-align: center;
}
.loan-cases__wrapper li {
width: 24%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 10px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
}
.loan-cases__wrapper li img {
height: 92px;
}
@media(min-width:1400px) {
.loan-cases__wrapper {
font-size: 24px;
}
}
@media(max-width:950px) {
.loan-cases__wrapper li {
width: 45%;
}
}
@media(max-width:500px) {
.loan-cases__wrapper li {
width: 80%;
}
} .conditions-deposit {
padding-top: 28px;
}
.conditions-deposit__title {
max-width: 1149px;
text-align: center;
margin: 0 auto 45px;
}
.conditions-deposit__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
padding-bottom: 20px;
}
.conditions-deposit__item {
width: 32%;
}
.conditions-deposit__item-text {
background-color: #5c94ff;
border-radius: 20px;
padding: 30px;
}
.conditions-deposit__item h3 {
font-family: 'Gilroy-ExtraBold';
font-size: 30px;
font-size: calc(20px + 10*(100vw - 414px)/986);
color: #fff;
margin-bottom: 10px;
}
.conditions-deposit__item p {
font-family: 'Gilroy-Light';
font-size: 22px;
font-size: calc(18px + 4*(100vw - 414px)/986);
color: #fff;
}
.conditions-deposit__item-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
gap: 7px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.conditions-deposit__item-img {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
border-radius: 20px;
background-position: center;
background-size: cover;
width: 100%;
aspect-ratio: 452/180;
}
.conditions-deposit__button {
width: 100%;
height: 80px;
font-family: 'Gilroy-ExtraBold';
font-size: 30px;
font-size: calc(22px + 8*(100vw - 414px)/986);
color: #fff;
background-color: #1aaaee;
border-radius: 20px;
}
.conditions-deposit__button:hover {
-webkit-box-shadow: 5px 5px 10px #002976;
box-shadow: 5px 5px 10px #002976;
background-color: #0051FF;
color: #002976;
}
@media(min-width:1400px) {
.conditions-deposit__item h3 {
font-size: 30px;
}
.conditions-deposit__item p {
font-size: 22px;
}
.conditions-deposit__button {
font-size: 30px;
}
}
@media(max-width:1050px) {
.conditions-deposit__wrapper {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 10px 1%;
}
.conditions-deposit__item-text {
width: 49%;
padding: 25px;
}
.conditions-deposit__item-button {
width: 50%;
}
}
@media(max-width:600px) {
.conditions-deposit__item-button,
.conditions-deposit__item-text {
width: 100%;
}
.conditions-deposit__button {
width: 90%;
margin: 0 auto;
height: 67px;
}
} .choice-redemption {
padding-top: 100px;
}
.choice-redemption-title {
max-width: 900px;
text-align: center;
margin: 0 auto 50px;
}
.choice-redemption__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px 10px;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.choice-redemption__wrapper li {
width: 49%;
background-color: #5c94ff;
border-radius: 20px;
padding: 100px 40px 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
position: relative;
}
.choice-redemption__wrapper li h3 {
font-family: 'Gilroy-ExtraBold';
font-size: 30px;
font-size: calc(18px + 12*(100vw - 414px)/986);
color: #fff;
margin-bottom: 15px;
max-width: 467px;
max-width: 68%;
}
.choice-redemption__wrapper li p {
font-family: 'Gilroy-Light';
font-size: 22px;
font-size: calc(18px + 4*(100vw - 414px)/986);
color: #fff;
}
.choice-redemption__bg {
position: absolute;
top: 15px;
left: 40px;
}
.choice-redemption__img {
position: absolute;
top: 15px;
right: 0px;
}
@media(min-width:1400px) {
.choice-redemption__wrapper li h3 {
font-size: 30px;
}
.choice-redemption__wrapper li p {
font-size: 22px;
}
}
@media(max-width:1010px) {
.choice-redemption__wrapper {
gap: 10px;
}
.choice-redemption__wrapper li {
width: 100%;
padding: 35px 15px;
}
.choice-redemption__bg {
width: 17px;
top: 10px;
left: 30px;
}
.choice-redemption__img {
width: 65px;
top: 15px;
}
.choice-redemption-title {
margin-bottom: 30px;
}
}
@media(max-width:800px) {
.choice-redemption {
padding-top: 60px;
}
} .unusual-situations {
padding-top: 100px;
}
.unusual-situations__title {
max-width: 900px;
text-align: center;
margin: 0 auto 50px;
}
.unusual-situations__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
gap: 20px;
}
.unusual-situations__wrapper li {
background-color: #5c94ff;
width: 32%;
border-radius: 20px;
padding: 40px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.unusual-situations__wrapper li h3 {
font-family: 'Gilroy-ExtraBold';
font-size: 30px;
font-size: calc(22px + 8*(100vw - 414px)/986);
color: #fff;
margin-bottom: 15px;
}
.unusual-situations__wrapper li p {
font-family: 'Gilroy-Light';
font-size: 22px;
font-size: calc(18px + 4*(100vw - 414px)/986);
color: #fff;
}
@media(min-width:1400px) {
.unusual-situations__wrapper li h3 {
font-size: 30px;
}
.unusual-situations__wrapper li p {
font-size: 22px;
}
}
@media(max-width:1250px) {
.unusual-situations__wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 10px;
}
.unusual-situations__wrapper li {
width: 49%;
}
}
@media(max-width:800px) {
.unusual-situations {
padding-top: 60px;
}
.unusual-situations__wrapper li {
width: 100%;
padding: 20px 15px;
}
.unusual-situations__wrapper li h3 {
margin-bottom: 10px;
}
.unusual-situations__title {
margin-bottom: 25px;
}
} .calculation-ransom {
padding-top: 100px;
}
.calculation-ransom__title {
max-width: 1088px;
text-align: center;
margin: 0 auto 50px;
}
.calculation-ransom__wrapper {
position: relative;
max-width: 1045px;
margin: 0 auto;
-webkit-transition: height 0.4s ease-in-out;
-o-transition: height 0.4s ease-in-out;
transition: height 0.4s ease-in-out;
}
.calculation-ransom__item {
border-radius: 20px;
width: 100%;
height: 631px;
border: 1px solid #414141;
padding: 40px 30px 15px 60px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
pointer-events: none;
pointer-events: auto;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
background-color: #fff;
}
.calculation-ransom__item.active {
opacity: 1;
visibility: visible;
pointer-events: auto;
position: relative;
z-index: 10;
}
.calculation-ransom__item.inactive {
position: absolute;
top: 0;
left: 0;
}
.calculation-ransom__item h3 {
font-family: 'Gilroy-ExtraBold';
font-size: 32px;
font-size: calc(22px + 10*(100vw - 414px)/986);
margin: 30px 0 40px;
}
.calculation-ransom__subtitle {
font-family: 'Gilroy-ExtraBold';
font-size: 20px;
font-size: calc(14px + 6*(100vw - 414px)/986);
}
.calculation-ransom__radio-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 20px;
width: 570px;
}
.calculation-ransom__radio-wrapper li {
width: 48%;
border-radius: 20px;
height: 87px;
}
.calculation-ransom__radio-wrapper input[type="radio"] {
accent-color: #000;
width: 21px;
height: 21px;
}
.calculation-ransom__radio-wrapper label span {
font-family: 'Gilroy-Light';
font-size: 18px;
font-size: calc(16px + 2*(100vw - 414px)/986);
-webkit-transform: translateY(-2px);
-ms-transform: translateY(-2px);
transform: translateY(-2px);
}
.calculation-ransom__radio-wrapper li label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
background-color: #fff;
padding: 25px;
border-radius: 20px;
width: 100%;
height: 100%;
border: 1px solid #00344d;
}
.calculation-ransom__percentage-readiness {
margin-top: 20px;
position: absolute;
bottom: 15px;
left: 30px;
}
.calculation-ransom__percentage-readiness-wrapper {
width: 308px;
height: 4px;
border-radius: 5px;
background-color: #d9d9d9;
position: relative;
}
.calculation-ransom__percentage-readiness-item1,
.calculation-ransom__percentage-readiness-item2,
.calculation-ransom__percentage-readiness-item3,
.calculation-ransom__percentage-readiness-item4,
.calculation-ransom__percentage-readiness-item5 {
position: absolute;
height: 4px;
border-radius: 5px;
background-color: #00344d;
top: 0;
left: 0;
}
.calculation-ransom__percentage-readiness-item1 {
width: 16%;
}
.calculation-ransom__percentage-readiness-item2 {
width: 33%;
}
.calculation-ransom__percentage-readiness-item3 {
width: 50%;
}
.calculation-ransom__percentage-readiness-item4 {
width: 66%;
}
.calculation-ransom__percentage-readiness-item5 {
width: 83%;
}
.calculation-ransom__item-buttons {
position: absolute;
right: 30px;
bottom: 15px;
}
.calculation-ransom__result-inputs button,
.calculation-ransom button {
font-family: 'Gilroy-ExtraBold';
font-size: 24px;
font-size: calc(18px + 6*(100vw - 414px)/986);
color: #fff;
border-radius: 20px;
}
.calculation-ransom__item-button1 {
background-color: #5c94ff;
width: 375px;
height: 83px;
position: relative;
display: block;
margin-bottom: 15px;
}
.calculation-ransom__item-button1 img {
position: absolute;
bottom: 73px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: -1;
}
.calculation-ransom__item-button2 {
background-color: #229ED9;
width: 375px;
height: 83px;
display: block;
}
.calculation-ransom__percentage-readiness-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 515px;
margin-top: 21px;
}
.calculation-ransom__item-button3 {
background-image: url(//whitecliff.ru/wp-content/themes/Broker/assets/images/calculation-ransom-arrow.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
width: 21px;
height: 21px;
margin-right: 17px;
}
.calculation-ransom__item-button4 {
width: 207px;
height: 55px;
border-radius: 20px;
background-color: #229ED9;
}
.calculation-ransom__item-button4 img {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
margin-left: 4px;
}
.calculation-ransom__input input {
width: 460px;
height: 75px;
border-radius: 20px;
border: 1px solid #00344d;
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #414141;
padding: 26px 20px;
}
.calculation-ransom__input input::-webkit-input-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #bdbdbd;
}
.calculation-ransom__input input::-moz-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #bdbdbd;
}
.calculation-ransom__input input:-ms-input-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #bdbdbd;
}
.calculation-ransom__input input::-ms-input-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #bdbdbd;
}
.calculation-ransom__input input::placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #bdbdbd;
}
.calculation-ransom__item3 {
padding-bottom: 54px;
}
.calculation-ransom__item3 h3 {
max-width: 543px;
}
.calculation-ransom__result-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
}
.calculation-ransom__result-button1 {
background-color: #5c94ff;
width: 291px;
height: 83px;
}
.calculation-ransom__result-button2 {
background-color: #2da3db;
width: 338px;
height: 83px;
}
.calculation-ransom__result-inputs {
position: absolute;
right: 20px;
bottom: 54px;
}
.calculation-ransom__result-inputs-img {
position: absolute;
z-index: -1;
right: 14px;
top: -220px;
}
.calculation-ransom__result-inputs p {
font-family: 'Gilroy-ExtraBold';
font-size: 18px;
font-size: calc(16px + 2*(100vw - 414px)/986);
margin-bottom: 10px;
}
.calculation-ransom__result-inputs input {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #414141;
width: 281px;
height: 55px;
border-radius: 25px;
border: 1px solid #00344d;
padding: 15px;
margin-bottom: 30px;
}
.calculation-ransom__result-inputs::-webkit-input-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #414141;
}
.calculation-ransom__result-inputs::-moz-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #414141;
}
.calculation-ransom__result-inputs:-ms-input-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #414141;
}
.calculation-ransom__result-inputs::-ms-input-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #414141;
}
.calculation-ransom__result-inputs::placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
color: #414141;
}
.calculation-ransom__result-inputs button {
display: block;
width: 281px;
height: 83px;
border-radius: 35px;
background-color: #2da3db;
}
.calculation-ransom__item button:hover {
-webkit-box-shadow: 3px 3px 6px #002976;
box-shadow: 3px 3px 6px #002976;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media(min-width:1400px) {
.calculation-ransom__item h3 {
font-size: 32px;
}
.calculation-ransom__radio-wrapper label span,
.calculation-ransom__result-inputs p {
font-size: 18px;
}
.calculation-ransom__result-inputs::-webkit-input-placeholder, .calculation-ransom__input input::-webkit-input-placeholder {
font-size: 20px;
}
.calculation-ransom__result-inputs::-moz-placeholder, .calculation-ransom__input input::-moz-placeholder {
font-size: 20px;
}
.calculation-ransom__result-inputs:-ms-input-placeholder, .calculation-ransom__input input:-ms-input-placeholder {
font-size: 20px;
}
.calculation-ransom__result-inputs::-ms-input-placeholder, .calculation-ransom__input input::-ms-input-placeholder {
font-size: 20px;
}
.calculation-ransom__result-inputs input,
.calculation-ransom__result-inputs::placeholder,
.calculation-ransom__input input::placeholder,
.calculation-ransom__input input,
.calculation-ransom__subtitle {
font-size: 20px;
}
.calculation-ransom button {
font-size: 24px;
}
}
@media(max-width:1300px) {
.calculation-ransom__radio {
width: 100%;
position: relative;
}
.calculation-ransom__percentage-readiness,
.calculation-ransom__item-buttons {
position: static;
margin-top: 15px;
}
.calculation-ransom__item-button1 {
position: static;
}
.calculation-ransom__item-button1 img {
bottom: 0;
right: -10px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.calculation-ransom__item {
height: auto;
}
.calculation-ransom__result-inputs-img {
height: 180px;
top: -130px;
}
}
@media(max-width:1050px) {
.calculation-ransom__result-inputs {
position: static;
margin-bottom: 30px;
}
.calculation-ransom__result-inputs-img {
display: none;
}
.calculation-ransom__subtitle-img {
width: 100px;
margin-top: -10px;
margin-left: auto;
}
.calculation-ransom__item-button4 img {
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
}
}
@media(max-width:800px) {
.calculation-ransom__subtitle-img,
.calculation-ransom__item-button1 img {
display: none;
}
.calculation-ransom__result-inputs {
margin: 15px auto 30px;
}
.calculation-ransom__result-buttons {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
}
}
@media(max-width:720px) {
.calculation-ransom__item {
padding: 20px 15px;
}
.calculation-ransom__radio-wrapper li {
height: 44px;
}
.calculation-ransom__radio-wrapper {
gap: 10px;
width: 85%;
margin: 0 auto;
}
.calculation-ransom__radio-wrapper li {
width: 100%;
border-radius: 10px;
}
.calculation-ransom__radio-wrapper li label {
padding: 5px 20px;
border-radius: 10px;
}
.calculation-ransom__radio-wrapper li label span {
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.calculation-ransom__result-buttons,
.calculation-ransom__item-buttons {
width: 85%;
margin: 15px auto 0;
}
.calculation-ransom__result-button1,
.calculation-ransom__item-button1 {
width: 90%;
margin: 0 auto 10px;
height: 52px;
border-radius: 15px;
}
.calculation-ransom__result-button2,
.calculation-ransom__item-button2 {
width: 100%;
height: 52px;
border-radius: 15px;
}
.calculation-ransom__percentage-readiness {
width: 100%;
}
.calculation-ransom__percentage-readiness-wrapper {
width: 90%;
}
.calculation-ransom__percentage-readiness-buttons {
width: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.calculation-ransom__subtitle {
margin-bottom: 20px;
}
.calculation-ransom__item h3 {
margin: 0 0 20px;
}
.calculation-ransom__input {
width: 100%;
}
.calculation-ransom__input input {
width: 100%;
height: 44px;
}
.calculation-ransom__result-inputs {
width: 85%;
margin: 0 auto;
}
.calculation-ransom__result-inputs input {
width: 100%;
height: 44px;
border-radius: 15px;
display: block;
}
.calculation-ransom__result-buttons {
gap: 10px;
}
.calculation-ransom__result-inputs button {
border-radius: 25px;
width: 85%;
height: 50px;
margin: 0 auto;
}
} .business-options {
padding-top: 100px;
}
.business-options__title {
text-align: center;
margin-bottom: 40px;
}
.business-options-slider__wrapper {
padding: 10px 0;
}
.business-options-slider__buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
margin-top: 25px;
}
.business-options-button-prev,
.business-options-button-next {
border-radius: 50%;
width: 98px;
height: 98px;
background-color: #00344d;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.business-options-button-prev:hover,
.business-options-button-next:hover {
-webkit-box-shadow: 3px 3px 6px #002976;
box-shadow: 3px 3px 6px #002976;
background-color: #5465f4;
-webkit-transform: scale(1.01);
-ms-transform: scale(1.01);
transform: scale(1.01);
}
.business-options-slider__slide {
padding: 25px 20px 20px;
border: 1px solid #2aabee;
border-radius: 15px;
position: relative;
z-index: 3;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.business-options-slider__slide h3 {
font-family: 'Gilroy-ExtraBold';
font-size: 28px;
font-size: calc(22px + 6*(100vw - 414px)/986);
color: #414141;
margin-bottom: 25px;
text-align: center;
}
.business-options-slider__slide-text {
font-family: 'Gilroy-Light';
font-size: 24px;
font-size: calc(18px + 6*(100vw - 414px)/986);
color: #414141;
margin-bottom: 5px;
text-align: center;
}
.business-options-slider__slide-info {
font-family: 'Gilroy-ExtraBold';
font-size: 30px;
font-size: calc(20px + 10*(100vw - 414px)/986);
color: #414141;
margin-bottom: 10px;
}
.business-options-slider__slide-content1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 133px;
margin-bottom: 10px;
}
.business-options-slider__slide-info1 {
font-family: 'Gilroy-ExtraBold';
font-size: 26px;
font-size: calc(20px + 6*(100vw - 414px)/986);
color: #414141;
text-align: center;
}
.business-options-slider__slide-content2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
width: 100%;
}
.business-options-slider__slide-content2 div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
font-family: 'Gilroy-ExtraBold';
font-size: 22px;
font-size: calc(20px + 2*(100vw - 414px)/986);
color: #414141;
}
.business-options-slider__slide-content2 div img {
width: 50px;
}
.business-options-slider__slide a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
padding: 13px 75px;
font-family: 'Gilroy-ExtraBold';
font-size: 26px;
color: #fff;
border-radius: 10px;
background-color: #6d9efb;
margin: 18px auto 0;
width: 318px;
-webkit-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.business-options-slider__slide a:hover {
background-color: royalblue;
-webkit-box-shadow: 5px 5px 10px #002976;
box-shadow: 5px 5px 10px #002976;
}
.business-options-slider__slide-bg {
position: absolute;
top: 10px;
right: 10px;
z-index: 4;
}
.business-options-slider__slide img {
-webkit-transform: translateY(3px);
-ms-transform: translateY(3px);
transform: translateY(3px);
}
@media(min-width:1400px) {
.business-options-slider__slide h3 {
font-size: 28px;
}
.business-options-slider__slide-text {
font-size: 24px;
}
.business-options-slider__slide-info {
font-size: 30px;
}
.business-options-slider__slide-info1 {
font-size: 26px;
}
.business-options-slider__slide-content2 div {
font-size: 22px;
}
}
@media(max-width:1250px) {
.business-options-slider__slide-content1 {
gap: 30px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
.business-options-slider__slide-content2 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
gap: 10px;
margin-bottom: 30px;
}
.business-options-slider__slide h3 {
margin-bottom: 10px;
}
}
@media(max-width:1000px) {
.business-options-button-prev,
.business-options-button-next {
width: 70px;
height: 70px;
}
.business-options-button-prev img,
.business-options-button-next img {
width: 20px;
}
}
@media(max-width:800px) {
.business-options {
padding-top: 60px;
}
}
@media(max-width:500px) {
.business-options-slider__buttons {
margin-top: 15px;
margin-left: auto;
margin-right: auto;
width: 120px;
}
.business-options-button-prev,
.business-options-button-next {
width: 50px;
height: 50px;
}
.business-options-button-prev img,
.business-options-button-next img {
width: 10px;
}
}
@media(max-width:450px) {
.business-options-slider__slide {
padding: 20px 10px;
}
}
@media(max-width:370px) {
.business-options-slider__slide a {
width: 100%;
}
.business-options-slider__slide-content1 {
gap: 15px;
}
} .deposit {
padding-top: 100px;
}
.deposit__title {
max-width: 900px;
text-align: center;
margin: 0 auto;
}
.deposit__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
gap: 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 60px;
}
.deposit__item {
min-height: 271px;
width: 23%;
border-radius: 15px;
-webkit-box-shadow: inset 0 0 5px rgba(92, 148, 255, 0.9);
box-shadow: inset 0 0 5px rgba(92, 148, 255, 0.9);
padding: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.deposit__item1 {
width: 31%;
border-radius: 15px;
-webkit-box-shadow: inset 0 0 5px rgba(92, 148, 255, 0.9);
box-shadow: inset 0 0 5px rgba(92, 148, 255, 0.9);
padding: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 10px 5px;
gap: 5px;
min-height: 241px;
}
.deposit__item1 img {
max-width: 80%;
}
.deposit__item p {
font-family: 'Gilroy-ExtraBold';
font-size: 30px;
font-size: calc(20px + 10*(100vw - 414px)/986);
text-align: center;
margin-top: 20px;
min-height: 50px;
}
.deposit__item1 p {
font-family: 'Gilroy-ExtraBold';
font-size: 30px;
font-size: calc(22px + 8*(100vw - 414px)/986);
text-align: center;
min-height: 50px;
}
@media(min-width:1400px) {
.deposit__item p,
.deposit__item1 p {
font-size: 30px;
}
}
@media(max-width:1350px) {
.deposit__item {
width: 31%;
}
}
@media(max-width:1050px) {
.deposit__item1 {
width: 47%;
}
}
@media(max-width:970px) {
.deposit__item {
width: 48%;
}
}
@media(max-width:800px) {
.deposit {
padding-top: 60px;
}
.deposit__wrapper {
margin-top: 30px;
}
}
@media(max-width:650px) {
.deposit__item1 p {
min-height: auto;
}
.deposit__item1,
.deposit__item {
width: 98%;
}
.deposit__wrapper {
gap: 5px;
}
} .what-is-bank-guarantee {
padding-top: 100px;
}
.what-is-bank-guarantee__title {
max-width: 1066px;
text-align: center;
margin: 0 auto 30px;
}
.what-is-bank-guarantee__text {
font-family: 'Gilroy-Light';
font-size: 24px;
font-size: calc(18px + 6*(100vw - 414px)/986);
margin-bottom: 30px;
}
.what-is-bank-guarantee__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
gap: 50px;
}
.what-is-bank-guarantee__box h3 {
font-family: 'Gilroy-ExtraBold';
font-size: 28px;
font-size: calc(20px + 8*(100vw - 414px)/986);
margin-bottom: 30px;
text-align: center;
}
.what-is-bank-guarantee__box-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
gap: 10px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.what-is-bank-guarantee__box-item {
width: 48%;
}
.what-is-bank-guarantee__text span {
font-family: 'Gilroy-ExtraBold';
}
.what-is-bank-guarantee__box-item img {
margin: 0 auto;
display: block;
}
.what-is-bank-guarantee__box p {
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
text-align: center;
}
@media(min-width:1400px) {
.what-is-bank-guarantee__text {
font-size: 24px;
}
.what-is-bank-guarantee__box h3 {
font-size: 28px;
}
.what-is-bank-guarantee__box p {
font-size: 20px;
}
}
@media(max-width:1350px) {
.what-is-bank-guarantee__wrapper {
display: block;
}
.what-is-bank-guarantee__box:first-child {
margin-bottom: 30px;
}
.what-is-bank-guarantee__box-container {
gap: 20px;
}
.what-is-bank-guarantee__box-item {
width: 46%;
}
}
@media(max-width:500px) {
.what-is-bank-guarantee {
padding-top: 60px;
}
}
@media(max-width:450px) {
.what-is-bank-guarantee__box h3 {
text-align: center;
}
.what-is-bank-guarantee__box-item {
width: 90%;
}
.what-is-bank-guarantee__box-item img {
display: block;
margin: 0 auto;
max-height: 70px;
}
.what-is-bank-guarantee__box-item p {
text-align: center;
}
.what-is-bank-guarantee__box-container {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
} .registration-bank-guarantee {
padding-top: 100px;
} .conditions-bank-guarantee {
padding-top: 100px;
padding-bottom: 10px;
}
.conditions-bank-guarantee__title {
max-width: 1100px;
text-align: center;
margin: 0 auto 65px;
}
.conditions-bank-guarantee__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
gap: 10px;
}
.conditions-bank-guarantee__item {
width: 440px;
padding: 34px 21px 34px;
}
.conditions-bank-guarantee__item:not(:last-child) {
background-color: #84afff;
border-radius: 16px;
}
.conditions-bank-guarantee__item h3 {
font-family: 'Gilroy-ExtraBold';
font-size: 24px;
font-size: calc(18px + 6*(100vw - 414px)/986);
color: #fff;
margin-bottom: 10px;
}
.conditions-bank-guarantee__item p {
font-family: 'Gilroy-Light';
font-size: 16px;
font-size: calc(14px + 2*(100vw - 414px)/986);
color: #fff;
}
.conditions-bank-guarantee__item:last-child {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.conditions-bank-guarantee__item button {
color: #fff;
font-family: 'Gilroy-ExtraBold';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
padding: 20px 30px;
border-radius: 20px;
background-color: #2aabee;
}
.conditions-bank-guarantee__item button:hover {
-webkit-box-shadow: 3px 3px 6px #002976;
box-shadow: 3px 3px 6px #002976;
background-color: #2a71f8;
color: #002976;
}
@media(min-width:1400px) {
.conditions-bank-guarantee__item h3 {
font-size: 24px;
}
.conditions-bank-guarantee__item p {
font-size: 16px;
}
.conditions-bank-guarantee__item button {
font-size: 20px;
}
}
@media(max-width:1000px) {
.conditions-bank-guarantee__wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 5%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 10px;
}
.conditions-bank-guarantee__item {
width: 47%;
}
.conditions-bank-guarantee__title {
margin-bottom: 30px;
}
}
@media(max-width:800px) {
.conditions-bank-guarantee {
padding-top: 60px;
}
.conditions-bank-guarantee__item {
width: 100%;
}
.conditions-bank-guarantee__item button {
margin: 0 auto;
display: block;
}
} .choice-bank-guarantee {
margin-top: 100px;
}
.choice-bank-guarantee__title {
max-width: 944px;
text-align: center;
margin: 0 auto 30px;
}
.choice-bank-guarantee__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 30px;
}
.choice-bank-guarantee__item {
width: 30%;
}
.choice-bank-guarantee__item div {
height: 160px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin: 0 auto;
}
.choice-bank-guarantee__item h3 {
font-family: 'Gilroy-ExtraBold';
font-size: 20px;
margin-top: 20px;
margin-bottom: 10px;
text-align: center;
}
.choice-bank-guarantee__item p {
font-family: 'Gilroy-Light';
font-size: 16px;
text-align: center;
}
@media(max-width:950px) {
.choice-bank-guarantee__item {
width: 47%;
}
}
@media(max-width:800px) {
.choice-bank-guarantee {
margin-top: 60px;
}
}
@media(max-width:600px) {
.choice-bank-guarantee__wrapper {
gap: 10px;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.choice-bank-guarantee__item {
width: 90%;
}
.choice-bank-guarantee__item img {
margin: 0 auto;
}
} .get-approval {
padding-top: 100px;
}
.get-approval__title {
max-width: 750px;
margin-bottom: 30px;
}
.get-approval__box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: center;
gap: 50px;
}
.get-approval__box li {
font-family: 'Gilroy-ExtraBold';
font-size: 20px;
color: #2f2f2f;
}
.get-approval__text {
font-family: 'Gilroy-Light';
font-size: 22px;
max-width: 750px;
}
.get-approval form {
padding-top: 60px;
padding-bottom: 60px;
}
.get-approval__form{
font-family: 'Gilroy-ExtraBold';
font-size: 18px;
line-height: 1;
}
.get-approval__form .consultation-modal__input-wrapper input{
margin-bottom: 10px;
margin-top: 10px;
}
.get-approval__form .consultation-modal__submit{
margin-top: 20px;
}
.get-approval__form .consultation-modal__checkbox-wrapper{
margin-bottom: 15px;
}
.get-approval__form .consultation-modal__input-wrapper{
margin-bottom: 10px;
}
.get-approval__input-wrapper {
margin-bottom: 20px;
}
.get-approval__label{
font-family: 'Gilroy-Light';
font-size: 14px;
line-height: 0.8;
}
.get-approval__input-wrapper input[type="text"],
.get-approval__input-wrapper input[type="tel"] {
width: 455px;
height: 60px;
border-radius: 10px;
margin-bottom: 12px;
display: block;
padding: 0 20px;
border: 0.5px solid #00344d;
font-family: 'Gilroy-Light';
color: #414141;
font-size: 20px;
}
.get-approval__input-wrapper input::-webkit-input-placeholder {
font-family: 'Gilroy-Light';
color: #414141;
font-size: 20px;
}
.get-approval__input-wrapper input::-moz-placeholder {
font-family: 'Gilroy-Light';
color: #414141;
font-size: 20px;
}
.get-approval__input-wrapper input:-ms-input-placeholder {
font-family: 'Gilroy-Light';
color: #414141;
font-size: 20px;
}
.get-approval__input-wrapper input::-ms-input-placeholder {
font-family: 'Gilroy-Light';
color: #414141;
font-size: 20px;
}
.get-approval__input-wrapper input::placeholder {
font-family: 'Gilroy-Light';
color: #414141;
font-size: 20px;
}
.get-approval button {
background-color: #229ED9;
border-radius: 20px;
width: 455px;
height: 60px;
display: block;
font-family: 'Gilroy-ExtraBold';
color: #fff;
font-size: 22px;
font-size: calc(18px + 4*(100vw - 414px)/986);
margin-top: 30px;
}
.get-approval button:hover {
-webkit-box-shadow: 3px 3px 6px #002976;
box-shadow: 3px 3px 6px #002976;
background-color: #2a71f8;
color: #002976;
}
.confidentiality__checkbox-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px;
margin-top: 10px;
gap: 20px;
}
.get-approval__input-wrapper input {
width: 20px;
height: 20px;
margin: 0;
padding: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
}
.confidentiality__checkbox-wrapper p {
margin: 0;
font-family: 'Gilroy-ExtraBold';
font-size: 14px;
} @media(min-width:1400px) {
.get-approval button {
font-size: 22px;
}
}
@media(max-width:1350px) {
.get-approval__title {
margin-bottom: 20px;
}
.get-approval__box {
margin-bottom: 10px;
gap: 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media(max-width:800px) {
.get-approval {
padding-top: 60px;
}
}
@media(max-width:480px) {
.get-approval button,
.get-approval__input-wrapper input[type="text"],
.get-approval__input-wrapper input[type="tel"] {
width: 100%;
}
.get-approval form {
padding-top: 20px;
padding-bottom: 20px;
}
} .what-is-leasing {
padding-top: 100px;
}
.what-is-leasing__title {
max-width: 1066px;
text-align: center;
margin: 0 auto 64px;
}
.what-is-leasing__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px;
}
.what-is-leasing__item {
width: 24%;
padding: 0 20px 20px;
background-color: #f0f4fa;
border-radius: 20px;
}
.what-is-leasing__item img {
margin: 0 auto;
display: block;
}
.what-is-leasing__item h3 {
font-family: 'Gilroy-ExtraBold';
font-size: 20px;
font-size: calc(16px + 4*(100vw - 414px)/986);
text-align: center;
margin-bottom: 30px;
}
.what-is-leasing__item p {
font-family: 'Gilroy-Light';
font-size: 16px;
font-size: calc(14px + 2*(100vw - 414px)/986);
text-align: center;
}
@media(min-width:1400px) {
.what-is-leasing__item h3 {
font-size: 20px;
}
.what-is-leasing__item p {
font-size: 16px;
}
}
@media(max-width:1200px) {
.what-is-leasing__wrapper {
gap: 10px;
}
.what-is-leasing__item {
width: 30%;
}
}
@media(max-width:800px) {
.what-is-leasing {
padding-top: 60px;
}
.what-is-leasing__item {
width: 48%;
}
}
@media(max-width:450px) {
.what-is-leasing__item {
width: 90%;
}
.what-is-leasing__wrapper {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
} .artikle-header__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
gap: 60px;
}
.artikle-header__box {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: distribute;
justify-content: space-around;
gap: 10px;
padding: 28px;
border-radius: 20px;
background-color: #84afff;
width: 385px;
color: #fff;
}
.artikle-header__box h3 {
font-family: 'Gilroy-ExtraBold';
font-size: 32px;
color: #fff;
}
.artikle-header__box p {
font-family: 'Gilroy-ExtraBold';
font-size: 20px;
color: #fff;
}
.artikle-header__content {
font-family: 'Gilroy-Light';
font-size: 48px;
}
.article-content {
padding-top: 100px;
}
.article-content p,
.article-content li .article-content a {
font-family: 'Gilroy-Light';
font-size: 45px;
padding-bottom: 10px;
}
.article-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 30px;
margin: 20px auto;
}
.article-nav span {
font-family: 'Gilroy-Light';
font-size: 40px;
}
@media(max-width:800px) {
.article-content {
padding-top: 60px;
}
} .first-screen__cooperation-subtitle1 {
font-family: 'Gilroy-Light';
font-size: 24px;
font-size: calc(16px + 8*(100vw - 414px)/986);
}
.first-screen__cooperation-subtitle2 {
font-family: 'Gilroy-Light';
font-size: 32px;
font-size: calc(18px + 14*(100vw - 414px)/986);
}
.first-screen__cooperation-form form {
width: 455px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
gap: 10px;
}
.first-screen__cooperation-form form p {
font-family: 'Gilroy-Light';
font-size: 20px;
}
.first-screen__cooperation-form form input[type="tel"] {
font-family: 'Gilroy-Light';
font-size: 20px;
color: #414141;
padding-left: 15px;
width: 455px;
height: 70px;
border-radius: 10px;
border: 1px solid #414141;
}
.first-screen__cooperation-form form input::-webkit-input-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
color: #414141;
}
.first-screen__cooperation-form form input::-moz-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
color: #414141;
}
.first-screen__cooperation-form form input:-ms-input-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
color: #414141;
}
.first-screen__cooperation-form form input::-ms-input-placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
color: #414141;
}
.first-screen__cooperation-form form input::placeholder {
font-family: 'Gilroy-Light';
font-size: 20px;
color: #414141;
}
.first-screen__cooperation-form form button {
background-color: #2aabee;
width: 455px;
height: 70px;
border-radius: 20px;
color: #fff;
font-family: 'Gilroy-ExtraBold';
font-size: 20px;
}
.wpcf7 form .wpcf7-response-output {
font-family: 'Gilroy-Light';
font-size: 16px;
}
@media(min-width:1400px) {
.first-screen__cooperation-subtitle1 {
font-size: 24px;
}
.first-screen__cooperation-subtitle2 {
font-size: 32px;
}
}
@media(max-width:475px) {
.first-screen__cooperation-form form {
width: 100%;
}
.first-screen__cooperation-form form button,
.first-screen__cooperation-form form input[type="tel"] {
width: 100%;
height: 60px;
}
} .cooperation-proposal {
padding-top: 100px;
}
.cooperation-proposal__title {
text-align: center;
margin-bottom: 53px;
}
.cooperation-proposal__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
gap: 30px 10px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 40px;
}
.cooperation-proposal__item {
border-radius: 20px;
width: 49%;
background-color: #5c94ff;
padding: 43px 30px;
}
.cooperation-proposal__item-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
margin-bottom: 30px;
}
.cooperation-proposal__item h3 {
font-family: 'Gilroy-ExtraBold';
font-size: 28px;
font-size: calc(18px + 10*(100vw - 414px)/986);
color: #fff;
}
.cooperation-proposal__item p {
font-family: 'Gilroy-Light';
font-size: 22px;
font-size: calc(16px + 8*(100vw - 414px)/986);
color: #fff;
}
.first-screen__cooperation-form input[type="submit"]{
background-color: #2aabee;
border-radius: 20px;
width: 455px;
height: 60px;
font-family: 'Gilroy-ExtraBold';
color: #fff;
font-size: 20px;
display: block;
margin-top: 10px;
}
.cooperation-proposal__button {
background-color: #2aabee;
border-radius: 20px;
width: 455px;
height: 75px;
font-family: 'Gilroy-ExtraBold';
color: #fff;
font-size: 20px;
display: block;
margin: 0 auto;
}
@media(min-width:1400px) {
.cooperation-proposal__item h3 {
font-size: 28px;
}
.cooperation-proposal__item p {
font-size: 22px;
}
}
@media(max-width:900px) {
.cooperation-proposal__wrapper {
gap: 10px;
}
.cooperation-proposal__item {
width: 100%;
padding: 25px;
}
.cooperation-proposal__item-header {
margin-bottom: 10px;
}
.cooperation-proposal__item img {
max-width: 90px;
}
}
@media(max-width:800px) {
.cooperation-proposal {
padding-top: 60px;
}
.cooperation-proposal__title {
margin-bottom: 30px;
}
}
@media(max-width:500px) {
.first-screen__cooperation-form input[type="submit"],
.cooperation-proposal__button {
width: 100%;
}
.cooperation-proposal__wrapper {
margin-bottom: 15px;
}
} .cooperation-candidates {
padding-top: 100px;
padding-bottom: 50px;
}
.cooperation-candidates__title {
margin-bottom: 60px;
text-align: center;
}
.cooperation-candidates__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px 10px;
}
.cooperation-candidates__item {
width: 49%;
border-radius: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.cooperation-candidates__item-img {
width: 44%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 20px 0 0 20px;
}
.cooperation-candidates__item-content {
width: 56%;
position: relative;
background-color: #2a71f8;
border-radius: 0 20px 20px 0;
padding: 55px 30px 26px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 20px;
}
.cooperation-candidates__item-content span {
position: absolute;
top: 26px;
right: 32px;
font-family: 'Gilroy-Light';
font-size: 15px;
color: #fff;
}
.cooperation-candidates__item-content h3 {
font-family: 'Gilroy-ExtraBold';
font-size: 24px;
color: #fff;
}
.cooperation-candidates__item-content p {
font-family: 'Gilroy-Light';
font-size: 18px;
color: #fff;
}
.cooperation-candidates__item-content ul {
padding-left: 20px;
}
.cooperation-candidates__item-content ul li {
font-family: 'Gilroy-Light';
font-size: 16px;
color: #fff;
list-style-type: disc;
}
.cooperation-candidates__item-content button {
background-color: #2aabee;
border-radius: 20px;
width: 100%;
padding-top: 25px;
padding-bottom: 25px;
font-family: 'Gilroy-ExtraBold';
font-size: 20px;
color: #fff
}
@media(max-width:1200px) {
.cooperation-candidates__item {
width: 100%;
}
}
@media(max-width:800px) {
.cooperation-candidates {
padding-top: 60px;
padding-bottom: 0;
}
.cooperation-candidates__title {
margin-bottom: 30px;
}
}
@media(max-width:600px) {
.cooperation-candidates__item-img {
display: none;
}
.cooperation-candidates__item-content {
width: 100%;
border-radius: 20px;
}
} .contact-map__container {
position: relative;
padding: 30px 5px;
}
.contact-box {
display: none;
}
.contact-box.active {
display: block;
width: 524px;
padding: 40px 30px;
border-radius: 20px;
border: 1px solid #414141;
position: absolute;
top: 240px;
left: 40px;
background-color: #fff;
}
.contact-box h3 {
margin-top: 60px;
margin-bottom: 33px;
font-family: 'Gilroy-Light';
font-size: 30px;
font-size: calc(24px + 6*(100vw - 414px)/986);
}
.contact-box table {
max-width: 95%;
font-family: 'Gilroy-Light';
font-size: 20px;
font-size: calc(14px + 6*(100vw - 414px)/986);
line-height: 2;
}
.contact-box .header__links {
width: 300px;
gap: 20px;
margin-bottom: 20px;
}
.contact-box__x {
position: absolute;
top: 30px;
right: 30px;
cursor: pointer;
}
.contact-box__arrow.active {
opacity: 1;
cursor: pointer;
}
.contact-box__arrow {
opacity: 0;
cursor: auto;
}
.first-screen__map iframe {
max-width: 100%;
margin: 0 auto;
display: block;
}
@media(min-width:1400px) {
.contact-box h3 {
font-size: 32px;
}
.contact-box table {
font-size: 20px;
}
}
@media(max-width:800px) {
.contact-box h3 {
margin-top: 20px;
margin-bottom: 20px;
}
.contact-box table {
line-height: 1.2;
}
}
@media(max-width:650px) {
.contact-box .header__links {
width: 100%;
}
.contact-box .header__links-icon {
display: block;
}
.contact-box.active {
width: 90%;
bottom: -30px;
padding: 60px 5px 10px;
height: 350px;
left: 10px;
}
.contact-box__x {
top: 5px;
right: 5px;
}
} .guarantee-type,
.contract-type {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
gap: 12px;
margin-top: 8px;
}
.guarantee-btn,
.contract-btn {
font-family: 'Gilroy-ExtraBold';
padding: 12px;
border: 2px solid #d1d5db;
border-radius: 8px;
background: white;
cursor: pointer;
transition: all 0.2s;
text-align: center;
}
.guarantee-btn.active,
.contract-btn.active {
background: #059669;
font-family: 'Gilroy-ExtraBold';
color: white;
border-color: #059669;
}
.guarantee-btn:hover:not(.active),
.contract-btn:hover:not(.active) {
border-color: #68d391;
} .site-breadcrumbs { padding: 12px 0;
border-bottom: 1px solid #eaeaea;
}
.breadcrumbs-inner {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 5px;
}
.breadcrumb-home {
display: flex;
align-items: center;
gap: 6px;
color: #3498db;
text-decoration: none;
font-weight: 500;
}
.breadcrumb-home:hover {
color: #2980b9;
}
.breadcrumb-home svg {
width: 16px;
height: 16px;
}
.breadcrumb-sep {
color: #95a5a6;
margin: 0 5px;
}
.breadcrumbs-inner a:not(.breadcrumb-home) {
color: #555;
text-decoration: none;
}
.breadcrumbs-inner a:not(.breadcrumb-home):hover {
color: #3498db;
text-decoration: underline;
}
.breadcrumb-current {
color: #2c3e50;
font-weight: 600;
} .first-screen__content-blog{
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
align-items: center;
gap: 30px;
padding-bottom: 80px;
}
.first-screen__proposal-blog{
position: absolute;
bottom: 20px;
left: 10px;
}
.article-blog{
font-family: 'Gilroy-Light';
font-size: 22px;
}
.article-blog__container{
padding: 50px 10px;
}
.first-screen__container.has-proposal-blog {
padding-bottom: 150px;
}