/* ОБНУЛЕНИЕ */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Убираем внутренние отступы */

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

div {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Fira Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: #32373E;
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

.page-line .container {
    width: 100%;
    max-width: 1320px !important;
    padding-left: 15px;
    padding-right: 15px;
}

h1,
h1.strong {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 53px;
    color: #1D3A86;
    margin-bottom: 20px;
}

.advantages__row {
    margin-top: 63px;
    margin-bottom: -30px;
}

.col {
    padding-left: 15px;
    padding-right: 15px;
}

.advantages__col {
    width: 16.666666%;
    margin-bottom: 30px;
}

.advantages__item {
    text-align: center;
}

.advantages__sub {
    margin-top: 43px;
    line-height: 19px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    /* Black */
    color: #32373E;
}

.advantages__icon svg {
    margin: 0 auto;
    max-width: 100%;
}

.advantages_block {
    padding: 85px 0 76px 0;
}

.title {
    text-align: center;
}

.photo_wrapper {
    display: flex;
    justify-content: space-between;
}

.photo_item {
    border-radius: 20px;
    max-width: 630px;
    width: 100%;
    max-height: 350px;
    height: 100%;
    overflow: hidden;
}

.photo_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.photo_block {
    margin: 0 0 95px 0;
}

.about_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_left,
.about_right {
    flex: 0 0 calc(50% - 15px);
}

.about_photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

.about_photo_item {
    flex: 0 0 calc(50% - 5px);
    border-radius: 16px;
    overflow: hidden;
    max-height: 290px;
    height: 100%;
}

.about_photo_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about_photo_item:nth-of-type(3) {
    flex: 0 0 100%;
}

.hostel .about_photo_item {
    flex: 0 0 calc(67% - 5px);
}

.hostel .about_photo_item:nth-of-type(2),
.hostel .about_photo_item:nth-of-type(3) {
    flex: 0 0 calc(33% - 5px);
}

.list {
    padding: 0;
    margin: 0 0 0 35px;
    list-style-type: none;
}

.list li {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #32373E;
    margin: 0 0 10px 0px;
    position: relative;
}

.list li::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    max-width: 18px;
    max-height: 18px;
    background-image: url('../../image/correct\ 7.png');
    position: absolute;
    left: -35px;
    top: 5px;
}

.list li:last-of-type {
    margin: 0 0 0 0px;
}

.about_block {
    margin: 0 0 180px 0;
    width: 100% !important;
}

.range_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.range_item {
    flex: 0 0 calc(33.3333% - 15px);
    background: #FFFFFF;
    box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.05);
    border-radius: 10px;
    transition: .3s;
}

.range_item a {
    display: block;
}

.range_item .on_top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s;
}

.range_item .on_top img {}

.range_item:hover .on_top {
    opacity: 1;
}

.range_item .hider {
    transition: .5s;
}

.range_item:hover .hider {
    opacity: 0;
}

.range_content {
    padding: 45px 40px;
}

.range_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 110%;
    color: #19398B;
    margin: 0 0 14px 0;
}

.range_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #32373E;
}

.range_image {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-height: 350px;
    position: relative;
    height: 100%;
}

.range_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .8s;
}

.range_block {
    margin: 0 0 70px 0;
}

.popular_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}

.shop_item {
    flex: 0 0 calc(25% - 15px);
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    transition: .3s;
}

.shop_item:hover {
    box-shadow: 0px 0px 20px rgb(25 57 139 / 10%);
}

.shop_item a {
    display: block;
}

.shop_image {
    padding: 7px 7px 0px 7px;
    display: flex;
    justify-content: center;
    width: 100%;
    max-height: 213px;
    height: 213px;
    padding-left: 0;
}

.shop_image img {
    object-position: center;
}

.shop_content {
    padding: 28px 30px 40px 28px;
}

.shop_item_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    color: #32373E;
    margin: 0 0 3px 0;
}

.shop_item_subtitle {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    color: #19398B;
}

.popular_block {
    margin: 0 0 105px 0;
}

.not_only_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.not_only_left {
    flex: 0 0 530px;
}

.not_only_right {
    max-width: 573px;
    width: 100%;
    max-height: 363px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.not_only_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.not_only_left h1 {
    text-align: left;
    font-weight: 500;
}

.not_only {
    margin: 0 0 45px 0;
}

.related_block {
    margin: 0 0 110px 0;
}

.big_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    color: #1D3A86;
    margin: 0 0 21px 0;
}

.non_standart_text p {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #32373E;
    margin: 0 0 10px 0;
}

.non_standart_text p:last-of-type {
    margin: 0;
}

.about_two_left .big_title {
    margin: 0 0 40px 0;
}

.about_two_text p {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #32373E;
    margin: 0 0 10px 0;
}

.about_two_text p:last-of-type {
    margin: 0;
}

.non_standard_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.non_standard_left {
    flex: 0 0 calc(50% - 95px);
    max-height: 363px;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.non_standard_left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.non_standard_right {
    flex: 0 0 50%;
}

.non_standard {
    margin: 0 0 95px 0;
}

.about_two_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.about_two_left {
    flex: 0 0 50%;
}

.about_two_right {
    flex: 0 0 calc(50% - 90px);
    max-height: 363px;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.about_two_right .home-about__video {
    width: 100%;
}

.about_two_right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.about_two {
    margin: 0 0 110px 0;
}

.stat_item_num {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 110%;
    color: #19398B;
    margin: 0 0 5px 0;
}

.stat_item_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 130%;
    color: #32373E;
}

.stat_about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stat_about_item {
    flex: 0 0 calc(25% - 15px);
    background: #FFFFFF;
    box-shadow: 0px 0px 84px rgba(25, 57, 139, 0.08);
    border-radius: 20px;
    padding: 14px 30px 24px 30px;
}

.faq {
    background: #FAFAFA;
    padding: 92px 0 100px 0;
    margin: 0 0 85px 0;
}

.faq .big_title {
    margin: 0 0 39px 0;
}

.faq_wrapper {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 50px 50px 43px 50px;
}

.faq_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: #19398B;
    margin: 0 0 5px 0;
    transition: .3s;
    padding: 0 20px 0 0;
}

.faq_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #32373E;
    max-width: 868px;
    display: none;
}

.faq_item {
    position: relative;
    padding: 0px 0 30px 0;
    margin: 0 0 19px 0;
    border-bottom: 1px solid #F2F2F2;
    cursor: pointer;
}

.faq_item:hover .faq_title {
    color: #345fcc;
}

.faq_icon {
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
}

.faq_item.open .faq_icon {
    transform: rotate(-180deg);
}

.history_partner .big_title {
    margin: 0 0 39px 0;
}

