@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  width: 100%;
  min-width: 320px;
  color: #1E1E1E;
  background: #fff;
  font: 16px/120% "FuturaPT Cyrillic", Verdana;
  cursor: default;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption, h1, h2, h3, h4, h5 {
  font: 16px/120% "FuturaPT Cyrillic", Verdana;
  margin: 0;
  padding: 0;
  border: 0;
}

a img, :link img, :visited img {
  border: 0;
}

p {
  padding: 0px;
  margin: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

a {
  cursor: pointer;
  outline: none;
  color: #1E1E1E;
  text-decoration: none;
  font: 16px/120% "FuturaPT Cyrillic", Verdana;
}

a:hover {
  text-decoration: none;
}

.cl:after {
  content: "";
  display: block;
  clear: both;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}

input, select, textarea, button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: unset;
  border: unset;
}

textarea {
  outline: none;
  resize: none;
  overflow: auto;
}

ul {
  list-style: none;
}

/* site styles */
.footer, .header_bot, .header_top, .content {
  max-width: 1470px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.m_0 {
  margin: 0 !important;
}

h1 {
  font-size: 52px;
  line-height: 110%;
  font-weight: 600;
  color: #3E3535;
}

h2 {
  font-size: 32px;
  font-weight: 600;
  color: #424F2D;
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #3E3535;
  text-transform: uppercase;
}

p {
  font-size: 18px;
  line-height: 130%;
  color: #4E4343;
  margin-top: 15px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 210px;
  width: 100%;
  height: 55px;
  background: #4C5837;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 0 5px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.btn:hover {
  background: #5B6546;
}

header {
  position: relative;
  z-index: 5;
  background: #fff;
}

.header_top {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
}
.logo > img {
  max-width: 152px;
  width: 100%;
}
.logo > span {
  font-size: 15px;
  line-height: 100%;
  color: #858585;
}

.h_tel {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 700;
  margin-left: 12px;
  white-space: nowrap;
}
.h_tel:before {
  display: block;
  content: "";
  width: 20px;
  height: 28px;
  background: url(../images/tel.svg) center/cover no-repeat;
}

.h_email {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 500;
  margin-left: auto;
}
.h_email:before {
  display: block;
  content: "";
  width: 25px;
  height: 20px;
  background: url(../images/email.svg) center/cover no-repeat;
}

.h_socials, .ct_socials {
  display: flex;
  gap: 10px;
  margin-left: 25px;
}
.h_socials > a, .ct_socials > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  gap: 10px;
  border: 1px solid #CFCFCF;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s;
}
.h_socials > a:hover, .ct_socials > a:hover {
  opacity: 0.7;
}
.h_socials > a.h_vk:before, .ct_socials > a.h_vk:before {
  display: block;
  content: "";
  width: 34px;
  height: 19px;
  background: url(../images/vk.svg) center/cover no-repeat;
}
.h_socials > a.h_max:before, .ct_socials > a.h_max:before {
  display: block;
  content: "";
  width: 25px;
  height: 24px;
  background: url(../images/max.svg) center/cover no-repeat;
}

.header_bot_wrap {
  background: #F3ECE6;
}

.burger {
  display: none;
  width: 22px;
  height: 18px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.burger.opened span {
  height: 0;
}
.burger.opened span:before {
  top: 50%;
  transform: rotate(-45deg);
}
.burger.opened span:after {
  top: 50%;
  transform: rotate(45deg);
}
.burger:hover {
  opacity: 0.7;
}
.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 8px;
}
.burger span:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: -8px;
  transition: 0.3s;
}
.burger span:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s;
}

