@font-face {
  font-family: "MullerRegular";
  src: url("../fonts/MullerRegular.otf");
  font-style: normal;
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

body {
  background: #e5e5e5;
}

a {
  text-decoration: none;
}

.in-stock {
  padding: 0 0 40px;
}

.in-stock__container {
  max-width: 1190px;
  margin: auto;
}

.in-stock__title {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 49px;
  color: #000000;
  max-width: 900px;
  margin-bottom: 25px;
}

.tabs_tel {
    color: unset;
}
.tabs-section-left {
    position: relative;
    width: 100%;
}
.d-block {
    display:block!important;
}
.tabs-section-link-close {
    position: absolute;
    display:none;
    left: -3px;
    bottom: 0;
    z-index: 2;
    width: 100px;
    background: #fff;
}
.tabs_tel:hover {
   text-decoration:underline;
}

.in-stock__item--container {
  display: flex;
  flex-wrap: wrap;
    justify-content: space-between;
}

.in-stock__item {
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 10px;
}

.in-stock__item:nth-child(6n + 1) {
    margin: 0 10px 0 0;
}

.in-stock__button-place {
  display: flex;
  justify-content: center;
    margin: 60px 0 0 0;
}

/* .button {
  padding: 10px 40px;
  font-family: "MullerRegular";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background: #d10b0f;
  border-radius: 3px;
  text-transform: uppercase;
  transition: .5s;
}

.button:hover {
    background-color: rgba(209,11,15,.86);
    color: #fff;
} */

.reviews {
  padding: 40px 0;
  background-image: url(../img/reviews__background.jpg);
}

.reviews__container {
  max-width: 1200px;
  padding: 0 10px;
  margin: auto;
}

.reviews__title {
  font-family: "MullerRegular";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 49px;
  text-align: center;
  color: #ffffff;
}

.reviews__item {
  cursor: pointer;
  width: 100%;
}

.reviews__item--top {
  width: 100%;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews__item--img {
  width: 100%;
  border-radius: 10px;
}

.reviews_play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.reviews__item--play-icon {
  position: absolute;
}

.reviews__item--buttom {
  margin: 10px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.reviews__item--title {
  font-family: "MullerRegular";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 183%;
  color: #ffffff;
}

.star-true {
  width: 100px;
  display: flex;
  justify-content: space-between;
}

.reviews__slider {
  margin: 40px 0;
}

.certificate {
  margin: 40px 0;
}

.certificate__container {
  max-width: 1200px;
  margin: auto;
}

.certificate__title {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 49px;
  color: #000000;
  max-width: 726px;
}

.certificate__top {
  display: flex;
  margin-bottom: 25px;
}

.certificate__star {
  background: #ffda11;
  border-radius: 4px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  margin-top: 12px;
}

.certificate__star--digit {
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  margin: 5px 0 0 10px;
}

.certificate__description {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 95.5%;
  color: #000000;
  margin: 0 0 59px;
}

.certificate__slider {
  margin: 40px 0;
}

.certificate__item {
  cursor: pointer;
  width: 100%;
}

.request {
  background: #0b1431;
}

.request__container {
  text-align: center;
  padding: 40px 0;
}

.request__title {
  font-family: "MullerRegular";
  font-style: normal;
  font-weight: normal;
  color: #f5e401;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
}

.request__sub-title {
  font-family: "MullerRegular";
  color: #fff;
  font-weight: 600;
  margin: 5px 0;
}

.request__description {
  font-family: "MullerRegular";
  color: #ffffff;
  line-height: 20px;
}

.request__description span {
  text-transform: uppercase;
}

.shipping-payment {
  padding: 10px 0 0;
}

.shipping-payment__container {
  max-width: 1190px;
  margin: auto;
  padding: 46px 44px 30px 52px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}

.shipping-payment__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  margin: 0 0 15px 0;
}

.shipping-payment__description {
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 165.5%;
  color: #000000;
}

.shipping-payment__list--item {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 165.5%;
  color: #000000;
  margin: 20px 0 0 0;
  max-width: 400px;
  display: flex;
}

.shipping-payment__list--item img {
  margin: 0 20px 0 0;
}

.jur__list--item {
  font-family: "MullerRegular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 165.5%;
  color: #0329A8;
  margin: 20px 0 0 0;
  max-width: 500px;
  display: flex;
}

.jur__list--item img {
  margin: 0 34px 0 0;
}

.legal__container {
  max-width: 1190px;
  margin: auto;
}

.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  display: flex;
}
.tab {
  width: 50%;
  margin: 0;
  padding: 0;
  border: none;
  padding: 15px;
  background: #ffda11;
  color: #000000;
  text-align: center;
  font-weight: 500;
  font-size: 23px;
  line-height: 23px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin: 0 10px 0 0;
}
.tab:last-child {
  margin: 0;
}

.tab.active {
  border: none;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #fff;
  color: #000000;
  text-align: center;
  font-weight: 500;
  font-size: 23px;
  line-height: 23px;
}
.output {
  clear: both;
}
.section {
  display: none;
}
.section.active {
  display: flex;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px 20px 20px 55px;
    justify-content: space-between;
}

.tabs-section-right {
    margin-left: 0;
    max-width: 50%;
}

.tabs-section-right img {
  width: 100%;
}

.tabs-section-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #000000;
}