.history_partner_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.history_partner_item {
    flex: 0 0 calc(33.333% - 20px);
    background: #FFFFFF;
    box-shadow: 0px 0px 84px rgba(25, 57, 139, 0.08);
    border-radius: 20px;
    padding: 39px 22px 47px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.history_partner_item.item_img {
    padding-left: 50px;
    padding-right: 50px;
}

.history_partner_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;
    color: #19398B;
    margin: 0 0 25px 0;
}

.history_partner_text .readmore {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #19398B;
    margin-top: 15px;
    display: block;
    text-decoration: underline;
}

.history_partner_text .hided {
    display: none;
}

.history_partner_name {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #19398B;
}

.history_partner {
    margin: 0 0 92px 0;
    position: relative;
}

.sertificat .big_title {
    margin: 0 0 29px 0;
}

.sertificat_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #32373E;
    margin: 19px 0 0 0;
}

.sertificat_item {
    display: flex;
    justify-content: center;
    padding: 34px 30px 15px 30px;
    background: #FFFFFF;
    box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.05);
    border-radius: 5px;
}

.sertificat_item a {
    display: block;
}

.sertificat_image {
    width: 100%;
    max-height: 224px;
    height: 224px;
    overflow: hidden;
}

.sertificat_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sertificat_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sertificat_item {
    flex: 0 0 calc(20% - 10px);
    cursor: pointer;
}

.sertificat {
    margin: 0 0 110px 0;
}

.product-tag {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    white-space: nowrap;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    background-color: #19398B;
    border-radius: 3px;
    padding: 5px 9px 3px;
}

.form_order_block .product-tag {
    margin: 0 0 15px 0;
}

.form_order_block .big_title {
    margin: 0 0 17px 0;
}

.form_order_block .form_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 150%;
    color: #213886;
    margin: 0 0 31px 0;
}

.form_left {
    flex: 0 0 50%;
}

.form_left form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

.form_right {
    flex: 0 0 calc(50% - 120px);
    margin: 50px 0 0 0;
    max-height: 373px;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.form_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.form_order_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form_left form input {
    flex: 0 0 calc(50% - 5px);
    border: 1px solid #E3E5E8;
    border-radius: 4px;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #6D7686;
    outline: none;
}

.form_left form .btn_sub {
    justify-content: center;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #19398B;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s;
}

.form_left form .btn_sub:hover {
    background: #345fcc;
}

.form_order_block {
    margin: 0 0 90px 0;
}

.footer_menu ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 30px;
}

.footer_menu ul li a {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #A9B1BE;
    transition: .3s;
}

.footer_menu ul li a:hover {
    color: #345fcc;
    opacity: .7;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px 0;
}

.footer_right {
    display: flex;
    flex-direction: column;
}

.footer_right .tel {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    color: #19398B;
    margin: 0 0 20px 0;
}

.btn_send {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    background: #19398B;
    border-radius: 4px;
    height: 36px;
    margin: 0 0 12px 0;
    transition: .3s;
}

.btn_send:hover {
    background: #345fcc;
}

.btn_consult {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #6D7686;
    border: 1px solid #D4D6DB;
    border-radius: 4px;
    gap: 6px;
    height: 36px;
    transition: .3s;
}

.btn_consult:hover {
    background: #345fcc;
    color: #fff;
}

.btn_consult svg path {
    transition: .3s;
}

.btn_consult:hover svg path {
    fill: #fff;
}

.btn_consult .icon_consult {
    height: 100%;
    display: flex;
    align-items: center;
}

.footer_social {
    margin: 24px 0 0 0;
}

.social_item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(25, 57, 139, 0.05);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transition: .3s;
}

.footer_social {
    display: flex;
    gap: 8px;
}

.social_item:hover {
    background: #19398B;
    box-shadow: 0px 4px 10px rgba(25, 57, 139, 0.05);
}

.social_item svg path {
    transition: .3s;
}

.social_item:hover svg path {
    fill: #fff;
}

.policy_item {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #6D7686;
}

.policy_left {
    display: flex;
    gap: 68px;
}

.policy_block {
    padding: 25px 0;
    background: #F5F7FA;
}

.policy_wrapper {
    display: flex;
    justify-content: space-between;
}

.policy_right,
.policy_right a {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #6D7686;
}

.advantages_block.opt .advantages__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(191, 228, 235, .3);
    width: 124px;
    height: 124px;
    border-radius: 50%;
}

.advantages_block.opt .advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_block .big_title {
    margin: 0 0 45px 0;
    text-align: center;
}

.range_block .big_title {
    margin: 0 0 50px 0;
    text-align: center;
}

.middle_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #1D3A86;
    margin: 0 0 35px 0;
    text-align: center;
}

.top_banner_opt_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 110%;
    color: #19398B;
    margin: 0 0 16px 0;
    max-width: 575px;
}

.top_banner_opt_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #19398B;
    margin: 0 0 32px 0;
    max-width: 575px;
}

.top_banner_opt_btn {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    background: #19398B;
    color: #fff !important;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 34px;
    transition: .3s;
    width: 268px;
}

.hostel .top_banner_opt_btn {
    background: #FFFFFF;
    /* Strong Shadow */
    box-shadow: 0px 24px 84px rgba(25, 57, 139, 0.15);
    border-radius: 8px;
    color: #1D3A86 !important;
}

.top_banner_opt_btn .top_banner_opt_btn:hover,
.hostel .top_banner_opt_btn:hover {
    background: #19398B !important;
    color: #fff !important;
}

.top_banner_opt_btn.white {
    color: #1D3A86 !important;
    background: #FFFFFF !important;
}

.top_banner_opt_btn.white:hover {
    background: #19398B !important;
    color: #fff !important;
}

.top_banner_opt_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    max-height: 520px;
    width: 100%;
    height: 520px;
    padding: 0 0 0 72px;
    border-radius: 16px;
    overflow: hidden;
}

.top_banner_opt_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hostel .top_banner_opt_image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(226.6deg, rgba(3, 3, 3, 0) 31.23%, #000000 101.61%);
    opacity: 0.67;
    position: absolute;
    top: 0;
    right: 0;
}

.top_banner_opt_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.top_banner_opt_wrapper {
    width: 100%;
}

.advantages_block.opt .advantages__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantages_block.opt .advantages__col {
    flex: 0 0 calc(16.6666%);
}

footer {
    background: #FBFCFD;
    padding: 67px 0 0 0;
}

.top_banner_opt.hostel .top_banner_opt_title {
    max-width: 630px;
    color: #FFFFFF;
}

.top_banner_opt_title.white {
    color: #fff;
}

.top_banner_opt.hostel .top_banner_opt_text {
    max-width: 450px;
    color: #FFFFFF;
}

.top_banner_opt_text.white {
    color: #fff;
}

.stat_block {
    margin: 30px 0 85px 0;
}

