/* Основные стили */
::-webkit-input-placeholder {
    color: #a6a0a0;
}

:-moz-placeholder {
    color: #a6a0a0;
}

::-moz-placeholder {
    color: #a6a0a0;
}

:-ms-input-placeholder {
    color: #a6a0a0;
}

.form-input {
    /*width: 260px;*/
    width: 100%;
    height: 62px;
    border: solid 1px #dddddd;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    padding: 0 12px;
    appearance: none;
    border-radius: 15px;
}
/* Скроллбар */
html {
    --scrollbarBG: #F1F1F1;
    --thumbBG: #CFD8DC;
}

body::-webkit-scrollbar {
    width: 11px;
}

body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}


body {
    background: #fff;
    width: 100%;
    line-height: 115%;
    min-height: 2000px;
    color: #333;
}

body.open-modal {
    position: fixed;
    overflow: hidden;
}

/* Особые стили */
.nwrp {
    white-space: nowrap;
}

.no-highlights {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hidden {
    display: none;
}

/*Иконки*/
.icon_benefits {
    width: 80px;
    height: 80px;
}

/* Позиционирование и отступы */
.df {
    display: flex;
    align-items: center;
}

.outer-paddings {
    padding: 0 70px;
    max-width: 1520px;
    margin: 0 auto;
}

.bg-img {
position: absolute;
left: 0;
top: 0;
z-index: -1;
height: 100%;
width: 100%;
object-fit: cover;
}


.bg-img-hero {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: -1;
    height: 100%;
    width: 90%;
    object-fit: contain;
    object-position: bottom;
}
.negative-margin-top {
    margin-top: -35px;
}

.negative-margin-bottom {
    margin-bottom: -35px;
}

/* Основные цвета */
.bg-main {
    background-color: #033A5F;
}

.bg-orange {
    background-color: #FA8C00;
}
.bg-orange-light {
    background-color: #FFE7C9;
}
.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #F2EFF6;
}

.bg-dark-grey {
    background-color: #2F3E47;
}

.clr-dark-black {
    color: #222222;
}

.clr-black {
    color: #333333;
}

.clr-white {
    color: #fff;
}
.clr-555 {
    color: #555;
}
.clr-grey-777 {
    color: #777;
}
.clr-light-grey{
    color: #6a6a6a;
}

/* Шрифты */
html {
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
}

.fw-light {
    font-weight: 300;
}

.fw-regular {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-bold {
    font-weight: 600;
}

/* Заголовки */
h1, h2, h3 {
    line-height: 115%;
}

h2 {
    text-align: center;
    font-size: 30px;
}

.sub-h2 {
    font-size: 18px;
    text-align: center;
    max-width: 677px;
    line-height: 135%;
    margin: 0;
}

h3 {
    text-align: center;
    font-size: 18px;
}

h4 {
    text-align: center;
    font-size: 24px;
    margin: 0;
    line-height: 115%;
}

.title-h2-line {
    flex-direction: column;
    position: relative;
    width: fit-content;
}

/* Шапка */
.header-wrapper {
    /*padding-bottom: 70px;*/
    padding-bottom: 20px;
}

.top-line {
    padding: 15px 0;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.top-line-left {
    gap: 80px;
}

.social-nav {
    gap: 30px;
}

.top-line-right {
    gap: 60px;
}
.bottom-line{
    gap: 25px;
    justify-content: space-between;
}
.button-taxi {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #2F3E47;
}
.button-taxi > span {
    white-space: nowrap;
}

.phone-wrapper {
    font-size: 18px;
    gap:8px;
}
.callback-wrapper button {
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 16px;
    white-space: nowrap;
}
.header-nav {
    gap: 30px;
    font-size: 15px;
    font-weight: 500;
}
.phone-wrapper a,
.phone-wrapper a:hover,
.phone-wrapper a:focus,
.phone-wrapper a:visited,
.header-nav a,
.header-nav a:focus,
.header-nav a:visited {
    color: #FFF;
}
.header-nav a {
 transition: all 0.15s linear;
}
.header-nav a:hover {
    color: #FA8C00;
}
.contact-social-link a, .phone-wrapper {
    transition: all 0.4s ease-out;
}
.contact-social-link a:hover, .phone-wrapper:hover {
    transform: translateY(2px);
}

a.popup-policy-privacy, a.popup-policy-privacy:visited, a.popup-policy-privacy:hover, a.popup-policy-privacy:focus {
    color: #033A5F;
}

.header-nav.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% 20%);
    pointer-events: all;

}

/* Mobile nav */
.hamburger {
    position: relative;
    height: 42px;
    width: 42px;
    background: #FFB353;
    border-radius: 12px;
    transition: 0.3s;
    cursor: pointer;
    display: none;
}

.hamburger span {
    position: absolute;
    top: calc(50% - 1px);
    height: 0;
    border: 1px solid white;
    width: 22px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    transition: 0.3s;
}

.hamburger span:nth-child(1) {
    top: calc(50% - 7px);
}

.hamburger span:nth-child(2) {
    transition: 0.35s;
}

.hamburger span:nth-child(3) {
    top: calc(50% + 5px);
}

.hamburger.open span {
    width: 16px;
}

.hamburger.open span:nth-child(1) {
    transform: rotate(-135deg);
    top: calc(50% - 1px);
}

.hamburger.open span:nth-child(2) {
    opacity: 1;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    border: 2px solid #FFB353;
    border-radius: 50%;
}

.hamburger.open span:nth-child(3) {
    transform: rotate(135deg);
    top: calc(50% - 1px);
}

