
  .slick-slide img {
    max-width: 98%;
}
.slick-dots {
  position: relative;
      bottom: -5px;
      display: none;
}
  .error{
    border: 1px red solid!important;
    background-color: hsla(14, 44%, 90%, 1);
  }
  span.help-block.form-error{
    display: block;
    color: hsl(0, 100%, 50%);
    font-size: 12px;
    position: relative;
    top: -4px;
   /* position: absolute;
    bottom: -30px;*/
  }
.organiztor_block{
    display: flex!important;
    height: 180px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-color: #2c1e39;
  }
 @media (min-width: 1184px) {
.slick-prev{
position: absolute;
    top: 46px;
    left:-30px;
        background: none;
    }
.slick-next{
position: absolute;
    top: 46px;
    right:-30px;
    background: none;
    }
}
@media (max-width: 991px) {
.slick-prev, .slick-next {display: none!important;}
.dt_otzyv,.glide__arrows {
    display:none;
}
.glide__track {
    height: 260px;
}
}
@media (max-width: 767px) {
span.help-block.form-error {
    top: -9px;
}
}
@media (max-width: 430px) {
.sec-6 .inputGroup {
    width: 100px!important;  
}
}
.sec-6 .inputGroup label {
  padding: 7px 15px;
  width: 100%;
  height: 55px;
  display: block;
  text-align: center;
  color: #7b7f85;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
    border: 1px solid #c6c6c6;
    border-right:none;
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 140x;    
}
.sec-6 .inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #ff3d00;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.sec-6 .inputGroup label:hover {
  background-color: #ff3d00;
  color:#ffffff!important;
}
.sec-6 .inputGroup:last-child label {
    border-right: 1px solid #c6c6c6;
}
.sec-6 .inputGroup input:checked ~ label {
  color:#ffffff!important;
}
.sec-6 .inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.sec-6 .inputGroup input:checked ~ label:after {
  background-color: #ff3d00;
  border-color:#ee2649;
}
.sec-6 .inputGroup input {
 /* width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;*/
  visibility: hidden;
}
.sec_paycard .field_cell.vert.big {
    width: 100%;
}
.sec_paycard .inputGroup {
    display: inline-block;
    position: relative;
    width: 33%;    
    margin-top: -20px;
    font-size:0.9em;
}
.sec_paycard .inputGroup.radio_paybill label {
  padding: 15px 10px;
    width: 100%;
    text-align: center;
    color: #283847;
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: flex;
    vertical-align: middle;
    transition: color 200ms ease-in;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #cccccc;
    border-right:none;
  height: 80px;
  line-height: 1.2em;
}
.sec_paycard .inputGroup.radio_paycard label {
  padding: 15px 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: flex;
    vertical-align: middle;
    transition: color 200ms ease-in;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #c6c6c6;
    border-right:none;
  height: 80px;
  line-height: 1.2em;
}
.sec_paycard .inputGroup.radio_paycard:last-child label {
    border-right: 1px solid #4e6880;
}
.sec_paycard .inputGroup.radio_paybill:last-child label{
    border-right: 1px solid #cccccc;
}
.sec_paycard .inputGroup.radio_paycard label:hover {
  background-color: #ff3d00;
  color:#ffffff;
}
.sec_paycard .inputGroup.radio_paybill label:hover {
  background-color: #ff3d00;
  color:#ffffff;
}
.sec_paycard .inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  position: absolute;
  background-color: #ff3d00;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.sec_paycard .inputGroup label:after {
  /*width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;*/
}
.sec_paycard .inputGroup input:checked ~ label {
  color:#ffffff!important;
}
.sec_paycard .inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.sec_paycard .inputGroup input:checked ~ label:after {
  background-color: #ff3d00;
  border-color: #ff3d00;
}
.sec_paycard .inputGroup input {
 /* width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;*/
  visibility: hidden;
}
/*
.sec6 .form {
  padding: 0 16px;
  max-width: 550px;
  margin: 50px auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
}*/
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
code {
  background-color: #9aa3ac;
  padding: 0 8px;
}
.block_price_before {
    margin-top: 28px!important;
}
.price_before,.form_price1 {
    height: 445px!important;
}
.block_price_after2 {
    height: 150px!important;
}
.w-slider-dot {
    width: 8px;
    height: 8px;
}


.block_map {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 390px;
  margin-left: 100px;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #2c1e39;
}

.map {
  height: 380px;
}
.heading_small.white {
    color: #fff;
    font-size: 2em;
}

.it_was_subhead.map2 {
    width: 80%;
    font-size: 0.9em;
}

.it_was_subhead {
    display: block;
    width: 30%;
    margin: 8px auto 30px;
    color: #c6bad1;
    font-size: 0.95em;
    line-height: 1.4em;
    text-align: center;
    text-transform: uppercase;
}

.razdel {
    width: 23px;
    height: 4px;
    margin-top: 20px;
    margin-bottom: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7043), to(#ff7043));
    background-image: linear-gradient(180deg, #ff7043, #ff7043);
}

.razdel.itwas {
    display: block;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
}
@media (max-width: 991px) {
  .block_map {
    margin-left: 0px;
      }
  }

@media (max-width: 767px) {

  .block_map {
    position: relative;
    width: 100%;
    height: 250px;
    margin-left: 0px;
    padding-top: 0px;
  }
  }

@media (max-width: 479px) {

  .block_map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  }