@import url('https://fonts.cdnfonts.com/css/helveticaneuecyr-2');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

*,
::before, 
::after {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

ul,ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    line-height: 18px;
}

.title {
    font-family: 'Allura', cursive;
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    color: #8B001D;
}

.header {
    position: absolute;
    z-index: 99;
    width: 100%;
    min-height: 138px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.92) 26.04%, rgba(255, 255, 255, 0.81) 41.15%, rgba(255, 255, 255, 0.61) 60.94%, rgba(255, 255, 255, 0.291596) 83.33%, rgba(255, 255, 255, 0) 99.99%, rgba(255, 255, 255, 0) 100%);
}

.header__container {
    position: relative;
    max-width: 1956px;
    margin: 0 auto;
    padding: 18px 36px 44px;
    
}

.header__logo {
    position: absolute;
    top: 6px;
    left: 62px;
    width: 150px;
}

.header__logo img {
    width: 100%;
    height: 100%;
}

.header__links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 21px;
}

.header__phone {
    display: flex;
    align-items: center;
    margin-right: 37px;
    transition: all 0.3s ease;
}

.header__phone:hover,
.header__phone:focus,
.header__phone:active {
    text-decoration: underline;
}

.header__phone img {
    width: 23px;
    height: 23px;
    margin-right: 13px;
}

.header__button {
    display: inline-block;
    font-weight: 550;
    color: #FFFFFF;
    background-color: #8B001D;
    padding: 7px 18px;
    transition: all 0.3s ease-in-out;
}

.header__button:hover,
.header__button:focus,
.header__button:active {
    transform: scale(1.1);
}

.header__menu .menu__list {
    display: flex;
    justify-content: flex-end;
}

.header__menu .menu__item:not(:last-child) {
    margin-right: 27px;
}

.header__menu .menu__link {
    display: inline-block;
    color: #8B001D;
    padding-bottom: 4px;
}

.header__menu .menu__link:hover, 
.header__menu .menu__link:focus,
.header__menu .menu__link:active{
    padding-bottom: 4px;
    border-bottom: 2px solid #8B001D;
}

.nav__burger {
    display: none;
    width: 40px;
    height: 28px;
    position: absolute;
    top: 24px;
    right: 36px;
}

.burger__line {
    display: block;
    width: 100%;
    height: 5px;
    background: #8B001D;
    position: absolute;
    right: 0;
}

.burger__line_first {
    top: 0;
}

.burger__line_second {
    top: 50%;
    transform: translateY(-50%);
}

.burger__line_third {
    bottom: 0;
}

.intro-slider {
    max-width: 1920px;
    margin: 0 auto; 
    position: relative;
    margin-bottom: 36px;
}

.intro-slider__arrows {
    display: flex;
    position: absolute;
    bottom: 195px;
    right: 63px;
}

.intro-slider__arrow, 
.reviews-slider__arrow, 
.portfolio-slider__arrow,
.product-slider__arrow {
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    color: #8B001D;
    text-transform: uppercase;
}

.intro-slider__arrow.prev_arrow {
    margin-right: 17px;
}

.prev_arrow img  {
    margin-right: 5px;
}

.next_arrow img  {
    margin-left: 5px;
}

.intro-slider__arrow img {
    width: 30px;
}

.intro-slider__dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.intro-slider__dots .slick-dots {
    display: flex;
}

.slick-dots li:not(:last-child) {
    margin-right: 14px;
}

.slick-dots li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    background-color: #8B001D;
    border-radius: 50%;
    border: 0.5px solid #8B001D;
    cursor: pointer;
}

.slick-dots li.slick-active button{
    background-color: transparent;
}

.products {
    max-width: 962px;
    padding: 0 3px;
    margin: 0 auto;
    margin-bottom: 53px;
}

.products__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.products__title {
    margin-bottom: 9px;
}

.product {
    max-width: 224px;
    margin: 6px;
}

.product__image {
    max-width: 224px;
    margin-bottom: 12px;
}

.product__image img {
    object-fit: fill;
    width: 100%;
}