.tabs-section-text p {
    margin: 0 0 20px 0;
}

.tabs-section-text li, .tabs-section-text ol {
    list-style: disc;
}

.tabs-section-text ol {
    margin: 0 0 20px 30px;
}

.tabs-section-text_active,
.tabs_open {
    height: auto !important;
    overflow: visible !important;
}

.tabs-section-text img {
    float: right;
    max-width: 560px;
    width: 100%;
    margin-left: 25px;
}

.tabs-section-link {
  margin-top: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 183%;
  font-family: "MullerRegular";
  text-transform: uppercase;
  color: #d10b0f;
}

.faq {
     padding: 0;
    margin-bottom: -50px;
    margin-top: -30px;
}

section.legal {
    margin-top: -30px;
}

.faq__container {
  max-width: 1190px;
  margin: auto;
}

.faq__title {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

.faq__item__tab {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 0 0 30px 0;
}

.faq__item__icon {
    position: relative;
    background: #A2A9C0;
    width: 20px;
    height: 3px;
}

.faq__item__icon:after {
   position: absolute;
   content: '';
   width: 20px;
   height: 3px;
   background: #A2A9C0;
   transform: rotate(90deg);
}

.faq__item__tab.active .faq__item__icon:after {
    transform: rotate(0);
    background: #0329A8;
}

.faq__item__tab--title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 183%;
  color: #A2A9C0;
}

.faq__item__tab.active .faq__item__tab--title {
    color: #0329A8;
}

.faq__item__content {
  display: none;
  margin: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 183%;
  color: #000000;
}

.faq__item__content.active {
  display: block;
}

.delivery_container {
    width: 1190px;
    margin: 0 auto;
}

.delivery__title {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

.delivery_map {
    overflow: hidden;
    border-radius: 15px;
}

.delivery_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 248px;
    height: 40px;
    background: #D10B0F;
    border-radius: 3px;
    margin: 50px auto 10px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: .5s;
}

.delivery_link:hover {
    background-color: rgba(209,11,15,.86);
    color: #fff;    
}

.shipping-payment_wrap {
    background: #fff;
    padding: 45px 50px 30px;
    display: flex;
}

