@font-face {
  font-family: 'Trebuchet';
  src: url(/fonts/Trebuchet.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat.ttf);
}
@font-face {
  font-family: 'bebas_neue';
  src: url(/fonts/bebas_neue_cyrillic.ttf);
}
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-family: Montserrat;
  font-size: inherit;
}
@media screen and (max-width: 800px) {
  * {
    font-size: 6vw;
  }
}
/* ,Arial,sans-serif */
#site_body_intr {
  float: left;
  max-width: 100vw;
}
.backg {
  background-color: #ffffff;
}
.margin_non {
  margin: 0;
  padding: 0;
}
body {
  background-color: #ffffff;
  max-width: 100%;
  overflow: hidden;
  overflow-y: auto;
  margin: 0 auto;
}
a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}
table {
  border: none;
  border-collapse: collapse;
}
div,
span,
p,
a {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
img {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
::-webkit-resizer {
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #f0f0f0;
}
::-webkit-scrollbar-thumb {
  background-color: #201891;
  border-radius: 0px;
}
.block {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
header {
  width: 90%;
  float: left;
  position: relative;
  min-height: 10vw;
  background: #fff;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 800px) {
  header {
    flex-flow: column;
  }
}
@media screen and (max-width: 800px) {
  header {
    font-size: 6vw;
  }
}
.logo_cover_block {
  width: auto;
  float: left;
}
@media screen and (max-width: 800px) {
  .logo_cover_block {
    width: 100%;
    padding-top: 20vw;
  }
}
.logo_block {
  height: 8vw;
  float: left;
}
@media screen and (max-width: 800px) {
  .logo_block {
    height: 30vw;
    width: 50%;
    margin-left: 25%;
    float: left;
  }
}
.header_info_block {
  width: 50%;
  float: left;
  font-size: 1.2vw;
  display: flex;
  align-items: center;
  margin-left: 30%;
}
@media screen and (max-width: 800px) {
  .header_info_block {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    flex-flow: column;
  }
}
.adres_block {
  float: left;
  font-weight: 900;
  padding-left: 8%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  background: url(/img/adress.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2vw 2vw;
}
@media screen and (max-width: 800px) {
  .adres_block {
    width: 70%;
    padding-left: 0%;
    padding-right: 0%;
    text-align: center;
    font-size: 4vw;
    background-size: 4vw 4vw;
    background-position: left top;
    padding-top: 0vw;
    margin-top: 4vw;
    padding-bottom: 2vw;
    line-height: 3.7vw;
    background: none;
    margin-left: 0;
  }
}
.tel_block {
  float: left;
  font-weight: 900;
  padding-left: 8%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  background: url(/img/pfon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2vw 2vw;
  margin-left: 5%;
}
@media screen and (max-width: 800px) {
  .tel_block {
    width: 70%;
    background: none;
    padding-left: 0%;
    padding-right: 0%;
    text-align: center;
    font-size: 4vw;
    background-size: 4vw 4vw;
    background-position: left top;
    padding-top: 0vw;
    margin-top: 4vw;
    padding-bottom: 2vw;
    line-height: 3.7vw;
    margin-left: 0;
  }
}
.search_block {
  float: right;
  font-weight: 900;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 2.6vw;
  padding-bottom: 2.6vw;
  background-image: url(/img/search.png);
  background-color: #383838;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2vw 2vw;
  margin-left: 5%;
  cursor: pointer;
}
.search_block:hover {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
}
@media screen and (max-width: 800px) {
  .search_block {
    margin-left: 0;
    padding-top: 6vw;
    padding-bottom: 6vw;
    background-size: 4vw 4vw;
    margin-top: 1vw;
  }
}
.menu_block {
  float: left;
  font-weight: 900;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 3vw;
  padding-bottom: 3vw;
  background-image: url(/img/menu_s.png);
  background-color: #383838;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2vw 2vw;
  margin-left: 1%;
  cursor: pointer;
  display: none;
}
.menu_block:hover {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
}
@media screen and (max-width: 800px) {
  .menu_block {
    background-size: 4vw 4vw;
    margin-left: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 25%;
    width: 50%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    z-index: 9999;
  }
}
.menu_line {
  width: 90%;
  float: left;
  padding-left: 5%;
  padding-right: 5%;
  background: #f0f0f0;
}
@media screen and (max-width: 800px) {
  .menu_line {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 1000vw;
    z-index: 10000;
    display: flex;
    flex-flow: column;
  }
}
.s_button {
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  font-size: 1.2vw;
  float: left;
  font-weight: 500;
  padding-left: 2.5%;
  padding-right: 2.5%;
  color: #fff;
  padding-top: 2vw;
  padding-bottom: 2vw;
  background-color: #201891;
  cursor: pointer;
}
.s_button:hover {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
}
@media screen and (max-width: 800px) {
  .s_button {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
    font-size: 3vw;
    margin-top: 15vw;
    text-align: center;
    float: left;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 800px) {
  .menu_cover {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
    font-size: 3vw;
    text-align: center;
    float: left;
    background-color: #383838;
    color: #fff;
    border-bottom: 1px solid #f0f0f0;
  }
}
.top_menu_button {
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  font-size: 1.2vw;
  float: left;
  font-weight: 500;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  color: #201891;
  cursor: pointer;
}
.top_menu_button:hover {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .top_menu_button {
    width: 100%;
    font-size: 3vw;
    text-align: center;
    float: left;
    background-color: #383838;
    color: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 0;
    padding-right: 0;
  }
}
.top_menu_button_cover {
  position: relative;
  float: left;
}
.top_menu_button_cover:hover > .menu_level2_block {
  display: block;
}
.top_menu_button_cover:hover > .top_menu_button {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .top_menu_button_cover {
    width: 100%;
    font-size: 3vw;
    text-align: center;
    float: left;
    background-color: #383838;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
}
.menu_level2_block {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  background: #201891;
  display: flex;
  align-items: center;
  display: none;
  overflow: hidden;
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  .menu_level2_block {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 100%;
    font-size: 3vw;
    text-align: center;
    float: left;
    background-color: #2e2e2e;
    outline: 1px solid #444444;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
}
.top_menu_button_level2 {
  width: 100%;
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  font-size: 1.2vw;
  float: left;
  font-weight: 500;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  color: #fff;
  cursor: pointer;
}
.top_menu_button_level2:hover {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .top_menu_button_level2 {
    width: 100%;
    font-size: 3vw;
    text-align: center;
    float: left;
    background-color: #2e2e2e;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
/* s1 */
.g_w_close {
  width: 2vw;
  height: 1.5vw;
  opacity: 1;
  background: #383838 !important;
  cursor: pointer;
  padding: 1vw;
  z-index: 1004;
  position: relative;
  border-left: 2px dashed #fff;
  display: flex;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 800px) {
  .g_w_close {
    position: absolute;
    top: 1vw;
    right: 1vw;
    width: 10vw;
    height: 10vw;
    border-left: none;
    display: block;
  }
}
.g_w_close:before,
.g_w_close:after {
  position: absolute;
  left: auto;
  content: ' ';
  height: 2vw;
  width: 4px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .g_w_close:before,
  .g_w_close:after {
    position: absolute;
    left: 5.5vw;
    content: ' ';
    height: 11vw;
    width: 6px;
    background-color: #fff;
  }
}
.g_w_close:after {
  transform: rotate(-45deg);
}
.g_w_close:before {
  transform: rotate(45deg);
}
#prsapjtexewjaenzgxcf {
  width: 90%;
  height: auto;
  float: left;
  background: inherit;
  margin-top: 0vw;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 0vw;
  background: #ffffff;
  position: relative;
  min-height: 50vh;
}
@media screen and (max-width: 800px) {
  #prsapjtexewjaenzgxcf {
    background: inherit;
  }
}
/* Хлебные крошки */
#bread_crumbs_block {
  width: 98%;
  font-size: 1vw;
  text-align: left;
  margin-top: 1.5vw;
  color: #201891;
  font-weight: 400;
  float: left;
  padding-left: 1%;
}
.bread_crumb {
  float: left;
  padding-left: 0.3vw;
  padding-right: 0.3vw;
}
.bread_crumb:hover {
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .bread_crumb {
    display: none;
  }
}
#top_catalog_line h1 {
  width: 98%;
  font-size: 2vw;
  text-align: left;
  margin-top: 0.4vw;
  color: #201891;
  font-weight: 400;
  float: left;
  margin-top: 1.5vw;
  padding-left: 1%;
  padding-right: 1%;
}
@media screen and (max-width: 800px) {
  #top_catalog_line h1 {
    font-size: 8vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    text-align: center;
  }
}
#top_catalog_line {
  width: 100%;
  float: left;
  border-bottom: 1px solid #d7d7d7;
}
/* Каталог */
.tovars_catalog_cover_body {
  width: 100%;
  float: left;
  margin-top: 1vw;
}
.t_catalog {
  width: 100%;
  height: auto;
  float: left;
  min-height: 60vw;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 3vw;
}
#prsapjtexewjaenzgxcf .t_catalog_block {
  width: 30%;
  height: auto;
  float: left;
  margin-top: 1vw;
  margin-right: 1.59%;
  margin-left: 1.59%;
  position: relative;
  background: #fff;
  transition: 1s;
  -webkit-box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
  overflow: hidden;
}
#prsapjtexewjaenzgxcf .t_catalog_block:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.25);
}
#prsapjtexewjaenzgxcf .t_catalog_block:hover .tovar_img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  #prsapjtexewjaenzgxcf .t_catalog_block {
    width: 100%;
    margin-top: 4vw;
    position: relative;
  }
}
#prsapjtexewjaenzgxcf .tovar_img_cover_body {
  width: 100%;
  height: 17vw;
  float: left;
  position: relative;
}
@media screen and (max-width: 800px) {
  #prsapjtexewjaenzgxcf .tovar_img_cover_body {
    height: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}
