@charset "UTF-8";
/* 

 ███▄ ▄███▓ █    ██  ██▓  ▄▄▄█████▓▒███████▒ ▄▄▄    ██▒   █▓ ▒█████  ▓█████▄ 
▓██▒▀█▀ ██▒ ██  ▓██▒▓██▒  ▓  ██▒ ▓▒▒ ▒ ▒ ▄▀░▒████▄ ▓██░   █▒▒██▒  ██▒▒██▀ ██▌
▓██    ▓██░▓██  ▒██░▒██░  ▒ ▓██░ ▒░░ ▒ ▄▀▒░ ▒██  ▀█▄▓██  █▒░▒██░  ██▒░██   █▌
▒██    ▒██ ▓▓█  ░██░▒██░  ░ ▓██▓ ░   ▄▀▒   ░░██▄▄▄▄██▒██ █░░▒██   ██░░▓█▄   ▌
▒██▒   ░██▒▒▒█████▓ ░██████▒▒██▒ ░ ▒███████▒ ▓█   ▓██▒▒▀█░  ░ ████▓▒░░▒████▓ 
░ ▒░   ░  ░░▒▓▒ ▒ ▒ ░ ▒░▓  ░▒ ░░   ░▒▒ ▓░▒░▒ ▒▒   ▓▒█░░ ▐░  ░ ▒░▒░▒░  ▒▒▓  ▒ 
░  ░      ░░░▒░ ░ ░ ░ ░ ▒  ░  ░    ░░▒ ▒ ░ ▒  ▒   ▒▒ ░░ ░░    ░ ▒ ▒░  ░ ▒  ▒ 
░      ░    ░░░ ░ ░   ░ ░   ░      ░ ░ ░ ░ ░  ░   ▒     ░░  ░ ░ ░ ▒   ░ ░  ░ 
       ░      ░         ░  ░         ░ ░          ░  ░   ░      ░ ░     ░    
                                   ░                    ░             ░      
     __             __                         __    __               
 ___/ /__ _  _____ / /__  ___  __ _  ___ ___  / /_  / /____ ___ ___ _ 
/ _  / -_) |/ / -_) / _ \/ _ \/  ' \/ -_) _ \/ __/ / __/ -_) _ `/  ' \
\_,_/\__/|___/\__/_/\___/ .__/_/_/_/\__/_//_/\__/  \__/\__/\_,_/_/_/_/
                       /_/                                            

*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  line-height: 1;
  font-family: 'Euclid Circular A';
}

button {
  cursor: pointer;
}

header {
  padding: 25px 0 19px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  background: white;
  z-index: 10;
}

nav a {
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 146%;
  letter-spacing: 0.03em;
  color: #455B66;
  text-align: center;
}

.logo img {
  height: 56px;
  width: 114px !important;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-grid-column-align: center;
      justify-self: center;
}

.numbers_wrapper {
  text-align: end;
  position: relative;
}

.numbers_wrapper a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 25px;
  color: #1371E2;
}

.numbers_wrapper::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: -2%;
  background: url(/extore/frontend/themes/artholod/img/svg/phone.svg) center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.burger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.burger .burger_toggle {
  width: 45px;
  height: 45px;
  background: url(/extore/frontend/themes/artholod/img/svg/burger.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
}

.burger .burger_toggle.active {
  width: 45px;
  height: 45px;
  background: url(/extore/frontend/themes/artholod/img/svg/toggle_burger.svg) center no-repeat;
  background-size: contain;
}

.burger::after {
  content: '';
  position: absolute;
  height: 1920px;
  width: 1920px;
  right: 0;
  top: -200px;
  background: linear-gradient(96.79deg, #569FFF -45.15%, #8739E7 137.55%);
  z-index: -1;
}

.banner {
  height: calc(100vh - 100px);
  background: url(/extore/frontend/themes/artholod/img/banner.jpg) center no-repeat;
  background-size: cover;
}

.banner .container {
  height: 100%;
}

.banner .big_title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.64525rem + 4.74296vw);
  line-height: 106px;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .banner .big_title {
    font-size: 5.20246rem;
  }
}

.banner .bit_subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.37255rem + 1.47054vw);
  line-height: 50px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .banner .bit_subtitle {
    font-size: 2.47545rem;
  }
}

.banner .bix_txt {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 38px;
  color: #FFFFFF;
  margin-bottom: 86px;
}

@media (min-width: 1200px) {
  .banner .bix_txt {
    font-size: 1.875rem;
  }
}

.big_btn {
  border-radius: 66px;
  background: linear-gradient(118.5deg, #FF7E6D 3.52%, #F63080 96.84%);
  color: white;
  height: 52px;
  width: 285px;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 20px;
  border: none;
  cursor: pointer;
}

@media screen and (max-height: 500px) {
  .banner {
    height: 710px;
  }
}

.swiper-slide {
  width: auto;
}

.product_slide {
  width: 355px;
  height: 355px;
  background: url(/extore/frontend/themes/artholod/img/grib.jpg) center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product_slide .product_slide_subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.33142rem + 0.97703vw);
  line-height: 42px;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .product_slide .product_slide_subtitle {
    font-size: 2.06419rem;
  }
}

.product_slide .product_slide_title {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.66685rem + 5.0022vw);
  line-height: 70px;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .product_slide .product_slide_title {
    font-size: 5.4185rem;
  }
}

.about_sec {
  background: url(/extore/frontend/themes/artholod/img/about_bg.jpg) center no-repeat;
  background-size: cover;
  height: 726px;
}

.about_sec .about_sheme {
  background: url(/extore/frontend/themes/artholod/img/about_sheme.jpg) center top no-repeat, #FFFFFF;
  background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 65px 0;
}

.about_sec .about_title {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 38px;
  color: #1371E2;
}

@media (min-width: 1200px) {
  .about_sec .about_title {
    font-size: 1.875rem;
  }
}

.about_sec .about_btn {
  border-radius: 66px;
  background: linear-gradient(105.51deg, #4CEAAD -0.86%, #2FBECD 60.86%);
  color: white;
  height: 52px;
  width: 267px;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 20px;
  border: none;
  cursor: pointer;
}

.contacts_sec {
  height: 662px;
  position: relative;
}

.contacts_sec .cc1 {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.contacts_sec .cc2 {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.contacts_sec .contacts_title div:first-child {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.43652rem + 2.23823vw);
  line-height: 63px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .contacts_sec .contacts_title div:first-child {
    font-size: 3.11519rem;
  }
}

.contacts_sec .contacts_title div:nth-child(2) {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.61707rem + 4.40479vw);
  line-height: 100px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .contacts_sec .contacts_title div:nth-child(2) {
    font-size: 4.92066rem;
  }
}

.contacts_sec .contacts_title div:nth-child(3) {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.94084rem + 8.29005vw);
  line-height: 166px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .contacts_sec .contacts_title div:nth-child(3) {
    font-size: 8.15838rem;
  }
}

.contacts_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 72px;
}

.contacts_item > * {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 25px;
  color: #FFFFFF;
}

.contacts_item {
  padding-left: 50px;
  position: relative;
}

.contacts_item.place::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(/extore/frontend/themes/artholod/img/svg/pointer.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contacts_item.phones::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(/extore/frontend/themes/artholod/img/svg/phone1.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contacts_item.mail::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(/extore/frontend/themes/artholod/img/svg/mail.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contacts_item.doc::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(/extore/frontend/themes/artholod/img/svg/doc.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contacts_item + .contacts_item {
  margin-top: 58px;
}

.contacts_btn {
  border-radius: 66px;
  background: linear-gradient(136.67deg, #FDDF42 -13.72%, #FE8756 97.75%);
  color: white;
  height: 52px;
  width: 257px;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 20px;
  border: none;
  cursor: pointer;
}

.delivery_sec {
  height: 606px;
  position: relative;
}

.delivery_sec .delivery1 {
  position: absolute;
  height: 100%;
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  z-index: -1;
}

.delivery_sec .delivery2 {
  position: absolute;
  height: 100%;
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
  z-index: -1;
}

.delivery_big_txt div:first-child {
  font-weight: 500;
  font-size: calc(1.37373rem + 1.48472vw);
  line-height: 50px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .delivery_big_txt div:first-child {
    font-size: 2.48726rem;
  }
}

.delivery_big_txt div:nth-child(2) {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.96071rem + 8.52855vw);
  line-height: 134px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .delivery_big_txt div:nth-child(2) {
    font-size: 8.35713rem;
  }
}

.delivery_big_txt div:last-child {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 60px;
}

.delivery_btn {
  border-radius: 66px;
  background: linear-gradient(136.67deg, #FDDF42 -13.72%, #FE8756 97.75%);
  color: white;
  height: 52px;
  width: 307px;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 20px;
  border: none;
  cursor: pointer;
}

.geo_sec {
  height: 724px;
  position: relative;
}

.geo_sec .g2 {
  position: absolute;
  height: 100%;
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
  z-index: -1;
}

.geo_sec .g1 {
  position: absolute;
  height: 100%;
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  z-index: -1;
}

.geo_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.geo_text {
  margin-bottom: 35px;
}

.geo_text div:first-child {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.50925rem + 3.111vw);
  line-height: 88px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: end;
}

@media (min-width: 1200px) {
  .geo_text div:first-child {
    font-size: 3.8425rem;
  }
}

.geo_text div:last-child {
  text-align: end;
  font-weight: 500;
  font-size: calc(1.7375rem + 5.85vw);
  line-height: 60px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .geo_text div:last-child {
    font-size: 6.125rem;
  }
}

.small_flag {
  width: 13%;
}

.flag {
  width: 18%;
}

.big_flags, .small_flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.small_flags {
  gap: 2.2px;
  margin-top: 10px;
}

.geo_bottom {
  text-align: start;
  font-weight: 500;
  font-size: 1.2125rem;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-top: 26px;
}

footer {
  position: relative;
  background: #253238;
  height: 534px;
}

footer .row:last-child {
  padding: 0;
}

footer .footer_img {
  position: absolute;
  height: 100%;
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
}

footer .row {
  padding: 44px 0 47px 0;
}

.footer_logo img {
  width: 171px;
  margin-bottom: 33px;
}

.footer_menu_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_contacts_item_numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 24px;
}

.footer_contacts_item_numbers::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(/extore/frontend/themes/artholod/img/svg/f_phone.svg) center no-repeat;
  background-size: contain;
  margin-right: 13px;
}

.footer_contacts_item_numbers a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 32px;
  text-transform: uppercase;
  color: #5BC6FF;
}

.footer_contacts_item_mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 44px;
}

.footer_contacts_item_mail::before {
  content: '';
  width: 20px;
  height: 16px;
  background: url(/extore/frontend/themes/artholod/img/svg/f_mail.svg) center no-repeat;
  background-size: contain;
  margin-right: 13px;
}

.footer_contacts_item_mail a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 27px;
  color: #FFFFFF;
}

.footer_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_contacts_item_adres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer_contacts_item_adres::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(/extore/frontend/themes/artholod/img/svg/f_pointer.svg) left center no-repeat;
  background-size: contain;
  margin-right: 13px;
}

.footer_contacts_item_adres span {
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 146%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.footer_contacts_item_ur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 21px;
}

.footer_contacts_item_ur::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(/extore/frontend/themes/artholod/img/svg/f_inn.svg) left center no-repeat;
  background-size: contain;
  margin-right: 13px;
}

.footer_contacts_item_ur span {
  font-style: normal;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 15px;
  color: #FFFFFF;
}

.f_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.f_menu .f_a_big {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.f_menu .f_a_small {
  font-weight: 500;
  font-size: 1rem;
  line-height: 146%;
  letter-spacing: 0.03em;
  color: #5BC6FF;
  margin-bottom: 9px;
}

.footer_bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.copy {
  font-style: normal;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 16px;
  color: #FFFFFF;
}

.hide_menu {
  position: fixed;
  width: 100%;
  height: calc(100vh - 100px);
  background: #1371E2;
  top: 100px;
  left: 0;
  display: none;
  z-index: 20;
}

.hide_menu.active {
  display: block;
}

.hide_menu .hide_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  overflow: auto;
}

.hide_menu .hide_container_item {
  width: 50%;
  height: 327px;
  background: url(/extore/frontend/themes/artholod/img/h1.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}

.hide_menu .hide_container_item .item_menu {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}

.hide_menu .hide_container_item .item_menu_container {
  width: 540px;
  height: 253px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 50px;
}

.hide_menu .hide_container_item .item_menu_navigation {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 13px;
  -webkit-column-gap: 42px;
          column-gap: 42px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hide_menu .hide_container_item .item_menu_navigation a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 25px;
  color: #FFFFFF;
}

.hide_menu .hide_container_item:hover .hide_txt {
  opacity: 0;
}

.hide_menu .hide_container_item:hover .item_menu {
  opacity: 1;
  visibility: visible;
}

.hide_menu .hide_container_item:nth-child(2n + 1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 150px;
}

.hide_menu .hide_container_item:nth-child(2n + 2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 150px;
}

.hide_menu .hide_container_item:nth-child(4) .item_btn {
  background: linear-gradient(109.84deg, #B0F67D -12.24%, #57D16D 63.26%);
}

.hide_menu .hide_container_item:nth-child(4) .hide_txt div:first-child {
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.33142rem + 0.97703vw);
  line-height: 42px;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .hide_menu .hide_container_item:nth-child(4) .hide_txt div:first-child {
    font-size: 2.06419rem;
  }
}

.hide_menu .hide_container_item:nth-child(4) .hide_txt div:last-child {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.56724rem + 3.80693vw);
  line-height: 60px;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .hide_menu .hide_container_item:nth-child(4) .hide_txt div:last-child {
    font-size: 4.42244rem;
  }
}

.hide_menu .hide_container_item:nth-child(3) .item_btn {
  background: linear-gradient(105.67deg, #569FFF -5.56%, #8739E7 92.92%);
}

.hide_menu .hide_container_item:nth-child(3) .hide_txt div:first-child {
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.33142rem + 0.97703vw);
  line-height: 42px;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .hide_menu .hide_container_item:nth-child(3) .hide_txt div:first-child {
    font-size: 2.06419rem;
  }
}

.hide_menu .hide_container_item:nth-child(3) .hide_txt div:last-child {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.61089rem + 4.33065vw);
  line-height: 60px;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .hide_menu .hide_container_item:nth-child(3) .hide_txt div:last-child {
    font-size: 4.85888rem;
  }
}

.hide_menu .hide_container_item:nth-child(2) .item_btn {
  background: linear-gradient(136.67deg, #FDDF42 -13.72%, #FE8756 97.75%);
}

.hide_menu .hide_container_item:nth-child(2) .hide_txt div:first-child {
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.45475rem + 2.45696vw);
  line-height: 67px;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .hide_menu .hide_container_item:nth-child(2) .hide_txt div:first-child {
    font-size: 3.29747rem;
  }
}

.hide_menu .hide_container_item:nth-child(2) .hide_txt div:last-child {
  font-weight: 500;
  font-size: calc(1.64876rem + 4.78517vw);
  line-height: 60px;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .hide_menu .hide_container_item:nth-child(2) .hide_txt div:last-child {
    font-size: 5.23764rem;
  }
}

.hide_menu .hide_container_item:nth-child(5) .item_btn {
  background: linear-gradient(118.5deg, #FF7E6D 3.52%, #F63080 96.84%);
}

.hide_menu .hide_container_item:nth-child(6) .item_btn {
  background: linear-gradient(112.21deg, #FF5DD1 2.59%, #B222ED 86.05%);
}

.hide_menu .hide_container_item:nth-child(6) .hide_txt div:first-child {
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.29317rem + 0.51803vw);
  line-height: 34px;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .hide_menu .hide_container_item:nth-child(6) .hide_txt div:first-child {
    font-size: 1.68169rem;
  }
}

.hide_menu .hide_container_item:nth-child(6) .hide_txt div:last-child {
  font-weight: 500;
  font-size: calc(1.68158rem + 5.17897vw);
  line-height: 60px;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .hide_menu .hide_container_item:nth-child(6) .hide_txt div:last-child {
    font-size: 5.56581rem;
  }
}

.hide_menu .hide_txt {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hide_menu .hide_txt div:first-child {
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.33142rem + 0.97703vw);
  line-height: 42px;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .hide_menu .hide_txt div:first-child {
    font-size: 2.06419rem;
  }
}

.hide_menu .hide_txt div:last-child {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.66685rem + 5.0022vw);
  line-height: 60px;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .hide_menu .hide_txt div:last-child {
    font-size: 5.4185rem;
  }
}

/* .hide_container_item:nth-child(even){
    .item_menu{
        justify-content: f;
    }
} */
.item_btn {
  border-radius: 66px;
  background: linear-gradient(106.03deg, #4CEAAD 8.16%, #2FBECD 87.42%);
  color: white;
  height: 52px;
  width: 148px;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 20px;
  border: none;
  cursor: pointer;
}

.title_sec {
  height: 291px;
  background: url(/extore/frontend/themes/artholod/img/about_bg.jpg) center no-repeat;
  background-size: cover;
}

.catalog_title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.catalog_title div:first-child {
  font-weight: 700;
  font-size: calc(1.45475rem + 2.45696vw);
  line-height: 37px;
  color: #FFFFFF;
  text-align: center;
}

@media (min-width: 1200px) {
  .catalog_title div:first-child {
    font-size: 3.29747rem;
  }
}

.catalog_title div:last-child {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.64876rem + 4.78517vw);
  line-height: 60px;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .catalog_title div:last-child {
    font-size: 5.23764rem;
  }
}