.stat_block .stat_about_item {
    flex: 0 0 calc(33.3333% - 15px);
}

.about_block.hostel ul {
    margin: 0 0 0 80px;
}

.about_block.hostel ul li {
    font-size: 20px;
}

.popular_block.hostel .big_title {
    margin: 0 0 50px 0;
    text-align: center;
    margin: 0 auto 50px auto;
    max-width: 600px;
}

.popular_block.hostel {
    background: #FAFAFA;
    margin: 0 0 100px 0;
    padding: 83px 0 110px 0;
}

.hostel_one .big_title {
    margin: 0 0 20px 0;
}

.hostel_one .about_two_text p {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #32373E;
}

.hostel_one {
    margin: 0 0 65px 0;
}

.hostel_one .about_two_left {
    flex: 0 0 calc(50% - 50px);
}

.hostel_two {
    background: #FAFAFA;
    padding: 103px 0 100px 0;
    margin: 0 0 118px 0;
}

.hostel_two .non_standard_right {
    flex: 0 0 calc(50% - 70px);
}

.down_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #19398B;
    margin: 0 0 9px 0;
    max-width: 600px;
}

.down_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #32373E;
    margin: 0 0 23px 0;
    max-width: 600px;
}

.hostel_two_down_block {
    margin: 50px 0 0 0;
}

.down_block_image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.down_image_item {
    flex: 0 0 calc(33.3333% - 15px);
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    max-height: 309px;
    height: 309px;
}

.down_image_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.create_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.create_left {
    flex: 0 0 calc(50% - 90px);
    width: 100%;
    max-height: 363px;
    height: 363px;
    border-radius: 16px;
    overflow: hidden;
}

.create_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.create_right {
    flex: 0 0 50%;
}

.create {
    margin: 0 0 82px 0;
}

.history_partner_text p {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;
    color: #19398B;
    margin: 0 0 15px 0;
}

.history_partner_text p:last-of-type {
    margin: 0;
}

.history_partner_text p a {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;
    color: #19398B;
}

.working .big_title {
    margin: 0 0 40px 0;
}

.working_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #19398B;
    margin: 0 0 15px 0;
    max-width: 400px;
}

.working_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #32373E;
}

.working_item {
    background: #FFFFFF;
    box-shadow: 0px 15px 60px rgba(25, 57, 139, 0.08);
    border-radius: 20px;
    padding: 50px 123px 50px 50px;
    flex: 0 0 calc(50% - 15px);
}

.working_top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 124px;
    border: 1px solid rgba(25, 57, 139, 0.1);
    border-radius: 10px;
    margin: 0 0 31px 0;
}

.working_title span {
    font-weight: 300;
}

.working_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}

.working {
    margin: 0 0 92px 0;
}

.form_order_block.hostel .form_left {
    flex: 0 0 100%;
}

.form_order_block.hostel .big_title {
    max-width: 790px;
}

.form_order_block.hostel form {
    max-width: 650px;
    width: 650px;
}

.sleep .big_title {
    text-align: center;
    margin: 0 0 37px 0;
}

.sleep {
    background-image: url('../image/hostle/bg.png');
    padding: 79px 0 100px 0;
    /*margin: 0 0 83px 0; */
}

.sleep_wrapper {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 15px 60px rgba(25, 57, 139, 0.08);
    border-radius: 20px;
    padding: 50px;
}

.sleep_image {
    max-width: 355px;
    min-width: 355px;
    width: 355px;
    max-height: 318px;
    min-height: 318px;
    height: 318px;
    border-radius: 10px;
    overflow: hidden;
}

.sleep_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sleep_center {
    max-width: 390px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

.smart {
    background: #19398B;
    padding: 85px 0;
}

.smart_subtitle {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}

.smart_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 110%;
    color: #FFFFFF;
    margin: 0 0 18px 0;
}

.smart_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0 0 34px 0;
}

.quote_text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;
    color: #19398B;
    margin: 0 0 15px 0;
}

.quote_text:last-of-type {
    margin: 0;
}

.quote_name {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #19398B;
    margin: 0 0 10px 0;
}

.quote_block {
    background: #FFFFFF;
    box-shadow: 0px 0px 84px rgba(25, 57, 139, 0.08);
    border-radius: 20px;
    padding: 32px 31px 22px 63px;
    position: relative;
}

.quote_block .icon {
    position: absolute;
    top: 39px;
    left: 25px;
}

.smart_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.smart_left {
    flex: 0 0 calc(50% - 95px);
}

.smart_right {
    flex: 0 0 50%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}

.smart_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fancy_list {
    display: none;
}

.compensate-for-scrollbar {
    padding: 0 !important;
}

.page-line {
    max-width: inherit !important;
    padding: 0 !important;
}

.reviews_slider {
    max-width: 100%;
    width: 100%;
}

.history_partner_img {
    margin-bottom: 35px;
    max-height: 420px;
    display: block;
}

.history_partner_img img {
    width: 100%;
    object-fit: cover;
}

.reviews_slider .history_partner_item {
    height: 100%;
    justify-content: space-between;
}

.history_partner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -36px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgb(25 57 139);
    opacity: .3;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(25 57 139);
    opacity: 1;
    transform: scale(1.334);
}



.swiper-button-prev.reviews-button-prev {
    width: 40px;
    height: 40px;
    background: #19398B;
    border-radius: 50%;
    left: -20px;
    transition: .5s;
}

.swiper-button-prev.reviews-button-prev:after {
    display: none;
}

.swiper-button-prev.reviews-button-prev svg {}

.swiper-button-next.reviews-button-next {
    width: 40px;
    height: 40px;
    background: #19398B;
    border-radius: 50%;
    right: -20px;
    transition: .5s;
}

.swiper-button-next.reviews-button-next:after {
    display: none;
}

.swiper-button-next.reviews-button-next svg {}


.overlay .modals .content .reviews__author {
    margin-bottom: 0 !important;
    margin-top: 25px !important;
}

.link_block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.link_block a {
    background: #19398B;
    border-radius: 8px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF !important;
    height: 50px;
    display: flex;
    align-items: center;
    width: 384px;
    justify-content: center;
}

main .b24-form-padding-side {
    padding: 0;
}

main .b24-form-padding-side form {
    flex-direction: column;
}

main .b24-form-padding-side form .b24-form-control-container input[type="checkbox"] {
    /* display: flex; */
    display: inline-block;
    flex: inherit;
    margin-right: 15px;
}

main .b24-form-padding-side form label.b24-form-control-container {
    display: flex;
    align-items: center;
    height: auto;
    height: 16px;
}

main .b24-form-padding-side form div:first-of-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

main .b24-form-padding-side form div:first-of-type div {
    flex: 0 0 calc(50% - 5px);
    margin: 0;
    display: flex;
    gap: 0;
}

