:root {
  --color-primary: #7bd316
}

a {
  transition: all 0.25s ease-in-out;
  color: #0c1822;
}

.d_fl {
  display: flex;
}

.fl_dir {
  flex-direction: column;
}

.al_cen {
  align-items: center;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0 !important;
}

.p:last-child {
  margin: 0 !important;
}

.btn {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 25px;
  max-width: 250px;
  display: block;
  color: #0c1822;
  border: 1px solid var(--color-primary);
  line-height: 55px;
  border-radius: 27px;
}

.btn:hover {
  background: var(--color-primary);
  color: #0c1822;
}

.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}




header {
  padding: 15px 0;
  border-bottom: 1px solid var(--color-primary);
}

body:not(.home) .nav_box {
  border-bottom: 1px solid var(--color-primary);
}

.top_line {
  justify-content: space-between;
}

.container {
  max-width: 1310px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

header .container,
.top_box .container {
  max-width: 1810px;
}

.soc_links {
  gap: 10px;
  margin-right: 30px;
}

.soc_links a,
.soc_links img {
  display: block;
  width: 32px;
  height: 32px;
}

.logo a,
.logo img {
  display: block;
  width: 200px;
  height: 41px;
}

.menu_icon {
  display: none;
  width: 40px;
  height: 40px;
}

.icon--burger {
  color: var(--color-primary);
  transition: color .2s ease, transform .2s ease;
}

.icon--close {
  color: var(--color-primary);
  transition: color .2s ease, transform .2s ease;
}

.slogan {
  margin-right: auto;
  margin-left: 30px;
}

header .btn {
  margin-right: 30px;
}

a.phone {
  font-size: 22px;
}

.nav_box {
  padding: 20px 0;
}

#topmenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

#topmenu li a {
  display: block;
  padding: 12px 20px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

#topmenu li:hover a,
#topmenu li a:hover {
  background: #fff;
}

.top_slider {
  height: calc(100vh - 191px);
}

.top_box {}

.pere1_item {
  border-radius: 30px;
  padding: 50px 100px;
  color: #fff;
  display: flex !important;
  justify-content: center;
  flex-direction: column;

}

.pere1_t {
  font-size: 52px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.pere1_d {
  font-size: 26px;
}

.top_slider .swiper-navigation {
  position: absolute;
  z-index: 2;
  right: 35px;
  bottom: 35px;
  display: flex;
  gap: 20px;
}

.top_slider .swiper-navigation .swiper-button-prev,
.top_slider .swiper-navigation .swiper-button-next {
  position: relative;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 66px;
  height: 66px;
}



.quiz-step.hidden {
  display: none;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.quiz-answer+.quiz-answer {
  margin-top: 15px !important;
  display: block;
}

.quiz_block {
  background: #fff;
  margin-top: 70px;
}

.home_bl {
  padding: 70px 0;
}

.quiz_box {
  background: #f6f6f6;
  border-radius: 20px;
  padding: 25px;
}

.bg-primary {
  background-color: #7bd316;
}

div#quiz_progress_bar {
  border-radius: 10px;
  overflow: hidden;
}

label.quiz-answer>.flex {
  padding: 15px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
}

span.flex_1 {
  padding-left: 10px;
}

div#quiz_progress_bar {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #E5E7EB;
  height: 10px;
}

.quest_count {
  font-size: 14px;
  margin-bottom: 15px;
  color: rgb(107 114 128);
}

#quiz_step_number {
  color: rgb(17 24 39);
  font-weight: 600;
}

span.quiz-question-title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 15px;
  display: block;
}

.quiz_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.quiz_text {
  margin-bottom: 25px;
  font-size: 18px;
  color: rgb(107 114 128);

}

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

.quiz_about {
  width: 340px;
  background: #fff;
  padding: 30px;
  border-radius: 25px;
}

#quiz-container {
  width: calc(100% - 340px);
  padding-right: 30px;
}

.quiz_about_box {
  display: flex;
  align-items: center;
}

.quiz_about_box img {}

.quiz_about_img {
  border-radius: 50%;
  width: 80px;
  flex-shrink: 0;
}