.goods_sec {
  overflow: hidden;
}

.goods_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.goods_wrapper .goods_item {
  position: relative;
  width: 50%;
  height: 327px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 31px;
  padding-right: 34px;
}

.goods_wrapper .goods_item .goods_img {
  position: absolute;
  right: 0;
  height: 100%;
  width: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  z-index: -1;
}

.goods_wrapper .goods_item:nth-child(even) {
  padding-right: 0;
}

.goods_wrapper .goods_item:nth-child(even) .goods_img {
  right: auto;
  left: 0;
}

.goods_btn {
  margin-top: 55px;
  border-radius: 66px;
  background: linear-gradient(95.32deg, #5BC6FF -25.36%, #1371E2 81.37%), linear-gradient(136.67deg, #FDDF42 -13.72%, #FE8756 97.75%);
  color: white;
  height: 52px;
  width: 148px;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 20px;
  border: none;
  cursor: pointer;
  margin-left: auto;
}

.goods_item_title {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.375rem + 1.5vw);
  line-height: 51px;
  color: #FFFFFF;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .goods_item_title {
    font-size: 2.5rem;
  }
}

.gga {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.goods_item:nth-child(2) .goods_btn {
  background: linear-gradient(136.67deg, #FDDF42 -13.72%, #FE8756 97.75%);
}

.goods_item:nth-child(3) .goods_btn {
  background: linear-gradient(136.67deg, #FDDF42 -13.72%, #FE8756 97.75%);
}

.goods_item:nth-child(4) .goods_btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#4CEAAD), to(#2FBECD));
  background: linear-gradient(180deg, #4CEAAD 0%, #2FBECD 100%);
}

.goods_item:nth-child(5) .goods_btn {
  background: linear-gradient(118.5deg, #FF7E6D 3.52%, #F63080 96.84%);
}

.goods_item:nth-child(6) .goods_btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#B0F67D), to(#57D16D));
  background: linear-gradient(180deg, #B0F67D 0%, #57D16D 100%);
}

.goods_item:nth-child(7) .goods_btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#15EBEB), to(#049AF8));
  background: linear-gradient(180deg, #15EBEB 0%, #049AF8 100%);
}

.goods_item:nth-child(8) .goods_btn {
  background: linear-gradient(136.67deg, #FDDF42 -13.72%, #FE8756 97.75%);
}

.asd {
  height: 100%;
}

.in_sec {
  min-height: 773px;
  height: 773px;
  position: relative;
  overflow: hidden;
}

.in_sec .in_bg_container {
  position: relative;
}

.in_sec .in_bg {
  position: absolute;
  height: calc(100% + 123px);
  width: 80vw;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  top: -97px;
  right: 0;
}

.in_sec .desc {
  position: relative;
}

.in_sec .desc .desc_bg {
  position: absolute;
  top: -97px;
  left: 0;
  background: linear-gradient(41.1deg, #569FFF -13.39%, #8739E7 110.14%);
  height: calc(100% + 123px);
  width: 80vw;
}

.in_container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 26px;
  padding-top: 97px;
}

.in_title {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 38px;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 470px;
  text-align: start;
}

@media (min-width: 1200px) {
  .in_title {
    font-size: 1.875rem;
  }
}

.in_txt {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 146%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  max-width: 570px;
}

.in_sostav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.in_sostav span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.in_sostav ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 146%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.in_sostav ul {
  margin-left: 20px;
}

.in_btn {
  border-radius: 66px;
  background: linear-gradient(41.1deg, #569FFF -13.39%, #8739E7 110.14%);
  color: white;
  height: 52px;
  width: 201px;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 20px;
  border: none;
  cursor: pointer;
  margin-left: auto;
}

.desc_container {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.desc_item {
  padding: 20px 0;
  min-height: 128px;
  position: relative;
  padding-left: 88px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.desc_item::after {
  content: '';
  width: 80vw;
  height: 100%;
  background: #8739E7;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}

.desc_item:hover::after {
  opacity: 1;
}

.desc_item.location {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 25px;
  color: #FFFFFF;
}

.desc_item.location::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 38px;
  width: 38px;
  height: 38px;
  background: url(/extore/frontend/themes/artholod/img/svg/in_loc.svg) center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.desc_item .d_c {
  position: relative;
  z-index: 1;
}

.desc_item.temp {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 146%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.desc_item.temp::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 38px;
  width: 38px;
  height: 38px;
  background: url(/extore/frontend/themes/artholod/img/svg/in_temp.svg) center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.desc_item.cc .d_c div:first-child {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 14px;
}

.desc_item.cc .d_c div:last-child {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 146%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.desc_item.cc::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 38px;
  width: 38px;
  height: 38px;
  background: url(/extore/frontend/themes/artholod/img/svg/in_cc.svg) center no-repeat;
  background-size: contain;
  z-index: 1;
}

.desc_item.fire {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 146%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.desc_item.fire::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 38px;
  width: 38px;
  height: 38px;
  background: url(/extore/frontend/themes/artholod/img/svg/in_ff.svg) center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.aboutmain_sec {
  height: 819px;
  overflow: hidden;
}

.aboutmain_sec .aboutmain_wrap {
  position: relative;
}

.aboutmain_sec .aboutmain_wrap img {
  position: absolute;
  right: 0;
  width: 50vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.abm_c {
  position: relative;
}

.abm_c .abm_c_back {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(118.5deg, #FF7E6D 3.52%, #F63080 96.84%);
  height: 100%;
  width: 70vw;
  z-index: -1;
}

.aboutmain_container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 115px 0;
}

.aboutmain_title {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.40454rem + 1.85443vw);
  line-height: 57px;
  color: #FFFFFF;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .aboutmain_title {
    font-size: 2.79536rem;
  }
}

.aboutmain_subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.25466rem + 0.05594vw);
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 63px;
}

@media (min-width: 1200px) {
  .aboutmain_subtitle {
    font-size: 1.29661rem;
  }
}

.txt {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 25px;
  color: #FFFFFF;
}

.aboutmain_t {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.29309rem + 0.51708vw);
  line-height: 37px;
  color: #FFFFFF;
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .aboutmain_t {
    font-size: 1.6809rem;
  }
}

.deliverymoscov_sec {
  height: 624px;
  position: relative;
}

.deliverymoscov_sec .dmoscow {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.deliverymoscov_sec .dmoscow_bg {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  background: linear-gradient(239.46deg, #569FFF -77.75%, #8739E7 68.55%);
  height: 100%;
  z-index: -1;
}

.dmoscow_container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dmoscow_title {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 38px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 45px;
}

@media (min-width: 1200px) {
  .dmoscow_title {
    font-size: 1.875rem;
  }
}

.dmoscow_txt {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 146%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.dmoscow_text {
  margin-bottom: 78px;
}

.region_sec {
  height: 340px;
  position: relative;
}

.region_img {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.region_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(118.5deg, #FF7E6D 3.52%, #F63080 96.84%);
  z-index: -1;
}

.region_container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.regiton_title {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 38px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 17px;
}

@media (min-width: 1200px) {
  .regiton_title {
    font-size: 1.875rem;
  }
}

.region_txt {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 146%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.region_text {
  margin-bottom: 40px;
}

.deliveryabout_sec {
  height: 308px;
  background: url(/extore/frontend/themes/artholod/img/db_bg.jpg) center no-repeat;
  background-size: cover;
}

.da_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.da_title {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 38px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .da_title {
    font-size: 1.875rem;
  }
}

.da_txt {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 146%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.contacts_map_sec {
  position: relative;
  height: 399px;
  overflow: hidden;
}

.contacts_map_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: linear-gradient(139.8deg, #569FFF 5.57%, #8739E7 77.1%);
  z-index: -1;
}

.map {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.contacts_map_container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contacts_map_title {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.4343rem + 2.21162vw);
  line-height: 63px;
  color: #FFFFFF;
  margin-bottom: 55px;
}

@media (min-width: 1200px) {
  .contacts_map_title {
    font-size: 3.09301rem;
  }
}

.contacts_map_item {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 25px;
  color: #FFFFFF;
  padding-left: 60px;
  position: relative;
  z-index: 1;
}

.contacts_map_item + .contacts_map_item {
  margin-top: 20px;
}

.contacts_map_item::before {
  content: '';
  background: url(/extore/frontend/themes/artholod/img/svg/pointer.svg) center left no-repeat;
  background-size: contain;
  width: 30px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  position: absolute;
}

.contacts_map_item:nth-child(2)::before {
  background: url(/extore/frontend/themes/artholod/img/svg/doc.svg) center left no-repeat;
  background-size: contain;
}

.director_sec {
  height: 626px;
  position: relative;
}

.director_sec .director_bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(136.67deg, #FDDF42 -13.72%, #FE8756 97.75%);
  z-index: -1;
}

.director_sec .director_bg2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(118.5deg, #FF7E6D 3.52%, #F63080 96.84%);
  z-index: -1;
}

.director_sec .director_container {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
}

.director_title {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.52148rem + 3.25771vw);
  line-height: 80px;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .director_title {
    font-size: 3.96476rem;
  }
}

.director_subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.67917rem + 5.14998vw);
  line-height: 80px;
  color: #FFFFFF;
  margin-bottom: 51px;
}

@media (min-width: 1200px) {
  .director_subtitle {
    font-size: 5.54165rem;
  }
}

.director_name {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 38px;
  color: #FFFFFF;
  margin-bottom: 36px;
}

@media (min-width: 1200px) {
  .director_name {
    font-size: 1.875rem;
  }
}

.director_item {
  position: relative;
  padding-left: 50px;
}

.director_item a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 25px;
  color: #FFFFFF;
}

.director_item::before {
  content: '';
  width: 30px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/extore/frontend/themes/artholod/img/svg/phone.svg) center left no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(70deg) brightness(101%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(70deg) brightness(101%) contrast(105%);
}

.director_item:nth-child(3)::before {
  background: url(/extore/frontend/themes/artholod/img/svg/mail.svg) center left no-repeat;
  background-size: contain;
}

.director_item + .director_item {
  margin-top: 30px;
}

.d_right_title {
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.46168rem + 2.54018vw);
  line-height: 72px;
  color: #FFFFFF;
  margin-bottom: 56px;
}

@media (min-width: 1200px) {
  .d_right_title {
    font-size: 3.36682rem;
  }
}

.director_contacts_wrap + .director_contacts_wrap {
  margin-top: 67px;
}

@media screen and (min-width: 1400px) {
  .numbers_wrapper::before {
    left: 17px;
  }
}

@media screen and (max-width: 1200px) {
  .about_sec .about_sheme {
    background: url(/extore/frontend/themes/artholod/img/about_sheme.jpg) center center no-repeat, #FFFFFF;
    background-size: contain;
  }
  .about_sec {
    height: 476px;
  }
  .product_slide {
    width: 100vw;
  }
  .contacts_sec {
    height: auto;
  }
  .contacts_sec .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .contacts_sec .cc1 {
    top: 0;
    height: 29%;
    width: 100%;
  }
  .contacts_sec .cc2 {
    bottom: 0;
    top: auto;
    height: 71%;
    width: 100%;
  }
  .contacts_sec .container .row > .col-5 {
    width: 100%;
    margin: 0 !important;
    padding: 20px 0;
  }
  .contacts_sec .contacts_title div:first-child {
    line-height: 63px;
  }
  .contacts_sec .contacts_title div:nth-child(2) {
    line-height: 40px;
  }
  .contacts_sec .contacts_title div:nth-child(3) {
    line-height: 86px;
  }
  .delivery_sec .delivery2 {
    display: none;
  }
  .delivery_sec .delivery1 {
    width: 100%;
    top: 0;
  }
  .delivery_sec {
    padding: 40px 0;
    height: auto;
  }
  .delivery_big_txt {
    width: 100% !important;
  }
  .delivery_btn {
    width: 100%;
  }
  .delivery_big_txt div:nth-child(2) {
    line-height: 60px;
  }
  .geo_sec .g1 {
    display: none;
  }
  .geo_sec .g2 {
    width: 100%;
    top: 0;
  }
  .geo_container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .geo_text div {
    text-align: start !important;
  }
  .geo_text div:first-child {
    line-height: 48px;
  }
  .geo_sec {
    height: auto;
    padding: 40px 0;
  }
  footer {
    height: auto;
    padding: 40px 0;
  }
  .footer_img {
    display: none;
  }
  footer .col-8 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer_menu_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_contacts > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_contacts {
    margin-bottom: 20px;
  }
  .f_menu > * {
    text-align: center;
    width: 100%;
  }
  .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 30px;
  }
  .copy {
    text-align: center;
  }
  .top_nav {
    display: none;
  }
  .contacts_btn {
    width: 100%;
  }
  .big_btn {
    width: 100%;
  }
  header .col-2 {
    width: auto !important;
  }
  header .numbers_wrapper {
    width: 100%;
  }
  header .burger {
    width: 20%;
  }
  header .logo_container {
    width: 25% !important;
  }
  header .numbers_container {
    width: 55% !important;
  }
  header .numbers_wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    margin: 0;
  }
  .banner {
    height: auto;
    padding: 40px 0;
  }
  .hide_menu .hide_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .hide_menu .hide_container_item {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 !important;
    padding-left: 5% !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .hide_menu .hide_txt div:first-child {
    line-height: 36px !important;
  }
  .hide_menu .hide_txt div:last-child {
    line-height: 20px !important;
  }
  .numbers_wrapper::before {
    display: none;
  }
  .hide_menu .hide_container_item .item_menu {
    display: none;
  }
  .hide_menu .hide_txt {
    display: block !important;
    opacity: 1 !important;
  }
  .numbers_wrapper a {
    padding: 0;
  }
  .goods_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .goods_wrapper .goods_item {
    width: 100%;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .goods_img {
    width: 100vw !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .goods_btn {
    margin-right: auto;
    margin-left: 0;
  }
  .in_sec {
    padding: 40px 0;
    height: auto;
  }
  .in_sec .col-9, .in_sec .col-3 {
    width: 100%;
    height: auto !important;
  }
  .in_sec .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .in_sec .in_bg {
    width: 100vw;
    height: calc(100% + 40px);
    top: -40px;
  }
  .in_sec .in_container {
    padding: 0;
    padding-bottom: 30px;
  }
  .in_sec .desc .desc_bg {
    height: calc(100% + 40px);
    top: auto;
    bottom: -40px;
    width: 100%;
  }
  .in_sec .in_btn {
    width: 100%;
    margin-top: 30px;
  }
  .in_sec .desc_item::after {
    width: 100vw;
  }
  .in_sec .in_title {
    margin-bottom: 20px;
  }
  .in_sec .in_txt {
    margin-bottom: 20px;
  }
  .aboutmain_sec {
    height: auto;
    padding: 40px 0;
  }
  .aboutmain_sec .abm_c, .aboutmain_sec .aboutmain_wrap {
    width: 100%;
  }
  .aboutmain_sec .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .aboutmain_sec .abm_c .abm_c_back {
    width: 100%;
    top: -40px;
    height: calc(100% + 80px);
  }
  .aboutmain_sec .aboutmain_container {
    padding: 0;
  }
  .aboutmain_sec .aboutmain_title {
    line-height: 37px;
  }
  .aboutmain_sec .txt {
    margin-top: 20px;
  }
  .aboutmain_sec .aboutmain_wrap img {
    width: 100vw;
    position: relative;
    left: 50%;
    height: 200px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -38px;
  }
  .hide_menu .hide_container_item {
    height: calc(100% / 6);
  }
  .deliverymoscov_sec {
    height: auto;
    padding: 40px 0;
  }
  .deliverymoscov_sec .col-5 {
    width: 100%;
  }
  .deliverymoscov_sec .dmoscow {
    display: none;
  }
  .deliverymoscov_sec .dmoscow_bg {
    width: 100%;
  }
  .region_sec {
    height: auto;
    padding: 40px 0;
  }
  .region_sec .col-6 {
    width: 100%;
  }
  .region_sec .region_img {
    display: none;
  }
  .region_sec .region_bg {
    width: 100%;
  }
  .contacts_map_sec {
    padding: 40px 0;
    padding-bottom: 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contacts_map_sec .col-6 {
    width: 100%;
  }
  .contacts_map_sec .contacts_map_bg {
    width: 100%;
  }
  .contacts_map_sec .container {
    margin-bottom: 20px;
  }
  .contacts_map_sec .map {
    position: relative;
    height: 300px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .director_sec {
    height: auto;
    padding: 40px 0;
  }
  .director_sec .col-6, .director_sec .col-5 {
    width: 100%;
    margin: 0;
  }
  .director_sec .director_bg1 {
    width: 100%;
    height: 44%;
  }
  .director_sec .director_bg2 {
    width: 100%;
    top: auto;
    bottom: 0;
    height: 56%;
  }
  .director_sec .director_container {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
/*# sourceMappingURL=styles.css.map */