/*fonts*/
@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro.woff2") format("woff2"), url("../fonts/DINPro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro-Medium.woff2") format("woff2"), url("../fonts/DINPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro-Bold.woff2") format("woff2"), url("../fonts/DINPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro-Black.woff2") format("woff2"), url("../fonts/DINPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

body.open {
  overflow: hidden;
}

body {
  font-family: 'DINPro', sans-serif;
  line-height: normal;
  background: #FFFFFF;
  color: #2C2C3A;
  margin: 0;
}

body::-webkit-scrollbar {
  width: 0;
}

body::-webkit-scrollbar-thumb {
  background: #1F40E5;
}

body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

p {
  color: #282828;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

p.descr-section {
  color: #383A37;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 5px 40px;
  background: #F4D700;
  border-radius: 50px 0px;
}

p.descr-section b {
  font-weight: 500;
}

p.descr-xl {
  color: #383A37;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
}

p.descr-sm {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

p.descr-s {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5rem;
}

h1 {
  color: #383A37;
  font-weight: 900;
  font-size: 100px;
  line-height: 126px;
}

h2 {
  color: #282828;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
}

h3 {
  font-size: 46px;
  line-height: 58px;
}

h4 {
  font-size: 40px;
  line-height: 50px;
}

h5 {
  font-size: 20px;
  line-height: 27px;
  color: #282828;
}

img {
  max-width: 100%;
}

ul, ol {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
}

li {
  list-style-type: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

select {
  opacity: 1;
  border-radius: 0;
  font-family: 'DINPro', sans-serif;
}

select:hover, select:focus {
  outline: none;
  text-decoration: none;
}

textarea {
  font-family: 'DINPro', sans-serif;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  resize: none;
  border-radius: 0;
}

textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

textarea:hover, textarea:focus {
  outline: none;
  text-decoration: none;
}

input {
  font-family: 'DINPro', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
}

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

button {
  font-family: 'DINPro', sans-serif;
  cursor: pointer;
  border: none;
  background: none;
}

button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

html,
body {
  height: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1545px;
  padding: 0 15px;
  margin: 0 auto;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
  margin: 0px auto 70px auto;
}

.section-title img {
  margin-bottom: 20px;
}

.section-title h2 {
  margin-bottom: 0;
  max-width: 700px;
}

.section-title p {
  text-transform: uppercase;
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
}

.section-top {
  height: 420px;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../img/photos/page.jpg");
}

.section-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
}

.section-top .container h1 {
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  color: #FFFFFF;
  max-width: 900px;
  margin-bottom: 0;
}

.progress-bar {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  opacity: 0;
}

.progress-bar span {
  display: block;
  height: 3px;
  width: 0;
  background: #F4D700;
}

.header.fixed .progress-bar {
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.page-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 70px;
  overflow: hidden;
  background: #F4D700;
  border: none;
  padding: 0;
}

.page-button b {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.page-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #282828;
  -webkit-mask: url("../img/mask.png");
          mask: url("../img/mask.png");
  -webkit-mask-size: 3000% 100%;
          mask-size: 3000% 100%;
  -webkit-animation: anim-1 0.8s steps(29) forwards;
          animation: anim-1 0.8s steps(29) forwards;
}

.page-button.two {
  background: #282828;
  border: 1px solid #F4D700;
}

.page-button.two span {
  background: #F4D700;
}

.page-button.two b {
  color: #282828;
}

.form-label {
  display: block;
  color: #282828;
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.form-label b {
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}

.form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.form-input input {
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: #282828;
  background: #F4F4F4;
  padding: 0px 30px;
  border: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 0;
}

.form-input input::-webkit-inner-spin-button {
  appearance: none;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
}

.form-input input:focus {
  background: #F4D700;
}

.form-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.form-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.form-textarea textarea {
  width: 100%;
  height: 130px;
  font-size: 16px;
  color: #282828;
  background: #F4F4F4;
  padding: 15px 30px;
  border: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-textarea textarea:focus {
  background: #F4D700;
}

.form-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  padding: 0;
  margin: 0;
}

.form-select select {
  width: 100%;
  height: 55px;
  color: #282828;
  font-size: 16px;
  padding: 0px 30px;
  border: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../img/icons/arrow-select.svg") 1% no-repeat;
  background-position: 97% center;
  background-color: #FFFFFF;
  background-size: 4%;
  cursor: pointer;
}

.form-select option {
  text-transform: uppercase;
}

.form-radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-radio input {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.form-radio input:checked + span b {
  opacity: 1;
}

.form-radio span:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  margin-right: 10px;
  cursor: pointer;
}

.form-radio span:nth-child(2) b {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #F4D700;
  opacity: 0;
}

.form-radio span:nth-child(3) {
  font-size: 20px;
  line-height: 20px;
  color: #282828;
}

.slider-pagination {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
}

.slider-pagination .swiper-pagination-current {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  color: #F4D700;
}

.slider-pagination .swiper-pagination-total {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.parralax-line {
  height: 1800px;
  position: static;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.parralax-line.active {
  position: fixed;
}

.parralax-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}

.parralax-box.active {
  position: relative;
  z-index: 2;
}

/*-options*/
/*animation*/
@-webkit-keyframes anim-1 {
  from {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
@keyframes anim-1 {
  from {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}

@-webkit-keyframes anim-2 {
  from {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
}

@keyframes anim-2 {
  from {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
}

@-webkit-keyframes anim-3 {
  from {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes anim-3 {
  from {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.animate__animated {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

/*-animation*/
/*header*/
.header {
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0px;
}

.header:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #FFFFFF;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header.fixed:before {
  height: 100%;
}

.header.fixed .header-logo img {
  height: 40px;
}

.header.fixed .header-menu_list a {
  font-size: 16px;
}

.header.fixed .header-link b {
  color: #282828;
}

.header.fixed .header-link svg {
  fill: #282828;
}

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

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

.header-logo img {
  height: 80px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  background: #F4D700;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-phone svg {
  fill: #383A37;
  margin-right: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-phone span {
  font-size: 18px;
  font-weight: 700;
  color: #383A37;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-burger {
  display: none;
}

.header-menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu_list li {
  margin-right: 30px;
}

.header-menu_list a {
  position: relative;
  color: #383A37;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-menu_list a:before {
  content: '';
  position: absolute;
  left: -25px;
  top: 15px;
  width: 18px;
  height: 18px;
  opacity: 0;
  background: url("../img/icons/ear.svg") center no-repeat;
  background-size: contain;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-link b {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-link b:nth-child(3) {
  display: none;
}

.header-link svg {
  fill: #FFFFFF;
  margin-right: 10px;
}

/*-header*/
/*home*/
.home {
  position: relative;
  z-index: 2;
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/photos/home/1.jpg");
}

.home .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
}

.home-text h1 {
  margin-top: 0;
}

.home-text .descr-section {
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
}

.home-text .descr-xl {
  margin-top: 15px;
  margin-bottom: 0;
}

.home-text img {
  margin-top: 35px;
}

.home-text .page-button {
  margin-top: 35px;
}

/*-home*/
/*about*/
.about {
  position: relative;
  z-index: 2;
  background: url("../img/photos/about/1.jpg") center no-repeat;
  background-size: cover;
  padding: 110px 0px;
}

.about-wrap {
  position: relative;
  z-index: 1;
}

.about-title {
  width: 100%;
  max-width: 395px;
  margin-bottom: 340px;
}

.about-title h2 {
  margin-bottom: 15px;
}

.about-title p {
  text-transform: uppercase;
  margin-bottom: 0;
}

.about-info {
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding: 40px 60px 40px 350px;
  background: #F4D700;
  border-radius: 228px 0px;
}

.about-info img {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 500px;
}

.about-info p.descr-xl {
  line-height: 37px;
  font-weight: 400;
  margin-bottom: 15px;
}

.about-info h5 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.about-info p.descr-s {
  margin-bottom: 0;
}

.about-img {
  position: absolute;
  z-index: -1;
  bottom: 92px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 900px;
}

.about-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  width: 140px;
  height: 140px;
}

.about-play .one {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: anim-3 1s infinite alternate;
          animation: anim-3 1s infinite alternate;
}

.about-play .two {
  fill: #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.about-play .three {
  fill: #F4D700;
}

/*-about*/
/*comments*/
.comments {
  background: url("../img/photos/comments/1.jpg") center no-repeat;
  background-size: cover;
  padding: 110px 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.comments-slider {
  overflow: visible;
}

.comments-slide {
  height: 100%;
  min-height: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.15);
          box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.15);
}

.comments-slide_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.comments-slide_img img {
  width: 100%;
}

.comments-slide:nth-child(2n+2) .comments-play .one {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.comments-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  width: 80px;
  height: 80px;
}

.comments-play .one {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: anim-3 1s infinite alternate;
          animation: anim-3 1s infinite alternate;
}

.comments-play .two {
  fill: #F4D700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.comments-play .three {
  fill: #FFFFFF;
}

.comments-slide_text {
  position: relative;
  z-index: 1;
  padding: 30px;
}

.comments-slide_text:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 28px;
  top: 2px;
  width: 50px;
  height: 50px;
  background: url("../img/icons/comment.svg") center no-repeat;
  background-size: contain;
}

.comments-slide_text h5 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.comments-slide_text span {
  display: block;
  color: #868686;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
}

.comments-slide_text p {
  margin-bottom: 0;
}

/*-comments*/
/*money*/
.money {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/photos/money/1.jpg");
  padding-top: 130px;
  margin-bottom: 100px;
}

.money-title {
  width: 100%;
  max-width: 680px;
}

.money-title h2 {
  max-width: 500px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.money-title .descr-xl {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
}

.money-title .descr-xl mark {
  background: #F4D700;
}

.money-title .descr-sm {
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 0;
}

.money-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 100px;
}

.money-price {
  width: 48%;
}

.money-price li {
  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;
  width: 100%;
  height: 76px;
  background: #F4F4F4;
  padding: 0px 100px;
  border-radius: 76px 0px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.money-price li:first-child {
  background: #282828;
}

.money-price li:first-child span {
  color: #FFFFFF;
}

.money-price li:nth-child(2n+2) {
  background: #FFFFFF;
}

.money-price span {
  display: block;
  width: 45%;
  font-size: 22px;
  color: #282828;
  text-align: center;
  text-transform: uppercase;
}

.money-info {
  position: relative;
  width: 48%;
  background: #282828;
  padding: 60px 80px;
  -webkit-box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.15);
          box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.15);
  overflow: hidden;
}

.money-info h4 {
  color: #F4D700;
  margin-bottom: 30px;
}

.money-info p {
  color: #FFFFFF;
  max-width: 350px;
  margin-bottom: 70px;
}

.money-info img {
  position: absolute;
  right: -15px;
  bottom: 0;
}

/*-money*/
/*plus*/
.plus {
  padding-top: 110px;
}

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

.plus-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
}

.plus-box img {
  width: 100%;
}

.plus-box_text {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 230px;
  text-align: center;
}

.plus-box_text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #F4D700;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.plus-box_text span b {
  font-size: 20px;
  line-height: 20px;
  margin-left: 10px;
  margin-bottom: 8px;
}

.plus-box_text p {
  width: 73%;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 0;
}

/*-plus*/
/*news*/
.news {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/photos/news/1.jpg");
  padding: 110px 0px;
}

.news-slider {
  overflow: visible;
}

.news-slide {
  padding: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.15);
          box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.15);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news-slide span {
  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;
}

.news-slide b {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #282828;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.news-slide b:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -1px;
  height: 6px;
  width: 102%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #F4D700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news-slide svg {
  width: 30px;
  height: 30px;
}

.news-slide svg circle {
  fill: #F4D700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news-slide svg path {
  fill: #282828;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news-slide_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}

/*-news*/
/*service*/
.service {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/photos/service/1.jpg");
  padding: 110px 0px;
}

.service-boxs {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: auto;
}

.service-bgr {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 780px;
}

.service-box {
  width: 50%;
}

.service-box:nth-child(1) {
  margin-bottom: 100px;
}

.service-box:nth-child(2) {
  margin-bottom: 100px;
}

.service-box:nth-child(2n+2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.service-box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 350px;
  text-align: center;
}

.service-box_wrap h4 {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.service-box_wrap p {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  margin-bottom: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.service-box_img {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.service-box_img > svg {
  position: absolute;
  z-index: -1;
}

.service-box_img img {
  height: 190px;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.service-boxs.active .service-box_img img {
  opacity: 1;
}

.service-boxs.active .service-box_wrap h4 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.service-boxs.active .service-box_wrap p {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.service-1 {
  stroke-dashoffset: 2px;
  stroke-dasharray: 2px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.service-boxs.active .service-1 {
  stroke-dashoffset: 0;
  fill: #1e1d14;
}

.service-2 {
  stroke-dashoffset: 8556.3896484375px;
  stroke-dasharray: 8556.3896484375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.service-boxs.active .service-2 {
  stroke-dashoffset: 0;
  fill: black;
}

.service-3 {
  stroke-dashoffset: 517.3720703125px;
  stroke-dasharray: 517.3720703125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.service-boxs.active .service-3 {
  stroke-dashoffset: 0;
}

.service-4 {
  stroke-dashoffset: 2px;
  stroke-dasharray: 2px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.service-boxs.active .service-4 {
  stroke-dashoffset: 0;
  fill: white;
}

.service-5 {
  stroke-dashoffset: 2878.4892578125px;
  stroke-dasharray: 2878.4892578125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.service-boxs.active .service-5 {
  stroke-dashoffset: 0;
  fill: black;
}

.service-6 {
  stroke-dashoffset: 423.78326416015625px;
  stroke-dasharray: 423.78326416015625px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.service-boxs.active .service-6 {
  stroke-dashoffset: 0;
}

.service-7 {
  stroke-dashoffset: 5221.146484375px;
  stroke-dasharray: 5221.146484375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.service-boxs.active .service-7 {
  stroke-dashoffset: 0;
  fill: black;
}

.service-8 {
  stroke-dashoffset: 502.688720703125px;
  stroke-dasharray: 502.688720703125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.service-boxs.active .service-8 {
  stroke-dashoffset: 0;
}

.service-9 {
  stroke-dashoffset: 6798.60595703125px;
  stroke-dasharray: 6798.60595703125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.service-boxs.active .service-9 {
  stroke-dashoffset: 0;
  fill: black;
}

.service-10 {
  stroke-dashoffset: 386.8330993652344px;
  stroke-dasharray: 386.8330993652344px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.service-boxs.active .service-10 {
  stroke-dashoffset: 0;
}

.service-11 {
  stroke-dashoffset: 319.0522155761719px;
  stroke-dasharray: 319.0522155761719px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.service-boxs.active .service-11 {
  stroke-dashoffset: 0;
}

.service-12 {
  stroke-dashoffset: 377.8359375px;
  stroke-dasharray: 377.8359375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.service-boxs.active .service-12 {
  stroke-dashoffset: 0;
}

.service-13 {
  stroke-dashoffset: 286px;
  stroke-dasharray: 286px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.service-boxs.active .service-13 {
  stroke-dashoffset: 0;
}

.service-14 {
  stroke-dashoffset: 342.32464599609375px;
  stroke-dasharray: 342.32464599609375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.service-boxs.active .service-14 {
  stroke-dashoffset: 0;
}

.service-box:nth-child(1) .service-box_img > svg {
  top: -30px;
  left: -20px;
}

.service-box:nth-child(2) .service-box_img > svg {
  bottom: -50px;
  left: -20px;
}

.service-box:nth-child(3) .service-box_img > svg {
  top: -70px;
  right: -50px;
}

.service-box:nth-child(4) .service-box_img > svg {
  bottom: -50px;
  left: -10px;
}

.service-box_line {
  position: absolute;
}

.service-box_line span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background: #F4D700;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #282828;
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.service-box_line svg {
  position: absolute;
}

.service-boxs.active .service-box_line span {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.service-box:nth-child(1) .service-box_line {
  right: -100px;
  top: 50px;
}

.service-box:nth-child(1) .service-box_line svg {
  left: 0;
  top: 115%;
}

.service-box:nth-child(2) .service-box_line {
  left: -100px;
  top: 50px;
}

.service-box:nth-child(2) .service-box_line svg {
  right: 0;
  top: 115%;
}

.service-box:nth-child(3) .service-box_line {
  right: -100px;
  top: 80px;
}

.service-box:nth-child(3) .service-box_line svg {
  left: 0;
  top: 115%;
}

.service-box:nth-child(4) .service-box_line {
  left: -100px;
  top: 80px;
}

.service-box:nth-child(4) .service-box_line svg {
  right: 0;
  bottom: -15%;
}

/*-service*/
/*contacts*/
.contacts {
  padding: 110px 0px;
}

.contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts-left {
  width: 48%;
}

.contacts-title {
  max-width: 520px;
  margin-bottom: 30px;
}

.contacts-title h2 {
  margin-bottom: 15px;
}

.contacts-title p {
  text-transform: uppercase;
  margin-bottom: 0;
}

.contacts-title a span {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  color: #282828;
  text-transform: uppercase;
}

.contacts-title a span:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 103%;
  height: 6px;
  background: #F4D700;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.contacts-title a svg {
  fill: #282828;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-left: 10px;
}

.contacts-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts-form .form-input {
  width: 48%;
}

.contacts-form_bottom {
  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;
  width: 100%;
}

.contacts-form_bottom button {
  width: 48%;
}

.contacts-form_bottom p {
  width: 48%;
  margin-bottom: 0;
}

.contacts-form_bottom p a {
  font-weight: 700;
  color: #282828;
  border-bottom: 1px solid #282828;
  padding-bottom: 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.contacts-right {
  position: relative;
  width: 48%;
  padding: 90px;
}

.contacts-right:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F8F5F0;
}

.contacts-right h3 {
  margin-bottom: 50px;
  text-transform: uppercase;
}

.contacts-right img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.contacts-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}

.contacts-list li span {
  display: block;
  color: #282828;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contacts-list li a {
  color: #282828;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.contacts-socials li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-socials a {
  display: block;
  margin-right: 20px;
}

.contacts-socials span {
  display: block;
  color: #282828;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contacts-socials svg {
  fill: #282828;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/*-contacts*/
/*calculator*/
.calculator-form {
  padding-top: 70px;
}

.calculator-form button {
  width: 300px;
}

.calculator-form_wrap {
  padding: 50px;
  background: #F4F4F4;
  margin-bottom: 40px;
}

.calculator-form_wrap h4 {
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

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

.calculator-form_inputs .form-input {
  margin-bottom: 0;
}

.calculator-form_inputs .form-input input {
  background: #FFFFFF;
}

.calculator-form_inputs .form-input input:focus {
  background: #F4D700;
}

.calculator-form_inputs.one {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calculator-form_inputs.one .form-input {
  width: 32%;
}

.calculator-form_inputs.one .form-select {
  width: 32%;
}

.calculator-form_inputs.two {
  margin-top: 20px;
}

.calculator-form_inputs.two:first-child {
  margin-right: 0;
}

.calculator-form_inputs.two .form-select {
  width: 32%;
  margin-right: 30px;
}

.calculator-form_inputs.two .form-input {
  width: 200px;
}

.calculator-form_plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  color: #282828;
  margin-top: 30px;
  margin-bottom: 50px;
}

.calculator-form_plus svg {
  width: 40px;
  height: 40px;
  margin-left: 15px;
  cursor: pointer;
}

.calculator-form_plus svg circle {
  fill: #F4D700;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.calculator-form_plus svg path {
  fill: #282828;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.calculator-form_clone .calculator-form_inputs {
  display: none;
}

.calculator-form_clone .calculator-form_inputs.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calculator-form_radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calculator-form_radios .form-radio:nth-child(1) {
  margin-right: 70px;
}

.subscr-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.subscr-form_wrap {
  position: relative;
  top: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscr-form_wrap > span {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #282828;
  margin-right: 10px;
}

.subscr-form_wrap .form-input {
  width: 300px;
  margin-bottom: 0;
}

.subscr-form_wrap .form-input input {
  height: 70px;
}

.subscr-modal {
  display: none;
  position: fixed;
  z-index: 12;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.subscr-modal_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  background: #F4D700;
  width: 800px;
  height: 222px;
}

.subscr-modal_wrap h4 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.subscr-modal_wrap p {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.subscr-modal_wrap svg {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.subscr-modal_wrap img:nth-child(1) {
  position: absolute;
  right: 20px;
  bottom: 0;
}

.subscr-modal_wrap img:nth-child(2) {
  position: absolute;
  left: 20px;
  bottom: 0;
}

/*-calculator*/
/*thank*/
.thank-wrap {
  background: url("../img/photos/about/1.jpg") center no-repeat;
  background-size: cover;
}

.thank-wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.thank-text {
  max-width: 690px;
}

.thank-text h2 {
  margin-bottom: 20px;
}

.thank-text p {
  font-weight: 400;
  max-width: 650px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.thank-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*-thank*/
/*policy*/
.policy-wrap {
  padding: 70px 0px;
}

.policy-wrap .container {
  max-width: 920px;
}

.policy-wrap .container h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.policy-wrap .container p {
  margin-bottom: 30px;
}

.policy-wrap .container li {
  position: relative;
  padding-left: 15px;
  color: #282828;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.policy-wrap .container li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #F4D700;
}

.policy-wrap .container a {
  color: #282828;
  text-decoration: underline;
  font-weight: 500;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

/*-policy*/
/*footer*/
.footer-top {
  padding: 80px 0px;
  background: #F4D700;
}

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

.footer-text h2 {
  margin-bottom: 15px;
}

.footer-text p {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-socials li {
  margin-right: 50px;
}

.footer-socials li:last-child {
  margin-right: 0;
}

.footer-socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-socials img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px;
}

.footer-socials span {
  color: #282828;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #282828;
  padding: 25px 0px;
}

.footer-bottom span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
}

.footer-bottom a {
  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;
  margin-top: 5px;
  margin-left: 7px;
}

/*-footer*/
/*modal-iframe*/
.modal-iframe {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 67%;
  padding-top: 37.5%;
  background: rgba(244, 215, 0, 0.8);
  border: 4px solid rgba(244, 215, 0, 0.8);
}

.modal-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0;
  outline: none;
}

.modal-iframe_close {
  position: absolute;
  z-index: 11;
  right: 0;
  top: -40px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  fill: #F4D700;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.modal-iframe_bgr {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 25, 29, 0.8);
  display: none;
}

/*-modal-iframe*/
@media (min-width: 1200px) {
  /*hover*/
  .header-phone:hover {
    background: #383A37;
  }
  .header-phone:hover svg {
    fill: #F4D700;
  }
  .header-phone:hover span {
    color: #F4D700;
  }
  .header-menu_list a:hover {
    color: #F4D700;
  }
  .header-menu_list a:hover:before {
    top: 0;
    opacity: 1;
  }
  .header-link:hover b {
    color: #F4D700;
  }
  .header-link:hover svg {
    fill: #F4D700;
  }
  .header.fixed .header-link:hover b {
    color: #F4D700;
  }
  .header.fixed .header-link:hover svg {
    fill: #F4D700;
  }
  .page-button:hover b {
    color: #282828;
  }
  .page-button.two:hover b {
    color: #F4D700;
  }
  .page-button.two:hover {
    border: 1px solid #F4D700;
  }
  .page-button:hover span {
    -webkit-animation: anim-2 0.8s steps(29) forwards;
            animation: anim-2 0.8s steps(29) forwards;
  }
  .about-play:hover .two {
    fill: #F4D700;
  }
  .about-play:hover .three {
    fill: #282828;
  }
  .about-modal_close:hover {
    fill: #282828;
  }
  .comments-play:hover .two {
    fill: #FFFFFF;
  }
  .comments-play:hover .three {
    fill: #F4D700;
  }
  .news-slide:hover b:before {
    height: 20px;
  }
  .news-slide:hover svg circle {
    fill: #282828;
  }
  .news-slide:hover svg path {
    fill: #F4D700;
  }
  .contacts-title a:hover span:before {
    height: 20px;
  }
  .contacts-title a:hover svg {
    fill: #F4D700;
  }
  .contacts-form_bottom a:hover {
    color: #F4D700;
    border-bottom: 1px solid #F4D700;
  }
  .contacts-list a:hover {
    color: #F4D700;
  }
  .contacts-socials a:hover svg {
    fill: #F4D700;
  }
  .contacts-list a:hover {
    color: #F4D700;
  }
  .calculator-form_plus svg:hover circle {
    fill: #282828;
  }
  .calculator-form_plus svg:hover path {
    fill: #F4D700;
  }
  .policy-wrap .container a:hover {
    color: #F4D700;
  }
  .footer-socials a:hover img {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .footer-socials_fb:hover span {
    color: #4269AF;
  }
  .footer-socials_ins:hover span {
    color: #DA0F54;
  }
  .footer-socials_yt:hover span {
    color: #FF0B00;
  }
  .modal-iframe_close:hover {
    fill: #2C2C3A;
  }
  /*-hover*/
}

@media (max-width: 1540px) {
  /*options*/
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h4 {
    font-size: 35px;
    line-height: 45px;
  }
  p.descr-section {
    font-size: 22px;
    line-height: 30px;
  }
  p.descr-xl {
    font-size: 26px;
    line-height: 32px;
  }
  p.descr-sm {
    font-size: 18px;
    line-height: 28px;
  }
  .container {
    max-width: 1200px;
  }
  .section-top {
    height: 400px;
  }
  .section-top .container h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .section-title {
    margin: 0px auto 50px auto;
  }
  .section-title p {
    margin-top: 10px;
  }
  .section-title img {
    height: 45px;
    margin-bottom: 10px;
  }
  /*-options*/
  /*header*/
  .header-phone {
    padding: 10px 15px;
  }
  .header-logo img {
    height: 60px;
  }
  .header-menu_list li {
    margin-right: 20px;
  }
  .header-menu_list a {
    font-size: 15px;
  }
  .header.fixed .header-menu_list a {
    font-size: 15px;
  }
  .header-link b {
    font-size: 16px;
  }
  .header-link svg {
    width: 25px;
  }
  /*-header*/
  /*home*/
  .home-text h1 {
    font-size: 80px;
    line-height: 80px;
  }
  /*-home*/
  /*about*/
  .about {
    padding: 90px 0px;
  }
  .about-play {
    width: 90px;
    height: 90px;
  }
  .about-img {
    width: 730px;
  }
  .about-title {
    max-width: 358px;
    margin-bottom: 270px;
  }
  .about-info {
    max-width: 800px;
    padding: 20px 60px 20px 290px;
  }
  .about-info img {
    height: 430px;
  }
  .about-info p.descr-xl {
    line-height: 32px;
  }
  /*-about*/
  /*comments*/
  .comments {
    padding: 90px 0px;
  }
  .comments-slide_text {
    padding: 15px;
  }
  .comments-play {
    width: 55px;
    height: 55px;
  }
  .comments-slide_text:before {
    width: 40px;
    height: 40px;
    left: 9px;
  }
  /*-comments*/
  /*money*/
  .money {
    padding-top: 90px;
    margin-bottom: 66px;
  }
  .money-info {
    padding: 40px 30px;
  }
  .money-info img {
    height: 250px;
  }
  .money-price span {
    font-size: 18px;
  }
  .money-price li {
    height: 65px;
  }
  .money-wrap {
    top: 65px;
  }
  /*-money*/
  /*plus*/
  .plus {
    padding-top: 90px;
  }
  .plus-box_text span {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 5px;
  }
  /*-plus*/
  /*service*/
  .service {
    padding: 90px 0px;
  }
  .service-boxs {
    width: 100%;
  }
  .service-box_img img {
    height: 130px;
  }
  .service-bgr {
    height: 640px;
  }
  .service-box_line span {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 18px;
  }
  .service-box:nth-child(1) .service-box_line svg {
    width: 200px;
    height: 106px;
  }
  .service-box:nth-child(2) .service-box_line svg {
    width: 200px;
    height: 132px;
  }
  .service-box:nth-child(3) .service-box_line svg {
    width: 250px;
  }
  .service-box:nth-child(4) .service-box_line svg {
    width: 200px;
    height: 210px;
  }
  /*-service*/
  /*news*/
  .news {
    padding: 90px 0px;
  }
  /*-news*/
  /*contacts*/
  .contacts {
    padding: 90px 0px;
  }
  .contacts-right {
    padding: 50px;
  }
  .contacts-right img {
    height: 400px;
  }
  .contacts-title a span {
    font-size: 18px;
  }
  /*-contacts*/
  /*calculator*/
  .calculator-form {
    padding: 40px 0px;
  }
  .calculator-form_wrap {
    padding: 30px;
    margin-bottom: 30px;
  }
  .calculator-form_wrap h4 {
    font-size: 22px;
    line-height: 22px;
  }
  .calculator-form_plus {
    font-size: 18px;
  }
  .calculator-form_plus svg {
    width: 34px;
    height: 34px;
  }
  .calculator-form_radios .form-radio:nth-child(1) {
    margin-right: 40px;
  }
  .form-radio span:nth-child(3) {
    font-size: 18px;
  }
  .subscr-form_wrap {
    position: static;
  }
  .subscr-form {
    margin-bottom: 40px;
  }
  .subscr-form_wrap > span {
    font-size: 18px;
  }
  .subscr-form_wrap .form-input input {
    height: 55px;
  }
  .subscr-form_wrap button {
    height: 55px;
  }
  /*-calculator*/
  /*footer*/
  .thank-text {
    max-width: 500px;
    margin-right: 30px;
  }
  .thank-text h2 {
    margin-bottom: 10px;
  }
  /*-footer*/
}

@media (max-width: 1200px) {
  /*options*/
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
  h3 {
    font-size: 25px;
    line-height: 36px;
  }
  h4 {
    font-size: 28px;
    line-height: 35px;
  }
  p.descr-sm {
    font-size: 16px;
    line-height: 24px;
  }
  .section-top {
    background-attachment: scroll;
  }
  .slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-button span {
    display: none;
  }
  .page-button {
    background: #282828;
  }
  .page-button.two {
    border: none;
    background: #F4D700;
  }
  /*-options*/
  /*header*/
  .header-logo img {
    height: 50px;
  }
  .header-menu {
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100vh;
    background: #F4D700;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .header-menu.open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header-menu:after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    height: 400px;
    width: 300px;
    background: url("../img/photos/contacts/1.png") center no-repeat;
    background-size: contain;
  }
  .header-menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px;
  }
  .header-menu_list li {
    margin-bottom: 35px;
  }
  .header-menu_list li:last-child {
    margin-bottom: 0;
  }
  .header-menu_list a {
    font-size: 22px;
    line-height: 22px;
  }
  .header.fixed .header-menu_list a {
    font-size: 22px;
    line-height: 22px;
  }
  .header-burger {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 36px;
    height: 24px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header-burger span {
    display: block;
    border-radius: 10px;
    height: 3px;
    width: 100%;
    background: #383838;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header-burger.open {
    height: 16px;
    -webkit-transform: rotate(90deg) translateY(-5px);
        -ms-transform: rotate(90deg) translateY(-5px);
            transform: rotate(90deg) translateY(-5px);
  }
  .header-burger.open span:nth-child(1) {
    -webkit-transform: translate(0px, 6px) rotate(-45deg);
        -ms-transform: translate(0px, 6px) rotate(-45deg);
            transform: translate(0px, 6px) rotate(-45deg);
  }
  .header-burger.open span:nth-child(2) {
    opacity: 0;
  }
  .header-burger.open span:nth-child(3) {
    width: 100%;
    -webkit-transform: translate(0px, -7px) rotate(45deg);
        -ms-transform: translate(0px, -7px) rotate(45deg);
            transform: translate(0px, -7px) rotate(45deg);
  }
  .header-phone {
    margin-right: 15px;
  }
  /*-header*/
  /*home*/
  .home {
    background-attachment: scroll;
  }
  /*-home*/
  /*about*/
  .about-img {
    top: 50px;
    bottom: auto;
    width: 65%;
  }
  /*-about*/
  /*comments*/
  .parralax-line {
    display: none;
  }
  .parralax-box {
    position: relative;
  }
  /*-comments*/
  /*money*/
  .money {
    background-attachment: scroll;
  }
  .money-info p {
    margin-bottom: 20px;
  }
  .money-info h4 {
    margin-bottom: 20px;
  }
  .money-info img {
    height: 150px;
  }
  .money-price li {
    padding: 0px 40px;
  }
  /*-money*/
  /*plus*/
  .plus-boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .plus-box {
    width: 50%;
  }
  /*-plus*/
  /*service*/
  .service-boxs {
    max-width: 780px;
  }
  .service-box_wrap {
    width: 220px;
  }
  .service-box_wrap p {
    font-size: 14px;
    line-height: 22px;
  }
  .service-box_line span {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 16px;
  }
  .service-box:nth-child(1) .service-box_line {
    right: -70px;
  }
  .service-box:nth-child(1) .service-box_line svg {
    width: 100px;
    height: 55px;
  }
  .service-box:nth-child(2) .service-box_line {
    left: -70px;
  }
  .service-box:nth-child(2) .service-box_line svg {
    width: 100px;
    height: 67px;
  }
  .service-box:nth-child(3) .service-box_line {
    right: -70px;
  }
  .service-box:nth-child(3) .service-box_line svg {
    width: 130px;
  }
  .service-box:nth-child(4) .service-box_line {
    left: -70px;
  }
  .service-box:nth-child(4) .service-box_line svg {
    width: 100px;
    height: 105px;
  }
  /*-service*/
  /*news*/
  .news {
    background-attachment: scroll;
  }
  /*-news*/
  /*contacts*/
  .contacts-left {
    width: 58%;
  }
  .contacts-right {
    width: 39%;
    padding: 40px 20px;
  }
  .contacts-right img {
    height: 300px;
  }
  .contacts-list li span {
    font-size: 18px;
  }
  .contacts-socials span {
    font-size: 18px;
  }
  /*-contacts*/
  /*thank*/
  .thank-wrap .container {
    padding: 0px;
  }
  .thank-text {
    padding: 0px 15px;
    margin-right: 0;
  }
  /*-thank*/
  /*policy*/
  .policy-wrap {
    padding: 40px 0px;
  }
  /*-policy*/
  /*footer*/
  .footer-top {
    padding: 60px 0px;
  }
  .footer-socials img {
    width: 60px;
    height: 60px;
  }
  /*-footer*/
}

@media (max-width: 800px) {
  /*options*/
  p.descr-xl {
    font-size: 16px;
    line-height: 22px;
  }
  p.descr-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
    border-radius: 0;
    padding: 0px;
    font-size: 17px;
    line-height: 17px;
  }
  p.descr-section b {
    display: block;
    padding: 4px 20px;
    background: #F4D700;
    border-radius: 50px 0px;
    margin-bottom: 7px;
  }
  .section-top {
    height: 250px;
  }
  .section-top .container {
    padding-top: 50px;
  }
  .section-top .container h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .section-top img {
    height: 30px;
  }
  .section-title {
    margin-bottom: 35px;
  }
  .section-title img {
    height: 30px;
  }
  .form-label {
    font-size: 11px;
    margin-bottom: 7px;
  }
  .form-input input {
    height: 50px;
    padding: 0px 15px;
  }
  .form-select select {
    height: 50px;
    padding: 0px 15px;
    background-size: 10px;
  }
  .form-radio span:nth-child(2) {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }
  .form-radio span:nth-child(3) {
    font-size: 16px;
  }
  .page-button {
    height: 65px;
  }
  /*-options*/
  /*header*/
  .header-logo img {
    height: 35px;
  }
  .header.fixed .header-logo img {
    height: 35px;
  }
  .header .container {
    padding: 0px 5px;
  }
  .header-link b {
    font-size: 14px;
  }
  .header-link b:nth-child(2) {
    display: none;
  }
  .header-link b:nth-child(3) {
    display: block;
  }
  .header-phone {
    padding: 7px 5px;
    margin-right: 5px;
  }
  .header-phone span {
    font-size: 14px;
  }
  .header-phone svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  /*-header*/
  /*home*/
  .home {
    background-image: url("../img/photos/home/1-mb.jpg");
  }
  .home-text h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 0;
  }
  .home-text img {
    margin-top: 25px;
  }
  .home-text .page-button {
    margin-top: 25px;
  }
  /*-home*/
  /*about*/
  .about {
    padding: 70px 0px;
    background-image: none;
    background: #ECECEA;
  }
  .about-title {
    max-width: 100%;
    margin-bottom: 35px;
  }
  .about-img {
    position: relative;
    left: -15px;
    top: 0;
    right: 0;
    bottom: 0;
    width: 115%;
    margin-bottom: 30px;
  }
  .about-play {
    width: 70px;
    height: 70px;
  }
  .about-info {
    padding: 30px 20px;
    border-radius: 50px 0px;
  }
  .about-info img {
    position: relative;
    bottom: -35px;
    height: 400px;
  }
  .about-info p.descr-xl {
    font-size: 22px;
  }
  /*-about*/
  /*comments*/
  .comments {
    padding: 70px 0px;
    background-image: none;
    background: #FFFFFF;
  }
  /*-comments*/
  /*money*/
  .money {
    padding-top: 70px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .money-wrap {
    top: 0;
  }
  .money-title {
    margin-bottom: 35px;
  }
  .money-wrap {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .money-price {
    width: 100%;
    margin-bottom: 30px;
  }
  .money-price span {
    font-size: 14px;
    font-weight: 500;
  }
  .money-price li {
    padding: 0px 20px;
    height: 50px;
  }
  .money-info {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
    padding: 20px 15px;
  }
  .money-info .page-button {
    width: 100%;
  }
  .money-info img {
    display: none;
  }
  /*-money*/
  /*plus*/
  .plus {
    padding-top: 70px;
  }
  .plus-box {
    width: 100%;
  }
  .plus-box_text {
    height: 150px;
  }
  /*-plus*/
  /*service*/
  .service {
    padding: 70px 0px;
  }
  .service-box_line {
    display: none;
  }
  .service-bgr {
    display: none;
  }
  .service-box {
    width: 100%;
  }
  .service-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px !important;
  }
  .service-box:nth-child(2n+2) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-box:nth-child(4) {
    margin-bottom: 0 !important;
  }
  .service-box_img {
    margin-bottom: 0;
  }
  .service-box_wrap h4 {
    margin-bottom: 10px;
  }
  .service-box_wrap {
    width: 300px;
  }
  .service-box:nth-child(3) .service-box_img > svg {
    top: -40px;
  }
  /*-service*/
  /*news*/
  .news {
    padding: 70px 0px;
    background-image: none;
    background: #F9F6F1;
  }
  /*-news*/
  /*contacts*/
  .contacts {
    padding-top: 70px;
    padding-bottom: 0;
  }
  .contacts-wrap {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contacts-title a span {
    font-size: 16px;
  }
  .contacts-title a svg {
    width: 26px;
  }
  .contacts-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .contacts-form .form-input {
    width: 100%;
    margin-bottom: 20px;
  }
  .contacts-form_bottom {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contacts-form_bottom button {
    width: 100%;
    margin-bottom: 10px;
  }
  .contacts-form_bottom p {
    width: 100%;
  }
  .contacts-right {
    width: calc(100% + 30px);
    left: -15px;
    padding: 30px 15px;
  }
  .contacts-right h3 {
    margin-bottom: 30px;
  }
  .contacts-list li span {
    font-size: 14px;
  }
  .contacts-socials span {
    font-size: 14px;
  }
  .contacts-list li {
    margin-bottom: 30px;
  }
  .contacts-list li a {
    font-size: 18px;
  }
  /*-contacts*/
  /*calculator*/
  .calculator-form {
    padding: 0;
  }
  .calculator-form_wrap {
    position: relative;
    padding: 30px 0px;
    margin-bottom: 20px;
  }
  .calculator-form_wrap:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    width: 850px;
    background: #F4F4F4;
  }
  .calculator-form_wrap h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .calculator-form_inputs.one {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .calculator-form_inputs.one .form-input {
    width: 100%;
    margin-bottom: 20px;
  }
  .calculator-form_inputs.one .form-select {
    width: 100%;
    margin-bottom: 20px;
  }
  .calculator-form_inputs.one .form-input:last-child {
    margin-bottom: 0;
  }
  .calculator-form_inputs.two .form-input {
    width: 110px;
    min-width: 110px;
  }
  .calculator-form_inputs.two .form-select {
    width: 100%;
    margin-right: 10px;
  }
  .calculator-form_plus {
    margin-top: 20px;
    font-size: 16px;
  }
  .calculator-form_radios {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .calculator-form_radios .form-radio:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .calculator-form button {
    width: 100%;
    height: 60px;
  }
  .subscr-form {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .subscr-form_wrap {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .subscr-form_wrap > span {
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .subscr-form_wrap .form-input {
    width: 100%;
  }
  .subscr-form_wrap input {
    text-align: center;
  }
  .subscr-form_wrap button {
    width: 100%;
  }
  .subscr-modal_wrap {
    width: 100%;
  }
  .subscr-modal_wrap img:nth-child(2) {
    left: 0;
    height: 150px;
  }
  .subscr-modal_wrap img:nth-child(1) {
    right: 0;
    height: 150px;
  }
  /*-calculator*/
  /*thank*/
  .thank-wrap .container {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .thank-text {
    padding: 30px 15px;
  }
  /*-thank*/
  /*footer*/
  .footer-top {
    padding: 40px 0px;
  }
  .footer-wrap {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-text {
    margin-bottom: 20px;
  }
  .footer-text p {
    margin-bottom: 20px;
  }
  .footer-text h2 {
    margin-bottom: 10px;
  }
  .footer-socials li {
    margin-right: 30px;
  }
  .footer-socials img {
    width: 45px;
    height: 45px;
  }
  .footer-socials span {
    font-size: 11px;
  }
  .footer-bottom {
    padding: 10px 0px;
  }
  .footer-bottom span {
    font-weight: 400;
    font-size: 14px;
  }
  /*-footer*/
  /*modal*/
  .modal-iframe {
    width: 95%;
    padding-top: 52%;
  }
  /*-modal*/
}
