@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic");
@font-face {
  font-family: "ProximaReg";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ProximaNova-Reg.otf"); }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none; }

html {
  height: 101%; }

.slick-slide{
  margin-left: 2px;
}
.textrandom {
  font-weight: 300;
  margin-top: 20px;
  display: block;
  font-size: 15px;
  text-transform: none;
  font-family: "DIN Pro", Tahoma, Verdana, sans-serif;
}

.textrandom2 {
  font-weight: 300;
  margin-top: 20px;
  display: block;
  font-size: 13px;
  padding-right: 15px;
  text-transform: none;
  font-family: "DIN Pro", Tahoma, Verdana, sans-serif;
}

body {
  font-size: 62.5%;
  line-height: 1.2;
  font-size: 13px;
  font-family: "DIN Pro", Tahoma, Verdana, sans-serif;
  color: #363636;
  background: #fff; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

strong {
  font-weight: bold; }

input {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: 0;
  max-width: 100%; }

a {
  text-decoration: none;
  text-decoration-skip-ink: none; }

a:hover {
  text-decoration: none; }

[class^='icon-'] {
  display: inline-block; }

* {
  outline: none !important; }

.mob-menu {
  display: none;
  position: absolute;
  right: 30px;
  top: 20px;
  border: 2px solid #fff;
  z-index: 499;
  cursor: pointer; }

.mob-menu span {
  width: 30px;
  height: 3px;
  margin: 5px 0;
  background: #fff;
  display: block;
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.mob-menu div {
  padding: 2px 6px; }

.right h3 {
  margin-bottom: 85px;
}
.kak .sld {
  display: block;
  margin-top: 20px;
}  

.kak .sld:before {
  content: '';
  position: absolute;
  width: 121px;
  height: 36px;
  top: -75px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.1;
}
.kak .sld:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 32px;
  top: -73px;
  left: 60.5px;
  background-color: #fff;
  opacity: 0.1;
}
.kak .sld .slick-arrow {
  position: absolute;
  display: block;
  top: -75px;
  width: 60px;
  height: 36px;
  border: none;
  background: url(../img/arrow.png) no-repeat center center;
  z-index: 99;
  cursor: pointer;
}
.kak .sld .slick-arrow:hover {
  opacity: 0.8;
}
.kak .sld .slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.kak .sld .slick-next {
  left: 61px;
}

@media screen and (max-width: 686px) {
  .mob-menu {
    display: block; } }

.close-mob {
  display: none;
  position: absolute;
  right: 25px;
  top: 20px;
  width: 41px;
  height: 41px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 999;
  opacity: 1;
  cursor: pointer; }

.close-mob:before, .close-mob:after {
  position: absolute;
  left: 18px;
  content: ' ';
  height: 30px;
  width: 2px;
  background-color: #fff;
  top: 4px; }

.close-mob:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.close-mob:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

* {
  outline: none; }

label.error {
  display: none !important; }

.error {
  border-color: red !important; }

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px; }

.checkbox__text {
  position: relative;
  padding: 0 0 0 34px;
  cursor: pointer;
  font-size: 15px;
  vertical-align: middle; }

.checkbox__text a {
  color: #e0af44;
  text-decoration: underline; }

.checkbox__text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #000; }

.checkbox input:checked + .checkbox__text:after {
  content: '';
  position: absolute;
  background: #000;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px; }

select {
  -webkit-appearance: none;
  background: url("../img/sel.png") no-repeat -webkit-calc(100% - 30px) center;
  background: url("../img/sel.png") no-repeat calc(100% - 30px) center;
  -moz-appearance: none;
  -o-text-overflow: '';
     text-overflow: '';
  -ms-appearance: none;
  appearance: none !important; }

select::-ms-expand {
  display: none; }

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px); }

.modal {
  padding-right: 0 !important; }

header {
  background: url("../img/header.jpg") no-repeat top right;
  position: relative;
  padding-bottom: 60px;
  -webkit-background-size: cover;
  background-size: cover; 
}

@media (max-width: 767px) {
  header {
    padding-bottom: 60px; } }

header .menu {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  min-width: 90px;
  background: #0A0A0A;
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
  z-index: 50;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

header .menu * {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

@media (max-width: 1300px) {
  header .menu {
    display: none; } }

header .menu.open {
  min-width: 300px; }

header .menu.open a span {
  opacity: 1;
  margin-left: 20px; }

header .menu.open .mob_menu i {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg); }

header .menu .mob_menu {
  margin-bottom: 65px;
  margin-left: 10px;
  cursor: pointer; }

header .menu a {
  padding: 14px 15px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  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;
  font-size: 15px;
  font-weight: 500; }

header .menu a span {
  color: #707070;
  opacity: 0;
  width: 0;
  margin-left: 0; }

@media (max-width: 1330px) {
  header .menu a {
    padding: 8px; } }

header .menu a:hover {
  background: rgba(177, 144, 102, 0.1); }

header .menu a:hover i {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg); }