.f_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f_block {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.quiz_about_box_info {
  padding-left: 15px;
}

.quiz_name {
  color: rgb(17 24 39);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.quiz_spec {
  color: rgb(107 114 128);
  font-size: 14px;
  line-height: 1.2;
}

.text_inzh {
  margin-top: 20px;
}

.pere2_2_img {
  background: rgb(45 138 62 / 10%);
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
}

.pere2_2_img img {
  width: 20px;
  height: 20px;
}

.adv_inzh {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 10px;
}

.pere2_2_t {
  font-weight: 300;
  padding-left: 10px;
}

button.quiz-btn {
  width: 120px;
  display: flex;
  outline: none;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  line-height: 40px;
  padding: 0;
  border: none;
  color: #fff;
  border-radius: 6px;
}

label.callb_label {
  width: calc(33.3333% - 16px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 180px;
  border: 1px solid rgb(229 231 235);
  padding: 20px;
  border-radius: 16px;
  cursor: pointer;
}

label.callb_label.active {
  border-color: var(--color-primary);
  background: #fff;
}
.pere1_item a.btn {
    background: #7bd316;
    color: #fff;
    max-width: 300px;
    text-align: center;
    margin-top: 20px;
}
.callb_box {
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  margin-bottom: 30px;
  max-width: 560px;
  width: 100%;
  padding-top: 20px;
}

.callb_img img {
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
}

.callb_img {
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  border-radius: 8px;
  margin-bottom: 10px;
}

.callb_label .flex {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wpcf7-spinner {
  display: none !important;
}

body input.wpcf7-form-control {
  border: 1px solid rgb(229 231 235);
  line-height: 45px;
  padding: 0 15px;
}

body input.wpcf7-form-control {
  border: 1px solid rgb(229 231 235);
  line-height: 53px;
  padding: 0 15px;
  border-radius: 8px;
  width: 100%;
}

.block1_form label.ch {
  align-items: center;
}

.block1_form .f_item {
  width: 330px;
}

form input.wpcf7-form-control.wpcf7-submit {
  background: #7bd316;
  border: none;
  margin: 0;
  display: block;
  padding: 0;
  color: #fff;
  line-height: 55px;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.quiz-step form {
  display: block;
  max-width: 560px;
}

.text2_1 {
  margin-top: 20px;
  font-size: 14px;
  color: rgb(107 114 128);
}

.block_title {
  font-size: 35px;
  text-align: center;
  font-weight: 600;
}

.block_title_box {
  margin-bottom: 50px;
}

.pere3 {
  flex-wrap: wrap;
  gap: 24px;
}

.pere3_item {
  width: calc(33.33333% - 16px);
  position: relative;
}

.pere3_img {
  position: relative;
  z-index: 1;
}

.pere3_img img {
  display: block;
  margin: 0 auto;
}

.pere3_t {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 20px;
  z-index: 2;
  border-radius: 20px;

 background: #7bd316;

  color: #fff;
  text-align: left;
  max-width: 238px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  border-radius: 50px;
  box-shadow: 0 0 0 6px rgba(38, 160, 22, .16);
  line-height: 1.2;
}

.block4_slider_box,
.block4_text {
  width: 50%;
}

.block4_text {
  padding-top: 30px;
}

.block4_slider_box {
  padding-right: 20px;
}


.block4 {
  background: #fff;
}

.block4_slider_box .swiper-button-next,
.block4_slider_box .swiper-button-prev {
  position: relative !important;
  box-shadow: 0 0 9px 0 #00000029;
  border-radius: 50%;
}

.block4_slider_box .swiper-navigation {
  position: relative;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 100px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.before-after {
  overflow: hidden;
  border-radius: 20px;
  max-height: 500px;
}

.block5 .container {
  max-width: 1100px;
}

.block5 .block_title {
  text-align: left;
}

.block5 .block_title_box {
  margin-bottom: 20px;
}

.img5 {
  width: 300px;
}

.block5_info {
  width: calc(100% - 300px);
  padding-right: 50px;
}

.text5 {
  margin-bottom: 30px;
}

.name5 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}

.zag_form5 {
  margin-top: 40px;
  font-size: 20px;
  margin-bottom: 20px;
}

.f_row {
  flex-wrap: wrap;
  gap: 12px;
}

.f_item {
  width: calc(33.3333% - 9px);
}

.f_item input {
  margin-bottom: 0 !important;
}

form input.wpcf7-form-control.wpcf7-submit:hover {
  background: #6cbe0f;
}

body div.wpcf7-response-output {
  margin: 10px auto 0 !important;
  padding: 10px !important;
  text-align: center !important;
  max-width: 450px;
}

.quiz-steps-viewport {}

.block6 {
  background: #fff;
}

.block_title_box+.podzag {
  margin-top: -20px;
}

.content_box table {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin: 20px 0;
}

.content_box tr th:nth-child(1) {
  padding-left: 16px;
}

.content_box th:nth-child(1) {
  text-align: left;
}

.content_box td,
.content_box th {
  border: none;
}

.content_box th {
  background-color: #7bd316;
  font-weight: 600;
}

.content_box td,
.content_box th {
  padding: 8px 10px;
  vertical-align: middle;
  text-align: left;
}

.content_box table {
  width: 100%;
}
.block10 h2.bl_title {
	color: #7bd316
}

.content_box tbody,
.content_box thead {
  width: 100%;
}

table {
  border-radius: 20px;
  overflow: hidden;
  min-width: 100%;
  border-collapse: collapse;
}

table th {
  color: #fff;
  padding: 12px 16px !important;
}

.page-template-page-usl .reviews-widget__body {
  margin-top: 50px;
}

.assortm {
  margin-top: 50px;
}

table tbody tr:nth-of-type(even) {
  background: #F3F8E8;
}

.home .content_box tbody tr:last-child {
  background: #81b214;
  height: 30px;
}

.pricetable {
  width: 100%;
}

.content_box tr td:nth-child(1) {
  padding-left: 16px;
}

.pricetable {
  max-width: 1140px;
  margin: 25px auto 0;
  border-radius: 20px;
  overflow: hidden;
}

.pricetable table {
  margin: 0;
}

.content_box tr td:nth-child(2),
.content_box tr td:nth-child(3),
.content_box tr th:nth-child(2),
.content_box tr th:nth-child(3) {
  text-align: center;
}

.wpcf7-not-valid input[type="checkbox"] {
    box-shadow: inset 0 0 4px 1px #f00;
}

.faq_block_item+.faq_block_item {
  margin-top: 10px;
}

.faq_block_item {
    position: relative;
    background: #f6f6f6;
    border-radius: 8px;
}

.faq_block_v {
  font-size: 20px;
  line-height: 1.35;
  padding: 15px 60px 15px 25px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-weight: 600;
}

.faq_block_item:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 9px;
  background: #fff url(images/plus.svg) 50% no-repeat;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  z-index: 1;
}

.open.faq_block_item:before {
  transform: rotate(135deg);
}

.open .faq_block_o {
  display: block;
}

.faq_block_o {
  display: none;
  padding: 10px 25px 25px;
}



.block10_content1,
.block10_content2 {
  display: none;
}

.block10_content1.active,
.block10_content2.active {
  display: block;
}

a.block10_content_item {
  padding: 10px;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  margin: 2px;
  width: max-content;
  display: inline-block;
  background-color: #ffffff;
  color: #000;
  font-size: 16px;
  display: block;
  transition: all 0.2s ease-in-out;
}

a.block10_content_item:hover {
  background: var(--color-primary);
  color: #fff;
}

.block10_content_wrap {
  flex-wrap: wrap;
}

.block10_content_wrap {
  gap: 10px;
}

.block10_links span {
  cursor: pointer;
  display: block;
  padding: 8px 25px;
  font-size: 16px;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  background: #fff;
  color: var(--color-primary);
}

.block10_links span.active,
.block10_links span:hover {
  background: var(--color-primary);
  color: #fff;
}

.block10_links {
  gap: 10px;
  padding-bottom: 20px;
}

.block10 h2.bl_title {
  text-align: left;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.home .block10_map {
  position: relative;
  margin-bottom: 60px;
}

.map {
  position: relative;
  z-index: 1;
}

.map_block {
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  z-index: 2;
  box-shadow: 0px 122px 49px rgba(0, 14, 71, .01), 0px 69px 41px rgba(0, 14, 71, .03), 0px 30px 30px rgba(0, 14, 71, .04), 0px 8px 17px rgba(0, 14, 71, .05), 0px 0px 0px rgba(0, 14, 71, .05);
  padding: 30px;
  min-width: 400px;
}

.map_form {
  box-shadow: 0px 122px 49px rgba(0, 14, 71, .01), 0px 69px 41px rgba(0, 14, 71, .03), 0px 30px 30px rgba(0, 14, 71, .04), 0px 8px 17px rgba(0, 14, 71, .05), 0px 0px 0px rgba(0, 14, 71, .05);
  background: #fff;
  border-radius: 20px;
  position: absolute;
  right: 50px;
  top: 50%;
  padding: 30px;
  z-index: 2;
  width: 100%;
  max-width: 380px;
  transform: translateY(-50%);
}

.map_item+.map_item {
  margin-top: 15px;
}

.map_item span {
  display: block;
}

.map_item a {
  font-size: 22px;
  font-weight: 500;
}

.map_item div,
.map_item a {
  color: #000;
}

.map_form_title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

.home .flex_link_new {
  justify-content: flex-start;
}

.flex_link_new {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.home a.col_link {
  padding: 10px;
}

a.col_link {
  padding: 10px;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  margin: 2px;
  width: max-content;
  display: inline-block;
  background-color: #ffffff;
  color: #000;
  font-size: 16px;
  display: block;
  transition: all 0.2s ease-in-out;
}

a.col_link {
  background: var(--color-primary);
  color: #fff;
}

a.col_link:hover {
  background: #fff;
  color: #000;
}

label.ch {
  display: flex;
  align-items: flex-start;
  padding: 0;
  cursor: pointer;
  padding-top: 20px;
  font-size: 14px;
}

label.ch input {
  width: 20px;
  height: 20px;
  display: block;
}

.ch span.wpcf7-list-item.first.last {
  margin-left: 0;
}

label.ch>span:last-child {
  display: block;
  width: calc(100% - 18px);
  padding-left: 10px;
  line-height: 1.2;
}

.polit_block {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 5px;
  list-style: none;
  margin: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

body .wpcf7-list-item-label:before {
  display: none !important
}

span.wpcf7-list-item-label {
  display: none;
}

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

.form_wh a:hover svg rect:first-child {
  fill: var(--color-primary) !important;
}

label.ch a {
  text-decoration: underline;
}

label.ch a:hover {
  text-decoration: none;
}

body input.wpcf7-form-control {
  margin-bottom: 0;
}

.map_form .f_item {
  width: 100%;
}

.block10 {
  background: #fff;
}

.map_code_mob {
  display: none;
}

.home .new_bl_link {
  padding-top: 0px;
  padding-bottom: 40px;
}



.review-header .review-header__source-text {
  padding-left: 0.8em;
  width: 100%;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
}

.review-footer {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  background: #f0efef;
  border-top: 1px solid #e6e6e6;
  padding: 0.8em 22px;
}

.reviews-widget__container .review-footer {
  min-height: 40px;
}

.reviews-widget__body {}

.review-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0 22px;
  max-height: 450px;
  overflow: auto;
}

.review-header {
  position: relative;
  margin: 0;
  border-bottom: 1px solid transparent;
  display: flex;
  justify-content: space-between;
  padding: 1.5em 22px 0.8em;
}

.review-header .review-header__source {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
  width: 100%;
}

.review-header .review-header__source-logo {
  display: block;
  width: 36px;
  height: 36px;
  z-index: 3;
}

.slick-slide img {
  display: block;
}

.review-header .review-header__source-text {
  padding-left: 0.8em;
  width: 100%;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
}

.review-header .review-header__source-caption {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  flex-basis: 100%;
  z-index: 2;
}

.review-header .review-header__source-caption a {
  text-decoration: none;
  color: hsl(0, 0%, 20%);
}

.review-header .review-header__source-caption a .icn {
  width: 14px;
  height: 14px;
  margin-left: 4px;
}

.review-header .review-header__source-caption a .icn {
  width: 14px;
  height: 14px;
  margin-left: 4px;
}

i.icn.external-link {
  -webkit-mask: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='48' height='48'%3E%3Cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' d='M5 3c-1.093 0-2 .907-2 2v14c0 1.093.907 2 2 2h14c1.093 0 2-.907 2-2v-7h-2v7H5V5h7V3H5zm9 0v2h3.586l-9.293 9.293 1.414 1.414L19 6.414V10h2V3h-7z' font-weight='400' font-family='sans-serif' overflow='visible'/%3E%3C/svg%3E) 0 0 no-repeat;
  -webkit-mask-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='48' height='48'%3E%3Cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' d='M5 3c-1.093 0-2 .907-2 2v14c0 1.093.907 2 2 2h14c1.093 0 2-.907 2-2v-7h-2v7H5V5h7V3H5zm9 0v2h3.586l-9.293 9.293 1.414 1.414L19 6.414V10h2V3h-7z' font-weight='400' font-family='sans-serif' overflow='visible'/%3E%3C/svg%3E) 0 0 no-repeat;
  mask-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='48' height='48'%3E%3Cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' d='M5 3c-1.093 0-2 .907-2 2v14c0 1.093.907 2 2 2h14c1.093 0 2-.907 2-2v-7h-2v7H5V5h7V3H5zm9 0v2h3.586l-9.293 9.293 1.414 1.414L19 6.414V10h2V3h-7z' font-weight='400' font-family='sans-serif' overflow='visible'/%3E%3C/svg%3E) 0 0 no-repeat;
  -webkit-mask-size: 100%;
  mask-image-size: 100%;
}

i.icn {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background-color: hsl(0, 0%, 47%);
}

.reviews-widget__container .review .review-rating {
  margin-left: 0;
  margin-top: 0;
}

.review-header .review-rating {
  transform: scale(0.9);
}

.review-rating {
  display: inline-block;
  position: relative;
  min-width: 120px;
  height: 24px;
}

.review-rating:before,
.review-rating:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-mask: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.45 4.73L5.82 21 12 17.27z'/%3E%3C/svg%3E) 0 0 repeat;
  -webkit-mask-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.45 4.73L5.82 21 12 17.27z'/%3E%3C/svg%3E) 0 0 repeat;
  mask-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.45 4.73L5.82 21 12 17.27z'/%3E%3C/svg%3E) 0 0 repeat;
  -webkit-mask-size: auto 100%;
  mask-image-size: auto 100%;
}

.review-rating:after {
  right: 0;
  background: #e1dbd6;
}

.review-rating:before,
.review-rating:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background: url(images/st1.svg);
  width: 100%;
}

.review-rating:after {
  background: url(images/st2.svg);
}

.review-rating-5:after {
  width: 0%;
}

.review-rating-4:after {
  width: 20%;
}

.review-rating-3:after {
  width: 40%;
}

.review-rating-2:after {
  width: 60%;
}

.review-rating-1:after {
  width: 80%;
}

.review-header .review-header__author {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3;
  display: inline;
  max-height: 32px;
  overflow: hidden;
  min-width: 60px;
}

.review-header .review-header__time {
  font-weight: 300;
  font-size: 0.9em;
  color: hsl(0, 0%, 47%);
}

.reviews-widget__container .slick-slide:nth-child(n+2) {
  padding: 0 0 0 28px;
}

.review {
  position: relative;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  margin: 0;
  box-shadow: #aaa 0 1px 3px;
  background: hsl(0, 0%, 100%);
}

.reviews-widget__container .review {
  margin: 0;
  flex-shrink: 1;
  overflow: hidden;
  flex-basis: auto;
  min-height: 220px;
  min-width: 380px;
  max-width: 800px;
}

.reviews-widget__container.slick-initialized .review {
  max-width: none;
}

.review .review-text {
  height: 95px;
  margin-top: 0.4em;
  margin-bottom: 1.3em;
  background: hsl(0, 0%, 100%);
  position: relative;
  overflow: hidden;
  line-height: 1.37em;
  height: 95px;
  margin-top: 5px;
  margin-bottom: 1.3em;
  background: hsl(0, 0%, 100%);
  position: relative;
  overflow: hidden;
  line-height: 1.37em;
  font-size: 14px;
}

.reviews-widget__container .slick-track {
  padding: 3px 0;
}

.reviews-widget__title {
  text-align: left;
}

.review-footer .review-footer__filial .icn {
  background: url(images/icomap.svg) 50% no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 1px;
  left: -5px;
}

.review-footer .review-footer__filial {
  position: relative;
  padding-left: 40px;
  padding-right: 2em;
  color: hsl(0, 0%, 47%);
}

.block7+.block8 {
  padding-top: 10px;
}



#om-messengers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9000;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#om-messengers__close {
  cursor: pointer;
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 0;
  right: -35px;
  line-height: 0.5;
}

#om-messengers__holder {
  flex: 0 0 auto;
  background: #FFF;
  border-radius: 16px;
  padding: 30px;
  cursor: default;
  position: relative;
  max-width: 100%;
}

.om-messengers__title {
  line-height: 1;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 45px;
}

.om-messengers__section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.om-messengers__section>div {
  position: relative;
}

.om-messengers__qr {
  flex: 0 0 auto;
}

.om-messengers__buttons {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}

.om-messengers__qr img {
  border: 4px solid #FFF;
  display: block;
  margin: auto;
}

.om-messengers__qr span {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  background: #B6D7FF;
  border-radius: 5px;
  padding: 3px;
  display: block;
  margin-top: -45px;
  margin-bottom: 30px;
}

.om-messengers__block {
  background: #F3F6FA;
  padding: 30px;
  border-radius: 16px;
}

.om-messengers__section.om-messengers__section-call {
  align-items: center;
}

.om-messengers__button {
  background: #000;
  color: #FFF;
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
  flex: 0 0 auto;
  width: 100%;
}

.om-messengers__button>.messengers__button__icon {
  flex: 0 0 auto;
}

.om-messengers__button>.messengers__button__icon svg {
  width: 32px;
  height: 32px;
  fill: #FFF;
  display: block;
}

.om-messengers__button>.messengers__button__text {
  flex: 1 1 auto;
  padding: 10px 20px;
}

.messengers__button__icon {
  padding: 10px;
}

.om-messengers__button.om-messengers__telegram {
  background: #2AABEE;
}

.om-messengers__button.om-messengers__telegram>.messengers__button__icon {
  background: #1A9ADA;
}

.om-messengers__button.om-messengers__whatsapp {
  background: #5ED169;
}

.om-messengers__button.om-messengers__whatsapp>.messengers__button__icon {
  background: #37BE4F;
}

.om-messengers__button.om-messengers__vkontakte {
  background: linear-gradient(97deg, #01c5c8 .32%, #046ef4 44.6%, #572dff 62.16%);
}

.om-messengers__button.om-messengers__vkontakte>.messengers__button__icon {
  background: linear-gradient(97deg, #046ef4 0%, #572dff 62.16%);
}

.om-messengers__button:hover {
  opacity: 0.9;
  color: #FFF;
}

.om-messengers__section+.om-messengers__section {
  margin-top: 30px;
}

.om-messengers__phone {
  text-decoration: none;
  color: #7bd316;
  font-size: 24px;
}

.om-messengers__phone:hover {
  opacity: 0.9;
  color: #7bd316;
}

#om-messengers-float {
  position: fixed;
  bottom: 80px;
  right: 19px;
  padding: 15px;
  border-radius: 9999px;
  overflow: hidden;
  background: #000;
  transition: all 0.5s linear;
  z-index: 7999;
  cursor: pointer;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.om-messengers-float-subs {
  position: relative;
  width: 32px;
  height: 32px;
}

.om-messengers-float-sub {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  opacity: 0;
  transition: all 0.5s linear;
}

.om-messengers-float-sub svg {
  fill: #FFF;
  width: 32px;
  height: 32px;
}

.om-messengers__block.om-messengers__qr img {
  display: block;
  height: 156px;
  width: 156px;
}


@media (max-width: 768px) {
  #om-messengers {
    align-items: flex-end;
  }

  #om-messengers__holder {
    width: 100%;
    padding: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  #om-messengers__close,
  .om-messengers__qr {
    display: none;
  }

  .om-messengers__buttons {
    flex-direction: row;
    justify-content: center;
  }

  .om-messengers__button {
    width: auto;
    flex-direction: column;
    background: transparent !important;
    color: #333;
  }

  .messengers__button__icon {
    padding: 15px;
    border-radius: 8px;
  }

  .om-messengers__button>.messengers__button__icon svg {
    width: 48px;
    height: 48px;
  }

  .om-messengers__button>.messengers__button__text {
    color: #333;
    font-weight: 700;
  }

  .om-messengers__section {
    gap: 15px;
  }

  .om-messengers__section+.om-messengers__section {
    margin-top: 15px;
  }

  .om-messengers__section.om-messengers__section-call {
    flex-direction: column;
    text-align: center;
  }

  .om-messengers__title {
    margin-bottom: 15px;
  }

  .om-messengers__block {
    padding: 15px;
  }

  .om-messengers__button>.messengers__button__text {
    padding: 10px 0 0 0;
  }

  .om-messengers-float-sub {
    left: 4px;
    width: 25px;
    height: 25px;
    top: 3px;
  }

  .om-messengers-float-sub svg {
    width: 25px;
    height: 25px;
  }

}

footer {
  width: 100%;
  margin: 60px auto 0;
  position: relative;
  padding: 25px 0;
  text-align: center;
  background: #f6f6f6;
}

.home footer {
  margin-top: 0;
}

.footerConfidence a {
  text-decoration: underline;
  color: var(--color-primary2);
  font-size: 14px;
}


.footerConfidence a:hover {
  text-decoration: none;
}

.footer_links_box {
  margin: 0px 0 -50px;
  padding: 30px 0;
  background: #00814242;
}

.home .footer_links_box {
  margin-top: 40px;
}

.new_box_link {
  padding-bottom: 30px;
}

.footer .container,
.footer_links_box .container {
  margin: 0 auto;
}

.footer_links_item {
  margin: 10px 5px;
  font-size: 18px;
}

.subLine {
  margin-top: 20px;
}

.subLine>div {
  float: left;
  box-sizing: border-box;
  color: #1f1f1f;
}

.subLine>div:nth-child(1) {
  width: 30%;
  text-align: left;
}

.subLine>div:nth-child(2) {
  width: 30%;
  padding-left: 60px;
  padding-top: 25px;
}

.subLine>div:nth-child(3) {
  width: 40%;
  margin-top: 0;
}

.subLine>div:nth-child(4) {
  width: 100%;
  margin: 10px 0 0 0;
}

.subLine:after {
  content: '';
  display: block;
  clear: both;
}

span.footPhoneRg>span {
  color: #f00;
  display: block;
  margin: 15px 0 5px;
}

.subLine>div .mail {
  text-decoration: none;
  color: #515151;
  font-size: 18px;
  vertical-align: sub;
}

.subLine>div:nth-child(2) a {
  float: left;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 15px;
  margin-right: 7px;
}

.subLine>div:nth-child(2) a img {
  position: relative;
  opacity: 0.8;
}

.subLine>div:nth-child(2) a:hover img {
  position: relative;
  opacity: 1;
}

.footerConfidence {
  text-align: right;
  width: 100%;
  margin: 5px 0;
}

.subLine>div .notOferta {
  width: 100%;
  color: #1f1f1f;
  text-align: right;
}

.subLine>div:nth-child(4) .security-text {
  width: 70%;
  float: left;
  box-sizing: border-box;
  font-size: 12px;
  padding: 0 20px 0 0;
  text-align: left;
}

.subLine>div:nth-child(4) .items {
  width: 30%;
  float: left;
  box-sizing: border-box;
  margin: 16px 0 0 0;
}

.subLine>div:nth-child(4) .items img {
  float: right;
  height: 45px;
  background-color: #eaeaea;
  margin: 0 0 0 5px;
  padding: 3px;
  border-radius: 11px;
}

.subLine .items img {
  filter: grayscale(100%);
  cursor: pointer;
}

.subLine .items img:hover {
  filter: none;
}

.subLine>div .footPhoneRg a span {
  color: #515151;
  font-size: 22px;
}

.notOferta {
  font-size: 14px;
}

.credits p {
  font-size: 12px;
  line-height: 19px;
  display: block;
  margin: 0
}

.foot-counter {
  margin: 20px auto;
}



.thanks-text .thanks-text__b {
  font-weight: 700;
  margin: 20px 0 50px;
}

.thanks-text {
  color: #000000;
  font-size: 24px;
  display: flex;
  flex-direction: column;
}

.thanks_box {
  display: flex;
  padding-bottom: 30px;
}

.spasibo_text,
.spasibo_img {
  width: 50%;
}

.spasibo_text {
  padding-right: 40px;
}

.spasibo_img {
  display: block;
}

.thanks-button button {
  padding: 8px 10px 9px;
  width: 280px;
  box-sizing: border-box;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  margin-top: 20px;
  background: var(--color-primary);
  border: none;
  outline: none;
}

a.vk_link {
  padding: 8px 10px 9px;
  width: 220px;
  box-sizing: border-box;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  margin-top: 20px;
  background: var(--color-primary);
  border: none;
  outline: none;
  margin-left: 20px;
}

a.vk_link:hover {
  color: #fff;
}

p.thanks-button {
  display: flex;
  flex-wrap: wrap;
}

.page_wrapper {
  padding-top: 30px;
}

#tt {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 99;
  cursor: pointer;
  background: var(--color-primary);
  border-radius: 50%;
}

#tt img {
  display: block;
}

.quiz-step input.wpcf7-form-control {
  margin-bottom: 20px !important;
}








.inner_block .left_block {
  margin: 20px 25px;
  position: relative;
  z-index: 2;
}

.top_block {
  margin-bottom: 30px;
  margin-top: 30px;
}

.inner_block {
  position: relative;
  overflow: hidden;
}

.page_wrapper {
  padding-top: 20px;
}

.inner_block h1.page_title,
h1.page_title {
  color: var(--color-primary);
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  max-width: 510px;
  margin-bottom: 15px;
  margin-top: 24px;
  text-align: left;
  padding-bottom: 5px;
}

.slogan_pod_h1 {
  max-width: 450px;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 300;
}

.czena_pod_h1 {
  color: #051014;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  padding-top: 20px;
}

.inner_block .bg_img {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
}

.inner_block .bg_img img {
  display: block;
}

.garanty_block {
  font-size: 15px;
  text-align: center;
  margin: 30px 0 !important;
  background: #f9f9f9;
  padding: 20px 10px;
  border-top: solid 3px var(--color-primary);
  border-bottom: solid 3px var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.garanty_block li {
  width: 31.333%;
  display: flex;
  align-items: center;
  text-align: left;
}

.garanty_block li img {
  flex-shrink: 0;
  width: 45px;
  display: block;
}

.garanty_block li span {
  display: block;
  padding-left: 20px;
  font-size: 18px;
}

.navi_block {
  background: #7bd31617;
  padding: 25px 45px 17px;
  border-radius: 6px;
  margin: 0 0 30px;
  max-width: 100%;
}

.navi_block .block_title {
  margin: 0 0 20px;
  margin: 0 0 16px;
  color: #008142;
  color: var(--color-primary);
  font-size: 30px;
  margin-bottom: 20px;
}

.vopros_otvet {
  margin-bottom: 50px;
}

.navi_block a {
  display: block;
  margin: 0 0 12px;
  font-size: 18px;
  background: url(images/i.svg) 0 2px no-repeat;
  padding: 0 0 0 29px;
  text-decoration: none;
}

.navi_block a:hover {
  text-decoration: underline;
  color: var(--color-primary);
}

.page_content ul li:before {
  padding-right: 10px;
  font-weight: bold;
  color: var(--color-primary);
  content: "\2714";
  transition-duration: 0.5s;
}

.page_content ul li:hover:before {
  color: var(--color-primary);
}

.page_content ul li {
  list-style: none;
  position: relative;
  margin: 0 0 8px 0;
  padding: 0 0 0 3px;
}

img.alignleft {
  float: left;
  margin: 15px 30px 25px 0;
}

img.alignright {
  float: right;
  margin: 15px 0px 25px 30px;
}

img.alignleft {
  float: left;
  margin: 15px 30px 25px 0;
}

.vopros {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 0 0 15px 0;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}

.otvet {
  display: none;
  margin-bottom: 20px;
  padding: 0 25px;
}

.page_content h2,
.page_content h3,
.page_content h4 {
  margin: 25px 0 20px;
  color: var(--color-primary);
  font-size: 30px;
}

.vopros:after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -10px;
  background: transparent;
  border: 1px solid #aaa;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  transition: transform .15s ease;
}

.vopros.active:after {
  transform: rotate(-135deg) translate(-5px, -5px);
}

.page_content table {
  width: 100%;
  margin: 30px 0 40px;
  box-shadow: 0 0 21px rgb(0 0 0 / 24%);
  width: 100%;
  max-width: 100%;
  border: 1px solid #ddd;
  overflow-x: auto;
}

table td {
  padding: 13px 14px;
  border: 1px solid #eaeaea;
  vertical-align: top;
  vertical-align: middle;
}

#win-calc table td {
  vertical-align: top;
}

