html, body, p, h1, h2, h3, h4, ul, article, figure {
  padding: 0;
  margin: 0;
  font-weight: normal; }

body {
  line-height: 1.2;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden; }

a {
  color: inherit; }

*,
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a,
.btn,
button,
button:before,
button:after {
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  outline: none; }

img {
  max-width: 100%; }

ul {
  list-style: none; }

.btn,
input,
textarea,
button,
.slick-slide {
  outline: none; }

.row {
  position: relative;
  width: 1170px;
  margin: 0 auto;
  height: 100%; }

input,
textarea,
button {
  outline: none;
  font-size: 16px;
  font-family: 'MuseoSansCyrl'; }

@-webkit-keyframes link_line {
  from {
    left: -100px; }
  25% {
    left: 120%; }
  50% {
    left: 200%; }
  to {
    left: 300%; } }

@keyframes link_line {
  from {
    left: -100px; }
  25% {
    left: 120%; }
  50% {
    left: 200%; }
  to {
    left: 300%; } }

@-webkit-keyframes zoom_ciricle {
  from,
  to {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes zoom_ciricle {
  from,
  to {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@-webkit-keyframes trigle_anim {
  from,
  to {
    -webkit-transform: translate(10%, 10%);
            transform: translate(10%, 10%); }
  50% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

@keyframes trigle_anim {
  from,
  to {
    -webkit-transform: translate(10%, 10%);
            transform: translate(10%, 10%); }
  50% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

@-webkit-keyframes el_anim {
  from,
  to {
    -webkit-transform: translate(-10%, -10%);
            transform: translate(-10%, -10%); }
  50% {
    -webkit-transform: translate(20%, 20%);
            transform: translate(20%, 20%); } }

@keyframes el_anim {
  from,
  to {
    -webkit-transform: translate(-10%, -10%);
            transform: translate(-10%, -10%); }
  50% {
    -webkit-transform: translate(20%, 20%);
            transform: translate(20%, 20%); } }

.hidden, .butger {
  display: none; }

body {
  font-family: 'MuseoSansCyrl';
  font-weight: 300; }

header {
  padding: 10px 0;
  margin-bottom: 49px; }
  header .row {
    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-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  header .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    header .logo img {
      margin-right: 30px; }
  header .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  header .colls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 16px; }
    header .colls a {
      display: block;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      margin-right: 12px; }
      header .colls a img {
        display: block; }
      header .colls a.viber_mob {
        display: none; }
  header .telephon .btn {
    height: 31px;
    margin-top: 5px; }
  header .telephon .number_phone {
    font-size: 21px;
    font-weight: 900; }

nav {
  background-color: #f4f4f4;
  position: absolute;
  top: 82px;
  left: 0;
  width: 100%; }
  nav.scr_nav {
    position: fixed;
    z-index: 9;
    top: 0; }

.nav_list {
  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; }
  .nav_list a {
    display: block;
    padding: 16px 0 15px;
    font-size: 15px;
    margin: 0 26px;
    position: relative; }
    .nav_list a:hover:after {
      content: '';
      display: block;
      height: 2px;
      background-color: #fa4923;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }

.btn {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fa4923;
  background-image: -webkit-linear-gradient(16deg, #fa4923 0%, #fc7914 51%, #ffba00 100%);
  background-image: -o-linear-gradient(16deg, #fa4923 0%, #fc7914 51%, #ffba00 100%);
  background-image: linear-gradient(74deg, #fa4923 0%, #fc7914 51%, #ffba00 100%);
  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;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.26px;
  width: 100%;
  margin: 0 auto;
  border: none;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  overflow: hidden; }
  .btn:after {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: -100px;
    width: 30px;
    height: 150px;
    background: #fff;
    -webkit-transform: rotate(31deg);
        -ms-transform: rotate(31deg);
            transform: rotate(31deg);
    opacity: .5;
    -webkit-animation: link_line  9s infinite linear;
            animation: link_line  9s infinite linear; }
  .btn:hover {
    background-image: -webkit-linear-gradient(16deg, #E64520 0%, #E86F12 51%, #EBAC00 100%);
    background-image: -o-linear-gradient(16deg, #E64520 0%, #E86F12 51%, #EBAC00 100%);
    background-image: linear-gradient(74deg, #E64520 0%, #E86F12 51%, #EBAC00 100%); }

.main_ban {
  height: 636px;
  color: #ffffff;
  overflow: hidden; }
  .main_ban .row {
    padding: 70px 0 60px; }
    .main_ban .row:before {
      content: '';
      display: block;
      width: 1300px;
      height: 675px;
      position: absolute;
      top: -33px;
      z-index: -1;
      right: 270px;
      background: transparent url("../img/header_bg.jpg") left top no-repeat; }
  .main_ban ul {
    padding-bottom: 20px; }
    .main_ban ul img {
      width: 50px;
      margin-right: 25px;
      min-width: 50px; }
  .main_ban li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
  .main_ban .btn {
    width: 340px;
    height: 56px;
    margin: 0;
    font-size: 17px;
    letter-spacing: 0.42px; }
  .main_ban .image_animate {
    position: absolute;
    right: 15px;
    bottom: 30px;
    width: 549px; }

.main_ban_title {
  font-size: 45px;
  font-weight: 900;
  line-height: 47px;
  letter-spacing: 0.68px;
  padding-bottom: 35px; }

.image_animate img {
  position: relative;
  z-index: 3; }

.ciricles {
  background: url("../img/ciricles.svg") center no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  width: 556px;
  height: 556px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -278px 0 0 -278px;
  -webkit-animation: zoom_ciricle  6s infinite ease-in-out;
          animation: zoom_ciricle  6s infinite ease-in-out; }

.elipce {
  position: absolute;
  top: -15px;
  right: -25px;
  width: 90px;
  height: 90px;
  background: url("../img/elipce.png") center no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  -webkit-animation: el_anim  5s infinite ease-in-out;
          animation: el_anim  5s infinite ease-in-out; }

.trigle {
  width: 128px;
  height: 112px;
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  background: url("../img/trigle.png") left top no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  -webkit-animation: trigle_anim  4.5s infinite ease-in-out;
          animation: trigle_anim  4.5s infinite ease-in-out; }

.main_ingo {
  padding: 70px 0; }
  .main_ingo ul {
    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: #ffffff;
    font-size: 14px; }
  .main_ingo li {
    -webkit-box-shadow: 5px 5px 46px 5px rgba(68, 68, 68, 0.3);
            box-shadow: 5px 5px 46px 5px rgba(68, 68, 68, 0.3);
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-color: #fa4923;
    background-image: -webkit-linear-gradient(43deg, #198755 0%, #19c94b 100%);
    background-image: -o-linear-gradient(43deg, #198755 0%, #19c94b 100%);
    background-image: linear-gradient(47deg, #198755 0%, #19c94b 100%);
    padding: 24px;
    width: 350px; }
    .main_ingo li:nth-child(2) {
      background-image: -webkit-linear-gradient(43deg, #090909 0%, #4c4c4c 100%);
      background-image: -o-linear-gradient(43deg, #090909 0%, #4c4c4c 100%);
      background-image: linear-gradient(47deg, #090909 0%, #4c4c4c 100%); }
    .main_ingo li:nth-child(3) {
      background-image: -webkit-linear-gradient(43deg, #0a1521 0%, #1d466f 100%);
      background-image: -o-linear-gradient(43deg, #0a1521 0%, #1d466f 100%);
      background-image: linear-gradient(47deg, #0a1521 0%, #1d466f 100%); }
  .main_ingo .video {
    height: 267px;
    border: 1px solid #ffffff;
    background-color: #000000;
    margin-bottom: 50px; }
  .main_ingo .img {
    height: 277px;
    margin-bottom: 40px;
    text-align: center; }
    .main_ingo .img img {
      display: block;
      margin: 0 auto;
      width: 251px; }
  .main_ingo h3 {
    font-size: 22px;
    font-weight: 900; }
    .main_ingo h3:after {
      content: '';
      display: block;
      margin: 15px 0;
      background: #fff;
      width: 60px;
      height: 4px; }

.title_section {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.54px;
  font-weight: 900; }
  .title_section span {
    color: #fa4923; }
  .title_section:after {
    content: '';
    width: 150px;
    height: 5px;
    display: block;
    background-color: #fa4923;
    margin: 15px auto 0; }

.system_nal {
  padding: 30px 0 50px; }

.card {
  padding: 25px 0 30px;
  position: relative;
  -webkit-box-shadow: 5px 5px 30px 3px rgba(127, 127, 127, 0.25);
          box-shadow: 5px 5px 30px 3px rgba(127, 127, 127, 0.25);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #ffffff;
  width: 350px; }
  .card .prize {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    padding: 5px 10px 6px;
    white-space: nowrap;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #ffffff;
    background-color: #0775b4;
    background-image: -webkit-linear-gradient(16deg, #fa4923 0%, #fc7914 51%, #ffba00 100%);
    background-image: -o-linear-gradient(16deg, #fa4923 0%, #fc7914 51%, #ffba00 100%);
    background-image: linear-gradient(74deg, #fa4923 0%, #fc7914 51%, #ffba00 100%); }
  .card .img {
    height: 207px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-bottom: 20px; }
    .card .img img {
      display: block; 
	  height: 95%;}
  .card .name {
    font-size: 22px;
    font-weight: 900;
    margin: 12px 0 13px; }
  .card .nalichie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fa4923;
    font-size: 14px; }
    .card .nalichie:before {
      content: '';
      display: block;
      width: 13px;
      height: 13px;
      background: url("../img/nal.png") center no-repeat;
      margin-right: 8px; }
  .card .main_info {
    padding: 0 24px 12px;
    border-bottom: 1px solid #DADADA; }
  .card .table {
    padding: 38px 24px;
    margin-bottom: 29px;
    border-bottom: 1px solid #DADADA; }
    .card .table table {
      border-collapse: collapse;
      width: 100%; }
      .card .table table tr:nth-child(odd) {
        -webkit-border-radius: 3px;
                border-radius: 3px;
        background-color: #f2f2f2; }
      .card .table table td {
        padding: 5px 10px;
        font-size: 13px;
        font-weight: 500; }
        .card .table table td:first-child {
          -webkit-border-radius: 5px 0 0 5px;
                  border-radius: 5px 0 0 5px;
          padding-left: 20px; }
        .card .table table td:last-child {
          -webkit-border-radius: 0 5px 5px 0;
                  border-radius: 0 5px 5px 0; }
  .card .btn {
    width: 205px;
    height: 46px;
    font-size: 17px;
    margin: 0 auto; }
  .card .prise {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 13px 0 4px; }
    .card .prise .new {
      height: 30px;
      line-height: 30px;
      white-space: nowrap;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      background-color: #000000;
      color: #fff;
      margin-right: 10px;
      width: 110px;
      text-align: center;
      font-weight: 900; }
    .card .prise .old {
      color: #3d3d3d;
      font-size: 14px;
      text-decoration: line-through; }
  .card .sale {
    height: 26px;
    line-height: 26px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #0775b4;
    background-image: -webkit-linear-gradient(16deg, #fa4923 0%, #fc7914 51%, #ffba00 100%);
    background-image: -o-linear-gradient(16deg, #fa4923 0%, #fc7914 51%, #ffba00 100%);
    background-image: linear-gradient(74deg, #fa4923 0%, #fc7914 51%, #ffba00 100%);
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.26px;
    width: 110px;
    text-align: center; }

.img_animation {
  position: relative; }
  .img_animation img {
    position: relative;
    z-index: 3; }

.cards_slider {
  width: -webkit-calc( 100% + 60px);
  width: calc( 100% + 60px);
  margin-left: -30px;
  padding: 0 0 20px; }
  .cards_slider .slick-track {
    padding-top: 20px; }
  .cards_slider .card {
    margin: 0 30px 30px; }

.slick-arrow {
  background: url("../img/arr_r.png") center no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: -50px;
  border: none;
  text-indent: -999px;
  font-size: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  z-index: 3; }
  .slick-arrow.slick-prev {
    left: -50px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .slick-arrow:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }

.how_match .row {
  height: 358px; }

.how_match .img_animation {
  width: 460px; }

.how_match .text {
  width: 600px; }

.how_match .ciricles {
  width: 318px;
  height: 318px;
  margin: -159px 0 0 -159px; }

.how_match, .give_number {
  background: url("../img/bg_yzn.jpg") center top no-repeat;
  color: #ffffff; }
  .how_match h2, .give_number h2 {
    text-align: left;
    margin-bottom: 25px; }
    .how_match h2:after, .give_number h2:after {
      margin: 25px 0 0; }
  .how_match p, .give_number p {
    font-size: 23px;
    font-weight: 500;
    position: relative;
    margin-bottom: 35px; }
    .how_match p:after, .give_number p:after {
      content: '';
      display: block;
      position: absolute;
      left: 304px;
      top: 53px;
      width: 54px;
      height: 42px;
      background: url("../img/arrow_on_btn.png") left top no-repeat; }
  .how_match .btn, .give_number .btn {
    width: 282px;
    height: 50px;
    margin-left: 0;
    font-size: 17px; }
  .how_match .row, .give_number .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.other_system {
  padding: 80px 0 40px; }
  .other_system .cards_slider {
    padding-bottom: 30px; }

.give_number {
  padding: 60px 0 70px;
  background: url("../img/bg_help.jpg") center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  .give_number .img_animation {
    margin-right: 30px; }
  .give_number .ciricles {
    width: 418px;
    height: 418px;
    margin: -209px; }
  .give_number .text {
    width: 595px; }
  .give_number .check {
    padding-left: 52%; }

.inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px; }
  .inputs input {
    height: 50px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-color: #ffffff;
    width: 48%;
    border: none;
    font-size: 17px;
    padding-left: 20px; }
  .inputs .btn {
    height: 50px;
    width: 48%;
    margin: 0;
    font-size: 17px;
    letter-spacing: 0.09px; }

label {
  cursor: pointer; }

.label_check {
  color: #7d7d7d;
  font-size: 13px;
  letter-spacing: -0.26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .label_check input {
    display: none; }
  .label_check span {
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    margin-right: 7px;
    display: block; }
  .label_check input:checked + span {
    background-image: url("../img/icon_checkbox.png");
    background-repeat: no-repeat;
    background-position: center; }

.flex_sb {
  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; }

.radio_label {
  margin-right: 14px; }
  .radio_label input {
    display: none; }
  .radio_label span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 37px;
    padding: 0 20px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #555555;
    margin-right: 14px;
    position: relative; }
    .radio_label span:last-child {
      margin-right: 0; }
  .radio_label img {
    margin-right: 8px;
    display: block; }
  .radio_label input:checked + span {
    background-color: #fa4923; }
    .radio_label input:checked + span:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 9px 9px 0 9px;
      border-color: #fa4b23 transparent transparent transparent;
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -9px; }
  .radio_label:last-child {
    margin-right: 0; }

.type_system {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

.podarok {
  padding: 100px 0 20px; }
  .podarok 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; }
  .podarok li {
    margin: 0 35px 30px;
    padding: 40px 5px 0;
    width: 260px;
    height: 370px;
    -webkit-box-shadow: 5px 5px 46px 5px rgba(68, 68, 68, 0.3);
            box-shadow: 5px 5px 46px 5px rgba(68, 68, 68, 0.3);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #000000;
    background-image: -webkit-linear-gradient(43deg, #198555 0%, #19c94b 100%);
    background-image: -o-linear-gradient(43deg, #198555 0%, #19c94b 100%);
    background-image: linear-gradient(47deg, #198555 0%, #19c94b 100%); }
    .podarok li:nth-child(2) {
      background-image: -webkit-linear-gradient(43deg, #204484 0%, #0775b4 100%);
      background-image: -o-linear-gradient(43deg, #204484 0%, #0775b4 100%);
      background-image: linear-gradient(47deg, #204484 0%, #0775b4 100%); }
    .podarok li:nth-child(3) {
      background-image: -webkit-linear-gradient(43deg, #ffae20 0%, #fee55f 100%);
      background-image: -o-linear-gradient(43deg, #ffae20 0%, #fee55f 100%);
      background-image: linear-gradient(47deg, #ffae20 0%, #fee55f 100%); }
  .podarok .img {
    height: 193px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-bottom: 32px; }
    .podarok .img img {
      display: block; }
  .podarok .name {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0.24px;
    text-align: center;
    font-weight: 500; }

.case_slider {
  width: -webkit-calc( 100% + 30px);
  width: calc( 100% + 30px);
  margin-left: -15px; }
  .case_slider .item {
    margin: 0 15px;
    padding: 10px 0; }

.video-16x9 {
  -webkit-box-shadow: 3px 3px 8px 1px rgba(92, 92, 92, 0.5);
          box-shadow: 3px 3px 8px 1px rgba(92, 92, 92, 0.5);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 2px solid #ffffff;
  position: relative;
  overflow: hidden;
  display: block; }
  .video-16x9 iframe, .video-16x9 img {
    width: 100%; }
  .video-16x9:after {
    content: '';
    display: block;
    width: 80px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -40px;
    position: absolute;
    background: url("../img/play.png") center no-repeat; }

.video_case {
  padding: 50px 0 90px; }

.slick-dots {
  text-align: center;
  vertical-align: middle;
  padding-top: 20px; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px; }
  .slick-dots button {
    font-size: 0;
    text-indent: -9999px;
    padding: 0;
    width: 12px;
    height: 12px;
    background-color: #7a7a7a;
    border: none;
    -webkit-border-radius: 100%;
            border-radius: 100%; }
  .slick-dots .slick-active button {
    background-color: #fa4923; }

.case_otz {
  padding: 100px 0 90px;
  background: url("../img/bg_otz.jpg") center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  color: #ffffff;
  overflow: hidden;
  position: relative; }
  .case_otz .row {
    position: relative;
    z-index: 3; }
  .case_otz .video-16x9 {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .case_otz .ciricles {
    width: 800px;
    height: 800px;
    margin: -400px 0 0 -400px; }

.photo_case {
  padding: 95px 0; }

.modal_fill {
  background: #fff;
  margin: 40px auto;
  position: relative;
  max-width: 925px;
  width: 92%;
  padding: 60px;
  color: #454545; }
  .modal_fill .left {
    width: 250px; }
    .modal_fill .left .img {
      text-align: center;
      margin-bottom: 30px; }
      .modal_fill .left .img img {
        max-height: 335px; }
    .modal_fill .left .btn {
      width: 246px;
      height: 41px;
      font-size: 15px; }
  .modal_fill .right {
    width: -webkit-calc(100% - 270px);
    width: calc(100% - 270px); }
    .modal_fill .right .btn {
      width: 112px;
      height: 28px;
      line-height: 28px;
      font-size: 12px;
      font-weight: 500; }
  .modal_fill .btn {
    letter-spacing: 0.15px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    font-size: 15px;
    font-weight: 600;
    height: 41px; }
  .modal_fill .name {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.52px;
    padding-bottom: 20px; }
  .modal_fill p {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 30px; }
  .modal_fill .table {
    width: 100%; }
  .modal_fill table {
    border: none;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 100%;
    font-weight: 400; }
    .modal_fill table td {
      border: 1px solid #d0d0d0;
      padding: 10px;
      text-align: center;
      vertical-align: middle; }
    .modal_fill table thead td {
      background-color: #f2f2f2;
      white-space: nowrap;
      font-weight: 600; }
      .modal_fill table thead td:nth-child(4) {
        white-space: wrap; }
    .modal_fill table tbody td:nth-child(4), .modal_fill table tbody td:nth-child(3), .modal_fill table tbody td:nth-child(2) {
      white-space: nowrap; }
    .modal_fill table tbody td:nth-child(3) {
      text-decoration: line-through; }

.calc_popap {
  width: 1200px;
  max-width: 94%;
  margin: 35px auto;
  background: #fff;
  position: relative; }
  .calc_popap .left {
    min-height: 500px; }

.final {
  padding-bottom: 25px; }

.ask {
  background: url("../img/bg_dopoln.jpg") left top no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 0 90px; }
  .ask form {
    width: 592px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 25px; }
  .ask .trigle {
    left: 0; }
  .ask .elipce {
    right: 0; }
  .ask .type_system {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .ask .check {
    padding-left: 52%; }

.contacts {
  padding: 90px 0 100px; }
  .contacts h3 {
    font-size: 22px;
    margin-bottom: 18px;
    font-weight: 700; }
  .contacts .item_info {
    font-size: 18px;
    letter-spacing: 0.27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .contacts .item_info:last-child {
      margin-bottom: 0; }
    .contacts .item_info img {
      margin-right: 15px;
      display: block; }
    .contacts .item_info a:hover {
      text-decoration: underline; }
  .contacts .left {
    width: 360px; }
  .contacts .map {
    width: 704px;
    height: 395px; }
  .contacts .flex_sb {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

footer {
  background-color: #1b1b1b;
  padding: 90px 0 35px; }
  footer .row {
    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-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  footer .logo {
    display: block; }
  footer .nav_list {
    color: #ffffff; }
    footer .nav_list a {
      padding: 0;
      margin: 0 15px; }
      footer .nav_list a:hover {
        color: #fa4923; }
      footer .nav_list a:hover:after {
        display: none; }
  footer .right {
    width: 165px; }

.btn_bord {
  height: 38px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 2px solid #fa4923;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%; }
  .btn_bord:hover {
    background-color: #fa4923; }

.cc {
  padding-top: 18px;
  color: #616161;
  font-size: 14px;
  text-align: center; }

.mfp-figure .mfp-bottom-bar {
  display: none;
  opacity: 0;
  visibility: hidden; }

.calc_popap {
  width: 820px;
  max-width: 94%;
  margin: 35px auto;
  background: #fff;
  position: relative; }
  .calc_popap .left {
    min-height: 455px;
    background-color: #e9e9e9; }

.final {
  padding-bottom: 25px; }

.step_calc_now {
  display: none; }

.calc_form {
  color: #454545;
  border-top: 4px solid #151515;
  -webkit-box-shadow: 3px 4px 10px rgba(68, 68, 68, 0.4);
          box-shadow: 3px 4px 10px rgba(68, 68, 68, 0.4); }
  .calc_form .step_calc {
    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; }
  .calc_form .sale {
    height: 42px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(132, 132, 132, 0.42);
            box-shadow: 1px 1px 3px 1px rgba(132, 132, 132, 0.42);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #f2f2f2;
    font-size: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding: 5px;
    margin-bottom: 30px;
    font-weight: 700; }
    .calc_form .sale b {
      font-size: 19px;
      color: #fa4923;
      margin-left: 5px; }
  .calc_form .btn img {
    margin: 0 2px;
    display: block; }
  .calc_form .btn.btn_back {
    background: #d1d1d1; }
    .calc_form .btn.btn_back:hover {
      background-image: -webkit-linear-gradient(16deg, #fa4923 0%, #fc7914 51%, #ffba00 100%);
      background-image: -o-linear-gradient(16deg, #fa4923 0%, #fc7914 51%, #ffba00 100%);
      background-image: linear-gradient(74deg, #fa4923 0%, #fc7914 51%, #ffba00 100%); }
  .calc_form .right {
    width: 250px;
    background-color: #ffffff;
    padding: 45px 20px 20px; }
    .calc_form .right img {
      width: 70px;
      height: 70px;
      display: block;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      margin-right: 9px; }
    .calc_form .right figure {
      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;
      margin-bottom: 20px; }
    .calc_form .right figcaption {
      color: #6a6a6a;
      display: block;
      width: -webkit-calc( 100% - 79px);
      width: calc( 100% - 79px);
      font-size: 13px;
      text-align: left; }
      .calc_form .right figcaption b {
        font-size: 16px;
        display: block;
        padding-bottom: 7px;
        color: #454545; }
    .calc_form .right .wish_you {
      border-top: 1px solid #e1e1e1;
      padding: 15px 0 0;
      font-size: 14px; }
  .calc_form .left {
    width: -webkit-calc( 100% - 250px);
    width: calc( 100% - 250px);
    padding: 43px 30px;
    position: relative; }
  .calc_form .title {
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 700; }
  .calc_form .step_title {
    margin-bottom: 15px;
    font-size: 19px; }
  .calc_form .foot {
    position: absolute;
    width: 100%;
    padding: 0 40px 25px 60px;
    bottom: 0;
    left: 0;
    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-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .calc_form .foot .buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 200px; }
      .calc_form .foot .buttons .btn {
        width: 48%;
        height: 31px;
        font-size: 12px; }
      .calc_form .foot .buttons .btn_next {
        margin-left: 4%; }
  .calc_form .progress {
    font-size: 15px;
    width: 250px; }
    .calc_form .progress span {
      color: #f8c628;
      font-size: 17px;
      font-weight: bold;
      padding-left: 10px; }
  .calc_form .progress_line {
    width: 100%;
    height: 9px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: #d1d1d1;
    margin-top: 5px; }
    .calc_form .progress_line .line {
      height: 9px;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      background-color: #fa4923; }
  .calc_form .inputs_modal {
    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; }
    .calc_form .inputs_modal label {
      display: block;
      min-height: 55px;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      color: #454545;
      font-size: 19px;
      letter-spacing: 0.17px;
      position: relative;
      width: -webkit-calc( 25% - 11.5px);
      width: calc( 25% - 11.5px);
      margin-bottom: 15px;
      margin-right: 15px;
      position: relative;
      word-wrap: break-word; }
      .calc_form .inputs_modal label:nth-child(4n+4) {
        margin-right: 0; }
      .calc_form .inputs_modal label img {
        -webkit-border-radius: 3px;
                border-radius: 3px;
        width: 100%;
        width: 114px;
        margin-bottom: 3px;
        display: block; 
		height:155px;}
      .calc_form .inputs_modal label .txt {
        height: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -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;
        text-align: center;
        padding: 3px;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        background-color: #ffffff;
        font-size: 13px;
        font-weight: 500; }
      .calc_form .inputs_modal label .check_radio {
        width: 18px;
        height: 18px;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        display: block;
        position: absolute;
        border: 2px solid #fa4923;
        background-color: #ffffff;
        top: 15px;
        left: 15px; }
      .calc_form .inputs_modal label input {
        display: none; }
      .calc_form .inputs_modal label input:checked + span {
        background-image: url("../img/check_img.png");
        background-repeat: no-repeat;
        background-position: center; }

.sf {
  width: 410px;
  background: #fff;
  padding: 45px 55px 50px;
  position: relative;
  text-align: center;
  margin: 30px auto; }
  .sf .inp {
    height: 45px;
    padding-left: 20px;
    display: block;
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #d7d7d7; }
  .sf h2 {
    font-size: 26px;
    font-weight: 700;
    padding: 0;
    margin: 0; }
  .sf form {
    padding-top: 30px; }
  .sf .btn {
    height: 45px;
    line-height: 1;
    width: 100%; }

.linlks_coll {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 30px 0;
  font-size: 20px; }
  .linlks_coll a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    .linlks_coll a.viber_mob {
      display: none; }
  .linlks_coll img {
    margin-right: 10px; }

#v_w h3 {
  font-weight: 900; }