main .b24-form-padding-side form div:first-of-type div div {
    /* width:100%; */
    flex: 0 0 100%;
    margin: 0;
    display: flex;
    row-gap: 0;
    gap: 0;
    height: auto;
    gap: 0;
}

main .b24-form-padding-side form div:first-of-type div div input {
    width: 100%;
    flex: 0 0 100%;
    border: 1px solid #E3E5E8;
    border-radius: 4px;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #6D7686;
    outline: none;
    background: transparent;
}

main .b24-form-padding-side form div:first-of-type div div .b24-form-control-select-label,
main .b24-form-padding-side form div:first-of-type div div .b24-form-control:focus+.b24-form-control-label,
main .b24-form-padding-side form div:first-of-type div div .b24-form-control-not-empty+.b24-form-control-label {
    top: 2px;
    font-size: 11px;
}

main .b24-form-padding-side form div:first-of-type div div.b24-form-control-alert-message {
    position: absolute;
    display: none;
}

main .b24-form-padding-side form div:first-of-type div.b24-form-control-alert {
    margin: 0 !important;
}

main .b24-form-padding-side form div:first-of-type.b24-form-btn-block {
    flex: 0 0 calc(50% - 5px);
    flex: auto;
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
    flex-direction: row;
}

main .b24-form-padding-side form div.b24-form-btn-container {
    height: 52px;
}


.form_order_block.hostel .form_left .b24-form-wrapper {
    margin: 0;
}

.breadcrumbs-wrapper {
    display: none !important;
}



/* Под лендинг */
/* Под лендинг */
/* Под лендинг */
/* Под лендинг */
/* Под лендинг */
/* Под лендинг */

.advantages_block.design .advantages__row {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.advantages_block.design .advantages__col {
    width: 15%;
    max-width: 15%;
}

.advantages_block.design .advantages__icon {
    width: 124px;
    height: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(191, 228, 235, .3);
    border-radius: 50%;
}

.advantages_block.design .advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.work_wrraper_image {
    background: #BA4265;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.work_wrraper_image img {
    width: 100%;
    height: auto;
}

.work_wrraper {
    row-gap: 80px;
    margin-top: 45px;
}

.work {
    margin: 0 0 80px 0;
}

.range_block h1 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 47px;
}

.desing_slider .text_des {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #32373E;
    margin: 0 0 30px 0;
}

.swiper_deisng {
    overflow: visible;
}

.swiper_deisng .swiper-slide {
    width: 900px;
    max-width: 900px;
}

.swiper_deisng_item {
    display: block;
}

.swiper_deisng_item_image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 520px;
    background: linear-gradient(180deg, #C0E5EC 0%, rgba(192, 229, 236, 0.25) 100%);
    border-radius: 20px;
    overflow: hidden;
}

.swiper_deisng_item_image img {
    width: 75%;
    height: auto;
    transition: .8s;
}

.swiper_deisng_item_title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #32373E;
    margin: 21px 0 0 0;
    transition: .3s;
}

.swiper_deisng_item:hover .swiper_deisng_item_image img {
    transform: scale(1.1);
}

.swiper_deisng_item:hover .swiper_deisng_item_title {
    color: #1D3A86;
}

.desing_slider {
    margin: 0 0 100px 0;
}

.design_review h1,
.non_standard h1,
.desing_slider h1,
.work h1,
.range_block h1,
.advantages_block.design h1,
.sertificat h1 {
    font-weight: 500;
}

.history_partner_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.reviews_slider {
    max-width: 100%;
    width: 100%;
}

.reviews_slider .history_partner_item {
    height: 100%;
    justify-content: space-between;
}

.history_partner_item.item_img {
    padding-left: 50px;
    padding-right: 50px;
}

.history_partner_img {
    margin-bottom: 35px;
    max-height: 420px;
    display: block;
}

.history_partner_name {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #19398B;
}

.reviews_slider {
    overflow: visible;
}

.swiper-button-next.reviews-button-next {
    width: 40px;
    height: 40px;
    background: #19398B;
    border-radius: 50%;
    right: -20px;
    transition: .5s;
}

.swiper-button-prev.reviews-button-prev {
    width: 40px;
    height: 40px;
    background: #19398B;
    border-radius: 50%;
    left: -20px;
    transition: .5s;
}

.swiper-button-next.reviews-button-next::after,
.swiper-button-prev.reviews-button-prev::after {
    display: none;
}

.history_partner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -36px;
}

@media(max-width:1200px) {

    .swiper-button-next.reviews-button-next {
        right: 0;
    }

    .swiper-button-prev.reviews-button-prev {
        left: 0;
    }
}

@media(max-width:1200px) {

    .swiper-button-next.reviews-button-next {
        right: -10px;
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev.reviews-button-prev {
        left: -10px;
        width: 30px;
        height: 30px;
    }

    .swiper-button-next.reviews-button-next svg,
    .swiper-button-prev.reviews-button-prev svg {
        width: 20%;
        height: auto;
    }

    .history_partner_img {
        max-height: 100%;
    }

    .history_partner_img img {
        width: 100%;
        height: auto;
    }
}

@media(max-width:992px) {
    .history_partner_text p {
        font-size: 15px;
    }

    .history_partner_item.item_img {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        height: auto;
    }

    .history_partner_img {
        width: 100%;
        height: auto;
        max-height: 100%;
    }

    .history_partner_img img {
        width: 100%;
        height: auto;
    }
}


/* Изменения в стилях */
/* Изменения в стилях */
/* Изменения в стилях */

.swiper_deisng .swiper-button-prev::after,
.swiper_deisng .swiper-button-next::after {
    display: none;
}

.swiper_deisng .design_btn_prev,
.swiper_deisng .design_btn_next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #19398B;
    border-radius: 50%;
    top: calc(50% - 51px);
    margin: 0;
}

.swiper_deisng {
    clip-path: inset(0 -22px 0 -22px);
    position: relative;
}

.swiper_deisng .swiper-button-prev {
    left: -20px;
}

.swiper_deisng .design_btn_next {
    right: -20px;
}

.swiper_deisng_item_image {
    height: 340px;
}

.swiper_deisng_item_image img {
    width: 90%;
}

@media screen and (max-width:1350px) {
    .swiper_deisng .swiper-button-prev {
        left: 10px;
    }

    .swiper_deisng .design_btn_next {
        right: 10px;
    }
}

@media screen and (max-width:992px) {
    .swiper_deisng .swiper-button-prev {
        display: none;
    }

    .swiper_deisng .design_btn_next {
        display: none;
    }
}



/* Кровати на заказ */
/* Кровати на заказ */
/* Кровати на заказ */
/* Кровати на заказ */

.first_custom_bed {
    margin-top: 20px;
}

