section {
    overflow: hidden;
}

:root {
    --blue: #2e75e9;
    --blue-light: #3d7be0;
}

#corporate {
    --blue: #2e75e9;
    --blue-light: #3d7be0;
}
@media (max-width: 991px){
    #corporateHeader .menu_icon {
        margin-left: auto;
    }
}

#corporate .main_section .arrow {
    box-shadow: 0 -20px 45px 10px rgba(0, 0, 0, 0.15);
}

@font-face {
    font-family: 'Gilroy';
    font-weight: bold;
    src: url('../fonts/Gilroy-Bold.ttf');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 600;
    src: url('../fonts/Gilroy-Semibold.ttf');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 500;
    src: url('../fonts/Gilroy-Medium.ttf');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 400;
    src: url('../fonts/Gilroy-Regular.ttf');
}

.media_block {
    background: #fafafa;
    border-radius: 4px;
}

.section_title {
    font-size: 38px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 50px;
}

@-webkit-keyframes shine {
    0% {
        background-position: right;
    }
    /*100% {
      background-position: left; it's the default value, no need to define it
    }*/
}

@keyframes shine {
    0% {
        background-position: right;
    }
    /*100% {
      background-position: left; it's the default value, no need to define it
    }*/
}

@-webkit-keyframes bottom {
    0% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    50% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }
    100% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

@keyframes bottom {
    0% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    50% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }
    100% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