.page-id-196 table td:last-child {}

.page_content_gallery {
  gap: 15px;
  margin: 30px 0;
}

.page_content_gallery a {
  display: flex;
  height: 210px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.f_l_wrapper {
  border-radius: 24px;
  box-shadow: 0 0 21px rgb(0 0 0 / 24%);
  padding: 30px;
  position: relative;
  background: #7bd31617;
}

.v_o_list_o {
  display: none;
  padding-left: 20px;
  margin-bottom: 20px;
}

.v_o_list_v {
  padding: 5px;
  font-size: 20px;
  border-bottom: 1px dashed #008142;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  padding-right: 40px;
}

.block_title {
  text-align: left;
  font-size: 30px;
  margin: 0 0 20px;
  color: var(--color-primary);
  font-size: 30px;
}

.block_title {
  color: var(--color-primary) !important;
}

.v_o_list_v:after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -10px;
  background: transparent;
  border: 1px solid var(--color-primary);
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  transition: transform .15s ease;
}

.active .v_o_list_v:after {
  transform: rotate(-135deg) translate(-5px, -5px);
}

.faq_list_block {
  margin-top: 70px;
}

.pere_aksessuar_block {
  padding-top: 45px;
}

.pere_aksessuar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}

.pere_aksessuar_item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(16.666666666666668% - 30px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 244px;
  margin-bottom: 30px;
  box-shadow: 0 0 40px rgb(0 0 0 / 10%);
  border-radius: 1px;
  background-color: #fff;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  text-decoration: none !important;
}

