@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.header {
    border-bottom: 1px solid rgba(245, 129, 30, 0.25);
}
.header__burger-menu {
    display: none;
}

#head {
    top: 0;
    z-index: 2;
    width: 100%;
}

#head.overflow {
    top: -150px;
    left: 0px;
    background-color: #000;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#head.fixed {
    position: fixed;
    top: 0px;
    z-index: 5;
}

.navbar-brand {
    max-width: 120px !important;
}
.navbar-brand img {
    width: 100%;
}

.navs {
    padding: 0;
}
.navs li {
    list-style: none;
}

.nav-item a {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF;
}
.nav-item a:hover {
    color: #FFFFFF;
}


.nav-item {
    margin-right: 10px;
}

.header__contact-btn {
    padding: 17px 19px;
    background: #F5811E;
    transition: 0.3s all;
}
.header__contact-btn a {
    text-decoration: none;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #2E2D33;
}
.header__contact-btn:hover {
    border: 3px solid #F5811E;
    border-radius: 15px;
    background: none;
    transition: 0.3s all;
}

.header__contact-btn:hover a {
    color: #FFFFFF;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar-nav {
    margin-right: 10px;
}

.modal-body {
    padding: 115px 200px;
}
.modal-body h5 {
    font-family: "Merriweather", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    color: #F5F8FF;
}
.modal-body p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400px;
    font-size: 22px;
    color: #FFFFFF;
}

.modal-content {
    background: rgba(31, 29, 33, 0.5);
    width: 765px;
}

.modal-backdrop {
    z-index: 0 !important;
}

.modal-header {
    border-bottom: none !important;
    position: relative;
}
.modal-header i {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #FFFFFF;
    font-size: 26px;
}
.modal-header i:hover {
    cursor: pointer;
}

.form-control {
    background: #1F1D21;
    height: 56px;
    border: 0.5px solid #FFFFFF;
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: #FFFFFF;
}
.form-control::placeholder {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400px;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.5;
}
.form-control:focus {
    color: #FFFFFF;
    background: #1F1D21;
    box-shadow: none;
    border: 0.5px solid #FFFFFF;
}

.form-button {
    text-align: center;
}

.form-btn {
    padding: 13px 24px;
    border: 2px solid #F5811E;
    border-radius: 4px;
    background: none;
}
.form-btn a {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700px;
    font-size: 16px;
    color: #FFFFFF;
}

main {
    padding: 100px 0 0 0;
}

.main-content {
    margin-top: 80px;
    align-items: center;
}

.hero__title {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 51px;
    color: #FFFFFF;
    margin-bottom: 29px;
}
.hero__sub-title {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    color: #C1BEBE;
    margin-bottom: 32px;
}


.hero__modal-btn {
  padding: 18px 20px;
  background: #d13a2f;
  transition: 0.3s all;
  text-decoration: none;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #2E2D33;
}
.hero__modal-btn:hover {
  border: 3px solid #ffffff;
  border-radius: 15px;
  background: none;
  transition: 0.3s all;
  color: #FFFFFF;
}

.hero__catalog-btn {
    padding: 18px 20px;
    background: #F5811E;
    transition: 0.3s all;
    text-decoration: none;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #2E2D33;
}
.hero__catalog-btn:hover {
    border: 3px solid #F5811E;
    border-radius: 15px;
    background: none;
    transition: 0.3s all;
    color: #FFFFFF;
}
.hero__img img {
    width: 100%;
}

#mySidesoc {
    display: flex;
    position: fixed;
    right: 35px;
    width: 60px;
    bottom: 30px;
    z-index: 999;
}

#mySidesoc a {
    width: 60px;
    height: auto;
}