.h_menu > ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.h_menu > ul > li {
  width: 100%;
  border-left: 1px solid #E9E3DD;
  position: relative;
}
.h_menu > ul > li:first-child {
  border-left: none;
}
.h_menu > ul > li:hover > a {
  background: #4C5837;
  color: #fff;
}
.h_menu > ul > li > a {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
  color: #665E5B;
}
.h_menu > ul > li > a.hm_pop.opened {
  color: #000;
}
.h_menu > ul > li > ul {
  width: 280px;
  display: none;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 60px;
  background: #5A6446;
}
.h_menu > ul > li > ul > li > a {
  display: flex;
  min-height: 56px;
  align-items: center;
  padding: 5px 15px;
  font-size: 22px;
  line-height: 100%;
  color: #fff;
  transition: 0.3s;
}
.h_menu > ul > li > ul > li > a:hover {
  background: #F3ECE6;
  color: #665E5B;
}

.top_block {
  background: url(../images/tb_1.jpg) center/cover no-repeat;
  padding: 130px 0;
}
.top_block.tb_good {
  background: url(../images/tb_2.jpg) center/cover no-repeat;
}
.top_block.tb_production {
  background: url(../images/tb_3.jpg) center/cover no-repeat;
}
.top_block.tb_about {
  background: url(../images/tb_4.jpg) center/cover no-repeat;
}

.tb_block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 760px;
}

.tb_text_1 {
  font-size: 22px;
}

.tb_text_2 {
  max-width: 580px;
  font-size: 32px;
  color: #5B4A4A;
}

.tb_btns {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}
.tb_btns > a {
  height: 70px;
  font-size: 22px;
}

.tb_btn_1 {
  max-width: 314px;
}

.tb_btn_2 {
  max-width: 230px;
  border: 1px solid #4C5837;
  background: #DFD5CF;
  color: #4C5837;
}
.tb_btn_2:hover {
  color: #fff;
}

/*стили модальных окон*/
.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background: #5F5147;
  opacity: 0.96;
  display: none;
}

.boxes .window {
  display: none;
  max-width: 1170px;
  width: calc(100dvw - 30px);
  max-height: 90dvh;
  overflow: auto;
  background: #FCFBF9 url(../images/mw_bg.jpg) left bottom no-repeat;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.close {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.close:hover {
  opacity: 0.7;
}
.close:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.close:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.m_content {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 70px 60px;
}

.mc_left {
  max-width: 480px;
}

.m_head {
  font-size: 32px;
  font-weight: 500;
}

.m_text {
  font-size: 22px;
  color: #4E4343;
  margin-top: 15px;
}