.pere_aksessuar_img {
  width: 100%;
  height: 160px;
}

.pere_aksessuar_t {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 84px;
  padding: 0 40px 0 20px;
  background: #fff;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.pere_aksessuar_item::after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7bd316;
  opacity: 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.pere_aksessuar_item:hover::after {
  opacity: .8;
}

.pere_aksessuar_t span {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.pere_aksessuar_item:hover .pere_aksessuar_t {
  background: #7bd316;
}

.pere_aksessuar_item:hover .pere_aksessuar_t span {
  color: #fff;
}

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

.footform {
  width: 100%;
  max-width: 100%;
  background: url(images/fon.jpg);
  padding: 38px 0 0 0;
  margin-top: 35px;
}

.footform2 {}

.rep-container {
  max-width: 1160px;
  margin: 0 auto !important;
  padding: 0 15px;
}

.footform .form_title {
  font-size: 35px;
  color: #000;
}

.footform .form_title span {
  color: #008142;
}

.footform .form_title {
  font-size: 35px;
  color: #000;
}

.zamok label.ch {
  font-size: 13px !important;
}

.footform .rsform-block {
  position: absolute;
}

.politica {
  font-size: 13px;
  line-height: 1.3;
}

.footform .rsform-block {
  position: absolute;
}

.top_phone a span {
  color: var(--color-primary);
}

.block5_box {
  padding-top: 10px;
}

.block5_box_labels {
  width: 335px;
}

.block5_box_contents {
  width: calc(100% - 335px);
  padding-left: 40px;
}

.block5_box_content {
  display: none;
}

.block5_box_content.active {
  display: block;
}

.block5_box_label {
  color: #000;
  background: #f4f4f4;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 10px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: 1px solid #ddd;
}


.block5_box_label.active,
.block5_box_label:hover {
  background: var(--color-primary);
}

.block5_box_content_title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-top: 10px;
}

.block5_box_content_line {
  justify-content: space-between;
  border-bottom: 1px solid #b1b1b1;
  padding: 13px 0;
  ;
}

.block5_box_content_line_price {
  color: var(--color-red);
  font-weight: 600;
}


.block6_img {
  width: 350px;
}

.block6_box_info {
  width: calc(100% - 350px);
  padding-left: 40px;
}

.block6 h2.bl_title {
  text-align: left;
  font-size: 30px;
  margin-bottom: 40px;
}

.block6_box_items {
  gap: 15px
}

.block6_box_item {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border: 1px solid #BFC7DE;
  display: inline-block;
  border-radius: 20px;
  font-size: 15px;
}

.gost {
  background: url(images/gost.png) no-repeat center left;
  background-size: contain;
  padding-left: 60px;
  margin-bottom: 0;
}

.block6_box_info2 {
  gap: 20px;
  margin-top: 30px;
}



.block7 {
  padding-bottom: 90px;
}

.block7_box_img {
  position: relative;
}

.block7_box_img img {
  position: relative;
  z-index: 3;
  border-radius: 15px;
  display: block;
}

.img7_shad1,
.img7_shad2 {
  position: absolute;
  z-index: 1;
}

.img7_shad1 {
  width: 140px;
  height: 250px;
  background-image: radial-gradient(#7bd316 2px, transparent 2.5px);
  transform: translate3d(0px, -12px, 0px);
  left: -50px;
  top: -30px;
  background-size: 13px 15px;
  opacity: 0.4;
}

.f_item.f_item_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

a.btn.wa_btn,
.btn.wa_btn {
  padding: 0 13px;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  background: var(--color-primary);
  cursor: pointer;
  border: none;
  border-radius: 8px;
}

.img7_shad2 {
  width: 80%;
  height: 79%;
  background: #7bd31640 !important;
  position: absolute;
  bottom: -30px;
  right: -30px;
  border-radius: 15px;
}

.block7 .slogan,
.block7 .bl_title,
.block7_box .bl_title {
  text-align: left;
}

.block7_box_info {
  width: calc(100% - 650px);
  padding-left: 60px;
}

.block7_box_adv_item span {
  width: 44px;
  display: flex;
  background: var(--color-primary);
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  height: 44px;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 18px;
}

.block7_box_adv_t {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 9px;
}

.page_content .block7_box {
  padding: 70px 0 40px;
}

.block7_box_adv_item_info {
  padding-left: 20px;
}

.block7 .slogan,
.block7_box .slogan {
  margin-bottom: 10px;
  color: var(--color-primary);
  font-weight: 600;
  text-align: left;
}

.block7_box_adv {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 10px;
}

.block7_box a.btn {
  display: block;
  max-width: 260px;
  text-align: center;
  margin: 30px auto 0;
  text-decoration: none;
  color: #000000;
}


.block8 {
  border-radius: 50px;
}

.block8_box {
  gap: 40px;
}

.block3_box .btn {
  margin: 0 auto;
}

.block8_box_item {
  width: calc(25% - 30px);
}

.block8_box_img {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 20px;
}

.block8_box_item_name {
  padding: 0 15px;
  font-size: 20px;
  font-weight: 700;
}

.block8_box_item_opyt {
  padding: 0 15px;
}

.block9_box_o {
  display: none;
  padding: 10px 25px 25px;
}

.open .block9_box_o {
  display: block;
}

.block9_box_item {
  position: relative;
  background: #f4f4f4;
  border-radius: 20px;
}

.block9_box_item:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 21px;
  background: #fff url(images/plus.svg) 50% no-repeat;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  z-index: 1;
}

.block9_box_item:hover:before {
  background: transparent url(images/plus.svg) 50% no-repeat;
}

.open.block9_box_item:before {
  transform: rotate(135deg);
}

.block9_box_v {
  font-size: 24px;
  line-height: 1.35;
  padding: 25px 60px 25px 25px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.block9_box_item+.block9_box_item {
  margin-top: 10px;
}

ul {
  padding: 0 0 0 25px;
}

.page_content_logos a {
  height: 160px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25% - 18px);
  box-shadow: 0 5px 15px 0 rgb(97 51 7 / 20%);
}

.page_content_logos a img {
  height: auto;
  display: block;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.page_content_logos {
  gap: 24px;
}

.flw {
  flex-wrap: wrap;
}

.footform2 {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  height: 245px;
}

.footform {
  background: #7bd31642 !important;
}

.new_bl_link {
  padding-top: 40px;
  padding-bottom: 0px;
}

.new_bl_link .block_title {
  text-align: center;
  font-size: 28px;
}

@media screen and (min-width: 1025px) {
  .footform form input.wpcf7-form-control {
    width: 270px;
  }

  .rsform-pole1 {
    top: 85px;
    left: 0px;
  }

  .rsform-pole2 {
    top: 150px;
    left: 0px;
  }

  .rsform-pole3 {
    top: 85px;
    left: 320px;
  }

  .footform .zamok {
    top: 150px;
    font-size: 15px;
    left: 320px;
    width: 320px;
  }

  .inner_block .bg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .inner_block .block1_form {
    padding-top: 20px;
  }

  .inner_block label.ch {
    padding-top: 10px;
  }

  .top_phone a {
    font-size: 22px;
  }



}


.menumobile,
.top_contacts,
.close_nav_box {
  display: none;
}

.block7 .block_title {
  margin-bottom: 0;
}

.top_box {
  position: relative;
  z-index: 1;
}

.modal_box {
  width: 100% !important;
  max-width: 550px !important;
}

.modal__title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.modal__subtitle {
  margin-bottom: 20px;
}

.modal_box span.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px;
}

.page-template-default h1.page_title {
  max-width: 100%;
}

.opacity-0 {
    opacity: 0;
}
.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.absolute {
    position: absolute;
}
.portfolio-hover-gallery {
    cursor: pointer;
}
.relative {
  position: relative;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.rounded-full {
    border-radius: 9999px;
}
.w-2 {
    width: .5rem;
}
.h-2 {
    height: .5rem;
}
.gap-1\.5 {
    gap: .375rem;
}
.justify-center {
    justify-content: center;
}
.flex {
    display: flex;
}
.portfolio-hover-gallery__dots.absolute.bottom-3.left-0.right-0.flex.justify-center.gap-1\.5.z-10 {
    bottom: 20px;
    width: 100%;
}
.pere_port2 {
    display: flex;
    gap: 20px;
}
.pere_port2_item {
    box-shadow: 0 0 20px 0 #cacaca8c;
    border-radius: 25px;
    overflow: hidden;
}
.bg-white\/50 {
    background-color: #ffffff80;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.our_works {
  margin-top: 70px;
}
.pere_port2_item_info_wrap.d_fl {
    justify-content: space-between;
}
.pere_port2_item_info {
  padding: 30px;
}
.pere_port2_t {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 15px;
}

.pere_port2_item_info_wrap.d_fl {
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.pere_port2_item_info_item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pere_port2_item_info_item svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.pere_port2_item_info .btn {
    max-width: 350px;
    text-align: center;
    margin: 15px auto 0;
    background: #7bd316;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.btn:hover {
  opacity: 0.9;
}
.portfolio_page h1.page_title {
  max-width: 100%;
}
.podzag_port1 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: -10px;
}
.text_port1 {
    margin-bottom: 25px;
    max-width: 600px;
}
.pere_port1.d_fl {
    justify-content: space-between;
    text-align: center;
    margin-top: 40px;
    gap: 24px;
}
.pere_port1_number {
    font-size: 25px;
    font-weight: 800;
    color: #7bd316;
    margin-bottom: 5px;
}
.pere_port1_item {
    width: calc(25% - 18px);
    padding: 15px;
    border: 1px solid #00000017;
    border-radius: 6px;
}

.prices_page, .about_page, .portfolio_page {
  padding: 55px 0 80px;
}

.prices_page h1.page_title {
  margin-bottom: 35px;
}

.prices_page .faq_block_item {
  background: #f6f6f6;
  border-radius: 8px;
}

.prices_spoilers {
  border-top: 0;
}

.prices_spoiler_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.prices_spoiler_head_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.prices_spoiler_title {
  color: #34442c;
  display: block;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.prices_spoiler_price {
  color: #34442c;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
}

.prices_spoiler_inner {
  padding-bottom: 12px;
}

.prices_slider {
  border: 1px solid #e2e2e2;
  margin-bottom: 22px;
  margin-left: 0 !important;
  margin-right: auto !important;
  max-width: 500px;
  overflow: hidden;
  position: relative;
}

.prices_slide {
  align-items: center;
  background: #fff;
  display: flex !important;
  height: 350px;
  justify-content: center;
}

.prices_slide img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.prices_slider_nav .swiper-button-prev,
.prices_slider_nav .swiper-button-next {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 42px;
  justify-content: center;
  margin-top: -21px;
  width: 42px;
  box-shadow: 0 0 9px 0 #00000029;
}

.prices_slider_nav .swiper-button-prev:after,
.prices_slider_nav .swiper-button-next:after {
  display: none;
}

.prices_slider_nav .swiper-button-prev img,
.prices_slider_nav .swiper-button-next img {
  display: block;
  height: 100%;
  width: 100%;
}

.prices_slider .swiper-button-prev {
  left: 10px;
}

.prices_slider .swiper-button-next {
  right: 10px;
}

.prices_slider .swiper-pagination-bullet {
  background: #c9c9c9;
  opacity: 1;
}

.prices_slider .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.prices_spoiler_description {
  color: #6b6b6b;
  font-size: 17px;
  line-height: 1.45;
}

.prices_spoiler_description ul,
.prices_spoiler_description ol {
  margin: 8px 0 0 24px;
  padding: 0;
}

.prices_spoiler_description li+li {
  margin-top: 4px;
}

.about_page {
  background: #fff;
  color: #242424;
}

.about_section {
  padding: 70px 0;
  width: 100%;
}

.about_section_title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 50px;
    text-align: left;
    color: #7bd316;
}

.about_block_title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 24px;
    color: #7bd316;
}

.about_intro_grid {
  align-items: start;
  display: grid;
  gap: 62px;
  grid-template-columns: 488px 1fr;
}

.about_intro_photo {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.about_intro_photo img {
  display: block;
  height: 602px;
  object-fit: cover;
  width: 100%;
}

.about_intro_name {
  bottom: 52px;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  left: 80px;
  line-height: 1.1;
  position: absolute;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .25);
}

.about_intro_right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about_achievements {
  margin-top: 48px;
}

.about_leaf_list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.about_leaf_list li {
  font-size: 18px;
  padding-left: 30px;
  position: relative;
}

.about_leaf_list li:before {
  background: var(--color-primary);
  border-radius: 12px 12px 12px 2px;
  content: "";
  height: 13px;
  left: 0;
  opacity: .55;
  position: absolute;
  top: 8px;
  transform: rotate(35deg);
  width: 18px;
}

.about_quote {
    background: linear-gradient(110deg, #7bd316 0%, #f4f5f0 100%);
    color: #000000;
    font-size: 30px;
    font-style: italic;
    line-height: 1.4;
    padding: 36px 98px 36px 50px;
    position: relative;
}

.about_quote:after {
  color: #3e7500;
  content: "“";
  font-family: Georgia, serif;
  font-size: 100px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  right: 34px;
  top: 22px;
}

.about_text {
  font-size: 18px;
}

.about_team {
}

.about_team_grid {
  display: grid;
  gap: 38px;
  grid-template-columns: repeat(3, 1fr);
}

.about_team_photo {
  border-radius: 8px;
  height: 420px;
  margin-bottom: 24px;
  overflow: hidden;
}

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

.about_team_name {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 14px;
}

.about_team_position {
  font-size: 18px;
  line-height: 1.4;
}

.about_advantages_grid {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: 1fr 1.08fr;
}

.about_advantages_list {
  display: grid;
  gap: 48px 42px;
  grid-template-columns: repeat(2, 1fr);
}

.about_advantage_item {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 84px 1fr;
}

.about_advantage_icon {
  align-items: center;
  display: flex;
  height: 88px;
  justify-content: center;
  width: 88px;
  position: relative;
}

.about_advantage_icon img {
  display: block;
  object-fit: contain;
}

.about_advantage_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.about_advantages_photo {
    align-items: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 8px;
    display: flex;
    min-height: 238px;
    overflow: hidden;
    padding: 40px 72px;
    position: relative;
}



.about_stats {
  display: flex;
  gap: 48px;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

.about_stat_item {
  align-items: center;
  background: rgba(95, 108, 73, .62);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 126px;
  justify-content: center;
  padding: 14px;
  text-align: center;
  width: 126px;
}

.about_stat_number {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

.about_stat_text {
  font-size: 14px;
  line-height: 1.25;
}

.about_work {
}

.about_work .about_section_title {
  margin-bottom: 14px;
}
.about_work_intro {
    font-size: 18px;
    margin: 0 0 60px 0;
    max-width: 920px;
    text-align: left;
}
.about_work_steps {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.about_work_step {
  align-items: flex-start;
  display: grid;
  gap: 36px;
  grid-template-columns: 140px 1fr;
}

.about_work_number {
  align-items: center;
  color: #3d4935;
  display: flex;
  font-size: 76px;
  font-weight: 500;
  height: 128px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  width: 128px;
	position: relative;
}
.about_work_number:before {
    z-index: -1;
    content: "";
    background: #7bd316;
    border-radius: 0 36px 0 0;
    display: block;
    height: 105px;
    width: 66px;
    right: 0px;
    position: absolute;
    left: auto;
}

.about_work_content h3 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #7bd316;
}
.about_work_text {
  font-size: 18px;
}

.about_work_text p {
  margin-bottom: 24px;
}
.page_usluga {
	position: relative;
	z-index: 1
}






















@media (max-width: 1225px) {
  .slogan {
    display: none;
  }

  .about_intro_grid {
    gap: 42px;
    grid-template-columns: 420px 1fr;
  }

  .about_intro_photo img {
    height: 540px;
  }

  .about_section_title {
    font-size: 40px;
  }

  .about_advantages_grid {
    gap: 36px;
  }

  header .soc_links {
    margin-left: auto;
  }

  .map_block {
    left: 5%;
  }

}


@media (max-width: 1025px) {
.our_works {
    margin-top: 50px;
}
.about_section {
  padding: 55px 0;
}

.about_intro_grid,
.about_advantages_grid {
  grid-template-columns: 1fr;
}

.about_intro_left {
  display: grid;
  gap: 32px;
  grid-template-columns: 380px 1fr;
}

.about_achievements {
  margin-top: 0;
}

.about_intro_photo img {
  height: 480px;
}

.about_team_grid {
  gap: 24px;
}

.about_team_photo {
  height: 330px;
}

.about_advantages_photo {
  min-height: 260px;
}

.about_work_step {
  grid-template-columns: 110px 1fr;
}

.about_work_number {
  font-size: 58px;
  height: 104px;
  width: 104px;
}

.prices_page {
  padding: 40px 0 60px;
}

.prices_spoiler_title {
  font-size: 23px;
}

.prices_slide {
  height: 310px;
}

.pere_port1_item {
    width: calc(50% - 8px);
    padding: 15px;

}
.pere_port1.d_fl {
    gap: 16px;
}
  header .btn,
  header .soc_links {
    margin-right: 10px;
  }

  .menumobile {
    display: block;
  }

  .map_code_mob {
    display: block;
  }

  .map_code {
    display: none;
  }

  .footform .rsform-block {
    position: relative;
    margin-bottom: 15px;
  }

  .footform2 {
    height: auto;
    padding-bottom: 5px;
  }

  .footform .form_title {
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
  }

  label.ch {
    align-items: center;
    padding: 0;
    padding-top: 7px;
  }

  .v_o_list_v {
    font-size: 18px;
    margin-bottom: 20px;
    padding-right: 45px;
  }

  .pere_aksessuar_item {
    width: calc(33.333333333333336% - 30px);
  }

  .pere_aksessuar_item {
    height: 225px;
  }

  .block7_box_img {
    width: 100%;
    max-width: 650px;
    margin-bottom: 0;
  }

  .block7_box_info {
    width: 100%;
    padding: 0;
    padding-top: 50px;
  }

  .block7_box_adv,
  .d_fl {
    flex-wrap: wrap;
  }

  ul.garanty_block {
    flex-wrap: wrap;
    justify-content: center;
  }

  ul.garanty_block li {
    width: 50%;
    margin: 10px 0;
  }

  .inner_block .bg_img img {
    display: none;
  }

  .inner_block .bg_img {
    background: #7bd3160d;
  }

  .inner_block h1.page_title,
  h1.page_title {
    font-size: 37px;
    line-height: 1.2;

  }

  header .btn {
    line-height: 40px;
  }

  .menumobile {
    display: block;
  }

  .logo a,
  .logo img {
    display: block;
    width: 165px;
    height: auto;
  }

  a.phone {
    font-size: 18px;
    display: block;
    margin-right: 15px;
  }

  .menumobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menu_box {
    display: none;
  }

  nav.menu_box.active {
    display: block;
  }

  #topmenu,
  .top_contacts {
    display: block;
  }

  .close_nav_box {
    position: absolute;
    right: 15px;
    top: 16px;
    display: block;
    background: url(images/close_black.svg) 50% no-repeat;
    width: 29px;
    height: 29px;
    background-size: 21px;
  }

  .menu_box.active {
    display: block;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    left: 0;
    z-index: 10;
    background: #fff;
    padding: 30px;
    max-height: 100vh;
    overflow-y: auto;
  }

  #topmenu li a {
    padding: 8px 0px 8px;
  }

  .top_slider {
    min-height: 460px;
  }

  .pere1_item {
    padding: 30px;
  }

  .pere1_t {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .pere1_d {
    font-size: 20px;
  }

  .pere1_d br {
    display: none;
  }

  .top_slider .swiper-navigation .swiper-button-prev,
  .top_slider .swiper-navigation .swiper-button-next {
    position: relative;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 45px;
    height: 45px;
  }

  .quiz_wrapper {
    flex-wrap: wrap;
  }

  .quiz_about {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }

  #quiz-container {
    width: 100%;
    padding-right: 0;
    order: 2;
  }

  .pere2_2_item {
    align-items: center;
  }

  .pere2_2_t {
    width: calc(100% - 40px);
    padding-left: 10px;
  }

  span.quiz-question-title {
    font-size: 23px;
  }

  .block4_slider_box,
  .block4_text {
    width: 100%;
  }

  .block4_slider_box {
    max-width: 600px;
    margin: 0 auto;
  }

  .block5_info {
    width: 100%;
    padding-right: 0;
    order: 2;
  }

  .img5 {
    width: 300px;
    order: 1;
    margin-bottom: 20px;
  }

  .block5 .block_title br {
    display: none;
  }

  .home_bl {
    padding: 50px 0;
  }

  .top_contacts {
    padding-top: 30px;
  }

  .faq_block_v {
    font-size: 17px;
  }

  .block_title {
    font-size: 25px;
  }

  .block_title_box {
    margin-bottom: 30px;
  }

  .block_title_box+.podzag {
    margin-top: -5px;
  }

  .block7_box {
    overflow: hidden;
  }

  .page_content .block7_box {
    padding-bottom: 10px;
  }

  .faq_list_block {
    margin-top: 50px;
  }





}





@media (max-width: 800px) {
.prices_page, .about_page, .portfolio_page {
    padding: 15px 0 0px;
}
  .pere_port2 {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
    .about_section {
        padding: 15px 0 40px;
    }
.about_section_title {
  font-size: 32px;
  margin-bottom: 30px;
}

.about_block_title {
  font-size: 28px;
  margin-bottom: 18px;
}

.about_intro_left {
  display: block;
}

.about_intro_photo {
  margin-bottom: 32px;
}

.about_intro_photo img {
  height: auto;
  max-height: 520px;
}

.about_intro_name {
  bottom: 30px;
  font-size: 28px;
  left: 34px;
}

.about_quote {
  font-size: 23px;
  padding: 28px 60px 28px 28px;
}

.about_quote:after {
  font-size: 70px;
  right: 20px;
}

.about_leaf_list li,
.about_text,
.about_work_text {
  font-size: 16px;
}

.about_team_grid,
.about_advantages_list {
  grid-template-columns: 1fr;
}

.about_team_photo {
  height: auto;
}

.about_team_name {
  font-size: 28px;
}

.about_advantage_item {
  grid-template-columns: 72px 1fr;
}

.about_advantage_icon {
  height: 72px;
  width: 72px;
}

.about_stats {
  gap: 18px;
}

.about_stat_item {
  height: 112px;
  width: 112px;
}

.about_work_intro {
  font-size: 18px;
  margin-bottom: 42px;
}

.about_work_step {
  gap: 20px;
  grid-template-columns: 82px 1fr;
}

.about_work_number {
  border-radius: 0 24px 0 0;
  font-size: 42px;
  height: 76px;
  width: 76px;
}

.about_work_content h3 {
  font-size: 25px;
}

.prices_spoiler_head {
  gap: 18px;
  padding: 22px 0;
}

.prices_spoiler_title {
  font-size: 20px;
}

.prices_spoiler_price {
  font-size: 13px;
}

.prices_spoiler_inner {
  padding-bottom: 28px;
}

.prices_slider {
  max-width: 100%;
}

.prices_slide {
  height: 260px;
}

.prices_spoiler_description {
  font-size: 16px;
}

.pere_port2_item_info_wrap.d_fl {
    gap: 10px;
}
  .subLine>div:nth-child(4) .items img {
    height: 35px;
  }

  .subLine>div:nth-child(3) {
    width: 100%;
    margin-top: 5px;
  }

  .subLine>div:nth-child(1) {
    width: 100%;
    float: none;
    display: inline-block;
  }

  .subLine>div:nth-child(2) {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    float: none;
    display: inline-block;
  }

  .subLine>div:nth-child(1) {
    text-align: center;
  }

  .subLine>div:nth-child(2) {
    text-align: center;
    margin: 10px 0 0;
  }

  .subLine>div:nth-child(2) a {
    float: none;
    display: inline-block;
    margin: 0 7px;
  }

  .footerConfidence {
    text-align: center;
  }

  .subLine>div .notOferta {
    text-align: center;
  }

  .security-text {
    text-align: center !important;
    font-size: 13px !important;
  }

  .subLine>div:nth-child(4) .items img {
    height: 35px;
    float: none;
    margin: 0 5px !important;
  }

  .subLine>div:nth-child(4) .security-text,
  .subLine>div:nth-child(4) .items {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .security-text {
    text-align: center !important;
    font-size: 13px !important;
  }

  .subLine>div:nth-child(4) .security-text,
  .subLine>div:nth-child(4) .items {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .pere_aksessuar_item {
    width: calc(50% - 15px);
    max-width: 285px;
    margin: 0 auto 20px;
  }

  .page_content_logos a {
    width: calc(50% - 10px);
  }

  .page_content_logos {
    gap: 20px;
  }

  .block7_box_adv_item span {
    width: 35px;
    height: 35px;
  }

  .block7_box_adv_item_info {
    padding-left: 20px;
    width: calc(100% - 35px);
  }

  ul.garanty_block li {
    width: 100%;
    margin: 10px 0;
  }

  header .btn {
    display: none;
  }

  .pere3_item {
    width: calc(50% - 12px);
    position: relative;
  }

  .before-after {
    overflow: hidden;
    border-radius: 20px;
    max-height: 380px;
  }

  .f_row {
    flex-direction: column;
  }

  .f_item {
    width: 100%;
  }

  .map_block,
  .map_form {
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    position: relative;
    order: 1;
    right: auto;
  }

  .map {
    position: relative;
    z-index: 1;
    order: 2;
    margin-top: 20px;
  }

  .map_form {
    order: 3;
    margin-top: 20px;
  }

  .block10_map {
    display: flex;
    flex-direction: column;
  }

  .block10.home_bl {
    padding-top: 25px;
  }

}


@media (max-width: 550px) {
.nav_box .map_item a {
    font-size: 18px;
}
	
  .page_content_logos a {
    height: 100px;
  }

  ul {
    padding: 0 0 0 15px;
  }

  header .soc_links {
    display: none;
  }

  a.phone {
    font-size: 16px;
    display: block;
    margin-right: 10px;
    margin-left: auto;
  }

  span.callb_name {
    font-size: 11px;
  }

  .pere3_item {
    width: 100%;
    position: relative;
  }





}



@media (max-width: 410px) {

  .logo a,
  .logo img {
    display: block;
    width: 140px;
    height: auto;
  }

  .pere1_t {
    font-size: 29px;
  }




}























.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir="rtl"] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  background: none;
  border: 2px solid #7bd316;
  border-radius: 8px;
  font-size: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.slick-arrow::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 13px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.slick-next {
  right: -10px;
}

.slick-prev {
  left: -10px;
}

.slick-prev::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 15px;
}

.slick-next::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 15px;
}

.slick-arrow:before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.slick-arrow {
  background: #7bd316;
}

ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
}

ul.slick-dots li {
  display: block;
  margin: 0 5px;
}

ul.slick-dots button {
  background: #fff;
  outline: none;
  border: none;
  font-size: 0;
  width: 15px !important;
  height: 15px !important;
  border-radius: 2px;
  border: none;
  display: block;
  padding: 0;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

ul li.slick-active button {
  background: #FFDC38;
  width: 50px !important;
}

.slick-slide {
  padding: 0 10px;
}




.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}



:root {
  --swiper-theme-color: #007aff
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1
}

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

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0)
}

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d {
  perspective: 1200px;

  .swiper-cube-shadow,
  .swiper-slide {
    transform-style: preserve-3d
  }
}

