@charset "UTF-8";
*, html, body {
  margin: 0;
  padding: 0;
  font-family: 'Creata', sans-serif;
  font-weight: 300;
  color: #111; }

html, body {
  max-width: 100%;
  overflow-x: hidden;
  position: relative; }

.wrapper {
  max-width: 100%;
  position: relative;
  overflow-x: hidden; }

input, textarea, label, option, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-family: 'Creata', sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0; }
  input:focus, textarea:focus, label:focus, option:focus, select:focus {
    outline: none; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox; }

a {
  text-decoration: none;
  color: #000; }

img {
  width: 100%;
  height: 100%; }

ul {
  list-style-type: none;
  display: block; }

.w500 {
  font-weight: 500; }

.w100 {
  font-weight: 100; }

.z14 {
  font-size: 14px; }

.blured {
  -webkit-filter: blur(20px);
          filter: blur(20px); }

.deblured {
  -webkit-filter: none;
          filter: none; }

.overidden {
  overflow: hidden; }

.container {
  width: 1140px;
  margin: 0 auto; }

.remove {
  display: none; }

.hidden {
  opacity: 0; }

.left {
  float: left; }

.right {
  float: right; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.img {
  width: 100%;
  height: auto; }

.photo-popup {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 100;
  display: none;
  cursor: url("../img/zoom-out.cur"), pointer; }

.photo-popup.active {
  display: block; }

.photo-popup__box {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  cursor: default; }

.photo-popup-close {
  width: 22px;
  height: auto;
  position: fixed;
  right: 20px;
  top: 20px;
  opacity: .6;
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out; }
  .photo-popup-close:hover {
    opacity: .9; }

.photo-popup__box-img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.photo-popup__box-arrows-arr {
  width: 30px;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
  cursor: pointer;
  opacity: .5; }
  .photo-popup__box-arrows-arr:hover {
    opacity: .9; }

.photo-popup__box-arrows-arr-l {
  left: -50px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

.photo-popup__box-arrows-arr-r {
  right: -50px; }

.title {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px; }

.button {
  position: relative; }

.button-a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 25; }
  .button-a:hover + .button-top {
    top: 2px; }

.button-top {
  background: -webkit-linear-gradient(45deg, #e63c36, #9a1915);
  background: -o-linear-gradient(45deg, #e63c36, #9a1915);
  background: linear-gradient(45deg, #e63c36, #9a1915);
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 360px;
          border-radius: 360px;
  -webkit-box-shadow: inset 0 0 18px rgba(255, 255, 190, 0.3), 0 0 9px rgba(255, 255, 190, 0.5);
          box-shadow: inset 0 0 18px rgba(255, 255, 190, 0.3), 0 0 9px rgba(255, 255, 190, 0.5);
  letter-spacing: 1.2px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  -webkit-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out; }

.button-bottom {
  background: -webkit-linear-gradient(45deg, #61100d, #8f2521);
  background: -o-linear-gradient(45deg, #61100d, #8f2521);
  background: linear-gradient(45deg, #61100d, #8f2521);
  position: absolute;
  z-index: 10;
  -webkit-border-radius: 360px;
          border-radius: 360px;
  left: 1px;
  bottom: 0; }

.button-shadow {
  bottom: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute; }

.popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 900;
  cursor: pointer; }
  .popup__pseudo-box {
    width: 385px;
    height: 560px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    z-index: 99;
    background-color: #fff;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    cursor: default;
    display: none; }
  .popup__pseudo-box-icon {
    width: 60px;
    height: auto;
    margin: 210px auto 10px;
    display: block; }
  .popup__pseudo-box-title {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    text-align: center; }
  .popup.active {
    display: block; }
  .popup__body {
    background-color: #fff;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 0 40px 75px rgba(0, 0, 0, 0.15);
            box-shadow: 0 40px 75px rgba(0, 0, 0, 0.15);
    cursor: default; }
  .popup__body-closer {
    width: 20px;
    height: auto;
    display: block;
    position: absolute;
    right: -35px;
    top: -20px;
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out; }
    .popup__body-closer:hover {
      opacity: .8; }

.popup-1 {
  position: fixed;
  left: 0;
  top: 0; }
  .popup-1.sended .popup-1__pseudo-box {
    display: block; }
  .popup-1__body {
    width: 385px;
    height: 560px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute; }
  .popup-1__inputbox {
    margin-left: 35px; }
  .popup-1__inputbox-1 {
    padding-top: 40px; }
  .popup-1__inputbox-2 {
    margin-top: 15px; }
  .popup-1__inputbox-3 {
    margin-top: 15px;
    margin-bottom: 23px; }
  .popup-1__inputbox-title {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 6px; }
  .popup-1__inputbox-input {
    width: 287px;
    height: 50px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: none;
    line-height: 50px;
    font-size: 18px;
    font-weight: 300;
    padding-left: 18px; }
  .popup-1__inputbox-textarea {
    width: 269px;
    height: 100px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: none;
    font-size: 18px;
    font-weight: 300;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 12px;
    resize: none; }
  .popup-1__button {
    width: 235px;
    height: 73px;
    margin-left: 35px;
    margin-bottom: 20px; }
  .popup-1__button-top {
    width: 235px;
    height: 69px;
    font-size: 14px;
    line-height: 66px;
    cursor: pointer; }
    .popup-1__button-top:hover {
      top: 3px; }
  .popup-1__button-bottom {
    width: 232px;
    height: 69px; }
  .popup-1__button-shadow {
    width: 265px;
    height: 73px;
    background-image: url("../img/button-shadow-4.png");
    bottom: -30px; }
  .popup-1__policy {
    margin-left: 35px;
    position: relative;
    z-index: 50; }
  .popup-1__policy-checkbox {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    position: relative;
    z-index: 50; }
    .popup-1__policy-checkbox:before {
      content: '';
      width: 10px;
      height: 7px;
      display: block;
      background-image: url("../img/tick-wh.png");
      -webkit-background-size: cover;
      background-size: cover;
      margin-left: 5px;
      margin-top: 6px;
      display: none; }
    .popup-1__policy-checkbox.active {
      background-color: #ff5656; }
      .popup-1__policy-checkbox.active:before {
        display: block; }
  .popup-1__policy-text {
    width: 237px;
    font-size: 13px;
    line-height: 16px;
    margin-left: 8px;
    cursor: pointer; }
  .popup-1__policy-text-a {
    color: #3e4c93;
    border-bottom: 1px solid #ebedf4; }

.popup-2 {
  position: fixed;
  left: 0;
  top: 0; }
  .popup-2.sended .popup-2__pseudo-box {
    display: block; }
  .popup-2__body {
    width: 385px;
    height: 560px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute; }
  .popup-2__inputbox {
    margin-left: 35px; }
  .popup-2__inputbox-1 {
    padding-top: 40px; }
  .popup-2__inputbox-2 {
    margin-top: 15px; }
  .popup-2__inputbox-3 {
    margin-top: 15px;
    margin-bottom: 23px; }
  .popup-2__inputbox-title {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 6px; }
  .popup-2__inputbox-input {
    width: 287px;
    height: 50px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: none;
    line-height: 50px;
    font-size: 18px;
    font-weight: 300;
    padding-left: 18px; }
  .popup-2__inputbox-textarea {
    width: 269px;
    height: 100px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: none;
    font-size: 18px;
    font-weight: 300;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 12px;
    resize: none; }
  .popup-2__button {
    width: 260px;
    height: 73px;
    margin-left: 35px;
    margin-bottom: 20px; }
  .popup-2__button-top {
    width: 260px;
    height: 69px;
    font-size: 14px;
    line-height: 66px;
    cursor: pointer; }
    .popup-2__button-top:hover {
      top: 3px; }
  .popup-2__button-bottom {
    width: 258px;
    height: 69px; }
  .popup-2__button-shadow {
    width: 265px;
    height: 73px;
    background-image: url("../img/button-shadow-4.png");
    bottom: -30px; }
  .popup-2__policy {
    margin-left: 35px;
    position: relative;
    z-index: 50; }
  .popup-2__policy-checkbox {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    position: relative;
    z-index: 50; }
    .popup-2__policy-checkbox:before {
      content: '';
      width: 10px;
      height: 7px;
      display: block;
      background-image: url("../img/tick-wh.png");
      -webkit-background-size: cover;
      background-size: cover;
      margin-left: 5px;
      margin-top: 6px;
      display: none; }
    .popup-2__policy-checkbox.active {
      background-color: #ff5656; }
      .popup-2__policy-checkbox.active:before {
        display: block; }
  .popup-2__policy-text {
    width: 237px;
    font-size: 13px;
    line-height: 16px;
    margin-left: 8px;
    cursor: pointer; }
  .popup-2__policy-text-a {
    color: #3e4c93;
    border-bottom: 1px solid #ebedf4; }

.popup-3 {
  position: fixed;
  left: 0;
  top: 0; }
  .popup-3.sended .popup-3__pseudo-box {
    display: block; }
  .popup-3__body {
    width: 385px;
    height: 560px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute; }
  .popup-3__inputbox {
    margin-left: 35px; }
  .popup-3__inputbox-1 {
    padding-top: 40px; }
  .popup-3__inputbox-2 {
    margin-top: 15px; }
  .popup-3__inputbox-3 {
    margin-top: 15px;
    margin-bottom: 23px; }
  .popup-3__inputbox-title {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 6px; }
  .popup-3__inputbox-input {
    width: 287px;
    height: 50px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: none;
    line-height: 50px;
    font-size: 18px;
    font-weight: 300;
    padding-left: 18px; }
  .popup-3__inputbox-textarea {
    width: 269px;
    height: 100px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: none;
    font-size: 18px;
    font-weight: 300;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 12px;
    resize: none; }
  .popup-3__button {
    width: 270px;
    height: 85px;
    margin-left: 35px;
    margin-bottom: 20px; }
  .popup-3__button-top {
    width: 270px;
    height: 62px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    padding-top: 20px; }
    .popup-3__button-top:hover {
      top: 3px; }
  .popup-3__button-bottom {
    width: 268px;
    height: 82px; }
  .popup-3__button-shadow {
    width: 265px;
    height: 73px;
    background-image: url("../img/button-shadow-4.png");
    bottom: -30px; }
  .popup-3__policy {
    margin-left: 35px;
    position: relative;
    z-index: 50; }
  .popup-3__policy-checkbox {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    position: relative;
    z-index: 50; }
    .popup-3__policy-checkbox:before {
      content: '';
      width: 10px;
      height: 7px;
      display: block;
      background-image: url("../img/tick-wh.png");
      -webkit-background-size: cover;
      background-size: cover;
      margin-left: 5px;
      margin-top: 6px;
      display: none; }
    .popup-3__policy-checkbox.active {
      background-color: #ff5656; }
      .popup-3__policy-checkbox.active:before {
        display: block; }
  .popup-3__policy-text {
    width: 237px;
    font-size: 13px;
    line-height: 16px;
    margin-left: 8px;
    cursor: pointer; }
  .popup-3__policy-text-a {
    color: #3e4c93;
    border-bottom: 1px solid #ebedf4; }

.popup-4 {
  position: absolute;
  left: 0;
  top: 0; }
  .popup-4.sended .popup-4__pseudo-box {
    display: block; }
  .popup-4__body {
    width: 1140px;
    background-color: #FFF;
    left: 50%;
    top: 100px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out; }
  .popup-4__table {
    width: 100%; }
  .popup-4__table-headline {
    width: 100%;
    height: 56px; }
  .popup-4__table-headline-column {
    width: 378px;
    height: 100%;
    line-height: 54px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: -webkit-linear-gradient(350deg, #ae2e2a, #9a1915);
    background: -o-linear-gradient(350deg, #ae2e2a, #9a1915);
    background: linear-gradient(100deg, #ae2e2a, #9a1915);
    text-align: center; }
    .popup-4__table-headline-column-2 {
      margin-left: 3px; }
    .popup-4__table-headline-column-3 {
      margin-left: 3px; }
  .popup-4__table-line {
    height: auto; }
    .popup-4__table-line-wh {
      background-color: #fff; }
    .popup-4__table-line-gr {
      background-color: #fafafa; }
  .popup-4__table-line-column {
    width: 298px;
    min-height: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 30px 40px; }
  .popup-4__table-line-column + .popup-4__table-line-column {
    margin-left: 3px; }

.popup-5 {
  position: fixed;
  left: 0;
  top: 0; }
  .popup-5.sended .popup-5__pseudo-box {
    display: block; }
  .popup-5__body {
    width: 385px;
    height: 560px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute; }
  .popup-5__inputbox {
    margin-left: 35px; }
  .popup-5__inputbox-1 {
    padding-top: 40px; }
  .popup-5__inputbox-2 {
    margin-top: 15px; }
  .popup-5__inputbox-3 {
    margin-top: 15px;
    margin-bottom: 23px; }
  .popup-5__inputbox-title {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 6px; }
  .popup-5__inputbox-input {
    width: 287px;
    height: 50px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: none;
    line-height: 50px;
    font-size: 18px;
    font-weight: 300;
    padding-left: 18px; }
  .popup-5__inputbox-textarea {
    width: 269px;
    height: 100px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: none;
    font-size: 18px;
    font-weight: 300;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 12px;
    resize: none; }
  .popup-5__button {
    width: 286px;
    height: 73px;
    margin-left: 35px;
    margin-bottom: 20px; }
  .popup-5__button-top {
    width: 286px;
    height: 69px;
    font-size: 14px;
    line-height: 66px;
    cursor: pointer; }
    .popup-5__button-top:hover {
      top: 3px; }
  .popup-5__button-bottom {
    width: 284px;
    height: 69px; }
  .popup-5__button-shadow {
    width: 265px;
    height: 73px;
    background-image: url("../img/button-shadow-4.png");
    bottom: -30px; }
  .popup-5__policy {
    margin-left: 35px;
    position: relative;
    z-index: 50; }
  .popup-5__policy-checkbox {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    position: relative;
    z-index: 50; }
    .popup-5__policy-checkbox:before {
      content: '';
      width: 10px;
      height: 7px;
      display: block;
      background-image: url("../img/tick-wh.png");
      -webkit-background-size: cover;
      background-size: cover;
      margin-left: 5px;
      margin-top: 6px;
      display: none; }
    .popup-5__policy-checkbox.active {
      background-color: #ff5656; }
      .popup-5__policy-checkbox.active:before {
        display: block; }
  .popup-5__policy-text {
    width: 237px;
    font-size: 13px;
    line-height: 16px;
    margin-left: 8px;
    cursor: pointer; }
  .popup-5__policy-text-a {
    color: #3e4c93;
    border-bottom: 1px solid #ebedf4; }

.popup-6 {
  position: fixed;
  left: 0;
  top: 0; }
  .popup-6.sended .popup-6__pseudo-box {
    display: block; }
  .popup-6__body {
    width: 385px;
    height: 560px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute; }
  .popup-6__inputbox {
    margin-left: 35px; }
  .popup-6__inputbox-1 {
    padding-top: 40px; }
  .popup-6__inputbox-2 {
    margin-top: 15px; }
  .popup-6__inputbox-3 {
    margin-top: 15px;
    margin-bottom: 23px; }
  .popup-6__inputbox-title {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 6px; }
  .popup-6__inputbox-input {
    width: 287px;
    height: 50px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: none;
    line-height: 50px;
    font-size: 18px;
    font-weight: 300;
    padding-left: 18px; }
  .popup-6__inputbox-textarea {
    width: 269px;
    height: 100px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: none;
    font-size: 18px;
    font-weight: 300;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 12px;
    resize: none; }
  .popup-6__button {
    width: 257px;
    height: 85px;
    margin-left: 35px;
    margin-bottom: 20px; }
  .popup-6__button-top {
    width: 257px;
    height: 62px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    padding-top: 20px; }
    .popup-6__button-top:hover {
      top: 3px; }
  .popup-6__button-bottom {
    width: 255px;
    height: 82px; }
  .popup-6__button-shadow {
    width: 265px;
    height: 73px;
    background-image: url("../img/button-shadow-4.png");
    bottom: -30px; }
  .popup-6__policy {
    margin-left: 35px;
    position: relative;
    z-index: 50; }
  .popup-6__policy-checkbox {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    position: relative;
    z-index: 50; }
    .popup-6__policy-checkbox:before {
      content: '';
      width: 10px;
      height: 7px;
      display: block;
      background-image: url("../img/tick-wh.png");
      -webkit-background-size: cover;
      background-size: cover;
      margin-left: 5px;
      margin-top: 6px;
      display: none; }
    .popup-6__policy-checkbox.active {
      background-color: #ff5656; }
      .popup-6__policy-checkbox.active:before {
        display: block; }
  .popup-6__policy-text {
    width: 237px;
    font-size: 13px;
    line-height: 16px;
    margin-left: 8px;
    cursor: pointer; }
  .popup-6__policy-text-a {
    color: #3e4c93;
    border-bottom: 1px solid #ebedf4; }

.popup-7 {
  position: fixed;
  left: 0;
  top: 0; }
.popup-7.sended .popup-7__pseudo-box {
  display: block; }
.popup-7__body {
  width: 385px;
  height: 560px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute; }
.popup-7__inputbox {
  margin-left: 35px; }
.popup-7__inputbox-1 {
  padding-top: 40px; }
.popup-7__inputbox-2 {
  margin-top: 15px; }
.popup-7__inputbox-3 {
  margin-top: 15px;
  margin-bottom: 23px; }
.popup-7__inputbox-title {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 6px; }
.popup-7__inputbox-input {
  width: 287px;
  height: 50px;
  background-color: #fcfbfb;
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  line-height: 50px;
  font-size: 18px;
  font-weight: 300;
  padding-left: 18px; }
.popup-7__inputbox-textarea {
  width: 269px;
  height: 100px;
  background-color: #fcfbfb;
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  font-size: 18px;
  font-weight: 300;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 12px;
  resize: none; }
.popup-7__button {
  width: 260px;
  height: 73px;
  margin-left: 35px;
  margin-bottom: 20px; }
.popup-7__button-top {
  width: 260px;
  height: 69px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  padding-top: 15px;}
.popup-7__button-top:hover {
  top: 3px; }
.popup-7__button-bottom {
  width: 258px;
  height: 69px; }
.popup-7__button-shadow {
  width: 265px;
  height: 73px;
  background-image: url("../img/button-shadow-4.png");
  bottom: -30px; }
.popup-7__policy {
  margin-left: 35px;
  position: relative;
  z-index: 50; }
.popup-7__policy-checkbox {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fcfbfb;
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  position: relative;
  z-index: 50; }
.popup-7__policy-checkbox:before {
  content: '';
  width: 10px;
  height: 7px;
  display: block;
  background-image: url("../img/tick-wh.png");
  -webkit-background-size: cover;
  background-size: cover;
  margin-left: 5px;
  margin-top: 6px;
  display: none; }
.popup-7__policy-checkbox.active {
  background-color: #ff5656; }
.popup-7__policy-checkbox.active:before {
  display: block; }
.popup-7__policy-text {
  width: 237px;
  font-size: 13px;
  line-height: 16px;
  margin-left: 8px;
  cursor: pointer; }
.popup-7__policy-text-a {
  color: #3e4c93;
  border-bottom: 1px solid #ebedf4; }

.main {
  background-image: url("../img/main-background.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 55px; }
  .main__nav {
    height: 130px;
    margin-bottom: 43px; }
    .main__nav-logo {
      margin-top: 34px; }
    .main__nav-logo-img {
      width: 55px;
      height: auto; }
    .main__nav-logo-text {
      width: 210px;
      font-size: 16px;
      font-weight: 300;
      margin-left: 18px;
      line-height: 20px;
      margin-top: 4px; }
    .main__nav-warehouse {
      width: 357px;
      height: 132px;
      background-image: url("../img/warehouse-background.png");
      -webkit-background-size: cover;
      background-size: cover; }
    .main__nav-warehouse-icon {
      width: 78px;
      margin-top: 37px;
      margin-left: 32px; }
    .main__nav-warehouse-info {
      margin-left: 16px; }
    .main__nav-warehouse-info-title {
      padding-top: 18px; }
    .main__nav-warehouse-info-title-text {
      width: 175px;
      font-size: 18px;
      line-height: 22px;
      font-weight: 400;
      margin-bottom: 5px; }
    .main__nav-warehouse-info-title-a {
      width: 18px;
      height: 18px;
      background-color: #dcdcf1;
      -webkit-border-radius: 360px;
              border-radius: 360px;
      color: #000;
      font-size: 10px;
      font-weight: 300;
      line-height: 18px;
      text-align: center;
      -webkit-transition: all .05s ease-out;
      -o-transition: all .05s ease-out;
      transition: all .05s ease-out;
      margin-top: 25px;
      margin-left: 5px; }
      .main__nav-warehouse-info-title-a:hover {
        opacity: .8; }
    .main__nav-warehouse-info-triggers-el {
      width: 90px;
      font-size: 14px;
      font-weight: 300;
      line-height: 18px; }
    .main__nav-warehouse-info-triggers-el-2 {
      width: 65px;
      margin-left: 10px; }
    .main__nav-contacts {
      margin-top: 40px;
      margin-right: 32px; }
    .main__nav-contacts-phone {
      position: relative; }
    .main__nav-contacts-phone-a {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
    .main__nav-contacts-phone-icon {
      width: 16px;
      height: auto; }
    .main__nav-contacts-phone-text {
      font-size: 18px;
      font-weight: 400;
      margin-left: 6px;
      line-height: 18px; }
    .main__nav-contacts-email {
      font-size: 14px;
      font-weight: 300;
      border-bottom: 1px solid #dadbe6; }
  .main__content-offer {
    width: 695px;
    font-size: 36px;
    font-weight: 500;
    line-height: 51px;
    text-transform: uppercase;
    margin-bottom: 38px; }
    .main__content-offer span {
      font-weight: 500; }
  .main__content-triggers {
    width: 695px;
    margin-bottom: 47px; }
  .main__content-triggers-el-2 {
    margin-left: 30px; }
  .main__content-triggers-el-icon {
    width: 26px;
    height: 26px;
    background-color: #fff;
    -webkit-border-radius: 360px;
            border-radius: 360px;
    -webkit-box-shadow: 0 9px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 9px 10px rgba(0, 0, 0, 0.05);
    margin-top: 4px; }
  .main__content-triggers-el-icon-img {
    width: 12px;
    height: auto;
    margin-top: 7px;
    margin-left: 7px; }
  .main__content-triggers-el-info {
    width: 230px;
    margin-left: 14px; }
  .main__content-triggers-el-1-info {
    width: 340px; }
  .main__content-triggers-el-info-title {
    margin-bottom: 11px; }
    .main__content-triggers-el-info-title span {
      border-bottom: 1px dashed #c8c8d2;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px; }
  .main__content-triggers-el-info-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px; }
  .main__content-triggers-el-1-info-text {
    width: 255px; }
  .main__content-button {
    width: 340px;
    height: 94px;
    margin-bottom: 100px; }
  .main__content-button-top {
    width: 340px;
    height: 65px;
    line-height: 20px;
    font-size: 14px;
    padding-top: 25px;
    cursor: pointer; }
    .main__content-button-top:hover {
      top: 3px; }
  .main__content-button-bottom {
    width: 338px;
    height: 90px;
    left: 1px;
    bottom: 0; }
  .main__content-button-shadow {
    width: 399px;
    height: 164px;
    background-image: url("../img/button-shadow-1.png"); }
  .main__bottom-nav {
    position: relative;
    z-index: 20; }
  .main__bottom-nav-ul-li-a {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    border-bottom: 1px dashed #d5d8e0;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out; }
    .main__bottom-nav-ul-li-a:hover {
      opacity: .8; }
  .main__bottom-nav-ul-li-2 {
    margin-top: -10px; }
  .main__bottom-nav-ul-li-3 {
    margin-top: -20px; }
  .main__bottom-nav-ul-li + .main__bottom-nav-ul-li {
    margin-left: 50px; }
  .main__big-image {
    width: 1800px;
    height: auto;
    position: absolute;
    left: 9%;
    top: 205px; }

.calc {
  padding-top: 120px;
  padding-bottom: 65px; }
  .calc__title {
    width: 440px;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    margin: 0 auto 35px; }
  .calc__desc {
    width: 380px;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 auto 50px;
    text-align: center; }
  .calc__body {
    width: 1145px;
    height: 405px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 24px 92px rgba(0, 0, 0, 0.07);
            box-shadow: 0 24px 92px rgba(0, 0, 0, 0.07);
    position: relative; }
  .calc__body-centerbox {
    width: 520px;
    height: 330px;
    background-color: #fff;
    -webkit-box-shadow: 0 31px 81px rgba(0, 0, 0, 0.04);
            box-shadow: 0 31px 81px rgba(0, 0, 0, 0.04);
    position: absolute;
    left: 275px;
    top: 35px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    z-index: 40; }
  .calc__body-centerbox-block {
    display: none; }
    .calc__body-centerbox-block.active {
      display: block; }
  .calc__body-centerbox-block-line {
    margin-left: 30px; }
  .calc__body-centerbox-block-line-1 {
    padding-top: 28px; }
  .calc__body-centerbox-block-line + .calc__body-centerbox-block-line {
    margin-top: 28px; }
  .calc__body-centerbox-block-line-title {
    font-size: 14px;
    font-weight: 300; }
  .calc__body-centerbox-block-line-input {
    width: 60px;
    height: 50px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: none;
    line-height: 50px;
    font-size: 18px;
    font-weight: 300;
    padding-left: 15px;
    margin-left: 19px; }
  .calc__body-centerbox-block-line-selector-switch {
    width: 365px;
    height: 10px;
    -webkit-border-radius: 360px;
            border-radius: 360px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.03);
            box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.03);
    cursor: pointer;
    position: relative;
    margin-top: 21px; }
  .calc__body-centerbox-block-line-selector-switch-ellipse {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 360px;
            border-radius: 360px;
    background: -webkit-linear-gradient(45deg, #e63c36, #9a1915);
    background: -o-linear-gradient(45deg, #e63c36, #9a1915);
    background: linear-gradient(45deg, #e63c36, #9a1915);
    border-bottom: 2px solid #76221f;
    -webkit-box-shadow: inset 0 0 13px rgba(255, 255, 190, 0.37);
            box-shadow: inset 0 0 13px rgba(255, 255, 190, 0.37);
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .calc__body-centerbox-block-line-selector-switch-ellipse.down {
      top: 57%;
      border-bottom: 1px solid #76221f; }
  .calc__body-sidemenu-el {
    width: 300px;
    height: 95px;
    background-color: #fff;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 30;
    cursor: pointer; }
    .calc__body-sidemenu-el:hover {
      -webkit-box-shadow: 0 31px 81px rgba(0, 0, 0, 0.03);
              box-shadow: 0 31px 81px rgba(0, 0, 0, 0.03); }
    .calc__body-sidemenu-el.active {
      -webkit-box-shadow: 0 31px 81px rgba(0, 0, 0, 0.04);
              box-shadow: 0 31px 81px rgba(0, 0, 0, 0.04); }
  .calc__body-sidemenu-el-pseudo {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .calc__body-sidemenu-el-icon {
    margin-left: 31px;
    padding-top: 23px; }
  .calc__body-sidemenu-el-icon-symbols {
    font-size: 24px;
    line-height: 19px;
    text-align: center; }
  .calc__body-sidemenu-el-icon-arrows {
    width: 16px;
    height: 16px;
    background-color: #f7f7f7;
    -webkit-border-radius: 360px;
            border-radius: 360px;
    margin-left: 3px;
    font-size: 8px;
    line-height: 16px;
    text-align: center;
    margin-top: 14px; }
  .calc__body-sidemenu-el-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    padding-top: 25px;
    margin-left: 16px; }
  .calc__body-sidemenu-el-2 {
    top: 130px;
    z-index: 25; }
  .calc__body-sidemenu-el-3 {
    top: 225px;
    z-index: 20; }
  .calc__body-info {
    position: absolute;
    top: 35px;
    right: 42px; }
  .calc__body-info-status {
    width: 272px;
    height: 153px;
    background-image: url("../img/calc-status-background.png");
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    margin-bottom: 15px; }
    .calc__body-info-status:before {
      content: 'i';
      width: 30px;
      height: 30px;
      display: block;
      background-color: #f3f3f7;
      -webkit-border-radius: 360px;
              border-radius: 360px;
      position: absolute;
      top: -13px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      text-align: center;
      line-height: 27px;
      font-size: 16px;
      font-weight: 300; }
  .calc__body-info-status-block {
    display: none; }
    .calc__body-info-status-block.active {
      display: block; }
  .calc__body-info-status-block-line-1 {
    padding-top: 42px; }
  .calc__body-info-status-block-line {
    margin-left: 35px;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px; }
  .calc__body-info-color {
    position: relative; }
  .calc__body-info-color-title {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 6px; }
  .calc__body-info-color-value {
    width: 270px;
    height: 51px;
    background-color: #fcfbfb;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    cursor: pointer;
    position: relative; }
    .calc__body-info-color-value.active .calc__body-info-color-value-arrow {
      -webkit-transform: translateY(-50%) rotate(-90deg);
          -ms-transform: translateY(-50%) rotate(-90deg);
              transform: translateY(-50%) rotate(-90deg); }
  .calc__body-info-color-value-square {
    width: 34px;
    height: 34px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    margin-left: 14px;
    margin-top: 8px; }
    .calc__body-info-color-value-square.white {
      background: -webkit-linear-gradient(45deg, #d5d5d5, #f4f4f4);
      background: -o-linear-gradient(45deg, #d5d5d5, #f4f4f4);
      background: linear-gradient(45deg, #d5d5d5, #f4f4f4); }
    .calc__body-info-color-value-square.red {
      background: -webkit-linear-gradient(45deg, #bb120f, #7b1312);
      background: -o-linear-gradient(45deg, #bb120f, #7b1312);
      background: linear-gradient(45deg, #bb120f, #7b1312); }
    .calc__body-info-color-value-square.blue {
      background: -webkit-linear-gradient(45deg, #005aac, #003b6a);
      background: -o-linear-gradient(45deg, #005aac, #003b6a);
      background: linear-gradient(45deg, #005aac, #003b6a); }
    .calc__body-info-color-value-square.yellow {
      background: -webkit-linear-gradient(45deg, #ffe346, #e3a601);
      background: -o-linear-gradient(45deg, #ffe346, #e3a601);
      background: linear-gradient(45deg, #ffe346, #e3a601); }
    .calc__body-info-color-value-square.green {
      background: -webkit-linear-gradient(45deg, #107508, #1a3a09);
      background: -o-linear-gradient(45deg, #107508, #1a3a09);
      background: linear-gradient(45deg, #107508, #1a3a09); }
  .calc__body-info-color-value-text {
    font-size: 18px;
    line-height: 51px;
    margin-left: 13px; }
  .calc__body-info-color-value-arrow {
    width: 6px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .calc__body-info-color-list {
    width: 270px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 29px 59px rgba(0, 0, 0, 0.07);
            box-shadow: 0 29px 59px rgba(0, 0, 0, 0.07);
    position: absolute;
    right: 0px;
    top: 80px;
    z-index: 80;
    display: none; }
    .calc__body-info-color-list:before {
      content: '';
      width: 0;
      height: 0;
      display: block;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 17px solid #fff;
      position: absolute;
      right: 15px;
      top: -17px; }
    .calc__body-info-color-list.active {
      display: block; }
  .calc__body-info-color-list-ul {
    width: 100%;
    height: auto; }
  .calc__body-info-color-list-ul-li {
    width: 100%;
    height: 52px;
    cursor: pointer; }
    .calc__body-info-color-list-ul-li:hover {
      background-color: #fafafa; }
  .calc__body-info-color-list-ul-li-square {
    width: 27px;
    height: 27px;
    margin-left: 18px;
    margin-top: 13px; }
    .calc__body-info-color-list-ul-li-square.red {
      background: -webkit-linear-gradient(45deg, #bb120f, #7b1312);
      background: -o-linear-gradient(45deg, #bb120f, #7b1312);
      background: linear-gradient(45deg, #bb120f, #7b1312); }
    .calc__body-info-color-list-ul-li-square.blue {
      background: -webkit-linear-gradient(45deg, #005aac, #003b6a);
      background: -o-linear-gradient(45deg, #005aac, #003b6a);
      background: linear-gradient(45deg, #005aac, #003b6a); }
    .calc__body-info-color-list-ul-li-square.yellow {
      background: -webkit-linear-gradient(45deg, #ffe346, #e3a601);
      background: -o-linear-gradient(45deg, #ffe346, #e3a601);
      background: linear-gradient(45deg, #ffe346, #e3a601); }
    .calc__body-info-color-list-ul-li-square.green {
      background: -webkit-linear-gradient(45deg, #107508, #1a3a09);
      background: -o-linear-gradient(45deg, #107508, #1a3a09);
      background: linear-gradient(45deg, #107508, #1a3a09); }
    .calc__body-info-color-list-ul-li-square.white {
      background: -webkit-linear-gradient(45deg, #d5d5d5, #f4f4f4);
      background: -o-linear-gradient(45deg, #d5d5d5, #f4f4f4);
      background: linear-gradient(45deg, #d5d5d5, #f4f4f4); }
  .calc__body-info-color-list-ul-li-text {
    margin-left: 10px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 300; }
  .calc__body-info-action {
    margin-top: 32px; }
  .calc__body-info-action-button {
    width: 155px;
    height: 49px; }
  .calc__body-info-action-button-top {
    width: 155px;
    height: 46px;
    font-size: 12px;
    line-height: 43px;
    cursor: pointer; }
    .calc__body-info-action-button-top:hover {
      top: 2px; }
  .calc__body-info-action-button-bottom {
    width: 153px;
    height: 46px; }
  .calc__body-info-action-button-shadow {
    background-image: url("../img/button-shadow-1.png"); }
  .calc__body-info-action-value {
    font-size: 18px;
    font-weight: 400;
    line-height: 49px;
    margin-right: 17px; }
    .calc__body-info-action-value > div {
      display: none;
      font-size: 18px;
      font-weight: 400; }
      .calc__body-info-action-value > div.active {
        display: block; }
    .calc__body-info-action-value span {
      font-size: 18px;
      font-weight: 400; }

.where {
  padding-top: 65px;
  padding-bottom: 70px; }
  .where__title {
    width: 715px;
    margin: 0 auto 45px;
    text-align: center; }
  .where__table {
    margin-bottom: 50px; }
  .where__table-block + .where__table-block {
    margin-left: 45px; }
  .where__table-block-1-image {
    width: 93px;
    margin-top: -10px; }
  .where__table-block-2-image {
    width: 114px; }
  .where__table-block-3-image {
    width: 125px;
    margin-top: 3px; }
  .where__table-block-4-image {
    width: 103px;
    margin-top: 0px; }
    .where__table-block-4-image + .where__table-block-text {
      margin-top: 7px; }
  .where__table-block-text {
    width: 250px;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px; }
  .where__morebutton {
    width: 232px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 auto;
    letter-spacing: 1.55px;
    cursor: pointer;
    position: relative; }
    .where__morebutton:hover:after {
      display: none; }
    .where__morebutton:after {
      content: '';
      width: 232px;
      height: 1px;
      display: block;
      background-color: #e5e5e5;
      position: absolute;
      left: 0;
      bottom: -3px; }

.properties {
  padding-top: 75px;
  padding-bottom: 60px; }
  .properties__title {
    width: 450px;
    margin: 0 auto 70px;
    text-align: center; }
  .properties__table {
    margin-bottom: 65px; }
  .properties__table-block {
    width: 360px;
    height: 190px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.02);
            box-shadow: 0 22px 43px rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden; }
  .properties__table-block + .properties__table-block {
    margin-left: 30px; }
  .properties__table-block-image {
    z-index: 35;
    position: absolute; }
  .properties__table-block-1-image {
    left: 34px; }
  .properties__table-block-2-image {
    width: 315px; }
  .properties__table-block-2-image {
    left: -164px;
    top: 27px; }
  .properties__table-block-3-image {
    width: 149px;
    left: -19px;
    top: 24px; }
  .properties__table-block-info {
    width: 215px;
    margin-left: 140px;
    position: relative;
    z-index: 40; }
  .properties__table-block-info-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 12px;
    padding-top: 35px;
    line-height: 26px; }
  .properties__table-block-info-text {
    width: 190px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300; }
  .properties__morebutton {
    width: 433px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 auto;
    letter-spacing: 1.55px;
    cursor: pointer;
    position: relative; }
    .properties__morebutton span {
      padding-bottom: 2px;
      border-bottom: 1px solid #e5e5e5; }
    .properties__morebutton:hover:after {
      display: none; }

.numbers {
  padding-top: 55px;
  padding-bottom: 60px; }
  .numbers__title {
    text-align: center;
    margin-bottom: 50px; }
  .numbers__table {
    width: 1140px;
    margin: 0 auto; }
  .numbers__table-block-number {
    font-size: 46px;
    font-weight: 700;
    background: -webkit-linear-gradient(45deg, #e63c36, #9a1915);
    background: -o-linear-gradient(45deg, #e63c36, #9a1915);
    background: linear-gradient(45deg, #e63c36, #9a1915);
    -webkit-background-clip: text; }
  .numbers__table-block-number {
    -webkit-text-fill-color: transparent;
    display: inline-block; }
  .numbers__table-block-text {
    font-size: 18px;
    font-weight: 300;
    margin-top: 13px;
    line-height: 22px;
    margin-left: 15px; }
    .numbers__table-block-text span {
      font-weight: 500; }
  .numbers__table-block + .numbers__table-block {
    margin-left: 25px; }
  .numbers__table-block-1-text {
    width: 115px; }
  .numbers__table-block-2-text {
    width: 145px; }
  .numbers__table-block-3-text {
    width: 193px; }
  .numbers__table-block-4-text {
    width: 113px; }

.problems {
  padding-top: 55px;
  padding-bottom: 60px; }
  .problems__title {
    width: 590px;
    margin: 0 auto 75px;
    text-align: center;
    line-height: 40px; }
  .problems__table {
    width: 1140px; }
  .problems__table-headline {
    width: 100%;
    height: 56px; }
  .problems__table-headline-column {
    width: 569px;
    height: 100%;
    line-height: 54px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: -webkit-linear-gradient(350deg, #ae2e2a, #9a1915);
    background: -o-linear-gradient(350deg, #ae2e2a, #9a1915);
    background: linear-gradient(100deg, #ae2e2a, #9a1915);
    text-align: center; }
    .problems__table-headline-column-2 {
      margin-left: 2px; }
  .problems__table-line {
    height: auto; }
    .problems__table-line-wh {
      background-color: #fff; }
    .problems__table-line-gr {
      background-color: #fafafa; }
  .problems__table-line-column {
    width: 489px;
    min-height: 100%;
    font-size: 18px;
    line-height: 22px;
    padding: 38px 40px; }
  .problems__table-line-column + .problems__table-line-column {
    margin-left: 2px; }
  .problems__morebutton {
    width: 330px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 auto;
    letter-spacing: 1.55px;
    cursor: pointer;
    position: relative; }
    .problems__morebutton:hover:after {
      display: none; }
    .problems__morebutton:after {
      content: '';
      width: 325px;
      height: 1px;
      display: block;
      background-color: #e5e5e5;
      position: absolute;
      left: 0;
      bottom: -3px; }

.delivery {
  padding-top: 65px;
  background-image: url("../img/delivery-background.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-bottom: 105px; }
  .delivery__container {
    position: relative; }
  .delivery__title {
    width: 470px;
    margin: 0 auto 30px;
    text-align: center; }
  .delivery__desc {
    width: 500px;
    font-size: 22px;
    font-weight: 300;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 28px; }
  .delivery__image {
    width: 1272px;
    height: auto;
    position: absolute;
    left: -39px;
    top: 436px;
    z-index: 60;
    display: block; }
  .delivery__triggers {
    width: 980px;
    margin: 0 auto 203px; }
  .delivery__triggers-el {
    width: 232px;
    height: 145px;
    background-image: url("../img/delivery-trigger-1-bg.png");
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 50; }
    .delivery__triggers-el:before {
      content: '1';
      width: 26px;
      height: 26px;
      background-color: #eeeef4;
      -webkit-border-radius: 360px;
              border-radius: 360px;
      display: block;
      text-align: center;
      line-height: 23px;
      position: absolute;
      left: 34px;
      top: -11px;
      font-size: 14px;
      font-weight: 300; }
    .delivery__triggers-el-2:before {
      content: '2'; }
    .delivery__triggers-el-3 {
      width: 232px;
      height: 199px;
      background-image: url("../img/delivery-trigger-3-bg.png"); }
      .delivery__triggers-el-3:before {
        content: '3';
        left: 30px; }
    .delivery__triggers-el-4 {
      width: 232px;
      height: 199px;
      background-image: url("../img/delivery-trigger-3-bg.png"); }
      .delivery__triggers-el-4:before {
        content: '4';
        left: 30px; }
  .delivery__triggers-el + .delivery__triggers-el {
    margin-left: 15px; }
  .delivery__triggers-el-text {
    margin-left: 27px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 45px; }
  .delivery__button {
    width: 398px;
    height: 71px;
    margin: 0 auto;
    position: relative;
    z-index: 70; }
  .delivery__button-top {
    width: 398px;
    height: 68px;
    line-height: 66px;
    font-size: 14px;
    -webkit-box-shadow: inset 0 0 18px rgba(255, 255, 190, 0.3);
            box-shadow: inset 0 0 18px rgba(255, 255, 190, 0.3);
    cursor: pointer; }
    .delivery__button-top:hover {
      top: 2px; }
  .delivery__button-bottom {
    width: 396px;
    height: 68px; }
  .delivery__button-shadow {
    width: 459px;
    height: 134px;
    background-image: url("../img/button-shadow-2.png");
    -webkit-background-size: cover;
    background-size: cover; }

.free {
  padding-top: 95px;
  padding-bottom: 50px; }
  .free__title {
    width: 730px;
    margin: 0 auto 60px;
    text-align: center; }
  .free__calc-body {
    width: 1140px;
    height: 315px;
    -webkit-box-shadow: 0 24px 92px rgba(0, 0, 0, 0.07);
            box-shadow: 0 24px 92px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    -webkit-border-radius: 10px;
            border-radius: 10px; }
  .free__calc-body-leftbox {
    width: 785px;
    height: 240px;
    margin-left: 30px;
    -webkit-box-shadow: 0 31px 81px rgba(0, 0, 0, 0.04);
            box-shadow: 0 31px 81px rgba(0, 0, 0, 0.04);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    margin-top: 35px; }
  .free__calc-body-leftbox-el-1 {
    margin-left: 45px;
    padding-top: 35px; }
  .free__calc-body-leftbox-el-2 {
    padding-top: 35px;
    margin-left: 30px; }
  .free__calc-body-leftbox-el-3 {
    margin-left: 45px;
    margin-top: 14px;
    opacity: .5;
    cursor: not-allowed; }
    .free__calc-body-leftbox-el-3 .free__calc-body-leftbox-el-selector-switch {
      cursor: not-allowed; }
    .free__calc-body-leftbox-el-3 .free__calc-body-leftbox-el-selector-switch-ellipse {
      cursor: not-allowed; }
    .free__calc-body-leftbox-el-3 .free__calc-body-leftbox-el-selector-input {
      cursor: not-allowed; }
  .free__calc-body-leftbox-el-title {
    font-size: 14px;
    font-weight: 200; }
  .free__calc-body-leftbox-el-selector-input {
    width: 60px;
    height: 50px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: none;
    line-height: 50px;
    font-size: 18px;
    font-weight: 300;
    padding-left: 15px;
    margin-left: 19px; }
  .free__calc-body-leftbox-el-selector-switch {
    width: 225px;
    height: 10px;
    -webkit-border-radius: 360px;
            border-radius: 360px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.03);
            box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.03);
    cursor: pointer;
    position: relative;
    margin-top: 21px; }
  .free__calc-body-leftbox-el-selector-switch-ellipse {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 360px;
            border-radius: 360px;
    background: -webkit-linear-gradient(45deg, #e63c36, #9a1915);
    background: -o-linear-gradient(45deg, #e63c36, #9a1915);
    background: linear-gradient(45deg, #e63c36, #9a1915);
    border-bottom: 2px solid #76221f;
    -webkit-box-shadow: inset 0 0 13px rgba(255, 255, 190, 0.37);
            box-shadow: inset 0 0 13px rgba(255, 255, 190, 0.37);
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .free__calc-body-info-numof-icon {
    width: 61px; }
  .free__calc-body-leftbox-el-4 {
    position: relative;
    margin-left: 30px;
    margin-top: 7px;
    opacity: .5;
    cursor: not-allowed; }
    .free__calc-body-leftbox-el-4 .free__calc-body-leftbox-el-4-color {
      cursor: not-allowed; }
  .free__calc-body-leftbox-el-4-title {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 6px; }
  .free__calc-body-leftbox-el-4-color {
    width: 322px;
    height: 51px;
    background-color: #fcfbfb;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    cursor: pointer;
    position: relative; }
  .free__calc-body-leftbox-el-4-color-square {
    width: 34px;
    height: 34px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    margin-left: 14px;
    margin-top: 8px; }
    .free__calc-body-leftbox-el-4-color-square.white {
      background: -webkit-linear-gradient(45deg, #d5d5d5, #f4f4f4);
      background: -o-linear-gradient(45deg, #d5d5d5, #f4f4f4);
      background: linear-gradient(45deg, #d5d5d5, #f4f4f4); }
  .free__calc-body-leftbox-el-4-color-text {
    font-size: 18px;
    line-height: 51px;
    margin-left: 13px; }
  .free__calc-body-leftbox-el-4-color-arrow {
    width: 6px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .free__calc-body-leftbox-el-4-list {
    width: 270px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 29px 59px rgba(0, 0, 0, 0.07);
            box-shadow: 0 29px 59px rgba(0, 0, 0, 0.07);
    position: absolute;
    right: 0px;
    top: 80px;
    z-index: 80;
    display: none; }
    .free__calc-body-leftbox-el-4-list:before {
      content: '';
      width: 0;
      height: 0;
      display: block;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 17px solid #fff;
      position: absolute;
      right: 15px;
      top: -17px; }
    .free__calc-body-leftbox-el-4-list.active {
      display: block; }
  .free__calc-body-leftbox-el-4-list-ul {
    width: 100%;
    height: auto; }
  .free__calc-body-leftbox-el-4-list-ul-li {
    width: 100%;
    height: 52px;
    cursor: pointer; }
    .free__calc-body-leftbox-el-4-list-ul-li:hover {
      background-color: #fafafa; }
  .free__calc-body-leftbox-el-4-list-ul-li-square {
    width: 27px;
    height: 27px;
    margin-left: 18px;
    margin-top: 13px; }
    .free__calc-body-leftbox-el-4-list-ul-li-square.red {
      background: -webkit-linear-gradient(45deg, #bb120f, #7b1312);
      background: -o-linear-gradient(45deg, #bb120f, #7b1312);
      background: linear-gradient(45deg, #bb120f, #7b1312); }
    .free__calc-body-leftbox-el-4-list-ul-li-square.blue {
      background: -webkit-linear-gradient(45deg, #005aac, #003b6a);
      background: -o-linear-gradient(45deg, #005aac, #003b6a);
      background: linear-gradient(45deg, #005aac, #003b6a); }
    .free__calc-body-leftbox-el-4-list-ul-li-square.yellow {
      background: -webkit-linear-gradient(45deg, #ffe346, #e3a601);
      background: -o-linear-gradient(45deg, #ffe346, #e3a601);
      background: linear-gradient(45deg, #ffe346, #e3a601); }
    .free__calc-body-leftbox-el-4-list-ul-li-square.green {
      background: -webkit-linear-gradient(45deg, #107508, #1a3a09);
      background: -o-linear-gradient(45deg, #107508, #1a3a09);
      background: linear-gradient(45deg, #107508, #1a3a09); }
    .free__calc-body-leftbox-el-4-list-ul-li-square.white {
      background: -webkit-linear-gradient(45deg, #d5d5d5, #f4f4f4);
      background: -o-linear-gradient(45deg, #d5d5d5, #f4f4f4);
      background: linear-gradient(45deg, #d5d5d5, #f4f4f4); }
  .free__calc-body-info {
    padding-top: 145px; }
  .free__calc-body-info-numof {
    margin-left: 40px;
    margin-bottom: 10px; }
  .free__calc-body-info-numof-text {
    line-height: 46px;
    margin-right: 11px; }
  .free__calc-body-info-button {
    width: 235px;
    height: 68px;
    margin-left: 40px; }
  .free__calc-body-info-button-top {
    width: 235px;
    height: 52px;
    line-height: 16px;
    font-size: 12px;
    padding-top: 13px;
    cursor: pointer; }
    .free__calc-body-info-button-top:hover {
      top: 2px; }
  .free__calc-body-info-button-bottom {
    width: 235px;
    height: 65px; }
  .free__calc-body-info-button-shadow {
    width: 274px;
    height: 94px;
    background-image: url("../img/button-shadow-3.png");
    bottom: -45px; }

.warehouse {
  padding-top: 60px;
  padding-bottom: 100px; }
  .warehouse__content {
    margin-bottom: 30px; }
  .warehouse__content-map {
    width: 490px;
    height: 193px; }
    .warehouse__content-map iframe {
      width: 100%;
      height: 100%;
      -webkit-border-radius: 10px;
              border-radius: 10px; }
  .warehouse__content-title {
    width: 595px;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
    margin-left: 55px; }
  .warehouse__triggers-el + .warehouse__triggers-el {
    margin-left: 50px; }
  .warehouse__triggers-el-icon {
    width: 26px;
    height: 26px;
    background-color: #fff;
    -webkit-border-radius: 360px;
            border-radius: 360px;
    -webkit-box-shadow: 0 9px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 9px 10px rgba(0, 0, 0, 0.05);
    margin-top: 4px; }
  .warehouse__triggers-el-icon-img {
    width: 12px;
    height: auto;
    margin-top: 7px;
    margin-left: 7px; }
  .warehouse__triggers-el-text {
    font-size: 18px;
    font-weight: 300;
    margin-left: 12px; }
  .warehouse__triggers-el-1-text {
    width: 225px; }
  .warehouse__triggers-el-2-text {
    width: 115px; }
  .warehouse__triggers-el-3-text {
    width: 100px; }
  .warehouse__triggers-el-4-text {
    width: 85px; }
  .warehouse__triggers-el-5-text {
    width: 215px; }

.payment-info {
  padding-top: 115px;
  background-image: url("../img/payment-info-background.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-bottom: 110px; }
  .payment-info__title {
    width: 695px;
    margin-bottom: 35px; }
  .payment-info__button {
    width: 223px;
    height: 71px; }
  .payment-info__button-top {
    width: 223px;
    height: 68px;
    font-size: 14px;
    line-height: 64px;
    cursor: pointer; }
    .payment-info__button-top:hover {
      top: 2px; }
  .payment-info__button-bottom {
    width: 222px;
    height: 68px; }

.another {
  padding-top: 115px; }
  .another__title {
    width: 500px;
    text-align: center;
    margin: 0 auto 55px; }
  .another__table {
    width: 1140px;
    margin: 0 auto 30px; }
  .another__table-block {
    width: 195px;
    height: 115px;
    position: relative; }
  .another__table-block + .another__table-block {
    margin-left: 85px; }
  .another__table-block-5 {
    margin-left: 0 !important; }
  .another__table-block-info {
    position: absolute;
    left: 95px;
    top: 0; }
  .another__table-block-1-image {
    width: 77px; }
  .another__table-block-2-image {
    width: 85px; }
  .another__table-block-3-image {
    width: 135px;
    margin-left: -34px;
    margin-top: -10px; }
  .another__table-block-4-image {
    width: 121px;
    margin-left: -24px; }
  .another__table-block-5-image {
    width: 74px; }
  .another__table-block-6-image {
    width: 160px;
    margin-left: -30px; }
  .another__table-block-7-image {
    width: 124px;
    margin-left: -43px; }
  .another__table-block-info-title {
    font-size: 22px;
    font-weight: 400;
    margin-top: 12px; }
  .another__table-block-info-link {
    font-size: 14px;
    font-weight: 300;
    cursor: pointer; }
    .another__table-block-info-link:after {
      content: '→';
      margin-left: 4px;
      -webkit-transition: all .1s ease-out;
      -o-transition: all .1s ease-out;
      transition: all .1s ease-out; }
    .another__table-block-info-link:hover:after {
      margin-left: 7px; }
  .another__title-2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400; }
  .another__table-2 {
    width: 1005px; }
  .another__table-2-el + .another__table-2-el {
    margin-left: 27px; }
  .another__table-2-el-circle {
    width: 21px;
    height: 21px;
    background-color: #ededed;
    -webkit-border-radius: 360px;
            border-radius: 360px; }
  .another__table-2-el-text {
    font-size: 18px;
    font-weight: 300;
    margin-top: -6px;
    margin-left: 9px; }
  .another__table-2-el-5 {
    margin-left: 0 !important; }
  .another__table-2-el-5, .another__table-2-el-6, .another__table-2-el-7 {
    margin-top: 21px; }

.consult {
  padding-top: 120px;
  background-image: url("../img/callback-background.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }
  .consult__content {
    padding-bottom: 75px; }
  .consult__content-photo {
    width: 525px;
    height: 1px;
    margin-left: -25px;
    position: relative; }
  .consult__content-photo-img {
    width: 1235px;
    height: auto;
    margin-bottom: -5px;
    position: absolute;
    left: -308px;
    top: 133px; }
  .consult__content-photo-img-mob {
    width: 1235px;
    height: auto;
    margin-bottom: -5px;
    position: absolute;
    left: -308px;
    top: 133px;
    display: none;
    width: 1177px;
    top: 120px;
    left: -364px; }
  .consult__content-namecard {
    top: 438px;
    left: 280px;
    position: absolute; }
  .consult__content-namecard-name-text {
    width: 218px;
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    z-index: 40;
    left: 20px;
    top: 7px; }
  .consult__content-namecard-name-background {
    width: 252px;
    height: 54px;
    background-color: #fff;
    -webkit-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
            transform: skew(-30deg);
    -webkit-border-radius: 5px;
            border-radius: 5px;
    position: absolute;
    z-index: 35;
    -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.04);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.04); }
  .consult__content-namecard-desc-text {
    width: 167px;
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    z-index: 35;
    left: 30px;
    top: 55px; }
  .consult__content-namecard-desc-background {
    width: 202px;
    height: 38px;
    background-color: #fff;
    -webkit-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
            transform: skew(-30deg);
    -webkit-border-radius: 5px;
            border-radius: 5px;
    position: absolute;
    z-index: 30;
    top: 50px;
    left: 10px; }
  .consult__content-info {
    width: 555px;
    margin-left: 80px;
    padding-top: 60px; }
  .consult__content-title {
    width: 560px;
    margin-bottom: 45px; }
  .consult__content-form {
    width: 385px;
    height: 405px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 40px 75px rgba(0, 0, 0, 0.15);
            box-shadow: 0 40px 75px rgba(0, 0, 0, 0.15);
    position: relative; }
    .consult__content-form.sended .consult__content-form-pseudo-box {
      display: block; }
    .consult__content-form-pseudo-box {
      width: 385px;
      height: 405px;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 99;
      background-color: #fff;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      cursor: default;
      display: none; }
    .consult__content-form-pseudo-box-icon {
      width: 60px;
      height: auto;
      margin: 135px auto 10px;
      display: block; }
    .consult__content-form-pseudo-box-title {
      font-size: 26px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 3.5px;
      text-align: center; }
  .consult__content-form-inputbox {
    margin-left: 35px; }
  .consult__content-form-inputbox-1 {
    padding-top: 40px; }
  .consult__content-form-inputbox-2 {
    margin-top: 15px;
    margin-bottom: 23px; }
  .consult__content-form-inputbox-title {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 6px; }
  .consult__content-form-inputbox-input {
    width: 287px;
    height: 50px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border: none;
    line-height: 50px;
    font-size: 18px;
    font-weight: 300;
    padding-left: 18px; }
  .consult__content-form-button {
    width: 305px;
    height: 73px;
    margin-left: 35px;
    margin-bottom: 20px; }
  .consult__content-form-button-top {
    width: 305px;
    height: 69px;
    font-size: 14px;
    line-height: 66px;
    cursor: pointer; }
    .consult__content-form-button-top:hover {
      top: 2px; }
  .consult__content-form-button-bottom {
    width: 303px;
    height: 69px; }
  .consult__content-form-button-shadow {
    width: 345px;
    height: 94px;
    background-image: url("../img/button-shadow-4.png");
    bottom: -38px; }
  .consult__content-form-policy {
    margin-left: 35px;
    position: relative;
    z-index: 50; }
  .consult__content-form-policy-checkbox {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #fcfbfb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    position: relative;
    z-index: 50; }
    .consult__content-form-policy-checkbox:before {
      content: '';
      width: 10px;
      height: 7px;
      display: block;
      background-image: url("../img/tick-wh.png");
      -webkit-background-size: cover;
      background-size: cover;
      margin-left: 5px;
      margin-top: 6px;
      display: none; }
    .consult__content-form-policy-checkbox.active {
      background-color: #ff5656; }
      .consult__content-form-policy-checkbox.active:before {
        display: block; }
  .consult__content-form-policy-text {
    width: 237px;
    font-size: 13px;
    line-height: 16px;
    margin-left: 8px;
    cursor: pointer; }
  .consult__content-form-policy-text-a {
    color: #3e4c93;
    border-bottom: 1px solid #ebedf4; }

.footer {
  height: 240px; }
  .footer__content-info-logo {
    margin-top: 34px;
    margin-bottom: 18px; }
  .footer__content-info-logo-img {
    width: 55px;
    height: auto; }
  .footer__content-info-logo-text {
    width: 210px;
    font-size: 16px;
    font-weight: 300;
    margin-left: 18px;
    line-height: 20px;
    margin-top: 4px; }
  .footer__content-info-copyright {
    font-size: 12px;
    font-weight: 300; }
  .footer__content-info-law {
    font-size: 12px;
    font-weight: 300;
    margin-top: 7px; }
  .footer__content-info-requisites-icon {
    width: 16px;
    height: auto;
    margin-top: 8px; }
  .footer__content-info-requisites-link {
    font-size: 12px;
    border-bottom: 1px solid #cfc0c0;
    margin-left: 7px;
    font-weight: 400; }
  .footer__content-info-policy-a {
    font-size: 12px;
    border-bottom: 1px solid #f2f2f2; }
  .footer__content-menu {
    margin-left: 40px;
    padding-top: 38px; }
  .footer__content-menu-ul-li + .footer__content-menu-ul-li {
    margin-top: 5px; }
  .footer__content-menu-ul-li-title {
    width: 47px;
    font-size: 14px;
    font-weight: 300; }
  .footer__content-menu-ul-li-text {
    width: 229px;
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px; }
    .footer__content-menu-ul-li-text span {
      border-bottom: 1px solid #f2f2f2; }
  .footer__content-menu-ul-li-2-text {
    width: 223px; }
  .footer__content-action {
    padding-top: 40px; }
  .footer__content-action-phone {
    margin-bottom: 14px;
    position: relative; }
  .footer__content-action-phone-a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .footer__content-action-phone-icon {
    width: 18px; }
  .footer__content-action-phone-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 17px;
    margin-left: 7px; }
  .footer__content-action-button {
    width: 201px;
    height: 60px;
    margin-bottom: 25px; }
  .footer__content-action-button-top {
    width: 201px;
    height: 57px;
    font-size: 12px;
    line-height: 55px;
    cursor: pointer; }
    .footer__content-action-button-top:hover {
      top: 2px; }
  .footer__content-action-button-bottom {
    width: 199px;
    height: 57px; }
  .footer__content-action-button-shadow {
    width: 223px;
    height: 81px;
    background-image: url("../img/button-shadow-5.png");
    bottom: -35px; }
  .footer__content-action-dev-logo {
    width: 45px; }
  .footer__content-action-dev-text {
    width: 160px;
    font-size: 12px;
    font-weight: 300;
    margin-left: 10px;
    line-height: 16px;
    margin-top: -2px; }
  .footer__content-action-dev-text-a {
    border-bottom: 1px solid #f2f2f2; }
