@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
/* animation */
@-webkit-keyframes shine {
  100% {
    left: 150%;
  }
}
@keyframes shine {
  100% {
    left: 150%;
  }
}
@-webkit-keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(245, 124, 23, 0.5);
            box-shadow: 0 0 0 0px rgba(245, 124, 23, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 40px rgba(245, 124, 23, 0);
            box-shadow: 0 0 0 40px rgba(245, 124, 23, 0);
  }
}
@keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(245, 124, 23, 0.5);
            box-shadow: 0 0 0 0px rgba(245, 124, 23, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 40px rgba(245, 124, 23, 0);
            box-shadow: 0 0 0 40px rgba(245, 124, 23, 0);
  }
}
/* common */
body {
  font-family: 'Raleway', 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #424242;
  scroll-behavior: smooth;
}
section {
  padding: 110px 0;
  position: relative;
}
.button {
  display: block;
  width: 100%;
  max-width: 420px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  border: none;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e63e97), color-stop(20%, #f056a7), color-stop(50%, #f25dac), to(#d9187e));
  background: linear-gradient(180deg, #e63e97 0%, #f056a7 20%, #f25dac 50%, #d9187e 100%);
  -webkit-box-shadow: 0px 2px 30px #f19dc9, inset -4px -4px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 30px #f19dc9, inset -4px -4px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover,
.button:focus {
  color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(241, 157, 201, 0.25);
          box-shadow: 0px 2px 10px rgba(241, 157, 201, 0.25);
}
::-webkit-input-placeholder {
  color: #323642;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #323642;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #323642;
  opacity: 1;
}
::placeholder {
  color: #323642;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #323642;
}
::-ms-input-placeholder {
  color: #323642;
}
input[type=checkbox] {
  display: none;
  width: 0;
}
input[type=checkbox] + span {
  text-align: left;
  font-size: 14px;
  color: #fff;
}
input[type=checkbox] + span a {
  font-size: 14px;
  color: #008ada;
  text-decoration: underline;
}
input[type=checkbox] + span::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 2px;
  position: static;
  margin-right: 8px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
input[type=checkbox]:checked + span::before {
  background: #c8c8c8 url('../img/checkbox.png') center center no-repeat;
  background-size: 8px 8px;
}
input[type=text],
input[type=tel],
input[type=email] {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 50px;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 17px;
}
strong,
.bold {
  font-weight: bold;
}
.light {
  font-weight: 300;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.small {
  font-size: 12px;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.white {
  color: #fff;
}
.pink {
  color: #e63e97;
}
/* typography */
h1 {
  font-weight: 700;
  font-size: 60px;
  text-transform: uppercase;
}
h1 .green {
  display: block;
  color: #c1d72f;
  background: linear-gradient(45deg, #c1d72f 0%, #b9d30b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1 .pink {
  background: linear-gradient(45deg, #f056a7 0%, #f056a7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2 {
  font-weight: 700;
  font-size: 46px;
  text-transform: uppercase;
  margin-bottom: 0;
}
h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}
h4 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
h5 {
  font-size: 20px;
}
a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover,
a:focus,
input:focus,
button:focus,
video:focus,
.slick-slide:focus {
  text-decoration: none;
  outline: none;
}
p {
  margin-bottom: 0;
}
/* header */
.header {
  padding-top: 15px;
}
.header .container.d-lg-flex {
  padding-bottom: 15px;
  border-bottom: 1px solid #DBDBDB;
}
.phone-800 a {
  color: #424242;
  font-family: 'Roboto';
  font-size: 21px;
  font-weight: 700;
  display: block;
  padding-left: 30px;
  position: relative;
}
.phone-800 a:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/phone.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0;
}
.phone-495 a {
  color: #424242;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 700;
}
.messenger img {
  margin-left: 2px;
  margin-right: 2px;
  max-width: 22px;
}
.navbar {
  padding: 0;
  background-color: #fff;
  z-index: 99;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}
.navbar.navbar-expand-lg .navbar-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar.navbar-expand-lg .nav-link {
  font-size: 14px;
  color: #424242;
  display: block;
  position: relative;
}
.navbar.navbar-expand-lg .nav-link:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e63e97;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar.navbar-expand-lg .nav-link:hover,
.navbar.navbar-expand-lg .nav-link:focus {
  text-decoration: none;
  color: #e63e97;
}
.navbar.navbar-expand-lg .nav-link:hover:after,
.navbar.navbar-expand-lg .nav-link:focus:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
/* main */
.main {
  min-height: 830px;
  padding: 70px 0 110px;
  background: url(../img/bg-main.jpg) center no-repeat;
  background-size: cover;
}
.main-block {
  max-width: 62%;
  margin-left: auto;
}
.main-block p {
  font-size: 23px;
  margin-bottom: 15px;
}
.main-block .semibold {
  font-size: 24px;
}
.main-block-row {
  margin: 55px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-complex {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0))), rgba(255, 255, 255, 0.3);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.3);
  border: 2px solid #fff;
  border-radius: 20px;
  width: 330px;
  height: 100px;
  padding: 22px 22px 22px 100px;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.main-complex:before {
  content: '';
  width: 240px;
  height: 240px;
  background: url(../img/main-complex.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: -100px;
  top: -90px;
}
.main-lt {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0))), rgba(255, 255, 255, 0.3);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.3);
  border: 2px solid #fff;
  border-radius: 20px;
  width: 330px;
  height: 100px;
  padding: 35px 20px 30px 110px;
  font-size: 23px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.main-lt:before {
  content: '';
  width: 200px;
  height: 180px;
  background: url(../img/main-lamp.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: -100px;
  top: -35px;
}
/* lamp */
.lamp {
  padding: 140px 0;
  background: -webkit-gradient(linear, right top, left top, from(#f1f7fa), to(#eff5f9));
  background: linear-gradient(270deg, #f1f7fa 0%, #eff5f9 100%);
}
.lamp-block {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 40px 60px 20px;
  position: relative;
}
.lamp-block:before {
  content: '';
  width: 315px;
  height: 440px;
  background: url(../img/about-before.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: -100px;
  top: -120px;
}
.lamp-block:after {
  content: '';
  width: 300px;
  height: 300px;
  background: url(../img/about-after.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: -100px;
  bottom: -120px;
}
.lamp-block-body {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #fff;
  border-radius: 20px;
  background: linear-gradient(320deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.8) 100%);
  z-index: 1;
}
.lamp-left {
  width: 43%;
  position: relative;
  z-index: 1;
}
.lamp-right {
  width: 53%;
  position: relative;
  z-index: 1;
}
.lamp ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}
.lamp ul li {
  font-family: 'Roboto';
  font-weight: 300;
  margin-bottom: 20px;
  padding-left: 22px;
  font-size: 18px;
  position: relative;
}
.lamp ul li:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #c1d72f;
  position: absolute;
  top: 7px;
  left: 0;
}
/* procedur */
.procedur {
  padding: 80px 0;
  background: linear-gradient(100deg, #e9f3ac 0%, #b9d30b 80%);
  position: relative;
  z-index: 1;
}
.procedur .container {
  position: relative;
}
.procedur .container:before {
  content: '';
  display: block;
  width: 500px;
  height: 630px;
  background: url(../img/25-lamp.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: -150px;
  top: -130px;
}
.procedur .white {
  font-size: 42px;
  color: #fff;
}
/* advant */
.advant {
  background: -webkit-gradient(linear, right top, left top, from(#f1f7fa), to(#eff5f9));
  background: linear-gradient(270deg, #f1f7fa 0%, #eff5f9 100%);
  position: relative;
  z-index: 0;
}
.advant:before {
  content: '';
  display: block;
  width: 700px;
  height: 600px;
  background: url(../img/advant_teeth.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.advant h2 {
  margin-bottom: 75px;
}
.advant-item {
  max-width: 440px;
  border: 2px solid #fff;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px 20px;
  margin-bottom: 50px;
  font-family: 'Roboto';
  font-size: 20px;
  color: #000;
  position: relative;
}
.advant-item:after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/circle_pink.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 20px;
}
.advant-item .light {
  margin-top: 10px;
  font-size: 18px;
}
.advant-item-1 {
  margin-left: auto;
  margin-right: auto;
}
.advant-item-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
}
.advant-item-2:after {
  right: auto;
  left: 20px;
}
.advant-item-3 {
  margin-left: -30px;
}
.advant-item-4 {
  margin-left: auto;
  margin-right: -30px;
  padding-left: 50px;
}
.advant-item-4:after {
  right: auto;
  left: 20px;
}
.advant-item-5 {
  margin-left: -20px;
}
.advant-item-6 {
  margin-left: auto;
  margin-right: -20px;
  padding-left: 50px;
}
.advant-item-6:after {
  right: auto;
  left: 20px;
}
.advant-item-7 {
  margin-left: auto;
  margin-right: auto;
}
.advant-item-8 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
}
.advant-item-8:after {
  right: auto;
  left: 20px;
}
.advant-item-9 {
  margin-left: auto;
  margin-right: auto;
}
/* form */
.form {
  padding: 50px 0 40px;
  background: -webkit-gradient(linear, left top, right top, from(#c1d72f), to(#b9d30b));
  background: linear-gradient(90deg, #c1d72f 0%, #b9d30b 100%);
  position: relative;
}
.form:before {
  content: '';
  display: block;
  width: 430px;
  height: 670px;
  background: url(../img/form_img.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  bottom: -4px;
}
.form h2 {
  font-size: 54px;
  font-weight: 700;
  color: #c1d72f;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px white;
}
.form h3 {
  font-size: 26px;
}
.form h4 {
  margin-bottom: 20px;
  position: relative;
}
.form h4 .white {
  font-size: 56px;
}
.form .medium {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.form .button {
  margin: 20px auto;
  padding: 10px;
}
.form .date {
  font-size: 25px;
}
.input {
  width: 100%;
  max-width: 390px;
  height: 72px;
  border: 2px solid #fff;
  border-radius: 72px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 10px auto;
  padding-top: 8px;
  padding-left: 85px;
  padding-right: 10px;
  position: relative;
}
.input:before {
  content: '';
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 70px;
  position: absolute;
  top: -2px;
  left: -2px;
}
.input-name:before {
  background: url(../img/user.svg) center no-repeat;
  background-size: contain;
}
.input-tel:before {
  background: url(../img/tel.svg) center no-repeat;
  background-size: contain;
}
.input-email:before {
  background: url(../img/email.svg) center no-repeat;
  background-size: contain;
}
/* system */
.system-item {
  max-width: 560px;
  min-height: 400px;
  background: linear-gradient(100deg, #eff5f9 50%, #fafbfb 100%);
  border: 2px solid #EFF5F9;
  border-radius: 15px;
  padding: 30px;
  margin: 130px auto 0 auto;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 18px;
}
.system-item img {
  display: block;
  width: 130px;
  margin: -95px auto 25px auto;
}
/* lamp2 */
.lamp2 {
  background: -webkit-gradient(linear, right top, left top, from(#f1f7fa), to(#eff5f9));
  background: linear-gradient(270deg, #f1f7fa 0%, #eff5f9 100%);
}
.lamp2 h3 {
  font-size: 26px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.lamp2 .italic {
  font-style: italic;
  font-size: 14px;
}
.lamp2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 8px;
  margin-bottom: 30px;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 17px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-box-shadow: 0px 24px 40px rgba(96, 97, 112, 0.08);
          box-shadow: 0px 24px 40px rgba(96, 97, 112, 0.08);
  border-radius: 140px 0px 0px 140px;
}
.lamp2-item img {
  margin-right: 20px;
}
.feature {
  font-family: 'Roboto';
  max-width: 940px;
  margin: 0 auto;
}
.feature-line {
  height: 60px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.feature-line p {
  width: 50%;
  padding-left: 20px;
  font-weight: 300;
}
.feature-line p.bold {
  padding-left: 80px;
  font-weight: 700;
}
/* advant2 */
.advant2 h2 {
  margin-bottom: 80px;
}
.advant2 h4 {
  margin-bottom: 20px;
}
.advant2-item {
  min-height: 390px;
  border-radius: 15px;
  border: 2px solid #DCF0FE;
  padding: 60px;
  padding-right: 250px;
  margin-bottom: 35px;
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 300;
}
.advant2-item-1 {
  background: url(../img/advant/1.png) center no-repeat;
}
.advant2-item-2 {
  background: url(../img/advant/2.png) center no-repeat;
}
.advant2-item-3 {
  background: url(../img/advant/3.png) center no-repeat;
}
.advant2-item-4 {
  background: url(../img/advant/4.png) center no-repeat;
}
.advant2-item-5 {
  background: url(../img/advant/5.png) left center no-repeat;
  padding-left: 500px;
}
/* gel */
.gel {
  background: -webkit-gradient(linear, right top, left top, from(#f1f7fa), to(#eff5f9));
  background: linear-gradient(270deg, #f1f7fa 0%, #eff5f9 100%);
  font-family: 'Roboto';
}
.gel p {
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
}
.gel .cold {
  padding: 10px 10px 10px 80px;
  text-align: left;
  font-style: italic;
  font-size: 14px;
  background: url(../img/cold_icon.svg) left top no-repeat;
  background-size: 56px 56px;
}
.head {
  margin-bottom: 65px;
}
/* osob */
.osob {
  padding: 50px 0 40px;
  background: -webkit-gradient(linear, left top, right top, from(#c1d72f), to(#b9d30b));
  background: linear-gradient(90deg, #c1d72f 0%, #b9d30b 100%);
  font-family: 'Roboto';
}
.osob h2 {
  font-size: 48px;
  font-weight: 700;
  color: #c1d72f;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px white;
}
.osob-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.osob-item {
  width: 19%;
  height: 75px;
  color: #fff;
  margin: 40px auto;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.osob-item:before {
  content: '';
  width: 8px;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  text-align: left;
  margin-top: 60px;
  padding: 15px 15px 15px 140px;
  border-radius: 15px;
  position: relative;
}
.gift:before {
  content: '';
  width: 140px;
  height: 125px;
  background: url(../img/gift.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: -30px;
}
.gift p {
  margin-top: 0;
  font-weight: bold;
  color: #e63e97;
}
/* video */
.complex {
  background: -webkit-gradient(linear, right top, left top, from(#f1f7fa), to(#eff5f9));
  background: linear-gradient(270deg, #f1f7fa 0%, #eff5f9 100%);
}
.video-slider {
  margin-top: 80px;
}
.video-slider a {
  display: block;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
.video-slider a img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.video-slider a .play {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-slide {
  padding: 20px;
}
.foto-slide {
  padding: 20px;
}
.foto-slider {
  margin-top: 100px;
}
.foto-slider a {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
.foto-slider img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.slick-prev {
  width: 53px;
  height: 53px;
  background: url(../img/arrow.svg) center no-repeat;
  background-size: contain;
  z-index: 1;
  left: -30px;
}
.slick-next {
  width: 53px;
  height: 53px;
  background: url(../img/arrow.svg) center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  z-index: 1;
  right: -30px;
}
.slick-dots {
  bottom: -50px;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  border: 1px solid #c1d72f;
}
.slick-dots li.slick-active button {
  background-color: #c1d72f;
}
/* after */
.after {
  background: -webkit-gradient(linear, right top, left top, from(#f1f7fa), to(#eff5f9));
  background: linear-gradient(270deg, #f1f7fa 0%, #eff5f9 100%);
}
.after h2 {
  margin-bottom: 40px;
}
.after img {
  display: block;
  margin: 40px auto;
  position: relative;
}
.after .before:after {
  content: '';
  width: 200px;
  height: 18px;
  background: url(../img/arrow_green.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* sert */
.sert-slider {
  margin-top: 100px;
}
.sert-slider a {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
.sert-slider img {
  margin: 0 auto;
}
/* map */
.ymap-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: url('../img/map.jpg') #ffffff no-repeat;
  background-position: center center;
  background-size: cover;
}
#map-yandex {
  position: relative;
  width: 100%;
  height: 660px;
  cursor: pointer;
  background-color: transparent;
}
/*Индикатор загрузки, который показывается до загрузки карты*/
.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #000000;
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
.loader:after,
.loader:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.loader.is-active {
  top: 0;
  opacity: 1;
}
.loader-default:after {
  position: absolute;
  top: calc(46%);
  left: calc(46%);
  width: 48px;
  height: 48px;
  content: '';
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  border: solid 8px #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* contacts */
.contacts {
  padding: 0;
  background: -webkit-gradient(linear, left top, right top, from(#c1d72f), to(#b9d30b));
  background: linear-gradient(90deg, #c1d72f 0%, #b9d30b 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts-text {
  width: 55%;
  padding: 50px 15px 50px 80px;
  font-size: 20px;
}
.contacts h2 {
  font-size: 54px;
  font-weight: 700;
  color: #c1d72f;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px white;
}
.contacts .italic {
  font-style: italic;
}
.map {
  width: 45%;
  height: 660px;
}
/* footer */
footer.header {
  padding: 50px 0 30px;
}
.bottom {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom a {
  color: #424242;
  text-decoration: underline;
}
/* modal */
#modal-call .modal-body {
  background-color: #c1d72f;
}
#modal-call .modal-body .button {
  margin: 20px auto;
}
/* thanks */
.thanks {
  background: -webkit-gradient(linear, right top, left top, from(#f1f7fa), to(#eff5f9));
  background: linear-gradient(270deg, #f1f7fa 0%, #eff5f9 100%);
  padding-left: 15px;
  padding-right: 15px;
}
/* up button */
#up {
  display: block;
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #c1d72f;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 9999;
  cursor: pointer;
}
#up:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../img/arrow.svg) center no-repeat;
  background-size: contain;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#up.show {
  opacity: 0.5;
}
#up.show:hover {
  opacity: 1;
}
/* media */
@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 1499px) {
  .form:before {
    width: 350px;
    height: 550px;
  }
  .system-item {
    font-size: 17px;
    min-height: 425px;
  }
  .lamp-block:after {
    right: -30px;
  }
  .lamp2-item {
    font-size: 16px;
  }
  .lamp2 .italic {
    font-size: 13px;
  }
  .advant2-item {
    font-size: 17px;
    padding: 35px;
    padding-right: 230px;
  }
  .advant2-item-5 {
    padding-left: 500px;
  }
}
@media (max-width: 1359px) {
  h4 {
    font-size: 21px;
  }
  .main-complex {
    width: 280px;
    padding-left: 70px;
    font-size: 19px;
  }
  .main-complex:before {
    width: 200px;
    height: 200px;
    top: -70px;
  }
  .main-lt {
    width: 280px;
    padding-left: 80px;
    font-size: 19px;
  }
  .main-lt:before {
    width: 170px;
    height: 160px;
    top: -25px;
  }
  .system-item {
    min-height: 470px;
  }
  .lamp2-item {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .navbar.navbar-expand-lg .nav-link {
    font-size: 12px;
  }
  .logo-sb {
    max-width: 300px;
  }
  .logo-lt {
    max-width: 150px;
  }
  .main-block p {
    font-size: 18px;
  }
  h1 {
    font-size: 50px;
  }
  .main-complex {
    width: 250px;
    height: 80px;
    padding: 17px;
    padding-left: 60px;
    font-size: 17px;
    border-radius: 10px;
  }
  .main-lt {
    width: 250px;
    height: 80px;
    padding: 26px;
    padding-left: 70px;
    font-size: 17px;
    border-radius: 10px;
  }
  .main-lt:before {
    width: 150px;
    height: 140px;
    top: -25px;
    left: -80px;
  }
  h3 {
    font-size: 28px;
  }
  .procedur .white {
    font-size: 34px;
  }
  .procedur .container:before {
    width: 440px;
    height: 560px;
    left: -80px;
  }
  .advant-item {
    font-size: 18px;
  }
  .advant-item .light {
    font-size: 16px;
  }
  .advant-item-3 {
    margin-left: auto;
  }
  .advant-item-5 {
    margin-left: auto;
  }
  .advant-item-7 {
    margin-left: auto;
  }
  .advant-item-4,
  .advant-item-6,
  .advant-item-8 {
    margin-right: auto;
  }
  .form .medium {
    font-size: 18px;
  }
  h2 {
    font-size: 40px;
  }
  .system-item {
    min-height: auto;
    margin: 90px auto 0 auto;
  }
  .lamp2-item {
    font-size: 16px;
  }
  .advant2-item {
    min-height: 330px;
    max-width: 700px;
    margin: 30px auto;
  }
  .advant2-item-5 {
    padding-left: 250px;
    padding-right: 20px;
  }
  .gift {
    margin-bottom: 80px;
  }
  .gift:before {
    top: -50px;
  }
  .form h2 {
    font-size: 44px;
  }
  .contacts h2 {
    font-size: 40px;
  }
  .contacts-text {
    padding: 40px 15px 40px 40px;
    font-size: 17px;
  }
  h4 {
    font-size: 19px;
  }
  .lamp ul li {
    font-size: 16px;
  }
  .lamp-block {
    padding: 30px 30px 30px 20px;
  }
  .form h4 .white {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .logo {
    max-width: 140px;
  }
  .mobile-messenger {
    width: 110px;
  }
  .mobile-messenger a {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
  }
  .contact-item-phone {
    font-size: 18px;
    color: #424242;
    font-weight: 700;
    font-family: 'Roboto';
    margin-bottom: 7px;
  }
  .navbar.navbar-expand-lg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 0;
    max-height: 100vh;
    overflow-y: auto;
    background-color: #fff;
  }
  .navbar.navbar-expand-lg .navbar-nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .navbar.navbar-expand-lg .nav-link {
    font-size: 16px;
  }
  .navbar-collapse {
    padding: 20px 0;
  }
  .navbar-toggler.collapsed {
    width: 45px;
    height: 45px;
    position: relative;
    padding: 0;
  }
  .navbar-toggler.collapsed .burger {
    position: absolute;
    display: block;
    width: 45px;
    height: 3px;
    border-radius: 3px;
    background-color: #424242;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navbar-toggler.collapsed .burger:focus {
    outline: none;
  }
  .navbar-toggler.collapsed .burger:before {
    content: '';
    display: block;
    width: 45px;
    height: 3px;
    border-radius: 3px;
    background-color: #424242;
    position: absolute;
    right: 0;
    top: -12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .navbar-toggler.collapsed .burger:after {
    content: '';
    display: block;
    width: 45px;
    height: 3px;
    border-radius: 3px;
    background-color: #424242;
    position: absolute;
    right: 0;
    bottom: -12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .navbar-toggler {
    width: 45px;
    height: 35px;
    position: relative;
  }
  .navbar-toggler .burger {
    position: absolute;
    display: block;
    width: 45px;
    height: 3px;
    border-radius: 3px;
    background-color: transparent;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .navbar-toggler .burger:focus {
    outline: none;
  }
  .navbar-toggler .burger:before {
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 3px;
    background-color: #424242;
    position: absolute;
    right: 0;
    top: -12px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .navbar-toggler .burger:after {
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 3px;
    background-color: #424242;
    position: absolute;
    right: 0;
    bottom: -12px;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .after .before:after {
    display: none;
  }
  .main {
    background: -webkit-gradient(linear, right top, left top, from(#f1f7fa), to(#eff5f9));
    background: linear-gradient(270deg, #f1f7fa 0%, #eff5f9 100%);
    min-height: auto;
    padding: 70px 0;
  }
  .main-block {
    max-width: 100%;
    text-align: center;
  }
  .main-block-row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .button {
    margin: 0 auto;
  }
  .lamp {
    padding: 70px 0;
  }
  .lamp-left {
    width: 100%;
  }
  .lamp-right {
    width: 100%;
    padding-left: 40px;
  }
  .lamp-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lamp-block:before,
  .lamp-block:after {
    display: none;
  }
  .procedur {
    text-align: center;
  }
  .procedur .container:before {
    display: none;
  }
  .prc25 {
    max-width: 300px;
    margin: 0 auto 30px auto;
  }
  section {
    padding: 70px 0;
  }
  .advant h2 {
    margin-bottom: 40px;
  }
  .advant:before {
    display: none;
  }
  .advant-item-1,
  .advant-item-3,
  .advant-item-5,
  .advant-item-7,
  .advant-item-9 {
    padding-left: 50px;
    margin: 15px auto;
  }
  .advant-item-2,
  .advant-item-4,
  .advant-item-6,
  .advant-item-8 {
    margin: 15px auto;
  }
  .advant-item {
    max-width: 80%;
  }
  .advant-item:after {
    right: auto;
    left: 20px;
  }
  .form:before {
    display: none;
  }
  .form h2 {
    font-size: 38px;
  }
  .form h3 {
    font-size: 20px;
  }
  .form .medium {
    font-size: 19px;
  }
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 34px;
  }
  .feature {
    font-size: 15px;
  }
  .feature-line p.bold {
    padding-left: 30px;
  }
  .advant2 h2 {
    margin-bottom: 40px;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .contacts h2 {
    font-size: 30px;
  }
  footer.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .logo-lt {
    margin: 20px auto;
  }
  .phone-800 {
    margin-bottom: 20px;
  }
  .messenger.right {
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  .main-block-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lamp2-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 160px 160px 0px 0px;
  }
  .advant2-item {
    background: -webkit-gradient(linear, right top, left top, from(#f1f7fa), to(#eff5f9));
    background: linear-gradient(270deg, #f1f7fa 0%, #eff5f9 100%);
    padding: 20px;
    margin: 20px auto;
  }
  .navbar-expand-lg > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form h2 {
    font-size: 26px;
  }
  .map {
    display: none;
  }
  .contacts-text {
    width: 100%;
  }
  .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-block .semibold {
    font-size: 18px;
  }
  .main-block p {
    font-size: 15px;
  }
  .main-complex {
    margin-bottom: 50px;
  }
  .lamp {
    padding: 40px 0;
  }
  .lamp-right {
    padding-left: 10px;
  }
  .advant-item {
    max-width: 100%;
  }
  .form h3 {
    font-size: 17px;
  }
  .form .medium {
    font-size: 15px;
  }
  .lamp2-item {
    padding: 8px 15px 15px 15px;
  }
  .lamp2-item img {
    margin: 0 auto 30px auto;
  }
  .feature-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    padding: 8px;
  }
  .feature-line p {
    width: 100%;
  }
  .feature-line p.bold {
    padding-left: 20px;
  }
  .advant2-item {
    min-height: auto;
  }
  .gel p {
    font-size: 16px;
  }
  h3 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  .sert-slider {
    margin-top: 50px;
  }
  .after {
    padding-top: 20px;
  }
  .after img {
    margin: 15px auto;
  }
}
@media (max-width: 359px) {
  .logo {
    max-width: 120px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 22px;
  }
  .procedur .white {
    font-size: 26px;
  }
  .mobile-messenger {
    width: 100px;
  }
  .main-block .semibold {
    font-size: 16px;
  }
  .main-block-row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .button {
    font-size: 16px;
  }
  .system-item {
    padding: 15px;
    font-size: 16px;
  }
  .contacts h2 {
    font-size: 25px;
  }
  .contacts-text {
    padding: 50px 15px;
  }
  .modal h3 {
    font-size: 18px;
  }
}