.swiper-css-mode {
  >.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;

    &::-webkit-scrollbar {
      display: none
    }
  }

  >.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
  }

  &.swiper-horizontal {
    >.swiper-wrapper {
      scroll-snap-type: x mandatory
    }

    >.swiper-wrapper>.swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before)
    }

    >.swiper-wrapper>.swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after)
    }
  }

  &.swiper-vertical {
    >.swiper-wrapper {
      scroll-snap-type: y mandatory
    }

    >.swiper-wrapper>.swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before)
    }

    >.swiper-wrapper>.swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after)
    }
  }

  &.swiper-free-mode {
    >.swiper-wrapper {
      scroll-snap-type: none
    }

    >.swiper-wrapper>.swiper-slide {
      scroll-snap-align: none
    }
  }

  &.swiper-centered {
    >.swiper-wrapper:before {
      content: "";
      flex-shrink: 0;
      order: 9999
    }

    >.swiper-wrapper>.swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always
    }
  }

  &.swiper-centered.swiper-horizontal {
    >.swiper-wrapper>.swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before)
    }

    >.swiper-wrapper:before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after)
    }
  }

  &.swiper-centered.swiper-vertical {
    >.swiper-wrapper>.swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before)
    }

    >.swiper-wrapper:before {
      height: var(--swiper-centered-offset-after);
      min-width: 1px;
      width: 100%
    }
  }
}