/* Hero блок */
.top-block {
    position: relative;
    z-index: 0;
}

.hero-content {
    justify-content: space-between;
    padding-bottom: 80px;
    padding-top: 80px;
}
.title-wrapper{
    width: 560px;
    min-height: 347px;
    flex-direction: column;
    gap: 30px;
    padding: 40px 54px;
    background-color: rgba(47, 62, 71, 0.95);
    border-radius: 15px;
}
.title-wrapper h1{
    margin: 0;
    font-size: 46px;
    line-height: 115%;
}
.get-avans-wrapper {
    /*align-items: flex-start;*/
    align-items: center;
    gap: 25px;
    width: 100%;
}
.get-avans-wrapper button {
    font-size: 16px;
    padding: 16px 30px;
    border-radius: 15px;
}
.get-avans-text {
    font-size: 16px;
    max-width: 200px;
    line-height: 135%;
}
.get-price-form-wrapper {
    /*border-radius: 15px 15px 0 0;*/
    border-radius: 15px;
    overflow: hidden;
    max-width: 480px;
}
.get-price-form-title {
    background-color: #2F3E47;
    text-align: center;
    padding: 18px 20px;
    font-size: 20px;
}
#get-price-form,
#get-lead-form,
#get-taxi-form {
    border-radius: 0 0 15px 15px;
    flex-direction: column;
    gap: 20px;
    padding: 30px 45px 25px 45px;
}
#get-price-form {
    border-radius: unset;
    position: relative;
    transform: translateZ(0);
}
#get-lead-form,
#get-taxi-form {
    border-radius: 0 0 25px 25px;
}
#get-price-form .form-sub-text,
#get-lead-form .form-sub-text,
#get-taxi-form .form-sub-text {
    font-size: 13px;
    line-height: 135%;
}
#get-price-form .form-sub-text p,
#get-lead-form .form-sub-text p,
#get-taxi-form .form-sub-text p {
    margin: 6px 0;
}
#get-price-form label,
#get-lead-form label,
#get-taxi-form label {
    width: 100%;
    position: relative;
}
#get-price-form input,
#get-lead-form input,
#get-taxi-form input {
    border-radius: 5px;
    background: #F8F8F8;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05) inset;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    padding: 15px 44px;
    color: #333;
}

#get-price-form .step-number,
#get-lead-form .step-number,
#get-taxi-form .step-number {
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 14px;
    top: 0;
}

#get-price-form .step-number > span,
#get-lead-form .step-number > span,
#get-taxi-form .step-number > span  {
    font-size: 9px;
    color: #3DB2FF;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #3DB2FF;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

#get-price-form button,
#get-lead-form button,
#get-taxi-form button {
    position: relative;
    width: 100%;
    border-radius: 5px;
    padding: 15px 40px;
    font-size: 14px;
    margin: 5px 0;
}

#get-price-form button .step-number > span,
#get-lead-form button .step-number > span,
#get-taxi-form button .step-number > span {
    color: #fff;
    border-color: #fff;
}

#hero-bottom{
    background: linear-gradient(273deg, #FAF8FB 0%, #FCFBFE 100%);
}
#hero-bottom .bottom-block {
    padding-top: 80px;
    justify-content: space-between;
}

#hero-bottom .bottom-block img {
    height: 400px;
}

.hero-addition-benefit-wrapper {
    flex-direction: column;
    gap: 15px;
    margin-top: -150px;
    align-items: flex-start;
}

.hero-addition-benefit-wrapper .block-title {
    font-size: 26px;
    line-height: 135%;
}

.hero-addition-benefit-wrapper .block-text {
    line-height: 135%;
    font-size: 22px;
    max-width: 445px;
}

/* Services блок */
#services {
    border-radius: 35px;
    position: relative;
}

.services-content {
    flex-direction: column;
    padding-top: 160px;
    padding-bottom: 140px;
    gap: 140px;
}
.services-title h2{
    font-size: 42px;
    margin: 0;
}

.services-list {
    flex-direction: column;
    width: 100%;
    gap: 200px;
}

.service-wrapper {
    width: 100%;
    min-height: 300px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    justify-content: space-between;
    align-items: flex-end;
}