.first_custom_bed_wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/.40311;
    padding: 30px 72px;
}

#wrapper .page-new .first_custom_bed_wrap h1 {
    color: #FFF;
    font-family: Fira Sans;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 68.2px */
    margin-bottom: 0px;
}

#wrapper .page-new .first_custom_bed_wrap p {
    color: #FFF;
    font-family: Fira Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 33px */
    margin-top: 16px;
    margin-bottom: 0px;
}

.first_custom_bed_wrap_image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.first_custom_bed_wrap_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first_custom_bed_wrap .bed_btn_blue {
    margin-top: 32px;
}

#wrapper .page-new .bed_btn_blue {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #19398B;
    padding: 13px 34px;

    color: #FFF;
    text-align: center;
    font-family: Fira Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
    transition: .3s;
}

.bed_btn_blue:hover {
    opacity: .8;
}

.first_custom_bed_benefits {
    margin-top: 32px;
}

.first_custom_bed_benefit_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 25px;
    padding: 30px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 84px 0px rgba(25, 57, 139, 0.08);
}

.first_custom_bed_benefit_icon {
    display: flex;
    width: 100%;
    aspect-ratio: 1/1;
    max-width: 92px;
    max-height: 92px;
}

.first_custom_bed_benefit_icon svg {
    width: 100%;
    height: auto;
}

.first_custom_bed_benefit_content {
    width: 100%;
    max-width: calc(100% - 117px);
}

.first_custom_bed_benefit_title {
    color: #1D3A86;
    font-family: Fira Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}

#wrapper .page-new .first_custom_bed_benefit_text p {
    color: #19398B;
    font-family: Fira Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */

}

#wrapper .page-new .first_custom_bed_benefit_text p:last-of-type {
    margin-bottom: 0px;
}

.our_offers {
    margin-top: 92px;
    padding: 72px 0 80px 0;
    border-radius: 32px;
    background: #ECF6F8;
}

#wrapper .our_offers h2 {
    color: #19398B;

    font-family: Fira Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 52.8px */
    margin-bottom: 40px;
}

.our_offers_wrap_custom {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin: 40px 0;
}

.our_offers_wrap_custom.single {
    margin-top: 80px;
}

.custom_bed_item {
    display: flex;
    border-radius: 16px;
    background: #fff;
    min-height: 424px;
}

.custom_bed_item_left {
    width: 100%;
    max-width: 50%;
    border-radius: 12px;
    overflow: hidden;
}

.custom_bed_item_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom_bed_item_right {
    width: 100%;
    max-width: 50%;
    padding: 56px 60px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.custom_bed_item_right h3 {
    color: #19398B;
    font-family: Fira Sans;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 110% !important;
    /* 35.2px */
    margin-bottom: 0px !important;
}

.custom_bed_item_text {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

#wrapper .page-new .custom_bed_item_text p {
    color: #32373E;
    font-family: Fira Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 25.5px */
}

#wrapper .page-new .custom_bed_item_text p:last-of-type {
    margin-bottom: 0px;
}

.custom_bed_item_cloud {
    display: flex;
    align-items: center;
    padding: 14px 24px;

    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.06);
    column-gap: 16px;
}

.custom_bed_item_cloud .icon {
    display: flex;
    width: 100%;
    max-width: 42px;
}

.custom_bed_item_cloud_text {
    width: 100%;
    max-width: calc(100% - 42px - 16px);
    color: #6D7686;
    font-family: Fira Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

#wrapper .page-new .custom_bed_item_text ul {
    padding: 0 0 0 10px;
    margin: 0px 0 0 0;
    list-style: none;
}

#wrapper .page-new .custom_bed_item_text ul li {
    display: flex;
    column-gap: 10px;

    color: #32373E;
    font-family: Fira Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 25.5px */
}

#wrapper .page-new .custom_bed_item_text ul li::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    min-width: 3px;
    min-height: 3px;
    border-radius: 50%;
    background: #32373E;
    margin-top: 11px;
    position: relative;
    top: auto;
    left: auto;
}

.our_offers_wrap_other_product {
    margin-top: 56px;
}

#wrapper .page-new .our_offers_wrap_other_product h2 {
    color: #19398B;
    font-family: Fira Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 35.2px */
    margin-bottom: 0px;
}

.our_offers_wrap_other_product .row {
    margin-top: 30px;
    row-gap: 30px;
}

.offers_other_item {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 24px 84px 0px rgba(25, 57, 139, 0.05);
    overflow: hidden;
    height: 100%;
}

.offers_other_item_image {
    width: 100%;
    aspect-ratio: 1/.61836;
    overflow: hidden;
}

.offers_other_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.offers_other_item_content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 14px;
    padding: 32px 20px 32px 32px;
    flex: 1 1 auto;
}

#wrapper .page-new .offers_other_item_content h3 {
    color: var(--Blue, #19398B);
    font-family: Fira Sans;
    font-size: 21px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 114.286% */
    transition: .3s;
    margin-bottom: 0;
}

.offers_other_item_content_cost {
    color: #32373E;
    text-align: left;
    font-family: Fira Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#wrapper .offers_other_item_content_cost span {
    color: var(--Black, #32373E);
    font-family: Fira Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.offers_other_item:hover .offers_other_item_image img {
    transform: scale(1.03);
}

.offers_other_item:hover h3 {
    opacity: .8;
}

.our_offers_wrap_other_product .col-12 {
    display: flex;
    justify-content: center;
}

.custom_bed_form {
    padding: 80px 0;
}

.custom_bed_form_wrap_left .custom_bed_form_wrap_left_top {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

#wrapper .page-new .custom_bed_form_wrap_left_top h2 {
    color: #19398B;
    font-family: Fira Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 52.8px */
    margin: 0px;
}

#wrapper .page-new .custom_bed_form_wrap_left_top p {
    color: #213886;
    font-family: Fira Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 33px */
    margin: 0px;
}

.custom_bed_form_wrap_left_form {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.custom_bed_form_wrap_left_form_item {
    width: 100%;
}

.custom_bed_form_wrap_left_form_item input {
    padding: 21px 15px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #E3E5E8;
    background: #FFF;
    color: #32373E;

    /* Desktop / TextMiddleRegular */
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    outline: none;
    /* 18px */
    transition: .3s;
}

.custom_bed_form_wrap_left_form_item input:focus {
    border: 1px solid #b7b9bb;
}

.custom_bed_form_wrap_left_form_item input::placeholder {
    color: #6D7686;

    /* Desktop / TextMiddleRegular */
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 18px */
}

.custom_bed_form_wrap_left_form_btn {
    width: 100%;
}

.custom_bed_form_wrap_left_form_btn input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    border-radius: 4px;
    background: #19398B;

    color: #FFF;
    text-align: center;
    font-family: Fira Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
    cursor: pointer;
    outline: none;
    box-shadow: none;
    border: none;
    transition: .3s;
}

.custom_bed_form_wrap_left_form_btn input:hover {
    opacity: .9;
}

.custom_bed_form_wrap_left_form_text {
    margin-top: 18px;
    color: #32373E;
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    /* 18px */
}

.custom_bed_form_wrap_left_form_text a {
    color: #19398B;
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

.custom_bed_form_wrap_left_form_text a:hover {
    opacity: .8;
}

.custom_bed_form_wrap_image {
    width: 100%;
    max-width: 654px;
    border-radius: 16px;
    overflow: hidden;
    margin-left: auto;
    aspect-ratio: 1/.7309;

}

.custom_bed_form_wrap_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our_offers_wrap_calc {
    margin-top: 80px;
}

.our_offers_wrap_calc_top {
    display: flex;
    flex-direction: column;
    max-width: 630px;
    row-gap: 8px;
    padding-left: 45px;
}

.our_offers_wrap_calc {
    border-radius: 16px;
    background: #19398B;
    overflow: hidden;
    padding: 90px 24px 14px 24px;
}

#wrapper .page-new .our_offers_wrap_calc_top h2 {
    color: #FFF;
    font-family: Fira Sans;
    font-size: 82px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 82px */
    margin: 0 !important;
}

#wrapper .page-new .our_offers_wrap_calc_top p {
    color: #FFF;
    font-family: Fira Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 33px */
    margin-bottom: 0px;
}