.container {
    max-width: 1190px;
    margin: auto;
    padding: 40px 0;
}
.about-first h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
}
.map_wrap_custom-left {
    width: 49%;
    height: 69px;
    background: #fff;
    border-radius: 10px 10px 0px 0;
    display: flex;
    align-items: center;
    padding: 0 25px;
    cursor: pointer;
}
.about-third {
    margin-top: 88px;
	background: url(../../img/about-third.png) center center;
}
.map_wrap_custom-right {
    width: 49%;
    height: 69px;
    background: #FFFFFF;
    border-radius: 10px 10px 0px 0;
    display: flex;
    align-items: center;
    padding: 0 25px;
    cursor: pointer;
}
img.map_wrap_custom-icon {
    margin-right: 25px;
}
p.map_wrap_custom-left-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
}
p.map_wrap_custom-right-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
}
.map_wrap_custom-wrapper-left p.title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 183%;
    color: #0329A8;
    margin: 10px 0 15px;
}
.map_wrap_custom-wrapper,
.map_wrap_custom-wrapper2 {
    display: none;
    width: 100%;
}
.map_wrap_custom-wrapper-left {
    padding: 25px;
    width: 50%;
}
.map_wrap_custom-wrapper-right {
    padding: 25px;
    width: 50%;
}
.map_wrap_custom-wrapper-left p.text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 162%;
    color: #000000;
    margin-bottom: 17px;
}
.map_active {
    display: flex;
}
.addresses {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.addresses p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
    width: 50%;
    margin: 20px 0;
}
.map_wrap_custom-wrapper,
.map_wrap_custom-wrapper2 {
    background: #fff;
}
.about_active {
    background: #FFDA11;
}
.images_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.images_wrap img {
    width: 15%;
    height: auto;
}
.about-second h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    margin: 50px 0 30px;
    color: #000000;
    text-transform: none;
}
p.about_third-text {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 166%;
    color: #FFDA11;
    width: 61%;
    padding: 45px 60px;
}
.heading-fourth h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    width: 100%;
    text-transform: none;
    margin-bottom: 89px;
}
.about-fourth {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 45px 30px 25px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 36px;
}
.heading-fourth {
    width: 100%;
}
.about-fourth-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 16%;
    text-align: center;
    width: 20%;
}
.about-fourth-wrap-img-wrap {
    background: #0329A8;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
a.about-fourth-button {
    height: 40px;
    background: #D10B0F;
    border-radius: 3px;
    display: flex;
    width: 248px;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 50px auto 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 183%;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

.request__form {
  margin: 30px 0 0 0;
}

.request__form--input {
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
}

.request__form--button {
  border-radius: 5px;
  font-size: 16px;
  background: #f5e401;
  padding: 10px 20px;
  font-weight: bold;
}

.shipping-payment__right {
  display: flex;
  align-items: center;
    width: 50%;
}
.shipping-payment__left {
    width: 50%;
}
.shipping-payment__right img {
    max-width: 50vw;
    margin-left: -8vw;
}

/* Юр. Лица */

#legal {
    padding: 60px 0 50px;
}

#legal .container {
    background: #fff;
    padding: 30px 30px 44px;
    display: flex;
    border-radius: 10px;
}

.legal_desc {
    width: 50%;
}

.legal_img {
    margin-left: auto;
}

.legal_img img {
    border-radius: 15px;
}

.legal_title {
    text-transform: none;
    text-align: left;
    margin-top: 25px;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}

.legal_text {
    font-size: 16px;
    line-height: 192.5%;
}

.legal_list {
    margin-top: 30px;
}

.legal_list li {
    display: flex;
    align-items: center;  
    margin-bottom: 17px;
}

.legal_list li p {
    margin-left: 28px;
}

#work .container {
    background: #fff;
    padding: 48px 44px 63px 43px;
    border-radius: 10px;
}

.work_title {
    font-weight: 500;
    font-size: 30px;
    line-height: 49px;
    text-align: center;
    text-transform: none;
}

.work_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.work_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 285px;
    height: 70px;
    background: #F5F5F5;
    border-radius: 10px;
}

#feedback_tel .container {
    padding: 63px 0 98px;
}