.swiper-3d {

  .swiper-slide-shadow,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
  }

  .swiper-slide-shadow {
    background: #00000026
  }

  .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, #00000080, #0000)
  }

  .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, #00000080, #0000)
  }

  .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, #00000080, #0000)
  }

  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, #00000080, #0000)
  }
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10
}

.swiper-watch-progress .swiper-slide-visible,
.swiper:not(.swiper-watch-progress) {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px
  }
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;

  &.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
  }

  &.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
  }

  .swiper-navigation-disabled & {
    display: none !important
  }

  ::slotted(svg),
  svg {
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none
  }
}

.swiper-button-lock {
  display: none
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  top: var(--swiper-navigation-top-offset, 50%)
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;

  .swiper-navigation-icon,
  ::slotted(.swiper-navigation-icon) {
    transform: rotate(180deg)
  }
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px)
}

.swiper-horizontal {

  .swiper-button-next,
  .swiper-button-prev,
  ~.swiper-button-next,
  ~.swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    top: var(--swiper-navigation-top-offset, 50%)
  }

  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl~.swiper-button-next,
  &~.swiper-button-prev,
  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto
  }

  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl~.swiper-button-prev,
  &~.swiper-button-next,
  .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px)
  }

  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl~.swiper-button-next,
  &~.swiper-button-prev,
  .swiper-button-prev {

    .swiper-navigation-icon,
    ::slotted(.swiper-navigation-icon) {
      transform: rotate(180deg)
    }
  }

  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl~.swiper-button-prev {

    .swiper-navigation-icon,
    ::slotted(.swiper-navigation-icon) {
      transform: rotate(0deg)
    }
  }
}

