﻿/*********General*********/
* {
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
html,
body {
  overflow-x: hidden;
}
body {
  font: 16px "MyriadPro-Regular";
  background: #fff;
  color: #000;
  min-width: 320px;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
textarea {
  resize: none;
}
a:hover {
  text-decoration: none;
}
.modal {
  display: none;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@font-face {
  font-family: "MyriadProLight";
  src: url("../fonts/Myriad-Pro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "MyriadPro-Bold";
  src: url("../fonts/MyriadPro-Bold.otf") format("opentype");
}
@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
}

@font-face {
  font-family: "MyriadPro-Semibold";
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
}
.scroller {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  width: 100%;
  height: 1px;
}
.screen_1 {
  width: 100%;
  height: 770px;
  background: url("../images/bg1.jpg") no-repeat;
  background-size: cover;
}
.topmenu {
  width: 80%;
  padding-left: 40px;
}
.topmenu > li {
  list-style: none;
}
.topmenu > li > a {
  font: 17px "MyriadProLight";
  color: #fefefe;
}
.topmenu li a .logo_text {
  margin-top: 10px;
}
.logo {
  padding-left: 30px;
  margin-top: 15px;
  text-align: center;
}
.phone_link {
  display: block;
  font-size: 21px;
  color: #fff;
  margin-bottom: 10px;
}
.phone_block {
  width: 16%;
  margin-left: auto;
  text-align: right;
  margin-right: 20px;
}
.call_link {
  color: #b7b7b6;
  border-bottom: 1px solid #b7b7b6;
  font: 18px "MyriadProLight";
  display: inline-block;
  margin-bottom: 15px;
}
.lang_links {
  margin-bottom: 8px;
}
.lang_links a {
  color: #5c5c5c;
  font: 18px "MyriadProLight";
  text-transform: uppercase;
  margin-left: 10px;
}
.lang_links .active {
  color: #fff;
}
header {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #949494;
  padding: 10px 0 23px 0;
}
.s1_title {
  text-align: center;
  font: 30px "MyriadProLight";
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 140px;
  margin-bottom: 20px;
}
.s1_title span {
  display: block;
}
.s1t_text1 {
  color: #c5c4c2;
  font-size: 60px;
}
.s1t_text2 {
  font: 120px "MyriadPro-Regular";
  position: relative;
  top: -10px;
}
.s1t_text3 {
  position: relative;
  top: -10px;
  line-height: 123.5%;
}
.button {
  min-height: 50px;
  height: auto;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  display: block;
  font: 21px "MyriadProLight";
  line-height: 48px;
  transition: 0.3s ease;
}
.button:hover {
  background: rgba(32, 32, 32, 0.7);
  color: #fff !important;
  border-color: rgba(32, 32, 32, 0.7);
}
.main_btn {
  width: 268px;
  margin: 0 auto;
  font-size: 18px;
}
.p_btn {
  width: 268px;
  margin: 0 5px;
  border: 1px solid #626669;
}
.p_btn.active {
  border: 1px solid #fff;
}
.screen_2 {
  width: 100%;
  background: #2e3337;
  padding-top: 110px;
  padding-bottom: 95px;
}
.portfolio_slider {
  position: relative;
  padding: 0 40px;
}
.p_text1 {
  color: #fff;
  font-size: 120px;
  text-transform: uppercase;
  position: absolute;
  left: 70px;
  bottom: -70px;
  letter-spacing: 0.05em;
}
.p_img2 {
  position: absolute;
  right: 70px;
  top: 70px;
}
.p_text2 {
  color: #fff;
  font: 65px "MyriadProLight";
  text-transform: uppercase;
  position: absolute;
  top: -10px;
  right: 70px;
}
.pi_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(32, 32, 32, 0.7);
  opacity: 0;
  transition: 0.2s;
}
/*.p_img2:hover .pi_hover{*/
/*    opacity: 1;*/
/*}*/
.p_slide {
  padding-bottom: 20px;
}
.portfolio_slider {
  margin-bottom: 60px;
}
.portfolio_btns {
  padding-right: 139px;
}
.services_wp {
  padding-left: 55px;
}
.services_left {
  width: 36%;
}
.services_right {
  width: 59%;
  position: relative;
}
.screen_3 {
  width: 100%;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 60px;
}
.srb_title {
  position: absolute;
  top: 0;
  right: 0;
  background: #2e3337;
  color: #fff;
  font: 36px "MyriadProLight";
  text-transform: uppercase;
  width: 340px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.sl_block {
  padding: 23px 26px 20px 100px;
  color: #2e3337;
  cursor: pointer;
  transition: 0.2s;
}
.sr_block {
  display: none;
}
.sr_block:first-child {
  display: block;
}
.slb_bg1 {
  background: url("../images/ico1.png") no-repeat 20px 20px;
}
.slb_bg1:hover,
.slb_bg1.active {
  background: url("../images/ico1-1.png") no-repeat 20px 20px;
}
.slb_bg2 {
  background: url("../images/ico2.png") no-repeat 20px 20px;
}
.slb_bg2:hover,
.slb_bg2.active {
  background: url("../images/ico2-1.png") no-repeat 20px 20px;
}
.slb_bg3 {
  background: url("../images/ico3.png") no-repeat 20px 20px;
}
.slb_bg3:hover,
.slb_bg3.active {
  background: url("../images/ico3-1.png") no-repeat 20px 20px;
}
.slb_bg4 {
  background: url("../images/ico4.png") no-repeat 20px 20px;
}
.slb_bg4:hover,
.slb_bg4.active {
  background: url("../images/ico4-1.png") no-repeat 20px 20px;
}
.slb_bg5 {
  background: url("../images/ico5.png") no-repeat 20px 20px;
}
.slb_bg5:hover,
.slb_bg5.active {
  background: url("../images/ico5-1.png") no-repeat 20px 20px;
}
.sl_block:hover {
  background-color: #2e3337;
  color: #fff;
}
.sl_block.active {
  background-color: #2e3337;
  color: #fff;
}
.slb_title {
  font: 21px "MyriadProLight";
  text-transform: uppercase;
  padding-bottom: 13px;
  border-bottom: 1px solid #2e3337;
  margin-bottom: 13px;
}
.sl_block:hover .slb_title {
  border-bottom: 1px solid #fff;
}
.sl_block.active .slb_title {
  border-bottom: 1px solid #fff;
}
.slb_text {
  font: 16px "MyriadProLight";
}
.srb_text {
  width: 485px;
  padding: 35px 20px 20px 20px;
  background: #2e3337;
  color: #fff;
  font: 16px "MyriadProLight";
  margin-left: auto;
  position: relative;
  top: -140px;
}
.srb_text p {
  margin-bottom: 20px;
}
.srb_btn {
  margin-top: -120px;
}
.srb_btn .button {
  border: 1px solid #2e3337;
  color: #2e3337;
  width: 270px;
}
.scheme_wp {
  padding: 0 70px;
}
.screen_4 {
  width: 100%;
  background: #2e3337;
  padding-top: 120px;
  padding-bottom: 100px;
}
.scheme_top {
  color: #fff;
  margin-bottom: 35px;
  display: none;
}
.scheme_top:first-child {
  display: flex;
}
.stl_title {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.stl_subtitle {
  font: 21px "MyriadProLight";
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
  margin-bottom: 10px;
}
.st_left {
  width: 27%;
}
.stl_text {
  font: 16px "MyriadProLight";
  padding-left: 10px;
}
.st_center {
  width: 29%;
  padding-left: 30px;
}
.st_right {
  width: 40%;
  margin-left: auto;
}
.atl_btn {
  width: 96%;
  margin-left: auto;
  margin-top: 25px;
}
.sb_tab.active p {
  background: #fff;
  color: #2e3337;
  cursor: default;
}
.sb_tab:hover p {
  background: #fff;
  color: #2e3337;
}
.sb_tab p {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  position: relative;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.sb_tab p:before {
  content: "";
  width: 23px;
  height: 23px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -13px;
}
.sb_tab {
  position: relative;
}
.sb_tab:before {
  content: "";
  width: 121px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -113px;
  top: 50%;
}
.scheme_bot .sb_tab:last-child:before {
  display: none;
}
.screen_5 {
  width: 100%;
  height: 432px;
  background: url("../images/bg2.jpg") no-repeat center 0;
}
.order_block {
  width: 50%;
}
.ob_title {
  color: #fff;
  font: 36px "MyriadProLight";
  text-transform: uppercase;
  line-height: 1;
}
.ob_title span {
  display: block;
  font: 100px "MyriadPro-Regular";
}
.ob_left {
  padding: 115px 0 0 140px;
}
.ob_subtitle {
  font: 27px "MyriadProLight";
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ob_subtitle span {
  font: 27px "MyriadPro-Bold";
}
.order_btn {
  color: #2e3337;
  border: 1px solid #2e3337;
  width: 270px;
}
.ob_right {
  padding: 140px 0 0 150px;
}
.a_block {
  width: 33.333%;
  padding-left: 80px;
  margin-bottom: 60px;
}
.screen_6 {
  width: 100%;
  background: #2e3337;
  color: #fff;
  padding-top: 110px;
  padding-bottom: 80px;
}
.screen_6 .wrapper {
  padding: 0 35px;
}
.s6_title {
  margin-bottom: 50px;
}
.ab_bg1 {
  background: url("../images/ico6.png") no-repeat;
}
.ab_bg2 {
  background: url("../images/ico7.png") no-repeat;
}
.ab_bg3 {
  background: url("../images/ico8.png") no-repeat;
}
.ab_bg4 {
  background: url("../images/ico9.png") no-repeat;
}
.ab_bg5 {
  background: url("../images/ico10.png") no-repeat;
}
.ab_title {
  font: 21px "MyriadProLight";
  text-transform: uppercase;
}
.ab_text {
  font: 16px "MyriadProLight";
}
.about_wp {
  padding: 0 40px;
}
.video_block {
  width: 504px;
  height: 334px;
  position: relative;
  display: block;
}
.video {
  width: 100%;
  height: 100%;
  background: url("../images/img5.jpg") no-repeat;
  position: relative;
  z-index: 1000;
}
.video:before {
  content: "";
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url("../images/ico11.png") no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8900;
}
.video_block:before {
  content: "";
  width: 450px;
  height: 290px;
  background: #2e3337;
  position: absolute;
  top: -40px;
  left: -54px;
  z-index: 100;
}
.av_v2 .video_block:before {
  right: -40px;
  bottom: -54px;
  top: inherit;
  left: inherit;
}
.av_v2 .video_block {
  margin-top: -30px;
}
.av_2 {
  position: relative;
}
.av_link {
  color: #fff;
  position: absolute;
  right: 120px;
  bottom: -40px;
  font: 20px "MyriadProLight";
  z-index: 89000;
}
.about_video {
  position: relative;
  height: 100%;
  margin-left: auto;
}
.about_info {
  width: 44%;
  margin-top: -40px;
}
.screen_7 {
  width: 100%;
  background: #fff;
  padding-top: 100px;
  padding-bottom: 65px;
}
.about_title {
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}
.about_subtitle {
  font-size: 24px;
  margin-bottom: 25px;
}
.about_text {
  font: 18px "MyriadProLight";
  margin-bottom: 20px;
}
.about_link a {
  font: 18px "MyriadProLight";
  color: #979797;
  border-bottom: 1px solid #979797;
}
.counter_wp {
  padding: 0 50px;
}
.screen_8 {
  width: 100%;
  background: #2e3337;
  color: #fff;
  padding-top: 87px;
  padding-bottom: 83px;
}
.counter_block p {
  font: 18px "MyriadProLight";
  text-transform: uppercase;
}
.counter_block span {
  font-size: 55px;
  margin-right: 10px;
}
.screen_9 {
  width: 100%;
  background: #fff;
  padding-top: 55px;
  padding-bottom: 50px;
}
.screen_9 .wrapper {
  padding: 0 35px;
}
.rc_w1 {
  width: 26.8%;
}
.rc_w2 {
  width: 47.7%;
}
.rc_w3 {
  width: 24.5%;
  text-align: right;
}
.img_f {
  margin-top: -14px;
}
.s9_title {
  margin-bottom: 25px;
}
.s6_text {
  font: 18px "MyriadProLight";
  margin-bottom: 35px;
}
.swiper3 {
  padding-top: 14px;
}
.rs_column a {
  display: block;
  margin-bottom: 19px;
}
.img_p2 a {
  margin-bottom: 23px;
}
.img_r {
  text-align: right;
}
.img_p1 {
  position: relative;
  right: -15px;
}
.img_p2 {
  text-align: right;
  padding-right: 7px;
}
.rs_top {
  margin-bottom: 20px;
}
.rewards_btn {
  color: #2e3337;
  border: 1px solid #2e3337;
  width: 270px;
  margin: 0 auto;
  margin-top: 60px;
}
.ri_column {
  width: 48%;
}
.rewards_info .ri_column:last-child {
  margin-left: auto;
}
.rewards_info {
  padding-top: 60px;
  font: 18px "MyriadProLight";
}
.ri_column p {
  margin-bottom: 15px;
}
.map {
  width: 100%;
  height: 453px;
}
.screen_10 {
  position: relative;
}
.contacts_forma {
  width: 354px;
  height: 100%;
  background: linear-gradient(89.99deg, #f5e5d6 0.01%, #f0f0f0 99.99%);
  position: absolute;
  top: 0;
  right: 15px;
  padding: 30px;
  z-index: 999999;
}
.modal_forma {
  width: 340px;
  background: rgba(46, 51, 55, 0.85);
  padding: 0 40px 40px 40px;
}
.modal_forma .cf_check label {
  width: 90%;
  left: 10px;
}
.modal_forma .cf_check input[type="checkbox"] + label:before {
  left: -37px;
}
.cf_btn {
  width: 100%;
}
.contasts_form input[type="text"] {
  width: 100%;
  height: 50px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  padding-left: 15px;
  margin-bottom: 15px;
  border: none;
  outline: none;
  background: #ffffff;
  color: #32302d;
  font-family: "MyriadPro", sans-serif;
  box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.contacts_forma {
  font-family: "MyriadPro";
}
.contacts_forma .inputholder--checkbox {
  order: 4;
  margin-top: 18px;
}
.contasts_form input[type="text"]::placeholder {
  color: #858585;
}
.cf_title {
  color: #fff;
  text-align: center;
  font: 24px "MyriadProLight";
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-top: 30px;
  margin-bottom: 15px;
}
.cf_check label {
  color: #2e3337;
  width: 85%;
  font: 14px "MyriadProLight";
  margin-left: auto;
  position: relative;
  top: -25px;
}
footer {
  width: 100%;
  background: #2e3337;
  color: #fff;
  padding: 40px 0;
  gap: 40px;
  display: flex;
  flex-direction: column;
}
footer .container-new {
  position: relative;
}
.f_column {
  flex: 0 0 200px;
  margin-right: 30px;
}
.f_column:last-child {
  margin-right: 0;
}
.fc_list p {
  font: 16px "MyriadProLight";
  margin-bottom: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  color: #ffffff;
}
.fc_list ul li {
  list-style: none;
  margin-bottom: 12px;
  display: flex;
}
.fc_list ul li:last-child {
  margin-bottom: 0;
}
.fc_list ul li a {
  color: #fff;
  font: 16px "MyriadPro-Regular";
  font-weight: 400;
  line-height: 30px;
}
.f_dop_block {
  padding-top: 30px;
}
.f_c_block {
  padding-top: 30px;
}
.f_phone {
  color: #fff;
  font-weight: 600;
  font: 17px "MyriadPro-Semibold";
  letter-spacing: -0.7px;
}
.soc1 {
  background: url("../images/soc1.png") no-repeat center center;
}
.soc2 {
  background: url("../images/soc-youtube.png") no-repeat center center;
}
.soc3 {
  background: url("../images/soc3.png") no-repeat center center;
}
.soc7 {
  background: url("../images/soc-vk.png") no-repeat center center;
}
.soc8 {
  background: url("../images/soc-houzz.png") no-repeat center center;
}
.soc9 {
  background: url("../images/soc-tg.png") no-repeat center center;
}
.soc10 {
  background: url("../images/soc-dzen.svg") no-repeat center center;
}
.f_social .soc {
  width: 38px;
  height: 38px;
}
.f_mail {
  font-weight: 600;
  font: 16px "MyriadPro-Semibold";
  letter-spacing: -0.4px;
  grid-column-start: 1;
  grid-row: 2/3;
}
.f_logo {
  margin-right: 30px;
}
footer .copyright {
  font: 15px "MyriadProLight";
  margin-right: 20px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.75px;
}
.policy_link {
  font: 14px "MyriadProLight";
  color: #818181;
  border-bottom: 1px solid #818181;
}
.up_btn {
  width: 65px;
  height: 65px;
  background: url("../images/up.png") no-repeat;
  position: absolute;
  right: 20px;
  bottom: 0;
}
.prev1 {
  width: 38px;
  height: 91px;
  background: url("../images/prev1.png") no-repeat;
  position: absolute;
  left: 50px;
  top: 50%;
  z-index: 8900;
}
.next1 {
  width: 38px;
  height: 91px;
  background: url("../images/next1.png") no-repeat;
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 8900;
}
.main_slider {
  position: relative;
}
.swiper1 {
  overflow: hidden;
}
.sp1 {
  bottom: -60px;
}
.pih_text1 {
  font: 30px "MyriadProLight";
  text-transform: uppercase;
  color: #fff;
  padding: 15px;
}
.pih_text2 {
  font: 60px "MyriadProLight";
  position: absolute;
  right: 40px;
  bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}
.pih_text2 sup {
  font-size: 36px;
}
.portfolio_slider {
  position: relative;
}
.swiper2 {
  overflow: hidden;
  padding-bottom: 40px;
}
.rewards_slider {
  position: relative;
}
.mob_logo {
  display: none;
  padding-left: 15px;
}
.mm_link {
  padding-left: 40px;
  background: url("../images/burger.png") no-repeat 0 center;
  color: #fff;
}
.cf_check input[type="checkbox"] {
  display: none;
}
.cf_check input[type="checkbox"] + label:before {
  content: "";
  width: 23px;
  height: 23px;
  background: url("../images/check2.png") no-repeat;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  left: -40px;
  top: 24px;
  display: block;
}
.cf_check input[type="checkbox"]:checked + label:before {
  background-position: 0 -23px;
}
.mob_menu {
  display: none;
  position: absolute;
  left: 0;
  top: 115px;
  z-index: 8999;
  background: rgba(46, 51, 55, 0.85);
  width: 100%;
}
.mob_menu li {
  list-style: none;
}
.mob_menu li a {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}
.mob_menu li a:hover {
  background: rgba(22, 23, 24, 0.6);
}
.h_links a {
  width: 25px;
  height: 25px;
}
.search_link {
  background: url("../images/ico13.png") no-repeat center center;
}
.call_link1 {
  background: url("../images/ico14.png") no-repeat center center;
}
.call_link2 {
  background: url("../images/ico15.png") no-repeat center center;
}
.h_links {
  padding-left: 30px;
  position: relative;
  top: 8px;
}
.search_block {
  width: 300px;
  position: absolute;
  top: -8px;
  left: -240px;
  display: none;
}
.search_block input[type="search"] {
  width: 100%;
  height: 40px;
  background: url("../images/bg3.jpg") no-repeat;
  border: none;
  outline: none;
  padding-left: 20px;
  font: 18px "MyriadProLight";
  background-size: cover;
}
.sb_btn {
  width: 25px;
  height: 25px;
  background: url("../images/ico13-1.png") no-repeat center center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  z-index: 8900;
}
.toggle_menu {
  background: rgba(46, 51, 55, 0.85);
  width: 280px;
  position: absolute;
  left: 40px;
  top: 70px;
  z-index: 8900;
  display: none;
}
.toggle_menu li {
  list-style: none;
}
.toggle_menu li a {
  color: #fff;
  font: 18px "MyriadProLight";
  text-transform: uppercase;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
}
.toggle_menu li a:hover {
  background: rgba(22, 23, 24, 0.6);
}
.f_call_links a {
  display: flex;
}
.call_link3 {
  background: url("../images/ico14-1.png") no-repeat center center;
  width: 38px;
  height: 38px;
}
.call_link4 {
  background: url("../images/ico15-1.png") no-repeat center center;
}
.f_call_links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.f_social {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 38px);
  gap: 15px;
}
.inner_screen1 {
  width: 100%;
  height: 760px;
  background: url("../images/bg4.jpg") no-repeat;
}
.inner_screen2 {
  width: 100%;
  height: 760px;
  background: url("../images/bg6.jpg") no-repeat;
}
.inner_screen3 {
  width: 100%;
  height: 760px;
  background: url("../images/bg7.jpg") no-repeat;
}
.breadcrumbs {
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .breadcrumbs {
    margin-bottom: 30px;
  }
}
.breadcrumbs li {
  list-style: none;
  margin-right: 25px;
  position: relative;
}
.breadcrumbs li:before {
  content: "-";
  position: absolute;
  top: 1px;
  right: -15px;
  color: #c1c0c0;
  font-family: "MyriadPro";
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}
.breadcrumbs li:last-child:before {
  display: none;
}
.breadcrumbs li a {
  color: #c1c0c0;
  font-family: "MyriadPro";
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}
.breadcrumbs li .active {
  color: #fff;
  font-family: "MyriadPro";
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}
.is_wp .wrapper {
  padding: 0 35px;
}
.is_wp {
  padding-top: 105px;
}
.is_wp .s1_title {
  text-align: left;
  padding-top: 0;
  margin-bottom: 0;
}
.s1_subtitle {
  color: #fff;
  font: 18px "MyriadProLight";
  padding-right: 40px;
  margin-bottom: 25px;
}
.is_wp .s1t_text2 {
  line-height: 1;
  top: 0;
  margin-bottom: 14px;
}
.inner_block .main_btn {
  margin: 0;
}
.about_title1 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
}
.about_title1 span {
  display: block;
  font-size: 66px;
  margin-top: 10px;
}
.s7_p1 {
  padding-top: 130px;
}
.s7_p1 .about_info {
  width: 47%;
  margin-top: 23px;
}
.s7_p2 {
  padding-top: 140px;
  padding-bottom: 150px;
}
.s7_p2 .about_title {
  line-height: 1;
  margin-bottom: 50px;
}
.s3_title {
  font-size: 40px;
  text-transform: uppercase;
  padding-left: 55px;
  margin-bottom: 40px;
}
.s3_p1 {
  padding-top: 10px;
}
.team_wp {
  width: 100%;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 10px;
}
.team_wp .wrapper {
  padding: 0 35px;
}
.team_title {
  margin-bottom: 80px;
}
.team_block {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 20px;
}
.team_block:before {
  content: "";
  width: 93%;
  height: 1px;
  background: #f2f2f2;
  position: absolute;
  left: 4%;
  bottom: 0;
}
.team_label {
  position: absolute;
  left: 100px;
  top: 20px;
  color: #fff;
  background: #2e3337;
  font-size: 18px;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  padding: 0 10px 0 70px;
}
.team_img {
  position: relative;
  z-index: 1000;
  width: 17%;
}
.team_img img {
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25);
}
.team_text {
  width: 83%;
  padding-top: 80px;
}
.calc_wp {
  width: 100%;
  background: #2e3337;
  padding-top: 70px;
  padding-bottom: 77px;
}
.calc_wp .wrapper {
  padding: 0 35px;
}
.calc_title {
  color: #fff;
  margin-bottom: 45px;
}
.calc_left input[type="text"] {
  width: 100%;
  height: 47px;
  font: 18px "MyriadProLight";
  padding-left: 20px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  background: url("../images/bg3.jpg") no-repeat;
  background-size: cover;
}
.calc_left {
  width: 34%;
}
.calc_left .cl_block input[type="text"] {
  width: 47%;
}
.calc_left .cl_block input[type="text"]:last-child {
  margin-left: auto;
}
.calc_left .cf_check label {
  position: relative;
  left: -17px;
}
.calc_right {
  width: 62%;
  margin-left: auto;
}
.cr_img {
  position: relative;
  margin-bottom: 80px;
}
.cr_img2 {
  position: absolute;
  right: 70px;
  bottom: -50px;
}
.cr_text {
  font: 16px "MyriadProLight";
  color: #fff;
}
.questions_wp {
  width: 100%;
  background: #fff;
  padding-top: 65px;
  padding-bottom: 50px;
}
.questions_wp .wrapper {
  padding: 0 35px;
}
.q_title {
  margin-bottom: 35px;
}
.q_block {
  border: 1px solid #2e3337;
  margin-bottom: 25px;
}
.qb_top {
  padding: 12px 20px;
  cursor: pointer;
}
.qbt_title {
  text-transform: uppercase;
  font: 21px "MyriadProLight";
}
.t1 {
  display: block;
}
.t2 {
  display: none;
}
.active .t1 {
  display: none;
}
.active .t2 {
  display: block;
}

.qbt_link {
  margin-left: auto;
  color: #787777;
  font: 18px "MyriadProLight";
  margin-right: 10px;
}
.qb_bot {
  padding: 15px 20px 20px 20px;
  border-top: 1px solid #2e3337;
  display: none;
}
.qbb_text {
  font: 16px "MyriadProLight";
  margin-bottom: 35px;
}
.cbb_btns .button {
  color: #2e3337;
  width: 260px;
  margin: 0 10px;
}
.cb_btn1 {
  border: 1px solid #2e3337;
}
.cb_btn2 {
  border: 1px solid #cbcccd;
}
.qb_main .qb_bot {
  display: block;
}
.mini_screen1 {
  width: 100%;
  height: 308px;
  background: url("../images/bg1.jpg") no-repeat;
  background-size: cover;
}
h1 {
  text-transform: uppercase;
  color: #fff;
  font-family: "MyriadPro";
  font-weight: 300;
  font-size: 60px;
  line-height: 72px;
}
.ms_wp {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .mini_screen1 .ms_wp {
    padding-bottom: 30px !important;
  }
}
.ms_wp .wrapper {
  padding: 0 35px;
}
.ms_wp .subtitle {
  font-size: 18px;
  line-height: 123.5%;
  color: #ffffff;
  margin-top: 5px;
  font-family: "MyriadPro";
  font-weight: 300;
}
.portfolio_item {
  width: 33.333%;
  margin-bottom: 70px;
}
.portfolio_wp {
  padding-top: 50px;
  padding-bottom: 0;
}
.portfolio_wp .wrapper {
  padding: 0 40px;
}
.portfolio_text {
  text-align: right;
  color: #fff;
  font: 21px "MyriadProLight";
  margin-right: 70px;
  padding-top: 5px;
}
.portfolio_text span {
  background: #2e3337;
  position: relative;
  z-index: 100;
}
.portfolio_img {
  position: relative;
}
.portfolio_img img {
  position: relative;
  z-index: 1000;
}
.portfolio_img:before {
  content: "";
  width: 330px;
  height: 200px;
  background: #2e3337;
  position: absolute;
  top: 40px;
  left: 10px;
}
.portfolio_text1 p {
  font: 18px "MyriadProLight";
  margin-bottom: 20px;
}
.pf_check input[type="checkbox"] {
  display: none;
}
.pf_check input[type="checkbox"] + label:before {
  content: "";
  width: 23px;
  height: 23px;
  background: url("../images/check2.png") no-repeat;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  top: 5px;
}
.pf_check input[type="checkbox"]:checked + label:before {
  background-position: 0 -23px;
}
.pf_check input[type="radio"] {
  display: none;
}
.pf_check input[type="radio"] + label:before {
  content: "";
  width: 23px;
  height: 23px;
  background: url("../images/check2.png") no-repeat;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  top: 5px;
}
.pf_check input[type="radio"]:checked + label:before {
  background-position: 0 -23px;
}
.pf_check {
  margin-bottom: 14px;
}
.podbor_wp {
  width: 100%;
  background: #2e3337;
  padding-top: 70px;
  padding-bottom: 70px;
}
.podbor_wp .wrapper {
  padding: 0 35px;
}
.p_title {
  color: #fff;
  margin-bottom: 30px;
}
.pfc_title {
  color: #fff;
  font: 24px "MyriadProLight";
  margin-bottom: 20px;
}
.pf_check label {
  color: #fff;
  font: 18px "MyriadProLight";
}
.pfcl_item {
  width: 50%;
}
.pfc_w1 {
  width: 36%;
  border-right: 1px solid #585c5f;
}
.pfc_w2 {
  width: 28%;
  border-right: 1px solid #585c5f;
  padding-left: 75px;
}
.pfc_w3 {
  width: 36%;
  padding-left: 50px;
}
.podbor_btn .button {
  width: 270px;
  margin-left: 30px;
}
.podbor_forma {
  margin-bottom: 0;
}
.order_wp {
  width: 100%;
  background: #2e3337;
  padding: 35px 0;
}
.o_text {
  color: #fff;
  font: 24px "MyriadProLight";
}
.o_btn {
  margin-left: auto;
  width: 270px;
}
.tb_bn:before {
  display: none;
}
.history_tabs .sb_tab p {
  width: 100%;
  height: auto;
  background: none !important;
  font: 18px "MyriadProLight";
  padding-top: 25px;
}
.history_tabs .sb_tab p:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  left: 15px;
  top: 0;
}
.history_tabs .sb_tab:before {
  top: 0;
  right: -115px;
}
.sb_tab.active p {
  color: #fff;
}
.sb_tab.active p:before {
  background: #fff;
}
.sb_tab:hover p {
  color: #fff;
}
.sb_tab:hover p:before {
  background: #fff;
}
.history_tabs {
  margin-top: 50px;
}
.team_wp1 {
  width: 100%;
  background: #2e3337;
  padding-top: 85px;
  padding-bottom: 80px;
}
.team_wp1 .wrapper {
  padding: 0 35px;
}
.team_img1 {
  width: 53%;
}
.team_info1 {
  width: 40%;
  color: #fff;
  margin-left: auto;
  margin-top: -10px;
}
.ti_title {
  padding-bottom: 45px;
  border-bottom: 1px solid #777a7d;
  margin-bottom: 40px;
}
.ti_list li {
  list-style: none;
  min-height: 33px;
  padding-left: 45px;
  background: url("../images/ico16.png") no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.ti_text {
  margin-bottom: 40px;
}
.news_choice {
  width: 265px;
  margin-bottom: 50px;
}
.news_wp .wrapper {
  padding: 0 38px;
}
.news_wp {
  padding-top: 40px;
  padding-bottom: 60px;
}
.nb_img {
  width: 25%;
  position: relative;
}
.nbi_label {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  width: 75px;
  background: #2e3337;
}
.label_num {
  font: 48px "MyriadProLight";
  line-height: 1;
}
.label_mo {
  font: 16px "MyriadProLight";
  line-height: 1;
  margin-top: -5px;
}
.label_year {
  font: 24px "MyriadProLight";
  line-height: 1;
}
.nb_info {
  width: 73%;
  margin-left: auto;
}
.nb_title {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.nb_text {
  font: 18px "MyriadProLight";
  margin-bottom: 10px;
}
.nb_link {
  font: 18px "MyriadProLight";
  color: #acabab;
  border-bottom: 1px solid #acabab;
  margin-right: 20px;
}
.news_block {
  border-bottom: 1px solid #ececec;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
.nb_last {
  border: none;
  padding-bottom: 0;
}
.nb_more_btn {
  color: #2e3337;
  border: 1px solid #2e3337;
  width: 270px;
  margin: 0 auto;
}
.contacts_title {
  font-size: 18px;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.contacts_block {
  padding-top: 12px;
  max-width: 33.333%;
}
.contacts_phone {
  font: 21px "MyriadProLight";
  display: block;
  margin-bottom: 10px;
}
.contacts_address {
  font: 16px "MyriadProLight";
}
.ib_v1 {
  padding-top: 70px;
}
.ib_v1 .s1t_text1 {
  margin-bottom: 30px;
}
.brands_wp {
  width: 100%;
  background: #fff;
  padding-top: 55px;
  padding-bottom: 32px;
}
.brands_wp .wrapper {
  padding: 0 60px;
}
.brand_title {
  margin-bottom: 50px;
}
.brand_block {
  margin-bottom: 55px;
}
.sert_block {
  width: 254px;
  height: 361px;
  background: url("../images/bg8.jpg") no-repeat;
  text-align: center;
  margin-bottom: 60px;
}
.sert_wp {
  width: 100%;
  background: #2e3337;
  padding-top: 70px;
  padding-bottom: 70px;
}
.sert_wp .wrapper {
  padding: 0 35px;
}
.sert_title {
  color: #fff;
  margin-bottom: 25px;
}
.sert_subtitle {
  font: 16px "MyriadProLight";
  color: #fff;
  margin-bottom: 60px;
}
.sert_btn {
  width: 255px;
  margin: 0 auto;
}
.news_top {
  position: relative;
  padding-left: 100px;
  padding-top: 10px;
  margin-bottom: 40px;
}
.nt_title p {
  font: 18px "MyriadProLight";
}
.nt_title p span {
  display: block;
  font: 40px "MyriadPro-Regular";
  text-transform: uppercase;
  margin-bottom: 10px;
}
.news_top .nbi_label {
  top: 20px;
  width: 65px;
  padding-bottom: 3px;
}

.article-container {
  max-width: 750px;
  margin: 0 auto;
}

.news_article > p,
.news_article ul li,
.article-container > p,
.article-container ul li {
  font: 18px "MyriadProLight";
  margin-bottom: 20px;
}

.news_article ul li {
  margin-bottom: 15px;
}
.no_img {
  margin-bottom: 45px;
}
.swiper4 {
  overflow: hidden;
}
.na_slider {
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
}
.prev4 {
  width: 28px;
  height: 67px;
  background: url("../images/prev3.png") no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 8900;
  margin-top: -33px;
}
.next4 {
  width: 28px;
  height: 67px;
  background: url("../images/next3.png") no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 8900;
  margin-top: -33px;
}
.no_img_line {
  margin-bottom: 30px;
}
.news_btns {
  margin-top: 47px;
  margin-bottom: 45px;
}
.news_btns .button {
  width: 264px;
  margin: 0 15px;
  border: 1px solid #2e3337;
  color: #2e3337;
}
.article_link {
  width: 200px;
  font: 18px "MyriadProLight";
}
.a_prev {
  padding-left: 45px;
  background: url("../images/prev2.png") no-repeat;
}
.a_next {
  padding-right: 45px;
  background: url("../images/next2.png") no-repeat right 0;
}
.news_social a {
  width: 30px;
  height: 30px;
  margin: 0 3px;
}
.news_social p {
  margin-right: 15px;
  font: 18px "MyriadProLight";
}
.soc4 {
  background: url("../images/soc4.png") no-repeat center center;
}
.soc5 {
  background: url("../images/soc5.png") no-repeat center center;
}
.soc6 {
  background: url("../images/soc6.png") no-repeat center center;
}
.po_arrow {
  height: 31px;
  font: 18px "MyriadProLight";
  line-height: 31px;
}
.po_prev {
  background: url("../images/prev4.png") no-repeat;
  padding-left: 30px;
}
.po_next {
  background: url("../images/next4.png") no-repeat right 0;
  padding-right: 30px;
}
.po_wp {
  padding-top: 15px;
}
.swiper5 {
  overflow: hidden;
}
.prev5 {
  width: 38px;
  height: 91px;
  background: rgba(0, 0, 0, 0.7) url("../images/prev1.png") no-repeat center center;
  background-size: 80%;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -45px;
  z-index: 5;
}
.next5 {
  width: 38px;
  height: 91px;
  background: rgba(0, 0, 0, 0.7) url("../images/next1.png") no-repeat center center;
  background-size: 80%;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -45px;
  z-index: 5;
}
.po_top {
  margin-bottom: 15px;
}
.po_main_slider {
  position: relative;
  margin-bottom: 30px;
}
.swiper6 {
  overflow: hidden;
}
.swiper6 .swiper-slide {
  cursor: pointer;
}
.po_dop_slider {
  position: relative;
  margin-bottom: 30px;
}
.prev6 {
  width: 28px;
  height: 67px;
  background: url("../images/prev3.png") no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 5;
  margin-top: -33px;
}
.next6 {
  width: 28px;
  height: 67px;
  background: url("../images/next3.png") no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  margin-top: -33px;
}
aside {
  width: 23%;
  background: #2e3337;
  color: #fff;
  padding: 20px 5px 5px 20px;
  font: 18px "MyriadProLight";
}
.content {
  width: 74%;
  margin-left: auto;
}
.content p {
  font: 18px "MyriadProLight";
  margin-bottom: 20px;
}
.content p.pb_title {
  margin-bottom: 15px;
  font-family: "MyriadPro-Regular";
}
.content p.title {
  font-size: 40px;
  text-transform: uppercase;
}
.content ol {
  font: 18px "MyriadProLight";
}
.content ol li {
  margin-bottom: 10px;
}
.po_btn {
  color: #2e3337;
  border: 1px solid #2e3337;
  width: 270px;
}
.fav_block {
  padding-left: 30px;
  height: 24px;
  line-height: 24px;
  background: url("../images/ico18.png") no-repeat;
  margin-bottom: 25px;
}
.fav_block p {
  margin-left: 10px;
}
.char_text {
  margin-bottom: 20px;
}
.comment_block {
  margin-top: 35px;
}
.title {
  font-size: 40px;
  text-transform: uppercase;
}
.prev7 {
  width: 19px;
  height: 46px;
  background: url("../images/prev5.png") no-repeat;
  position: absolute;
  left: -40px;
  top: 50%;
  z-index: 8900;
  margin-top: -23px;
}
.next7 {
  width: 19px;
  height: 46px;
  background: url("../images/next5.png") no-repeat;
  position: absolute;
  right: -40px;
  top: 50%;
  z-index: 8900;
  margin-top: -23px;
}
.dp_slider {
  position: relative;
}
.swiper7 {
  overflow: hidden;
}
.dop_portfolio_wp .wrapper {
  padding: 0 80px;
}
.design_wp {
  width: 100%;
  height: 422px;
  background: url("../images/bg9.jpg") no-repeat center 0;
  background-size: cover;
}
.d_text1 {
  text-align: center;
  font: 27px "MyriadProLight";
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.d_text2 {
  color: #fff;
  text-align: center;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.d_text2 span {
  font: 60px "MyriadProLight";
}
.d_btn {
  width: 270px;
  margin: 0 auto;
}
.design_wp .wrapper {
  flex-direction: column;
  height: 100%;
}
.dop_portfolio_wp {
  width: 100%;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.dp_title {
  margin-bottom: 35px;
}
.pbi_block {
  background: #2e3337;
  color: #fff;
  text-align: center;
  width: 220px;
  padding-top: 20px;
}
.left_menu p {
  font-size: 21px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
.pc_p1 {
  padding-top: 20px;
}
.left_menu {
  padding: 10px 10px 0 10px;
}
.left_menu ul li {
  list-style: none;
  margin-bottom: 18px;
}
.left_menu ul li a {
  font: 18px "MyriadProLight";
  color: #fff;
}
.filter_select {
  width: 215px;
}
.filter_block p {
  font: 21px "MyriadProLight";
  margin-bottom: 10px;
}
.filter_btn {
  text-align: center;
  width: 130px;
  height: 30px;
  font: 18px "MyriadProLight";
  color: #2e3337;
  border: 1px solid #2e3337;
  line-height: 28px;
  display: block;
}
.filter_btn1 {
  color: #acabab;
  border: 1px solid #acabab;
  text-align: center;
  width: 220px;
  height: 30px;
  font: 18px "MyriadProLight";
  line-height: 28px;
  display: block;
}
.filter_block label {
  color: #2e3337;
  font: 18px "MyriadProLight";
  position: relative;
  padding-right: 40px;
  right: -10px;
  margin-bottom: 10px;
}
.fb_check input[type="checkbox"] {
  display: none;
}
.fb_check input[type="checkbox"] + label:before {
  content: "";
  width: 24px;
  height: 23px;
  background: url("../images/check4.png") no-repeat;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 1px;
}
.fb_check input[type="checkbox"]:checked + label:before {
  background-position: 0 -23px;
}
.fb_last {
  flex-direction: column;
}
.filter_wp {
  margin-bottom: 30px;
}
.pb_img1 {
  width: 400px;
  position: relative;
}
.pbi_label {
  position: absolute;
  top: -10px;
  right: 0;
}
.pb_img2 {
  width: 194px;
}
.pb_img2 div {
  margin-bottom: 9px;
}
.pb_info {
  height: 268px;
  overflow: hidden;
}
.pb_title {
  margin-bottom: 15px;
}
.pbi_text {
  font: 16px "MyriadProLight";
  margin-bottom: 23px;
  padding: 0 15px;
}
.pbi_fav {
  width: 100px;
  margin: 0 auto;
  padding-left: 30px;
  height: 24px;
  line-height: 24px;
  background: url("../images/ico18.png") no-repeat 20px 0;
  margin-bottom: 25px;
}
.portfolio_block {
  padding-bottom: 57px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px;
}
.pb_wp .portfolio_block:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}
.pb_btn {
  color: #2e3337;
  border: 1px solid #2e3337;
  width: 270px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.filter_modal {
  width: 1200px;
  background: rgba(46, 51, 55, 0.85);
  color: #fff;
}
.filter_modal .podbor_forma {
  margin-bottom: 20px;
}
.filter_modal .podbor_btn .button {
  width: 130px;
  height: 30px;
  line-height: 28px;
  font-size: 18px;
}
.filter_modal .podbor_btn {
  width: 630px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fc_list ul li a:hover {
  text-decoration: underline;
}
.mob_submenu {
  display: none;
}
.mob_submenu p {
  color: #fff;
  padding: 0 33px;
  font-size: 14px;
  margin-top: 15px;
}
.mob_submenu .left_menu {
  padding: 0;
}
.mob_submenu .left_menu ul li {
  margin-bottom: 0;
}
.mob_submenu .left_menu ul li a {
  line-height: 40px;
}

/*new 26.01.19*/
.catalog_banner {
  margin-bottom: 20px;
}
.catalog_wp h2 {
  font: 24px "MyriadPro-Bold";
  margin-bottom: 20px;
}
.cf_title1 {
  color: #202020;
  margin-bottom: 20px;
  margin-top: 30px;
}
.alp_wp p {
  color: #202020;
}
.alp_wp {
  margin-bottom: 30px;
}
.alp_wp a {
  color: #202020;
  border-bottom: 1px solid #202020;
  position: relative;
}
.alp_wp a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.alp_block {
  position: relative;
}
.catalog_block {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 30px;
  text-align: center;
}
.catalog_block_wp {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}
.cb_link {
  font-size: 20px;
  text-decoration: underline;
}
.cb_img {
  margin-bottom: 7px;
}
.cc_top img {
  float: left;
  margin-right: 20px;
}
.cc_top p {
  font: 18px "MyriadProLight";
  margin-bottom: 20px;
}
.cc_btn {
  color: #2e3337;
  border: 1px solid #2e3337;
  width: 270px;
  margin: 30px auto 40px auto;
}
.cc_links a {
  text-decoration: underline;
}
.cc_links {
  margin-bottom: 20px;
}
.recall_block {
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  transition: 0.2s;
}
.recall_block:hover {
  background: #ececec;
}
.rb_open:hover {
  background: none;
}
.rb_title {
  font: 20px "MyriadPro-Bold";
  margin-bottom: 15px;
}
.rb_text {
  font: 18px "MyriadProLight";
  margin-bottom: 20px;
}
.rb_text a {
  color: #202020;
  text-decoration: underline;
}
.rb_img {
  margin-bottom: 20px;
}
.rb_img img {
  width: 100%;
  height: auto;
}
.rb_more_link a {
  padding-left: 10px;
  background: url("../images/next5.png") no-repeat 0 center;
  background-size: auto 12px;
}
.recall_pagination {
  margin-bottom: 20px;
}
.recall_pagination a {
  text-decoration: underline;
  margin: 0 7px;
}
.pti_btn {
  color: #2e3337;
  border: 1px solid #2e3337;
  width: 100%;
}
.pt_img {
  width: 40%;
}
.pt_info {
  width: 55%;
  margin-left: auto;
}
.pti_title {
  font: 50px "MyriadPro-Bold";
  text-align: center;
  margin-bottom: 20px;
}
.pti_text {
  font: 18px "MyriadProLight";
  margin-bottom: 20px;
}
.pti_link {
  text-align: right;
  margin-bottom: 50px;
}
.pti_link a {
  text-decoration: underline;
}
.project_wp {
  padding-top: 50px;
}
.project_title h1 {
  font-size: 54px;
}
.pa_btn {
  color: #2e3337;
  border: 1px solid #2e3337;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.project_wp h2 {
  text-align: center;
  font: 32px "MyriadPro-Bold";
  margin-bottom: 20px;
}
.project_top {
  margin-bottom: 50px;
}
.pa_img {
  width: 100px;
  text-align: center;
}
.pa_block {
  margin-bottom: 20px;
}
.pa_block p {
  font: 20px "MyriadProLight";
}
.project_center {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
}
.pw_block {
  width: 33.333%;
  text-align: center;
  padding: 0 30px;
}
.pw_img {
  margin-bottom: 20px;
}
.pw_img img {
  border-radius: 50%;
  transition: 0.2s;
}
.pw_text {
  font: 24px "MyriadProLight";
}
.pw_block:hover .pw_img img {
  transform: scale(1.1);
}
.project_work {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
}
.p_ach_block {
  width: 33.333%;
  text-align: center;
  margin-bottom: 30px;
}
.pab_text {
  font: 18px "MyriadProLight";
}
.pach_wp {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
}
.pab_img {
  margin-bottom: 20px;
}
.pf_img {
  width: 45%;
}
.pf_form {
  width: 55%;
  background: rgba(46, 51, 55, 0.85);
  padding: 30px;
  flex-direction: column;
}
.pf_form input[type="text"] {
  width: 100%;
  background-size: cover;
}
.project_forma {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
}
.project_step {
  width: 33.333%;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.project_steps {
  padding-top: 25px;
  margin-bottom: 20px;
}
.ps_title {
  font: 42px "MyriadPro-Bold";
}
.ps_text {
  font: 20px "MyriadProLight";
}
.ps_img {
  margin-bottom: 20px;
}
.ps_img img {
  transition: 0.2s;
}
.project_step:hover .ps_img img {
  transform: scale(1.1);
}
.ps_text1 {
  font: 18px "MyriadProLight";
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
}
.project_seo p {
  font: 18px "MyriadProLight";
  margin-bottom: 20px;
}
.dp_block {
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 57px;
}
.fbc_label {
  width: 300px;
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 40px;
  left: -30px;
  color: #fff;
  text-align: center;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.fbc_label:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -10px;
}
.fb_check {
  position: relative;
}
.fb_check:hover .fbc_label {
  opacity: 1;
  visibility: visible;
}
.alp_toggle_block {
  position: absolute;
  top: 25px;
  left: 0;
  border-top: 5px solid #ececec;
  width: 200px;
  background: rgba(255, 255, 255, 0.85);
  z-index: 8900;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
}
.alp_toggle_block:after {
  width: 20px;
  height: 25px;
  background: none;
  content: "";
  position: absolute;
  left: 0;
  top: -24px;
}
.ab_right .alp_toggle_block:after {
  left: auto;
  right: 0;
}
.ab_right .alp_toggle_block {
  left: inherit;
  right: 0;
}
.alp_toggle_block a {
  display: block;
  border-bottom: none !important;
}
.alp_toggle_block a span {
  border-bottom: 1px solid #202020;
}
.alp_block:hover .alp_toggle_block {
  opacity: 1;
  visibility: visible;
}
.ach_num2 {
  line-height: 45px;
}
.ach_num3 {
  line-height: 45px;
}
.ach_num {
  padding: 0 10px;
}
.pab_img {
  font: 60px "MyriadPro-Regular";
  color: #dc8b18;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100px;
}
.pab_img sup {
  font-size: 24px;
  line-height: 76px;
}
.ach_num3 {
  padding: 0;
}
.banner-desc {
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #c1c0c0;
  font-family: "MyriadPro";
}
.banner-link {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-family: "MyriadPro";
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.arrow {
  width: 12px;
  height: 7px;
}
.arrow--white {
  fill: #fff;
}
.arrow--black {
  fill: #32302d;
}
.arrow--bottom {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.banner-link .arrow {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .banner-link {
    margin-top: 30px;
  }
  .banner-desc {
    font-size: 18px;
    line-height: 20px;
  }
}
.h2-news {
  font-size: 25px;
  text-align: center;
  font-family: "MyriadPro";
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}
.section--our-works.screen_9 {
  background-color: transparent;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .f_social {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .f_social {
    margin-bottom: 0;
    margin-top: 15px;
  }
  footer {
    gap: 0;
  }
}
@media screen and (max-width: 575px) {
  footer {
    gap: 40px;
    padding: 20px 0;
  }
  .fc_list {
    display: flex;
    flex-direction: column;
  }
  .f_social {
    order: -1;
    margin-top: 0;
    margin-bottom: 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .f_c_block {
    padding-top: 40px;
  }
  .f_column:last-child {
    margin-bottom: 0;
  }
  .f_logo {
    margin-bottom: 10px;
  }
  footer .copyright {
    margin-right: 0;
    flex: 0 0 100%;
  }
}
.about__counter {
  padding-top: 90px;
  padding-bottom: 40px;
}
.about__counter .title {
  margin-bottom: 70px;
}
.about__counter .counter_block {
  font-family: "MyriadPro";
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #32302d;
}
.about__counter .counter_block span {
  font-size: 72px;
  margin-right: 0;
  font-family: "MyriadPro";
}
.about__counter .counter_block span.about__counter-text {
  font: 18px "MyriadProLight";
}
.about__counter .animate_num {
  line-height: 100%;
  color: #cd7f32;
  font-weight: 500;
  margin-bottom: 13px;
  width: fit-content;
  position: relative;
  min-width: 93px;
}
.about__counter .animate_num::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: -10px;
  top: -10px;
  background-color: #f5e5d6;
  pointer-events: none;
  z-index: -1;
}
.about__counter-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.about__video {
  position: relative;
  margin-top: 6px;
  padding-bottom: 50px;
}
.about__video .swiper-slide {
  display: flex;
  gap: 30px;
}
.about__video .title {
  font-family: "MyriadProLight";
  font-size: 42px;
  line-height: 50px;
  color: #32302d;
  height: fit-content;
  text-transform: none;
  margin-top: 75px;
}
.about__video .swiper {
  padding-top: 32px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about__video .swiper::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 180px;
  right: 192px;
  top: 0;
  background-color: rgba(245, 229, 214, 0.5);
  pointer-events: none;
}
.about__video .video_block {
  width: 642px;
  height: 335px;
}
.about__video .video_block:before {
  display: none;
}
.about__video .video_block::after {
  content: "";
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url(../images/ico11.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.about__video .button {
  margin-top: 30px;
  max-width: 375px;
  width: 100%;
  text-transform: uppercase;
}
.about__video .swiper-pagination {
  margin-top: 40px;
}
.about__video-video {
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .about__video .video_block {
    width: 530px;
    height: 265px;
  }
}
@media screen and (max-width: 1023px) {
  .about__video .video_block {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .about__video .title {
    margin-top: 30px;
    font-size: 35px;
    line-height: 120%;
  }
  .about__video .video_block {
    width: 420px;
    height: 210px;
  }
}
@media screen and (max-width: 767px) {
  .about__counter {
    padding: 0;
    margin: 50px 0;
  }
  .about__counter .counter_block {
    margin-bottom: 0;
    width: auto;
  }
  .about__counter .title {
    margin-bottom: 25px;
  }
  .about__counter .counter_block p {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0;
    gap: 15px;
    flex-direction: row !important;
    flex-wrap: nowrap;
  }
  .about__counter .counter_block span {
    margin-bottom: 0;
    font-size: 48px;
    line-height: 100%;
    font-family: "MyriadPro";
    width: auto;
  }
  .about__counter .counter_block span::before {
    right: -7px;
  }
  .about__counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .about__counter .animate_num {
    margin-bottom: 0;
    min-width: 81px;
  }
  .about__counter-text {
    padding-top: 10px;
    height: fit-content;
  }
  .about__video .swiper-slide {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .about__video .swiper {
    padding-top: 0;
    max-width: 480px;
    align-self: center;
  }
  .about__video .title {
    font-size: 24px;
    line-height: 24px;
    margin-top: 0;
    padding: 0 30px;
  }
  .about__video .swiper::before {
    width: 285px;
    height: 180px;
    right: -45px;
    top: 59px;
  }
  .about__video .swiper-pagination {
    margin-top: 54px;
  }
  .about__video .button {
    align-self: center;
  }
}
@media screen and (max-width: 575px) {
  .about__video .title {
    font-size: 20px;
  }
  .about__counter-wrapper {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .about__counter .counter_block span::before {
    right: 0px;
    top: -7px;
  }
  .about__counter-text {
    padding-top: 12px;
  }
  .about__counter .animate_num {
    text-align: right;
    padding-right: 7px;
  }
  .about__video .video_block {
    width: 290px;
    height: 151px;
  }
  .about__video .button {
    max-width: inherit;
  }
  .about__video .swiper {
    max-width: 350px;
  }
}
@media screen and (max-width: 413px) {
  .about__video .title {
    padding: 0;
  }
  .about__video .swiper {
    max-width: inherit;
    overflow: visible;
  }
  .about__video .video_block {
    width: 100%;
  }
}
.about__history .scheme_top {
  color: inherit;
  margin-bottom: 0;
  gap: 30px;
  padding-right: 96px;
}
.about__history .sb_tab p {
  color: #cd7f32;
  width: auto;
  height: auto;
  border-radius: 0;
  font-weight: 400;
  font-size: 26px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  border: none;
}
.about__history .swiper {
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  width: 100%;
}
.about__history .swiper-slide p {
  transition: 0.3s ease;
}
.about__history .swiper-slide {
  width: 100px;
  height: 100px;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
}
.about__history .swiper-slide .sb_tab {
  width: 100%;
  height: 100%;
  background-color: #f5e5d6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
}
.about__history .sb_tab.active {
  cursor: default;
  background-color: #cd7f32;
}
.about__history .sb_tab.active p {
  font-size: 36px;
  line-height: 130%;
  background: transparent;
  color: #fff;
}
.about__history .sb_tab::after {
  width: 118px;
  height: 118px;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  content: "";
  border: 2px solid #f5e5d6;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  border-radius: 50%;
}
.about__history .sb_tab.active::after {
  opacity: 1;
  pointer-events: all;
}
.about__history .sb_tab p:before {
  display: none;
}
.about__history .swiper-slide::before {
  position: absolute;
  content: "";
  bottom: 50%;
  transform: translateY(50%);
  height: 1px;
  width: 170px;
  pointer-events: none;
  background-color: #f5e5d6;
  left: 0;
  top: auto;
}
.about__history .swiper-slide:last-child:before,
.about__history .sb_tab:before {
  display: none;
}
.about__history .sb_tab:hover p {
  background: transparent;
}
.about__history-img {
  max-width: 450px;
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex: 0 0 450px;
}
.about__history-img img {
  object-fit: cover;
  display: block;
}
.about__history .stl_subtitle {
  font: 21px "MyriadPro-Regular";
  padding-bottom: 0;
  border-bottom: none;
  padding-left: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #cd7f32;
}
.about__history-content {
  padding-top: 36px;
}
.about__history-content .stl_text {
  text-align: left;
  padding-left: 0;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
}
.about__history-content .stl_text:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .about__history-img {
    max-width: 400px;
    height: 100%;
    flex: 0 0 400px;
  }
  .about__history-content {
    padding-top: 0;
  }
  .about__history .scheme_top {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .about__history .swiper-slide {
    width: 60px;
    height: 60px;
  }
  .about__history .swiper-slide .sb_tab::after {
    width: 72px;
    height: 72px;
  }
  .about__history .sb_tab p {
    font-size: 16px;
    line-height: 130%;
  }
  .about__history .sb_tab.active p {
    font-size: 22px;
    line-height: 130%;
  }
  .about__history .swiper-slide:not(:last-child):before {
    display: block;
    top: 27px;
    bottom: auto;
    transform: none;
    width: 90px;
  }
  .about__history-img {
    display: none;
  }
  .about__history .swiper {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
@media (hover: hover) {
  .about__history .sb_tab:hover p {
    color: #cd7f32;
  }
  .about__history .sb_tab:hover::after {
    opacity: 1;
    pointer-events: all;
  }
}
.about__rewards .swiper-pagination {
  margin-top: 40px;
}
.about__rewards .s6_text {
  font-size: 16px;
  line-height: 19px;
  color: #32302d;
  margin-bottom: 47px;
}
.about__rewards .swiper3 {
  padding-top: 0;
}
.swiper-pagination--gold {
  position: relative;
  bottom: auto;
  left: auto;
  top: auto;
  right: auto;
  height: 16px;
  gap: 15px;
  display: flex;
  justify-content: center;
}
.swiper-pagination--gold .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.swiper-container-horizontal > .swiper-pagination--gold.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.swiper-pagination--gold .swiper-pagination-bullet-active {
  top: auto;
}
.swiper-pagination--gold .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  border: 1px solid #cd7f32;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: 0.3s ease;
}
.swiper-pagination--gold .swiper-pagination-bullet-active::before {
  background-color: #cd7f32;
  width: 15px;
  height: 15px;
}
.swiper-container-horizontal > .swiper-pagination--gold.swiper-pagination-bullets {
  left: auto;
  width: 100%;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .about__rewards .s6_text {
    margin-bottom: 30px;
  }
}
.about__team.section {
  padding-bottom: 90px;
}
.about__team-wrapper {
  display: flex;
  gap: 30px;
}
.about__team-img {
  max-width: 642px;
  height: 376px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.about__team-img::before {
  height: 357px;
  content: "";
  width: 600px;
  position: absolute;
  right: -54px;
  bottom: -61px;
  background-color: #f5e5d6;
  z-index: -1;
  pointer-events: none;
}
.about__team-img::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  bottom: 30px;
  right: 24px;
  pointer-events: none;
  background-image: url(/local/templates/avkube/images/zoom-in.svg);
}
.about__team .square-bg--left {
  top: -40px;
  height: calc(100% + 40px);
}
.about__team-img img {
  max-width: inherit;
  display: block;
  object-fit: cover;
  width: auto;
}
.about__team .title {
  margin-bottom: 37px;
}
.about__team-list {
  display: flex;
  gap: 20px;
  flex-direction: column;
  list-style-type: none;
}
.about__team-list li {
  padding: 7px 0;
  padding-left: 66px;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #999999;
  background-image: url("/local/templates/avkube/images/check-brown.svg");
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: left top;
}
.about__team .square-bg--left {
  top: -40px;
  height: calc(100% + 40px);
}
@media screen and (max-width: 1200px) {
  .about__team-img {
    max-width: 550px;
    height: 325px;
  }
  .about__team-img::before {
    height: 317px;
    width: 553px;
    bottom: -36px;
  }
}
@media screen and (max-width: 991px) {
  .about__team .square-bg--left {
    right: 25%;
  }
  .about__team-wrapper {
    flex-direction: column;
  }
  .about__team-img {
    max-width: inherit;
    height: auto;
  }
  .about__team-img img {
    width: 100%;
  }
  .about__team-img::before {
    height: 100%;
    width: 97%;
    right: -7px;
    bottom: -28px;
  }
}
@media screen and (max-width: 767px) {
  .about__team.section {
    padding-bottom: 50px;
  }
  .about__team .title {
    margin-bottom: 25px;
  }
  .about__team-list li {
    padding-bottom: 0;
    padding-left: 51px;
  }
  .about__team-list {
    gap: 10px;
  }
  .about__team .square-bg--left {
    right: 10%;
    top: -50px;
    height: calc(100% + 50px);
  }
}
@media screen and (max-width: 575px) {
  .about__team .square-bg--left {
    right: -41%;
  }
}
@media screen and (max-width: 425px) {
  .about__team .square-bg--left {
    right: -127%;
  }
}

.choose-interior {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 20px;
  padding: 15px 0;
  margin-bottom: 30px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

@media screen and (max-width: 767px) {
  .choose-interior {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media screen and (max-width: 575px) {
  .choose-interior {
    flex-direction: column;
    align-items: flex-start;
  }
}

.choose-interior__title {
  font-family: "MyriadPro";
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #999;
}

.newfilter__tags-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 575px) {
  .newfilter__tags-box {
    width: 100%;
  }
}

.newfilter__tags-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.newfilter__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 575px) {
  .newfilter__tags {
    width: 100%;
    overflow: auto;
    flex-wrap: nowrap;
  }
}

.newfilter__tags-type {
  font-family: "MyriadPro";
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  color: #999;
}

.newfilter__tag {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  padding: 4px 8px;
  background-color: #f5e5d6;
  cursor: pointer;
}

.newfilter__tag-title {
  font-family: "MyriadPro";
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  color: #32302d;
}

.newfilter-remove-tag-button {
  width: 12px;
  height: 12px;
  background-image: url(/local/templates/avkube/images/cross-golden.svg);
  background-size: 12px;
  background-position: center;
}

.choose-interior-button {
  all: unset;
  -webkit-appearance: none;
  width: 100%;
  max-width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: flex-end;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  padding: 13px;
  background-color: #cd7f32;
  border: 1px solid #cd7f32;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
}

@media screen and (max-width: 767px) {
  .choose-interior-button {
    max-width: 100%;
  }
}

.newfilter-choose-interior-button:hover {
  background-color: rgba(32, 32, 32, 0.7);
  border-color: rgba(32, 32, 32, 0.7);
}

.modal_newfilter {
  width: 100%;
  max-width: 600px;
  padding: 30px 20px 40px 20px;
  background-color: #fff;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal_newfilter::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 575px) {
  .modal_newfilter {
    padding: 0;
  }
}

.modal_newfilter .modal__heading {
  display: none;
  padding: 20px;
  background-color: rgba(46, 51, 55, 0.9);
}

@media screen and (max-width: 575px) {
  .modal_newfilter .modal__heading {
    display: block;
  }
}

.modal_newfilter .modal__logobox {
  width: 175px;
  height: 51px;
}

.modal_newfilter .modal__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal_newfilter .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 41px;
  height: 41px;
  padding: 0;
  background-image: url(/local/templates/avkube/images/cross.svg);
  background-size: 41px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .modal_newfilter .modal__close {
    background-image: url(/local/templates/avkube/images/cross-white.svg);
  }
}

.modal_newfilter .modal__title {
  display: block;
  font-family: "MyriadPro-Regular";
  font-size: 30px;
  line-height: 1.23;
  font-weight: 400;
  text-transform: uppercase;
  color: #2e3337;
  margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
  .modal_newfilter .modal__title {
    font-size: 24px;
    line-height: 1.3;
    padding: 20px 20px 0;
    margin-bottom: 30px;
  }
}

.modal_newfilter .newfilter_form {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

@media screen and (max-width: 575px) {
  .modal_newfilter .newfilter_form {
    gap: 0;
  }
}

.modal_newfilter .fields__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 575px) {
  .modal_newfilter .fields__box {
    gap: 0;
  }
}

.modal_newfilter .fields__wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 575px) {
  .modal_newfilter .fields__wrap {
    gap: 0;
  }
  .modal_newfilter .fields__wrap.active .fields__title {
    background-image: url(/local/templates/avkube/images/minus.svg);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .modal_newfilter .fields__wrap.active .fields {
    display: grid;
  }
  .modal_newfilter .fields__wrap.active + .fields__wrap {
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}

.modal_newfilter .fields__title {
  font-family: "MyriadPro";
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}

@media screen and (max-width: 575px) {
  .modal_newfilter .fields__title {
    padding: 10px 55px 10px 20px;
    background-color: #fff;
    background-image: url(/local/templates/avkube/images/plus.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: top 50% right 20px;
  }
}

.modal_newfilter .fields {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  padding-bottom: 10px;
}

@media screen and (max-width: 575px) {
  .modal_newfilter .fields {
    display: none;
    padding: 15px 20px 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .modal_newfilter .fields.active {
    display: grid;
  }
}

.modal_newfilter .inputholder--checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 23px;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.modal_newfilter .inputholder--checkbox input[type="checkbox"] {
  margin: 0;
}

.modal_newfilter .inputholder--checkbox input[type="checkbox"]:checked + .inputholder__label::before {
  background-image: url(/local/templates/avkube/images/check.svg);
}

.modal_newfilter .inputholder__label {
  display: flex;
  align-items: center;
  font-family: "MyriadPro";
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  color: #2e3337;
}

.modal_newfilter .inputholder__label::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  cursor: pointer;
  margin-top: -3px;
}

.modal_newfilter .buttons__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 575px) {
  .modal_newfilter .buttons__wrap {
    padding: 20px;
    border-top: 1px solid #f0f0f0;
  }
}

.modal_newfilter .newfilter-show-button,
.modal_newfilter .newfilter-reset-button {
  all: unset;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  padding: 13px;
  border: 1px solid #000;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
}

.modal_newfilter .newfilter-show-button {
  color: #fff;
  background-color: #cd7f32;
  border-color: #cd7f32;
}

.modal_newfilter .newfilter-show-button:hover {
  background-color: rgba(32, 32, 32, 0.7);
  border-color: rgba(32, 32, 32, 0.7);
}

.modal_newfilter .newfilter-reset-button {
  color: #2e3337;
  background-color: #fff;
  border-color: #2e3337;
}

.modal_newfilter .newfilter-reset-button:hover {
  color: #fff;
  background-color: rgba(32, 32, 32, 0.7);
  border-color: rgba(32, 32, 32, 0.7);
}