.feedback_tel_title {
    font-weight: 500;
    font-size: 30px;
    line-height: 49px;
    color: #000000;
    text-transform: none;
    text-align: left;
    margin-bottom: 30px;
}

#feedback_tel label {
    margin-right: 25px;
}

#feedback_tel label span {
    font-weight: normal;
    font-size: 14px;
    line-height: 162.5%;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}

#feedback_tel label input {
    max-width: 100%;
    width: 380px;
    height: 45px;
}

#feedback_tel button.yellow {
    max-width: 100%;
    margin-top: 32px;    
    width: 380px;
    height: 45px;
    max-height: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 162.5%;
    color: #000000;
}

#video_slider {
    background: url(../../img/Blue-Wallpaper.jpg) no-repeat center center / cover;
}

#video_slider .container {
    position: relative;
    width: 100%;
    max-width: 1190px;
    padding: 42px 0 71px;
}

.video_slider_title {
    font-weight: 500;
    font-size: 30px;
    line-height: 49px;
    text-align: center;
    color: #FFFFFF;
    text-transform: none;
}

#video_slider .swiper-button-next:after,
#video_slider .swiper-button-prev:after {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

#video_slider .swiper-button-next, #video_slider .swiper-button-prev {
    top: 55%;
}

#video_slider .swiper-button-next {
    right: -64px;
}

#video_slider .swiper-button-prev {
    left: -64px;
}

.certificate .container {
    width: 100%;
    max-width: 1190px;
    position: relative;
}

.certificate .swiper-button-next {
    right: -64px;
}

.certificate .swiper-button-n:after {
    content: 'next';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    color: #D10B0F;
}

.certificate .swiper-button-p:after {
    content: 'prev';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    color: #D10B0F;
}

.certificate .swiper-button-n, .certificate .swiper-button-p {
    top: 60%;
}

.certificate .swiper-button-n {
    right: -64px;
    position: absolute;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.certificate .swiper-button-p {
    position: absolute;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    left: -64px;
}
  
#feedback_bottom {
    padding-bottom: 83px;
}
    
#feedback_bottom .container {
    display: flex;
    background: #fff;
    border-radius: 10px;
    padding: 30px 58px 26px 49px;
}

.feedback_bottom_title {
    font-weight: 500;
    font-size: 26px;
    line-height: 138.5%;
    color: #000000;
    text-align: left;
    text-transform: none;
}

#feedback_bottom form {
    flex-wrap: wrap;
}

#feedback_bottom form label span {
    font-weight: normal;
    font-size: 14px;
    line-height: 162.5%;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}

#feedback_bottom form label input {
    max-width: 100%;
    width: 380px;
    max-height: 100%;
    height: 45px;
    background: #F5F5F5;
    border-radius: 5px;
    margin-bottom: 15px;
}

.feedback_bottom_wrap {
    width: 70%;
}

.feedback_bottom_img {
    width: 30%;
}

#feedback_bottom button.yellow {
    max-width: 100%;
    width: 275px;
    max-height: 100%;
    height: 45px;
    margin-left: 30px;
    margin-top: 22px;
}

.feedback_bottom_text {
    width: 300px;
    margin-left: 30px;
    font-weight: normal;
    font-size: 14px;
    line-height: 146.34%;
    margin-top: 24px;
    color: #ACACAC;
}

.certificate .swiper-container_bottom {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}



@media (max-width: 1178px) {
  .shipping-payment__right img {
    width: 100%;
  }
}

@media (max-width: 850px) {
  .certificate__star {
    display: none;
  }
  .tabs-section-left {
    max-width: 100%;
  }
  .shipping-payment__container {
    flex-direction: column;
  }
  .section {
    flex-direction: column;
  }
  .shipping-payment__right img {
    margin: 30px 0 0 0;
  }
}

@media (max-width: 550px) {
  .request__form {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
  }
  .request__form--input {
    margin: 0 0 20px 0;
  }
}
