@import url(../libs/ion.rangeSlider-master/ion.rangeSlider.css);

/*dsbgwgweg*/
*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus::-moz-placeholder {
  color: transparent !important; }

input:focus::-moz-placeholder {
  color: transparent !important; }

input:focus::-ms-input-placeholder {
  color: transparent !important; }

.tb {
  margin: 15px 0; }
  .tb .img {
    text-align: center; }
  .tb h2, .tb .h2 {
    margin: 30px 0; }
  .tb p {
    margin-bottom: 15px; }
    .tb p:last-child {
      margin-bottom: 0; }
  .tb ul {
    margin: 15px 0;
    padding-left: 15px; }
    .tb ul li {
      padding-left: 25px;
      position: relative;
      margin-bottom: 15px; }
      .tb ul li:last-child {
        margin-bottom: 0; }
      .tb ul li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #f5821f; }
  .tb a {
    color: #f5821f;
    text-decoration: underline; }
    .tb a:hover {
      color: #2d2d2f; }
  .tb ol {
    list-style-type: decimal; }
    .tb ol li {
      list-style-type: decimal;
      margin: 5px 0 5px 15px; }
      .tb ol li ul li {
        list-style-type: none;
        margin: 0 0 5px 15px; }

.hidden {
  display: none; }

h2, .h2 {
  font-size: 32px;
  font-weight: 300; }

h3, .h3 {
  font-size: 30px; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 30px; }

h6, .h6 {
  font-size: 16px; }

.h2-block {
  margin-bottom: 50px;
  width: 100%; }
  .h2-block .descr {
    margin-top: 30px; }
    .h2-block .descr strong {
      font-weight: 500; }
    .h2-block .descr a {
      font-weight: 500;
      color: #f5821f;
      text-decoration: underline; }
      .h2-block .descr a:hover {
        color: #2d2d2f; }

.s-section {
  padding: 55px 0; }

.s-grey {
  background: #f8f8f8; }

.s-warning .button-block {
  width: 100%;
  text-align: center;
  margin-top: 50px; }

.s-warning.s-news .item-new {
  margin-bottom: 50px; }

.item-new {
  width: calc(100% / 3); }
  .item-new .img {
    height: 216px;
    margin-bottom: 25px; }
    .item-new .img img {
      max-width: 1000%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .item-new .date {
    position: relative;
    padding-left: 25px;
    background: url("../img/date.svg") no-repeat 0 50%; }
    .item-new .date a {
      color: #2d2d2f;
      font-weight: 500;
      font-size: 12px; }
  .item-new .ttl {
    margin: 20px 0 20px; }
    .item-new .ttl h4, .item-new .ttl .h4 {
      font-size: 20px;
      font-weight: 500;
      color: #f5821f;
      line-height: 1.2;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .item-new .ttl h4:hover, .item-new .ttl .h4:hover {
        color: #2d2d2f; }
  .item-new_about {
    width: 100%;
    margin-top: 0; }
    .item-new_about .img {
      height: 336px;
      max-width: 572px; }

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child, .irs--flat .irs-handle > i:first-child {
  display: none; }

.irs--flat .irs-min, .irs--flat .irs-max,
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  display: none; }

.irs--flat .irs-line {
  background: #eaeaea; }

.irs--flat .irs-handle {
  width: 22px;
  height: 22px;
  top: 19px;
  border-radius: 50%;
  background: #f4811f;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  cursor: pointer; }
  .irs--flat .irs-handle:before {
    width: 10px;
    height: 10px;
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 50%;
    background: #fff; }

.irs--flat .irs-bar--single {
  border-radius: 8px 0 0 8px; }
  .irs--flat .irs-bar--single:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 4px;
    top: 3px;
    background: #fff; }

.irs--flat .irs-line:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  right: 4px;
  top: 3px;
  background: #fff; }

.s-range h2 {
  font-weight: 900; }

.s-range .row-rg {
  font-weight: 900;
  line-height: 1.2;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .s-range .row-rg span {
    font-size: 32px;
    color: #000; }

.s-range .h2-block {
  text-align: center; }
  .s-range .h2-block .img {
    width: 64px;
    height: 64px;
    margin: 0  auto 15px;
    border-radius: 50%;
    background: #f4811f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .s-range .h2-block .img img {
      max-width: 30px; }

.s-range .info {
  padding: 35px;
  border-radius: 10px;
  color: #fff;
  background: #f4811f;
  margin-top: 50px; }

.s-range .prc {
  font-size: 20px;
  margin-top: 15px; }
  .s-range .prc strong {
    font-weight: 500; }

.s-range .item {
  cursor: pointer; }
  .s-range .item.active {
    color: #f5821f; }
    .s-range .item.active span {
      color: #f5821f; }

.nowrap {
  white-space: nowrap; }

.s-tv {
  margin-top: 70px; }
  .s-tv .descr {
    font-size: 18px;
    text-align: center;
    padding: 35px 15px;
    background: #f8f8f8;
    border-radius: 10px;
    border: 1px solid #eaeaea; }
    .s-tv .descr strong {
      font-weight: 900; }
  .s-tv span.inf {
    position: relative;
    color: #9d9e9e;
    font-size: 13px  !important;
    cursor: pointer;
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #9d9e9e;
    text-align: center;
    line-height: 17px;
    margin-right: 10px; }
  .s-tv .tar {
    font-size: 11px;
    font-weight: 500;
    opacity: 0.5;
    margin-bottom: 5px; }
  .s-tv .ttl {
    font-size: 32px;
    font-weight: 900; }
  .s-tv .item {
    position: relative; }
    .s-tv .item:last-child .descr-info {
      left: auto;
      right: 0; }
  .s-tv .descr-info {
    font-weight: 400;
    -webkit-box-shadow: 0 5px 24px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 24px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    background: #fff;
    width: 260px;
    position: absolute;
    left: 0;
    top: calc(100% + 0px);
    display: none;
    color: #2d2d2f;
    z-index: 9; }
    .s-tv .descr-info:after {
      content: '';
      position: absolute;
      width: 40px;
      height: 1px;
      background: #fff;
      right: 15px;
      top: 0; }
    .s-tv .descr-info .ul {
      border-top: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea;
      padding: 20px 0;
      margin: 20px 0; }
    .s-tv .descr-info ul {
      font-size: 14px; }
      .s-tv .descr-info ul li {
        position: relative;
        padding-left: 6px; }
        .s-tv .descr-info ul li:before {
          content: '';
          position: absolute;
          width: 3px;
          height: 3px;
          border-radius: 50%;
          left: 0;
          top: 7px;
          background: #2d2d2f; }
    .s-tv .descr-info a {
      color: #f5821f;
      text-decoration: underline;
      font-weight: 300; }
      .s-tv .descr-info a:hover {
        color: #2d2d2f; }
    .s-tv .descr-info .close-but {
      opacity: 0.4;
      font-size: 18px;
      color: #2d2d2f !important;
      font-weight: 400;
      position: absolute;
      top: 15px;
      right: 15px;
      cursor: pointer; }
  .s-tv .info {
    font-weight: 500; }
  .s-tv .ttll {
    font-size: 20px;
    margin-bottom: 15px; }
  .s-tv .pic {
    margin-top: 30px; }
    .s-tv .pic input {
      display: none; }
    .s-tv .pic .lb {
      margin-left: 15px; }
    .s-tv .pic .select-prod {
      padding-left: 35px;
      position: relative;
      display: block;
      margin-top: 3px; }
      .s-tv .pic .select-prod:before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        background: #eaeaea;
        left: 0;
        top: -3px;
        border-radius: 50%; }
    .s-tv .pic .im {
      height: 160px;
      display: block; }
    .s-tv .pic .pr {
      font-weight: 500; }
    .s-tv .pic .big {
      font-weight: 900;
      font-size: 32px; }
    .s-tv .pic .label-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .s-tv .pic .label-check.active .select-prod:before {
        background: #000 url("../img/check.svg") no-repeat;
        background-size: contain; }

.label-radio {
  padding-left: 35px;
  position: relative; }
  .label-radio input {
    display: none; }
  .label-radio:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: #eaeaea;
    left: 0;
    top: -3px;
    border-radius: 50%; }
  .label-radio.active:before {
    background: #fff url("../img/check.svg") no-repeat;
    background-size: contain; }

.accordeon-part .acc-head {
  font-size: 24px;
  border: 1px solid #eaeaea;
  padding: 30px;
  margin: 30px 0 0;
  cursor: pointer;
  position: relative; }
  .accordeon-part .acc-head img {
    margin-right: 25px; }
  .accordeon-part .acc-head.active {
    border-bottom: none; }
    .accordeon-part .acc-head.active .angle {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.accordeon-part .ac-body {
  display: none; }

.accordeon-part .label-radio {
  padding-left: 0;
  padding-right: 35px; }
  .accordeon-part .label-radio:before {
    left: auto;
    right: 0; }

.accordeon-part .row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20px;
  border-bottom: 1px solid #eaeaea; }
  .accordeon-part .row-item:last-child {
    border-bottom: none; }
  .accordeon-part .row-item:first-child {
    padding-top: 0; }
  .accordeon-part .row-item p {
    font-size: 20px;
    font-weight: 500; }
  .accordeon-part .row-item .label-radio {
    color: #f5821f; }
    .accordeon-part .row-item .label-radio strong {
      font-weight: 300;
      font-size: 20px; }
    .accordeon-part .row-item .label-radio.active {
      font-weight: 500; }
      .accordeon-part .row-item .label-radio.active strong {
        font-weight: 500; }

.accordeon-part .wrap-i {
  padding: 0 30px;
  border: 1px solid #eaeaea;
  border-top: none; }

.accordeon-part .angle {
  position: absolute;
  right: 20px;
  top: 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .accordeon-part .angle img {
    margin-right: 0 !important; }

.price-part {
  margin: 30px 0 60px;
  padding: 60px 55px;
  border-radius: 10px;
  background: #f8f8f8;
  border: 1px solid #eaeaea; }
  .price-part .ttl {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 30px; }
  .price-part .row-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 15px 0;
    font-size: 18px; }
    .price-part .row-item:first-child .prs {
      font-weight: 300;
      color: #2d2d2f;
      text-decoration: line-through; }
  .price-part .prs {
    font-size: 18px;
    font-weight: 900;
    color: #f5821f; }
  .price-part .all-prs {
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea; }
  .price-part .total-pr {
    font-weight: 900; }
    .price-part .total-pr .prs {
      font-size: 24px;
      font-weight: 900 !important;
      color: #f5821f !important;
      text-decoration: none !important; }
  .price-part .condition {
    font-size: 12px;
    opacity: .5; }

.form-part {
  font-size: 14px;
  font-weight: 900; }
  .form-part .wrap {
    width: 100%; }
  .form-part .h2 {
    font-weight: 900; }
  .form-part .row-form {
    margin: 30px 0; }
    .form-part .row-form .row-small {
      width: 50%; 
      margin: 0 5px; }
  .form-part .row-full, .form-part .row-date {
    margin: 30px 0; 
    padding: 0 5px; }
  .form-part input, .form-part textarea {
    width: 100%;
    border: 1px solid #cacacb;
    border-radius: 10px;
    margin-top: 10px; }
  .form-part .require {
    display: inline;
    color: #f5821f; }
  .form-part textarea {
    height: 200px; }
  .form-part .check-block {
    margin: 30px 0; }
  .form-part .button-block {
    margin: 40px 0; }
  .form-part .row-date {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .form-part .row-date select {
      width: 100%;
      height: 100%;
      border-radius: 10px;
      border: 1px solid #cacacb;
      margin-top: 10px; }
    .form-part .row-date p {
      width: 100%;
      margin-bottom: 5px; }
    .form-part .row-date .it {
      width: 180px; 
      height: 100%; 
      margin: 0 5px; }

textarea {
  padding: 15px;
  text-indent: 0; }

.black-block .wrap-black {
  border-radius: 10px;
  background: #000;
  color: #fff;
  padding: 35px;
  font-weight: 500;
  line-height: 1.5; }

.black-block .ttl {
  font-size: 24px; }

.black-block .color {
  color: #f5821f; }

.black-block ol {
  font-weight: 300; }
  .black-block ol li:first-child {
    margin-top: 15px; }

.s-first-block {
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  font-weight: 300;

  background: url("../img/bg-01.jpg") 50%;
  background-size: cover;
  position: relative; }
  .s-first-block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 0 0; }
  .s-first-block .row {
    min-height: 100vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: #fff; }
  .s-first-block .row .button-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* justify-content: space-between; */
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
  }
  /* .s-first-block .row .button-block .button-block-item {
        flex-basis: calc(50% - 10px);
        sm-block {
            flex-basis: 100%;
        };
  }  */
  .s-first-block .descr {
    text-align: center;
    font-size: 32px;
    margin: 50px 0; }
    .s-first-block .descr strong {
      font-weight: 500; }
  .s-first-block .info {
    font-size: 20px;
    margin: 40px 0 50px; }
  .s-first-block .button {
    position: relative;
    margin: 15px 0; }
  .s-first-block .button-1 {
    margin-right: 75px; }
    .s-first-block .button-1:before {
      content: '';
      position: absolute;
      width: calc(100% + 80px);
      height: calc(100% + 50px);
      border: 1px solid #fff;
      border-radius: 55px;
      left: -40px;
      top: -25px;
      opacity: 1; }

.s-services {
  padding: 80px 0; }
  .s-services .wrap-items {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .s-services .item {
    max-width: 250px; }
  .s-services .ttl {
    font-size: 24px;
    font-weight: 900;
    margin: 30px 0; }

.s-about .button-block {
  margin-top: 50px; }

.s-faq .h2-block {
  background: #f8f8f8;
  padding: 50px 0; }

.s-faq .h3 {
  font-weight: 700;
  font-size: 32px; }

.s-faq .accordeon-part {
  width: 100%; }
  .s-faq .accordeon-part .angle {
    top: 20px; }

.s-faq .accordeon-part {
  padding: 40px 40px;
  margin-bottom: 22px;
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  border-radius: 10px; }

.s-faq .faq-acc {
  display: none; }

.s-faq .acc-head {
  background: #fff;
  padding: 22px 52px 22px 22px;
  margin: 10px 0 0;
  border-radius: 5px; }
  .s-faq .acc-head p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .s-faq .acc-head.active {
    color: #f5821f; }
    .s-faq .acc-head.active .img-dott {
      background: #f5821f; }

.s-faq .ac-body {
  background: #fff;
  font-size: 16px;
  font-weight: 300; 
  font-style: italic; }
  .s-faq .ac-body .tb {
    margin: 0;
    padding: 15px 0; }
    .s-faq .ac-body .tb img {
      margin: 10px 0; }

.s-faq .wrap-i {
  border-radius: 5px;
  padding: 0 60px 30px 70px; }

.s-faq .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .s-faq .title .img {
    width: 65px;
    height: 65px;
    margin-right: 20px;
    border-radius: 50%;
    background: #f5821f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .s-faq .title .angle {
    margin-right: 0;
    right: 0; }
  .s-faq .title.active {
    margin-bottom: 30px; }
    .s-faq .title.active .angle {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.s-faq .img-dott {
  width: 8px;
  height: 8px;
  min-width: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #2d2d2f;
  margin-right: 25px; }

.s-faq .form-part {
  padding-left: 40px; }
  .s-faq .form-part .h2-block {
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0; }
    .s-faq .form-part .h2-block a {
      font-weight: 500;
      text-decoration: none;
      color: #2d2d2f; }
  .s-faq .form-part form {
    max-width: 750px; }
  .s-faq .form-part textarea {
    height: 160px; }

.s-faq .row-full {
  width: calc(100% / 3); }

.s-faq .row-form {
  margin: 0; }

.faq-top {
  background: #f8f8f8;
  padding: 15px 0; }
  .faq-top .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .faq-top .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px; }
    .faq-top .item img {
      margin-right: 10px;
      max-width: 18px; }
    .faq-top .item a {
      font-weight: bold; }

.small-container {
  max-width: 920px;
  margin: auto; }

.small-logo {
  text-align: center;
  padding: 40px 0 40px; }
  .small-logo .desct {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 30px; }
    .small-logo .desct strong {
      font-weight: 500; }

.range-block {
  width: 100%; }

.error {
  display: none;
  color: red; }

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1750px) {
  /**/ }

@media only screen and (max-width: 1600px) {
  /**/ }

@media only screen and (max-width: 1470px) {
  /**/
  .s-first-block .descr {
    font-size: 24px;
    margin: 30px 0; }
  .s-first-block .info {
    margin: 30px 0 40px; }
  .s-faq .accordeon-part {
    padding: 30px; } }

@media only screen and (max-width: 1229px) {
  /**/
  .s-services .item {
    max-width: 230px; } }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  /**/
  .mob9 {
    display: block; }
  .s-services .item {
    margin: 15px 0; }
  .s-services {
    padding: 60px 0; }
  .item-new_about {
    margin-top: 0; }
  .s-about .button-block {
    margin-top: 15px; }
  .s-faq .h2-block {
    padding: 30px 0; }
  .s-faq .h3 {
    font-size: 24px; }
  .accordeon-part .acc-head {
    font-size: 20px; }
  .accordeon-part .acc-head p {
    padding-right: 40px; }
  .s-faq .ac-body {
    font-size: 14px; }
  .small-container {
    padding: 0 15px; }
  h2, .h2 {
    font-size: 28px; }
  .s-range .row-rg span {
    font-size: 28px; }
  .price-part .ttl {
    font-size: 24px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /**/
  .mob7 {
    display: block; }
  .s-section {
    padding: 40px 0; }
  .item-new {
    width: 100%;
    margin: 15px 0; }
  h2, .h2 {
    font-size: 25px; }
  .h2-block {
    margin-bottom: 20px; }
  .item-new .ttl h4, .item-new .ttl .h4 {
    font-size: 18px; }
  .s-services {
    padding: 40px 0; }
  .s-services .item {
    max-width: 290px; }
  .s-first-block .button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .s-first-block .button-block .button {
      margin: 15px; }
  .s-first-block .info {
    margin: 20px 25px; }
  .s-first-block .button:hover:before {
    display: none; }
  .item-new_about {
    margin-top: 0; }
  .accordeon-part .wrap-i {
    padding: 0 25px 15px; }
  .accordeon-part .row-item {
    padding: 15px 0; }
  .price-part .ttl {
    font-size: 20px; }
  .s-faq .accordeon-part {
    padding: 20px; }
  .s-faq .img-head {
    margin-right: 25px; 
    flex-shrink: 0;}
  .accordeon-part .acc-head {
    padding: 15px;
    font-size: 17px; }
  .s-faq .h3 {
    font-size: 20px; }
  .s-faq .title .img {
    width: 40px;
    height: 40px; }
  .s-faq .row-full {
    min-width: 280px;
    margin: 10px 0; }
  .s-faq .form-part {
    padding: 0 15px; }
  .s-faq .form-part form {
    margin: 0 -15px; }
  .s-faq .img-dott {
    margin-right: 10px; }
  .s-faq .accordeon-part .angle img {
    margin-right: 0; }
  .s-faq .acc-head p {
    padding-right: 20px; }
  .s-faq .accordeon-part .angle, .accordeon-part .angle {
    top: 10px; }
  .accordeon-part .row-item p {
    font-size: 16px; }
  .s-faq .ac-body {
    font-size: 13px; }
  .s-range .row-rg span {
    font-size: 20px; }
  .small-logo .desct {
    font-size: 18px; }
  .faq-top .item {
    font-size: 16px; }
  .price-part {
    padding: 30px 15px; }
  .price-part .prs {
    margin-left: 15px; }
  .price-part .row-item {
    font-size: 16px; }
  .black-block .wrap-black {
    padding: 25px 15px; }
  .s-range .info {
    padding: 20px 15px; }
  .s-tv .ttl {
    font-size: 20px; }
  .accordeon-part .acc-head .img-head img {
    margin-right: 0; 
    flex-shrink: 0; }
  .s-tv .item {
    font-size: 14px; }
    .s-tv .item:nth-child(even) {
      top: -130px;
      min-height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .s-tv .row-rg span {
    font-size: 16px; }
  .s-tv .range-row {
    margin-top: 70px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 580px) {
  /**/
  .s-faq .row-full {
    width: 100%; }
  .form-part .row-form .row-small {
    width: 100%;
    margin: 10px 0; 
    margin: 0 5px; }
  .form-part .row-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .form-part .row-date .it {
    width: 100%; 
    height: 100%; 
    margin: 0 5px; }
  .form-part .row-form, .form-part .row-full, .form-part .row-date {
    margin: 15px 0; 
    padding: 0 5px; }
  .accordeon-part .acc-head p {
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .accordeon-part .acc-head p img {
      margin-right: 10px; }
  .s-faq .ac-body {
    font-size: 13px; }
  .s-tv .descr-info {
    width: 230px; }
  .s-tv .item:nth-child(2) .descr-info {
    left: -40px; }
  .s-tv .item:nth-child(3) .descr-info {
    left: auto;
    right: -40px; }
  .s-tv .item:last-child .descr-info {
    right: 15px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 359px) {
  /**/ }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }
