/* Connection Font Icons */
.razdel{
  width: 100%; display: flex; margin-bottom: 100px
}
.btn{
  position: relative;
}
input:invalid{
  box-shadow: none;
}
.loading-icon {
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: #518032;
  content: '<i class="fa fa-spinner fa-spin fa-3x fa-fw"></i>';
  display: flex;
  align-items: center;
  justify-content: center;
}

.t-name a{
  color: white;
}
.btn:disabled{
  opacity: 0.5;
  pointer-events: none;
}
.loading-icon:before {
  content: "\f110";
  font-family: FontAwesome;
  font-size: 16px;
  /* transform: translate(-50%, -50%); */
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  color: white;
}
/*.result{*/
/*  text-align: center;*/
/*}*/
.result p{
  margin-bottom: 30px!important;
  font-size: 15px!important;
}

.settings_btn{
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: red;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px solid white;
}
.settings_btn:hover, .settings_btn:focus, .settings_close:hover, .settings_close:focus{
  color: white;
}
.settings_btn i{
  font-size: 25px;
}
.settings_container{
  display: flex;
  flex-wrap: wrap;
}
.settings_container .fe-smart-menu{
  margin-right: 10px;
  margin-bottom: 10px;
}
.fe-smart-menu:hover{
  color: white;
}
.s_close_box{
  text-align: right;
  margin-bottom: 20px;
}
.settings_close i{
  font-size: 30px;
  color: white;
}
.settings_box{
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #333;
  width: 100%;
  z-index: 4999;
  padding: 50px;
  display: none;
}
.ab_smart{
  position: relative;
}
.ab_smart .fe-smart-menu{
  position: absolute;
  left: 101%;
  top: 0;
  width: max-content;
}
.yellow-bar p{
  margin-bottom: 0!important;
}
.rel{
  position: relative;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome-webfont.eot");
  src: url("../../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2") format("woff2"), url("../../fonts/fontawesome-webfont.woff") format("woff"), url("../../fonts/fontawesome-webfont.ttf") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: 400;
  font-style: normal; }
footer.flexed{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
/* Connection Font Icons */
body {
  margin: 0; }

h5 {
  font-size: 18px; }
  @media screen and (max-width: 1024px) {
    h5 {
      font-size: 16px; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:after, *:before {
  display: block;
  line-height: 1; }

.close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 8px;
  top: 10px;
  opacity: 1;
  outline: none; }
  .close:before, .close:after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -1px auto 0;
    -webkit-transition: 300ms;
    transition: 300ms; }
  .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .close:hover:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .close:hover:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }



