@charset "UTF-8";
body {
  position: relative;
  font-family: 'Gilroy', arial;
  color: #454545;
  font-weight: 400; }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

ul {
  list-style-type: none; }

img {
  max-width: 100%;
  height: auto; }

.vis-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  border: 0;
  padding: 0;
  clip: rect 0 0 0 0;
  overflow: hidden;
  z-index: -1; }

button {
  border: 0px solid #000;
  background-color: inherit; }

/*SEC-0-----------------HEADER----------------------------------------------------------------------*/
header {
  display: none; }

@media (min-width: 1180px) {
  header {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #f2f2f2; }
  .header-cont {
    width: 1140px;
    height: 60px;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px; }
  .header__features-cont {
    width: 660px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header__circle {
    display: inline-block;
    width: 58px;
    height: 58px;
    margin-right: 10px;
    border-radius: 50%;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    text-align: center;
    padding-top: 17px; }
  .header__circle-desc {
    display: inline-block;
    width: 120px;
    padding-top: 7px;
    vertical-align: top; }
  .stars {
    position: relative;
    padding-left: 91px;
    height: 40px;
    z-index: 33;
    line-height: 40px;
    font-size: 16px;
    color: #454545;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .stars::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 12px;
    display: block;
    width: 85px;
    height: 13px;
    background-image: url(../img/stars.png); }
  .stars span {
    text-decoration: underline; }
  .stars:hover {
    color: #f00; } }

/*SEC-WELL---------------------------------------------------------------------------------------*/
.well {
  background-color: #f2f2f2; }

.well__cont {
  width: 320px;
  margin: 0 auto;
  position: relative; }

h1 {
  padding-top: 20px;
  padding-left: 12px;
  line-height: 40px;
  font-size: 30px;
  padding-bottom: 990px; }

@media (min-width: 1180px) {
  .well__cont {
    width: 1160px;
    margin: 0 auto;
    position: relative; 
  }
  h1 {
    padding-top: 20px;
    padding-left: 0px;
    width: 620px;
    line-height: 52px;
    font-size: 44px;
    padding-bottom: 24px; 
    } 
  }

.well__ul {
  padding-bottom: 30px; 
}

.well__ul li {
  position: relative;
  padding-bottom: 20px;
  padding-left: 45px;
  font-size: 21px;
  line-height: 25px; }

.well__ul li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 12px;
  display: block;
  width: 15px;
  height: 8px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); 
}

@media (min-width: 1180px) {
  .well__ul {
    padding-bottom: 30px;
    width: 400px;
    padding-bottom: 15px; 
  }
  .well__ul li {
    position: relative;
    padding-bottom: 20px;
    padding-left: 35px;
    font-size: 21px;
    line-height: 25px; }
  .well__ul li::before {
    left: 0px;
    display: block;
    width: 15px;
    height: 8px;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

.slider {
  position: absolute;
  right: 0;
  left: 0;
  border: 7px solid #fff;
  top: 167px;
  width: 320px;
  height: 320px;
  margin: 0 auto;
  -webkit-box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.08);
  box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.08); }

@media (min-width: 1180px) {
  .slider {
    position: absolute;
    margin: 0;
    top: 90px;
    left: 623px;
    right: 0;
    border: 7px solid #fff;
    width: 500px;
    height: auto;
    -webkit-box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.08);
    box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.08); } }

.slider__promotion {
  position: absolute;
  top: 10px;
  z-index: 1;
  width: 105px;
  height: 30px;
  padding-top: 6px;
  background-image: url(../img/prom.png);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase; }

.slider__hit {
  position: absolute;
  top: 50px;
  z-index: 1;
  width: 105px;
  height: 30px;
  padding-top: 6px;
  background-image: url(../img/hit.png);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase; }

.reviews__slick .slick__item {
  height: 306px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

@media (min-width: 1180px) {
  .reviews__slick .slick__item {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; } }

.reviews__slick .slick__item:focus {
  outline: none; }

.reviews__slick .slick__item.item-1 {
  background-image: url(../img2/268706.jpg); }

.reviews__slick .slick__item.item-2 {
  background-image: url(../img2/rzhavshhina-10.jpg); }

.reviews__slick .slick__item.item-3 {
  background-image: url(../img2/rzhavshhina-14.jpg); }

.reviews__slick .slick__item.item-4 {
  background-image: url(../img2/234234.jpg); }

.reviews__slick .slick__item.item-5 {
  background-image: url(../img2/32424.jpg); }


.form-cont {
  z-index: 14;
  padding: 15px;
  top: 550px;
  right: 0;
  left: 0;
  width: 320px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.08);
  box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.08); }