header .menu a:hover span {
  color: #ffffff; }

header .top {
  padding-top: 20px;
  padding-bottom: 20px; }

header .top .container {
  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; }

@media (max-width: 420px) {
  header .top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

header .top .container .logo-los {
  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;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500; }

@media (max-width: 1200px) {
  header .top .container .los {
    display: none; } }

header .top .container .logo {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 2px solid #2C2C2C; }

@media (max-width: 1200px) {
  header .top .container .logo {
    margin-right: 0;
    border: none;
    padding-right: 0; } }

header .top .container .links {
  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; }

@media (max-width: 991px) {
  header .top .container .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (max-width: 420px) {
  header .top .container .links {
    -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; } }

header .top .container .links 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-left: 36px; }

@media (max-width: 420px) {
  header .top .container .links a {
    margin: 0; } }

header .top .container .links a i {
  margin-right: 11px; }

header .top .container .links a.tel {
  font-size: 24px;
  font-weight: 500;
  color: #c19051;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

@media (max-width: 991px) {
  header .top .container .links a.tel {
    font-size: 19px; } }

header .top .container .links a.tel span {
  color: #fff;
  margin-left: 10px; }

header .top .container .links a.tel i {
  margin-top: 10px; }

header .top .container .links a.callback {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff; }

header .top .container .links a.callback span {
  border-bottom: 2px dotted #C19051;
  padding-bottom: 4px; }

header .bottom h1 {
  margin-top: 100px;
  font-size: 62px;
  color: #ffffff;
  font-family: "Merriweather", serif;
  margin-bottom: 90px; 
}
header .bottom h1 span {
  display: block;
  margin-top: 30px;
  font-weight: 300;
  font-size: 26px;
  font-family: "DIN Pro", sans-serif; 
}
header .bottom h1 span.second {
  font-family: "Merriweather", serif;
  font-size: 44px;
  line-height: 1;
}
@media (max-width: 991px) {
  header .bottom h1 {
    font-size: 40px;
    margin-top: 100px; 
  } 
  header .bottom h1 span {
    font-size: 22px;
  }

}

@media (max-width: 767px) {
  header .bottom h1 {
    font-size: 32px; } }

@media (max-width: 420px) {
  header .bottom h1 {
    font-size: 25px;
    text-align: center; } }

header .bottom h1 small {
  color: #C19051; }


@media (max-width: 400px) {
  header .bottom h1 span {
    font-size: 20px; } }

header .bottom .prem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

header .bottom .prem .item {
  width: -webkit-calc(30% - 20px);
  width: calc(30% - 20px);
  color: #ffffff;
  position: relative;
  padding-top: 10px;
  padding-left: 10px;
  margin-bottom: 40px; }

@media (max-width: 767px) {
  header .bottom .prem .item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-bottom: 30px; } }

@media (max-width: 400px) {
  header .bottom .prem .item {
    width: 100%; } }

header .bottom .prem .item span {
  font-size: 24px;
  font-family: "Merriweather", serif;
  color: #A6A6A6;
  margin-bottom: 5px;
  display: block; }

header .bottom .prem .item .title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: black;
  z-index: 3;
  background: #C19051;
  display: inline-block;
  padding: 8px 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
}
header .bottom .prem .item .title span.small {
  font-family: "DIN Pro", Tahoma, Verdana, sans-serif;
  color: #fff;
  font-size: 14px;
}

header .bottom .prem .item:after {
  content: '';
  position: absolute;
  width: 85px;
  height: 85px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid #686868;
  top: 0;
  left: 0; }

header .test {
  background: rgba(24, 23, 23, 0.92);
  -webkit-box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 6px;
          border-radius: 6px;
  /*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;*/
  padding: 50px; }
.test-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.test-action {
  color: #fff;
  padding: 10px;
  border: 2px dashed #fff;
  width: 300px;
  margin: 20px 20px 0;
}
.test-action-head {
  font-size: 22px;
  font-family: "Merriweather", serif;
}
.test-action p {
  font-size: 15px;
  margin: 10px auto;
  min-height: 55px;
}
.test-action-price {
  font-size: 17px;
}
.test-action-price .stroke {
  color: #aaa;
  text-decoration: line-through;
  padding-right: 10px;
}
.test-action-price .newprice {
  font-weight: bold;
}

.main-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.main-form .inp_text {
  display: block;
  padding: 20px;
  font-size: 17px;
  width: 280px;
}
.main-form-text {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
}
.main-form-text span {
  display: block;
  font-family: "Merriweather", serif;
  font-size: 22px;
  margin-bottom: 10px;
}
.main-form-text small {
  display: block;
  font-size: 15px;
  margin-top: 8px;
}
.what {
  padding: 100px 0 0;
}
.what-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.what-item {
  max-width: 31%;
  border-radius: 6px;
  padding: 30px 20px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  cursor: default;
}
.what-item:hover {
  background-color: #BC8D50;
  color: #fff;
  transform: translateY(-5px);
}
.what-item-header {
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  height: 42px;
}
.what-item-text {
  font-size: 17px;
  text-transform: none;
  display: block;
  margin-top: 10px;
  font-family: "DIN Pro", sans-serif;
  font-weight: 300;
  height: 110px;
  color: #000;
}
.how {
  padding: 100px 0;
  background: linear-gradient(to bottom, white 0%, #eeeeee 100%);
}
.how-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.how-item {
  max-width: 31%;
  padding: 184px 10px 0;
  text-align: center;
  position: relative;
  font-size: 17px;
}
.how-item:before {
  content: '';
  position: absolute;
  background: url(../img/sprite_2.png) no-repeat;
  background-position: -152px -350px;
  width: 140px;
  height: 121px;
  top: 35px;
  left: 50%;
  margin-left: -77px;
}
.how-item.hi1:before {
  background-position: 2px -355px;
}
.how-item.hi2:before {
  background-position: -598px -350px;
  width: 143px;
}
.how-item.hi3:before {
  background-position: -302px -350px;
}
.bigform {
  padding: 120px 0;
  background: url(../img/take-analize.jpg) center no-repeat;
  background-size: cover;
}
.bigform .test {
  background: rgba(24, 23, 23, 0.7);
  -webkit-box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 50px;
}
.bigform .title {
  font-size: 36px;
  font-family: "Merriweather", serif;
  color: #ffffff;
  text-transform: uppercase;
}
.bigform .title small {
  color: #c19051;
}
.bigform .title span {
  font-family: "DIN Pro", sans-serif;
  font-size: 18px;
  text-transform: none;
  margin-top: 7px;
  display: block;
}
.bigform .main-form-text {
  margin-top: 40px;
}
.why {
  padding: 120px 0;
}
.why-title {
  font-size: 22px;
}
.why-slider {
  margin-top: 100px;
  margin-bottom: 80px;
}
.why-img {
  display: block;
  margin: 20px;
  border: 2px solid #BC8D50;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
.why .slick-arrow {
  position: absolute;
  display: block;
  top: -50px;
  width: 60px;
  height: 36px;
  border: none;
  background: rgba(0,0,0, 0.5) url(../img/arrow.png) no-repeat center center;
  z-index: 99;
  cursor: pointer;
}
.why .slick-prev {
    left: 50%;
    transform: rotate(180deg) translateX(120%);
}
.why .slick-next {
    right: 50%;
    transform: translateX(120%);
}
.table-title {
  font-weight: bold;
  font-size: 20px;
}
.table {
  font-size: 16px;
}
.table tr td {
  vertical-align: middle;
}
.table thead th {
  background-color: #f0f0f0;
  font-weight: 500;
}
.ofis {
  padding-top: 100px;
}
.ofis-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ofis-item{
  margin-left: 1px;
  margin-right: 1px;
}
@media (max-width: 1200px) {
  header .test {
    padding: 30px; } }

@media (max-width: 767px) {
  header .test {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; } }

header .test .title {
  font-size: 36px;
  font-family: "Merriweather", serif;
  color: #ffffff;
  text-transform: uppercase; 
}

@media (max-width: 1200px) {
  header .test .title {
    font-size: 30px; } }

@media (max-width: 767px) {
  header .test .title {
    margin-bottom: 30px; 
  } 
  header .bottom h1 span.second {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  header .test .title {
    font-size: 22px; } 
  .test-action {
    width: 250px;
  }  
}

header .test .title small {
  color: #c19051; }

header .test .title span {
  font-family: "DIN Pro", sans-serif;
  font-size: 18px;
  text-transform: none;
  margin-top: 7px;
  display: block; }

header .test .yak {
  background: -webkit-gradient(linear, left top, left bottom, from(#C19051), color-stop(0.01%, #FF9F2E), to(#A16825));
  background: -webkit-linear-gradient(top, #C19051 0%, #FF9F2E 0.01%, #A16825 100%);
  background: -o-linear-gradient(top, #C19051 0%, #FF9F2E 0.01%, #A16825 100%);
  background: linear-gradient(180deg, #C19051 0%, #FF9F2E 0.01%, #A16825 100%);
  border: 1px solid #B3742B;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  position: relative;
  height: 72px;
  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;
  width: 240px;
  padding-left: 27px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #33210C;
  font-weight: bold;
  font-family: "Merriweather", serif;
  font-size: 18px;
  -webkit-box-shadow: 0px 6px 60px rgba(140, 91, 34, 0.3);
          box-shadow: 0px 6px 60px rgba(140, 91, 34, 0.3);
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding-top: 7px;
  border-bottom: 7px solid #8C5B22; }

header .test .yak:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#C19051), color-stop(0.01%, #FF9F2E), to(#A16825));
  background: -webkit-linear-gradient(top, #C19051 0%, #FF9F2E 0.01%, #A16825 100%);
  background: -o-linear-gradient(top, #C19051 0%, #FF9F2E 0.01%, #A16825 100%);
  background: linear-gradient(180deg, #C19051 0%, #FF9F2E 0.01%, #A16825 100%); }

header .test .yak:hover i {
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg); }

header .test .yak i {
  right: -20px;
  position: absolute;
  bottom: -5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

h2.title {
  text-align: center;
  margin-bottom: 46px;
  color: #BC8D50;
  font-family: "Merriweather", serif;
  font-size: 36px;
  text-transform: uppercase; }

@media (max-width: 991px) {
  h2.title {
    font-size: 28px; } }

@media (max-width: 767px) {
  h2.title {
    font-size: 23px; } }

h2.title span {
  text-transform: none;
  display: block;
  color: #363636;
  font-size: 27px;
  letter-spacing: 2px;
  margin-top: 5px; }

@media (max-width: 767px) {
  h2.title span {
    font-size: 18px; } }

.little {
  text-align: center;
  margin-top: 15px;
  color: #aaaaaa;
}
.form .little a {
  display: block;
}
.form {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 40px 30px;
  padding-top: 58px;
  max-width: 500px;
  margin-bottom: 50px;
  position: relative; 
}

.form .main-form {
  flex-direction: column;
}
.form .main-form-text {
  color: #000;
  text-align: center;
}
.form .main-form-text span {
  font-size: 18px;
}
.form .title span {
  font-size: 18px;
}

@media (max-width: 767px) {
  .form {
    padding: 20px 10px; } }

.form:after {
  content: '';
  position: absolute;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  left: 15px;
  bottom: -13px;
  height: 13px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px; }

.form:before {
  content: '';
  position: absolute;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  left: 30px;
  bottom: -26px;
  height: 13px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px; }

.form .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: "Merriweather", serif; }

.form .title span {
  font-family: "DIN Pro", sans-serif;
  display: block;
  font-weight: normal;
  font-size: 18px;
  margin-top: 7px; }

.form .buttons {
  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: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; 
    margin-left: 44px;
}

.form .buttons button {
  width: 30%;
  border: 1px solid #EBEBEB;
  background: none;
  margin-left: -1px;
  padding: 10px;
  font-size: 12px;
  color: #000000; }

@media (max-width: 767px) {
  .form .buttons button {
    font-size: 16px; } }

@media (max-width: 991px) {
  .form .buttons button {
    width: 100%;
    margin-bottom: 10px; } }

.form .buttons button.active {
  background: #BD8E50;
  border-color: #BD8E50;
  color: #ffffff; }

.form .inp_text {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #EBEBEB;
  padding: 20px; }

@media (max-width: 767px) {
  .form .inp_text {
    font-size: 16px; } }

.form textarea.inp_text {
  border: 1px solid #EBEBEB;
  margin-top: 18px;
  resize: none;
  height: 150px; }

.form .btn_yell {
  margin-top: 40px;
  width: 100%; }

.form input, .form textarea {
  max-width: 360px;
  margin-left: auto;
  display: block;
  margin-right: auto; }

.btn_yell {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#C19051), color-stop(0.01%, #FF9F2E), to(#A16825));
  background: -webkit-linear-gradient(top, #C19051 0%, #FF9F2E 0.01%, #A16825 100%);
  background: -o-linear-gradient(top, #C19051 0%, #FF9F2E 0.01%, #A16825 100%);
  background: linear-gradient(180deg, #C19051 0%, #FF9F2E 0.01%, #A16825 100%);
  -webkit-box-shadow: 0px 6px 60px rgba(140, 91, 34, 0.3);
          box-shadow: 0px 6px 60px rgba(140, 91, 34, 0.3);
  -webkit-border-radius: 12px;
          border-radius: 12px;
  border: none;
  border-bottom: 7px solid #8C5B22;
  padding: 25px 30px;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: bold;
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  color: #33210C; }

.garant {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px; }

@media (max-width: 991px) {
  .garant {
    padding-bottom: 0; } }

.garant:after {
  content: '';
  position: absolute;
  background: url("../img/arr.png") no-repeat center bottom;
  width: 483px;
  height: 168px;
  bottom: 0;
  left: 400px;
  z-index: 3; }

@media (max-width: 991px) {
  .garant:after {
    content: none; } }

.garant .flex {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url("../img/garant.png") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain; }

@media (max-width: 991px) {
  .garant .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none; } }

.garant .flex .desk {
  max-width: 500px; }

@media (max-width: 991px) {
  .garant .flex .desk {
    max-width: 100%; } }

.garant .flex .desk .grnt {
  font-size: 90px;
  font-family: "Merriweather", serif;
  color: #F2EDE5;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  max-width: 520px; }

@media (max-width: 991px) {
  .garant .flex .desk .grnt {
    display: none; } }

.garant .flex .desk .grnt .spans {
  max-width: 308px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: auto;
  margin-top: -40px; }

.garant .flex .desk .grnt span {
  font-style: italic;
  font-size: 13px;
  background: #363636;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 2px;
  padding: 2px 7px; }

.garant .flex .desk .item {
  margin-bottom: 30px;
  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; }

@media (max-width: 991px) {
  .garant .flex .desk .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; } }

.garant .flex .desk .item > span {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.3);
  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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-right: 30px;
  color: #BC8D50;
  font-family: "Merriweather", serif;
  font-size: 18px;
  font-weight: bold; }

@media (max-width: 991px) {
  .garant .flex .desk .item > span {
    margin-bottom: 25px;
    margin-right: 0; } }

.garant .flex .desk .item .title {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  font-size: 18px;
  font-weight: bold; }

@media (max-width: 767px) {
  .garant .flex .desk .item .title {
    font-size: 20px; } }

.garant .flex .desk .item .title span {
  font-weight: normal; }

@media (max-width: 991px) {
  .garant .form {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  .garant .form .btn_yell {
    font-size: 14px;
    text-align: center;
    padding: 15px 10px;
    padding-top: 19px; } }

.kluch {
  padding-top: 80px;
  padding-bottom: 10px;
  background: white;
  background: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
  background: -o-linear-gradient(top, white 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, white 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  margin-top: 50px;
  position: relative; }

@media (max-width: 991px) {
  .kluch {
    padding-top: 40px; } }

.kluch:after {
  content: '';
  position: absolute;
  background: url("../img/molot.png") no-repeat;
  width: 350px;
  -webkit-background-size: contain;
  background-size: contain;
  height: 351px;
  top: -80px; }

@media (max-width: 1500px) {
  .kluch:after {
    content: none; } }

.kluch h2 {
  position: relative;
  z-index: 3;
  margin-bottom: 60px; }

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

.kluch .flex .item {
  width: -webkit-calc(33% - 15px);
  width: calc(33% - 15px);
  text-align: center;
  margin-bottom: 70px; }

@media (max-width: 991px) {
  .kluch .flex .item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px); } }

@media (max-width: 767px) {
  .kluch .flex .item {
    width: 100%; } }

.kluch .flex .item .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.kluch .flex .item .img span {
  border: 1px solid #E0D3C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  width: 80px;
  height: 80px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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; }

.kluch .flex .item .img .icon-s-check {
  margin-bottom: 10px;
  margin-left: -15px; }

.kluch .flex .item .title {
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px; }

.kluch .flex .item .title span {
  font-size: 14px;
  text-transform: none;
  display: block;
  margin-top: 10px;
  font-family: "DIN Pro", sans-serif;
  font-weight: 300; }

@media (max-width: 767px) {
  .kluch .flex .item .title span {
    font-size: 18px; } }

.kak {
  overflow: hidden; 
  background: url("../img/kak_bg.jpg") no-repeat center;
  background-size: cover;
}

.kak .sld {
  position: relative;
  font-size: 16px;
}

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

@media (max-width: 991px) {
  .kak .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.kak .flex h2 {
  text-align: left;
  font-size: 36px; 
  margin-bottom: 100px;
}
.kak .flex h2.title span {
  color: #fff;
}

@media (max-width: 991px) {
  .kak .flex h2 {
    text-align: center; } }

.kak .flex h2 small {
  display: block;
  color: #3b3b3b; }

@media (max-width: 767px) {
  .kak .flex h2 {
    font-size: 20px; } }

.kak .flex .right {
  position: relative;
  padding-left: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  max-width: 875px;
}
.kak .flex .right:after {
  content: '';
  position: absolute;
  background: url("../img/kak_bg.jpg") no-repeat center;
  background-size: cover;
  max-width: 875px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; 
  display: none;
}

@media (max-width: 991px) {
  .kak .flex .right {
    padding-left: 0; } }



@media (max-width: 991px) {
  .kak .flex .right:after {
    width: 1200px;
    -webkit-background-size: cover;
    background-size: cover;
    left: -200px; } }

.kak .flex .right .sub {
  color: #828282;
  font-family: "Merriweather", serif;
  font-size: 20px; }

@media (max-width: 991px) {
  .kak .flex .right .sub {
    text-align: center; } }

.kak .flex .right h3 {
  font-family: "Merriweather", serif;
  font-weight: bold;
  color: #BD8E50;
  font-size: 36px;
  margin-bottom: 120px;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .kak .flex .right h3 {
    text-align: center; } }

.kak .flex .right h3 span {
  text-transform: none;
  color: #ffffff;
  font-size: 20px;
  opacity: 0.8;
  margin-top: 4px;
  font-weight: normal;
  display: block; }

.kak .flex .right .kvadr {
  width: 109px;
  height: 49px;
  margin-bottom: 20px;
  background: #474747; }

.kak .flex .right li {
  color: #ffffff;
  margin-bottom: 10px; }

.kak .flex .right li span {
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  margin-right: 10px; }

.kak .flex .right .problem {
  margin-top: 30px;
  margin-bottom: 33px; }

.kak .flex .right .problem .text {
  color: #ffffff;
  font-style: italic;
  margin-top: 10px; }

@media (max-width: 767px) {
  .kak .flex .right .problem .text {
    font-size: 17px; } }

.kak .flex .right .problem .title {
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-weight: bold; 
  margin-top: 20px;
  margin-bottom: 15px;
  color: #BD8E50;
}

@media (max-width: 767px) {
  .kak .flex .right .problem .title {
    font-size: 18px; } }

.kak .flex .right .reshe {
  border: 1px dashed #828282;
  max-width: 470px;
  padding: 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative; }

@media (max-width: 991px) {
  .kak .flex .right .reshe {
    margin-left: auto;
    margin-right: auto;
    text-align: center; } }

.kak .flex .right .reshe i {
  position: absolute;
  right: 20px;
  top: -15px; }

@media (max-width: 991px) {
  .kak .flex .right .reshe i {
    display: none; } }

.kak .flex .right .reshe .title {
  color: #BD8E50;
  font-size: 16px;
  font-family: "Merriweather", serif; }

.kak .flex .right .reshe .text {
  font-style: italic;
  color: #ffffff;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9; }

@media (max-width: 767px) {
  .kak .flex .right .reshe .text {
    font-size: 16px; } }

.kak .flex .left {
  padding-top: 80px;
  max-width: 550px;
  width: 100%; }

@media (max-width: 991px) {
  .kak .flex .left {
    max-width: 100%;
    margin-bottom: 50px; } }

.kak .flex .left .tab-content .title {
  margin-top: 30px;
  font-family: "Merriweather", serif;
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: bold; }

@media (max-width: 991px) {
  .kak .flex .left .tab-content .title {
    text-align: center; } }

.kak .flex .left .tab-content .text {
  font-size: 15px;
  line-height: 1.4;
  max-width: 500px;
  width: 100%;
  color: #3C3C3C; }

@media (max-width: 991px) {
  .kak .flex .left .tab-content .text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px; } }

.kak .flex .left .tab-content .proi {
  padding-left: 100px;
  position: relative; }

@media (max-width: 991px) {
  .kak .flex .left .tab-content .proi {
    padding-left: 0;
    text-align: center; } }

.kak .flex .left .tab-content .proi i {
  position: absolute;
  left: -40px;
  top: -50px; }

@media (max-width: 991px) {
  .kak .flex .left .tab-content .proi i {
    display: none; } }

.kak .flex .left .tab-content .proi .title {
  font-size: 16px;
  font-weight: bold;
  text-transform: none; }

.kak .flex .left .tab-content .proi .text {
  font-style: italic;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .kak .flex .left .tab-content .proi .text {
    margin-left: auto;
    margin-right: auto; } }

.kak .flex .left .sub {
  color: #3c3c3c;
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 7px; }

@media (max-width: 991px) {
  .kak .flex .left .sub {
    text-align: center; } }

.kak .flex .left .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none; }

@media (max-width: 1200px) {
  .kak .flex .left .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 50px; } }

@media (max-width: 767px) {
  .kak .flex .left .nav {
    padding-right: 0; } }

.kak .flex .left .nav a {
  font-size: 12px;
  color: #000000;
  padding: 12px 21px;
  border: 1px solid #B9B5B0;
  margin-left: -1px;
  display: block;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

@media (max-width: 1200px) {
  .kak .flex .left .nav a {
    margin: 0;
    margin-bottom: 10px;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important; } }

@media (max-width: 991px) {
  .kak .flex .left .nav a {
    text-align: center; } }

.kak .flex .left .nav a.active {
  font-weight: bold;
  background: #BD8E50;
  color: #ffffff;
  border-color: #B9B5B0;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-left: -6px;
  margin-right: -6px;
  position: relative;
  z-index: 3; }

@media (max-width: 1200px) {
  .kak .flex .left .nav a.active {
    margin-left: 0;
    margin-right: 0; } }

.kak .flex .left li:first-child a {
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px; }

.kak .flex .left li:last-child a {
  -webkit-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0; }

@media (min-width: 1200px) {
  .kak .flex .left li:nth-child(2) a {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important; } }

.qwiz {
  position: relative;
  z-index: 3;
  margin-top: -300px; }

@media (max-width: 1200px) {
  .qwiz {
    margin-top: -200px; } }

.qwiz .qwiz_out {
  background: #F5F5F5;
  border: 30px solid #FFFFFF;
  padding: 60px 40px; }

@media (max-width: 991px) {
  .qwiz .qwiz_out {
    border-width: 0;
    padding: 40px 20px; } }

.qwiz .qwiz_out .title_shag {
  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;
  margin-bottom: 60px; }

@media (max-width: 1200px) {
  .qwiz .qwiz_out .title_shag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; } }

.qwiz .qwiz_out .title_shag .shag {
  font-size: 12px;
  color: #757575;
  font-family: "Merriweather", serif;
  font-weight: 300;
  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; }

@media (max-width: 1200px) {
  .qwiz .qwiz_out .title_shag .shag {
    margin-top: 20px; } }

.qwiz .qwiz_out .title_shag .spans {
  width: 172px;
  margin-left: 25px;
  padding-bottom: 6px; }

.qwiz .qwiz_out .title_shag .spans span {
  background: #D1D1D1;
  width: 25%;
  display: inline-block;
  height: 2px; }

.qwiz .qwiz_out .title_shag .spans span.active {
  background: #BD8E50; }

.qwiz .qwiz_out .title_shag .title {
  font-family: "Merriweather", serif;
  font-size: 36px;
  color: #3C3C3C;
  font-weight: 300; }

@media (max-width: 767px) {
  .qwiz .qwiz_out .title_shag .title {
    font-size: 25px; } }

.qwiz .qwiz_out .title_shag .title span {
  font-weight: bold;
  color: #BD8E50;
  font-size: 16px;
  display: block; }

.qwiz .qwiz_out .vopros {
  max-width: 330px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 35px 20px;
  width: 100%; }

.qwiz .qwiz_out .vopros .title {
  font-family: "Merriweather", serif;
  font-size: 12px;
  font-weight: 300;
  color: #757575;
  margin-bottom: 20px; }

.qwiz .qwiz_out .vopros .text {
  font-size: 14px;
  font-family: "Merriweather", serif;
  line-height: 1.5;
  font-weight: bold; }

.qwiz .qwiz_out .item {
  -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;
  display: none; }

@media (max-width: 1200px) {
  .qwiz .qwiz_out .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

@media (max-width: 991px) {
  .qwiz .qwiz_out .item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.qwiz .qwiz_out .item.item-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 991px) {
  .qwiz .qwiz_out .otvet {
    margin-top: 30px; } }

.qwiz .qwiz_out .otvet li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
  font-family: "Merriweather", serif;
  font-size: 12px;
  cursor: pointer;
  min-height: 29px;
  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; }

.qwiz .qwiz_out .otvet li:last-child {
  margin-bottom: 0; }

.qwiz .qwiz_out .otvet li.error:after {
  border-color: red; }

.qwiz .qwiz_out .otvet li.active:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 5px;
  background: #BD8E50;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.qwiz .qwiz_out .otvet li.inp {
  padding-left: 0;
  width: 280px;
  display: block; }

.qwiz .qwiz_out .otvet li.inp input {
  display: block;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  font-size: 12px;
  font-family: "Merriweather", serif;
  color: #000000;
  padding: 10px 20px;
  margin-bottom: 8px;
  width: 100%; }

.qwiz .qwiz_out .otvet li.inp input::-webkit-input-placeholder {
  opacity: 1; }

.qwiz .qwiz_out .otvet li.inp input:-moz-placeholder {
  opacity: 1; }

.qwiz .qwiz_out .otvet li.inp input::-moz-placeholder {
  opacity: 1; }

.qwiz .qwiz_out .otvet li.inp input:-ms-input-placeholder {
  opacity: 1; }

.qwiz .qwiz_out .otvet li.inp:after, .qwiz .qwiz_out .otvet li.inp:before {
  content: none; }

.qwiz .qwiz_out .otvet li.inp span {
  font-family: "Merriweather", serif;
  font-size: 12px;
  color: #757575;
  margin-left: 15px; }

.qwiz .qwiz_out .otvet li:after {
  content: '';
  position: absolute;
  border: 1px dashed #D1D1D1;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

.qwiz .qwiz_out .otvet li b {
  font-size: 24px;
  font-weight: bold;
  margin-left: 7px;
  margin-right: 7px;
  padding-bottom: 3px; }

.qwiz .qwiz_out .buttons {
  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-bottom: 50px; }

@media (max-width: 1200px) {
  .qwiz .qwiz_out .buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 30px; } }

.qwiz .qwiz_out .buttons .naz {
  border: 1px solid #D1D1D1;
  font-size: 12px;
  font-weight: bold;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  padding: 11px 37px;
  margin-right: 20px; }

@media (max-width: 1200px) {
  .qwiz .qwiz_out .buttons .naz {
    margin-right: 0; } }

.qwiz .qwiz_out .buttons .dal {
  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: 11px 28px;
  background: #BD8E50;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  border: none;
  padding-right: 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 13px; }

.qwiz .qwiz_out .buttons .dal i {
  margin-left: 10px;
  margin-top: 1px; }

@media (max-width: 1200px) {
  .qwiz .qwiz_out .buttons button {
    margin-left: 10px;
    margin-right: 10px; } }

.qwiz .form {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0; }

.qwiz .form:after, .qwiz .form:before {
  content: none; }

.qwiz .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 991px) {
  .qwiz .form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.qwiz .form form .inp_text {
  width: 45%; }

@media (max-width: 991px) {
  .qwiz .form form .inp_text {
    width: 100%; } }

.qwiz .form .buttons {
  width: 100%;
  max-width: 440px; }

.qwiz .form .title {
  color: #363636;
  font-weight: 300; }

.qwiz .form .title span {
  color: #BD8E50; }

.olymp {
  /*margin-top: -100px;*/
  overflow: hidden; 
}

@media (max-width: 991px) {
  .olymp {
    margin-top: 0; } }

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

@media (max-width: 991px) {
  .olymp .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.olymp .flex .left {
  padding-top: 180px;
  position: relative;
  max-width: 370px;
  padding-right: 45px;
  width: 100%;
  padding-bottom: 50px; }

.olymp .flex .left > * {
  position: relative;
  z-index: 3; }

@media (max-width: 991px) {
  .olymp .flex .left {
    width: 100%;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    padding-right: 0; } }

.olymp .flex .left:after {
  content: '';
  position: absolute;
  background: url("../img/legal_bg.png") no-repeat top left;
  -webkit-background-size: cover;
  background-size: cover;
  width: 745px;
  height: 100%;
  top: 0;
  right: 0; }

@media (max-width: 991px) {
  .olymp .flex .left:after {
    width: 1200px;
    left: -200px;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #000;
    height: 100%; } }

.olymp .flex .left .title {
  color: #828282;
  font-weight: 300;
  font-size: 20px;
  font-family: "Merriweather", serif;
  margin-bottom: 37px; }

.olymp .flex .left p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%; }

.olymp .flex .left p span {
  color: #BD8E50;
  font-weight: bold; }

.olymp .flex .right {
  padding-top: 140px;
  padding-left: 30px; }

@media (max-width: 991px) {
  .olymp .flex .right {
    padding-top: 50px; } }

@media (max-width: 991px) {
  .olymp .flex .right {
    padding-left: 0; } }

.olymp .flex .right .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.olymp .flex .right .items .item {
  text-align: center;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin-bottom: 70px; }

@media (max-width: 767px) {
  .olymp .flex .right .items .item {
    width: 100%; } }

.olymp .flex .right .items .item .img span {
  border: 1px solid #E0D3C4;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: 80px;
  height: 80px; }

.olymp .flex .right .items .item .img .icon-s-check {
  margin-left: -15px;
  margin-bottom: -3px; }

.olymp .flex .right .items .item .title {
  font-family: "Merriweather", serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 15px; }

.olymp .flex .right .items .item .title span {
  margin-top: 20px;
  text-transform: none;
  display: block;
  font-weight: normal;
  font-family: "DIN Pro", sans-serif; }

.olymp .flex .right .title_right {
  font-family: "Merriweather", serif;
  color: #BD8E50;
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px; }

@media (max-width: 991px) {
  .olymp .flex .right .title_right {
    font-size: 30px; } }

@media (max-width: 767px) {
  .olymp .flex .right .title_right {
    font-size: 25px; } }

.olymp .flex .right .title_right span {
  color: #363636;
  font-weight: 300; }

.contact h4 {
  font-size: 20px;
  font-family: "Merriweather", serif;
  color: #3B3B3B;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px; }

.contact .map {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.contact .map .desk {
  position: absolute;
  top: 50px;
  background: #fff;
  z-index: 10;
  max-width: 330px;
  right: 70px;
  -webkit-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 30px 20px; }

@media (max-width: 767px) {
  .contact .map .desk {
    position: static;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; } }

.contact .map .desk .item span {
  font-size: 12px;
  font-weight: 300;
  font-family: "Merriweather", serif;
  color: #757575;
  margin-bottom: 7px;
  display: block; }

.contact .map .desk .item .text {
  font-size: 12px;
  font-weight: bold;
  font-family: "Merriweather", serif; }

@media (max-width: 767px) {
  .contact .map .desk .item .text {
    font-size: 15px; } }

.contact .map .desk .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.contact .map .desk .items a {
  color: #000000;
  font-family: "Merriweather", serif;
  font-weight: bold; }

.contact .map .desk .items .item {
  margin-top: 15px; }

.spec {
  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;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 767px) {
  .spec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.spec .title {
  font-weight: bold;
  font-family: "Merriweather", serif;
  margin-right: 25px;
  font-size: 16px; }

@media (max-width: 767px) {
  .spec .title {
    margin-right: 0;
    margin-bottom: 10px; } }

.spec .btn_cor {
  background: #BD8E50;
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  padding: 11px 16px; }

footer {
  background: #353535;
  color: #ffffff;
  margin-top: 40px;
  padding-bottom: 34px; }

footer .top {
  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;
  padding-top: 20px; }

@media (max-width: 991px) {
  footer .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

footer .top .logo-los {
  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;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF; }

@media (max-width: 991px) {
  footer .top .logo-los {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; } }

footer .top .logo-los .logo {
  border-right: 2px solid #4F4F4F;
  padding-right: 30px;
  margin-right: 30px; }

@media (max-width: 991px) {
  footer .top .logo-los .logo {
    margin-right: 0;
    padding-right: 0;
    border: none;
    margin-bottom: 10px; } }

footer .top ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 991px) {
  footer .top ul {
    margin-top: 20px; } }

@media (max-width: 500px) {
  footer .top ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; } }

footer .top ul li {
  margin-left: 15px;
  font-size: 12px;
  text-transform: uppercase; }

@media (max-width: 500px) {
  footer .top ul li {
    margin-bottom: 5px;
    margin-left: 0; } }

footer .bottom {
  margin-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #7B7B7B; }

footer .bottom .container {
  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: #7b7b7b; }

@media (max-width: 500px) {
  footer .bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; } }

footer .bottom .container a {
  text-decoration: underline;
  color: #7B7B7B;
  font-size: 12px; }

#callback .modal-dialog {
  max-width: 500px; }

#callback .modal-content, #callback .modal-body {
  padding: 0;
  background: none;
  border: none; }

#callback .form {
  margin: 0;
  padding-top: 40px; }

#callback .form:after, #callback .form:before {
  content: none; }

#callback .close {
  font-weight: 300;
  opacity: 1;
  text-shadow: none;
  position: absolute;
  z-index: 3;
  top: 0;
  font-size: 40px;
  right: 13px; }

#senk .modal-dialog {
  max-width: 500px; }

#senk .close {
  font-weight: 300;
  opacity: 1;
  text-shadow: none;
  position: absolute;
  z-index: 3;
  top: 0;
  font-size: 40px;
  right: 13px; }

#senk .senk {
  font-family: "Merriweather", serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px; }

#senk .senk span {
  display: block;
  font-weight: normal;
  font-family: "DIN Pro", sans-serif;
  font-size: 16px; }

#pol .modal-dialog {
  max-width: 500px; }

#pol .close {
  font-weight: 300;
  opacity: 1;
  text-shadow: none;
  position: absolute;
  z-index: 3;
  top: 0;
  font-size: 40px;
  right: 13px; }

#pol h3 {
  margin-bottom: 10px;
  font-family: "Merriweather", serif;
  font-weight: bold;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 20px; }

@media (max-width: 1199px) {
  .main-form {
    flex-direction: column;
  }
  .main-form .inp_text {
    margin-bottom: 15px
  }
  .what-item {
    max-width: 30%;
  }

}
@media (max-width: 991px) {
  header .bottom .prem .item .title {
    font-size: 15px
  }
  header .test {
    padding: 30px 20px
  }
  header .test .title span {
    font-size: 16px
  }
  .what-item {
    max-width: 48%;
  }
  .bigform .title span {
    font-size: 16px
  }
}
.garant .test-action {
  color: #000;
  border: 2px dashed #BC8D50;
  width: 46%;
  margin: 5px;
  min-height: 163px;
  text-align: center;
}
@media (max-width: 767px) {
  .garant .test-action {
    width: 90%;
    margin: 10px auto;
  }
  .table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  header .bottom h1 {
    margin-top: 60px;
    margin-bottom: 60px
  }
  header .test .title span {
    font-size: 14px;
  }
  .btn_yell {
    padding: 20px 25px;
    font-size: 16px
  }
  .what-item {
    max-width: 100%;
  }
  .how-block {
    flex-direction: column;
  }
  .how-item {
    max-width: 100%;
  }
  .bigform {
    padding: 80px 0;
  }
  .bigform .test {
    padding: 40px 20px;
  }
  .bigform .title {
    font-size: 26px;
  }

  .main-form-text span {
    font-size: 18px;
  }
  .main-form-text small {
    font-size: 12px;
  }
  .main-form-text {
    font-size: 15px;
  }
  .how {
    padding: 60px 0;
  }
  .why {
    padding: 60px 0;
  }
  .ofis-block {
    flex-direction: column;
  }
}
/* up button */
  #up {
    display: block;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #d2d2d2;
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 20px;
    opacity: 0;
    transition: all .3s;
    z-index: 9999;
    cursor: pointer;
  }  
  #up:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/up.svg) center no-repeat;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #up.show {
    opacity: 0.5;
  }
  #up.show:hover {
    opacity: 1;
  }  
  #cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 199;
}

#cookie_notification p {
  margin: 0;
  font-size: 0.7rem;
  text-align: left;
  color: #000;
}
#cookie_notification .btn {
  font-size: 0.8rem;
}    

@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}
