/*!
Theme Name: Rent DGU
*/
:root {
    --theme: #F9B238;
}
*,
*:before,
*:after{
    box-sizing: border-box;
    font-weight: 400;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Inter';
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0;
    padding: 0;
}
h1, h1 span {
    font-size: 60px;
    line-height: 1;
}
h2, h2 span {
    font-size: 60px;
    line-height: 120%;
}
li {
    list-style-type: none;
}
a {
	text-decoration: none;
    transition: 0.3s;
    display: block;
    cursor: pointer;
    color: #000;
}
b, strong {
    font-weight: 900;
}
img.cover {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
input, textarea, button {
    outline: none;
    border: none;
    font-family: 'Inter';
}
.btn {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 38px;
    height: 59px;
    cursor: pointer;
    font-weight: 500;
}
.btn-n {
    background: var(--theme); 
}
.btn-a {
    background: #000;
    color: #fff;
    gap: 10px;
}
.btn-a:after {
    content:'';
    display: block;
    width: 20px;
    height: 12px;
    background: url(assets/images/icons/arrow-btn.svg) no-repeat center/cover;
}
/* Container */
.container {
    margin: 0 auto;
}
/* Swiper Base */
.swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
}
.swiper-wrapper {
    display: flex;
    height: 100%;
}
.swiper-slide {
    flex-shrink: 0;
    cursor: pointer;
}
.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.swiper-pagination-bullet {
}
.swiper-pagination-bullet-active {
}*/

.swiper-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    cursor: pointer;
}
.swiper-nav .swiper-prev,
.swiper-nav .swiper-next {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background: url(assets/images/icons/nav-arrow.svg) no-repeat center/cover;
}
.swiper-nav .swiper-next {
    transform: scale(-1,1);
}

.pagination {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 60px;
}
.page-numbers {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #191919;
}
.page-numbers.current {
    color: #fff;
    background: var(--theme);
}
.prev.page-numbers {
    transform: scale(-1,1);
}


/* HEADER */
header {
    background: #000;
    position: relative;
}
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.header_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_col {
    display: flex;
    align-items: center;
}
.header_logo {
    padding-right: 60px;
}
.header_catalog {
    background: var(--theme);
    padding: 0 32px;
    height: 80px;
    display: flex;
    align-items: center;
}
.header_catalog__title {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 59px;
    cursor: pointer;
}
.header_catalog__title:after {
    content:'';
    display: block;
    width: 24px;
    flex: 0 0 24px;
    height: 16px;
    background: url(assets/images/icons/menu.svg) no-repeat center/cover;
}
.header_menu {
    padding-left: 38px;
}
.header_menu ul {
    display: flex;
    align-items: center;
    gap: 38px;
}
.header_menu ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.contact_icons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact_icons a {
    flex: 0 0 30px;
    with: 30px;
    height: 30px;
}
.contact_icons .wa {
    background: url(assets/images/icons/wa.svg) no-repeat center;
}
.contact_icons .tel {
    background: url(assets/images/icons/tel.svg) no-repeat center;
}
.contact_icons .mail {
    background: url(assets/images/icons/mail.svg) no-repeat center;
}
.header_col:last-child {
    gap: 42px;
}
.header_search {
    width: 20px;
    flex: 0 0 20px;
    height: 20px;
    background: url(assets/images/icons/search.svg) no-repeat center/cover;
    cursor: pointer;
}
.header_callback {
    border: 1px solid var(--theme);
    border-radius: 29px;
    height: 39px;
    width: 233px;
    color: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu_toggle {
    display: none;
}
.main_screen {
    margin-top: 20px;
}
.main_screen__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_screen__title {
    font-family: 'Igra Sans';
    margin-top: 80px;
}
.main_screen__text {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 500;
    color: #3D3D3D;
    width: 65%;
}
.main_screen__left .btn {
    margin-top: 40px;
    width: 286px;
}
.main_screen__bottom {
    margin-top: 106px;
}
.main_screen__bottom p {
    font-size: 18px;
    color: #3D3D3D;
    margin-top: 20px;
    padding-left: 62px;
    position: relative;
}
.main_screen__bottom p span {
    font-size: 26px;
    font-family: 'Igra Sans';
}
.main_screen__bottom p:before {
    content:'';
    display: block;
    width: 42px;
    height: 2px;
    background: var(--theme);
    position: absolute;
    left: 0;
    top: 11px;
}
.main_screen__right {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 859px;
    height: 817px;
    flex: 0 0 859px;
}
.main_screen_el {
    position: absolute;
    padding: 20px;
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    font-size: 22px;
    width: 343px;
}
.main_screen_el strong {
    font-weight: 600;
}
.main_screen__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.main_screen_el.screen_el1 {
    top: 86px;
    right: 109px;
}
.main_screen_el.screen_el2 {
    top: calc(50% - 50px);
    left: 93px;
}
.main_screen_el.screen_el3 {
    bottom: 112px;
    right: 74px;
}
.main_screen_el svg {
    position: absolute;
}
.main_screen_el.screen_el1 svg {
    top: 144px;
    right: -86px;
}
.main_screen_el.screen_el2 svg {
    top: 142px;
    left: -94px;
}
.main_screen_el.screen_el3 svg {
    top: 144px;
    right: -50px;
}
.search_form {
    display: none;
    background: #000;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 30px 0;
}
.search_form form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 144px;
}
.search_form.show {
    display: block;
}
.search_form__input {
    flex: 1;
    position: relative;
}
.search_form__input:after {
    content:'';
    display: block;
    width: 20px;
    height: 20px;
    background: url(assets/images/icons/search_grey.svg) no-repeat center;
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    z-index: 1;
}
.search_form input {
    height: 59px;
    background: #F3F3F3;
    border-radius: 29px;
    padding: 10px 60px 10px 20px;
    width: 100%;
}
.search_form form .btn {
    width: 223px;
    border-radius: 29px;
}