.service-text-block {
    width: 50%;
    flex-direction: column;
    padding: 60px;
    gap: 24px;
    align-items: flex-start;
}
.service-text-block-title h3{
    margin: 0;
    font-size: 26px;
    line-height: 110%;
}
.service-text-block-content {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

.service-text-block button {
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 15px;
}

.service-text-block ul {
    flex-direction: column;
    gap: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.service-text-block li {
    width: 100%;
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    display: flex;
    gap: 12px;
    align-items: center;
    line-height: 135%;
}

.service-text-block li:before {
    content: " ";
    width: 14px;
    height: 14px;
    /*margin-top: 3px;*/
    flex-shrink: 0;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0H3C2.20435 0 1.44129 0.316071 0.87868 0.87868C0.316071 1.44129 0 2.20435 0 3V15C0 15.7956 0.316071 16.5587 0.87868 17.1213C1.44129 17.6839 2.20435 18 3 18H15C15.7956 18 16.5587 17.6839 17.1213 17.1213C17.6839 16.5587 18 15.7956 18 15V3C18 2.20435 17.6839 1.44129 17.1213 0.87868C16.5587 0.316071 15.7956 0 15 0ZM13.3 6.61L8.73 12.61C8.63684 12.731 8.5172 12.8291 8.38026 12.8967C8.24332 12.9643 8.09272 12.9996 7.94 13C7.78811 13.0008 7.63802 12.967 7.50114 12.9012C7.36426 12.8353 7.24417 12.7392 7.15 12.62L4.71 9.51C4.54689 9.30048 4.4737 9.03475 4.50652 8.77126C4.53933 8.50777 4.67548 8.26811 4.885 8.105C5.09452 7.94189 5.36026 7.8687 5.62374 7.90152C5.88723 7.93433 6.12689 8.07048 6.29 8.28L7.92 10.36L11.7 5.36C11.7801 5.25494 11.8801 5.16669 11.9943 5.10029C12.1085 5.03388 12.2347 4.99062 12.3657 4.97298C12.4966 4.95534 12.6297 4.96365 12.7574 4.99746C12.8851 5.03126 13.0049 5.08989 13.11 5.17C13.2151 5.25011 13.3033 5.35012 13.3697 5.46433C13.4361 5.57855 13.4794 5.70472 13.497 5.83565C13.5147 5.96658 13.5063 6.0997 13.4725 6.22742C13.4387 6.35514 13.3801 6.47494 13.3 6.58V6.61Z' fill='%23033A5F'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.service-images-block {
    position: relative;
    aspect-ratio: 1.38/1;
    width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='619' height='291' viewBox='0 0 619 291' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M619 24.659V291H0.0556641C20.1188 211.916 96.6311 152.718 166.411 98.7282C170.932 95.2305 175.425 91.7547 179.872 88.2967C252.455 31.8561 335.175 -2.34994 427.062 0.925149C429.099 0.997757 431.146 1.07007 433.204 1.14272C493.685 3.27864 562.549 5.71055 619 24.659Z' fill='%23033A5F'/%3E%3C/svg%3E");
    clip-path: inset(-100px -50px 0px 0);
    /*border-bottom: 1px solid #f4f4f4;*/
}

.service-1 .service-images-block img,
.service-3 .service-images-block img {
    max-width: 58%;
    height: auto;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.service-1 .service-images-block, .service-3 .service-images-block {
    border-bottom-right-radius: 15px;
}

.service-2 .service-images-block {
    border-bottom-left-radius: 15px;
}

.service-1 .service-img-top, .service-3 .service-img-top {
    bottom: -40px;
    right: 10px;
    transform: rotate(9deg);
}

.service-1 .service-img-bottom,
.service-3 .service-img-bottom {
    bottom: -40px;
    right: 100px;
    transform: rotate(-7deg);
}

.service-2 .service-images-block img {
    max-width: 80%;
    height: auto;
    position: absolute;
    border-radius: 15px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.service-2 .service-images-block {
    aspect-ratio: 1.38/1;
    background-image: url("data:image/svg+xml,%3Csvg width='619' height='291' viewBox='0 0 619 291' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.0556548 24.1429V290.484H619C598.937 211.4 522.425 152.202 452.644 98.2121C448.123 94.7144 443.631 91.2386 439.184 87.7806C366.601 31.34 283.881 -2.86605 191.994 0.409036C189.957 0.481644 187.909 0.553957 185.852 0.626612C125.37 2.76253 56.5068 5.19444 0.0556548 24.1429Z' fill='%23033A5F'/%3E%3C/svg%3E%0A");
}

.service-2 .service-img-top {
    bottom: -185px;
    left: 25px;
}

.service-quartet-base {
    padding-top: 60px;
    padding-bottom: 220px;
}

.base-content-container {
    border-radius: 50px;
    width: 100%;
    overflow: hidden;
}

.base-img-block {
    width: 50%;
    padding: 45px 50px;
    background-color: #F4F8FF;
}

.base-img-block > img {
    width: 100%;
    overflow: hidden;
}

.base-content-text {
    gap: 70px;
}

.base-content-text > a {
    padding: 15px 33px;
    border-radius: 5px;
}

.base-text-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    max-width: 545px;
}

.base-text-block-p {
    flex-direction: column;
    gap: 5px;
}
.base-text>p{
    line-height: 135%;
    font-size: 20px;
    text-align: left;
}

.base-text-block-title {
    font-size: 54px!important;
    text-align: left;
}

/*Benefits блок*/
.benefits-content {
    flex-direction: column;
    padding-top: 200px;
    padding-bottom: 360px;
    gap: 135px;
}

.benefits-content-title {
    flex-direction: column;
    gap: 30px;
    max-width: 675px;
}
.benefits-content-title p{
    font-size: 22px!important;
}

.title-h2-line h2{
    font-size: 56px;
    margin: 0 0 30px 0;
}
.icon_line {
    width: 264px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 8px;
}

.benefits-content-list {
    width: 100%;
    justify-content: space-between;
}

.content-list-in {
    flex-direction: column;
    gap: 25px;
    max-width: 240px;
}

.content-list-text {
    font-size: 22px;
    line-height: 125%;
    text-align: center;
}

/* Divider Power */
.divider-img {
    margin-top: -1px;
    width: 100%;
    max-height: 80px;
}

svg.divider-img.dark-grey-bottom > use {
    fill: #2F3E47;
}
svg.divider-img.dark-grey-bottom.bg-main-divider> use {
    fill: #033A5F;
}

    /*Workflow блок*/
.workflow-content {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 240px;
    gap: 135px;
}
.workflow-title h2{
    margin: 0;
    font-size: 42px!important;
}

.workflow-wrapper {
    width: 100%;
    flex-direction: column;
    gap: 60px;
}

.workflow-line {
    gap: 40px;
}

.workflow-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    min-height: 280px;
    max-width: 440px;
    width: 33%;
    border-radius: 25px;
    padding: 34px 30px;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.5%);
    -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.5%);
    -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.5%);
}