#prsapjtexewjaenzgxcf .tovar_img_body {
  width: 100%;
  float: left;
  overflow: hidden;
  height: 17vw;
  transition: 1s;
  display: flex;
  justify-content: center;
  align-content: center;
  z-index: 10;
  flex-flow: column;
}
@media screen and (max-width: 800px) {
  #prsapjtexewjaenzgxcf .tovar_img_body {
    width: 100%;
    position: relative;
    height: auto;
    display: block;
  }
}
#prsapjtexewjaenzgxcf .tovar_img {
  width: auto;
  height: 17vw;
  float: left;
  transition: 3s;
  position: relative;
  flex-grow: 3;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  #prsapjtexewjaenzgxcf .tovar_img {
    width: 100%;
    height: auto;
  }
}
#prsapjtexewjaenzgxcf .tovar_title_body {
  width: 90%;
  height: auto;
  color: #fff;
  padding-top: 1vw;
  padding-bottom: 0.6vw;
  font-size: 1.3vw;
  z-index: 5;
  color: #201891;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  padding-bottom: 1vw;
  border-top: 5px solid #f5f5f5;
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  float: left;
}
@media screen and (max-width: 800px) {
  #prsapjtexewjaenzgxcf .tovar_title_body {
    width: 90%;
    height: auto;
    font-size: 6vw;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
.inf_block {
  float: left;
  padding-right: 3%;
}
.tovar_adress_block {
  font-size: 1vw;
  width: 90%;
  height: 2.5vw;
  margin-left: 5%;
  padding-bottom: 1vw;
  float: left;
}
@media screen and (max-width: 800px) {
  .tovar_adress_block {
    height: auto;
    font-size: 3vw;
    padding-bottom: 3vw;
  }
}
.tovar_info_block {
  font-size: 1vw;
  width: 90%;
  height: auto;
  margin-left: 5%;
  padding-bottom: 1vw;
  float: left;
}
@media screen and (max-width: 800px) {
  .tovar_info_block {
    height: auto;
    font-size: 4vw;
  }
}
#prsapjtexewjaenzgxcf .tovar_description_body_cover {
  background: rgba(32, 24, 145, 0.99);
  width: 100%;
  padding-bottom: 1vw;
  position: absolute;
  bottom: 0;
  z-index: 0;
  border-top: 1px solid #201891;
  border-bottom: 1px solid #524ac3;
  margin-bottom: 0.2vw;
}
@media screen and (max-width: 800px) {
  #prsapjtexewjaenzgxcf .tovar_description_body_cover {
    width: 100%;
    height: auto;
    font-size: 6vw;
    display: block;
  }
}
#prsapjtexewjaenzgxcf .tovar_description_body {
  width: 97%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  height: auto;
  color: #cac8c8;
  padding-top: 0.6vw;
  font-size: 1vw;
  /* text-align:center; */
  z-index: 0;
  transition: 0.2s;
  font-family: arial;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