.catalog_menu {
    position: absolute;
    top: 100%;
    background: #000;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 1;
    display: none;
}
.catalog_menu.show {
    display: block;
}
.catalog_menu ul {
    columns: 4;
}
.catalog_menu a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 10px 0;
}


.the_content[data-limited] .content {
	overflow: hidden;
}
button[data-limited-btn] {
	gap: 10px;
	margin: 20px auto 0;
}
button[data-limited-btn] span {
	pointer-events: none;
}

section {
    margin-top: 120px;
}
.heading {
    text-align: center;
    position: relative;
}
.heading h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 60px;
    font-family: 'Igra Sans';
}
.heading_link {
    color: #3D3D3D;
    font-size: 18px;
    padding: 5px 0 5px 10px;
    border-left: 2px solid var(--theme);
    position: absolute;
    right: 0;
    top: 23px;    
}
.section_descr {
    color: #3D3D3D;
    font-size: 22px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
}
.swiper-catalog {
    margin-top: 60px;
}

/* CATALOG */

.catalog_item {
    border: 1px solid #D4D4D4;
    padding: 30px 20px 40px;
}
.catalog_item .item_img {
    width: 100%;
    height: 260px;
}
.catalog_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catalog_item .item_checks {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}
label.checkbox {
    cursor: pointer;
}
.checkbox input {
    display: none;
}
.checkbox_text {
    color: #3D3D3D;
    font-size: 18px;
    padding: 0 0 0 26px;
    position: relative;
}
.checkbox_text:before {
    content:'';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--theme);
    position: absolute;
    left: 0;
    top: 0;
}
.checkbox input:checked ~.checkbox_text:after {
    content:'';
    display: block;
    width: 20px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(assets/images/icons/checkbox.svg) no-repeat center;
}