.form {
  max-width: 514px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

::-webkit-input-placeholder {
  color: #4E4343;
  opacity: 1;
}

::-moz-placeholder {
  color: #4E4343;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #4E4343;
  opacity: 1;
}

.f_input, .f_area {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 0 25px;
  font-size: 18px;
  color: #4E4343;
  box-shadow: 0 0 5px #cccccc;
}

.f_area {
  height: 108px;
  padding: 15px 25px;
}

.cb_file {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  height: 70px;
  position: relative;
  background: #FFFFFF;
  cursor: pointer;
  border: 1px dashed #706E6B;
  border-radius: 12px;
  padding: 0 25px;
}
.cb_file:hover {
  background: #f0f0f0;
}
.cb_file input[type=file] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cb_file input[type=file]::file-selector-button, .cb_file input[type=file]::-webkit-file-upload-button, .cb_file input[type=file]::-ms-browse {
  display: none;
}
.cb_file .file-text {
  font-size: 18px;
  color: #4E4343;
  user-select: none;
  z-index: 1;
  pointer-events: none;
}
.cb_file .file-icon {
  width: 23px;
  height: 22px;
  flex-shrink: 0;
  background: url(../images/file_icon.svg) center/cover no-repeat;
}

.f_bot {
  display: flex;
  gap: 20px;
  align-items: center;
}

.f_submit {
  max-width: 200px;
  height: 70px;
  font-size: 18px;
  text-transform: uppercase;
}

.f_private {
  font-size: 20px;
  line-height: 110%;
  color: #917D6E;
  transition: 0.3s;
}
.f_private:hover {
  opacity: 0.7;
}

.rus_prod {
  background: #917D6E;
  padding: 40px 0;
  position: relative;
}
.rus_prod.light {
  background: #F8F3EE;
}
.rus_prod.light h2 {
  color: #424F2D;
}
.rus_prod.light .rpb_text {
  color: #5B4A4A;
}
.rus_prod.light .rp_item {
  border: 1px solid #E6E0D9;
}
.rus_prod.light .rp_img {
  filter: invert(38%) sepia(11%) saturate(728%) hue-rotate(346deg) brightness(52%) contrast(87%);
}
.rus_prod.light .rpi_text {
  color: #5B4A4A;
}
.rus_prod:before {
  display: block;
  content: "";
  width: 229px;
  height: 333px;
  background: url(../images/rp_l.png) center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rus_prod:after {
  display: block;
  content: "";
  width: 225px;
  height: 287px;
  background: url(../images/rp_r.png) center/cover no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rus_prod .content {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.rp_block {
  max-width: 330px;
}
.rp_block h2 {
  color: #fff;
}

.rpb_text {
  font-size: 22px;
  color: #fff;
  margin-top: 15px;
}

.rp_items {
  display: flex;
  flex: 1;
  justify-content: space-between;
  gap: 15px;
}

.rp_item {
  width: 100%;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #FFFFFF;
  border-radius: 22px;
  padding: 10px;
}

.rp_img {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rpi_text {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.cotton_usa {
  margin-top: 60px;
}

.cu_top {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 45px;
  border-bottom: 1px solid #E3E3E3;
}

.cu_left {
  max-width: 300px;
}

.cu_text {
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.cu_img {
  flex: 1;
  width: 100%;
  border-radius: 22px;
  border: 1px solid #E3E3E3;
}

.cu_bot {
  min-height: 265px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  margin-top: 45px;
  border-radius: 22px;
  background: url(../images/cu_bot.jpg) center/cover no-repeat;
  padding: 20px 50px;
}

.cub_head {
  font-size: 44px;
  line-height: 100%;
  font-weight: 700;
  color: #424F2D;
  text-transform: uppercase;
}

.cub_items {
  display: flex;
  gap: 35px;
  align-items: center;
}

.cub_item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 26px;
  line-height: 100%;
  font-weight: 500;
  color: #4E4343;
  text-transform: uppercase;
}
.cub_item:before {
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  background: url(../images/mark_37x37.svg) center/cover no-repeat;
}

.our_cloth {
  margin-top: 50px;
}

.oc_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 22px;
  padding: 20px;
  margin-top: 20px;
}
.oc_block.right {
  text-align: right;
}
.oc_block.right .oc_text_block {
  align-items: flex-end;
}

.oc_imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.oc_imgs > img {
  width: 100%;
}

.oc_img {
  border-radius: 12px;
}
.oc_img.big {
  max-width: 348px;
}

.oc_text_block {
  display: flex;
  flex-direction: column;
  padding: 10px;
  min-width: 235px;
  max-width: 300px;
}

.oct_head {
  font-size: 32px;
  font-weight: 500;
}

.oc_btn {
  max-width: 200px;
  height: 50px;
  margin-top: 25px;
}

.oc_cat_btn {
  max-width: 220px;
  height: 60px;
  margin: 20px auto 0;
}

.print_on {
  padding: 45px 0;
  background: #F7F5F1;
  margin-top: 30px;
}

.po_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.po_top h2 {
  max-width: 365px;
  text-transform: none;
  font-size: 32px;
  color: #1E1E1E;
}

.po_text {
  max-width: 720px;
  font-size: 18px;
  color: #4E4343;
}

.po_btn {
  max-width: 235px;
  height: 50px;
}

.po_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  margin-top: 33px;
}

.po_item {
  position: relative;
}
.po_item > img {
  display: block;
  border-radius: 22px;
}
.po_item:before {
  display: block;
  content: "";
  width: 67px;
  height: 67px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: -44px;
}
.po_item:after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: #917D6E url(../images/poi_arrow.svg) center no-repeat;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: -31px;
}
.po_item:last-child:before, .po_item:last-child:after {
  display: none;
}

.why_we {
  margin-top: 45px;
  background: #897668;
  padding: 55px 0 35px;
}
.why_we h2 {
  color: #fff;
  text-transform: none;
}

.ww_items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  margin-top: 30px;
}

.ww_item {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #917D6E;
  border: 1px solid #A29389;
  border-radius: 22px;
  padding: 30px 15px;
}

.wwi_img {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wwi_head {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

.wwi_text {
  max-width: 180px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
}

.prod_base {
  background: #917D6E;
  padding: 35px 0 50px;
}
.prod_base.light {
  background: #fff;
}
.prod_base.light h2 {
  text-transform: uppercase;
  color: #424F2D;
}
.prod_base.light p {
  color: #4E4343;
}
.prod_base.light .pb_item {
  background: #F2EEEE;
  color: #4E4343;
}
.prod_base .content {
  display: flex;
  gap: 25px;
}
.prod_base h2 {
  color: #fff;
  text-transform: none;
}
.prod_base p {
  color: #fff;
}

.pb_left {
  max-width: 560px;
  width: 100%;
}

.pb_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
  margin-top: 30px;
}

.pb_item {
  background: #A08D7F;
  border-radius: 22px;
  padding: 18px 25px;
  font-size: 15px;
  color: #fff;
}
.pb_item > span {
  display: block;
  font-weight: 700;
}
.pb_item:before {
  display: block;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #A79485 url(../images/calendar.svg) center/19px no-repeat;
  margin-bottom: 10px;
}

.pbi_btn {
  margin-top: 30px;
}

.pb_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.our_events {
  margin-top: 55px;
}
.our_events .content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 45px;
  border-bottom: 1px solid #E3E3E3;
}
.our_events h2 {
  text-transform: none;
  color: #1E1E1E;
  line-height: 100%;
}

.oe_left {
  max-width: 285px;
}

.oe_btn {
  max-width: 285px;
  height: 50px;
  font-size: 18px;
  margin-top: 25px;
}

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

.oe_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  padding: 30px;
  background: url(../images/oei_bg.jpg) center/cover no-repeat;
  border-radius: 22px;
}

.oei_head {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.oei_text {
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.oei_btn {
  max-width: 168px;
  height: 48px;
  background: #fff;
  color: #4C5837;
  font-size: 15px;
  transition: 0.3s;
}
.oei_btn:hover {
  color: #fff;
}

.content_block {
  margin-top: 45px;
}
.content_block h2 {
  color: #1E1E1E;
}

.bot_form {
  background: #FEFAF9 url(../images/cb_bg.jpg) left bottom no-repeat;
  margin-top: 50px;
  padding: 60px 0;
}
.bot_form h2 {
  text-transform: none;
  color: #1E1E1E;
}
.bot_form .content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.bf_left {
  max-width: 484px;
}

.bf_right {
  width: 100%;
  max-width: 900px;
}
.bf_right .form {
  max-width: unset;
}

.bf_inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

footer {
  background: #5F5147;
  padding: 60px 0;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.f_logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
}
.f_logo > img {
  max-width: 170px;
  filter: brightness(1000%);
}

.f_info {
  font-size: 20px;
  line-height: 210%;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
}
.f_info > span {
  display: inline-block;
}

.f_conf {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}
.f_conf:hover {
  text-decoration: underline;
}

.fc_head {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.f_menu {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.f_menu > li > a {
  font-size: 20px;
  line-height: 120%;
  color: #fff;
}
.f_menu > li > a:hover {
  text-decoration: underline;
}

.f_contacts {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.f_tel {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.f_tel:before {
  display: block;
  content: "";
  width: 20px;
  height: 28px;
  background: url(../images/tel.svg) center/cover no-repeat;
  filter: brightness(1000%);
}

.f_email {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.f_email:before {
  display: block;
  content: "";
  width: 25px;
  height: 20px;
  background: url(../images/email.svg) center/cover no-repeat;
  filter: brightness(1000%);
}

.f_socials {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.f_socials > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  gap: 10px;
  border: 1px solid #CFCFCF;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
}
.f_socials > a:hover {
  opacity: 0.7;
}
.f_socials > a.h_vk:before {
  display: block;
  content: "";
  width: 34px;
  height: 19px;
  background: url(../images/vk.svg) center/cover no-repeat;
  filter: brightness(1000%);
}
.f_socials > a.h_max:before {
  display: block;
  content: "";
  width: 25px;
  height: 24px;
  background: url(../images/max.svg) center/cover no-repeat;
  filter: brightness(1000%);
}

.f_address {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  color: #fff;
}
.f_address:before {
  display: block;
  content: "";
  flex-shrink: 0;
  width: 21px;
  height: 28px;
  background: url(../images/address.svg) center/cover no-repeat;
}

.f_btn {
  max-width: 210px;
  height: 55px;
  background: #fff;
  color: #917D6E;
  font-size: 20px;
  margin-top: 15px;
  transition: 0.3s;
}
.f_btn:hover {
  opacity: 0.7;
  background: #fff;
}

.dev {
  display: inline-block;
  margin-top: 30px;
}
.dev > img {
  display: block;
}

.tb_items {
  max-width: 650px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
}

.tb_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-right: 1px solid #C7BEB8;
}
.tb_item:last-child {
  border-right: none;
}

.tbi_img {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tbi_text {
  font-size: 16px;
  line-height: 110%;
  font-weight: 500;
  color: #5B4A4A;
  text-align: center;
}

.good {
  margin-top: 50px;
}

.g_top {
  display: flex;
  gap: 30px;
  align-items: center;
}

.gt_left {
  max-width: 530px;
}

.gt_img {
  transition: 0.3s;
}
.gt_img:hover {
  opacity: 0.7;
}
.gt_img > img {
  display: block;
  border-radius: 12px;
}

.g_bot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 30px;
}

.gb_img {
  display: block;
  transition: 0.3s;
}
.gb_img:hover {
  opacity: 0.7;
}
.gb_img > img {
  display: block;
  border-radius: 12px;
}

.good_examples {
  margin-top: 45px;
}

.ge_items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  margin-top: 25px;
}

.ge_item {
  display: block;
  transition: 0.3s;
}
.ge_item:hover {
  opacity: 0.7;
}

.gei_img {
  display: block;
  aspect-ratio: 265/304;
}
.gei_img > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.gei_text {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #4E4343;
}

.price {
  background: #F2ECE6;
  padding: 60px 0 50px;
  margin-top: 30px;
}

.p_table {
  margin-top: 5px;
}

.pt_line {
  height: 66px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D7D2CD;
}
.pt_line.pt_head > div {
  font-size: 18px;
  font-weight: 400;
}
.pt_line > div {
  width: 20%;
  font-size: 20px;
  font-weight: 500;
  color: #4E4343;
  text-align: center;
  padding: 10px;
}
.pt_line > div:nth-child(1) {
  width: 40%;
  text-align: left;
}

.about {
  padding: 85px 0 50px;
}
.about .content {
  display: flex;
  gap: 30px;
}

.a_left {
  max-width: 315px;
}

.as_tabs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 20px;
}
.as_tabs > div {
  display: flex;
  height: 60px;
  align-items: center;
  padding: 10px 25px;
  background: #F9F8F8;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 700;
  color: #4E4343;
  cursor: pointer;
}
.as_tabs > div.active {
  background: #CFC6BF;
}

.a_right {
  width: 100%;
}

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

.ar_item {
  background: #F2EEEE;
  padding: 10px;
  border-radius: 22px;
}

.ari_img {
  border-radius: 14px;
}

.ari_top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.ari_right {
  padding-top: 10px;
}

.ari_btns {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
.ari_btns .btn {
  max-width: 144px;
  height: 50px;
  font-size: 18px;
}
.ari_btns .btn.ari_info {
  max-width: 162px;
  background: none;
  border: 1px solid #4C5837;
  color: #4C5837;
  transition: 0.3s;
}
.ari_btns .btn.ari_info:hover {
  opacity: 0.7;
}

.ar_price {
  margin-top: 25px;
}
.ar_price h3 {
  padding-left: 10px;
}
.ar_price .pt_line:last-child {
  border-bottom: none;
}

.contacts {
  padding: 50px 0 20px;
}
.contacts .content {
  display: flex;
  gap: 30px;
}

.ct_left {
  max-width: 580px;
}
.ct_left h3 {
  margin: 25px 0 10px;
}

.ct_tel {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}
.ct_tel:before {
  display: block;
  content: "";
  width: 20px;
  height: 28px;
  background: url(../images/tel.svg) center/cover no-repeat;
  filter: brightness(50%);
}

.ct_email {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 500;
  margin-left: auto;
}
.ct_email:before {
  display: block;
  content: "";
  width: 25px;
  height: 20px;
  background: url(../images/email.svg) center/cover no-repeat;
  filter: brightness(60%);
}

.ct_address {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  color: #3E3535;
}
.ct_address:before {
  display: block;
  content: "";
  flex-shrink: 0;
  width: 21px;
  height: 28px;
  background: url(../images/address.svg) center/cover no-repeat;
  filter: brightness(0) invert(24%) sepia(8%) saturate(320%) hue-rotate(310deg) brightness(72%) contrast(88%);
}

.ct_socials {
  display: flex;
  gap: 10px;
  margin: 25px 0 0;
}

.map {
  width: 100%;
  height: 480px;
  border-radius: 22px;
  overflow: hidden;
}

@media only screen and (max-width: 1820px) {
  .rus_prod:before, .rus_prod:after {
    display: none;
  }
} /*1820*/
@media only screen and (max-width: 1400px) {
  .oc_block {
    gap: 10px;
    padding: 15px;
  }
  .oc_imgs {
    grid-gap: 10px;
  }
  .oc_text_block {
    padding: 0;
  }
  .oc_img.big {
    width: 24dvw;
  }
} /*1400*/
@media only screen and (max-width: 1250px) {
  .h_socials {
    margin-left: unset;
  }
  .h_socials > a {
    width: 50px;
    padding: 15px 0;
  }
  .h_socials > a > span {
    display: none;
  }
  .h_tel {
    margin-left: unset;
    font-size: 18px;
  }
  .gt_left {
    max-width: 50%;
  }
} /*1250*/
@media only screen and (min-width: 1024px) {
  .h_menu > ul > li:hover > ul {
    display: flex;
  }
} /*+1024*/
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 24px !important;
  }
  p {
    margin-top: 10px;
  }
  .header_top {
    min-height: 60px;
    gap: 20px;
  }
  .h_tel > span, .h_email > span {
    display: none;
  }
  .h_tel {
    margin-left: auto;
  }
  .h_email {
    margin-left: unset;
  }
  .h_socials {
    gap: 20px;
  }
  .h_socials > a {
    width: unset;
    border: unset;
  }
  .header_bot_wrap {
    display: none;
    width: 250px;
    padding: 20px 10px;
    position: absolute;
    left: 0;
    top: 60px;
  }
  .burger {
    display: block;
  }
  .h_menu > ul {
    flex-direction: column;
    gap: 10px;
  }
  .h_menu > ul > li {
    border: unset;
  }
  .h_menu > ul > li:hover > a {
    background: none;
    color: #665E5B;
  }
  .h_menu > ul > li > a {
    height: unset;
    justify-content: flex-start;
    padding: 0;
  }
  .h_menu > ul > li > a:hover {
    color: #000;
  }
  .h_menu > ul > li > ul {
    display: none;
    width: unset;
    position: static;
    padding-left: 10px;
    background: unset;
  }
  .h_menu > ul > li > ul > li {
    margin-top: 7px;
  }
  .h_menu > ul > li > ul > li > a {
    min-height: unset;
    padding: 0;
    color: #665E5B;
  }
  .h_menu > ul > li > ul > li > a:hover {
    color: #000;
  }
  .top_block {
    padding: 30px 0;
  }
  .tb_text_1 {
    font-size: 18px;
  }
  .tb_text_2 {
    font-size: 24px;
  }
  .tb_btns {
    margin-top: 5px;
  }
  .rus_prod {
    padding: 20px 0;
  }
  .rus_prod .content {
    flex-direction: column;
    gap: 20px;
  }
  .rp_block {
    max-width: unset;
  }
  .rp_block h2 {
    text-align: center;
  }
  .rp_block h2 br {
    display: none;
  }
  .rpb_text {
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
  }
  .rp_items {
    gap: 10px;
  }
  .rp_item {
    min-height: unset;
    padding: 20px 15px;
  }
  .rpi_text {
    font-size: 18px;
  }
  .cotton_usa {
    margin-top: 30px;
  }
  .cu_top {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .cu_left {
    max-width: unset;
    text-align: center;
  }
  .cu_left h2 br {
    display: none;
  }
  .cu_bot {
    margin-top: 20px;
    padding: 20px;
  }
  .our_cloth {
    margin-top: 30px;
  }
  .oc_block {
    flex-direction: column;
  }
  .oc_text_block {
    order: 1;
    max-width: 100%;
    min-width: unset;
    text-align: center;
    align-items: center !important;
  }
  .oc_text_block p br {
    display: none;
  }
  .oc_img.big {
    order: 2;
    width: 200px;
    margin-top: 10px;
  }
  .oc_imgs {
    order: 3;
  }
  .print_on {
    padding: 20px 0;
  }
  .po_top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .po_top h2 {
    max-width: unset;
  }
  .po_btn {
    margin-top: 15px;
  }
  .why_we {
    margin-top: 25px;
    padding: 20px 0;
  }
  .ww_items {
    grid-gap: 10px;
    margin-top: 20px;
  }
  .ww_item {
    min-height: unset;
    padding: 15px 10px;
  }
  .wwi_img {
    height: 60px;
  }
  .wwi_img > img {
    max-height: 50px;
  }
  .prod_base {
    padding: 25px 0;
  }
  .our_events {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .content_block {
    margin-top: 30px;
  }
  .bot_form {
    background: #F8F3ED;
    margin-top: 30px;
    padding: 25px 0;
  }
  .bot_form .content {
    flex-direction: column;
    text-align: center;
  }
  .bf_left, .bf_right {
    max-width: unset;
  }
  .oe_items {
    grid-gap: 10px;
  }
  .oe_item {
    padding: 20px 15px;
  }
  .oei_head {
    font-size: 18px;
  }
  .oei_text {
    font-size: 16px;
  }
  .oei_btn {
    max-width: unset;
  }
  footer {
    padding: 30px 0;
  }
  .footer {
    flex-wrap: wrap;
    gap: 50px 30px;
  }
  .f_col {
    width: calc(50% - 15px);
  }
  .good {
    margin-top: 30px;
  }
  .good_examples {
    margin-top: 25px;
  }
  .ge_items {
    grid-gap: 10px;
    margin-top: 15px;
  }
  .price {
    padding: 30px 0;
  }
  .about {
    padding: 40px 0 30px;
  }
  .about .content {
    flex-direction: column;
  }
  .contacts {
    padding: 30px 0 0;
  }
  .ct_left {
    max-width: 380px;
  }
  .a_left {
    max-width: unset;
  }
  .as_tabs {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .as_tabs > div {
    height: unset;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
  }
} /*1024*/
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 28px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  p {
    font-size: 16px;
  }
  .h_btn {
    display: none;
  }
  .top_block {
    background: #DFD5CF;
  }
  .tb_text_1 {
    font-size: 16px;
  }
  .tb_text_2 {
    font-size: 18px;
  }
  .boxes .window {
    background: #F8F3EE;
  }
  .m_content {
    flex-direction: column;
    padding: 15px 25px;
    gap: 15px;
  }
  .form {
    max-width: 100%;
    gap: 10px;
  }
  .m_head {
    padding-right: 30px;
    font-size: 24px;
  }
  .m_text {
    font-size: 16px;
  }
  .f_input, .f_area {
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
  }
  .f_area {
    padding: 10px 15px;
    height: 100px;
  }
  .cb_file {
    height: 50px;
  }
  .cb_file .file-text {
    font-size: 16px;
  }
  .rp_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .rp_img {
    height: 60px;
  }
  .rp_img > img {
    max-height: 50px;
  }
  .cub_head {
    font-size: 24px;
  }
  .cub_head br {
    display: none;
  }
  .cu_bot {
    min-height: unset;
    padding: 20px;
    background-position: left;
  }
  .cub_items {
    flex-direction: column;
    align-items: unset;
    gap: 15px;
  }
  .cub_item {
    font-size: 18px;
    gap: 5px;
  }
  .cub_item:before {
    width: 20px;
    height: 20px;
  }
  .cub_item br {
    display: none;
  }
  .oct_head {
    font-size: 24px;
  }
  .po_items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .po_item:before, .po_item:after {
    display: none;
  }
  .ww_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .prod_base .content {
    flex-direction: column;
  }
  .pb_left {
    max-width: unset;
  }
  .pb_items {
    grid-gap: 10px;
  }
  .our_events .content {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 20px;
  }
  .our_events h2 br {
    display: none;
  }
  .oe_left {
    max-width: unset;
    text-align: center;
  }
  .oe_btn {
    margin: 15px auto;
  }
  .f_info {
    font-size: 16px;
    line-height: 150%;
  }
  .f_conf {
    font-size: 16px;
  }
  .fc_head {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .f_menu {
    gap: 10px;
  }
  .f_menu > li > a {
    font-size: 18px;
  }
  .f_tel {
    font-size: 17px;
  }
  .f_socials {
    flex-direction: column;
  }
  .f_address {
    font-size: 16px;
  }
  .g_top {
    flex-direction: column;
  }
  .gt_left {
    max-width: 100%;
  }
  .g_bot {
    margin-top: 20px;
    grid-gap: 10px;
  }
  .ge_items {
    grid-template-columns: repeat(3, 1fr);
  }
  .pt_line > div {
    font-size: 15px;
  }
  .contacts .content {
    flex-direction: column;
  }
  .ct_left {
    max-width: 100%;
  }
  .map {
    height: 360px;
  }
} /*768*/
@media only screen and (max-width: 540px) {
  h1 br {
    display: none;
  }
  .tb_btns {
    flex-direction: column;
    gap: 15px;
  }
  .tb_btns > a {
    max-width: 100%;
  }
  .f_bot {
    flex-direction: column;
    gap: 10px;
  }
  .f_submit {
    max-width: 100%;
    height: 50px;
  }
  .f_private {
    text-align: center;
    font-size: 16px;
  }
  .f_private br {
    display: none;
  }
  .bf_inputs {
    grid-template-columns: repeat(1, 1fr);
  }
  .oe_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .p_table {
    width: calc(100% + 30px);
    transform: translateX(-15px);
  }
  .pt_line {
    height: unset;
  }
  .pt_line.pt_head > div {
    font-size: 14px;
  }
  .ari_top {
    grid-template-columns: repeat(1, 1fr);
  }
} /*540*/
@media only screen and (max-width: 480px) {
  .header_top, .h_socials {
    gap: 10px;
  }
  .logo {
    flex-direction: column;
    gap: 0;
  }
  .logo > img {
    max-width: 100px;
  }
  .logo > span {
    text-align: center;
    font-size: 13px;
  }
  .logo > span br {
    display: none;
  }
  .f_col:nth-child(3), .f_col:nth-child(4) {
    width: 100%;
    text-align: center;
  }
  .f_contacts {
    align-items: center;
  }
  .f_address {
    justify-content: center;
  }
  .f_btn {
    margin: 15px auto 0;
  }
  .tbi_img {
    height: 50px;
  }
  .tbi_img > img {
    max-height: 40px;
  }
  .tbi_text {
    font-size: 14px;
  }
  .ge_items {
    grid-template-columns: repeat(2, 1fr);
  }
} /*480*/

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