.product__info {
    border: 0.5px solid #8B001D;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}

.product__title {
    padding-top: 3px;
    font-size: inherit;
    font-weight: 550;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #8B001D;
}

.product__text {
    min-height: 160px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 9px 18px 15px;
}

.about {
    max-width: 962px;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 58px;
}

.about__title {
    margin-bottom: 14px;
}

.about__text {
    line-height: 30px;
}

.sliders {
    max-width: 962px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: center;
}

.reviews {
    max-width: 440px;
    margin-bottom: 74px;
    margin-right: 50px;
}

.reviews__title, 
.portfolio__title {
    margin-bottom: 12px;
}

.review {
    margin-bottom: 28px;
}

.review__logo  {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.review__text {
    line-height: 30px;
}

.reviews-slider__arrows,
.portfolio-slider__arrows {
    display: flex;
    justify-content: center;
}

.reviews-slider__arrow.prev_arrow,
.portfolio-slider__arrow.prev_arrow {
    margin-right: 17px;
}

.portfolio {
    max-width: 440px;
    margin-bottom: 74px;
}

.portfolio-slider {
    margin-bottom: 38px;
}

.portfolio-slide {
    max-width: 440px;
}

.portfolio-slide img {
    width: 100%;
    object-fit: fill;
}

.contacts {
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 43px;
}

.contacts__title {
    margin-bottom: 14px;
}

.contacts__wrapper {
    display: flex;
}

.map {
    width: 1153px;
    height: 495px;
}

.contacts__list {
    padding: 43px 50px;
}

.contacts__item {
    display: flex;
    align-items: center;
}

.contacts__item:not(:last-child) {
    margin-bottom: 23px;
}

.contacts__item img {
    width: 23px;
    height: 23px;
    margin-right: 13px;
}

.connection {
    max-width: 962px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    margin-bottom: 58px;
}
.hours {
    margin-right: 84px;
}

.hours__title {
    margin-bottom: 9px;
}

.hours__wrapper {
    display: flex;
}

.days__col {
    padding-right: 43px;
    border-right: 0.5px solid #8B001D;
    color: #8B001D;
}

.days__col li:not(:last-child),
.hours__col li:not(:last-child) {
    margin-bottom: 27px;
}

.hours__col {
    padding-left: 43px;
    font-weight: 550;
}

.get-in-touch {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.get-in-touch__text {
    line-height: 30px;
    text-align: center;
}

.get-in-touch__form {
    width: 491px;
    margin-top: 22px;
    display: flex;
    flex-direction: column;
}

.form__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.form__input,
.form__textarea {
    padding: 5px 20px;
    border: 0.5px solid #8B001D;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: 30px;
    color: #838383;
}

.form__input {
    margin-bottom: 10px;
}

.form__textarea {
    min-height: 95px;
    resize: none;
    margin-bottom: 29px;
}

.form__submit {
    max-width: 160px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-color: #8B001D;
    font-weight: 550;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 53px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.form__submit:hover,
.form__submit:focus,
.form__submit:active {
    transform: scale(1.1);
}

.footer {
    background-color: #8B001D;
}

.footer__container {
    max-width: 1950px;
    padding: 47px 15px 55px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.footer__logo {
    max-width: 124px;
    margin-bottom: 24px;
}

.footer__logo img {
    width: 100%;
}

.footer__social a {
    display: inline-block;
    max-width: 33px;
}

.footer__social a img{
    width: 100%;
}

.footer__social a:not(:last-child) {
    margin-right: 16px;
}

.footer__links {
    display: flex;
    flex-wrap: wrap;
    margin-left: 107px;
}

.footer__menu {
    margin-right: 107px;
}

.footer__menu .menu__item:not(:last-child) {
    margin-bottom: 20px;
}

.footer__menu .menu__link {
    font-weight: 300;
    color: #FFFFFF;
}

.footer__menu .menu__link:hover,
.footer__menu .menu__link:focus,
.footer__menu .menu__link:active {
    text-decoration: underline;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
}

a.footer__contact:hover,
a.footer__contact:focus,
a.footer__contact:active {
    text-decoration: underline;
}

.footer__contact {
    display: flex;
    align-items: center;
    font-weight: 300;
    color: #FFFFFF;
}

.footer__contact img {
    margin-right: 14px;
}

.footer__contact:not(:last-child) {
    margin-bottom: 28px;
}

.steps {
    max-width: 965px;
    padding: 0 15px;
    margin: 0 auto;
    margin-bottom: 91px;
}

.steps__title {
    margin-bottom: 14px;
}

.steps__text {
    line-height: 30px;
    margin-bottom: 58px;
}

.steps__container {
    display: flex;
    justify-content: center;
}

.step {
    min-width: 120px;
    max-height: 158px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.step:not(:last-child)::after {
    content: url(../img/icons/grey-arrow.png);
    width: 40px;
    height: 40px;
    position: relative;
    top: -57px;
    left: 95px;
}

.step:not(:last-child) {
    margin-right: 86px;
}

.step__image {
    max-width: 78px;
    margin-bottom: 24px;
}

.step__info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step__title {
    font-weight: 550;
    font-size: 24px;
    line-height: 30px;
}

.step__description {
    font-size: 17px;
    line-height: 30px;
}

.materials {
    max-width: 962px;
    padding: 0 15px;
    margin: 0 auto;
}

.materials__title {
    margin-bottom: 14px;
}

.materials__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 128px;
}

.material {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.material:not(:last-child) {
    margin-bottom: 69px;
}

.material__title {
    font-weight: 550;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 7px;
}

.material__description {
    line-height: 30px;
    margin-bottom: 39px;
    text-align: center;
}

.material__slider_wrap {
    display: flex;
    align-items: center;
}

.material__slider_prev-arrow,
.material__slider_next-arrow{
    cursor: pointer;
}

.material__slider_prev-arrow {
    margin-right: 60px;
}

.material__slider_next-arrow {
    transform: rotate(180deg);
    margin-left: 60px;
}

.material__slider {
    display: flex;
    align-items: center;
    max-width: 880px;
}

.material__slide {
    height: 250px;
    position: relative;
}

.material__slide_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,0.6);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
}

.reviews-slider .review {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.review__name {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.review__stars {
    margin-bottom: 10px;
}

.review__text {
    text-align: center;
    font-size: 16px;
}

.material__slide img {
    width: 100%;
    object-fit: cover;
}

.edges {
    margin-bottom: 38px;
}

.edges__title {
    margin-bottom: 21px;
}

.contact-boxes {
    max-width: 962px;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 65px;
}

.contact-boxes__title {
    margin-bottom: 50px;
}

.contact-boxes__container {
    display: flex;
    justify-content: space-between;
}

.contact-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 280px;
    min-height: 208px;
    border: 0.5px solid rgba(139, 0, 29, 0.6);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}

.contact-box__title {
    width: 100%;
    padding: 2px 0;
    font-size: inherit;
    font-weight: 550;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #8B001D;
}

.contact-box__text {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding: 0 24px 23px;
}

.contact-box__button {
    display: inline-block;
    width: 160px;
    border: 1px solid #8B001D;
    text-align: center;
    padding: 5px 0;
    font-weight: 550;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #8B001D;
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
}

.contact-box__button:hover,
.contact-box__button:focus,
.contact-box__button:active {
    color: #FFFFFF;
    background-color: #8B001D;
}

.contact-map {
    max-width: 1920px;
    height: 398px;
    margin: 0 auto;
    padding-top: 126px;
    margin-bottom: 40px;
}

.contact-list {
    max-width: 958px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 89px;
}

.contact-list__item {
    display: flex;
    align-items: center;
}

.contact-list__item img{
    margin-right: 10px;
}

.contact-hours {
    margin-right: 146px;
}

.cabinets {
    max-width: 962px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 82px;
}

.cabinets__title,
.doors__title {
    margin-bottom: 30px;
}

.slide__wrapper {
    display: flex;
    justify-content: space-between;
}

.cabinet,
.door {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.door {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cabinet img,
.door img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.door img {
    height: 400px;
    width: auto;
}

.cabinet__title,
.door__title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.product-slider__arrows {
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 63px;
}
 
.cabinets__text {
    line-height: 30px;
    text-align: center;
    margin-bottom: 39px;
}

.cabinets__button {
    display: inline-block;
    padding: 13px 26px;
    background-color: #8B001D;
    font-weight: 550;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.cabinets__button:hover,
.cabinets__button:focus {
    transform: scale(1.1);
}

.doors {
    max-width: 962px;
    padding: 0 15px;
    margin: 0 auto;
    margin-bottom: 94px;
}

.door__title {
    padding: 14px 0;
}

.team {
    max-width: 962px;
    padding: 0 15px;
    margin: 0 auto;
    margin-bottom: 84px;
}

.team__title {
    margin-bottom: 14px;
}

.team__text {
    line-height: 30px;
    margin-bottom: 23px;
}

.owner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.owner .person-card {
    max-width: 500px;
}

.person-card {
    max-width: 278px;
    border: 0.5px solid #838383;
    text-align: center;
}

.person-card__title {
    font-weight: 550;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px;
}

.person-card img{
    width: 100%;
}

.person-name {
    margin-top: 5px;
    line-height: 30px;
    font-weight: 550;
    color: #8B001D;
    margin-bottom: 3px;
}

.person-cards, .manadgers {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.designers {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
}

.manadger {
    text-align: center;
}

.history {
    max-width: 962px;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 79px;
}

.history__title {
    margin-bottom: 14px;
}

.history__text {
    line-height: 30px;
    text-indent: 20px;
}

.tabs {
    max-width: 962px;
    min-height: 515px;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 106px;
}

.tabs-triggers {
    display: flex;
    justify-content: space-between;
}

.tabs-triggers__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: Roboto;
    font-weight: 300;
    font-size: 10px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #8B001D;
    border: 0.5px solid #FFFFFF;
    padding: 10px 0;
    transition: all 0.2s ease-in-out;
}

.tabs-triggers__item:hover, .tabs-triggers__item:focus {
    background: #FFFFFF;
    border: 0.5px solid #8B001D;
    color: #8B001D;
}

.tabs-triggers__item-active {
    background: #FFFFFF;
    border: 0.5px solid #8B001D;
    color: #8B001D;
}

.tabs-content {
    padding: 30px;
}

.tabs-content__item {
    display: none;
}

.tabs-content__item-active {
    display: block;
}

.tabs-content-boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.tabs-content-box {
    max-width: 213px;
    position: relative;
    margin: 35px;
}

.tabs-content-box img {
    width: 100%;
    object-fit: fill;
}

.tabs-content-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    line-height: 30px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.6);
}

.millwork {
    max-width: 962px;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 90px;
    text-align: center;
}

.millwork__title,
.accessories__titile {
    margin-bottom: 14px;
}

.millwork__text {
    margin-bottom: 36px;
    line-height: 30px;
    text-align: left;
}

.mouldings__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 31px;
}

.mouldings {
    position: relative;
    max-width: 300px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.mouldings img {
    width: 100%;
    margin-top: -2px;
}

.mouldings-title {
    width: calc(100% - 2px);
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 14px 13px;
    background: rgba(0, 0, 0, 0.6);
}

.millwork__button {
    display: inline-block;
    font-weight: 550;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #8B001D;
    box-shadow: 0px 2px 4px rgba(139, 0, 29, 0.25);
    padding: 5px 11px;
    transition: all 0.3s ease-in-out;
}

.millwork__button:hover, .millwork__button:focus {
    transform: scale(1.1);
}

.accessories {
    max-width: 962px;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 80px;
    text-align: center;
}

.accessories__title {
    margin-bottom: 14px;
}

.accessories__text {
    margin-bottom: 36px;
    line-height: 30px;
}

.accessories__wrapper {
    display: flex;
    justify-content: space-between;
}

.accessories__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.kitchen-visualizer {
    position: relative;
    min-height: 100vh;
}

.kitchen-visualizer__page .header {
    position: relative;
}

.kitchen-visualizer__page gh-visualizer .header {
    background: rgba(0,0,0,0.7);
    z-index: 9;
    min-height: unset;
}

quote-request quote-request-form cad-editor {
    min-height: calc(100vh - 70px);
}

.sendEmail .title_form {
    margin-bottom: 100px;
}

.sendEmail .title_form.send_quote {
    margin-bottom: 0;
}

quote-request .email-btns {
    margin-top: 80px !important;
}

.sendEmail.ng-scope button.gh-btn.gh-btn-blue.gh-btn-bg {
    margin-top: 0;
}

.countertops-page .top__image img {
    top: -110%;
    transform: translateX(-50%);
}

.homepage .top__image img {
    top: -50%;
    transform: translateX(-50%);
}

.company-page .top__image img {
    top: -25%;
    transform: translateX(-50%);
}

.top__image {
    width: 100%;
    padding-bottom: 23.5%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 40px;
}

.top__image img {
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

/* Media */

@media screen and (max-width: 1300px) {
    .header__logo {
        width: 120px;
    }
}

@media (max-width: 993px) {
    .header__container {
        display: flex;
        flex-direction: column-reverse;
    }

    .header__links {
        margin-top: 18%;
        position: absolute;
        right: 18px;
        top: 0;
        color: #fff;
    }

    .header__menu {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 100px 75px;
        background: #FFFFFF;
        z-index: 10;
        transform: translateY(-100%);
        transition: .2s ease;
    }

    .header__menu .menu__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 27px;
    }
    
    .menu__list {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .header__menu .menu__list .menu__item {
        width: 48%;
    }

    .header__menu_active{
        transform: translateY(0);
    }

    .nav__burger {
        display: block;
    }

    .nav__menu-close {
        width: 45px;
        height: 45px;
        position: absolute;
        top: 24px;
        right: 36px;
        z-index: 11;
    }

	.nav__menu-close_line {
        display: block;
        width: 100%;
        height: 3px;
        background: #000000;
        position: absolute;
        top: 50%;
	}

    .nav__menu-close_line:first-child {
        transform: translateY(-50%) rotate(45deg);
	}

    .nav__menu-close_line:last-child {
        transform: translateY(-50%) rotate(-45deg);
    }

    .sliders {
        flex-direction: column;
        align-items: center;
    }

    .reviews {
        margin-right: 0;
    }

    .contacts__wrapper {
        flex-direction: column-reverse;
    }

    .contacts__list {
        padding: 23px 30px;
    }

    .map {
        width: 100%;
        height: 395px;
    }

    .get-in-touch__form {
        width: 391px;
    }

    .footer {
        font-size: 14px;
    }

    .footer__container {
        padding: 37px 15px 35px;
    }

    .footer__links {
        margin-left: 60px;
    }

    .footer__menu {
        margin-right: 60px;
    }
    
    .footer__menu .menu__item:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer__contact:not(:last-child) {
        margin-bottom: 18px;
    }

    .step {
        min-width: 100px;
    }

    .step:not(:last-child) {
        margin-right: 46px;
    }

    .step__image {
        max-width: 48px;
        margin-bottom: 14px;
    }

    .step__title {
        font-size: 20px;
    }

    .step:not(:last-child)::after {
        content: none;
    }

    .material__slider {
        max-width: 700px;
    }

    .contact-boxes__container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .contact-box {
        max-width: 240px;
    }

    .contact-box__text {
        padding: 0 20px 20px;
    }

    .contact-hours {
        margin-right: 83px;
    }

    .person-card {
        max-width: 230px;
    }

    .person-card__title {
        font-size: 20px;
    }

    .tabs-content {
        padding: 20px;
    }

    .tabs-content-box {
        
        margin: 25px;
    }

    .mouldings {
        max-width: 260px;
    }

    .mouldings-title {
        line-height: 18px;
    }

    .accessories__img {
        width: 200px;
        height: 200px;
        padding: 16px;
    }

    .accessories__img img{
        width: 100%;
    }
}

@media (max-width: 842px) {
    .mouldings {
        max-width: 230px;
    }
    .mouldings-title {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .company-page .top__image {
        padding-bottom: 40%;
    }
    .homepage .top__image {
        padding-bottom: 40%;
    }
    .countertops-page .top__image {
        padding-bottom: 40%;
    }
    .homepage .top__image img {
        top: -15%;
    }
    .countertops-page .top__image img {
        top: -50%;
    }
    body {
        font-size: 16px;
    }

    .header__logo {
        top: 6px;
        left: 35px;
        width: 99px;
        height: 49px;
    }
    .header__links {
        margin-top: 30%;
    }
    .header__phone {
        margin-right: 17px;
    }

    .header__phone img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .intro-slider {
        display: none;
    }

    .map {
        width: 100%;
        height: 295px;
    }

    .connection {
        flex-direction: column;
        align-items: center;
    }

    .hours {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .footer__container {
        flex-direction: column;
    }

    .footer__wrap {
        margin: 0 auto;
    }

    .footer__social {
        display: flex;
        justify-content: center;
    }

    .footer__links {
        justify-content: center;
        margin-top: 30px;
        margin-left: 0;
    }

    .footer__social a {
        max-width: 25px;
    }


    .steps__container {
        flex-wrap: wrap;
        gap: 20px;
    }

    .step:not(:last-child) {
        margin-right: 0;
    }

    .material__slider {
        max-width: 600px;
    }

    .material__slider_prev-arrow,
    .material__slider_next-arrow{
        width: 78px;
    }

    .material__slider_prev-arrow img,
    .material__slider_next-arrow img{
        width: 100%;
        height: 100%;
    }

    .material__slider_prev-arrow {
        margin-right: 30px;
    }

    .material__slider_next-arrow {
        margin-left: 30px;
    }

    .contact-list {
        margin-bottom: 40px;
    }

    .contact-list__item img{
        width: 30px;
        height: 30px;
    }

    .person-card {
        max-width: 200px;
    }

    .person-card__title {
        font-size: 18px;
    }

    .person-cards, .manadgers {
        gap: 30px;
    }

    .tabs-triggers__item {
        line-height: 18px;
    }

    .mouldings {
        max-width: 200px;
    }
}

@media (max-width: 669px) {
    .material__slider {
        max-width: 500px;
    }

    .contact-list {
        flex-direction: column;
    }

    .contact-list__item {
        margin-bottom: 20px;
    }

    .cabinet__title,
    .door__title {
        font-size: 12px;
        line-height: 18px;
        padding: 7px 0;
    }

    .person-card {
        max-width: 180px;
    }

    .person-cards, .manadgers {
        flex-wrap: wrap;
    }

    .tabs-content-box {
        margin: 10px;
        max-width: 175px;
    }

    .tabs-content-title {
        line-height: 18px;
    }

    .mouldings {
        max-width: 160px;
    }

   .mouldings-title {
       padding: 7px;
   }

   .accessories__img {
        width: 165px;
        height: 165px;
    }
}

@media (max-width: 605px) {
    .footer__contacts {
        margin-top: 20px;
    }
    .footer__menu {
        margin-right: 0;
    }
    .footer__links {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .footer__contact {
        justify-content: center;
    }
}

@media (max-width: 542px) {
    .material__slide img {
        width: unset;
        height: 100%;
    }

    .material__slider {
        max-width: 400px;
    }

    .contact-box {
        max-width: 400px;
        width: 100%;
    }

    .person-name {
        line-height: 20px;
    }

    .tabs-triggers__item {
        font-size: 8px;
    }

    .mouldings {
        max-width: 140px;
    }

    .mouldings-title {
        position: relative;
        font-size: 9px;
    }

    .accessories__wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .accessories__item:not(:last-child) {
        margin: 0 10px;
        margin-bottom: 25px;
    }

    .accessories__img {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 480px) {
    .portfolio, .reviews {
        max-width: 340px;
    }

    .get-in-touch__form {
        width: 291px;
        
    }

    .material__slider {
        max-width: 300px;
    }

    .tabs-content-box {
        max-width: 140px;
    }

    .mouldings {
        max-width: 100px;
    }
    .menu__list {
        flex-direction: column;
    }
    .header__links {
        font-size: 16px !important;
    }
}