.swiper-vertical {

  .swiper-button-next,
  .swiper-button-prev,
  ~.swiper-button-next,
  ~.swiper-button-prev {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - var(--swiper-navigation-size)/2);
    margin-top: 0;
    right: auto
  }

  .swiper-button-prev,
  ~.swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px);

    .swiper-navigation-icon,
    ::slotted(.swiper-navigation-icon) {
      transform: rotate(-90deg)
    }
  }

  .swiper-button-next,
  ~.swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;

    .swiper-navigation-icon,
    ::slotted(.swiper-navigation-icon) {
      transform: rotate(90deg)
    }
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity .3s;
  z-index: 10;

  &.swiper-pagination-hidden {
    opacity: 0
  }

  &.swiper-pagination-disabled,
  .swiper-pagination-disabled>& {
    display: none !important
  }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;

  .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
  }

  .swiper-pagination-bullet-active,
  .swiper-pagination-bullet-active-main {
    transform: scale(1)
  }

  .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
  }

  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
  }

  .swiper-pagination-bullet-active-next {
    transform: scale(.66)
  }

  .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
  }
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));

  button& {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
  }

  .swiper-pagination-clickable & {
    cursor: pointer
  }

  &:only-child {
    display: none !important
  }
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);

  .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
  }

  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;

    .swiper-pagination-bullet {
      display: inline-block;
      transition: transform .2s, top .2s
    }
  }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
  }

  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;

    .swiper-pagination-bullet {
      transition: transform .2s, left .2s
    }
  }
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;

  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
  }

  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top
  }

  &.swiper-pagination-horizontal,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .swiper-horizontal>&,
  .swiper-vertical>&.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%
  }

  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical,
  .swiper-horizontal>&.swiper-pagination-progressbar-opposite,
  .swiper-vertical>& {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px)
  }
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, #0000001a);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;

  &.swiper-scrollbar-disabled,
  .swiper-scrollbar-disabled>& {
    display: none !important
  }

  &.swiper-scrollbar-horizontal,
  .swiper-horizontal>& {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    z-index: 50
  }

  &.swiper-scrollbar-vertical,
  .swiper-vertical>& {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50
  }
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, #00000080);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;

  >canvas,
  >img,
  >svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
  }
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none
}