@media (min-width: 1180px) {
  .form-cont {
    padding: 15px;
    top: 440px;
    right: 0;
    left: 0;
    width: 420px;
    margin: 0; } }

.price-cont {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 12px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.form-sale {
  width: 78px;
  padding: 3px 0;
  margin-top: 5px;
  margin-bottom: 3px;
  font-weight: 700;
  background-color: #ffbb3d;
  border-radius: 4px;
  text-align: center;
  color: #fff; }

.old-price-wrapper {
  padding-right: 27px;
  font-size: 24px;
  border-right: 1px solid #000;
  text-align: center; }
.old-price-wrapper p {
  font-size: 16px;
}
.old-price-wrapper span {
  font-size: 24px;
  text-decoration: line-through; }

p.form-now {
  font-size: 18px; }

.price-wrapper {
  padding-left: 25px;
  font-weight: 700;
  font-size: 36px;
  text-align: center; 
}

.price-wrapper p {
  font-weight: 400;
}
.price-wrapper span {
  font-size: 36px;
  font-weight: 700; }

.form-balance {
  padding: 12px 0;
  text-align: center; }

.form-balance span {
  display: inline-block;
  padding: 1px 6px;
  color: #fff;
  font-weight: 700;
  background-color: #009fe3;
  border-radius: 4px; }

input {
  display: block;
  width: 290px;
  margin: 0 auto;
  margin-bottom: 12px;
  height: 76px;
  line-height: 76px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding-left: 25px;
  background-color: #f3f4f6;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  outline: none;
  -webkit-box-shadow: inset 4px 4px 9px 0px rgba(0, 0, 0, 0.24);
  box-shadow: inset 4px 4px 9px 0px rgba(0, 0, 0, 0.24);
  /*  -webkit-box-shadow: inset 0 0 0 0px #71dcff;
  box-shadow: inset 0 0 0 0px #71dcff;*/
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

@media (min-width: 1180px) {
  input {
    width: 360px; } }

input:focus {
  font-style: normal;
  border: 1px solid #71dcff;
  /*    -webkit-box-shadow: inset 0 0 0 2px #71dcff;
    box-shadow: inset 0 0 0 2px #71dcff; */ }

.link-button {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 290px;
  height: 78px;
  line-height: 78px;
  font-weight: 700;
  font-family: 'Gilroy', arial;
  color: #454545;
  font-size: 24px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  text-align: center;
  background-image: -webkit-linear-gradient(90deg, #ffbb3d 0%, #ffbb3d 100%);
  background-image: -ms-linear-gradient(90deg, #ffbb3d 0%, #ffbb3d 100%); }

.link-button::before {
  content: 'Заказать сейчас';
  padding: 0;
  right: 0;
  top: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffbb3d), to(#ffbb3d));
  background: -webkit-linear-gradient(bottom, #ffbb3d 0%, #ffbb3d 100%);
  background: -o-linear-gradient(bottom, #ffbb3d 0%, #ffbb3d 100%);
  background: linear-gradient(0deg, #ffbb3d 0%, #ffbb3d 100%); }

.link-button:hover::before {
  opacity: 1;
  -webkit-box-shadow: inset 0px 0px 25px -10px #000;
  box-shadow: inset 0px 0px 25px -10px #000; }

.link-button:hover {
  -webkit-box-shadow: inset 0px 0px 0px 0px #000;
  box-shadow: inset 0px 0px 0px 0px #000; }

@media (min-width: 1180px) {
  .link-button {
    width: 360px; } }

.link-button::after {
  content: "";
  position: absolute;
  left: -140px;
  top: -110px;
  z-index: 7;
  display: block;
  width: 35px;
  height: 300px;
  margin-left: 60px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 75px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 75px rgba(255, 255, 255, 0.4);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  /*transition: all 0.5s ease;*/
  -webkit-animation-name: shine;
  animation-name: shine;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /*animation: shine 1.2s ease;*/ }

@-webkit-keyframes shine {
  0% {
    left: -140px; }
  100% {
    left: 760px; } }

@keyframes shine {
  0% {
    left: -140px; }
  100% {
    left: 760px; } }

/* Все что связано с согласием*/
.agree__input {
  position: absolute;
  top: 2px;
  left: -7px;
  width: 16px;
  height: 16px; }

.agree__count {
  position: relative;
  display: block;
  padding: 0 15px;
  margin-right: 7%;
  margin-left: 7%;
  margin-top: 0px;
  font-size: 12px;
  color: #3c3c3c; }

.agree__count--sms {
  position: relative;
  display: block;
  padding: 0 15px;
  margin-right: 7%;
  margin-left: 7%;
  margin-top: 10px;
  font-size: 12px;
  padding-bottom: 24px;
  color: #3c3c3c; }

.agree {
  border-bottom: dotted 1px #333;
  cursor: pointer;
  width: 100%; }

.modal-lay-form {
  width: 320px;
  margin: 0 auto; }

.modal-lay {
  width: 320px;
  margin: 0 auto; }

.popup2 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.popup {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.modal2 {
  display: none;
  position: fixed;
  z-index: 55;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }

.modal {
  display: none;
  position: fixed;
  z-index: 55;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }

.modal-content-form {
  position: relative;
  width: 320px;
  height: 420px;
  /*background-image: url(../img/form.jpg);*/
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px auto;
  overflow-y: scroll;
  background-color: #fff; }

.modal-content {
  position: relative;
  width: 320px;
  height: 420px;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px auto;
  overflow-y: scroll;
  background-color: #fff; }

.close2 {
  position: absolute;
  top: 21px;
  right: 21px;
  width: 18px;
  height: 19px;
  background-image: url(../img/close.png);
  background-position: 50% 50%;
  background-size: 100%;
  cursor: pointer; }

.close {
  position: absolute;
  top: 21px;
  right: 21px;
  width: 18px;
  height: 19px;
  background-image: url(../img/close.png);
  background-position: 50% 50%;
  background-size: 100%;
  cursor: pointer; }

.sec-2 {
  width: 320px;
  margin: 0 auto; }

h2 {
  padding-top: 70px;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 40px; }

.sec-2__subtitle {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700; }

.sec-2__desc {
  padding-bottom: 40px;
  font-size: 21px;
  line-height: 30px; }

@media (min-width: 1180px) {
  .sec-2 {
    width: 1140px;
    margin: 0 auto; }
  h2 {
    width: 380px;
    padding-top: 130px;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 50px; }
  .sec-2 h2 {
    padding-top: 100px; }
  .sec-2__subtitle {
    width: 460px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700; }
  .sec-2__desc {
    width: 550px;
    font-size: 21px;
    line-height: 30px; } }

.sec-2__ul {
  text-align: center; }

.sec-2__ul li {
  padding-bottom: 30px; }

.sec-2__circle {
  display: inline-block;
  width: 90px;
  height: 90px;
  padding-top: 28px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.14);
  box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.14);
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  color: #b5b5b5; 
}

.sec-2__ul li p {
  padding-top: 20px;
  width: 160px;
  margin: 0 auto;
  font-size: 21px;
  text-align: center;
  font-weight: 500;
  color: #454545; }

.sec-2__pic {
  width: 320px;
  height: 320px;
  background-image: url(../img2/vid.jpg);
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 40px;
  border: 7px solid #fff;
  -webkit-box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.23);
  box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.23); }

@media (min-width: 1180px) {
  .sec-2__ul {
    width: 560px;
    padding-top: 25px;
    padding-bottom: 100px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    
    
  .sec-2 {
    position: relative; }
    
    
  .sec-2__pic {
    border-width: 7px;
    border-color: white;
    border-style: solid;
    background-color: white;
    position: absolute;
    right: 0;
    top: 130px;
    width: 457px;
    height: 457px;
    
 
    z-index: 2;
    background-image: url(../img2/vid.jpg);
    background-size: cover;
    _background-position: -150% -150%; } }

.sec-adwant {
  background-color: #f2f2f2; }

.adwant__cont {
  text-align: center;
  width: 310px;
  margin: 0 auto; }

.adwant__title {
  padding-top: 40px; }

.adwant__pic {
  margin: 0 auto;
  margin-bottom: 20px;
  border-width: 4px;
  border-color: white;
  border-style: solid;
  background-color: white;
  -webkit-box-shadow: 0.418px 3.978px 9px 0px rgba(13, 13, 13, 0.2);
  box-shadow: 0.418px 3.978px 9px 0px rgba(13, 13, 13, 0.2);
  background-image: url(../img/adw-1.jpg);
  background-size: cover;
  background-position: 50% 50%;
  width: 300px;
  height: 300px; 
}

.adwant__ul li:nth-child(2) .adwant__pic {
  background-image: url(../img/adw-2.jpg);
}
.adwant__ul li:nth-child(3) .adwant__pic {
  background-image: url(../img/adw-3.jpg);
}
.adwant__ul h3 {
  font-size: 24px;
  padding-bottom: 18px; }

.adwant__ul p {
  padding-bottom: 40px;
  font-size: 21px;
  line-height: 30px; }

@media (min-width: 1180px) {
  .adwant__title {
    margin: 0 auto;
    margin-bottom: 30px; }
  .adwant__cont {
    width: 1140px; }
  .adwant__ul {
    margin: 0;
    margin: 0 auto;
    width: 1140px;
    padding-bottom: 40px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .adwant__ul li {
    width: 320px; } }

.vid-block {
  text-align: center;
  width: 320px;
  margin: 0 auto;
  padding-bottom: 40px; }

.vid-block h2 {
  margin: 0 auto;
  width: 240px;
  padding-top: 40px; }

.vid__subtitle {
  font-size: 22px;
  line-height: 35px;
  padding-bottom: 36px; }

.video {
  padding-bottom: 10px; }

@media (min-width: 1180px) {
  .vid-block {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px; }
  .vid-block h2 {
    margin: 0 auto;
    width: 350px;
    padding-top: 40px; }
  .vid__subtitle {
    padding-bottom: 36px; }
  .video {
    padding: 0 15px;
    display: inline-block;
    width: 390px;
    padding-bottom: 10px; 
    } 
  }

.gall {
  text-align: center;
  background-color: #f2f2f2;
  padding-bottom: 60px; }

.gall h2 {
  padding-top: 40px;
  padding-bottom: 30px; }

.slider-2 {
  margin-bottom: 70px; }

.slider-2 .reviews__slick {
  margin: 0 auto;
  margin-bottom: 60px;
  width: 306px; }

.gall__pack {
  display: none; }

@media (min-width: 1180px) {
  .gall h2 {
    padding-top: 90px;
    width: 100%;
    text-align: center; }
  .slider-2 {
    display: none; }
  .gall__pack {
    width: 1140px;
    padding-bottom: 20px;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .gall__item {
    border-width: 4px;
    border-color: white;
    border-style: solid;
    background-color: #f8f8f6;
    -webkit-box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.08);
    box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.08);
    width: 353px;
    height: 333px;
    margin-bottom: 32px;
    background-image: url(../img/gal-1.jpg);
    background-size: cover;
    background-origin: 50% 50%; }
  .gall__col:nth-child(2) {
    padding-top: 25px; }
  .gall__col:nth-child(2) .gall__item:nth-child(2) {
    height: 290px;
    padding-top: 25px; } }

.reviews__slick .slick__item .gal-1, .gal-1 {
  background-image: url(../img/gal-1.jpg); }

.reviews__slick .slick__item .gal-2, .gal-2 {
  background-image: url(../img/gal-2.jpg); }

.reviews__slick .slick__item .gal-3, .gal-3 {
  background-image: url(../img/gal-3.jpg); }

.reviews__slick .slick__item .gal-4, .gal-4 {
  background-image: url(../img/gal-4.jpg); }

.reviews__slick .slick__item .gal-5, .gal-5 {
  background-image: url(../img/gal-5.jpg); }

.reviews__slick .slick__item .gal-6, .gal-6 {
  background-image: url(../img/gal-6.jpg); }

.expert__cont {
  width: 320px;
  margin: 0 auto;
  padding-bottom: 40px; }

h2 {
  padding-top: 70px;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 40px; }

.expert__subtitle {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700; }

.expert__desc {
  padding-bottom: 40px;
  font-size: 21px;
  line-height: 30px; }

.expert__pic {
  display: inline-block;
  border-width: 7px;
  border-color: white;
  border-style: solid;
  -webkit-box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.18);
  box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.18);
  width: 276px;
  height: 276px;
  background-image: url(../img/expert.jpg);
  background-size: cover;
  background-position: 50% 50%; }

.expert__pic-cont {
  text-align: center; }

.expert__name {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700; }

@media (min-width: 1180px) {
  .expert__cont {
    position: relative;
    width: 940px;
    margin: 0 auto;
    padding-left: 490px;
    padding-bottom: 40px; }
  .expert__pic-cont {
    position: absolute;
    top: 70px;
    left: 0; }
  .expert__pic {
    display: inline-block;
    border-width: 7px;
    border-color: white;
    border-style: solid;
    -webkit-box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.18);
    box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.18);
    width: 366px;
    height: 366px;
    background-image: url(../img/expert.jpg);
    background-size: cover;
    background-position: 50% 50%; } }

.revi {
  background-color: #f2f2f2; }

.revi__cont {
  width: 320px;
  margin: 0 auto;
  padding-bottom: 60px; }

.revi h2 {
  margin: 0 auto;
  text-align: center;
  width: 230px; }

.revi__desc {
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px; }

.revi .reviews__slick {
  background-color: white;
  -webkit-box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.18);
  box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.18);
  width: 289px;
  padding-bottom: 20px; }

.rev-item {
  padding: 15px; }

.rev__header {
  border-bottom: 2px solid #ddd;
  padding-bottom: 20px; }

.rev__header .avat {
  float: left;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
  border-radius: 30px;
  overflow: hidden;
  display: inline-block;
   }

.name {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  margin-right: 50px;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700; }

.date {
  display: inline-block; }

.rev__text {
  font-size: 18px;
  line-height: 25px; }

.rev__text h3 {
  padding-top: 25px;
  padding-bottom: 10px; }

.rev__img {
  padding-top: 30px;
  padding-bottom: 15px; }

.rev-item .rev__img img {
  display: inline-block;
  padding-right: 10px; }

.rev__like div {
  position: relative;
  display: inline-block;
  padding-left: 60px;
  margin-right: 15px;
  font-size: 18px;
  color: #454545;
  height: 42px;
  line-height: 42px;
  width: 100px;
  background-color: #f2f2f2; }

.rev__like div::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 30px;
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(../img/like.png); }

.rev__like .disl::before {
  top: 12px;
  -webkit-transform: rotate(-180deg) scale(-1, 1);
  -ms-transform: rotate(-180deg) scale(-1, 1);
  transform: rotate(-180deg) scale(-1, 1); }

.rev__desctop-cont {
  display: none; }

@media (min-width: 1180px) {
  .revi h2 {
    width: 100%; }
  .revi__cont {
    width: 1120px;
    margin: 0 auto; }
  .rev__desctop-cont {
    width: 1120px;
    margin: 0 auto;
    padding-top: 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .rev-item {
    width: 320px;
    height: 590px;
    background-color: #fff;
    -webkit-box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.08);
    box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.08); } }

.deli {
  width: 290px;
  margin: 0 auto;
  padding-bottom: 40px; }

.deli-img {
  text-align: center;
  padding-top: 33px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.21);
  box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.21);
  width: 100px;
  height: 100px; }

h3 {
  padding-bottom: 20px; }

.deli-item p {
  padding-bottom: 22px;
  width: 250px; }

@media (min-width: 1180px) {
  .deli {
    width: 1140px;
    margin: 0 auto;
    padding-bottom: 40px; }
  .deli h2 {
    width: 100%;
    text-align: center; }
  .deli-cont {
    width: 1140px;
    padding-top: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .deli-img {
    text-align: center;
    padding-top: 33px;
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.21);
    box-shadow: 1.672px 15.912px 27px 0px rgba(13, 13, 13, 0.21);
    width: 100px;
    height: 100px; }
  h3 {
    padding-bottom: 20px; }
  .deli-item p {
    padding-bottom: 22px; } 

  .down-form-pos {
   top: 320px;
  }

  }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.footer__first-line {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  margin: 0 auto;
  /*height: 85px;*/
  background-color: #333;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #fff; }

/*---------------Slider-----------*/
.slick-arrow {
  display: none !important; }

.slick-arrow.slick-next {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.slick-arrow:focus {
  outline: none; }

.slick-arrow.slick-prev {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

@media (min-width: 1180px) {
  .slick-arrow.slick-next {
    display: none !important; }
  .slick-arrow.slick-prev {
    display: none !important; } }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

/*это при ховере*/
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.95; }

/*это в ждущем пассивном режиме*/
.slick-dots li button:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #777;
  text-align: center;
  /*opacity: .6;*/
  color: #777;
  border-radius: 50%; }

/*Это выбранный*/
.slick-dots li.slick-active button:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid #777;
  border-radius: 50%;
  opacity: 1.0;
  color: #777;
  background-color: #777; 
}


.gall__col .gall__item:nth-child(1){
  opacity: 0.7;
}
.gall__col .gall__item:nth-child(2){
  border: 3px solid red;
}

.well{
  padding-bottom: 40px;
}

.video.gif{
  width: 600px;
  padding: 0;
}

.cpu{
  background: #343434;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}
.cpu img{
  display: block;
  margin: 0 auto 10px;
}
.cpu a{
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  font-size: 14px;
}


@media screen and (max-width: 1179px) {
  h1{
    padding-bottom: 440px;
  } 
  .video.gif,
  .video{
    width: 100%;
  }
}