#prsapjtexewjaenzgxcf .tovar_vendor_code_block {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60%;
  height: auto;
  background: rgba(32, 24, 145, 0.8);
  color: #fff;
  padding-top: 0.6vw;
  padding-bottom: 0.6vw;
  font-size: 1.1vw;
  text-align: center;
  border-top: 1px solid #201891;
  border-bottom: 1px solid #201891;
  z-index: 12;
}
@media screen and (max-width: 800px) {
  #prsapjtexewjaenzgxcf .tovar_vendor_code_block {
    position: relative;
    width: 100%;
    font-size: 7vw;
    text-align: center;
    background: #201891;
  }
}
#prsapjtexewjaenzgxcf .catalog_text {
  width: 97%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  float: left;
  margin-top: 1vw;
  padding-bottom: 2vw;
  padding-top: 1vw;
  font-size: 1.3vw;
  background: #fff;
}
#prsapjtexewjaenzgxcf .reload_img {
  width: 50%;
  height: auto;
  position: relative !important;
  top: 25% !important;
  left: 25% !important;
  bottom: interit !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
#prsapjtexewjaenzgxcf .reload_img:hover {
  transform: rotate(500deg);
}
#prsapjtexewjaenzgxcf .reload_img .tovar_img {
  border-bottom: none !important;
}
#prsapjtexewjaenzgxcf .page_list_nav {
  width: 97%;
  margin-left: 1.5%;
  float: left;
}
#prsapjtexewjaenzgxcf .page_list_button {
  padding-left: 1vw;
  padding-right: 1vw;
  padding-top: 0.4vw;
  padding-bottom: 0.4vw;
  background: #201891;
  color: #fff;
  font-size: 1.5vw;
  float: left;
  margin-left: 0.2vw;
  margin-bottom: 0.3vw;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #prsapjtexewjaenzgxcf .page_list_button {
    font-size: 5vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