.our_offers_wrap_calc_bot {
    margin-top: 45px;
    padding: 48px 48px 40px 48px;
    border-radius: 16px;
    background: #FFF;
    position: relative;
}

.our_offers_wrap_calc_bot .calc_img {
    position: absolute;
    bottom: 100%;
    right: 37px;
    width: 100%;
    max-width: 536px;
    overflow: hidden;
}

.our_offers_wrap_calc_bot_form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    margin: 0 -5px;
}

.calc_input {
    width: 100%;
    padding: 0 5px;
    max-width: 33.333333%;
}

#wrapper .page-new .calc_input input {
    width: 100%;
    padding: 21px 15px;
    border-radius: 4px;
    border: 1px solid #E3E5E8;
    background: #FFF;
    outline: none;
    box-shadow: none;

    color: #32373E;

    /* Desktop / TextMiddleRegular */
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 18px */
    transition: .3s;
}

#wrapper .page-new .calc_input input:focus {
    border: 1px solid #b7b9bb;
}

#wrapper .page-new .calc_input input::placeholder {
    color: #6D7686;

    /* Desktop / TextMiddleRegular */
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 18px */
}

.calc_input_btn {
    width: 100%;
    padding: 0 5px;
    max-width: 33.333333%;
}

.calc_input_btn input {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #BA4265;
    outline: none;
    border: none;

    color: #FFF;
    text-align: center;
    font-family: Fira Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */

    cursor: pointer;
    transition: .3s;
}

.calc_input_btn input:hover {
    opacity: .85;
}

#wrapper .page-new .calc_input_text {
    width: 100%;
    padding: 0 5px;
    max-width: 100%;

    color: #32373E;
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    /* 18px */
}

#wrapper .page-new .calc_input_text a {
    color: #19398B;
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    transition: .3s;
}

.calc_input_text a:hover {
    opacity: .8;
}

.first_custom_bed .row,
.our_offers .row,
.custom_bed_form .row {
    --bs-gutter-x: 30px;
}

.first_custom_bed_benefits {
    row-gap: 30px;
}

main .b24-form-padding-side form div:first-of-type div {
    flex: 0 0 100%;

    color: #6D7686;

    /* Desktop / TextMiddleRegular */
    font-family: "Fira Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 18px */
}

.custom_bed_form_wrap .b24-form-header {
    border: none;
}

.custom_bed_form_wrap .b24-form-header.b24-form-padding-side {
    display: none;
}

.custom_bed_form_wrap .b24-form-sign {
    display: none;
}

main .custom_bed_form_wrap .b24-form-padding-side form div:first-of-type.b24-form-btn-block {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    padding: 0px 5px;
    height: 60px;
}