.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out
    }
  }

  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;

    .swiper-slide {
      pointer-events: none
    }
  }

  .swiper-slide-active {
    pointer-events: auto;

    & .swiper-slide-active {
      pointer-events: auto
    }
  }
}

.swiper.swiper-cube {
  overflow: visible
}

.swiper-cube {
  .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;

    .swiper-slide {
      pointer-events: none
    }
  }

  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
  }

  .swiper-slide-active {

    &,
    & .swiper-slide-active {
      pointer-events: auto
    }
  }

  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
  }

  .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0;

    &:before {
      background: #000;
      bottom: 0;
      content: "";
      filter: blur(50px);
      left: 0;
      position: absolute;
      right: 0;
      top: 0
    }
  }
}

.swiper-cube {
  .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
  }
}

.swiper-cube {

  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right,
  .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0
  }
}

.swiper.swiper-flip {
  overflow: visible
}

.swiper-flip {
  .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;

    .swiper-slide {
      pointer-events: none
    }
  }

  .swiper-slide-active {

    &,
    & .swiper-slide-active {
      pointer-events: auto
    }
  }
}

.swiper-flip {

  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right,
  .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0
  }
}

.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
  }
}

.swiper.swiper-cards {
  overflow: visible
}

.swiper-cards {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom
  }
}