/* Global styles */
* {
    margin: 0;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

input,
input::-webkit-input-placeholder,
textarea,
button,
textarea::-webkit-input-placeholder {
    font-family: 'Gilroy', sans-serif;
    border: none;
    outline: none;
}

input,
input::-moz-placeholder,
textarea,
button,
textarea::-moz-placeholder {
    font-family: 'Gilroy', sans-serif;
    border: none;
    outline: none;
}

input,
input:-ms-input-placeholder,
textarea,
button,
textarea:-ms-input-placeholder {
    font-family: 'Gilroy', sans-serif;
    border: none;
    outline: none;
}

input,
input::-ms-input-placeholder,
textarea,
button,
textarea::-ms-input-placeholder {
    font-family: 'Gilroy', sans-serif;
    border: none;
    outline: none;
}

input,
input::placeholder,
textarea,
button,
textarea::placeholder {
    font-family: 'Gilroy', sans-serif;
    border: none;
    outline: none;
}

input[type="submit"] {
    cursor: pointer;
}

body {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
}

section {
    position: relative;
}

/* Mixins */
.flex_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.img_center {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.lrtb {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

header {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 90px;
    z-index: 2000;
    border-bottom: 2px solid rgba(255, 255, 255, 0.16);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header .menu_icon {
    display: none;
}

header .menu_icon .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

header .menu_icon .icon div {
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 5px 0;
}

header.fixed {
    position: fixed;
    background: var(--blue);
}

header .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header .logo h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

header .menu_block {
    margin-right: auto;
    margin-left: 25px;
}

header .menu_block .menu {
    display: flex;
    align-items: center;
}


header .menu_block > img {
    display: none;
}

header .menu_block .menu .menu_link {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-right: 15px;
    position: relative;
}

header .menu__dropdown {
    margin-right: 15px;
    position: relative;
}
header .menu__dropdown__header {
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
header .menu__dropdown__header__label {
    margin-right: 8px!important;
}

header .menu__dropdown__header img {
    width: 16px;
}
header .menu__dropdown__body {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    background: #fff;
    padding: 0;
    display: none;
    width: 220px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    z-index: 100;
}
header .menu__dropdown__body a {
    padding: 10px 15px;
    display: block;
    font-size: 14px;
    transition: background-color .15s;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}
header .menu__dropdown__body a:hover {
    background-color: #f5f5f5;
}
header .menu_block .menu .menu_link:last-child {
    margin-right: 0;
}

header .menu_block .menu .menu_link:after {
    content: '';
    position: absolute;
    bottom: -37px;
    left: 50%;
    width: 0px;
    transform: translate(-50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 2px;
    background: #fff111;
}

header .menu_block .menu .menu_link.active:after {
    width: 100%;
}

header .menu_block .menu .menu_link:hover:after {
    width: 100%;
}

header .phone_block a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

header .phone_block a img {
    margin-right: 8px;
    height: 16px;
}

.callback_btn img{
    width: 20px;
}
.callback_btn {
    position: fixed;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    background: #00cd67;
    height: 40px;
    width: 40px;
    bottom: 30px;
    right: 30px;
    color: #fff;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2000;
    cursor: pointer;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.callback_btn:after,
.callback_btn:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #00cd67;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    -webkit-animation: animation 1.5s linear infinite;
    animation: animation 1.5s linear infinite;
    opacity: 0;
}

.callback_btn.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.callback_btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.callback_btn:after {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.main_section {
    height: 800px;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main_section::before {
    content: '';
    position: absolute;
    left: -400px;
    right: -400px;
    bottom: 60px;
    top: -400px;
    border-radius: 50%;
    background-color: var(--blue);
    background-position: bottom center;
    -webkit-background-size: cover;
    background-size: cover;
}

.main_section .container {
    position: relative;
    z-index: 200;
}

.service_single_section .row {
    align-items: center;
}

.main_section::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, transparent), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(66%, transparent));
    background-image: -o-linear-gradient(left, transparent 33%, rgba(255, 255, 255, 0.3) 50%, transparent 66%);
    background-image: -webkit-linear-gradient(left, transparent 33%, rgba(255, 255, 255, 0.3) 50%, transparent 66%);
    background-image: linear-gradient(to right, transparent 33%, rgba(255, 255, 255, 0.3) 50%, transparent 66%);
    -webkit-background-size: 400% 100%;
    background-size: 400% 100%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.main_section .main_content {
    width: 50%;
    color: #fff;
    position: relative;
    z-index: 50;
}
.main_section .main_content__image {
    border: 10px solid #fff;
    z-index: 50;
    width: calc(100% - 30px);
    margin-left: 30px;
    max-height: 450px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    position: relative;
}
.main_section .main_content h6 {
    font-weight: 400;
    font-size: 14px;
}

.main_section .main_content h2 {
    margin: 25px 0;
    font-size: 40px;
    min-height: 100px;
}

.main_section .main_content p {
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 1.8;
    white-space: pre-wrap;
}

.main-content__btn_for-business-clients {
    background: #fff !important;
    border-color: #ccc !important;
}

.main_section .main_content a {
    margin-top: 5px;
    margin-right: 10px;
    padding: 0 15px;
    width: fit-content;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3cb69), to(#fcc338));
    background: -webkit-linear-gradient(top, #f3cb69, #fcc338);
    background: -o-linear-gradient(top, #f3cb69, #fcc338);
    background: linear-gradient(to bottom, #f3cb69, #fcc338);
    border-bottom: 3px solid #9b6f05;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2c2c2c;
    cursor: pointer;
}

.main_section .main_content a:last-child {
    margin-right: 0;
}

.main_section .main_content__btns {
    display: flex;
    flex-wrap: wrap;
}

.main_section .main_content a:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
    box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
}

.main_section .img_sliders {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main_section .img_sliders img {
    position: absolute;
    top: 0%;
    z-index: 20;
    width: 40%;
    left: unset;
    right: 0;
    -webkit-transition: 0.6s linear;
    -o-transition: 0.6s linear;
    transition: 0.6s linear;
}

.main_section .image_content {
    width: calc(50% - 20px);
    position: relative;
}

.main_section .image_content.image_content_service {
    display: block!important;
}

.count_section .about_us {
    margin: 15px 0;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}

.main_section .image_content .slider_arrow:hover {
    background: #eee;
}

.main_section .image_content .slider_arrow {
    transition: 0.3s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 200;
    background: #fff;
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.main_section .image_content .slider_arrow svg {
    width: 30%;
    fill: var(--blue);
}

.main_section .image_content .slider_arrow.arrow_left {
    left: 15%;
}

.main_section .image_content .slider_arrow.arrow_right {
    right: -50px;
}

.main_section .image_content .slider_arrow.arrow_right svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main_section .image_content:after {
    content: '';
    position: absolute;
    left: -40px;
    top: -40px;
    right: -40px;
    bottom: -40px;
    background-image: url(../img/slider_img_bg.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.main_section .arrow {
    position: absolute;
    bottom: 30px;
    height: 64px;
    width: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    z-index: 20;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: bottom 2s infinite;
    animation: bottom 2s infinite;
    -webkit-box-shadow: 0 -20px 45px 10px rgba(46, 117, 233, 0.8);
    box-shadow: 0 -20px 45px 10px rgba(46, 117, 233, 0.8);
}

.main_section .arrow img {
    height: 14px;
}

.count_section {
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 140px;
}

.count_section .blob {
    content: '';
    position: absolute;
    right: -50px;
    top: 20px;
}

.count_section .blob_reverse {
    content: '';
    position: absolute;
    left: -50px;
    top: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.count_section .count_row {
    margin-top: 120px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.count_section .count_item {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: -webkit-calc(33.333333% - 25px);
    width: calc(33.333333% - 25px);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    padding: 30px;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}

.count_section .count_item h2 {
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--blue);
}

.count_section .count_item p {
    line-height: 1.6;
}

.count_section .count_item .icon {
    position: absolute;
    top: -39px;
    height: 78px;
    width: 78px;
    right: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.count_section .count_item .icon img {
    height: 36px;
}

.services_section {
    overflow: hidden;
    padding: 120px 0;
}

.services_section .blob {
    content: '';
    position: absolute;
    right: -50px;
    bottom: 20%;
}

.services_section .blob_reverse {
    content: '';
    position: absolute;
    left: 0px;
    top: 20px;
}

.services_section .services_item {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    border: 10px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    width: 100%;
}

.services_section .services_item:nth-child(1) {
    background: #e1ecff;
}

.services_section .services_item:nth-child(2) {
    background: #c4ffe2;
}

.services_section .services_item:nth-child(3) {
    background: #ffe7ec;
}

.services_section .services_item:last-child {
    margin-bottom: 0;
}

.services_section .services_item img {
    width: 50%;
    background: #fff;
    height: 100%;
    align-self: flex-start;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;

}

.services_section .services_item .service_desc {
    width: 50%;
    padding: 30px;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.services_section .services_item .service_desc h6 {
    font-weight: 400;
    font-size: 14px;
}

.services_section .services_item .service_desc h2 {
    margin: 20px 0;
    font-size: 24px;
}

.services_section .services_item .service_desc p {
    font-size: 16px;
    white-space: pre-wrap;
}

.services_section .services_item .service_desc a {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3cb69), to(#fcc338));
    background: -webkit-linear-gradient(top, #f3cb69, #fcc338);
    background: -o-linear-gradient(top, #f3cb69, #fcc338);
    background: linear-gradient(to bottom, #f3cb69, #fcc338);
    border-bottom: 3px solid #9b6f05;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2c2c2c;
    cursor: pointer;
    width: 180px;
    height: 52px;
}

.services_section .services_item .service_desc a:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
    box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
}


.advantages_section {
    background: var(--blue);
    padding-top: 100px;
    padding-bottom: 40px;
    color: #fff;
}

.advantages_section .section_title {
    color: #ffffff;
}

.advantages_section .row {
    justify-content: center;
}

.advantages_section .item {
    width: -webkit-calc(33.333333% - 60px);
    width: calc(33.333333% - 60px);
    margin: 0 30px;
    margin-bottom: 60px;
}

.advantages_section .item .icon {
    height: 90px;
    width: 90px;
    background: var(--blue-light);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.advantages_section .item .icon img {
    filter: invert(1) brightness(1000%);
    height: 48px;
}

.advantages_section .item .icon:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -5px;
    right: -5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: var(--blue-light);
}

.advantages_section .item p {
    font-size: 16px;
    line-height: 1.6;
}

.advantages_section .item h3 {
    margin-top: 30px;
    font-size: 24px;
    margin-bottom: 12px;
}

.advantages_section--service .item {
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantages_section--service .row {
    justify-content: space-around;
}

.reviews_section {
    padding: 80px 0;
    background-color: #e1ecff;
}
.reviews_section .flickity-page-dots {
    bottom: -50px;
    left: 0;
}

.reviews_section .flickity-page-dots li {
    margin: 0 15px;
    background: #fff;
    opacity: 1;
}

.reviews_section .flickity-page-dots li.is-selected {
    background: #00cd67;
}


.reviews_section .reviews_row > .flickity-prev-next-button {
    height: 64px;
    width: 64px;
    background: #00cd67;
    -webkit-box-shadow: 0 0 20px rgba(0, 255, 25, 0.65);
    box-shadow: 0 0 20px rgba(46, 255, 25, 0.65);
}

.reviews_section .reviews_row > .flickity-prev-next-button .flickity-button-icon {
    width: 25%;
    fill: #ffffff;
    left: 37.5%;
}

.reviews_section .reviews_row > .flickity-prev-next-button.next {
    right: 40px;
}

.reviews_section .reviews_row > .flickity-prev-next-button.previous {
    left: 40px;
}

.reviews_section .reviews_row .flickity-button:disabled {
    opacity: 1;
}

.reviews_section .reviews_row .flickity-viewport {
    width: 100%;
}

.reviews_section .reviews_row .reviews_item.is-selected {
    transform: scale(1);
}

.reviews_section .reviews_row .reviews_item {
    transform-origin: center;
    transform: scale(0.7);
    transition: .3s transform;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 500px;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    margin-bottom: 80px;
    position: relative;
}

.reviews_item iframe {
    width: 100%;
    flex-grow: 2;
}
.reviews__item__desc {
    margin-top: 12px;
    text-align: center;
}
.reviews__item__name {
    font-size: 18px;
    color: var(--blue);
    margin-bottom: 8px;
}
.reviews__item__bio {
    font-size: 14px;
    color: #757575;
    font-weight: 400;
}
.reviews_section .reviews_row .reviews_desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    width: 50%;
    padding-left: 40px;
}

.reviews_section .reviews_row .reviews_desc h6 {
    color: var(--blue);
    margin: 20px 0;
    font-size: 14px;
    font-weight: 400;
}

.reviews_section .reviews_row .reviews_desc h2 {
    font-size: 22px;
}

.reviews_section .reviews_row .reviews_desc p {
    line-height: 1.5;
}

.reviews_section .reviews_row .reviews_desc a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3cb69), to(#fcc338));
    background: -webkit-linear-gradient(top, #f3cb69, #fcc338);
    background: -o-linear-gradient(top, #f3cb69, #fcc338);
    background: linear-gradient(to bottom, #f3cb69, #fcc338);
    border-bottom: 3px solid #9b6f05;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2c2c2c;
    cursor: pointer;
    width: 240px;
    height: 64px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.reviews_section .reviews_row .reviews_desc a:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
    box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
}

.reviews_section .reviews_row .reviews_desc .list {
    width: 100%;
    margin: 15px 0;
}

.reviews_section .reviews_row .reviews_desc .list .item {
    margin: 6px 0;
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
}

.reviews_section .reviews_row .reviews_desc .list .item .dots {
    -webkit-box-flex: 400;
    -webkit-flex-grow: 400;
    -ms-flex-positive: 400;
    flex-grow: 400;
    margin: 0 5px;
    margin-bottom: 2px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.35);
}

.reviews_section .reviews_row .images_row {
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
    margin: 0 auto;
    margin-top: 20px;
}

.reviews_section .reviews_row .images_row .flickity-prev-next-button {
    height: 36px;
    width: 36px;
    background: #eeeeee;
}

.reviews_section .reviews_row .images_row .flickity-prev-next-button .flickity-button-icon {
    width: 30%;
    fill: var(--blue);
    left: 35%;
}

.reviews_section .reviews_row .images_row .flickity-prev-next-button.next {
    right: 35px;
}

.reviews_section .reviews_row .images_row .flickity-prev-next-button.previous {
    left: 35px;
}

.reviews_section .reviews_row .images_row .flickity-button:disabled {
    opacity: 1;
    background: #eeeeee;
}

.reviews_section .reviews_row .images_row .image_item {
    height: 80px;
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 0 10px;
    position: relative;
}

.reviews_section .reviews_row .images_row .image_item:first-child {
    padding-left: 12.5px;
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
}

.reviews_section .reviews_row .images_row .image_item:last-child {
    padding-right: 12.5px;
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
}

.reviews_section .reviews_row .images_row .image_item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(46, 117, 233, 0.85);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.reviews_section .reviews_row .images_row .image_item .overlay img {
    height: 32px;
    width: auto;
}

.reviews_section .reviews_row .images_row .image_item:hover .overlay {
    opacity: 1;
}

.reviews_section .reviews_row .images_row .image_item img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.portfolio_section {
    padding: 100px 0;
    background: var(--blue);
}

.portfolio_section .flickity-page-dots {
    bottom: -50px;
    left: 0;
}

.portfolio_section .flickity-page-dots li {
    margin: 0 15px;
    background: #fff;
    opacity: 1;
}

.portfolio_section .flickity-page-dots li.is-selected {
    background: #00cd67;
}

.portfolio_section .section_title {
    color: #fff;
}

.portfolio_section .portfolio_row {
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 40px 50px;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.portfolio_section .portfolio_row > .flickity-prev-next-button {
    height: 64px;
    width: 64px;
    background: #00cd67;
    -webkit-box-shadow: 0 0 20px rgba(0, 255, 25, 0.65);
    box-shadow: 0 0 20px rgba(46, 255, 25, 0.65);
}

.portfolio_section .portfolio_row > .flickity-prev-next-button .flickity-button-icon {
    width: 25%;
    fill: #ffffff;
    left: 37.5%;
}

.portfolio_section .portfolio_row > .flickity-prev-next-button.next {
    right: -40px;
}

.portfolio_section .portfolio_row > .flickity-prev-next-button.previous {
    left: -40px;
}

.portfolio_section .portfolio_row .flickity-button:disabled {
    opacity: 1;
}

.portfolio_section .portfolio_row .flickity-viewport {
    width: 100%;
}

.portfolio_section .portfolio_row .portfolio_image {
    width: 50%;
}

.portfolio_section .portfolio_row .portfolio_image video {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: 350px;
}

.portfolio_section .portfolio_row .portfolio_image .main_img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: 350px;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}

.portfolio_section .portfolio_row .portfolio_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.portfolio_section .portfolio_row .portfolio_desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    width: 50%;
    padding-left: 40px;
}

.portfolio_section .portfolio_row .portfolio_desc h6 {
    color: var(--blue);
    margin: 20px 0;
    font-size: 14px;
    font-weight: 400;
}

.portfolio_section .portfolio_row .portfolio_desc h2 {
    font-size: 22px;
}

.portfolio_section .portfolio_row .portfolio_desc p {
    line-height: 1.5;
}

.portfolio_section .portfolio_row .portfolio_desc a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3cb69), to(#fcc338));
    background: -webkit-linear-gradient(top, #f3cb69, #fcc338);
    background: -o-linear-gradient(top, #f3cb69, #fcc338);
    background: linear-gradient(to bottom, #f3cb69, #fcc338);
    border-bottom: 3px solid #9b6f05;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2c2c2c;
    cursor: pointer;
    width: 240px;
    height: 64px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.portfolio_section .portfolio_row .portfolio_desc a:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
    box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
}

.portfolio_section .portfolio_row .portfolio_desc .list {
    width: 100%;
    margin: 15px 0;
}

.portfolio_section .portfolio_row .portfolio_desc .list .item {
    margin: 6px 0;
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
}

.portfolio_section .portfolio_row .portfolio_desc .list .item .dots {
    -webkit-box-flex: 400;
    -webkit-flex-grow: 400;
    -ms-flex-positive: 400;
    flex-grow: 400;
    margin: 0 5px;
    margin-bottom: 2px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.35);
}

.portfolio_section .portfolio_row .images_row {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    overflow: auto;
}

.portfolio_section .portfolio_row .images_row .flickity-button:disabled {
    opacity: 1;
    background: #eeeeee;
}

.portfolio_section .portfolio_row .images_row .image_item {
    height: 80px;
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 0 10px;
    position: relative;
    flex-shrink: 0;
    border: 1px solid #f5f5f5;
}


.portfolio_section .portfolio_row .images_row .image_item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(46, 117, 233, 0.85);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.portfolio_section .portfolio_row .images_row .image_item .overlay img {
    height: 32px;
    width: auto;
}

.portfolio_section .portfolio_row .images_row .image_item:hover .overlay {
    opacity: 1;
}

.portfolio_section .portfolio_row .images_row .image_item img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.steps_section {
    padding: 100px 0;
}

.steps_section .blob {
    position: absolute;
    bottom: 200px;
    right: 0;
}

.steps_section > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.steps_section .step_img {
    position: absolute;
    width: 50%;
    margin-top: 200px;
    margin-left: -50px;
}

.steps_section .steps_btn {
    margin-top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3cb69), to(#fcc338));
    background: -webkit-linear-gradient(top, #f3cb69, #fcc338);
    background: -o-linear-gradient(top, #f3cb69, #fcc338);
    background: linear-gradient(to bottom, #f3cb69, #fcc338);
    border-bottom: 3px solid #9b6f05;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2c2c2c;
    cursor: pointer;
    width: 240px;
    height: 64px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.steps_section .steps_btn:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
    box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
}

.steps_section .row {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.steps_section .row .steps_block {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.steps_section .row .steps_block .steps_list {
    margin-top: 55px;
    width: 100%;
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.steps_section .row .steps_block .steps_list.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.steps_section .row .steps_block .steps_list .step_item {
    margin-bottom: 24px;
    height: 160px;
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.steps_section .row .steps_block .steps_list .step_item:after {
    content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    bottom: 5px;
    border: 2px dotted #e6e6e6;
}

.steps_section .row .steps_block .steps_list .step_item h6 {
    color: var(--blue);
    margin-bottom: 20px;
    font-size: 16px;
}

.steps_section .row .steps_block .steps_list .step_item h2 {
    font-size: 48px;
    margin-bottom: 12px;
    font-weight: 800;
    position: absolute;
    top: 5px;
    right: 15px;
    color: var(--blue);
    opacity: 0.1;
}

.steps_section .row .steps_block .steps_list .step_item h4 {
    font-size: 16px;
    font-weight: 600;
}

.steps_section .row .steps_block .tabs_row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.steps_section .row .steps_block .tabs_row a {
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3cb69), to(#fcc338));
    background: -webkit-linear-gradient(top, #f3cb69, #fcc338);
    background: -o-linear-gradient(top, #f3cb69, #fcc338);
    background: linear-gradient(to bottom, #f3cb69, #fcc338);
    border-bottom: 3px solid #9b6f05;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2c2c2c;
    cursor: pointer;
    text-align: center;
    height: 78px;
    width: 50%;
    -webkit-border-radius: 39px;
    border-radius: 39px;
}

.steps_section .row .steps_block .tabs_row a:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
    box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
}

.steps_section .row .steps_block .tabs_row a:first-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #fff;
}

.steps_section .row .steps_block .tabs_row a:last-child {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.steps_section .row .steps_block .tabs_row a.active {
    background: #f7b103;
}

.review_section {
    background: #00cd67;
    padding: 100px 0;
}

.review_section .section_title {
    margin-bottom: 60px;
    color: #fff;
}

.review_section .review_row {
    width: 70%;
    margin: 0 auto;
}

.review_section .flickity-page-dots {
    bottom: -50px;
    left: 0;
}

.review_section .flickity-page-dots li {
    margin: 0 15px;
    background: #eeeeee;
    opacity: 1;
}

.review_section .flickity-page-dots li.is-selected {
    background: #ffffff;
}

.review_section .flickity-viewport {
    width: 100%;
    padding: 0;
}

.review_section .flickity-prev-next-button {
    height: 64px;
    width: 64px;
    background: #FFffff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.review_section .flickity-prev-next-button .flickity-button-icon {
    width: 25%;
    fill: var(--blue);
    left: 37.5%;
}

.review_section .flickity-prev-next-button.next {
    right: -80px;
}

.review_section .flickity-prev-next-button.previous {
    left: -80px;
}

.review_section .flickity-button:disabled {
    opacity: 1;
}

.review_section .flickity-viewport {
    width: 100%;
}

.review_section .review_item {
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
    margin: 25px;
    margin-bottom: 30px;
    padding: 25px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.review_section .review_item > img {
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 170px;
    -o-object-position: center;
    object-position: center;
    object-fit: contain;
}

.review_section .review_item .ava {
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.review_section .review_item .ava img {
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}

.review_section .review_item .ava .ava_desc {
    width: -webkit-calc(100% - 62px);
    width: calc(100% - 62px);
    margin-left: 12px;
}

.review_section .review_item .ava .ava_desc h4 {
    font-size: 14px;
    font-weight: 500;
}

.review_section .review_item .ava .ava_desc p {
    font-size: 14px;
    color: #b9b9b9;
    font-weight: 500;
}

.review_section .review_item > p {
    font-size: 14px;
    margin-bottom: 20px;
}

.partners_section {
    padding: 120px 0;
}

.partners_section .partners_row {
    justify-content: center;
}

.partners_section .partners_row .partner_item {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    padding: 40px;
    width: -webkit-calc(33.3333333333% - 30px);
    width: calc(33.3333333333% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners_section .partners_row .partner_item img {
    max-width: 100%;
}

footer {
    color: #fff;
    background: var(--blue);
    padding: 50px 0;
}

footer .footer_item {
    width: 25%;
}

footer .footer_menu {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

footer .footer_menu .menu_half {
    margin-right: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer .footer_menu .menu_half:last-child {
    margin-right: 0;
}

footer .footer_menu a {
    color: #fff;
    margin-bottom: 10px;
    transition: 0.3s;
}

footer .footer_menu a:hover {
    color: #f3cb69;
}

footer .footer_contacts p {
    margin-bottom: 10px;
}

footer .footer_contacts .address {
    margin: 10px 0;
    line-height: 1.4;
}

footer .footer_btn, footer .download_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3cb69), to(#fcc338));
    background: -webkit-linear-gradient(top, #f3cb69, #fcc338);
    background: -o-linear-gradient(top, #f3cb69, #fcc338);
    background: linear-gradient(to bottom, #f3cb69, #fcc338);
    border-bottom: 3px solid #9b6f05;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2c2c2c;
    cursor: pointer;
    margin-top: 20px;
    width: auto;
    padding: 0 20px;
    height: 56px;
}

footer .footer_btn:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
    box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
}

footer .footer_logo {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

footer .bottom_footer {
    height: 100px;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

footer .bottom_footer a {
    color: #fff;
    margin-left: auto;
}

.modal {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 20000;
}

.callback_form__message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    display: none;
}

.callback_form__message.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.callback_form__message img {
    width: 295px;
}

.callback_form__message h3 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.callback_form__message  p {
    font-weight: 500;
}

.modal .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(46, 117, 233, 0.95);
}

.modal .modal_container {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal .modal_container .modal_content {
    padding: 48px;
    width: 500px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    position: relative;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
}

.modal .modal_container .modal_content .close {
    position: absolute;
    right: 10px;
    top: -32px;
    height: 64px;
    width: 64px;
    cursor: pointer;
    background: #f7b103;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.modal .modal_container .modal_content .close img {
    height: 24px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.modal .modal_container .modal_content .close:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}

.modal .modal_container .modal_content .close:hover img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.modal .modal_container .modal_content form > p {
    margin-top: 17px;
    margin-bottom: 30px;
    font-weight: 500;
}

.modal .modal_container .modal_content h4 {
    font-size: 28px;
}

.modal .modal_container .modal_content input,
.modal .modal_container .modal_content textarea {
    height: 64px;
    width: 100%;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    margin-bottom: 16px;
    border: 1px solid #dfdfdf;
    padding-left: 32px;
}

.modal .modal_container .modal_content textarea {
    height: 100px;
    padding-top: 24px;
    padding-right: 32px;
    line-height: 1.4;
    resize: none;
}

.modal .modal_container .modal_content .submit_btn {
    height: 64px;
    width: 260px;
    margin: 0 auto;
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3cb69), to(#fcc338));
    background: -webkit-linear-gradient(top, #f3cb69, #fcc338);
    background: -o-linear-gradient(top, #f3cb69, #fcc338);
    background: linear-gradient(to bottom, #f3cb69, #fcc338);
    border-bottom: 3px solid #9b6f05;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2c2c2c;
    cursor: pointer;
}

.modal .modal_container .modal_content .submit_btn:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
    box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
}

.message_modal .modal_container .modal_content {
    width: 600px;
}

footer .footer_contacts a {
    color: #fff;

}

.telegram {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 15px;
    text-decoration: underline;
}

.telegram img {
    margin-right: 12px;
    height: 32px;
    width: 32px;

}

.telegram span {
    width: calc(100% - 44px);
}

.calc {
    padding: 100px 0;
    background-color: var(--blue);
}

.calc .steps {
    margin: 0 auto;
    padding: 15px;
    background: #f2f7ff;
    display: flex;
    width: 100%;
}

.calc .steps-progress {
    background-color: #fff;
    display: flex;
    width: 100%;
    border-radius: 24px;
}

.calc .steps-progress__item {
    color: #fff;
}

.calc .section_title {
    color: #fff;
    margin-bottom: 50px;
}

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

.calc .info__row {
    display: flex;
    flex-wrap: wrap;
}

.calc .info__row .info {
    width: fit-content !important;
    padding-right: 32px;
}

.calc .info input, .calc .info textarea {
    transition: .3s;
}

.calc .info textarea:focus {
    background: #f5f5f5;
    border-color: #f5f5f5;
}

.calc .info input:focus {
    background: #f5f5f5;
    border-color: #f5f5f5;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.calc .step_content {
    padding: 25px;
    width: 100%;
    display: none;
}

.calc h3 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
}

.calc .types {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin: 0 -5px;
}

.calc .types .item.active {
    border-color: var(--blue);
    border-width: 2px;
}

.calc .types .item {
    width: calc(33.3333333333% - 10px);
    margin: 0 5px;
    display: flex;
    align-items: center;
    transition: .3s;
    cursor: pointer;
    text-align: left;
    padding: 10px 15px;
    border: 2px solid #f5f5f5;
    border-radius: 4px;
}

.calc .types .item:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    transform: translate(0, -10px);
    border-color: transparent;
}

.calc .types .item.active:hover {
    border-color: var(--blue);
}

.radiobtns {
    display: flex;
    flex-wrap: wrap;
}

.radiobtns .item input, .radiobtns .item label {
    cursor: pointer;
}

.radiobtns .item label {
    flex-grow: 4;
    padding-left: 12px;
    font-size: 16px;
}

.radiobtns .item input {
    height: 24px;
    width: 24px;
    margin-bottom: 0;
}

.radiobtns .item {
    cursor: pointer;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    width: 50%;
}

.calc .btns_row {
    display: flex;
    padding: 20px 0;
    background: #f5f9ff;
    width: 100%;
    justify-content: center;
}

.calc .container {
    background: #fff;
}

.calc_title {
    width: fit-content;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 18px;
}

.calc_title span {
    text-decoration: underline;
}

.calc_title img {
    filter: invert(1);
    height: 24px;
    transform: scale(-1);
}

.calc_title p {
    margin-left: auto;
}

.calc .btns_row button img {
    height: 16px;
    margin-left: 12px;
}

.calc .btns_row button {
    width: 180px;
    height: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    cursor: pointer;
}

.calc .btns_row button.prev {
    background: transparent;
    border: 2px solid var(--blue);
    color: var(--blue);
    margin-right: 20px;
}

.calc .btns_row button.next {
    background: var(--blue);
    color: #fff;
}

.calc .btns_row button.back_to_calc {
    background: var(--blue);
    color: #fff;
}

.calc .finish_content {
    display: none;
    width: 100%;
}

.finish_content {
    padding: 20px;
}

.calc .btns_row button[disabled] {
    opacity: .3;
}

.calc .btns_row button.finish {
    background: #00cd67;
    color: #fff;
    margin-left: 20px;
}

.calc .btns_row button.finish.disabled {
    opacity: 0.3;
}

.calc .types .item img {
    height: 50px;
    max-width: 100%;
    margin-right: 12px;
    object-fit: contain;
}

.calc .types .item h4 {
    font-size: 16px;
    font-weight: 400;
}

.calc .steps .step.green {
    color: #ffffff !important;
    background: #00cd67 !important;
}

.calc .pages_color .item {
    width: calc(25% - 10px);
}

.calc .pages_color .item h4 {
    font-size: 16px;
}

.page_input {
    display: flex;
    align-items: center;
}

.calc .page_input input {
    margin-bottom: 0;
    width: 60%;
}

.calc .load_btn {
    border-radius: 24px;
    height: 48px;
    width: fit-content;
    display: flex;
    padding: 0 32px;
    cursor: pointer;
    transition: .3s;
    align-items: center;
    background: #f1f2f3;
    max-width: 100%;
}

.calc .load_btn:hover {
    background: #ccc;
}

.file_info h3 {
    width: 100%;
    display: block;
}

.file_info p {
    font-size: 18px;
    font-weight: 600;
    margin-left: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.calc .load_btn img {
    height: 24px;
    margin-right: 8px;
}

.page_input p span {
    color: var(--blue);
}

.page_input p {
    margin-left: 32px;
    font-size: 14px;
}

.calc .steps .step {
    line-height: 36px;
    font-weight: bold;
    background: #fff;
    height: 36px;
    width: 50%;
    flex-grow: 400;
    text-align: center;
    font-size: 14px;
    border-radius: 18px;
    transition: .3s;
}

.calc .steps .step:last-child {
    margin-right: 0;
}

.calc .steps .step {
    margin-right: 3px;
    position: relative;
}

.calc .steps .step:last-child {
    margin-right: 0;
}

.calc .steps .step span {
    position: relative;
    z-index: 5;
}

.calc .steps .step.active {
    background: #83affc;
    color: #fff;
}

.calc .steps .step .steps-progress__item {
    background-color: var(--blue);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 24px;
    transition: .3s width, .3s background-color;
    width: 0;
}

.calc .steps .step.step_filled {
    color: #fff;
}

.calc .steps .step.step_fixed {
    position: fixed;
    top: 80px;
    right: 10px;
    left: 10px;
    width: calc(100% - 20px);
    z-index: 50;

}

.step__filled-icon {
    display: none;
}

.calc .steps .step.step_filled .step__filled-icon {
    display: inline;
}

.calc .steps .step.step_filled .steps-progress__item {
    background: #0fb450;
}

.calc .steps .step.active .steps-progress__item {
    background: var(--blue) !important;
}

.finish_content .input_block {
    margin-bottom: 16px;
}

.finish_content .input_block label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
}

.form_block input {
    transition: .3s;
}

.form_block input:focus {
    background: #f5f5f5;
    border-color: #f5f5f5;
}

.calc input {
    height: 48px;
    width: 100%;
    font-size: 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    border: 1px solid #dfdfdf;
    padding-left: 16px;
}

.calc .normal_calc_input_amount {
    width: 150px !important;
}

.laminated {
    position: relative;
}

.laminated::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, transparent), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(66%, transparent));
    background-image: -o-linear-gradient(left, transparent 33%, rgba(255, 255, 255, 0.3) 50%, transparent 66%);
    background-image: -webkit-linear-gradient(left, transparent 33%, rgba(255, 255, 255, 0.3) 50%, transparent 66%);
    background-image: linear-gradient(to right, transparent 33%, rgba(255, 255, 255, 0.7) 50%, transparent 66%);
    -webkit-background-size: 400% 100%;
    background-size: 400% 100%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.calc textarea {
    height: 160px;
    width: 100%;
    padding-top: 24px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    margin-bottom: 16px;
    border: 1px solid #dfdfdf;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 1.4;
    resize: none;
}

.calc .finish_row .finish_block:first-child {
    padding-right: 32px;
}

.calc .finish_row .finish_block {
    width: 50%;
}

.calc .finish_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.finish_block .list {
    margin-bottom: 20px;
}

.total_term {
    margin: 0 auto;
}

.finish_block .list h5 {
    font-size: 14px;
    margin-bottom: 8px;
}

.finish_block .item {
    font-size: 16px;
    margin-bottom: 4px;
}

.finish_value span {
    color: var(--blue);
}

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

.offer_info .info {
    margin-top: 20px;
}

.values_row {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.form_block h2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}

.form_block label {
    display: block;
    margin-bottom: 12px;
}

.book_steps .row .steps_block {
    width: 100%;
}

.book_steps .row .steps_block .steps_list {
    margin-top: 0;
}

.book_steps .row .steps_block .steps_list .step_item {
    height: auto;
    width: calc(33.333333% - 30px);
    margin: 0 15px;
}

.cabinet_btn {
    width: 180px;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    cursor: pointer;
    background: #00cd67;
    color: #fff;
    margin-left: 20px;
}

.info_row {
    display: flex;
    flex-wrap: wrap;
}

.info_row .info {
    width: 33.333333333%;
    padding-right: 30px;
}

.info_row .info:last-child {
    padding-right: 0;
}

.carts {
    display: flex;
    margin-left: auto;
}

.cabinet_links {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.main_section__btns {
    display: flex;
    flex-wrap: wrap;
}

.cabinet_links .cabinet_links__btn {
    text-align: center;
    padding: 0 15px;
    width: fit-content;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 13px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3cb69), to(#fcc338));
    background: -webkit-linear-gradient(top, #f3cb69, #fcc338);
    background: -o-linear-gradient(top, #f3cb69, #fcc338);
    background: linear-gradient(to bottom, #f3cb69, #fcc338);
    border-bottom: 2px solid #9b6f05;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2c2c2c;
    cursor: pointer;
}

.mobile_create_btn {
    order: 3;
    margin-left: auto;
    text-align: center;
    padding: 0 15px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3cb69), to(#fcc338));
    background: -webkit-linear-gradient(top, #f3cb69, #fcc338);
    background: -o-linear-gradient(top, #f3cb69, #fcc338);
    background: linear-gradient(to bottom, #f3cb69, #fcc338);
    border-bottom: 2px solid #9b6f05;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2c2c2c;
    cursor: pointer;
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.cabinet_links .link {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
    font-size: 14px;
    padding: 0 15px;
}

.header__logout__btn {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    height: 40px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
}

.header__logout__btn img {
    width: 16px;
    filter: invert(1) brightness(1000%);
}

.form_section {
    background: var(--blue);
    padding-bottom: 60px;
    padding-top: 120px;
}

.form_section form {
    padding: 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 15px 0 35px rgba(0, 0, 0, 0.15);
}

.form_section label {
    display: block;
    margin-bottom: 12px;
}

.form_section .input_block {
    margin-bottom: 16px;
}

.form_section form h2 {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.form_section form p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

.form_section form p span {
    color: var(--blue);
    font-weight: 600;
}

.form_section form {
    width: 600px;
    margin: 0 auto;
}

.form_section input {
    transition: .3s;
    height: 48px;
    width: 100%;
    font-size: 16px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 16px;
    border: 1px solid #dfdfdf;
    padding-left: 16px;
}

.form_section input:focus {
    background: #f5f5f5;
    border-color: #f5f5f5;
}

.submit_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3cb69), to(#fcc338));
    background: -webkit-linear-gradient(top, #f3cb69, #fcc338);
    background: -o-linear-gradient(top, #f3cb69, #fcc338);
    background: linear-gradient(to bottom, #f3cb69, #fcc338);
    border-bottom: 3px solid #9b6f05;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2c2c2c;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 20px;
    width: fit-content;
    padding: 0 40px;
    height: 56px;
}

.additional_links {
    padding-top: 20px;
    margin-top: 40px;
    justify-content: center;
    border-top: 1px solid #eee;
    display: flex;
}

.additional_links a {
    color: var(--blue);
    text-decoration: underline;
    margin: 0 15px;
}


.cabinet_block table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #f5f5f5;
}

.cabinet_block th, td {
    text-align: left;
    padding: 8px;
    font-size: 14px;
}

.cabinet_block tr {
    border-bottom: 1px solid #f5f5f5;
}

.cabinet_block tr:hover {
    background-color: #f5f5f5;
}

.cabinet_block th {
    background-color: var(--blue);
    color: white;
}

.open_order_modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background: #00cd67;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    cursor: pointer;
    width: fit-content;
    padding: 0 20px;
    font-weight: 600;
    height: 36px;
}

.cabinet_section {
    padding-bottom: 60px;
    padding-top: 120px;
}

.cabinet_section .cabinet__btns {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.cabinet_section .cabinet__btns .cabinet__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3cb69), to(#fcc338));
    background: -webkit-linear-gradient(top, #f3cb69, #fcc338);
    background: -o-linear-gradient(top, #f3cb69, #fcc338);
    background: linear-gradient(to bottom, #f3cb69, #fcc338);
    border-bottom: 3px solid #9b6f05;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2c2c2c;
    cursor: pointer;
    margin-right: 20px;
    width: fit-content;
    padding: 0 20px;
    height: 48px;

}
.cabinet_section .cabinet__btns .cabinet__btn:last-child {
    margin-right: 0;
}
.user_info .input_row {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.cabinet_block .input_block label {
    margin-bottom: 12px;
    display: block;
}

.user_info .save_btn {
    margin-left: 15px;
}

.save_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 33px;
    border-radius: 33px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3cb69), to(#fcc338));
    background: -webkit-linear-gradient(top, #f3cb69, #fcc338);
    background: -o-linear-gradient(top, #f3cb69, #fcc338);
    background: linear-gradient(to bottom, #f3cb69, #fcc338);
    border-bottom: 3px solid #9b6f05;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2c2c2c;
    cursor: pointer;
    margin-top: 20px;
    width: fit-content;
    padding: 0 40px;
    height: 56px;

}

.save_btn:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
    box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
}

.user_info .save_btn {
    margin-left: 15px;
}

.cabinet_block .input_block {
    margin: 0 15px;
    margin-bottom: 16px;

    width: calc(50% - 30px);
}

.cabinet_block input {
    transition: .3s;
}

.cabinet_block input:focus {
    background: #f5f5f5;
    border-color: #f5f5f5;
}

.cabinet_block input {
    height: 64px;
    width: 100%;
    font-size: 18px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    margin-bottom: 16px;
    border: 1px solid #dfdfdf;
    padding-left: 32px;
}

.change_password .input_block {
    margin: 0;
}

.order_info_modal .list {
    margin-bottom: 20px;
}

.main_list {
    width: 100%;
}

.order_info_modal.modal .modal_container .modal_content {
    text-align: left;
    justify-content: left;
}

.total_term {
    margin: 0 auto;
}

.order_info_modal .list h5 {
    font-size: 14px;
    margin-bottom: 8px;
}

.order_info_modal .item {
    font-size: 16px;
    margin-bottom: 4px;
}

.order_info_modal span {
    color: var(--blue);
}

.submit_btn[disabled] {
    opacity: 0.3;
}

.checkbox_block input {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.checkbox_block label {
    user-select: none;
}

.checkbox_block label a {
    color: var(--blue);
    text-decoration: underline;
}

.checkbox_block {
    display: flex;
    align-items: center;
}

.finish_content .form_block {
    width: 60%;
    padding-right: 40px;
}

.register_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 30px;
    width: 100%;
}

.register_row h2 {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;

}

.register_advantages {
    width: 40%;
    padding: 40px 30px;
    border-radius: 15px;
    background: rgba(0, 205, 103, 0.05);
}

.register_advantages .item {
    margin-bottom: 30px;
}

.register_advantages .item:last-child {
    margin-bottom: 0;
}

.register_advantages .item h3 {
    margin-top: 18px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.register_advantages .item p {
    font-size: 14px;
    line-height: 1.4;
}

.register_advantages .item .icon {
    height: 60px;
    width: 60px;
    background: #00cd67;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.register_advantages .item .icon img {
    filter: invert(1) brightness(1000%);
    height: 32px;
}

.register_advantages .item .icon:after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -3px;
    right: -3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #00cd67;
}

.advantages_section .item p {
    font-size: 16px;
    line-height: 1.6;
}

.advantages_section .item h3 {
    margin-top: 30px;
    font-size: 24px;
    margin-bottom: 12px;
}

.register_row .submit_btn {
    margin-left: 0;
}

.note_content {

    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 20px;
    text-align: center;
}

.info_content {
    margin-top: 30px;
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
}

.simple_calc textarea {
    height: 250px;
}

.simple_calc > p {
    font-size: 20px;
    text-align: center;
    margin: 30px 0;
    border-bottom: 1px solid #eee;
    color: var(--blue);
    font-weight: 600;
    padding-bottom: 30px;
}

.simple_calc .finish:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
    box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
}

.simple_calc .finish {
    margin: 30px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3cb69), to(#fcc338));
    background: -webkit-linear-gradient(top, #f3cb69, #fcc338);
    background: -o-linear-gradient(top, #f3cb69, #fcc338);
    background: linear-gradient(to bottom, #f3cb69, #fcc338);
    border-bottom: 3px solid #9b6f05;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2c2c2c;
    cursor: pointer;
    width: 240px;
    height: 64px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.password_block {
    position: relative;
}

.password_block img {
    position: absolute;
    right: 24px;
    opacity: 0.5;
    top: 40px;
    width: 24px;
}

.invalid-feedback {
    color: red;
}

.bonuses {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: unset !important;
}

.bonuses img {
    height: 20px;
    margin-right: 6px;
}

.cart .icon span {
    display: block;
    line-height: 18px;
    text-align: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #00cd67;
    font-size: 12px;
    position: absolute;
    z-index: 20;
    bottom: -10px;
    color: #fff;
    font-weight: bold;
    right: -10px;
}

.cart .icon {
    position: relative;
}

.cart .icon img {
    height: 24px;
    filter: invert(1);
    cursor: pointer;
}

.cart {
    margin-left: 16px;
    padding-right: 16px;
    position: relative;
    font-size: 14px;

}

.cart .cart_content .total {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}

.cart .cart_content .total a {
    width: 140px;
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    margin-top: 12px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    cursor: pointer;
    background: #00cd67;
}

.cart .cart_content {
    width: 220px;
    position: absolute;
    top: calc(100% + 16px);
    right: 0;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.05);
    display: none;
}

.cart .cart_content .cart_icons {
    margin-left: auto;
}

.delete_cart_item {
    transition: .3s;
    cursor: pointer;
}

.delete_card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background: #FF6889;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    cursor: pointer;
    width: fit-content;
    font-weight: 600;
    width: 140px;
    height: 36px;
}

.delete_cart_item:hover {
    transform: rotate(90deg);
}

.cart_info h4 {
    color: var(--blue);
}

.cart_info p span {
    font-weight: bold;
}

.cart .cart_content .cart_icons img {
    height: 16px;
    margin-left: 6px;
}

.cart .cart_item a {
    text-decoration: underline;
    display: block;
    margin-bottom: 4px;
}

.cart .cart_item {
    display: flex;
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 8px;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.cart .cart_item:last-child {
    border: unset;
}

.cart_row {
    display: flex;
    width: 100%;
}

.cart_btns {
    display: flex;
}

.cart_btns img {
    cursor: pointer;
}

.cabinet_block .delete_cart_item img {
    height: 16px;
    filter: invert(1) brightness(1000%);
}

.cabinet_block .delete_cart_item {
    margin-left: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background: #FF6889;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    cursor: pointer;
    width: fit-content;
    font-weight: 600;
    width: 36px;
    height: 36px;
}

.flex_row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.cart_row {
    width: 100%;
}

.offer_info {
    width: 100%;
}

.offer_inputs {
    width: 45%;
    padding-right: 40px;
}

.offer_items {
    width: 55%;
}

.price_and_terms {
    display: flex;
    margin-top: 20px;
}

.offer_inputs h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.delivery_type {
    display: none;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.delivery_type .map {
    width: 100%;
    height: 300px;
    margin-top: 20px;
}

.delivery_type b {
    color: var(--blue);
}

.delivery_type li {
    margin: 5px 0;
}

.delivery_type ul {
    padding-left: 20px;
    margin: 15px 0;
}

.delivery_type ul span {
    font-weight: 600;
}

.order_info_modal .modal_container .modal_content {
    padding: 32px;
}

.order_info_modal .values_row {
    padding-bottom: 0;
}

.order_item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.order_item:last-child {
    border-bottom: unset;
    padding-bottom: 0;
    margin-bottom: 0;
}

.offer_subtitle {
    margin-bottom: 15px;
}

.offer_info {
    margin-bottom: 30px;
}

.offer_info .item {
    margin-bottom: 10px;
}
.offer_info .radiobtns .item {
    width: 100%;
}

.offer_info span {
    color: var(--blue);
}

.order_item .note_content {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.note_content a {
    text-decoration: underline;
}

.card {
    padding: 32px;
    background: #fafafa;
    border-radius: 12px;
    width: 50%;
}

.card {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.card p a {
    text-decoration: underline;
    color: var(--blue);

}

.card .save_btn[disabled] {
    opacity: .5;
}

.card > p {
    font-style: italic;
    margin-bottom: 30px;
}

.card > p span {
    font-weight: 600;
}

.card .input_block {
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
}

.card .input_block input {
    margin-bottom: 0;
}

.card .input_block p {
    font-weight: bold;
    margin-bottom: 12px;
}

.card .input_block.half {
    width: 150px;
    margin-right: 32px;

}

.card .checkbox_block label {
    margin-bottom: 0;
}

.card .checkbox_block {
    margin-top: 20px;
}

.card .save_btn {
    margin-top: 20px;
}

.payme {
    margin-bottom: 24px;
    width: 150px;
}

.code_verify {
    margin-top: 32px;
}

.check_file img {
    height: 16px;

}

.check_file {
    margin-left: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    cursor: pointer;
    width: fit-content;
    font-weight: 600;
    width: 36px;
    height: 36px;
    background: var(--blue);
}

.check_file:first-child {
    margin-left: 0;
}

.call_taxi_btn:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
    box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);

}

.call_taxi_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3cb69), to(#fcc338));
    background: -webkit-linear-gradient(top, #f3cb69, #fcc338);
    background: -o-linear-gradient(top, #f3cb69, #fcc338);
    background: linear-gradient(to bottom, #f3cb69, #fcc338);
    border-bottom: 3px solid #9b6f05;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2c2c2c;
    cursor: pointer;
    width: fit-content;
    padding: 0 30px;
    height: 56px;
}

.subtitle {
    font-size: 24px;
    text-align: center;
    color: #000;
}

.choose_calc_type .product_types .item {
    width: calc(33.33333333333% - 30px);
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--blue);
    z-index: 200000;
}

.preloader_block {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.preloader.out {
    opacity: 0;
    transform: translate(0, -100%);
}

.preloader_block h4 {
    margin-top: 20px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.lds-grid {
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}

.simple_calc .half_info {
    width: 50%;
}

.simple_calc .file_info {
    padding-left: 40px;
}

.inputs_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.message {
    cursor: pointer;
    transition: .3s;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%);

    padding: 15px 30px;
    max-width: 320px;
    z-index: 3000000;
    text-align: center;
}

.message.error {
    background: rgba(255, 175, 180, .9);
    border-color: rgba(255, 175, 180, .9);
}

.message.success {
    background: rgba(166, 239, 184, .9);
    border-color: rgba(166, 239, 184, .9);
}

.message p {
    font-weight: 600;
    color: rgba(0, 0, 0, .6);
    line-height: 1.4;
}

.message:hover {
    background: rgba(166, 239, 184, 0.5);
    border-color: rgba(166, 239, 184, 0.5);
}

.simple_calc .subtitle {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}

.count_btn {
    background: transparent;
    border: 1px solid var(--blue);
    color: var(--blue);
    width: 180px;
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    margin-left: 20px;
}

.count_btn:hover {
    background: var(--blue);
    color: #fff;
}

.user_links {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.dragscroll {
    overflow: auto;
}

.cabinet_section {
    background: rgb(230, 245, 236);
}

.cabinet_section .welcome_title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
}

.cabinet_section .row {
    align-items: flex-start;
}

.main_column {
    display: none;
    margin-left: 30px;
    width: calc(70% - 30px);
    background: #fff;
    padding: 40px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.user_links button {
    text-align: left;
    height: 80px;
    background: #fff;
    border-radius: 8px;
    transition: .3s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

.user_links button .text {
    padding-left: 16px;
}

.user_links button img {
    height: 24px;
}

.user_links button h4 {
    font-size: 16px;
}

.user_links button p {
    margin-top: 3px;
    font-size: 13px;
}

.wave {
    background: var(--blue);
    position: absolute;
    z-index: 20;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.wave img {
    transform: scale(-1);
    width: 100%;
    margin-top: 70px;
    left: 0;
    right: 0;
}

.cabinet_section .container {
    z-index: 40;
}

.cart_block .offer_inputs, .cart_block .offer_items {
    width: 100%;
}

.title_block h3 {
    font-size: 24px;
}

.title_block {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    display: flex;
    width: 100%;
}

.review_btn {
    background: transparent;
    border: 1px solid var(--blue);
    color: var(--blue);
    width: 160px;
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    margin-left: auto;
}

.review_btn:hover {
    background: var(--blue);
    color: #fff;
}

.category_list {
    display: inline-flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 30px;
}

.category_list::-webkit-scrollbar {
    display: none;
}

.category_list a.active {
    color: var(--blue);
    border-bottom: 2px solid var(--blue);
}

.category_list a {
    padding: 0 15px;
    height: 36px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    display: flex;
}

.category_list a p {
    white-space: nowrap;
    width: calc(100% - 22px);
    margin-right: 6px;
    font-size: 14px;
    font-weight: 600;

}

.category_list a span {
    display: block;
    height: 16px;
    width: 16px;
    background: var(--blue);
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}

.category {
    display: none;
}

.category .info_content {
    margin-top: 0;
    margin-bottom: 30px;
}

.user_section {
    padding: 30px;
}

input[name=discount] {
    height: 32px;
    width: 32px;
    margin: 0;
}

.faq_section {
    padding: 90px 0;
    background: #F2F6F7;
}

.faq_block {
    width: 70%;
    padding-right: 40px;
    margin: 0 auto;
}

.galleries {
    background-color: #f1f5ff;
    padding: 90px 0;
}

.galleries__item {
    width: calc(50% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
}

.galleries__item__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    font-size: 18px;
    z-index: 300;
    padding: 0 15px;
}

.galleries__item .galleries__item__preview > img {
    width: 100%;
    vertical-align: middle;
    height: 350px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}

.galleries__item .galleries__item__preview .galleries__item__play {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    transform: translate(-50%, -50%);
    transition: .3s;
    cursor: pointer;
}

.galleries__item .galleries__item__preview .galleries__item__play:hover {
    transform: translate(-50%, -50%) scale(1.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.galleries__item .galleries__item__preview .galleries__item__play img {
    height: 16px;
}

.galleries__item[data-type=photo] .galleries__item__preview .galleries__item__play img {
    height: 32px;
}

.galleries__item[data-type=video] .galleries__item__preview:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgb(25, 76, 159) 1%, rgba(25, 76, 159, 0) 100%);
}

.galleries__item .galleries__item__preview {
    position: relative;
    border-radius: 8px;
    border: 8px solid #f5f5f5;
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.1);
}
.galleries__item iframe {
    width: 100%;
}

.video_block {
    width: 50%;
    padding-left: 40px;
}

.video_block .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    text-align: center;
    color: #fff;
    line-height: 48px;
    font-size: 18px;
    z-index: 300;
}

.video_block .preview > img {
    width: 100%;
    vertical-align: middle;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.video_block .preview .play_icon {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    transform: translate(-50%, -50%);
    transition: .3s;
    cursor: pointer;
}

.video_block .preview .play_icon:hover {
    transform: translate(-50%, -50%) scale(1.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.video_block .preview .play_icon img {
    height: 16px;
}

.video_block .preview:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(46, 117, 233, 1) 1%, rgba(46, 117, 233, 0.6) 99%);
}

.video_block .preview {
    position: relative;
    border-radius: 4px;
    border: 8px solid #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.faq_item {
    margin-bottom: 10px;
    width: 100%;
}

.faq_item .title {
    transition: .3s;
    display: flex;
    align-items: center;
    padding: 24px 32px;
    font-weight: 600;
    font-size: 18px;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.faq_item .title:hover {
    background: #e9fffa;
}

.faq_item .title.active {
    background: #00cd67;
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq_item .title.active img {
    transform: rotate(180deg);
    filter: invert(1) brightness(1000%);
}

.faq_item .title img {
    transition: .3s;
}

.faq_item .title img {
    height: 24px;
    margin-left: auto;
}

.faq_content {
    display: none;
    padding: 16px 24px;
    background: #Fff;
    line-height: 1.6;
}

.video_modal .modal_container .modal_content {
    padding: 0 !important;
    width: 600px;
}

.video_modal .video {
    width: 100%;
    height: 360px;
    border: 10px solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.notifications {
    margin-top: 30px;
    background: linear-gradient(to right, #3a7bd5, #00a6ff);
    border-radius: 8px;
    padding: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.notifications img {
    width: 56px;
    margin-right: 14px;
}

.notifications p {
    display: block;
    line-height: 1.5;
    width: calc(100% - 70px);
}

.notifications a {
    color: #fff;

    text-decoration: underline;
}

.bonus_block {
    background: #eefcff;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 30px;
}

.bonus_block p a {
    text-decoration: underline;
}

.bonus_block p span {
    color: var(--blue);
}

.bonus_block p {
    line-height: 1.5;
    margin-top: 10px;
}

.bonus_block .bonuses {
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.review_modal .modal_container .modal_content textarea {
    height: 120px;
}

.rating p {
    margin-bottom: 0;
    margin-right: 24px;
}

.rating {
    display: flex;
    align-items: center;
    margin: 30px 0;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.rating .rating_row {
    margin-left: 32px;
}

.rating img {
    filter: invert(0.5) brightness(155%);
    width: 24px;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}

.rating img.active {
    filter: unset;
}

.success_modal h3 {
    margin: 20px 0;
}

.success_modal .modal_container .modal_content {
    width: 600px;
    padding: 48px 24px;
}

.success_modal .btn_block p {
    line-height: 1.4;
    margin-bottom: 20px;
}

.success_modal .btn_block a:hover {
    transform: scale(1.05);
}

.success_modal .btn_block a {
    transition: .3s;
    border-radius: 8px;
    margin-top: auto;
    background: #00cd67;
    height: 64px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success_modal .overlay {
    background: rgba(46, 117, 233, 0.8);
}

.success_modal .modal_icon {
    width: 100px;
    margin: 0 auto;
}

.btns_row {
    display: flex;
}

.btn_block:first-child {
    border-right: 1px solid #ccc;
}

.btn_block {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 15px;
}

.id {
    padding: 2px 5px;
    background: #fff;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    transition: .3s;
}

.id:hover {
    background: #eee;
}

.photo-modal .modal_content {
    padding: 0 !important;
}

.photo-modal__main {
    max-width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}


.contacts_section {
    padding: 80px 0;
}

.contacts_section .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts_section .contact_info {
    width: 50%;
}

.contacts_section .contacts_desc {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 50px;
}

.contacts_section .contacts_desc .contact_item {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 30px;
}

.contacts_section .contacts_desc .contact_item_full {
    width: 100%;
    padding-right: 0;
}

.contacts_section .contacts_desc .contact_item h4 {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}

.contacts_section .contacts_desc .contact_item p {
    font-size: 16px;
}

.contacts_section .contacts_desc .contact_item a {
    transition: .3s color;
}

.contacts_section .contacts_desc .contact_item a:hover {
    color: var(--blue);
}

.contacts_section .social_block p {
    font-size: 16px;
}

.contacts_section .social_block .socials {
    margin-top: 15px;
}

.contacts_section .social_block .socials a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-right: 15px;
    border-color: #000;
}

.contacts_section .social_block .socials a:last-child {
    margin-right: 0;
}

.contacts_section .social_block .socials a img {
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 24px;
    height: 24px;
    object-fit: contain;
    object-position: center;
}

.contacts_section .maps {
    width: 50%;
}

.contacts_section .maps .map {
    display: none;
}

.contacts_section .maps iframe {
    width: 100%;
    height: 300px;
    border: 4px solid #fff !important;
    border-radius: 8px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .15);
}

.progress-block {
    padding: 100px;
    width: 100%;
    display: none;
}

.progress-block__status {
    margin-bottom: 20px;
}

.progress-block__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.progress-block__linear {
    background-color: #c6ffde;
    position: relative;
    border-radius: 16px;
    height: 32px;
    overflow: hidden;
    width: 100%;
}

.progress-block__percent {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-weight: bold;
    z-index: 4;
    transform: translate(-50%, -50%);
}

.progress-block__linear__indicator {
    position: absolute;
    width: 0;
    transition: .3s width;
    z-index: 3;
    background-color: #0fb450;
    left: 0;
    top: 0;
    bottom: 0;
}


.error-block {
    padding: 100px;
    width: 100%;
    display: none;
}

.error-block__icon {
    width: 60px;
}

.error-block__status {
    margin-top: 20px;
}

.error-block__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prices {
    padding: 140px 0;
}

.prices__table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .15);
}

.prices__table tr {
    border-bottom: 1px solid #eee;
}

.prices__table td, .prices__table th {
    padding: 10px 15px;
    text-align: left;
}


.prices__table th {
    background-color: #f5f5f5;
}


.cta-section {
    padding-bottom: 80px;
}
.cta-section .cta-section__wrapper {
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .15);
    background: linear-gradient(to right, #3a7bd5, #00a6ff);
}
.cta-section h4 {
    font-size: 28px;
}

.cta-section input,
.cta-section textarea {
    height: 64px;
    width: 100%;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    margin-bottom: 16px;
    border: 1px solid #fff;
    padding-left: 32px;
}

.cta-section textarea {
    height: 100px;
    padding-top: 24px;
    padding-right: 32px;
    line-height: 1.4;
    resize: none;
}

.cta-section .submit_btn {
    height: 64px;
    width: 260px;
    margin: 0 auto;
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3cb69), to(#fcc338));
    background: -webkit-linear-gradient(top, #f3cb69, #fcc338);
    background: -o-linear-gradient(top, #f3cb69, #fcc338);
    background: linear-gradient(to bottom, #f3cb69, #fcc338);
    border-bottom: 3px solid #9b6f05;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2c2c2c;
    cursor: pointer;
}

.cta-section .submit_btn:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
    box-shadow: 0 0 5px 15px rgba(244, 202, 100, 0.3);
}

.cta-section .container {
    width: 100%;
    text-align: center;
}
.cta-section .container p {
    margin-top: 17px;
    margin-bottom: 30px;
    font-weight: 500;
}