@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  src: url('../fonts/Montserrat-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  src: url('../fonts/Montserrat-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  src: url('../fonts/Montserrat-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  src: url('../fonts/Montserrat-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  src: url('../fonts/Montserrat-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  src: url('../fonts/Montserrat-ExtraBold.ttf');
  font-weight: 800;
  font-style: normal;
}


@font-face {
  font-family: 'Comfortaa';
  font-display: swap;
  src: url('../fonts/Comfortaa-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Comfortaa';
  font-display: swap;
  src: url('../fonts/Comfortaa-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Comfortaa';
  font-display: swap;
  src: url('../fonts/Comfortaa-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Comfortaa';
  font-display: swap;
  src: url('../fonts/Comfortaa-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Comfortaa';
  font-display: swap;
  src: url('../fonts/Comfortaa-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: 'PoiretOne';
  font-display: swap;
  src: url('../fonts/PoiretOne-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}




element.style {
    border: 1px solid #666666;
    color: #000000;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none !important;
  font-family: PT Sans;
  font-family: Comfortaa, sans-serif;
}


* a {
  color: #000;
}


/*
#c20609

#e4d294
#CEBEBA

#B8860B
*/

:root {
  --shadow: 0 0 6px 0 rgba(0,0,0,.04), 0 4px 10px 0 rgba(13,35,67,.05);
}


body {
  position: relative;
  /*min-height: 1080px;*/
  width: 100%;
  margin: 0;
  line-height: 1.5;
  background: #fff;
  color: #000;
}


#background_wrap {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/images/list_background.jpg');
  background-size: cover;
  background-attachment: contain;
  opacity: .5;
  filter: grayscale(.75);
}
@media screen and (max-width: 800px) {
  #background_wrap {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url('../images/list_background_mobile.jpg');
    background-attachment: contain;

  }
}



body, button, select, form, table {
  font-family: ;
  font-size: 17px;
}

button, select, input[type="radio"], input[type="submit"] {
  cursor: pointer;
}

h1, h2, .h1, .h2 {
  position: relative;
  z-index: 1;
  margin: .2em 0;
  font-family: PoiretOne;
  font-weight: 500;
  /*text-transform: uppercase;*/
}
h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
  margin: .2em 0;
  font-weight: normal;
}

h1, .h1 {
  text-transform: none;
  font-size: 2.5em;
  font-weight: 900;
}
h2, .h2 {
  text-transform: none;
  font-size: 1.75em;
  font-weight: 700;
}
h3, .h3 {
  font-size: 1.2em;
}
h4, .h4 {
  font-size: 1em;
}
h5, .h5 {
  font-size: .8em;
}
h6, .h6 {
  font-size: .6em;
}

p, li {
  text-align: left;
  font-size: .85em;
  font-weight: 300;
}

a {
  text-decoration: none !important;
}


@media screen and (max-width: 1480px) {
  body {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1025px) {

  body {
    font-size: 16px !important;
  }
  .heading h2 {
    font-size: 1.312em; /* 21 */
    font-weight: 900;
  }
  .s_h1, h1 {
    font-size: 1.125em; /* 18 */
    font-weight: 900;
  }
  .s_h2, h2, h3, h4 {
    font-size: 1.0em; /* 16 */
    font-weight: 700;
  }
  .s_h3 {
    font-size: 0.875em; /* 14 */
  }
  .s_h4 {
    font-size: 0.75em; /* 12 */
  }
  p {
    line-height: 1.35em !important;
  }
}


@media screen and (max-width: 480px) {
  body {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 321px) {
  body {
    font-size: 14px !important;
  }
}



section > h1 {
  text-align: center;
}
.h1-large {
  text-align: center;
}




.indent-8 {
  display: block;
  height: 8px;
}
.indent-16 {
  display: block;
  height: 16px;
}
.indent-24 {
  display: block;
  height: 24px;
}
.indent-32 {
  display: block;
  height: 32px;
}
.indent-48 {
  display: block;
  height: 48px;
}
.indent-64 {
  display: block;
  height: 64px;
}
.indent-96 {
  display: block;
  height: 96px;
}


.error {
  border: 1px solid red;
}
.text-error {
  position: absolute;
  font-size: 14px;
  color: red;
}


main {
  position: relative;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  main {
    position: relative;
    top: 0px;
    margin-top: 12px !important;
    margin-bottom: 96px !important;
  }
}


section {
  position: relative;
  margin: 1em auto 4em auto;
}



.container {
  box-sizing: border-box;
  width: 94%;
  max-width: 1320px;
  margin: auto;
}
.theme .container {
  width: 94%;
  max-width: 1420px;
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 1280px;
  }
  .theme .container {
    width: 100%;
    max-width: 1280px;
  }
}




.margin-off {
  margin: 0 auto;
}

p {
  margin: 12px 0;
}


@media screen and (max-width: 1025px) {
  .container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 16px !important;
  }
}








































/* Theme 02 */
.theme {
  display: table !important;
  table-layout: fixed;
  width: 100%;
}

  .theme main {
    top: 1.5em;
  }


@media screen and (max-width: 1025px) {

  .theme main {
    top: 0;
  }

}
/* --- */

/* Системные стили */
.hide {
  display: none;
}

#hide.active {
  display: block !important;
}
/*-----*/






















.breadcrumbs {
  display: block;
  margin-bottom: 16px;
  font-weight: 700;
  color: #000;
}
.breadcrumbs span a {
  display: inline-block;
  background: #B8860B;
  border-radius: 12px;
  padding: 4px 12px;
  color: #fff;
}

.breadcrumbs span:last-child a {
  background: transparent;
  padding: 0;
  color: #000;
}

.breadcrumbs a:hover {
  background: #CEBEBA;
}
@media screen and (max-width: 1025px) {
  .breadcrumbs {
    display: none;
    margin: 16px 0;
    font-size: .75em;
  }
}





















i {
  position: relative;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
}
  i.x2 {
    width: 2.4em;
    height: 2.4em;
  }
  i.x3 {
    width: 3.6em;
    height: 3.6em;
  }



.round {
  position: relative;
  display: inline-flex;
  margin: 0 4px;
  align-items: center;
  justify-content: center;
  width: 1.2em !important;
  width: 1.2em !important;
  padding: 4px;
  border: 2px solid white;
  border-radius: 96px;

}
  .round.white {
    border-color: white;
  }
  .round.black {
    border-color: black;
  }
  .round.x2 {
    width: 2.4em !important;
    height: 2.4em !important;
  }
  .round.x3 {
    width: 3.6em !important;
    height: 3.6em !important;
  }


/*Социальные*/
.phone {
  background-color: #ffffff;
  -webkit-mask: url(../images/icons/ic_phone_white.png);
  -webkit-mask-size: 100%;
}
.time {
  background-color: #ffffff;
  -webkit-mask: url(../images/icons/ic_time_white.png);
  -webkit-mask-size: 100%;
}
.map {
  background-color: #ffffff;
  -webkit-mask: url(../images/icons/ic_map_white.png);
  -webkit-mask-size: 100%;
}
.mail {
  background-color: #ffffff;
  -webkit-mask: url(../images/icons/ic_mail_white.png);
  -webkit-mask-size: 100%;
}
.whatsapp {
  background-color: #ffffff;
  -webkit-mask: url(../images/icons/ic_whatsapp_white.png);
  -webkit-mask-size: 100%;
}
.telegram {
  background-color: #ffffff;
  -webkit-mask: url(../images/icons/ic_telegram_white.png);
  -webkit-mask-size: 100%;
}
.viber {
  background-color: #ffffff;
  -webkit-mask: url(../images/icons/ic_viber_white.png);
  -webkit-mask-size: 100%;
}
.vk {
  background-color: #ffffff;
  -webkit-mask: url(../images/icons/ic_vk_white.png);
  -webkit-mask-size: 100%;
}
.ok {
  background-color: #ffffff;
  -webkit-mask: url(../images/icons/ic_ok_white.png);
  -webkit-mask-size: 100%;
}
.instagram {
  background-color: #ffffff;
  -webkit-mask: url(../images/icons/ic_instagram_white.png);
  -webkit-mask-size: 100%;
}
.facebook {
  background-color: #ffffff;
  -webkit-mask: url(../images/icons/ic_facebook_white.png);
  -webkit-mask-size: 100%;
}
/*-----*/









i.c {
  background: linear-gradient(-45deg, #fff, #fff, #f5d00d);
}

i.c1 {
  background: #dc523b;
}

i.c2 {
  background: #000;
}

i.white {
  background-color: #fff;
}

i.black {
  background-color: #000;
}

i.light-grey {
  background-color: #808080;
}

i.dark-grey {
  background-color: #121212;
}










/*Кнопка "Вверх"*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  z-index: 100000000000;
  bottom: 2%;
  right: 2.5%;
  overflow: hidden;
  width: 64px;
  height: 64px;
  border:none;
  text-indent: -10000%;
  background:url(../lib/totop/button.png) no-repeat left top;
}

#toTopHover {
  background:url(../lib/totop/button.png) no-repeat left top;
  width:20px;
  height:50px;
  display:block;
  overflow:hidden;
  float:left;
  opacity: 0;
  filter:alpha(opacity=0); }

#toTop:active, #toTop:focus {outline:none; }
/*-----*/






@media screen and (min-width: 1025px) {

::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 6px;
    height: 0px
}

::-webkit-scrollbar-track {
    background-color: #000;
    box-shadow: 0px 0px 3px #000 inset;
}

::-webkit-scrollbar-thumb {
    border-radius: 11110px;
    background-color: #B8860B;
    background-image: url('');
    background-position: center;
    background-repeat: no-repeat;
}

::-webkit-resizer{
    background-image: url('');
    background-repeat: no-repeat;
    width: 7px;
    height: 10px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
    height: 0px;
}
.aside1 ::-webkit-scrollbar {
    width: 1px;
    height: 0px;
}
.aside1 ::-webkit-scrollbar-track {
    background-color: #000;
    box-shadow: 0px 0px 3px #000 inset;
}
.aside1 ::-webkit-scrollbar-thumb {
    border-radius: 11110px;
    background-color: #ccc;
    background-image: url('');
    background-position: center;
    background-repeat: no-repeat;
}


}







/* Блок поиска */
.search {
  display: inline-flex;
  justify-content: center;
  height: 36px;
  background: #f5f5f5;
  border: 1px solid #333;
  border-radius: 12px;
}

  .search input {
    box-sizing: border-box;
    width: 160px;
    background: transparent;
    padding: 0;
    padding-left: 8px;
    float: left;
    border: 0;
    border-right: 0;
    font-size: .85em;
    color: #000;
  }
  .search input:focus {
    outline: 0;
  }
  .search input::-webkit-input-placeholder {
    color: #999;
  }
  .search button {
    overflow: visible;
    position: relative;
    top: -0px;
    box-sizing: border-box;
    cursor: pointer;
    width: 40px;
    background: transparent;
    border: 0;
    border-left: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: .7em;
    font-weight: 700;
    color: #000;
  }
    .search button img {
      position: relative;
      top: 1px;
      padding: 0;
      margin: 0;
      width: 20px;
    }
/* */












  form.desktop_search_side {
    position: relative;
    left: 0px;
    display: inline-flex;
    justify-content: center;
    width: calc(100% - 0px);
    height: 32px;
    margin-top: 16px;
    background: transparent;
    border: 1px solid #aaa;
    border-radius: 6px;
  }

  form.desktop_search_side input {
    box-sizing: border-box;
    width: 100%;
    background: transparent;
    padding: 0;
    padding-left: 8px;
    border: 0;
    font-size: .85em;
    font-weight: 500;
    color: #000;
  }
  form.desktop_search_side input:focus {
    outline: 0;
  }
  form.desktop_search_side input::-webkit-input-placeholder {
    color: #999;
  }
  form.desktop_search_side button {
    overflow: visible;
    position: relative;
    top: 0px;
    box-sizing: border-box;
    cursor: pointer;
    width: 40px;
    background: transparent;
    border: 0;
    border-bottom: 0px solid #000;
    border-left: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: .7em;
    font-weight: 700;
    color: #000;
  }
    .desktop_search_side button img {
      position: relative;
      top: 1px;
      padding: 0;
      margin: 0;
      width: 20px;
    }



.search_container { display: none; }

@media screen and (max-width: 1025px) {

form.desktop_search_side { display: none; }

.search_container {
  position: sticky;
  z-index: 9999;
  top: 0px;
  left: 0;
  display: block;
  width: calc(100% - 0px);
  height: 56px;
  margin: auto;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
  .search_container form.search_main {
    position: relative;
    left: 16px;
    display: inline-flex;
    justify-content: center;
    width: calc(100% - 32px);
    height: 56px;
    background: transparent;
    border: 0;
    border-radius: 0px;
  }

  .search_container form.search_main input {
    box-sizing: border-box;
    width: 100%;
    background: transparent;
    padding: 0;
    padding-left: 0px;
    border: 0;
    font-size: 1em;
    font-weight: 500;
    color: #000;
  }
  .search_container form.search_main input:focus {
    outline: 0;
  }
  .search_container form.search_main input::-webkit-input-placeholder {
    color: #999;
  }
  .search_container form.search_main button {
    overflow: visible;
    position: relative;
    top: 0px;
    box-sizing: border-box;
    cursor: pointer;
    width: 20px;
    background: transparent;
    border: 0;
    border-bottom: 0px solid #000;
    border-left: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: .7em;
    font-weight: 700;
    color: #000;
  }
    .search_container .search_main button img {
      position: relative;
      top: 1px;
      padding: 0;
      margin: 0;
      width: 20px;
    }
}










@media screen and (max-width: 800px) {
  #page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1.5;
    z-index: 100500;
    overflow: hidden;
  }
    #page-preloader .spinner {
      width: 50px;
      height: 50px;
      position: relative;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;

      border: 12px solid #fff;
      border-top: 12px solid rgba(0,0,0, .5);
      border-radius: 50%;
      animation: spin .75s linear infinite;
    }
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
}











.text_block {
  position: relative;
  box-sizing: border-box;
  background: transparent !;
  border-radius: 0;
  color: #;
}
  .text_block p,
  .text_block2 p {
  }
  .text_block b, .text_block strong,
  .text_block2 b, .text_block2 strong,
  strong {
    font-weight: 700;
  }

  .text_block a,
  .text_block2 a {
    text-decoration: underline !important;
    font-weight: 500;
    color: #f35046;
  }

  .text_block ul,
  .text_block2 ul {
    margin-bottom: 12px;
    margin-left: 18px;
  }

    .text_block li,
    .text_block2 li {
      list-style: disc;
      font-weight: 400;
    }


.img_float_01 {
  display: ;
  float: left;
  width: 360px;
  margin-top: 0px;
  margin-right: 24px;
  border-radius: 8px;
}

.img_float_02 {
  display: ;
  float: right;
  width: 320px;
  margin-top: 0px;
  margin-left: 8px;
  border-radius: 8px;
}

.img_float_03 {
  display: ;
  float: right;
  width: 420px;
  margin-top: 0px;
  margin-right: 8px;
  border-radius: 8px;
}

.readmore_container {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  margin: -0px 0 0px 0px;
  text-align: left;
}

  .readmore_button_open, .readmore_button_close {
    display: inline-block;
    align-items: center;
    width: auto;
    margin: 8px auto 1em;
    border-radius: 6px;
    padding: 4px 6px;
    text-align: center;
    font-size: .85em;
    font-weight: 700;
    color: #000;
  }

  .readmore_button_open {
    background: #f35046;
    color: #fff;
  }

  .readmore_button_close {
    background: #ccc;

  }




@media screen and (max-width: 1025px) {

  .img_float_01,
  .img_float_02,
  .img_float_03 {
    width: 100%;
  }

}






.scheme {
  display: none !important;
}