.catalog_item .item_title {
    font-family: 'Igra Sans';
    margin-top: 40px;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
}
.catalog_item .item_title span {
    margin-top: 10px;
    font-size: 18px;
    color: #3D3D3D;
    text-align: center;
    display: block;
}
.catalog_item .item_characs {
    margin-top: 40px;
}
.item_characs .characs_opt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #3D3D3D;
    padding: 8px 10px;
}
.item_characs .characs_opt:nth-child(odd){
    background: #F3F3F3;
}
.catalog_item .item_price {
    margin-top: 40px;
    color: var(--theme);
    font-size: 40px;
    font-family: 'Igra Sans';
    text-align: center;
}
.item_rent {
    margin: 80px 0;
}
.item_rent__title{
    font-family: 'Igra Sans';
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.item_rent__col {
    margin: 0 0 40px;
}
.item_rent__col:last-child {
    padding-top: 40px;
}
.item_rent__col-title {
    font-family: 'Igra Sans';
    font-size: 26px;
    margin-bottom: 20px;
}
.item_rent__col-price > span{
    color: #3D3D3D;
    font-size: 18px;
}
.item_rent__col-price .price {
    color: var(--theme);
    font-family: 'Igra Sans';
    font-size: 40px;
    margin-top: 20px;
}
.item_rent__col-price .price span {
    font-family: 'Igra Sans';
    font-size: 18px;
    color: #000;
}
.item_rent__col:last-child{
    border-top: 2px solid #D5D5D5;
}
.catalog_item .btn {
    margin: 40px auto 0;
    width: 169px;
}
.catalog-nav {
    margin-top: 60px;
}
.catalog_str__more:after {
    transform: scale(1,1);
}
/* О КОМПАНИИ */
.about_wrap {
    display: flex;
    gap: 141px;
}
.about_img {
    flex: 0 0 467px;
    width: 467px;
}
.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_text p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.about_text p strong {
    font-family: 'Igra Sans';
    font-size: 22px;
    font-weight: 400;
    
}
.about_text .btn {
    width: 218px;
    margin-top: 40px;
}
.about_rent {
    margin-top: 80px;
}
.about_rent h2 {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
}
.about_rent__row {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.about_rent__col {
    border-right: 1px solid #000;
    padding: 0 35px;
}
.about_rent__col:last-child {
    border: none;
}
.about_rent__col .col_title {
    font-family: 'Igra Sans';
    font-size: 22px;
    text-align: center;
    margin-bottom: 36px;
}
.about_rent__col .col_text {
    color: #3D3D3D;
    font-size: 18px;
    text-align: center;
}

/* ОТЗЫВЫ */
.section_reviews {
    background: #F3F3F3;
    padding: 120px 0;
}
.reviews_item {
    background: #fff;
    padding: 48px 30px;
}
.reviews_item__name {
    margin-top: 30px;
    font-size: 30px;
    font-family: 'Igra Sans';
}
.reviews_item__text {
    font-size: 18px;
    line-height: 150%;
    color: #3D3D3D;
    margin-top: 25px;
}
.reviews_item.hide .reviews_item__text {
     -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.str_more {
    color: var(--theme);
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.str_more:after {
    content:'';
    display: block;
    width: 12px;
    height: 12px;
    background: url(assets/images/icons/chevron.svg) no-repeat center/cover;
}
.reviews_item__more {
    margin-top: 30px;
}
.reviews_item .reviews_item__more:after {
    transform: scale(1,-1);
}
.reviews_item.hide .reviews_item__more:after {
    transform: scale(1,1);
}
.reviews-nav {
    margin-top: 60px;
}


/* ПОЧЕМУ МЫ */
.why_we__wrap {
    display: grid;
    grid-template-columns:repeat(3,1fr);
    gap: 40px 20px;
}
.ww_item__title {
    font-size: 22px;
    font-family: 'Igra Sans';
    display: flex;
    gap: 20px;
    align-items: flex-end;
}
.ww_item__text {
    font-size: 18px;
    color: #3D3D3D;
    margin-top: 20px;
}

/* ПАРТНЕРЫ */
.partners_wrap {
    display: grid;
    grid-template-columns:repeat(4,1fr);
    gap: 20px;
}
.partners_logo {
    border: 1px solid #E1E1E1;
}
.partners_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* КАК МЫ РАБОТАЕМ */
.work_item__title {
    font-size: 22px;
    font-family: 'Igra Sans';
}
.work_item__text {
    color: #3D3D3D;
    font-size: 18px;
    margin-top: 20px;
}
.work__row {
    display: grid;
    grid-template-columns:repeat(3,1fr);
    gap: 20px;
}
.work_item {
    height: 319px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 0 74px;
    position: relative;
    z-index: 0;
}
.work_item:first-child,
.work_item:nth-child(5){
    background: #F3F3F3;
}
.work_item:nth-child(2){
    background: #E0E0E0;
}
.work_item:nth-child(6){
    background: #C7C7C7;
}
.work_item__num {
    position: absolute;
    right: 0;
    bottom: 29px;
    font-size: 296px;
    line-height: 213px;
    z-index: -1;
}
.work_item:first-child .work_item__num,
.work_item:nth-child(5) .work_item__num{
    color: #F9B23833;
}
.work_item:nth-child(2) .work_item__num,
.work_item:nth-child(6) .work_item__num{
    color: #FFFFFF33;
}

/* FAQ */
.faq_items {
    margin-top: 15px;
}
.faq_item {
    border-top: 2px solid #F3F3F3;
    padding: 27px 90px 27px 0;
    position: relative;
    cursor: pointer;
}
.faq_item:last-child {
    border-bottom: 2px solid #F3F3F3;
}
.faq_item:after {
    content:'';
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: calc(50% - 24px);
    background: url(assets/images/icons/acc-arrow.svg) no-repeat center/cover;
    transform: scale(1,-1);
}
.faq_item.active:after {
    transform: scale(1,1);
} 
.faq_question {
    font-family: 'Igra Sans';
    font-size: 30px;
    line-height: 130%;
}
.faq_answer {
    font-size: 18px;
    color: #3D3D3D;
    line-height: 150%;
    padding: 20px 0;
    display: none;
}

/* ПОЛЕЗНЫЕ СТАТЬИ */
.article_img {
    height: 300px;
}
.article_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article_date {
    margin-top: 40px;
}
.date {
    font-size: 18px;
    color: #3D3D3D;
    display: flex;
    align-items: center;
    gap: 6px;
}
.date:before {
    content:'';
    display: block;
    width: 15px;
    height: 16px;
    background: url(assets/images/icons/date.svg) no-repeat center/cover;
}
.article_title {
    font-size: 26px;
    margin-top: 40px;
    font-family: 'Igra Sans';
    min-height: 200px;
}
.article_item .btn {
    width: 169px;
}
.articles-nav {
    margin-top: 60px;
}

.article_item.inline {
    display: flex;
    gap: 31px;
    margin-bottom: 37px;
}
.article_item.inline .article_img {
    flex: 0 0 467px;
}
.article_item__wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.article_item.inline .article_title {
    margin-top: 0;
    min-height: auto;
}
.article_item.inline .article_date {
    margin-top: 10px; 
}
.article_item.inline .article_descr {
    color: #3D3D3D;
    font-size: 18px;
    line-height: 150%;
}
.article_item.inline .btn {
    width: 225px;
}
.blog_more {
    margin-top: 60px;
    display: none;
}
.blog_pagination {
    margin-top: 60px;
}
/* CALLBACK FORM */
.callback_wrap {
    margin-top: 60px;
    display: flex;
    column-gap: 141px;
}
.callback_img {
    height: 281px;
    flex: 0 0 467px;
}
.callback_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.callback_form {
    flex: 1;
}
.callback_form .form_row {
    display: flex;
    column-gap: 142px;
    margin-bottom: 40px;
}
.callback_form .form_row input {
    border-bottom: 1px solid #D3D3D3;
    width: 100%;
    height: 40px;
    font-size: 16px;
}
.callback_form .btn {
    width: 166px;
    font-size: 16px;
}
.confirm {
    margin-top: 20px;
    color: #868686;
}

/* FOOTER */
footer {
    margin-top: 120px;
    background: #000;
    padding: 60px 0;
}
.footer_row {
    display: flex;
    column-gap: 142px;
}
.footer_logo {
    width: 345px;
}
.footer_logo img {
    width: 100%;
}
.footer_icons {
    margin-top: 80px;
}
.footer_col__title {
    font-family: Igra Sans;
    font-size: 26px;
    line-height: 130%;
    color: var(--theme);
    margin-bottom: 40px;
}
.footer_right {
    display: flex;
    justify-content: space-between;
    flex: 1;
}
.footer_col a {
   font-size: 18px;
   font-weight: 600;
   color: #fff;
   margin-bottom: 20px;
   display: flex;
   align-items: center;
   gap: 10px;
}
.footer_col:last-child a {
   font-weight: 400; 
}


/* CATALOG PAGE */
.catalog_wrap {
    position: relative;
    padding-top: 50px;
}
.catalog_wrap_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 60px 20px;
    margin-top: 60px;
}
.beautiful-taxonomy-filters {
    position: absolute;
    top: 0;
    width: 100%;
}
.beautiful-taxonomy-filters form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.beautiful-taxonomy-filters-select-wrap {
    display: flex;
    gap: 10px;
    flex: 1;
}
.beautiful-taxonomy-filters-label {
    display: none;
}
.select2-container .select2-selection--single {
    height: auto;
    padding: 16px 8px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    text-transform: uppercase;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 18px;
    right: 8px;
    width: 20px;
}
.select2-selection__arrow b {
    display: none;
}
.select2-selection__arrow {
    content: '';
    display: block;
    width: 14px;
    height: 12px;
    background: url(assets/images/icons/chevron.svg) no-repeat center;
}
.beautiful-taxonomy-filters-button,
.beautiful-taxonomy-filters-clear-all {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    height: 49px;
    cursor: pointer;
    background: var(--theme); 
    border-radius: 10px;
    font-size: 0;
    margin-left: 5px;
}
.beautiful-taxonomy-filters-button:after {
    content:'Применить';
    font-size: 16px;
}
.beautiful-taxonomy-filters-clear-all:after {
    content:'Сброс';
    font-size: 16px;
}
.select2-container {
    width: auto!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
}

.catalog_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}
.catalog_filter .filter_col {
    display: flex;
    gap: 10px;
}
.filter_item {
    position: relative;
}
.filter_item__title {
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.filter_item__title:after {
    content:'';
    display: block;
    width: 14px;
    height: 12px;
    background: url(assets/images/icons/chevron.svg) no-repeat center;
}
.filter_item__options {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    left: 0;
    width: 230px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    z-index: 1;
}
.filter_item__title.show + .filter_item__options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.filter_item__options .checkbox_text {
    text-transform: none;
    font-size: 16px;
}
.catalog_filter .btn {
    width: 156px;
    border-radius: 29px;
}
.btn_more {
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    width: 100%;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase; 
}
.catalog_more {
    margin-top: 60px;
    display: none;
}
.catalog_str__more {
    display: none;
}

/* SINGLE PRODUCT */
.single_product__summary {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2,1fr);
}
.single_product__img img {
    width: 100%;
}
.single_product__summary .item_rent {
    padding: 40px 60px 0;
    border: 1px solid #D5D5D5;
}
.single_product__title.mob {
    display: none;
}
.single_product__title {
    font-family: Igra Sans;
    font-size: 60px;
}
.single_product__price {
    margin-top: 33px;
    font-size: 26px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.single_product__price span {
    font-size: 40px;
    font-weight: 600;
}
.single_product__renttime {
    margin-top: 33px;
    font-size: 18px;
    color: #3D3D3D;
}
.single_product__renttime select {
    margin: 20px 0 33px;
    background: #F3F3F3;
    display: block;
    width: 100%;
    height: 47px;
    font-size: 18px;
    color: #3D3D3D;
    border-radius: 10px;
    padding: 0 10px;
    border: none;
}
.single_product__renttime .btn {
    width: 190px;
}
.single_product__content .item_characs {
    margin-top: 33px;
}
.single_product__descr {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #D5D5D5;
}
.single_product__descr-title {
    font-family: Igra Sans;
    font-size: 30px;
    margin-bottom: 20px;
}
.the_content p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 150%;
}
.the_content ul,
.the_content ol {
   margin-bottom: 20px;
   padding-left: 20px;
}
.the_content ul li {
    list-style: disc;
    color: #3D3D3D;
}
.the_content ol li {
    list-style: decimal;
    color: #3D3D3D;
}
.the_content h3 {
    font-family: Igra Sans;
    margin-bottom: 30px;
    font-size: 22px;
}
.the_content h4 {
    font-family: Igra Sans;
    margin-bottom: 20px;
    font-size: 22px;
}

/* QUESTION FORM */
.question_form {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2,1fr);
    padding-top: 60px;
}
.question_form__title {
    font-family: Igra Sans;
    font-size: 40px;
}
.question_form__subtitle {
    font-size: 18px;
    margin-top: 60px;
    color: #323750;
}
.question_form__left button {
    margin-top: 40px;
    width: 211px;
    text-transform: uppercase;
}
.question_form__right input {
    border-bottom: 1px solid #D3D3D3;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
}
.question_form__right textarea {
    height: 100px;
    border-bottom: 1px solid #D3D3D3;
    width: 100%;
}

/* CONTACTS */
.contacts_wrap {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.contacts_col {
    border-left: 2px solid var(--theme);
    padding-left: 20px;
}
.contact_el {
    color: #3d3d3d;
    font-size: 18px;
    margin-bottom: 20px;
}
.contact_el:last-child {
    margin-bottom: 0;
}
.contact_el span {
    font-family: Igra Sans;
    font-size: 26px;
    display: block;
    line-height: 130%;
    margin-bottom: 6px;
}
.contacts_map {
    margin-top: 40px;
}
.contacts_map .map_title {
    font-family: Igra Sans;
    font-size: 26px;
}
.contacts_map .map {
    margin-top: 40px;
    height: 470px;
}

/* SINGLE BLOG */
.single_blog__images {
    display: flex;
    gap: 20px;
}
.single_blog__img {
    height: 503px;
    flex: 1;
}
.single_blog__img:first-child {
    width: 467px;
    flex: 0 0 467px;
}
.single_blog__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.single_blog__content {
    margin-top: 60px;
    padding-left: 487px;
}
.single_blog__content .date {
    margin-bottom: 20px;
}

/* СТРАНИЦА ОТЗЫВОВ */
.reviews_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
}
.reviews_wrap .review {
    border: 2px solid #E4E4E4;
    padding: 60px 95px;
    display: flex;
    gap: 30px;
}
.reviews_wrap .review_name {
    font-family: Igra Sans;
    font-size: 26px;
    line-height: 150%;
}
.reviews_wrap .review_text {
    font-size: 18px;
    line-height: 150%;
    color: #3D3D3D;
    margin-top: 5px;
}
.reviews_more {
    margin-top: 60px;
}
.reviews_pagination {
    margin-top: 60px;
}

/* MODAL */
.modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.3);
}
.modal.show {
    display: flex;
}
.modal_wrap {
    border-radius: 10px;
    position: relative;
    background: #fff;
    padding: 30px 50px;
    width: 450px;
}
.modal_close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 12px;
    cursor: pointer;
}
.modal_wrap__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    margin: 40px 0 30px;
}
.modal_wrap form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.modal_wrap form input {
    width: 100%;
    border-bottom: 1px solid #D3D3D3;
    padding: 10px 0;
    margin-bottom: 20px;
}
.modal_wrap form .btn {
    width: 100%;
}

.catalog_menu-mob {
    display: none;
}
.form_success {
    color: green;
    margin-top: 5px;
}
.search_item {
    display: flex;
    justify-content: space-between;
    gap: 31px;
    margin-bottom: 37px;
}
.search_item__img {
    flex: 0 0 467px;
    width: 467px;
    height: 300px;
}
.search_item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search_item__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px;
}
.search_item__title {
    font-family: Igra Sans;
    font-size: 30px;
    margin-bottom: 40px;
}
.search_item__country {
    color: #3D3D3D;
    font-size: 18px;
}
.search_item__content .btn {
    width: 178px;
    gap: 10px;
}
.search_item__content .btn:after {
    content:'';
    display: block;
    width: 20px;
    height: 50px;
    background: url(assets/images/icons/arrow-btn-bl.svg) no-repeat center;
}
.btn-tohome {
    margin: 120px auto 0;
    width: 257px;
}
.search_empty {
    font-size: 18px;
    color: #3D3D3D;
}