.workflow-container h4 {
    text-align: left;
    font-size: 24px;
}

.workflow-container > button {
    padding: 14px 25px;
    border-radius: 15px;
}

.workflow-container-title {
    width: 100%;
    gap: 22px;
}

.workflow-num {
    font-size: 20px;
    color: #FA8C00;
    min-width: 47px;
    min-height: 47px;
    border-radius: 15px;
    background-color: #FFE7C9;
    justify-content: center;
}

.workflow-container-text > p {
    font-size: 18px;
    line-height: 135%;
    text-align: left;
    margin: 0;
}

/*Calculator блок*/
.bg-calc-rad {
    position: relative;
    max-width: 750px;
    border-radius: 25px;
    overflow: hidden;
    flex-direction: column;
    padding: 50px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.calculator-block {
    width: 100%;
    position: relative;
}

.calculator-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
}

.calc-bg {
    z-index: 0;
    border-radius: 50px;
}

.calculator-content {
    position: relative;
    padding-top: 160px;
    padding-bottom: 240px;
}

.calculator-container {
    flex-direction: column;
    gap: 50px;
    width: 100%;
}

.calculator-container h2 {
    font-size: 24px;
    width: 100%;
}

.calculator-container-title {
    flex-direction: column;
    /*gap: 15px;*/
    align-items: flex-start;
}

.calculator-container-title > p {
    font-size: 20px;
    text-align: center;
    max-width: 540px;
}

.calculator-form {
    position: relative;
    flex-direction: column;
    background-color: #f4f4f4;
    border-radius: 30px;
    padding: 30px 50px;
    width: 100%;
    gap: 50px;
    align-items: flex-start;
    min-height: 450px;
    justify-content: space-between;
}

.calculator-form button {
    padding: 20px 40px;
    border-radius: 15px;
    /*width: 200px;*/
    min-width: 200px;
    white-space: nowrap;
}

.calc-progress-line {
    width: 100%;
    flex-direction: column;
    gap: 12px;
}

.progress-bar {
    width: 100%;
    height: 10px;
    background-color: #d9d9d9;
    border-radius: 5px;
    overflow: hidden;
}

.progress-bar > div {
    width: 20%;
    height: 100%;
    background-color: #FEA636;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 0.35s ease-out;
}

.calc-progress-text {
    width: 100%;
    justify-content: space-between;
}

.calc-progress-text > p {
    font-size: 16px;
    color: #000000;
    margin: 0;
}