#prsapjtexewjaenzgxcf .active_button {
  color: #fff;
  background: #383838;
}
#prsapjtexewjaenzgxcf .loading_catalog {
  width: 100%;
  float: left;
  display: none;
}
.price_block {
  width: 100%;
  text-align: center;
  font-size: 1.5vw;
  padding-top: 0.5vw;
  padding-bottom: 0.6vw;
  color: white;
  background: #201891;
  float: left;
  border-top: 1px solid #828181;
}
@media screen and (max-width: 800px) {
  .price_block {
    font-size: 7vw;
  }
}
.variants_body {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* 	background:#E6E2E2; */
  padding-bottom: 0.6vw;
}
.tovar_color_mini {
  width: auto;
  height: 2.6vw;
  outline: 1px solid #E6E2E2;
}
@media screen and (max-width: 800px) {
  .tovar_color_mini {
    height: 15vw;
  }
}
.property_list_row_body {
  width: auto;
}
.property_list_row_title {
  width: auto;
  height: auto;
  background: #504f4f;
  color: #fff;
  padding-top: 0.2vw;
  padding-bottom: 0.3vw;
  font-size: 1.1vw;
  text-align: center;
  border-top: 1px solid #504f4f;
  position: relative;
  float: left;
  clear: left;
  margin-top: 0.3vw;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  display: none;
}
@media screen and (max-width: 800px) {
  .property_list_row_title {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    display: block;
    font-size: 7vw;
    margin-top: 5vw;
  }
}
.property_list_row_cover {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 0.4vw;
  padding-top: 0.4vw;
  color: #504f4f;
  float: left;
  font-size: 1.1vw;
  padding-bottom: 2vw;
  /*     background: #fff;
	outline: 1px solid #504f4f; */
  outline-offset: -1px;
}
@media screen and (max-width: 800px) {
  .property_list_row_cover {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.property_color_block_cover {
  width: auto;
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin-top: 0.5vw;
  margin-left: 0.2vw;
}
.property_color_block_cover:hover .property_color_title_block_cover {
  display: block;
}
.property_color_block_cover:hover .property_color_block {
  margin-top: -0.1vw;
}
.property_color_title_block_cover {
  position: absolute;
  top: 101%;
  display: none;
  z-index: 888;
}
.property_color_block {
  padding: 1.1vw;
  border-radius: 60px;
  border: 1px solid #cec8c8;
  margin-left: 0.2vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .property_color_block {
    padding: 5vw;
  }
}
.property_color_title_block {
  background: #504f4f;
  border-radius: 5px;
  border-top: 3px solid #504f4f;
  -moz-border-radius: 5px;
  position: relative;
  padding: 5px;
  width: auto;
  text-align: center;
  margin-top: 12px;
  color: #fff;
  font-size: 1vw;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
}
@media screen and (max-width: 800px) {
  .property_color_title_block {
    font-size: 7vw;
  }
}
.property_color_title_block:before {
  content: '';
  border: 12px solid transparent;
  border-bottom: 12px solid #504f4f;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: -27px;
  width: 0;
}
.property_list_val_title {
  float: left;
  background: #504f4f;
  color: #fff;
  margin-left: 0.2vw;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
  cursor: pointer;
}
.t_catalog_block > a {
  width: 100%;
  float: left;
}
/* Фильтры */
.filters_line_body {
  width: 100%;
  float: left;
  min-height: 2vw;
}
.order_by_input_body {
  width: auto;
  float: right;
  margin-right: 2%;
}
@media screen and (max-width: 800px) {
  .order_by_input_body {
    width: 100%;
    margin-left: 0;
  }
}
.filters_input_body {
  width: auto;
  float: left;
  margin-left: 1.5%;
}
@media screen and (max-width: 800px) {
  .filters_input_body {
    width: 100%;
    margin-left: 0;
  }
}
.order_by_block {
  margin-top: 0.3vw;
}
@media screen and (max-width: 800px) {
  .order_by_block {
    height: auto;
    font-size: 4vw;
    width: 70%;
    margin-left: 17%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2vw;
    padding-bottom: 2vw;
    background: #f0f0f0;
  }
}
.filters_button {
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  font-size: 1.2vw;
  float: left;
  font-weight: 500;
  padding-left: 2vw;
  padding-right: 2vw;
  color: #fff;
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;
  background-color: #201891;
  cursor: pointer;
}
.filters_button:hover {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
}
@media screen and (max-width: 800px) {
  .filters_button {
    height: auto;
    font-size: 4vw;
    width: 70%;
    margin-left: 15%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
.filters_body {
  width: 100%;
  float: left;
  min-height: 10vw;
  display: none;
  background: #f0f0f0;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #dcdcdc;
  margin-top: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}
.filter_name {
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  font-size: 1.2vw;
  float: left;
  font-weight: 500;
  padding-left: 2vw;
  padding-right: 2vw;
  color: #fff;
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;
  background-color: #201891;
  cursor: pointer;
  border-left: 3px solid #0c047d;
  margin-bottom: 0.1vw;
}
.filter_name:hover {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
}
@media screen and (max-width: 800px) {
  .filter_name {
    font-size: 4vw;
    padding-left: 0vw;
    padding-right: 0vw;
    width: 100%;
    text-align: center;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    border-left: none;
    margin-top: 2px;
  }
}
.active_filter {
  background-color: #3e36af !important;
  outline: 2px solid #020073 !important;
  outline-offset: -2px !important;
}
.filters_select {
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  font-size: 1.2vw;
  float: left;
  font-weight: 500;
  padding-left: 2vw;
  padding-right: 2vw;
  color: #fff;
  padding-top: 0.75vw;
  padding-bottom: 0.75vw;
  background-color: #201891;
  cursor: pointer;
}
.filters_select:hover {
  background-color: #3e36af;
  outline: 2px solid #020073;
  outline-offset: -2px;
}
.filter_title {
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  font-size: 1.2vw;
  float: left;
  font-weight: 500;
  padding-left: 2vw;
  padding-right: 2vw;
  color: #201891;
  width: 5vw;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .filter_title {
    font-size: 4vw;
    padding-left: 0vw;
    padding-right: 0vw;
    width: 100%;
    text-align: center;
    padding-bottom: 2vw;
    margin-top: 3vw;
  }
}
.filter_section {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .filter_section {
    flex-flow: column;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
}
.filter_input {
  font-family: 'bebas_neue';
  letter-spacing: 1px;
  font-size: 1.2vw;
  float: left;
  font-weight: 500;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-top: 0.75vw;
  padding-bottom: 0.75vw;
  color: #201891;
  background: white;
  width: 6vw;
  margin-left: 0.2vw;
}
@media screen and (max-width: 800px) {
  .filter_input {
    font-size: 4vw;
    width: 30%;
  }
}
.filter_body {
  width: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 0.1vw;
}
@media screen and (max-width: 800px) {
  .filter_body {
    font-size: 4vw;
    padding-left: 0vw;
    padding-right: 0vw;
    width: 100%;
    text-align: center;
  }
}
.filter_title2 {
  width: auto;
  padding-left: 1.8vw;
  padding-right: 1.8vw;
  background: white;
  padding-top: 0.7vw;
  padding-bottom: 0.7vw;
  margin-left: 0.2vw;
  background-color: #201891;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .filter_title2 {
    font-size: 4vw;
    width: 16%;
    text-align: center;
    margin-top: 0vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.tovars_none_block {
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  color: #201891;
}
@media screen and (max-width: 800px) {
  .tovars_none_block {
    font-size: 5vw;
  }
}
.search_window_mask {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  position: fixed;
  top: -100vh;
  left: 0;
  z-index: 1200000;
}
#hdmhncbltievdsqazacj .search_body {
  width: 100%;
  float: left;
  height: 10vw;
  background: #fff;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .search_body {
    height: auto;
    background: #fff7;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#hdmhncbltievdsqazacj .search_body form {
  width: 100%;
  float: left;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .search_body form {
    height: auto;
    background: #fff;
    flex-flow: column;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
#hdmhncbltievdsqazacj .search_input,
#hdmhncbltievdsqazacj .search_submit {
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  float: left;
  font-size: 1.6vw;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .search_input,
  #hdmhncbltievdsqazacj .search_submit {
    font-size: 4.6vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-left: 0;
    padding-right: 0;
  }
}
#hdmhncbltievdsqazacj .search_input {
  outline: none;
  color: #383838;
  width: 60%;
  background: #fafafa;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .search_input {
    width: 87%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 3%;
    background: #cdcdcd;
    color: #fff;
  }
}
#hdmhncbltievdsqazacj .search_submit {
  width: 20%;
  outline: none;
  background-color: #383838;
  color: #fff;
  cursor: pointer;
}
#hdmhncbltievdsqazacj .search_submit:hover {
  background-color: #3d3d3d;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .search_submit {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 2vw;
  }
}
#hdmhncbltievdsqazacj .g_w_close {
  width: 2vw;
  height: 1.8vw;
  opacity: 1;
  background: #383838 !important;
  cursor: pointer;
  padding: 1vw;
  z-index: 1004;
  position: relative;
  border-left: 2px dashed #fff;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .g_w_close {
    position: absolute;
    top: 1vw;
    right: 1vw;
    width: 12vw;
    height: 12vw;
    border-left: none;
  }
}
#hdmhncbltievdsqazacj .g_w_close:before,
#hdmhncbltievdsqazacj .g_w_close:after {
  position: absolute;
  left: auto;
  content: ' ';
  height: 2vw;
  width: 4px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  #hdmhncbltievdsqazacj .g_w_close:before,
  #hdmhncbltievdsqazacj .g_w_close:after {
    position: absolute;
    left: 6.5vw;
    content: ' ';
    height: 11vw;
    width: 6px;
    background-color: #fff;
  }
}
#hdmhncbltievdsqazacj .g_w_close:after {
  transform: rotate(-45deg);
}
#hdmhncbltievdsqazacj .g_w_close:before {
  transform: rotate(45deg);
}
#tvmxowfgqxwggawvrpmp {
  float: left;
  width: 100%;
  height: auto;
  background: url(../img/forma_fon.jpg);
  background-position: top center;
  background-size: auto 100%;
  margin-top: 3vw;
  background-attachment: fixed;
  border-bottom: 1px solid color2;
  border-top: 1px solid color2;
}
.cover_masc_body {
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 6vw;
  background: rgba(19, 30, 65, 0.6);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
#tvmxowfgqxwggawvrpmp .title_block {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#tvmxowfgqxwggawvrpmp .title_block h2 {
  padding-top: 3vw;
  font-size: 270%;
  color: #fff;
  line-height: 90%;
}
@media screen and (max-width: 800px) {
  #tvmxowfgqxwggawvrpmp .title_block h2 {
    width: 90%;
    margin-left: 5%;
    font-size: 150%;
    text-align: center;
  }
}
#tvmxowfgqxwggawvrpmp h3 {
  padding-top: 0.5vw;
  font-size: 170%;
  color: #fff;
  line-height: 120%;
}
@media screen and (max-width: 800px) {
  #tvmxowfgqxwggawvrpmp h3 {
    width: 90%;
    margin-left: 5%;
    font-size: 110%;
    text-align: center;
  }
}
#tvmxowfgqxwggawvrpmp .forma_b_cover {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 2vw;
}
@media screen and (max-width: 800px) {
  #tvmxowfgqxwggawvrpmp .forma_b_cover {
    width: 100%;
  }
}
#tvmxowfgqxwggawvrpmp .forma_input {
  width: 30%;
  float: left;
  padding-left: 0.5vw;
  margin-left: 1.3%;
  margin-right: 1.3%;
  padding-top: 1vw;
  padding-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  #tvmxowfgqxwggawvrpmp .forma_input {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    margin-top: 4vw;
  }
}
#tvmxowfgqxwggawvrpmp .forma_submit {
  width: 30%;
  float: left;
  padding-left: 0.5vw;
  margin-left: 1.3%;
  margin-right: 1.3%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  background: #201891;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #tvmxowfgqxwggawvrpmp .forma_submit {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    margin-top: 4vw;
  }
}
.forma_end_body {
  color: #fff;
  font-size: 150%;
  display: flex;
  justify-content: center;
  padding-top: 3vw;
  padding-bottom: 3vw;
  flex-wrap: wrap;
  text-align: center;
  flex-flow: column;
}
#iarfpgchclqugayyxvgz {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 2vw;
  padding-bottom: 3vw;
  background: #383838;
  min-height: 20vh;
  border-bottom: 2px solid #060606;
}
#iarfpgchclqugayyxvgz .left_block {
  float: left;
  width: 44%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  min-height: 40vw;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .left_block {
    height: auto;
    width: 96%;
    padding-bottom: 3vw;
  }
}
#iarfpgchclqugayyxvgz .right_block {
  float: left;
  width: 49%;
  height: auto;
  position: relative;
  min-height: 40vw;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .right_block {
    height: auto;
    width: 100%;
  }
}
#iarfpgchclqugayyxvgz .map {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
}
#iarfpgchclqugayyxvgz .footer_title {
  font-size: 3vw;
  color: #fff;
  margin-top: 4vw;
  float: left;
  width: 100%;
}
#iarfpgchclqugayyxvgz .footer_title2 {
  font-size: 1.6vw;
  color: #fff;
  float: right;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .footer_title2 {
    font-size: 3.6vw;
    color: #fff;
    float: left;
    width: 88%;
    text-align: right;
  }
}
#iarfpgchclqugayyxvgz .footer_split_line {
  width: 100%;
  height: 1px;
  background: #464646;
  float: left;
  margin-top: 2vw;
}
#iarfpgchclqugayyxvgz .footer_icon_title {
  font-size: 1.5vw;
  color: #fff;
  margin-top: 1vw;
  float: left;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .footer_icon_title {
    font-size: 3.5vw;
    margin-top: 3vw;
  }
}
#iarfpgchclqugayyxvgz .footer_icons_block {
  width: 82%;
  float: left;
  display: flex;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