.custom_bed_form_wrap_left {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

main .custom_bed_form_wrap .b24-form-padding-side form label.b24-form-control-container {
    height: auto;
    margin-top: 15px;
    margin-bottom: 0px;

    /* 18px */
}

main .custom_bed_form_wrap .b24-form-padding-side form label.b24-form-control-container span {
    color: #32373E;
    font-family: "Fira Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

main .custom_bed_form_wrap .b24-form-padding-side form .b24-form-control-container input[type="checkbox"] {
    margin-right: 10px;
}

.custom_bed_form_wrap .b24-form-control-alert {
    margin-bottom: 0px !important;
}

.custom_bed_form_wrap .b24-form-field {
    margin-bottom: 0px !important;
}

.custom_bed_form_wrap .b24-form-btn-container {
    margin-top: 30px;
}

.custom_bed_form_wrap .b24-form-wrapper {
    min-height: auto;
}

.our_offers_wrap_calc_bot .b24-form-header.b24-form-padding-side {
    display: none;
}

.our_offers_wrap_calc_bot .b24-form-wrapper {
    margin: 0;
    min-height: auto;
    max-width: 100%;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type {
    max-width: 66.6666666%;
    width: 100%;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type .b24-form-field {
    max-width: 50%;
    padding: 0 5px;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type .b24-form-field div {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.our_offers_wrap_calc_bot .b24-form-control-container {
    padding: 0 5px;
}

.our_offers_wrap_calc_bot .b24-form-content.b24-form-padding-side {
    margin: 0 -5px;
    width: auto;
    max-width: none;
}


.our_offers_wrap_calc_bot .b24-form-control-string .b24-form-control-label {
    padding: 0 20px !important;
    left: 0px;
}


main .our_offers_wrap_calc_bot .b24-form-padding-side form div.b24-form-btn-container {
    height: 60px;
    width: 100%;
    max-width: 33.33333%;
    padding: 0 5px;
    margin: 0;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type.b24-form-btn-block {
    max-width: 100%;
    padding: 0;
    height: 100%;
}

.our_offers_wrap_calc_bot .b24-form-btn {
    color: #FFF;
    text-align: center;
    font-family: "Fira Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
    height: 100%;
    box-shadow: none;
    min-height: auto;
}


main .our_offers_wrap_calc_bot .b24-form-padding-side form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(1) {
    order: 1;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(2) {
    order: 3;
    width: 100%;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(2) label {
    margin-top: 15px;
    margin-bottom: 0px;
    height: auto;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(2) label span {
    color: #32373E;
    font-family: "Fira Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    /* 18px */
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(3) {
    order: 2;
}

.our_offers_wrap_calc_bot .b24-form-sign {
    display: none;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type div div input {
    height: 60px;
}

.custom_bed_form_wrap .b24-form-btn {
    color: #FFF;
    text-align: center;
    font-family: "Fira Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(2) .b24-form-control-agreement {
    margin-bottom: 0px !important;
    max-width: 100%;
    width: 100%;
}

main .custom_bed_form_wrap .b24-form-padding-side form div:first-of-type div div input {
    height: 60px;
}

main .our_offers_wrap_calc form div:first-of-type div div .b24-form-control:focus+.b24-form-control-label,
main .custom_bed_form_wrap form div:first-of-type div div .b24-form-control:focus+.b24-form-control-label {
    opacity: 0;
    top: 50%;
}

main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(2) label .b24-form-control-required,
main .custom_bed_form_wrap .b24-form-padding-side form div:nth-of-type(2) label .b24-form-control-required {
    display: none;
}





/* Медиа кровати на заказ */
/* Медиа кровати на заказ */
/* Медиа кровати на заказ */

@media screen and (max-width: 1199px) {

    .first_custom_bed .container,
    .our_offers .container,
    .custom_bed_form .container {
        max-width: 768px;
    }

    .first_custom_bed .row,
    .our_offers .row,
    .custom_bed_form .row {
        --bs-gutter-x: 20px;
    }

    .first_custom_bed_wrap {
        aspect-ratio: 1/.5;
        border-radius: 10px;
    }

    .first_custom_bed_wrap {
        padding: 30px 40px;
    }

    #wrapper .page-new .first_custom_bed_wrap h1 {
        font-size: 40px;
    }

    #wrapper .page-new .first_custom_bed_wrap p {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .first_custom_bed_wrap .bed_btn_blue {
        margin-top: 24px;
    }

    .bed_btn_blue {
        font-size: 15px;
        padding: 12px 24px;
    }

    .first_custom_bed_benefits {
        row-gap: 20px;
    }

    .first_custom_bed_benefit_item {
        padding: 20px;
        border-radius: 10px;
        column-gap: 15px;
    }

    #wrapper .page-new .first_custom_bed_benefit_text p {
        font-size: 16px;
    }

    .first_custom_bed_benefit_icon {
        max-width: 80px;
        max-height: 80px;
    }

    #wrapper .page-new .first_custom_bed_benefit_title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .our_offers {
        margin-top: 60px;
        padding: 60px 0;
    }

    #wrapper .page-new .our_offers h2 {
        font-size: 36px;
    }

    .our_offers_wrap_custom {
        margin: 30px 0;
        row-gap: 30px;
    }

    .custom_bed_item_left {
        max-width: 100%;
        aspect-ratio: 1/.65;
        border-radius: 10px;
    }

    .custom_bed_item_right {
        max-width: 100%;
        padding: 30px;
        row-gap: 12px;
    }

    .custom_bed_item {
        flex-wrap: wrap;
        min-height: auto;
        border-radius: 10px;
    }

    #wrapper .page-new .custom_bed_item_right h3 {
        font-size: 24px !important;
    }

    #wrapper .page-new .custom_bed_item_text p {
        font-size: 15px;
    }

    #wrapper .page-new .custom_bed_item_text ul li {
        font-size: 15px;
    }

    .custom_bed_item_text {
        row-gap: 12px;
    }

    .custom_bed_item_cloud {
        margin-top: 5px;
    }

    .our_offers_wrap_calc {
        margin-top: 60px;
        border-radius: 10px;
    }

    .our_offers_wrap_custom.single {
        margin-top: 60px;
    }

    .offers_other_item_content {
        padding: 16px;
        row-gap: 10px;
    }

    #wrapper .page-new .offers_other_item_content h3 {
        font-size: 16px !important;
        line-height: 120%;
    }

    #wrapper .page-new .offers_other_item_content_cost {
        font-size: 15px;
    }

    #wrapper .page-new .offers_other_item_content_cost span {
        font-size: 15px;
    }

    .our_offers_wrap_other_product .row {
        row-gap: 20px;
    }

    .our_offers_wrap_other_product .bed_btn_blue {
        margin-top: 10px;
    }

    .our_offers_wrap_other_product {
        margin-top: 60px;
    }

    .custom_bed_form {
        padding: 60px 0;
    }

    #wrapper .our_offers_wrap_other_product h2 {
        font-size: 24px;
    }

    #wrapper .custom_bed_form_wrap_left_top h2 {
        font-size: 36px;
        max-width: 480px;
    }

    #wrapper .custom_bed_form_wrap_left_top p {
        font-size: 18px;
    }

    .custom_bed_form_wrap_left .custom_bed_form_wrap_left_top {
        row-gap: 10px;
    }

    .custom_bed_form_wrap_left_form {
        flex-wrap: wrap;
    }

    .custom_bed_form_wrap_left_form_btn {
        max-width: 75%;
    }

    .custom_bed_form_wrap_left_form_item {
        max-width: 75%;
    }

    .custom_bed_form_wrap_image {
        margin-top: 30px;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        aspect-ratio: 1/.65;
        border-radius: 10px;
    }

    .first_custom_bed_benefit_content {
        max-width: calc(100% - 80px - 15px);
    }

    .our_offers {
        border-radius: 20px;
    }

    .our_offers_wrap_calc_bot .calc_img {
        max-width: 320px;
    }

    .our_offers_wrap_calc_bot .calc_img img {
        height: auto;
    }

    .our_offers_wrap_calc_top {
        padding-left: 30px;
        max-width: 370px;
    }

    .our_offers_wrap_calc_bot {
        padding: 30px;
        border-radius: 10px;
        margin-top: 30px;
    }

    #wrapper .page-new .our_offers_wrap_calc_top h2 {
        font-size: 24px;
    }

    #wrapper .page-new .our_offers_wrap_calc_top p {
        font-size: 18px;
        line-height: 135%;
    }

    .calc_input input {
        padding: 15px;
    }

    #wrapper .page-new.calc_input_btn input {
        font-size: 16px;
    }

    #wrapper .page-new .calc_input_text {
        font-size: 14px;
    }

    #wrapper .page-new .calc_input_text a {
        font-size: 14px;
    }

    #wrapper .page-new .custom_bed_form_wrap_left_form_text {
        font-size: 14px;
    }

    #wrapper .page-new .custom_bed_form_wrap_left_form_text a {
        font-size: 14px;
    }

    #wrapper .page-new .our_offers h2 {
        margin-bottom: 30px;
    }

    .custom_bed_form_wrap .b24-form-wrapper {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }


    .custom_bed_form_wrap_left {
        row-gap: 30px;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type div div input {
        height: 100%;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type div div input:focus+label {
        opacity: 0;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div.b24-form-btn-container {
        height: 50px;
    }

    .our_offers_wrap_calc_bot .b24-form-btn {
        font-size: 16px;
    }

    .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type div div .b24-form-control-not-empty+.b24-form-control-label {
        opacity: 0;
        visibility: hidden;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(2) label span {
        font-size: 14px;
    }

    main .b24-form-padding-side form div:first-of-type div div input {
        padding: 0 15px;
    }

    .our_offers_wrap_calc_bot .b24-form-control-string .b24-form-control-label {
        padding: 0 15px !important;
    }

    main .custom_bed_form_wrap .b24-form-padding-side form div:first-of-type div div input {
        height: 50px;
    }

    .custom_bed_form_wrap .b24-form-control-label {
        padding: 0 15px;
        font-size: 14px;
    }

    main .custom_bed_form_wrap .b24-form-padding-side form div:first-of-type.b24-form-btn-block {
        height: 50px;
    }

    .custom_bed_form_wrap .b24-form-btn {
        font-size: 14px;
    }

    .custom_bed_form_wrap .b24-form-btn-container {
        height: auto;
        margin-top: 20px;
    }



}

@media screen and (max-width: 767px) {

    .first_custom_bed .container,
    .our_offers .container,
    .custom_bed_form .container {
        max-width: 450px;
    }

    .first_custom_bed_wrap {
        aspect-ratio: 1/.9;
    }

    .first_custom_bed_wrap {
        padding: 20px;
    }

    #wrapper .page-new .first_custom_bed_wrap h1 {
        font-size: 28px;
    }

    #wrapper .page-new .first_custom_bed_wrap p {
        font-size: 15px;
        max-width: 300px;
    }

    #wrapper .page-new .first_custom_bed_wrap p br {
        display: none;
    }

    .first_custom_bed_wrap .bed_btn_blue {
        margin-top: 20px;
    }

    .bed_btn_blue {
        font-size: 14px;
        padding: 10px 20px;
    }

    .first_custom_bed_benefit_item {
        padding: 15px;
    }

    .first_custom_bed_benefits {
        row-gap: 15px;
        margin-top: 25px;
    }

    .first_custom_bed_benefit_text p {
        font-size: 14px;
    }

    .first_custom_bed_benefit_title {
        font-size: 16px;
    }

    .our_offers {
        margin-top: 50px;
        padding: 50px 0;
    }

    #wrapper .page-new .our_offers h2 {
        font-size: 28px;
    }

    .our_offers_wrap_custom {
        margin: 20px 0;
        row-gap: 20px;
    }

    .custom_bed_item_left {
        border-radius: 6px;
    }

    .custom_bed_item_right {
        padding: 20px;
    }

    .custom_bed_item_cloud {
        border-radius: 6px;
    }

    #wrapper .page-new .custom_bed_item_right h3 {
        font-size: 22px !important;
    }

    #wrapper .page-new .custom_bed_item_text p {
        font-size: 14px;
    }

    #wrapper .page-new .custom_bed_item_text ul {
        padding-left: 7px;
    }

    #wrapper .page-new .custom_bed_item_text ul li {
        font-size: 14px;
        color-scheme: 7px;
    }

    #wrapper .page-new .custom_bed_item_text ul li::before {
        margin-top: 8px;
    }

    .custom_bed_item_cloud {
        padding: 10px 16px;
    }

    .custom_bed_item_cloud_text {
        font-size: 12px;
    }

    .our_offers_wrap_other_product {
        margin-top: 50px;
    }

    .our_offers_wrap_custom.single {
        margin-top: 50px;
    }

    #wrapper .page-new .our_offers_wrap_other_product h2 {
        font-size: 24px;
    }

    .our_offers_wrap_other_product .row {
        row-gap: 15px;
        margin-top: 20px;
    }

    #wrapper .page-new .offers_other_item_content h3 {
        font-size: 18px !important;
    }

    #wrapper .page-new .offers_other_item_content_cost {
        font-size: 16px;
    }

    #wrapper .page-new .offers_other_item_content_cost span {
        font-size: 16px;
    }

    #wrapper .page-newr .custom_bed_form_wrap_left_top h2 {
        font-size: 24px;
    }

    #wrapper .page-new .custom_bed_form_wrap_left_top p {
        font-size: 14px;
    }

    .custom_bed_form_wrap_left_form {
        margin-top: 20px;
    }

    .custom_bed_form_wrap_left_form_item {
        max-width: 100%;
    }

    .custom_bed_form_wrap_left_form_item input {
        padding: 15px;
    }

    .custom_bed_form_wrap_left_form_btn {
        max-width: 100%;
    }

    .custom_bed_form_wrap_left_form_btn input {
        height: 50px;
        max-width: 100%;
        width: 100%;
        font-size: 16px;
    }

    .custom_bed_form_wrap_left_form_text {
        font-size: 14px;
    }

    .custom_bed_form_wrap_left_form_text a {
        font-size: 14px;
    }

    .our_offers_wrap_calc {
        margin-top: 50px;
        padding: 20px;
    }

    .our_offers_wrap_calc_bot {
        padding: 30px 20px;
    }

    .calc_input {
        max-width: 100%;
    }

    .calc_input_btn {
        max-width: 100%;
    }

    .our_offers_wrap_calc_bot_form {
        row-gap: 10px;
    }

    .calc_input_btn input {
        height: 50px;
        font-size: 14px;
    }

    .calc_input_text {
        margin-top: 5px;
    }

    .our_offers_wrap_calc_top {
        max-width: 100%;
        padding-left: 0px;
    }

    #wrapper .page-new .our_offers_wrap_calc_top p {
        font-size: 16px;
    }

    #wrapper .page-new .our_offers_wrap_calc_top h2 {
        font-size: 28px;
    }

    .our_offers_wrap_calc_bot .calc_img {
        display: none;
    }

    .our_offers_wrap_calc_bot {
        margin-top: 20px;
    }

    #wrapper .page-new .our_offers h2 {
        margin-bottom: 30px;
    }

    .custom_bed_form {
        padding: 50px 0;
    }

    .custom_bed_form_wrap_left {
        row-gap: 20px;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type {
        max-width: 100%;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type .b24-form-field {
        max-width: 100%;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div.b24-form-btn-container {
        max-width: 100%;
        margin-top: 20px;
    }

    .our_offers_wrap_calc_bot .b24-form-btn {
        padding: 15px;
        font-size: 15px;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:first-of-type .b24-form-field {
        height: 50px;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(1) {
        order: 1;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(2) {
        order: 2;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(3) {
        order: 3;
    }

    main .our_offers_wrap_calc_bot .b24-form-padding-side form div:nth-of-type(2) label span {
        font-size: 11px;
    }

    main .b24-form-padding-side form .b24-form-control-container input[type="checkbox"] {
        margin-right: 10px;
    }
}