.main-cards {
    margin-top: 104px;
}
.main-cards__item {
    width: 290px;
    height: 293px;
    padding: 48px 31px 0 31px;
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 16px solid rgba(245, 129, 30, 0.6);
}
.main-cards__item__title {
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
}
.main-cards__item__sub-title {
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.78;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cards_item {
    display: flex;
    padding: 1rem;
}

.main-catalog {
    margin-top: 77px;
}

.catalog-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.catalog-top__title {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    color: #FFFFFF;
}
.catalog-top__sub-title {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #C1BEBE;
}

.catolog-content__items {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.catalog-item {
    display: flex;
    padding: 1rem;
}

.catolog-content {
    margin-top: 25px;
}

.catalog-card {
    height: 350px;
    display: grid;
    grid-template-rows: minmax(100%, 1fr);
    grid-template-areas: "stack";
    overflow: hidden;
}
.catalog-card__text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog-card__text h5 {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0;
}
.catalog-card__text span {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.87;
}
.catalog-card:hover figcaption {
    transform: translateY(calc(81% - 4rem));
}

.catalog-card > img, .catalog-card > figcaption {
    grid-area: stack;
}

.catalog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-card > figcaption {
    padding: 4px 15px;
    grid-area: stack;
    background-color: #1F1D21;
    transform: translateY(calc(100% - 4rem));
    transition: transform 600ms;
}

.catalog-card > figcaption .catalog-card__text {
    height: 4rem;
}

.descrip {
    text-align: center;
}
.descrip__btn {
    padding: 13px 16px;
    background: rgba(245, 129, 30, 0.7);
    border-radius: 20px;
    transition: 0.5s all;
}
.descrip__btn a {
    text-decoration: none;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}
.descrip__btn:hover {
    border: 3px solid #F5811E;
    background: none;
    transition: 0.5s all;
}

.catalog-button {
    text-align: center;
}
.catalog-button__bton {
    padding: 13px 24px;
    background: #F5811E;
    border-radius: 4px;
    transition: 0.8s all;
}
.catalog-button__bton a {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    color: #2E2D33;
}
.catalog-button__bton:hover {
    border: 3px solid #F5811E;
    border-radius: 15px;
    background: none;
}

.catalog-button__bton:hover a {
    color: #FFFFFF;
}

.main-services {
    margin-top: 60px;
}
.main-services h3 {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    color: #FFFFFF;
}
.main-services__card {
    margin-top: 33px;
    height: auto;
    background: rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: row;
}
.main-services__card__item {
    height: auto;
}
.main-services__card__item__content {
    padding: 75px 56px;
}
.main-services__card__item__content h5 {
    font-family: "Merriweather", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
}
.main-services__card__item__content p {
    font-family: "Merriweather", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.main-services__card__item:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.main-services__card__item:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.main-services__card__item:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.main-clients {
    margin-top: 33px;
}
.main-clients h3 {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    color: #FFFFFF;
}
.main-clients__imag {
    max-width: 300px;
    height: 250px;
}
.main-clients__imag img {
    width: 100%;
}

.main-news {
    margin-top: 33px;
}
.main-news h3 {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    color: #FFFFFF;
}

.news-cards-group {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.news-card-item {
    margin: 1rem;
    height: auto;
    background: #1F1D21;
}

.card-date {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #B8B8B8;
}

.news-title {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 70px;
}

.news-desc {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #B8B8B8;
}

.news-card-body {
    padding: 32px 38px;
}

.card-img {
    width: 100%;
}
.card-img img {
    width: 100%;
}

.ask-card {
    margin-top: 65px;
    margin-bottom: 33px;
}

.ask-paper img {
    opacity: 0.15;
}

.ask-item {
    max-height: 250px;
    width: 100%;
    padding: 76px 0 76px 0;
    background: rgba(31, 29, 33, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.ask-form h5 {
    font-family: "Merriweather", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    color: #FFFFFF;
}
.ask-form p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    color: #FFFFFF;
}

.form-ask {
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.form-ask:focus-visible {
    outline: none;
}
.form-ask::placeholder {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #141B2D;
    opacity: 0.5;
}

.ask-btn {
    padding: 10px 24px;
    border: 2px solid #F5811E;
    border-radius: 4px;
    background: none;
}
.ask-btn a {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700px;
    font-size: 16px;
    color: #FFFFFF;
}

.cat-top {
    margin-top: 43px;
    text-align: center;
}
.cat-top h2 {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 51px;
    color: #FFFFFF;
}
.cat-top p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    color: #FFFFFF;
    margin-bottom: 37px;
}

.irs {
    width: 690px;
    margin: 0 auto;
}

.irs--flat .irs-bar {
    background: #F5811E !important;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background: #F5811E !important;
}

.filtre-line {
    height: 1px;
    width: 100%;
    background: #DADAEE;
    position: relative;
}

.filtre-btn {
    padding: 2px 60px;
    background: #F3F3FA;
    width: 200px;
    position: absolute;
    bottom: -11px;
    left: 43%;
}
.filtre-btn a {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #0C0C0C;
    opacity: 0.5;
}

.our-products {
    margin-top: 30px;
}
.our-products span a {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
}

.last-news-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.range-item {
    margin-top: 60px;
    height: 30px;
}

.sdearch-product__item {
    max-width: 545px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}
.sdearch-product__item__input {
    padding: 8px 10px;
    width: 380px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.sdearch-product__item__input::placeholder {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400px;
    font-size: 17px;
    color: #141B2D;
    opacity: 0.5;
}
.sdearch-product__item__btn {
    margin-left: 10px;
    max-height: 60px;
    padding: 21px 24px;
    background: #000000;
    border-radius: 4px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
}
.sdearch-product__item__btn i {
    font-size: 16px;
    color: #FFFFFF;
}
.sdearch-product__item__btn span {
    margin-left: 15px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    color: #FFFFFF;
}

.catalog-page {
    margin-top: 60px;
}

.product-items {
    margin-top: 43px;
    margin-bottom: 50px;
}

.product-item {
    padding: 39px;
    height: 100%;
    background: #161416;
    border: 1px solid #F5811E;
    transition: 0.7s all;
}
.product-item__image {
    max-width: 100%;
    height: 163px;
    width: 191px;
    margin: 0 auto;
}
.product-item__image a img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    background: none;
}
.product-item__info {
    text-align: center;
    margin-top: 33px;
}
.product-item:hover {
    background: #F5811E;
    transition: 0.7s all;
    transform: scale(1.1);
}

.product-item__info-title a {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.col-md-3 {
    padding: 0;
}

.product-card__top {
    margin-top: 43px;
}
.product-card__top__title {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 51px;
    color: #FFFFFF;
}
.product-card__top__sub-title {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #C1BEBE;
    margin-top: 15px;
}

.product-card__content__image {
    display: flex;
}

.slider .swiper-container {
    width: 100%;
    height: 100%;
}

.slider__flex {
    display: flex;
    align-items: flex-start;
}

.slider__col {
    display: flex;
    flex-direction: column;
    width: 150px;
    margin-left: 32px;
}

.slider__prev,
.slider__next {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider__prev:focus,
.slider__next:focus {
    outline: none;
}

.slider__thumbs {
    height: 304px;
}

.slider__thumbs .slider__image {
    transition: 0.25s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.slider__thumbs .slider__image:hover {
    opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.slider__images {
    height: 400px;
}

.slider__images .slider__image img {
    transition: 3s;
}

.slider__images .slider__image:hover img {
    transform: scale(1.1);
}

.slider__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fa-caret-up, .fa-caret-down {
    color: #F5811E;
    font-size: 24px;
}

.signs-items {
    display: flex;
}
.signs-items ul {
    padding: 0;
    margin-right: 29px;
}
.signs-items ul li {
    list-style: none;
}
.signs-items ul li img {
    width: 58px;
    height: 58px;
}
.signs-items ul li span {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}

.characters h5 {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}
.characters ul {
    margin-top: 15px;
    padding: 0;
}
.characters ul li {
    margin-bottom: 10px;
    list-style: none;
    text-align: left;
}
.characters ul li p {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #C1BEBE;
}

.info-btns {
    display: flex;
    align-items: center;
    margin-top: 95px;
}
.info-btns__request {
    padding: 12px 8px;
    background: #F5811E;
    margin-right: 51px;
    transition: 0.5s all;
}
.info-btns__request a {
    text-decoration: none;
    font-family: "Merriweather", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}
.info-btns__request:hover {
    border: 3px solid #F5811E;
    border-radius: 15px;
    background: none;
    transition: 0.5s all;
}
.info-btns__down {
    border-bottom: 5px solid #FFFFFF;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}

.product-card__descrition {
    margin-top: 27px;
    text-align: center;
}
.product-card__descrition__title {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 51px;
    color: #FEFEFF;
}
.product-card__descrition__sub-title {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    color: #FFFFFF;
    margin-top: 25px;
}

.info-btns__request:hover a {
    color: #FFFFFF;
}

.section-about-us {
    margin-top: 45px;
}
.section-about-us__title {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 51px;
    color: #FFFFFF;
}
.section-about-us__sub-title {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    color: #FFFFFF;
    width: 90%;
    line-height: 35px;
}
.section-about-us__text {
    margin-top: 65px;
    border-left: 8px solid #F5811E;
    background: rgba(31, 29, 33, 0.2);
    padding: 10px 10px;
}
.section-about-us__text p {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    color: #FFFFFF;
    margin-left: 10px;
}

.section-about-us__list {
    margin-top: 43px;
}
.section-about-us__list__title {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
}
.section-about-us__list ul li {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}
.section-about-us__list ul li::marker {
    color: #F5811E;
}

.video {
    width: 100%;
    height: 400px;
}

.mt-65 {
    margin-top: 100px;
}

.letter {
    margin-top: 20%;
}
.letter h5 {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;

    max-width: 700px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
.section-news {
    margin-top: 45px;
}
.section-news__title {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 51px;
    color: #FFFFFF;
}

.section-gallery {
    margin-top: 43px;
}
.section-gallery__title {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 51px;
    color: #FFFFFF;
}

.gallery-page__items {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.gallery-page__items__picture {
    margin: 20px;
}
.gallery-page__items__picture img {
    width: 100%;
}

.last-news {
    margin-top: 43px;
}
.last-news__title {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #FFFFFF;
}

.section-contact {
    margin-top: 43px;
}
.section-contact__title {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 51px;
    color: #FFFFFF;
}

.contact-page {
    margin-top: 54px;
    margin-bottom: 60px;
}

.map-item {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.map-bottom iframe {
    width: 100%;
}

.map-body {
    background: rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    padding: 26px 0 26px 0;
}

.adress {
    margin-right: 41px;
}

.e-mail {
    margin-right: 41px;
}

.adress, .e-mail, .buy p {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
}

.adress span, .e-mail span, .buy span {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    color: #CCBFBF;
}

.feedback {
    max-width: 600px;
    margin: 0 auto;
}
.feedback h5 {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    color: #FFFFFF;
    opacity: 0.87;
}
.feedback p {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.6;
}

.feedback-form {
    text-align: center;
}

.feedback-control {
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: none;
    padding: 16px 12px;
    width: 100%;
}
.feedback-control::placeholder {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin-left: 30px;
}

.footer {
    border-top: 1px solid rgba(65, 64, 64, 0.4509803922);
    overflow: auto;
}
.footer__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0 20px 0;
}
.footer__content span {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.footer__content__social a {
    text-decoration: none;
}
.footer__content__social a i {
    font-size: 15px;
    color: #FFFFFF;
    margin-left: 25px;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    background: #161416;
}

html {
    position: relative;
    height: 100%;
}

.wrapper {
    box-sizing: border-box;
    min-height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 1136px) {
    .center {
        left: 23%;
    }
}
@media screen and (max-width: 991px) {
    .product-card-content__info {
        margin-top: 50px;
        margin-left: 50px;
    }

    .modal-content {
        width: 500px;
    }

    .header__burger-menu {
        display: block;
    }
    .header__dropMenu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #F5811E;
        text-align: center;
        line-height: 55px;
        z-index: 2;
        transform: scaleY(0);
        transition: 0.6s all;
    }
    .header__linksContact {
        margin-bottom: 20px;
    }

    .header__contact-btn {
        background: #FFFFFF;
        padding: 0 19px;
        border: none;
        border-radius: 15px;
    }

    .header-form-btn {
        justify-content: center;
    }

    .hero {
        text-align: center;
    }
    .hero__title {
        font-size: 48px;
    }
    .hero__img {
        margin: 0 auto;
        max-width: 650px;
    }

    .main-services__card {
        flex-direction: column;
        text-align: center;
    }

    .main-services__card__item:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
    .main-services__card__item:nth-child(2) {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .ask-item {
        flex-direction: column;
        max-height: 700px;
    }

    .ask-form {
        margin-top: 25px;
    }

    .footer__content {
        padding: 20px;
    }
}
.active-menu {
    transform: scaleY(1);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #F5811E;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #F5811E;
}

@media (max-width: 850px) {
    .center {
        left: 15%;
    }
}
@media (max-width: 767.98px) {
    .slider__flex {
        flex-direction: column-reverse;
    }

    .slider__col {
        display: none;
    }

    .slider__images {
        width: 100%;
    }

    .slider__thumbs {
        height: 100px;
        width: calc(100% - 96px);
        margin: 0 16px;
    }

    .slider__prev,
    .slider__next {
        height: auto;
        width: 32px;
    }
}
@media (max-width: 750px) {
    .center {
        left: 7%;
    }

    .filtre-btn {
        left: 37%;
    }
}
@media screen and (max-width: 690px) {
    .ask-form {
        text-align: center;
    }

    .ask-inputs {
        flex-direction: column;
    }
	.modal-body {
    padding: 0px 0px; 
}
    .col-auto {
        margin-top: 10px;
    }

    .feed-intups {
        flex-direction: column;
    }

    .map-body {
        flex-direction: column;
        text-align: center;
    }

    .center {
        width: 450px;
        left: 14%;
    }
}
@media screen and (max-width: 576px) {
    .slider .swiper-container {
        max-width: 400px;
    }
		.modal-content {
     width: 300px;
}
	
	.modal-body {
    padding: 0px 0px; 
}
    .center {
        width: 350px;
        left: 20%;
    }
}
@media screen and (max-width: 450px) {
    .center {
        width: 310px;
        left: 13%;
    }

    .filtre-btn {
        left: 25%;
    }
	.modal-body {
    padding: 0px 0px; 
}
}
@media screen and (max-width: 437px) {
    .slider .swiper-container {
        max-width: 350px;
    }
		.modal-content {
     width: 300px;
}
	.modal-body {
    padding: 0px 0px; 
}
    .hero__title {
        font-size: 36px;
    }

    .footer__content {
        justify-content: center;
    }
    .footer__content span {
        margin-bottom: 25px;
    }

    .footer__content__social a i {
        font-size: 30px;
    }

    .info-btns {
        flex-direction: column;
    }
    .info-btns__request {
        margin: 0;
    }
    .info-btns__down {
        margin-top: 15px;
    }

    .catalog-card > figcaption {
        transform: translateY(calc(79% - 4rem));
    }

    .catalog-card > figcaption .catalog-card__text {
        flex-direction: column;
        margin-bottom: 10px;
        text-align: center;
    }
}
@media screen and (max-width: 400px) {
	
	.hero__modal-btn {
  padding: 14px 16px;
  background: #d13a2f;
  transition: 0.3s all;
  text-decoration: none;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #2E2D33;
}
.hero__catalog-btn {
    padding: 14px 16px;
    background: #F5811E;
    transition: 0.3s all;
    text-decoration: none;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 600;
     font-size: 16px;
    color: #2E2D33;
}
}
@media screen and (max-width: 430px) {
	
	.modal-content {
     width: 300px;
}
	.modal-body {
     padding: 0px 0px; 
}
	.hero__modal-btn {
  padding: 14px 16px;
  background: #d13a2f;
  transition: 0.3s all;
  text-decoration: none;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #2E2D33;
}
.hero__catalog-btn {
    padding: 14px 16px;
    background: #F5811E;
    transition: 0.3s all;
    text-decoration: none;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 600;
     font-size: 16px;
    color: #2E2D33;
}
.modal-body h5 {
    font-family: "Merriweather", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #F5F8FF;
}	
	
}
@media screen and (max-width: 360px) {
	
	.hero__modal-btn {
  padding: 14px 16px;
  background: #d13a2f;
  transition: 0.3s all;
  text-decoration: none;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #2E2D33;
}
.hero__catalog-btn {
    padding: 14px 16px;
    background: #F5811E;
    transition: 0.3s all;
    text-decoration: none;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 600;
     font-size: 16px;
    color: #2E2D33;
}
	.center {
        width: 290px;
        left: 6%;
    }

    .filtre-btn {
        left: 18%;
    }

    .sdearch-product__item {
        flex-direction: column;
    }

    .sdearch-product__item__input {
        max-width: 300px;
        margin-bottom: 15px;
    }

    .sdearch-product__item__btn {
        width: 145px;
        margin: 0 auto;
    }
	  .slider .swiper-container {
        max-width: 277px;
    }

    .cards_item {
        padding: 0;
        margin-top: 10px;
    }
}


@media (min-width: 40rem) {
    .cards_item {
        width: 50%;
    }

    .catalog-item {
        width: 50%;
    }

    .news-card-item {
        width: 50%;
    }

    .gallery-page__items__picture {
        width: 50%;
    }
}



@media (min-width: 56rem) {
    .cards_item {
        width: 25%;
    }

    .catalog-item {
        width: 33.3333%;
    }

    .news-card-item {
        width: 30%;
    }

    .gallery-page__items__picture {
        width: 30%;
    }
}

/*# sourceMappingURL=style.css.map */