#iarfpgchclqugayyxvgz .footer_icons_block img {
  float: left;
  height: 3vw;
  margin-right: 0.5vw;
  padding: 1vw;
  outline: 1px solid #565656;
  background: #fff6;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .footer_icons_block img {
    height: 7vw;
  }
}
#iarfpgchclqugayyxvgz .info_block_cover {
  width: 87%;
  float: left;
  color: #fff;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .info_block_cover {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }
}
#iarfpgchclqugayyxvgz .info_block_cover .telefon_block_cover {
  width: 82%;
  height: auto;
  float: left;
  background: url(../img/tel2.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.5vw 2.5vw;
  padding-left: 10%;
  margin-top: 2vw;
  color: #fff;
  margin-left: 8%;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .info_block_cover .telefon_block_cover {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    background: inherit;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 4vw;
  }
}
#iarfpgchclqugayyxvgz .info_block_cover .adress_block_cover {
  width: 82%;
  float: left;
  margin-left: 8%;
  margin-top: 1vw;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .info_block_cover .adress_block_cover {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    background: inherit;
    margin-right: 0;
    text-align: center;
    margin-left: 0;
    font-size: 4vw;
  }
}
#iarfpgchclqugayyxvgz .info_block_cover .adress_block_cover .adress_block {
  width: 85%;
  height: auto;
  float: left;
  position: relative;
  background: url(../img/adress2.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2vw 2vw;
  padding-left: 14%;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .info_block_cover .adress_block_cover .adress_block {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    background: inherit;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 4vw;
  }
}
#iarfpgchclqugayyxvgz .email_block {
  width: 85%;
  height: auto;
  float: left;
  position: relative;
  background: url(../img/email.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2vw 1.5vw;
  padding-left: 14%;
  padding-bottom: 0.4vw;
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .email_block {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    background: inherit;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  #iarfpgchclqugayyxvgz .telefon_block > a {
    font-size: 5vw;
  }
}
#iarfpgchclqugayyxvgz .foter_block {
  font-family: inherit;
  font-size: 1.4vw;
  letter-spacing: 0px;
}
.href_icon_cover {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 95%;
  height: auto;
  position: relative;
  margin-left: 5%;
  padding-top: 2vw;
}
.href_icon_item {
  width: auto;
  height: 1.6vw;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  padding-left: 0.6vw;
  padding-right: 0.6vw;
}
@media screen and (max-width: 800px) {
  .href_icon_item {
    height: 5.6vw;
  }
}
.slider_big_foto_cover {
  width: 100%;
  float: left;
  background: #383838;
  display: flex;
  align-items: center;
  position: relative;
}
.big_foto_cover {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
  overflow: hidden;
  height: 36vw;
}
@media screen and (max-width: 800px) {
  .big_foto_cover {
    width: 90%;
    margin: 5%;
    height: auto;
  }
}
.big_foto_cover img {
  height: 100%;
}
@media screen and (max-width: 800px) {
  .big_foto_cover img {
    height: auto;
    width: 100%;
  }
}
.mini_foto_cover {
  height: 100%;
  float: left;
  cursor: pointer;
  position: relative;
}
.tovar_slide_to_left_button {
  width: 5vw;
  height: 5vw;
  float: left;
  background-image: url(/img/s_left.png);
  background-position: center center;
  background-color: #383838;
  background-repeat: no-repeat;
  background-size: 4vw 4vw;
  cursor: pointer;
  position: absolute;
  left: 0.5vw;
  opacity: 0.2;
}
.tovar_slide_to_left_button:hover {
  background-color: #383838;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .tovar_slide_to_left_button {
    width: 10vw;
    height: 10vw;
  }
}
.tovar_slide_to_right_button {
  width: 5vw;
  height: 5vw;
  float: left;
  background-image: url(/img/s_right.png);
  background-position: center center;
  background-color: #383838;
  background-repeat: no-repeat;
  background-size: 4vw 4vw;
  cursor: pointer;
  position: absolute;
  right: 0.5vw;
  opacity: 0.2;
}
.tovar_slide_to_right_button:hover {
  background-color: #383838;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .tovar_slide_to_right_button {
    width: 10vw;
    height: 10vw;
  }
}
.slider_mini_foto_cover {
  width: 100%;
  height: 8vw;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .slider_mini_foto_cover {
    height: 25vw;
  }
}
.slider_mini_foto_slider_box img {
  height: 100%;
  float: left;
  cursor: pointer;
}
.mini_active_block,
.w_mini_active_block {
  outline: 2px solid #383838;
  outline-offset: -2px;
}
.slider_mini_foto_slider_box {
  width: 100%;
  height: 8vw;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .slider_mini_foto_slider_box {
    height: 25vw;
  }
}
.open_big_foto_window {
  width: 5vw;
  height: 5vw;
  float: left;
  background-image: url(/img/lupa2.png);
  background-position: center center;
  background-color: #383838;
  background-repeat: no-repeat;
  background-size: 3vw 3vw;
  cursor: pointer;
  position: absolute;
  right: 0.5vw;
  top: 0.5vw;
  opacity: 0.2;
}
.open_big_foto_window:hover {
  background-color: #383838;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .open_big_foto_window {
    width: 10vw;
    height: 10vw;
  }
}
#foto_view_window_cover {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.7);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#foto_view_window {
  width: 100%;
  height: 100vh;
  float: left;
  max-height: 100vh;
  overflow: hidden;
  min-height: 30vw;
  position: relative;
  outline: 1px solid #383838;
  background: rgba(0, 0, 0, 0.7);
  padding-left: 4vw;
  padding-right: 4vw;
}
#foto_view_window .g_w_close {
  position: absolute;
  right: 0.0vw;
  top: 0.0vw;
  width: 6vw;
  height: 6vw;
  opacity: 1;
  background: #383838;
  cursor: pointer;
  padding: 0.5vw;
  z-index: 1004;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  #foto_view_window .g_w_close {
    width: 12vw;
    height: 12vw;
  }
}
#foto_view_window .g_w_close:hover {
  opacity: 1;
  background: #242424;
}
#foto_view_window .g_w_close:before,
#foto_view_window .g_w_close:after {
  position: absolute;
  content: ' ';
  height: 4vw;
  width: 5px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  #foto_view_window .g_w_close:before,
  #foto_view_window .g_w_close:after {
    position: absolute;
    left: 6.5vw;
    content: ' ';
    height: 11vw;
    width: 6px;
    background-color: #fff;
  }
}
#foto_view_window .g_w_close:before {
  transform: rotate(45deg);
}
#foto_view_window .g_w_close:after {
  transform: rotate(-45deg);
}
.window_slider_big_foto_cover {
  width: 100%;
  float: left;
  background: #383838;
  display: flex;
  align-items: center;
  position: relative;
}
.window_big_foto_cover {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 87vh;
}
.window_slider_mini_foto_slider_box img {
  height: 100%;
  float: left;
  cursor: pointer;
}
.window_slider_mini_foto_slider_box {
  width: 100%;
  height: 10vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.window_slider_mini_foto_cover {
  width: 100%;
  height: 10vw;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/mask1.png);
  background-position: center center;
  background-size: 100% 100%;
  display: block;
}
.big_img_cover {
  height: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .big_img_cover {
    height: auto;
  }
}
.w_big_img_cover {
  height: 70vh;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
}
