body,
html {
  font-family: "Inter", sans-serif;
  margin: 0 auto;
  background-color: #fbfbfb;
  overflow-x: hidden;
}
.container {
  max-width: 1360px;
}
.navbar-nav {
  padding-left: 50px;
}
.nav-link {
  padding-left: 20px !important;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.navbar-brand {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.navbar {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 70px;
  padding-left: 20px;
}
.btn-header {
  background-color: #ffffff;
  color: #000000;
  border-radius: 30px;
  padding: 8px 15px 8px 15px;
  font-weight: 500;
  height: 40px;
  display: flex;
  align-items: center;
}
.main-block {
  height: 744px;
  background-image: url(../img/bg-main-new2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
h1 {
  font-size: 54px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
.main-content {
  padding-top: 231px;
}
.main-text {
  padding-top: 70px;
}
.main-btn {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 70px;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
}
.main-btns-two {
  margin-top: 70px;
}
.process-img {
  margin-left: -100px;
  margin-top: 250px;
}
.swiper-slide {
  width: 345px !important;
}
.arrow-right {
  transform: rotate(180deg);
}
.form-control {
  border: none;
  border-bottom: 1px solid #e5d9d9;
  border-radius: 0px;
  margin-bottom: 40px;
  background-color: transparent;
  color: #e5d9d9;
}
.form-control:focus,
.form-control:active {
  box-shadow: none;
  border-color: #ffffff;
  background-color: transparent;
  color: #e5d9d9;
}
.form-floating label {
  color: #e5d9d9;
}
.form-floating label::after {
  color: #e5d9d9;
  background-color: transparent !important;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: #ffffff;
  background-color: transparent;
}
.ttl {
  font-size: 42px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
}
.dscr {
  font-size: 20px;
  color: #333333;
}
.mt-60 {
  margin-top: 60px;
}
.mt-155 {
  margin-top: 155px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-37 {
  margin-top: 37px;
}
.hr {
  margin-top: 160px;
}
.btn-process {
  height: 60px;
  background-color: #000000;
  color: #ffffff;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 17px;
  padding-top: 3px;
}
.card {
  border: none;
}
.card-coop {
  border-radius: 20px;
  background-color: #252629;
  color: #fbfbfb;
  padding: 40px 30px;
}
.ttl-coop {
  font-size: 24px;
  text-transform: uppercase;
}
.dscr-coop {
  font-size: 18px;
}
.card-catalog {
  background-color: #f4f4f6;
  border-radius: 20px;
}
.mt-130 {
  margin-top: 130px;
}
.footer-wrap {
  background-color: #252629;
  padding: 30px 50px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 14px;
}
.ttl-footer {
  font-size: 32px;
  font-weight: 700;
  color: #fbfbfb;
}
footer a {
  font-size: 20px;
  color: #fbfbfb;
  font-weight: 300;
}
footer img {
  padding-bottom: 8px;
  margin-right: 10px;
}
.sb-vs {
  margin-left: 33px;
}
.dscr-footer {
  font-size: 20px;
  color: #fbfbfb;
  font-weight: 300;
}
.dscr-footer img {
  padding-bottom: 8px;
}
a {
  text-decoration: none;
}
.logo-text {
  font-size: 130px;
  font-weight: 700;
  color: #fbfbfb;
}
.anim {
  opacity: 0;
  transform: translateY(100px);
  transition:
    opacity 1s ease-out,
    transform 1s ease-out;
}
.anim.animate {
  opacity: 1;
  transform: translateY(0);
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush
  > .accordion-item
  > .accordion-header
  .accordion-button.collapsed {
  border-radius: 16px;
  background-color: #252629;
  color: #fbfbfb;
  font-size: 20px;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  background-color: #252629;
  color: #fbfbfb;
  padding-top: 30px;
  margin-top: -15px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.accordion-button::after {
  background-image: url("../img/acc-plus.png");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../img/acc-plus.png");
  transform: rotate(45deg);
}
.img-faq {
  margin-top: -299px;
  margin-left: 1205px;
}
.submit-btn {
  background-color: #fbfbfb;
  color: #252629;
  height: 60px;
}
.submit-btn .badge img {
  width: 40px;
}
.card-form {
  background-color: #252629;
  border-radius: 20px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.card-best {
  border-radius: 20px;
  padding: 10px;
}
.card-best .badge {
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  color: #252629;
  display: grid;
  align-items: center;
  text-align: center;
  font-weight: 400;
}
.card-best .card-text {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}
.cb-1 {
  background-color: #252629;
}
.cb-2 {
  background-color: #f4f4f6;
}
.cb-2 .card-text {
  color: #252629 !important;
}
.cb-2 .badge {
  background-color: #252629;
  color: #ffffff;
}
.bg-dark {
  border-radius: 10px;
  background-color: #252629;
}
.main-block-service {
  background-image: url("../../../../../images/bg-service-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 699px;
}
.cc-1 {
  background-color: #f4f4f6;
  color: #252629;
}
.cc-2 {
  background-color: #252629;
  color: #f4f4f6;
}
iframe {
  width: 1360px;
  height: 523px;
  border-radius: 20px;
}
.main-block-contacts {
  background-image: url("../img/bg-contacts.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 699px;
}
.main-block-delivery {
  background-image: url("../img/bg-delivery.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 699px;
}
footer iframe {
  width: 532px;
  height: 268px;
}
label[for="file"] {
  color: #f4f4f6;
  top: -10px;
  position: relative;
}
.delivery-text h5 {
  font-weight: 300;
  font-size: 20px;
}
.map-delivery {
  margin-top: -34px;
  margin-right: 10px;
}
.card-catalog {
  height: auto;
}
.bg-apron {
  background-image: url(../img/bg-apron.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-skin {
  background-image: url(../img/bg-skin.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-bag {
  background-image: url(../../../../../images/bg-bag.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-cap {
  background-image: url(../../../../../images/bg-cap.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-svit {
  background-image: url(../../../../../images/bg-svit2-photoaidcom-darken.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-polo {
  background-image: url(../../../../../images/bg-polo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.blog_page_wrap {
  margin-top: 100px;
}
.blog_page_wrap h1 {
  font-size: 42px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
}
.nl_news-list_blog {
  margin: 40px 0 80px 0;
}
.blog_prev_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.blog-prev_img {
  width: 49%;
}
.blog-prev_img img {
  max-width: 100%;
  border-radius: 20px;
}
.blog_prev_text {
  width: 49%;
  border-radius: 20px;
  background-color: #252629;
  color: #fbfbfb;
  padding: 40px 30px;
}
.blog_prev_item .blog_item_name {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
  display: block;
}
.blog_prev_item .blog_item_name:hover {
  text-decoration: underline;
}
.blog_prev_item:nth-child(even) .blog-prev_img {
  order: 2;
}
.blog-prev_img:hover {
  opacity: 0.8;
}
.nl_news-detail-content img {
  max-width: 100%;
  height: auto;
}
.footer-wrap .rec_t_bottom {
  color: #fff;
  margin-top: 15px;
}
.f_copy {
  color: #fff;
}
.fixed-top {
  z-index: 99;
}
.sitemap_page {
  font-size: 18px;
  line-height: 28px;
}
.nav_sub_wrap {
  display: none;
  position: absolute;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 10px;
  width: 500px;
  top: 40px;
  left: 0;
  column-count: 2;
}
.nav-link:hover .nav_sub_wrap {
  display: block;
}
.nav_sub_wrap li {
  list-style-type: none;
}
.nav_sub_wrap a {
  color: #fff;
  padding: 5px 10px;
  display: block;
  line-height: 20px;
}
.nav_sub_wrap a:hover {
  color: #333;
}
.nav-link {
  position: relative;
}
#dsfeedback-form {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
#dsfeedback-form .form-head2 {
  color: rgb(229, 217, 217);
}
#dsfeedback-form .form_info {
  color: rgb(229, 217, 217);
  font-size: 18px;
  margin-bottom: 20px;
}
#dsfeedback-form input[type="text"] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgb(229, 217, 217);
  color: rgb(229, 217, 217);
  font-size: 16px;
  margin-bottom: 20px;
  outline: 0;
  box-shadow: none;
}
#dsfeedback-form .form_2cols_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dsfeedback-form #field-id203412 {
  background: url(../img/case.svg) no-repeat 0 center;
  padding-left: 40px;
}
#dsfeedback-form .form_2cols_col input,
#dsfeedback-form .form_2cols_col label {
  color: rgb(229, 217, 217);
  font-size: 16px;
}
#dsfeedback-form .form_2cols_col label {
  background: url(../img/case.svg) no-repeat 0 center;
  padding: 5px 0 5px 35px;
}
#dsfeedback-form input[type="text"]::placeholder {
  color: rgb(229, 217, 217);
  font-size: 16px;
}
.form_2cols_col {
  width: 48%;
}
#dsfeedback-form input[type="submit"] {
  background: #fbfbfb url(../img/arrow-submit.png) no-repeat 240px center;
  color: #252629;
  padding: 0 30px 0 0;
  height: 60px;
  border: 0;
  width: 300px;
  border-radius: 30px;
  font-family: "Inter", sans-serif;
  position: relative;
  font-size: 16px;
}
#dsfeedback-form input[type="submit"]:hover {
  background: #fbfbfb;
}
.contacts__schedule-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cw-contacts-bottom {
  display: flex;
  gap: 30px;
}
.cw-contacts-bottom__item {
  flex: 0 0 calc((100% - 30px) / 2);
}
.cw-contacts-bottom__image {
  width: 100%;
}
.footer__bottom {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}
.footer__bottom,
.footer__bottom a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
.border-radius-img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.navbar [href="/#feedback"] .btn:hover {
  color: #fff;
}
.card-wrapper--send {
  align-items: center;
  display: flex;
}
.card-wrapper--send .card-form {
  background-color: #fff;
  text-align: center;
}
.card_body_eq_h {
  min-height: 145px;
}
.card_body_eq_h p {
  margin-bottom: 10px;
  line-height: 18px;
}
.bc_wrap {
  margin-top: 30px;
}
.rev_name {
  font-weight: bold;
}
.rev_date {
  font-size: 14px;
  color: #999;
  margin: 5px 0;
}
.rev_imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: flex-start;
  margin-top: 15px;
}
.rev_imgs img {
  margin-bottom: 5px;
  width: auto;
  max-height: 360px;
}
.rev_item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.more_text,
.hide_all {
  display: none;
}
.more_text_btn {
  height: 60px;
  background-color: #000000;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 17px;
  padding-top: 3px;
  width: 300px;
  text-align: center;
  line-height: 55px;
  border-radius: 30px;
  font-size: 16px;
  border: 1px solid #000;
}
.more_text_btn:hover {
  cursor: pointer;
  color: #000;
  background: #fff;
}
.art_form_calc_wrap .h2 {
  font-size: 48px;
  margin: 60px 0 30px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.art_form_calc_wrap .h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}
.art_form_calc_wrap input[type="text"] {
  font-size: 22px;
  height: 54px;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}
.art_form_calc_wrap .calct-pre input[type="text"] {
  max-width: 175px;
}
.art_form_calc_wrap .calct-pre {
  margin-bottom: 15px;
  display: block;
  width: 30%;
}
.art_form_calc_wrap .calct-pre.col-center {
  width: 20%;
}
.art_form_calc_wrap .calc_row_head .zagl {
  margin-bottom: 15px;
  display: block;
  width: 30%;
}
.art_form_calc_wrap .calc_row_head .zagl.zagl3,
.art_form_calc_wrap .calc_row_head .zagl.zagl4 {
  width: 20%;
  text-align: center;
}
.art_form_calc_wrap .rez-desk1 .zagl {
  margin-bottom: 15px;
  display: block;
}
.art_form_calc_wrap .zagk {
  font-weight: bold;
}
.art_form_calc_wrap .calc_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.art_form_calc_wrap .dxcalc span {
  display: block;
  text-align: center;
}
.art_form_calc_wrap .rez-desk1 .dxcalc {
  display: block;
}
.art_form_calc_wrap .cer-kal,
.art_form_calc_wrap .cer-kal2 {
  text-align: center;
  position: relative;
}
.art_form_calc_wrap .cer-kal::before {
  content: "";
  position: absolute;
  top: -5px;
  background-color: #333333;
  width: 7px;
  height: 100%;
}
.cer-kal div {
  background: #fbfbfb;
  vertical-align: middle;
  position: relative;
  margin: 145px auto 0 auto;
  padding: 10px 0;
  font-size: 22px;
  color: #8e8e8e;
}
.calct-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 0 0;
  border-top: 7px solid #ddd;
  padding-top: 40px;
}
.calct-btn-order {
  width: 220px;
  height: 60px;
  background: #333;
  color: #fff;
  border: 2px solid #333;
}
.calct-btn-order:hover {
  background: #111;
  cursor: pointer;
}
.calct-btn-email {
  width: 280px;
  height: 60px;
  background: #fff;
  color: #333;
  border: 2px solid #333;
}
.calct-btn-email:hover {
  background: #111;
  color: #fff;
  cursor: pointer;
}
.ds-form.dscalcsend,
.ds-form.dscalcmail {
  width: auto;
}
#dscalcsend-form,
#dscalcmail-form {
  padding: 30px 80px;
}
#dscalcsend-form .ttl,
#dscalcmail-form .ttl {
  font-size: 28px;
  margin-bottom: 10px;
}
#dscalcsend-form input[type="submit"],
#dscalcmail-form input[type="submit"] {
  background: #333;
  border: 2px solid #333;
  box-shadow: none;
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #fff;
}
#dscalcsend-form input[type="submit"]:hover,
#dscalcmail-form input[type="submit"]:hover {
  background: #111;
}
#dscalcsend-form input[type="text"],
#dscalcmail-form input[type="text"] {
  height: 60px;
  font-size: 18px;
  min-width: 380px;
}
#dscalcsend-form input[type="text"]:focus,
#dscalcmail-form input[type="text"]:focus {
  box-shadow: none;
  border: 1px solid #333;
}
#dscalcsend-form .field-4,
#dscalcmail-form .field-3 {
  display: none;
}
@media (max-width: 1355px) {
  .art_form_calc_wrap .rez-desk1 {
    margin-bottom: 30px;
  }
  .art_form_calc_wrap .rez-desk2 {
    display: none;
  }
}
@media (max-width: 991px) {
  #dscalcsend-form input[type="text"],
  #dscalcmail-form input[type="text"] {
    min-width: 100%;
  }
  .card_body_eq_h {
    min-height: 0;
  }
  .contacts__schedule-wrapper {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
  }
  .card-wrapper--send {
    justify-content: center;
    padding-bottom: calc(var(--bs-gutter-x) * 0.5);
    padding-top: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (max-width: 900px) {
  .cw-contacts-bottom {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .border-radius-img {
    border-radius: 10px;
  }
  .form_2cols_col {
    width: 100%;
  }
  #dsfeedback-form .buttonform {
    margin-top: 20px;
  }
  .contacts__schedule {
    font-size: 12px;
  }
  .footer__bottom a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .art_form_calc_wrap input[type="text"] {
    height: 34px;
  }
  .calct-btn-order {
    width: 100%;
  }
  .calct-btn-email {
    width: 100%;
  }
  #dscalcsend-form,
  #dscalcmail-form {
    padding: 30px;
  }
  #dscalcsend-form .ttl,
  #dscalcmail-form .ttl {
    font-size: 22px;
  }
  .contacts__schedule-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 450px) {
  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }
}

.cw-blog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  max-width: 100%;
  min-height: 425px;
  width: 49%;
}
.blog_prev_item:nth-child(even) .cw-blog-image {
  order: 2;
}
.card-body img {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .form_2cols_col {
    width: 100%;
  }
  #dsfeedback-form .form_2cols_row {
    margin-bottom: 20px;
  }
  .footer-wrap .logo-text {
    font-size: 72px;
  }
  footer iframe {
    width: 100%;
  }
  .ttl-footer {
    line-height: 36px;
  }
  .navbar .navbar-nav {
    padding-left: 10px;
  }
  .navbar .navbar-brand {
    max-width: 100px;
    white-space: break-spaces;
    line-height: 18px;
  }
  .navbar .nav-link {
    padding-left: 15px !important;
    line-height: 18px;
  }
  .navbar .btn-header {
    padding: 8px 2px 8px 10px;
    width: 190px;
  }
}
@media screen and (max-width: 1023px) {
  .navbar .btn-header {
    padding: 8px 15px 8px 15px;
    width: auto;
  }
  .navbar .navbar-brand {
    max-width: 140px;
  }
  .cw-blog-image {
    border-radius: 20px 20px 0 0;
    min-height: 500px;
    order: -1 !important;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .cw-blog-image {
    min-height: 425px;
  }
}
@media screen and (max-width: 600px) {
  .rev_imgs img {
    width: 100%;
    max-height: unset;
    margin-bottom: 10px;
  }
  .cw-blog-image {
    min-height: 350px;
  }
  .footer-wrap .logo-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 450px) {
  .cw-blog-image {
    min-height: 230px;
  }
}