.calc-input-box {
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.calc-input-line-up {
    gap: 30px;
    width: 100%;
}

.calc-input-line-down {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.calc-input-line-down > p {
    font-size: 14px;
    color: #888888;
    line-height: 125%;
    margin: 0;
    text-align: left;
    max-width: 260px;
}

/*Legal блок*/
.legal-content{
    flex-direction: column;
    padding-top: 160px;
    padding-bottom: 240px;
    gap: 130px;
}
.legal-title{
    flex-direction: column;
    gap: 30px;
    max-width: 685px;
}
.legal-title>h2{
    margin: 0;
    font-size: 42px;
}
.legal-title>p{
    font-size: 20px;
}
.legal-benefit {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.benefit-block-content{
    flex-direction: column;
    padding: 30px 20px;
    gap: 10px;
    text-align: center;
    width: 20%;
}
.benefit-block-content p {
    max-width: 180px;
}
.benefit-block-content:nth-child(2) p {
    max-width: 140px;
}
.benefit-block-content>h4{
    font-size: 52px;
    color: #033A5F;
    line-height: 125%;
}
.benefit-block-content>p{
    font-size: 16px;
    line-height: 125%;
    margin: 0;
}
.legal-form-container{
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
    align-items: stretch;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.legal-form{
    flex-direction: column;
    padding: 40px 60px;
    gap: 40px;
    flex: 1;
    align-items: flex-start;
    position: relative;
}
.legal-form-title{
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
.legal-form-title > h4{
    font-size: 44px;
    text-align: left;
}
.legal-form-title > p{
    font-size: 20px;
    line-height: 135%;
    text-align: left;
    margin: 0;
    max-width: 500px;
}
.legal-form-form{
    position: relative;
    flex-direction: column;
    gap: 25px;
}
.form-input-container{
    gap: 30px;
    width: 100%;
}
.form-button-container {
    width: 100%;
    flex-direction: column;
    gap: 10px;
}
.form-button-container>button{
    width: 100%;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
}
.form-button-container>p{
    font-size: 12px;
    line-height: 125%;
    text-align: left;
    width: 100%;
    margin: 0;
}
.form-button-container a,
.form-button-container a:hover,
.form-button-container a:focus,
.form-button-container a:visited {
    color: #033A5F;
}
.legal-form-img {
    width: 50%;
    min-height: 300px;
    position: relative;
}
.legal-form-img img{
    width: 100%;
    height: 100%;
    border-radius: 0 50px 50px 0;
    position: absolute;
    object-fit: cover;
}



/*FAQ Блок*/
.faq-content{
    flex-direction: column;
    padding-top: 160px;
    padding-bottom: 240px;
    gap: 120px;
}
.faq-content-title>h2{
    font-size: 54px;
    text-align: left;
    margin: 0;
}
.faq-content-box{
    gap: 50px;
    justify-content: space-between;
    align-items: flex-start;
}
.faq-content-question{
    flex-direction: column;
    gap: 40px;
    width: 50%;
    align-items: flex-start;
    max-width: 720px;
}
.content-question-text{
    max-width: 800px;
    align-items: flex-start;
    border-bottom: 1px solid #c4c4c4;
    flex-direction: column;
    gap: 20px;
}
.content-question-text:last-child {
    border-bottom: 0;
}
.content-question-text>h5{
    font-size: 26px;
    margin: 0;
    line-height: 135%;
}
.content-question-text>p{
    font-size: 18px;
    line-height: 135%;
    margin: 0 0 40px 0;
}


.faq-content-form-box{
    flex-direction: column;
    gap: 25px;
    width: 40%;
    border-radius: 40px;
    padding: 50px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}
.faq-form-title{
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
.faq-form-title > h4{
    font-size: 38px;
}
.faq-form-title > p{
    font-size: 20px;
    line-height: 135%;
    text-align: left;
    margin: 0;
}
.faq-form{
    position: relative;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}
.faq-form .form-input-container{
    flex-direction: column;
}
.faq-form .form-input-container .form-input{
    width: 100%;
}

/*MAP блок*/
#map{
    width: 100%;
    height: 800px;
}
#map-container{
    position: relative;
}
.map-info-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: none;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 80px;
    pointer-events: none;
}


.info-block-box{
    /*padding: 25px 20px;*/
    background-color: #fff;
    position: relative;
    width: 100%;
    max-width: 400px;
    transition: .3s ease;
    border-radius: 15px;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    pointer-events: initial;
}

.map-info-block h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
}

.mango-small-info-close {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
}

.close-icon{
    width: 15px;
    height: 15px;
    -webkit-clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    cursor: pointer;
    display: none;
}
.mango-small-info {
    padding: 25px 30px 30px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
}
.mango-small-info p {
    line-height: 135%;
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #333;
}
.contacts-info-block-title {
    font-size: 14px;
    color: #888;
}
/*Footer блок*/
.footer-main-box {
    padding-top: 60px;
    padding-bottom: 60px;
    justify-content: space-between;
}
.footer-info-box {
    flex-direction: column;
    max-width: 355px;
    gap: 45px;
    align-items: flex-start;
}
.footer-logo-box{
    flex-direction: column;
    max-width: 195px;
    gap: 6px;
    align-items: flex-start;
}
.footer-logo{
    width: 125px;
    height: 40px;
}
.footer-logo img{
    width: 100%;
    height: 100%;
}
.footer-logo-box p{
    font-size: 13px;
    line-height: 135%;
    text-align: left;
    margin: 0;
}
.footer-info-copyright p{
    font-size: 16px;
    line-height: 135%;
    text-align: left;
    margin: 0;
}
.footer-contact-box{
    gap: 80px;
    max-width: 975px;
}
.footer-contact-social{
    flex-direction: column;
    gap: 33px;
    align-items: flex-start;
}
.footer-contact-social p{
    font-size: 20px;
    line-height: 135%;
    margin: 0;
}
.footer-contact-social-link{
    gap: 40px;
    align-items: baseline;
}
.footer-contact-social-link-left,
.footer-contact-social-link-right{
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}
.contact-social-link a{
    gap: 10px;
    justify-content: center;
}
.contact-social-icon{
    width: 26px;
    height: 26px;
}
.contact-social-link p{
    font-size: 14px;
    margin: 0;
}
.footer-contact-number{
    flex-direction: column;
    align-items: flex-start;
    gap: 33px;
}
.footer-contact-number p{
    font-size: 20px;
    line-height: 135%;
    margin: 0;
}
.contact-number-box{
    flex-direction: column;
    gap: 45px;
}
.contact-number-box a{
    font-size: 26px;
    height: fit-content;
}
.contact-number-box a,
.contact-number-box a:hover,
.contact-number-box a:focus,
.contact-number-box a:visited {
    color: #FFFFFF;
}

/*Адапатация под разные экраны*/
@media (max-width: 1600px) {
    .map-info-block {
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media (max-width: 1400px) {
    .outer-paddings {
        padding-left: 40px;
        padding-right: 40px;
    }
    .workflow-container{
        gap: 10px;
    }
    .service-text-block{
        padding: 40px;
    }
    .service-images-block{
        width: 50%;
    }

    .workflow-container-text > p{
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .outer-paddings {
        padding-left: 30px;
        padding-right: 30px;
    }
    .top-line-left{
        gap: 80px;
    }
    .top-line-right{
        gap: 40px;
    }
    .phone-wrapper{
        font-size: 16px;
    }
    .hero-content{
        gap: 46px;
    }
    .title-wrapper {
        padding: 30px 40px;
        height: unset;
        width: unset;
        flex: 1;
        min-height: 347px;
        display: flex;
        justify-content: center;
    }
    .title-wrapper h1{
        font-size: 40px;
    }
    .service-text-block{
        padding: 30px;
    }
    .service-text-block-title h3{
        font-size: 24px;
    }
    .service-text-block li{
        font-size: 16px;
    }
    .base-text-block-title{
        font-size: 26px!important;
    }
    .base-text>p{
        font-size: 16px;
    }
    .base-content-text{
        gap: 50px;
    }
    .title-h2-line h2{
        font-size: 40px;
    }
    .benefits-content-title {
        gap: 20px;
    }
    .icon_line{
        width: 200px;
    }
    .benefits-content-title p{
        font-size: 18px!important;
    }
    .benefits-content-list{
        flex-wrap: wrap;
        gap: 100px 0;
    }
    .content-list-in{
        width: 50%;
        max-width: inherit;
    }
    .content-list-text{
        max-width: 240px;
    }
    .workflow-title h2{
        font-size: 40px!important;
    }
    .workflow-container h4{
        font-size: 20px;
    }
    .bg-calc-rad{
        width: 100%;
        /*max-width: inherit;*/
    }
    .legal-title>h2{
        font-size: 40px;
    }
    .legal-title>p{
        font-size: 18px;
    }
    .benefit-block-content>h4{
        font-size: 46px;
    }
    .legal-form-title > h4{
        font-size: 36px;
    }
    .legal-form-title > p{
        font-size: 16px;
    }
    .reviews-content-title{
        gap: 20px;
    }
    .icon_line_right{
        width: 200px;
    }

    .faq-content-title>h2{
        font-size: 40px;
    }
    .content-question-text>h5{
        font-size: 24px;
    }
    .content-question-text>p{
        font-size: 16px;
    }
    .faq-form-title > h4{
        font-size: 30px;
    }
    .faq-form-title > p{
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    .hero-content{
        gap: 30px;
    }
    .title-wrapper {
        padding: 30px 30px;
    }
    .top-line{
        gap: 20px;
    }
    .top-line-left{
        gap: 30px;
    }
    .top-line-right{
        gap: 20px;
    }
    .social-nav{
        gap: 20px;
    }
    .phone-wrapper {
        font-size: 14px;
        width: 70%;
    }
    .callback-wrapper button{
        padding: 8px 12px;
        font-size: 14px;
    }
    .button-taxi {
        padding: 8px 12px;
        font-size: 12px;
    }
    .header-nav {
        font-size: 14px;
        gap: 18px;
    }
    .title-wrapper{
        width: 50%;
        height: auto;
    }
    .title-wrapper h1{
        font-size: 32px;
    }
    .get-avans-wrapper {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    #hero-bottom .bottom-block {
        flex-direction: column;
        gap: 50px;
    }
    #hero-bottom .bottom-block img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .hero-addition-benefit-wrapper{
        margin-top: 0;
        align-items: center;
    }
    .hero-addition-benefit-wrapper .block-text {
        font-size: 16px;
    }
    .services-title h2{
        font-size: 35px;
    }
    .service-images-block{
        aspect-ratio: 1/1.15;
    }
    .service-2 .service-images-block{
        aspect-ratio: 1/1.15;
    }
    .service-2 .service-img-top{
        bottom: -100px;
    }
    .base-content-text{
        padding: 15px;
        gap: 30px;
    }
    .get-price-form-wrapper{
        max-width: 50%;
    }
    .services-content {
        padding-top: 80px;
        padding-bottom: 80px;
        gap: 70px;
    }
    .title-h2-line h2{
        font-size: 35px;
    }
    .benefits-content {
        padding-top: 80px;
        padding-bottom: 100px;
        gap: 80px;
    }
    .workflow-content {
        gap: 80px;
        padding-bottom: 80px;
    }
    .workflow-title h2{
        font-size: 35px!important;
    }
    .workflow-line {
        flex-direction: column;
        gap: 60px;
    }
    .workflow-container{
        min-height: fit-content;
        align-items: center;
        width: 100%;
    }

    .workflow-container > button {
        width: 100%;
    }
    .calculator-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .legal-content{
        padding-top: 80px;
        padding-bottom: 100px;
        gap: 30px;
    }

    .legal-form-container{
        border-radius: 15px;
        margin-top: 90px;
        flex-direction: column-reverse;
    }
    .legal-form{
        padding: 50px 30px;
        align-items: center;
    }
    .legal-form-img {
        width: 100%;
        flex: 1;
    }
    .legal-form-img img{
        border-radius: 15px 15px 0 0;
        object-position: top;
    }
    .legal-title>h2{
        font-size: 35px;
    }
    .legal-form-title > h4{
        font-size: 30px;
    }

    .faq-content{
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .faq-content-box{
        flex-direction: column;
        justify-content: inherit;
    }
    .faq-content-title>h2{
        font-size: 30px;
        text-align: center;
    }
    .faq-content-question{
        width: 100%;
    }
    .content-question-text>h5{
        font-size: 20px;
    }
    .faq-content-form-box{
        width: 100%;
        padding: 30px 25px;
        border-radius: 15px;
    }
    .faq-form-title{
        align-items: center;
    }
    .faq-form-title > h4{
        font-size: 24px;
        text-align: center;
    }
    .faq-form-title > p{
        font-size: 14px;
        text-align: center;
    }
    .map-info-block {
        padding-left: 40px;
    }
    .footer-contact-box{
        gap: 35px;
    }
    .footer-contact-number{
        width: max-content;
    }
    .contact-number-box a{
        font-size: 22px;
    }
    .footer-info-copyright p{
        font-size: 14px;
    }
    .footer-main-box{
        gap: 10px;
    }
}
@media (max-width: 768px) /*Мобильный режим*/ {
    .outer-paddings {
        padding-left: 20px;
        padding-right: 20px;
    }
   .header-nav {
        position: fixed;
        background: linear-gradient(180deg, #0B4F7C 0%, #182C38 100%);
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
        left: 0;
        top: 0;
        gap: 45px;
        font-size: 26px;
        font-weight: 300;
        margin-top: 0;
        padding-top: 80px;
        padding-bottom: 150px;
        display: flex;
        justify-content: center;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.10);
        z-index: 1;
    }
    .social-nav,
    .header-phone-icon-wrapper,
    .callback-wrapper,
    .button-taxi-wrapper{
        display: none;
    }
    .hamburger {
        display: block;
    }
    .bg-img-hero {
        width: 100%;
        object-fit: cover;
    }

    .header-nav {
        font-weight: 300;
    }

    .header-nav a,
    .header-nav a:hover,
    .header-nav a:focus,
    .header-nav a:visited {
        color: #FFE7C9;
    }

    .sub-h2 {
        font-size: 16px;
    }
    .hero-content {
        padding-top: 20px;
        flex-direction: column;
        gap: 80px;
        justify-content: inherit;
    }
    .title-wrapper{
        width: 100%;
        height: fit-content;
        padding: 0;
        background: none;
        align-items: flex-start;
    }
    .title-wrapper h1{
        font-size: 30px;
        max-width: 500px;
    }
    .get-avans-text {
        font-size: 16px;
        max-width: 200px;
    }
    .get-price-form-wrapper{
        max-width: 100%;
    }
    .get-price-form-title {
        font-size: 15px;
    }
    .services-title h2{
        font-size: 30px;
    }
    .service-wrapper {
        align-items: unset;
        flex-direction: column-reverse;
        gap: 5px;
        justify-content: inherit;
    }
    .service-text-block {
        width: 100%;
        padding: 20px 25px 40px;
        align-items: center;
    }
    .service-text-block-title h3{
        font-size: 18px;
    }
    .service-text-block li {
        font-size: 14px;
    }
    .service-text-block button {
        width: 100%;
        padding: 15px;
    }
    .service-text-block-content{
        align-items: center;
        gap: 15px;
    }
    .service-images-block {
        width: 100%;
        aspect-ratio: 1.38/1;
        clip-path: inset(-100px -20px 0px 0);
    }
    .service-wrapper.service-2 {
        flex-direction: column;
    }
    .service-2 .service-images-block{
        aspect-ratio: 1.3/1;
    }

    .service-1 .service-images-block, .service-3 .service-images-block {
        border-bottom-right-radius: unset;
    }

    .service-2 .service-images-block {
        border-bottom-left-radius: unset;
    }

    .service-2 .service-img-top {
        bottom: -115px;
    }
    .service-2 .service-images-block img {
        max-width: 75%;
    }
    .base-content-container{
        flex-direction: column;
        border-radius: 15px;
    }
    .base-img-block {
        width: 100%;
        padding: 45px 20px;
        border-radius: 15px 15px 0 0;
    }
    .base-text-block {
        align-items: center;
    }
    .base-text>p{
        font-size: 18px;
        text-align: center;
    }
    .base-content-text {
        padding: 40px;
        gap: 50px;
    }
    .base-text-block-title{
        font-size: 28px!important;
        text-align: center;
    }
    .benefits-content-title {
        gap: 15px;
    }
    .title-h2-line h2{
        font-size: 30px;
    }
    .benefits-content-title p{
        font-size: 18px!important;
    }
    .icon_line {
        width: 155px;
        height: 11px;
    }
    .benefits-content-list {
        justify-content: space-between;
        flex-direction: column;
        gap: 74px;
    }
    .content-list-text {
        font-size: 18px;
    }
    .benefit-block-content{
        width: 50%;
    }
    .benefit-block-content>h4{
        font-size: 38px;
    }
    .benefit-block-content>p{
        font-size: 14px;
    }
    .workflow-title h2{
        font-size: 30px!important;
    }
    .workflow-container h4 {
        font-size: 20px;
    }
    .workflow-container-text > p{
        font-size: 16px;
    }
    .bg-calc-rad {
        padding: 0;
    }
    .form-input {
        width: 100%;
    }
    .calc-input-line-up {
        flex-direction: column;
        gap: 10px;
    }
    .calculator-form{
        align-items: center;
    }
    .calculator-form > button {
        width: 100%;
    }
    .calc-input-line-down > p{
        width: 100%;
    }
    .form-input-container{
        flex-direction: column;
        gap: 20px;
    }
    .calculator-bg {
        display: none;
    }
    .calculator-container {
        gap: 0;
    }
    .calculator-container-title {
        padding: 30px 30px 50px;
    }
    .calculator-container-title > p {
        font-size: 14px;
        text-align: center;
    }
    .calculator-form {
        border-radius: 30px 30px 0 0;
    }
    .legal-title>h2{
        font-size: 30px;
    }
    .legal-title>p{
        font-size: 16px;
    }
    .legal-benefit{
        margin-bottom: 0;
    }
    .legal-form-title{
        align-items: center;
    }
    .legal-form-title > h4{
        font-size: 24px;
        text-align: center;
    }
    .legal-form-title > p{
        font-size: 14px;
        text-align: center;
    }
    .reviews-content-title {
        gap: 15px;
    }
    .icon_line_right{
        width: 155px;
        height: 11px;
    }

    .map-info-block {
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
        display: none;
    }


    .footer-main-box {
        flex-direction: column-reverse;
        gap: 80px;
    }
    .footer-logo{
        align-items: center;
    }
    .footer-logo-box{
        align-items: center;
    }
    .footer-logo-box p{
        text-align: center;
    }
    .footer-info-box {
        gap: 20px;
        align-items: center;
    }
    .footer-info-copyright p{
        text-align: center;
    }
    .footer-contact-box {
        align-items: center;
        flex-direction: column-reverse;
        gap: 80px;
    }
    .contact-number-box a{
        font-size: 26px;
    }
    .footer-contact-social{
        align-items: center;
    }
    .footer-contact-social p{
        text-align: center;
    }
    .footer-contact-social-link{
        gap: 30px;
    }
    .footer-contact-number{
         align-items: center;
         gap: 33px;
    }
    .footer-contact-number p{
        text-align: center;
    }

    .divider-img {
        max-height: 35px;
    }
}
@media (max-width: 576px) {

}
@media (max-width: 480px) {
    .services-list{
        gap: 100px;
    }
}
@media (max-width: 380px) {

}




/*Reviews блок*/

.reviews-content{
    flex-direction: column;
    align-items: center;
    padding-top: 160px;
    padding-bottom: 300px;
    gap: 20px;
}
.reviews-content-title {
    flex-direction: column;
    gap: 20px;
}

.icon_line_right {
    width: 264px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 8px;
}
.reviews-wrapper{
    width: 100%;
}
.swiper-nav {
    width: 100%;
    gap: 20px;
    flex-direction: row-reverse;
    margin-bottom: 37px;
}
.swiper-nav .swiper-button-next,.swiper-nav .swiper-button-prev{
    position: unset;
    display: block;
    width: 46px;
    height: 46px;
    margin: 0;
}
.swiper-button-next>svg{
    rotate: 180deg;
}
.swiper-nav .swiper-button-prev:after, .swiper-button-next:after {
    content: none;
}
.swiper-nav .swiper-button-next:after, .swiper-button-prev:after{
    content: none;
}
.swiper-nav .swiper-button-next.swiper-button-disabled,
.swiper-nav .swiper-button-prev.swiper-button-disabled{
    filter: grayscale(1);
    opacity: 1;
}


.swiper-slide {
    border-radius: 25px;
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.10), 0 10px 8px 0 rgba(0, 0, 0, 0.04);
}

.swiper-slide-content  {
    margin: 0 auto;
    max-width: 400px;
    padding: 40px 50px;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap:30px;
    min-height: 350px;
}

.slide-content-box{
    flex-direction: column;
    gap: 20px;
}
.slide-content-title{
    flex-direction: column;
    gap: 10px;
    width: 100%;
    align-items: flex-start;
}
.slide-content-title>p{
    font-size: 22px;
    margin: 0;
}
.reviews-star-wrapper {
    justify-content: center;
    gap: 3px;
}
.reviews-star {
    width:14px;
    height: auto;
    background-color: #6C6962;
    clip-path: polygon(99.8885% 36.5999%, 99.0402% 35.3300%, 97.6519% 34.6937%, 66.5087% 30.1480%, 52.5542% 1.9614%, 51.5224% 0.8306%, 50.0500% 0.4119%, 48.5776% 0.8306%, 47.5459% 1.9614%, 33.6112% 30.1546%, 2.4679% 34.6310%, 1.0226% 35.2545%, 0.1426% 36.5595%, 0.1063% 38.1331%, 0.9251% 39.4774%, 23.4658% 61.4927%, 18.1403% 92.4642%, 18.3056% 93.9932%, 19.2539% 95.2040%, 20.6988% 95.7307%, 22.2038% 95.4143%, 50.0467% 80.7661%, 77.9029% 95.4077%, 79.4079% 95.7223%, 80.8519% 95.1943%, 81.7989% 93.9830%, 81.9630% 92.4543%, 76.6277% 61.4894%, 99.1650% 39.4708%, 99.9298% 38.1366%, 99.8720% 36.5999%, 99.8885% 36.5999%);
    aspect-ratio: 1/1;

}
.reviews-star.reviews-star-active {
    background-color: #FECE3C;
}
.slide-content-text{
    flex-direction: column;
    gap: 6px;
    width: 100%;
    align-items: flex-start;
}
.slide-content-text>p{
    font-size: 16px;
    line-height: 135%;
    margin: 0;
}
.slide-content-social{
    padding: 8px 12px;
    border: #dddddd 1px solid;
    border-radius: 5px;
}
.social-img{
    max-width: 55px;
    max-height: 16px;
}
.social-img img{
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
}
@media (max-width: 992px) {
    .reviews-content{
        padding-top: 80px;
        padding-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .swiper-slide-content  {
        min-height: unset;
    }
}

/*Form style*/
.form-input-box{
    width: 100%;
}
.form_field_none_correct{
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: #fd2c33;
    margin-top: 5px;
    display: none;
    width: 100%;
}
.form_success, .form_none_success {
    display: flex;
    flex-direction: column;
    gap: 20px;
    top: 0;
    left: 0;
    background-color: #ffffff;
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
    border-radius:0;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 20px 30px;
}
.form_success svg {
    height: 50px;
    width: 50px;
}
#calc-form .form_success svg {
    height: 100px;
    width: 100px;
    margin-bottom: 20px;
}
#get-price-form > .form_success {
    /*border: 4px solid #FA8C00;*/
    /*border-radius:0 0 15px 15px;*/
}
.form_success_text, .form_none_success_text{
     font-size: 18px;
     line-height: 115%;
     margin: 0;
 }
.form_none_success{
    border: none;
    border-radius:0;
}
.form_none_success_text a,
.form_none_success_text a:hover,
.form_none_success_text a:focus,
.form_none_success_text a:visited {
    color: #777777;
}

.form_none_success a {
    font-size: 24px;
    margin-bottom: 10px;
}

/* Buttons Hover effects */
button, a.bg-orange {
    transition: 0.15s linear;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.13);
}
button.button-taxi:hover {
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);
    border-color: #FA8C00;
}
button.bg-orange:hover, a.bg-orange:hover {
    background-color: #ff820c;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);
}
button.bg-orange-light:hover {
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);
}
@media (max-width: 992px) {
    button, a.bg-orange {
        box-shadow: 0 10px 15px -3px rgba(0,0,0,0.10);
    }
}