/* page news */
.news__block1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .news__block1 .news__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #ed7d32;
    text-decoration: none;
    color: #252525;
    margin: 0 15px 40px; }
    .news__block1 .news__item .news__img {
      height: 320px;
      overflow: hidden; }
      .news__block1 .news__item .news__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        -webkit-transition: 300ms;
        transition: 300ms; }
    .news__block1 .news__item .news__info {
      padding: 40px 0 35px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
      .news__block1 .news__item .news__info h5 {
        font-weight: normal;
        text-transform: uppercase;
        margin: 0 0 25px;
        -webkit-transition: 300ms;
        transition: 300ms; }
      .news__block1 .news__item .news__info p {
        margin: 0; }
    .news__block1 .news__item:hover h5 {
      color: #ed7d32; }
    .news__block1 .news__item:hover .news__img img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .news__block1 .date {
    display: block;
    font-family: 'fontAwesome';
    font-size: 16px;
    color: #b7b7b7;
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 30px;
    line-height: 1; }
    .news__block1 .date:after {
      content: '\f073';
      font-size: 16px;
      position: absolute;
      left: 0;
      top: 0; }
  .news__block1 p a {
    text-decoration: none;
    color: #a37a6b; }
    .news__block1 p a:hover {
      text-decoration: underline; }
  .news__block1 .btn {
    margin-top: 30px; }
  .news__block1.news__block2 {
    margin: 0; }
    .news__block1.news__block2 .news__item {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: inherit;
      -ms-flex-direction: inherit;
      flex-direction: inherit;
      padding-bottom: 40px;
      margin: 0 0 40px; }
      .news__block1.news__block2 .news__item:last-of-type {
        border: none;
        padding-bottom: 0; }
      .news__block1.news__block2 .news__item .news__img {
        width: 460px; }
      .news__block1.news__block2 .news__item .news__info {
        width: -webkit-calc(100% - 460px);
        width: calc(100% - 460px);
        padding: 0 0 0 30px; }
      .news__block1.news__block2 .news__item:hover .news__img img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .news__block1.news__block2 .news__item:hover h5 {
        color: #252525; }
  .news__block1.news--unit1 {
    display: block;
    padding-bottom: 30px;
    margin: 0;
    border-bottom: 1px solid #ed7d32; }
    .news__block1.news--unit1 img {
      max-width: 100%; }
    .news__block1.news--unit1 .date {
      margin: 40px 0 35px; }
    .news__block1.news--unit1 h5 {
      margin: 0 0 20px; }
  .news__block1 .news__gallery1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; }
    .news__block1 .news__gallery1 a {
      height: 360px;
      width: -webkit-calc(33.33% - 30px);
      width: calc(33.33% - 30px);
      overflow: hidden;
      margin: 30px 15px; }
      .news__block1 .news__gallery1 a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        -webkit-transition: 300ms;
        transition: 300ms; }
      .news__block1 .news__gallery1 a:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .news__block1 .source {
    font-style: italic;
    margin: 10px 0; }
  @media screen and (max-width: 1024px) {
    .news__block1 {
      margin: 0 -7.5px; }
      .news__block1 .news__item {
        width: -webkit-calc(50% - 15px);
        width: calc(50% - 15px);
        margin: 0 7.5px 20px; }
        .news__block1 .news__item .news__img {
          height: 250px; }
        .news__block1 .news__item .news__info {
          padding: 20px 0 20px; }
          .news__block1 .news__item .news__info h5 {
            margin-bottom: 15px; }
      .news__block1 .date {
        margin-bottom: 15px; }
      .news__block1.news__block2 .news__item {
        padding: 0 0 30px 0;
        margin-bottom: 30px; }
        .news__block1.news__block2 .news__item .news__img {
          height: 200px;
          width: 375px; }
        .news__block1.news__block2 .news__item .news__info {
          width: -webkit-calc(100% - 375px);
          width: calc(100% - 375px);
          padding-left: 15px; }
      .news__block1.news--unit1 {
        padding-bottom: 15px; }
        .news__block1.news--unit1 .date {
          margin: 15px 0; }
        .news__block1.news--unit1 h5 {
          margin-bottom: 15px; }
      .news__block1 h5 img, .news__block1 p img {
        max-width: 100% !important;
        height: auto !important; }
      .news__block1 .btn {
        margin: 20px 0 0; }
      .news__block1 .news__gallery1 {
        margin: 0 -7.5px; }
        .news__block1 .news__gallery1 a {
          width: -webkit-calc(33.33% - 15px);
          width: calc(33.33% - 15px);
          height: 275px;
          margin: 0 7.5px 15px; } }
  @media screen and (max-width: 768px) {
    .news__block1.news__block2 .news__item {
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .news__block1.news__block2 .news__item .news__img {
        width: 250px;
        height: 175px; }
    .news__block1.news--unit1 {
      padding-bottom: 10px; }
    .news__block1 .news__gallery1 a {
      height: 220px;
      margin-bottom: 10px; }
    .news__block1 .btn {
      margin-top: 15px; }
    .news__block1 .news__item .news__info h5 {
      margin-bottom: 10px; } }
  @media screen and (max-width: 600px) {
    .news__block1.news--unit1 h5 img, .news__block1.news--unit1 p img {
      margin: 0 0 15px 0 !important; }
    .news__block1 .news__gallery1 a {
      height: 165px; }
    .news__block1 .news__item .news__img {
      height: 160px; }
    .news__block1.news__block2 .news__item .news__img {
      width: 175px;
      height: 110px; }
    .news__block1.news__block2 .news__item .news__info {
      width: -webkit-calc(100% - 175px);
      width: calc(100% - 175px); } }
  @media screen and (max-width: 480px) {
    .news__block1 .news__gallery1 a {
      height: 120px; }
    .news__block1 .news__item {
      width: 100%; }
      .news__block1 .news__item .news__img {
        height: 200px; } }
  @media screen and (max-width: 420px) {
    .news__block1.news__block2 .news__item {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .news__block1.news__block2 .news__item .news__img {
        width: 100%;
        height: 200px;
        margin-bottom: 15px; }
      .news__block1.news__block2 .news__item .news__info {
        width: 100%;
        padding: 0; } }
  @media screen and (max-width: 380px) {
    .news__block1 .news__gallery1 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0; }
      .news__block1 .news__gallery1 a {
        width: 100%;
        height: 200px;
        margin: 0 0 15px; }
    .news__block1.news__block2 .news__item .news__img {
      height: 170px; } }

.news__more1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #999999;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 35px 0 0 0; }
  .news__more1 p {
    margin: 0; }
  .news__more1 .news__more--item {
    width: 360px;
    padding-left: 23px; }
    .news__more1 .news__more--item a {
      display: block;
      font-weight: bold;
      font-size: 18px;
      color: #fff;
      text-decoration: none;
      position: relative;
      margin-top: 10px;
      -webkit-transition: 300ms;
      transition: 300ms; }
      .news__more1 .news__more--item a:after {
        content: '\f104';
        font-family: 'fontAwesome';
        font-size: 18px;
        color: #fff;
        position: absolute;
        left: -23px;
        top: 50%;
        transform: translateY(-50%);
      }
      .news__more1 .news__more--item a:hover {
        color: #ed7d32; }
    .news__more1 .news__more--item.next {
      text-align: right;
      padding-right: 23px;
      padding-left: 0; }
      .news__more1 .news__more--item.next a:after {
        content: '\f105';
        left: auto;
        right: -23px; }
  .news__more1 .news__more--btn {
    font-size: 18px;
    color: #fff;
    border: 1px solid #ed7d32;
    padding: 16px 45px 18px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: 300ms;
    transition: 300ms;
    margin-top: 10px; }
    .news__more1 .news__more--btn:hover {
      background-color: #ed7d32;
      color: #fff; }
  @media screen and (max-width: 1024px) {
    .news__more1 {
      margin-top: 20px; }
      .news__more1 .news__more--item {
        width: 275px; }
        .news__more1 .news__more--item a {
          font-size: 16px; }
      .news__more1 .news__more--btn {
        height: 45px;
        font-size: 16px;
        padding: 13px 30px 13px; } }
  @media screen and (max-width: 768px) {
    .news__more1 .news__more--item {
      width: 230px;
      font-size: 14px;
      text-align: center;
      padding-left: 0; }
      .news__more1 .news__more--item a {
        margin-top: 5px; }
        .news__more1 .news__more--item a:after {
          display: none;
          left: -15px;
          top: 0; }
      .news__more1 .news__more--item.next {
        text-align: center;
        padding-right: 0px; }
        .news__more1 .news__more--item.next a:after {
          display: none;
          right: -15px; }
    .news__more1 .news__more--btn {
      padding: 13px 20px; } }
  @media screen and (max-width: 680px) {
    .news__more1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .news__more1 .news__more--btn {
        margin: 15px auto; } }

/* page news */
/* page registration */
.form1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .form1 .name {
    display: block;
    font-size: 14px;
    color: #48484a;
    margin: 0 0 15px; }
  .form1 p {
    margin: 0; }
    .form1 p a {
      color: #a37a6b;
      text-decoration: underline; }
      .form1 p a:hover {
        text-decoration: none; }
  .form1 .form__item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px); }
    .form1 .form__item.pas {
      background-color: #ed7d32;
      padding: 20px 30px; }
      .form1 .form__item.pas h4 {
        margin: 0 0 25px; }
  .form1 .agreement {
    white-space: nowrap; }
  .form1 .form__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .form1 .form__date .edd-body {
      z-index: 9; }
    .form1 .form__date .edd-root {
      width: 88px;
      text-transform: lowercase;
      border: 1px solid #ed7d32;
      margin-right: 15px; }
      .form1 .form__date .edd-root:after {
        display: none; }
    .form1 .form__date .edd-value {
      height: 48px;
      font-size: 16px;
      padding: 15px 15px;
      border: none; }
      .form1 .form__date .edd-value[aria-placeholder] {
        color: #b2b2b3; }
    .form1 .form__date .edd-head {
      border: none; }
    .form1 .form__date .edd-arrow {
      right: 20px; }
      .form1 .form__date .edd-arrow:before {
        width: 7px;
        height: 7px;
        border-bottom: 2px solid #48484a;
        border-right: 2px solid #48484a; }
    .form1 .form__date .edd-option {
      padding: 4px 10px 4px 15px; }
    .form1 .form__date .edd-option-focused:not(.edd-option-disabled),
    .form1 .form__date .edd-option-selected {
      color: #a37a6b; }
    .form1 .form__date .edd-option-selected:before {
      display: none; }
    .form1 .form__date .edd-select {
      pointer-events: none;
      left: 0; }
    .form1 .form__date .year .edd-root {
      width: 103px; }
  .form1 .name {
    margin: 0 0 10px; }
  @media screen and (max-width: 1024px) {
    .form1 .form__item {
      width: -webkit-calc(50% - 7.5px);
      width: calc(50% - 7.5px); }
    .form1 .form__date .edd-value {
      height: 43px;
      font-size: 14px;
      padding: 12px 15px; }
    .form1 .form__date .edd-select {
      pointer-events: auto; } }
  @media screen and (max-width: 768px) {
    .form1 .form__item {
      width: 100%; }
      .form1 .form__item.pas {
        padding: 15px 20px;
        margin: 15px 0 0; }
        .form1 .form__item.pas h4 {
          margin-bottom: 15px; }
    .form1 .agreement {
      white-space: inherit; }
    .form1 .form__date .edd-value {
      height: 38px;
      padding: 10px 15px; }
    .form1 .name {
      margin-bottom: 5px; } }
  @media screen and (max-width: 480px) {
    .form1 .form__date .edd-root {
      margin-right: 10px; }
    .form1 .form__date .edd-arrow {
      right: 10px; }
    .form1 .form__date .edd-value {
      padding-right: 25px; }
    .form1 .form__date .year .edd-root {
      width: 100px; } }

.reg--form1 .g-recaptcha, .cab--form1 .g-recaptcha {
  margin-top: 25px; }

.reg--form1 .btn, .cab--form1 .btn {
  margin: 30px 0 50px; }

@media screen and (max-width: 1024px) {
  .reg--form1 .g-recaptcha, .cab--form1 .g-recaptcha {
    margin-top: 20px; }
  .reg--form1 .btn, .cab--form1 .btn {
    margin: 20px 0 30px; } }

@media screen and (max-width: 768px) {
  .reg--form1 .g-recaptcha, .cab--form1 .g-recaptcha {
    display: block;
    width: 300px;
    margin: 15px auto 0; }
  .reg--form1 .btn, .cab--form1 .btn {
    margin: 15px auto 25px; } }

@media screen and (max-width: 340px) {
  .reg--form1 .g-recaptcha, .cab--form1 .g-recaptcha {
    width: 250px; }
    .reg--form1 .g-recaptcha > div, .cab--form1 .g-recaptcha > div {
      -webkit-transform: scale(0.82);
      -ms-transform: scale(0.82);
      transform: scale(0.82);
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0; }
  .reg--form1 .btn, .cab--form1 .btn {
    margin-top: 0px; } }

/* page registration */
/* page faq */
.faq--form1 {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ed7d32;
  margin-bottom: 20px; }
  .faq--form1 .inp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .faq--form1 .inp input[type="text"],
    .faq--form1 .inp input[type="email"] {
      width: -webkit-calc(50% - 15px);
      width: calc(50% - 15px);
      margin-bottom: 30px; }
    .faq--form1 .inp textarea {
      margin-bottom: 30px; }
  .faq--form1 .faq--form__txt {
    width: 100%;
    background-color: #ed7d32;
    font-size: 18px;
    padding: 20px 50px; }
    .faq--form1 .faq--form__txt p {
      margin: 0; }
      .faq--form1 .faq--form__txt p a {
        color: #fff;
        text-decoration: underline; }
        .faq--form1 .faq--form__txt p a:hover {
          text-decoration: none; }
  .faq--form1 form {
    display: none;
    padding: 20px 100px 60px; }
    .faq--form1 form .g-recaptcha {
      display: inline-block;
      vertical-align: top; }

  @media screen and (max-width: 1024px) {
    .faq--form1 .faq--form__txt {
      font-size: 16px;
      padding: 15px 30px; }
    .faq--form1 form {
      width: 100%;
      padding: 20px 50px 40px; }

    .faq--form1 .inp input[type="text"],
    .faq--form1 .inp input[type="email"] {
      width: -webkit-calc(50% - 7.5px);
      width: calc(50% - 7.5px);
      margin-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .faq--form1 .faq--form__txt {
      font-size: 14px;
      padding: 10px 20px; }
    .faq--form1 form {
      padding: 20px 20px 20px; }

    .faq--form1 .inp input[type="text"],
    .faq--form1 .inp input[type="email"] {
      margin-bottom: 15px; } }
  @media screen and (max-width: 600px) {
    .faq--form1 {
      margin-bottom: 25px; }
      .faq--form1 form .g-recaptcha {
        display: table;
        margin: 0 auto 15px; }
      }
  @media screen and (max-width: 480px) {
    .faq--form1 .inp {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .faq--form1 .inp input[type="text"],
      .faq--form1 .inp input[type="email"] {
        width: 100%; }
    .faq--form1 form .g-recaptcha {
      display: block;
      width: 245px;
      margin: 0 auto; }
      .faq--form1 form .g-recaptcha > div {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0; } }

.faq1 {
  margin-bottom: 50px; }
  .faq1 .faq__item {
    border-bottom: 1px solid #ed7d32;
    padding: 45px 0; }
    .faq1 .faq__item .faq__title {
      display: block;
      position: relative;
      font-size: 18px;
      text-transform: uppercase;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 0 50px;
      -webkit-transition: 300ms;
      transition: 300ms; }
      .faq1 .faq__item .faq__title:after {
        content: '\f107';
        font-family: 'fontAwesome';
        font-size: 24px;
        color: #a37a6b;
        position: absolute;
        top: 1px;
        left: 0;
        -webkit-transition: 300ms;
        transition: 300ms;
        line-height: 14px; }
      .faq1 .faq__item .faq__title:hover {
        color: #ed7d32; }
    .faq1 .faq__item .faq__txt {
      display: none;
      padding: 25px 50px 0; }
      .faq1 .faq__item .faq__txt p {
        margin-top: 0; }
    .faq1 .faq__item.open .faq__title:after {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  @media screen and (max-width: 1024px) {
    .faq1 {
      margin-bottom: 30px; }
      .faq1 .faq__item {
        padding: 30px 0; }
        .faq1 .faq__item .faq__txt {
          padding: 15px 30px 0; }
          .faq1 .faq__item .faq__txt p {
            margin-bottom: 10px; }
        .faq1 .faq__item .faq__title {
          font-size: 16px;
          padding: 0 30px; }
          .faq1 .faq__item .faq__title:after {
            font-size: 20px;
            top: 0; } }
  @media screen and (max-width: 768px) {
    .faq1 {
      margin-bottom: 20px; }
      .faq1 .faq__item {
        padding: 20px 0; }
        .faq1 .faq__item .faq__title {
          padding: 0 0 0 20px; }
          .faq1 .faq__item .faq__title:after {
            font-size: 18px; }
        .faq1 .faq__item .faq__txt {
          padding: 10px 20px 0; }
        .faq1 .faq__item:first-of-type {
          padding-top: 10px; } }

/* page faq */
/* page rev */
.rev1 {
  margin-bottom: 35px; }
  .rev1 .rev__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #ed7d32; }
    .rev1 .rev__item .rev__user {
      width: 295px;
      padding: 25px 20px 0 45px; }
      .rev1 .rev__item .rev__user .rev__user--name {
        display: block;
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        margin-bottom: 30px; }
        .rev1 .rev__item .rev__user .rev__user--name:after {
          content: '\f007';
          font-family: 'fontAwesome';
          font-size: 20px;
          color: #fff;
          position: absolute;
          top: 0;
          left: -45px; }
      .rev1 .rev__item .rev__user .date {
        color: #7f7f7f; }
    .rev1 .rev__item .rev__text {
      width: -webkit-calc(100% - 295px);
      width: calc(100% - 295px);
      background-color: #ed7d32;
      position: relative;
      padding: 25px 30px; }
      .rev1 .rev__item .rev__text:after {
        content: '';
        border-right: 12px solid #ed7d32;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        top: 25px;
        left: -10px; }
      .rev1 .rev__item .rev__text p {
        margin: 0; }
    .rev1 .rev__item:last-of-type {
      border-bottom: none; }
  @media screen and (max-width: 1024px) {
    .rev1 {
      margin-bottom: 20px; }
      .rev1 .rev__item {
        padding: 20px 0; }
        .rev1 .rev__item .rev__user {
          width: 200px;
          padding: 20px 15px 30px 25px; }
          .rev1 .rev__item .rev__user .rev__user--name {
            font-size: 16px;
            margin-bottom: 20px; }
            .rev1 .rev__item .rev__user .rev__user--name:after {
              font-size: 17px;
              left: -25px; }
        .rev1 .rev__item .rev__text {
          width: -webkit-calc(100% - 200px);
          width: calc(100% - 200px);
          padding: 15px 20px; }
          .rev1 .rev__item .rev__text:after {
            top: 18px; }
        .rev1 .rev__item:first-of-type {
          padding-top: 0; }
        .rev1 .rev__item:last-of-type {
          padding-bottom: 0; } }
  @media screen and (max-width: 768px) {
    .rev1 {
      margin-bottom: 15px; }
      .rev1 .rev__item .rev__user .rev__user--name:after {
        font-size: 16px; } }
  @media screen and (max-width: 600px) {
    .rev1 .rev__item {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .rev1 .rev__item .rev__user {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        margin-bottom: 15px; }
        .rev1 .rev__item .rev__user .rev__user--name {
          margin-bottom: 10px; }
      .rev1 .rev__item .rev__text {
        width: 100%; }
        .rev1 .rev__item .rev__text:after {
          display: none; } }

/* page rev */
/* page basket */
.qt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .qt1 input[type="text"] {
    width: 40px;
    min-height: 40px;
    text-align: center;
    padding: 11px 5px 9px;
    margin: 0; }
  .qt1 .minus, .qt1 .plus {
    width: 7px;
    height: 7px;
    text-decoration: none;
    position: relative; }
    .qt1 .minus:before, .qt1 .minus:after, .qt1 .plus:before, .qt1 .plus:after {
      content: '';
      background-color: #494949;
      width: 100%;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .qt1 .minus:after, .qt1 .plus:after {
      -webkit-transform: rotate(-90deg) translateY(0);
      -ms-transform: rotate(-90deg) translateY(0);
      transform: rotate(-90deg) translateY(0); }
  .qt1 .minus:after {
    display: none; }

.basket1 {
  width: 100%;
  border-collapse: collapse; }
  .basket1 tr th {
    font-weight: bold;
    font-size: 18px;
    padding: 18px 30px;
    text-align: left;
    line-height: 1; }
  .basket1 tr td {
    padding: 18px 30px;
    vertical-align: top; }
  .basket1 .basket__h {
    background-color: #ed7d32; }
    .basket1 .basket__h .basket__h--n {
      width: 475px; }
    .basket1 .basket__h .basket__h--d {
      width: 20px;
      padding: 0; }
    .basket1 .basket__h .basket__h--p {
      width: 180px; }
    .basket1 .basket__h .basket__h--pt {
      width: 150px; }
  .basket1 .basket__b {
    border-bottom: 1px solid #ed7d32; }
    .basket1 .basket__b .basket__b--n {
      padding-left: 0; }
    .basket1 .basket__b .basket__b--d {
      padding-top: 38px;
      padding-left: 0;
      padding-right: 0; }
    .basket1 .basket__b .basket__b--d,
    .basket1 .basket__b .basket__b--p,
    .basket1 .basket__b .basket__b--pt,
    .basket1 .basket__b .basket__b--qt {
      padding-top: 38px; }
  .basket1 .close {
    display: block;
    position: relative;
    top: 0;
    right: 0; }
  .basket1 .price {
    font-size: 16px;
    font-weight: bold;
    color: #494949; }
  .basket1 .basket__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .basket1 .basket__item .basket__img {
      width: 135px;
      height: 135px; }
      .basket1 .basket__item .basket__img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center; }
    .basket1 .basket__item .basket__txt {
      width: -webkit-calc(100% - 135px);
      width: calc(100% - 135px);
      padding-left: 50px;
      padding-top: 20px; }
    .basket1 .basket__item p {
      margin: 0; }
  .basket1 .basket__f {
    text-align: right; }
    .basket1 .basket__f td {
      padding: 35px 0; }
    .basket1 .basket__f .price {
      font-weight: normal;
      font-size: 24px; }
      .basket1 .basket__f .price span {
        font-weight: bold; }
  @media screen and (max-width: 1024px) {
    .basket1 tr th {
      font-size: 16px;
      padding: 10px 15px; }
    .basket1 tr td {
      padding: 10px 15px; }
    .basket1 .basket__h .basket__h--n {
      width: 370px; }
    .basket1 .basket__h .basket__h--p,
    .basket1 .basket__h .basket__h--pt,
    .basket1 .basket__h .basket__h--qt {
      width: 130px; }
    .basket1 .basket__item .basket__img {
      width: 100px;
      height: 100px; }
    .basket1 .basket__item .basket__txt {
      width: -webkit-calc(100% - 100px);
      width: calc(100% - 100px);
      padding-left: 20px; }
    .basket1 .basket__f td {
      padding: 25px 0; }
    .basket1 .basket__f .price {
      font-size: 20px; } }
  @media screen and (max-width: 768px) {
    .basket1 .basket__f td {
      padding: 15px 0; }
    .basket1 .basket__f .price {
      font-size: 18px; }
    .basket1 .basket__item .basket__img {
      width: 75px;
      height: 75px; }
    .basket1 .basket__item .basket__txt {
      width: -webkit-calc(100% - 75px);
      width: calc(100% - 75px);
      padding: 0 0 0 10px; }
    .basket1 .basket__b .basket__b--d,
    .basket1 .basket__b .basket__b--p,
    .basket1 .basket__b .basket__b--pt,
    .basket1 .basket__b .basket__b--qt {
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media screen and (max-width: 600px) {
    .basket1 tr {
      display: block; }
    .basket1 .basket__h {
      display: none; }
    .basket1 .basket__b {
      position: relative;
      padding: 15px 25px 65px 0; }
      .basket1 .basket__b td {
        display: block;
        padding: 0; }
      .basket1 .basket__b .basket__b--p {
        display: none; }
      .basket1 .basket__b .basket__b--d,
      .basket1 .basket__b .basket__b--p
.basket__b--pt,
      .basket1 .basket__b .basket__b--qt {
        padding: 0; }
      .basket1 .basket__b .basket__b--d {
        position: absolute;
        top: 15px;
        right: 0; }
      .basket1 .basket__b .basket__b--qt {
        position: absolute;
        bottom: 15px;
        left: 0; }
      .basket1 .basket__b .basket__b--pt {
        padding: 0;
        position: absolute;
        left: 85px;
        bottom: 25px; } }

.order1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 30px 0 0 0; }
  .order1 h3 {
    text-transform: uppercase;
    margin: 0 0 20px; }
  .order1 .order__title {
    display: block;
    background-color: #ed7d32;
    font-size: 18px;
    font-weight: bold;
    padding: 17px 30px;
    margin: 15px 0 30px; }
  .order1 .order__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .order1 .order__check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .order1 .order__check .order__check--item {
      width: 360px;
      margin-bottom: 30px; }
      .order1 .order__check .order__check--item:nth-of-type(2) {
        width: -webkit-calc(100% - 390px);
        width: calc(100% - 390px);
        margin-left: 30px; }
  .order1 .order__inp {
    width: 360px;
    margin-right: 30px; }
    .order1 .order__inp.sm {
      width: 70px; }
  .order1 .order__down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .order1 .order__down .left {
      width: 360px;
      font-size: 18px; }
      .order1 .order__down .left .num {
        font-weight: bold; }
      .order1 .order__down .left .price {
        display: block;
        font-size: 24px;
        margin: 25px 0; }
        .order1 .order__down .left .price span {
          font-weight: bold; }
    .order1 .order__down .right {
      width: -webkit-calc(100% - 360px);
      width: calc(100% - 360px);
      padding-left: 30px; }
    .order1 .order__down .btn {
      margin: 0; }
  .order1 .g-recaptcha {
    margin-bottom: 15px; }
  @media screen and (max-width: 1024px) {
    .order1 .order__inp {
      width: 220px;
      margin-right: 15px; }
    .order1 .order__check {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .order1 .order__check .order__check--item {
        width: 250px;
        margin-bottom: 20px; }
        .order1 .order__check .order__check--item:nth-of-type(2) {
          width: -webkit-calc(100% - 280px);
          width: calc(100% - 280px);
          margin-left: 15px; }
    .order1 .order__title {
      font-size: 16px;
      padding: 10px 15px;
      margin: 10px 0 15px; }
    .order1 h3 {
      margin-bottom: 15px; }
    .order1 .order__down .left {
      width: 220px; }
      .order1 .order__down .left .price {
        font-size: 20px; }
    .order1 .order__down .right {
      width: -webkit-calc(100% - 220px);
      width: calc(100% - 220px);
      padding-left: 15px; } }
  @media screen and (max-width: 768px) {
    .order1 .order__check .order__check--item {
      margin-bottom: 15px;
      margin-left: 0;
      margin-right: 15px; }
      .order1 .order__check .order__check--item:nth-of-type(2) {
        width: auto;
        margin-left: 0; }
    .order1 h3 {
      margin-bottom: 10px; }
    .order1 .order__down .left {
      font-size: 16px; }
      .order1 .order__down .left .price {
        font-size: 18px; }
    .order1 .order__inp {
      width: -webkit-calc(50% - 7.5px);
      width: calc(50% - 7.5px); }
      .order1 .order__inp:nth-of-type(2) {
        margin-right: 0; }
      .order1 .order__inp.second {
        margin-right: 0px; } }
  @media screen and (max-width: 680px) {
    .order1 .order__check {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .order1 .order__check .order__check--item {
        width: auto;
        margin-bottom: 15px; }
    .order1 .order__down {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .order1 .order__down .left {
        width: 100%;
        margin-bottom: 20px; }
        .order1 .order__down .left .price {
          margin: 15px 0; }
      .order1 .order__down .right {
        width: 100%;
        padding: 0; }
      .order1 .order__down .btn {
        display: table;
        margin: 0 auto; }
    .order1 .g-recaptcha {
      display: table;
      margin: 0 auto 15px; } }
  @media screen and (max-width: 420px) {
    .order1 .order__check .order__inp {
      width: 100%;
      margin: 0; }
      .order1 .order__check .order__inp.sm {
        width: 90px;
        margin-right: 15px; } }
  @media screen and (max-width: 340px) {
    .order1 .g-recaptcha {
      display: block;
      width: 240px;
      margin: 0 auto; }
      .order1 .g-recaptcha > div {
        -webkit-transform: scale(0.82);
        -ms-transform: scale(0.82);
        transform: scale(0.82);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0; } }

.check1 {
  cursor: pointer; }
  .check1 input[type="radio"],
  .check1 input[type="checkbox"] {
    display: none; }
  .check1 span {
    display: block;
    position: relative;
    padding: 0 0 0 20px; }
    .check1 span:before {
      content: '';
      width: 12px;
      height: 12px;
      background-color: #fff;
      position: absolute;
      top: 2px;
      left: 0;
      border: 1px solid #ed7d32; }
    .check1 span:after {
      content: '';
      width: 6px;
      height: 6px;
      background-color: #47271b;
      position: absolute;
      top: 6px;
      left: 4px;
      -webkit-transition: 300ms;
      transition: 300ms;
      opacity: 0; }
  .check1 input[type="radio"]:checked + span:after,
  .check1 input[type="checkbox"]:checked + span:after {
    opacity: 1; }

/* page basket */
/* pagination */
.pagination1 {
  margin: 10px 0 0;
  line-height: 1; }
  .pagination1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0; }
    .pagination1 ul li {
      margin: 0 8px 6px; }
      .pagination1 ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 22px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
        color: #143642;
        text-decoration: none;
        padding: 2px 2px 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-transition: 300ms;
        transition: 300ms; }
        .pagination1 ul li a:hover {
          color: #a37a6b; }
      .pagination1 ul li.active a {
        color: #a37a6b; }
      .pagination1 ul li.prev, .pagination1 ul li.next {
        margin-left: 10px;
        margin-right: 10px; }
        .pagination1 ul li.prev a, .pagination1 ul li.next a {
          padding-top: 0;
          font-size: 20px; }
          .pagination1 ul li.prev a:after, .pagination1 ul li.next a:after {
            content: '\f105';
            font-family: 'fontAwesome';
            color: #a37a6b;
            -webkit-transition: 300ms;
            transition: 300ms; }
          .pagination1 ul li.prev a:hover, .pagination1 ul li.next a:hover {
            background-color: transparent;
            color: #143643; }
            .pagination1 ul li.prev a:hover:after, .pagination1 ul li.next a:hover:after {
              color: #a37a6b; }
      .pagination1 ul li.prev a:after {
        content: '\f104'; }
  @media screen and (max-width: 1200px) {
    .pagination1 ul li {
      margin: 0 3px 3px; }
      .pagination1 ul li a {
        width: 30px;
        height: 30px;
        font-size: 16px; }
      .pagination1 ul li.prev a:after, .pagination1 ul li.next a:after {
        font-size: 16px; } }
  @media screen and (max-width: 1024px) {
    .pagination1 ul li a {
      width: 25px;
      height: 25px;
      font-size: 14px; }
    .pagination1 ul li.prev, .pagination1 ul li.next {
      margin: 0 3px 5px; } }

/* pagination */
/* modal */
.modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }
  .modal .modal__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.modal .modal__block {
  text-align: center;
  background-color: #f2f2f2;
  width: 37rem;
  position: absolute;
  padding: 3rem 6rem;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal .modal__block .g-recaptcha {
  transform-origin: center center;
}
.modal .modal__block h4 {
  font-size: 1.4rem;
  text-align: center;
  padding: 0;
  margin: 1.5rem 0;
  /* color: #404040; */
}
  .modal form {
    display: block;
  }

.load *{
  transition: none!important;
}

.test{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0.5;
  z-index: -1;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.loader{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1100;
}
.loader img{
  /*width: 80px;*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.flex{
  display: flex;
  justify-content: space-between;
}
.center{
  justify-content: center;
}
.start{
  justify-content: flex-start;
}
.end{
  justify-content: flex-end;
}
.wrap{
  flex-wrap: wrap;
}
.align-center{
  align-items: center;
}
.align-start{
  align-items: flex-start;
}
.align-end{
  align-items: flex-end;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
a{
  -webkit-transition: all 0.6s;
  -moz-transition:  all 0.6s;
  -ms-transition:  all 0.6s;
  -o-transition:  all 0.6s;
  transition: all 0.6s;
  text-decoration: none;
  color: #333333;
  outline: none!important;
}
a:hover, a.active, .active a{
  text-decoration: none;
  color: #f0bb00;
}
input, button{
  border: none;
  outline: none;
  font-size: 1rem;
}
button{
  cursor: pointer;
}

select{
  border: none;
  outline: none;
  font-size: 1rem;
}

hr {
  height: 1px;
  background-color: #fff;
  border: none;
  width: 100%;
}
.container {
  width: 94.1rem;
  margin: 0 auto;
  padding: 0;
  max-width: unset;
}
.rel{
  position: relative;
}
.mob_block{
  display: none!important;
}
.menu_toggle{
  background: transparent;
  font-size: 1.7rem;
  line-height: 1;
  color: #ffffff;
}
.menu_toggle .fa-times, .phone--show .fa-times{
  display: none;
}
.menu_toggle.active .fa-bars, .phone--show.active .fa-phone{
  display: none;
}
.menu_toggle.active .fa-phone, .menu_toggle.active .fa-search{
  display: none;
}
.modal_policy a{
  color: #8c0000;
  text-decoration: underline;
}
.modal_policy a:hover{
  text-decoration: none;
}

.menu_toggle.active .fa-times, .phone--show.active .fa-times{
  display: block;
}
.modal_text{
  font-size: 1.1rem;
}


.circles{
  display: flex;
  margin-right: 0.3rem;
  padding-top: 0.3rem;
}
.circle{
  width: 1.85rem;
  height: 1.85rem;
  margin-right: 0.7rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.circle:last-child{
  margin: 0;
}
.w_c{
  background-color: #c8a273;
}
.p_c{
  background-color: #00b147;
}
.p_c:after{
  position: absolute;
  content: "";
  border: 0.3rem solid transparent;
  border-top: 0.6rem solid #00b147;
  top: 74%;
  left: -0.1rem;
  transform: rotate(45deg);

}
.circle i{
  font-size: 1.2rem;
  color: white;
  padding-top: 0.1rem;
  padding-left: 0.1rem;
  position: relative;
  z-index: 1;
}
.phone-link {
  display: block;
  margin: 0 0.4rem;
  font-size: 1.21rem;
}
.arr {
  font-size: 0.85rem;
  position: relative;
  top: 0;
}
.arr i {
  transition: all 0.6s;
}
h1,h2,h3,h4,h5,h6, b, strong{
  font-family: MontserratBold, sans-serif;
}
body *{
  outline: none!important;
}
.slick-dotted.slick-slider{
  margin: 0!important;
}
.phones {
  position: absolute;
  top: 100%;
  left: -0.8rem;
  width: max-content;
  padding: 0.5rem 0.7rem;
  /* padding-left: 0.6rem; */
  display: none;
}
.phones a {
  display: block;
  padding: 0.5rem 0.5rem;
  font-size: 1.25rem;
}
.phone-block {
  font-size: 1rem;
  position: relative;
  margin-right: 1.1rem;
}
.arr.active i {
  transform: rotate(-180deg);
}
.header_icons{
  display: flex;
  align-items: center;
}
.header_icons a{
  display: block;
  margin: 0 1.2rem;
  color: #666666;
  font-size: 1.5rem;
}
.header_icons a:hover{
  color: #8c0000;
}
.news_item{
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.slick-dots li button:before{
  display: none!important;
}
.slick-dots li{
  width: auto!important;
  height: auto!important;
}
.check--list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /*font-size: 1.12rem;*/
}

.check--list li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
.check--list li:after{
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 5px;
  height: 5px;
  content: "\f054";
  font-size: 0.7rem;
  color: #ff1418;
  font-family: FontAwesome, sans-serif;
}

/*.slick-dots li button{*/
/*  width: 1rem!important;*/
/*  height: 1rem!important;*/
/*  background: red!important;*/
/*  border-radius: 50%;*/
/*  padding: 0!important;*/
/*}*/

.breadcrumbs {
  margin-bottom: 2.3rem;
  font-size: 0.88rem;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  /*padding: 2px 0;*/
  color: #434343;
  display: inline-block;
  vertical-align: top;
}
.full{
  width: 100%;
}
.breadcrumbs ul li a {
  color: #ff1418;
}
.breadcrumbs ul li a:hover{
  /*text-decoration: underline;*/
  color: #333333;
}
.breadcrumbs ul li:last-child:after{
  display: none;
}
.breadcrumbs ul li:after {
  content: "";
  /* font-family: FontAwesome, sans-serif; */
  width: 0.9rem;
  height: 1px;
  background-color: #a0a0a0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.4rem;
}
.mb_30{
  margin-bottom: 30px;
}
footer.fixed{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.pagination{
  /*margin: 2.5rem 0;*/
  margin-top: 1rem;
  align-items: center;

}
.pagination li{
  margin-right: 0.5rem;
}
/*.pagination li:first-child a{*/
/*  border-top-left-radius: 5px;*/
/*  border-bottom-left-radius: 5px;*/
/*}*/
/*.pagination li:last-child a{*/
/*  border-top-right-radius: 5px;*/
/*  border-bottom-right-radius: 5px;*/
/*}*/
.pagination a {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  width: 3.1rem;
  height: 3.1rem;
  font-family: MontserratSemiBold, sans-serif;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
}

.pagination li.active a {
  pointer-events: none;
  border-color: #ff1418;
  background-color: #ff1418;
  color: #ffffff;
}
.pagination a:hover{
  color: #ff1418;
  color: #ff1418;
  /*border-color: #f10109;*/
}
.pagination li.prev a:after{
  content: "\f053";
  font-family: FontAwesome;
  display: inline;
}
.pagination li.next a:after{
  content: "\f054";
  font-family: FontAwesome;
  display: inline;
}

.pagination li.next.sm a:after{
  content: "\f054";
}
.pagination li.prev.sm a:after{
  content: "\f053";
}

.pagination li.next.sm, .pagination li.prev.sm{
  font-size: 0.8rem;
}


.pagination li.next a, .pagination li.prev a{
  /*width: auto;*/
  /*height: auto;*/
  /*min-width: unset;*/
  font-size: 0.75rem;
}

.pagination li.next, .pagination li.prev{
  /*padding: 0;*/
  /*margin: 0;*/
  /*width: auto;*/
  /*height: auto;*/
}
.pagination li.prev{
  /*margin-right: 1rem;*/
}
.pagination li.next{
  /*margin-left: 1rem;*/
}
/*.pagination li.next{*/
  /*margin-right: 1rem;*/
/*}*/
/*.pagination li.prev{*/
  /*margin-right: 1rem;*/
/*}*/

.insta:after{
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.facebook:after{
  background: #385599;
}
.vk:after{
  background: #2683ed;
}
.wp:after{
  background-color: #5cf277;
}
.social a:hover:after{
  opacity: 1;
}
.cover_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.whatsapp {
  position: fixed;
  text-align: center;
  box-sizing: border-box;
  outline: none !important;
  z-index: 999;
}
.whatsapp {
  position: fixed;
  right: 8rem;
  bottom: 4.7rem;
  color: #ffffff;
  height: 3.5rem;
  width: 3.5rem;
  background-image: -moz-linear-gradient( 30deg, rgb(0,101,46) 0%, rgb(14,128,78) 100%);
  background-image: -webkit-linear-gradient(
          30deg
          , rgb(0,101,46) 0%, rgb(14,128,78) 100%);
  background-image: -ms-linear-gradient( 30deg, rgb(0,101,46) 0%, rgb(14,128,78) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  z-index: 999;
  cursor: pointer;
  border-radius: 50%;
  text-decoration: none!important;
}

.whatsapp:after, .whatsapp:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 5px solid rgb(0,101,46);
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  animation-iteration-count: infinite;
  animation-duration: 1.2s;
  animation-name: ring;
  outline: none;
  box-sizing: border-box;
}
.whatsapp:before {
  animation-delay: 0.8s;
  border: 5px solid rgb(0,101,46);
  border-radius: 50%;
}
.whatsapp:after {
  animation-delay: 0.6s;
}
.whatsapp i {
  display: block;
  font-size: 1.5rem;
  color: #fff;
}
@keyframes ring {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}
@keyframes phone {
  20% {
    transform: rotate(-30deg);
  }
  80% {
    transform: rotate(390deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1440px) {
  .whatsapp {
    bottom: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .whatsapp {
    width: 40px;
    height: 40px;
  }
  .whatsapp {
    bottom: 100px;
  }
  .whatsapp i {
    font-size: 20px;
  }
}
.whatsapp .fe-smart-menu{
  position: absolute;
  top: 100%;
  left: 0;
}
.phone_block{
  font-family: MontserratSemiBold, sans-serif;
}
.phone_block .phone_link {
  font-size: 1.35rem;
  display: block;
  margin-right: 0.2rem;
}
.active_phone{
  display: flex;
  align-items: center;
  line-height: 1;
}
.arr {
  font-size: 0.75rem;
  margin-left: 0.2rem;
  color: #ff2f2c;
  top: 0;
}
.active_phone .fa-phone{
  font-size: 1.05rem;
  color: #f10109;
}
.phone_drop{
  position: absolute;
  top: 1.7rem;
  background-color: #ffffff;
  padding: 0.1rem;
  left: -0.5rem;
  z-index: 1;
  display: none;
  padding-left: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.6rem;
  width: max-content;
}
.phone_drop a.phone_link{
  margin-bottom: 0.35rem;
  display: block;
}
.phone_drop a.phone_link:last-child{
  margin-bottom: 0;
}
header{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 15;
}
.slick-next:before, .slick-prev:before{
  display: none!important;
}

.content img{
  max-width: 100%;
  max-width: 100%;
  height: auto!important;
}
@media screen and (max-width:1050px) {
  .content img{
    width: 100%!important;
    margin: 0!important;
    margin-bottom: 1.5rem!important;
  }
}
.content p, .content img, .content ol, .content ul, .content table {
  margin-bottom: 1.5rem;
  line-height: 1.45;
}

.content table{
  width: 100%!important;
  border-collapse: collapse!important;
  border: none!important;
}
.content table td, .content table th{
  border: 1px solid #ff1418!important;
  padding: 1rem!important;
}
.content ul, .content ol{
  /*margin-bottom: 1rem;*/
  /*margin-left: 3rem;*/
}
.content li{
  margin-bottom: 0.4rem;
}
.content li:last-child{
  margin-bottom: 0;
}
.compensate-for-scrollbar, .fancybox-enabled body{
  margin-right: 0!important;
  overflow: visible!important;
}
.fancybox-enabled {
  overflow: visible!important;
}

.content ul{
  list-style-type: none;
}
.content ul li{
  position: relative;
  padding-left: 1.1rem;
}
.content ul li:after{
  position: absolute;
  width: 0.438rem;
  height: 0.438rem;
  content: "";
  background-color: #ff1418;
  border-radius: 50%;
  left: 0;
  top: 0.5rem;
}