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

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

.slick-list:focus {
  outline: none
}

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

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

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

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

.slick-track:after {
  clear: both
}

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

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

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

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

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

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

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

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

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

.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse
}

*:first-child+html .arcticmodal-container {
  height: 100%
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto
}

.arcticmodal-container_i2 {
  padding: 24px 0;
  margin: 0;
  border: 0;
  vertical-align: middle
}

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff
}

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000 no-repeat 50% 50%
}

.arcticmodal-container.dark {
  background: rgba(0, 0, 0, 0.8)
}

@font-face {
  font-family: _Regular;
  src: url(fonts/Circe-Regular.woff)
}

@font-face {
  font-family: _Bold;
  src: url(fonts/Circe-Bold.woff)
}

@font-face {
  font-family: _Light;
  src: url(fonts/Circe-Light.woff)
}

@font-face {
  font-family: _ExtraBold;
  src: url(fonts/Circe-ExtraBold.woff)
}

*:hover {
  cursor: default
}

._Regular {
  font-family: _Regular
}

._Bold {
  font-family: _Bold
}

._Light {
  font-family: _Light
}

._ExtraBold {
  font-family: _ExtraBold
}

input::-webkit-input-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49)
}

input::-moz-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49)
}

input:-moz-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49)
}

input:-ms-input-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49)
}

textarea::-webkit-input-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49)
}

textarea::-moz-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49)
}

textarea:-moz-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49)
}

textarea:-ms-input-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49)
}

input:focus::-webkit-input-placeholder {
  color: transparent
}

input:focus::-moz-placeholder {
  color: transparent
}

input:focus:-moz-placeholder {
  color: transparent
}

input:focus:-ms-input-placeholder {
  color: transparent
}

textarea:focus::-webkit-input-placeholder {
  color: transparent
}

textarea:focus::-moz-placeholder {
  color: transparent
}

textarea:focus:-moz-placeholder {
  color: transparent
}

textarea:focus:-ms-input-placeholder {
  color: transparent
}

input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease
}

input::-moz-placeholder {
  opacity: 1;
  transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease
}

input:-moz-placeholder {
  opacity: 1;
  transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease
}

input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease
}

input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease
}

input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease
}

input {
  border-radius: 0
}

input:focus {
  outline: 0
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input[type=submit],
button {
  -webkit-appearance: none
}

input[type=submit]:hover,
button:hover {
  cursor: pointer
}

input:hover {
  cursor: text
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html,
body {
  -webkit-overflow-scrolling: touch !important
}

li,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

div,
p,
ul,
ol,
li,
header,
footer,
section,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
article,
main,
adress {
  display: block;
  float: left;
  width: 100%;
  font-size: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out
}

a:hover {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out
}

a:focus {
  outline: 0
}

a:active {
  outline: 0
}

button {
  display: block;
  float: left;
  border: 0;
  padding: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out
}

button:focus {
  outline: 0
}

button:active {
  outline: 0
}

button:hover {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out
}

a:hover,
button:hover {
  cursor: pointer
}

a:hover *,
button:hover * {
  cursor: pointer
}

.wrap {
  width: 100%;
  max-width: 1200px;
  float: none;
  margin: 0 auto
}

body {
  margin: 0;
  padding: 0;
  font-family: _Regular;
  color: #222
}

body.pop-up-open {
  position: fixed;
  left: 0;
  right: 0
}

body.locked {
  overflow: hidden
}

* {
  box-sizing: border-box
}

.wrap_float {
  padding-left: 15px;
  padding-right: 15px
}

.top_panel {
  height: 56px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  background: #fff;
  z-index: 5;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06)
}

.top_panel ul li {
  margin-right: 30px;
  height: 56px;
  display: flex;
  align-items: center
}

.top_panel ul li a {
  padding-right: 35px;
  display: block;
  float: left;
  position: relative;
  line-height: 1.1
}

.top_panel ul li a:before {
  background: #7eb5ff;
  background: -moz-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: -webkit-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: linear-gradient(to bottom, #7eb5ff 0, #4c81d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb5ff', endColorstr='#4c81d8', GradientType=0);
  width: 6px;
  height: 6px;
  right: 0;
  top: 50%;
  margin-top: -3px;
  content: '';
  position: absolute;
  border-radius: 50%
}

.top_panel ul li a span {
  font-size: 14px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.15);
  transition: all .2s linear
}

.top_panel ul li a:hover span {
  color: #3c91ed;
  border-color: rgba(60, 145, 237, 0.2);
  transition: all .2s linear
}

.top_panel ul li a.active span {
  color: #3c91ed;
  border-color: rgba(60, 145, 237, 0.2);
  transition: all .2s linear
}

.top_panel ul li:first-child {
  max-width: 148px
}

.top_panel ul li:nth-child(2) {
  max-width: 92px
}

.top_panel ul li:nth-child(3) {
  max-width: 102px
}

.top_panel ul li:nth-child(4) {
  max-width: 145px
}

.top_panel ul li:nth-child(5) {
  max-width: 118px
}

.top_panel ul li:nth-child(6) {
  max-width: 73px;
  margin-right: 0
}

.top_panel ul li:nth-child(6) a {
  padding-right: 0
}

.top_panel ul li:nth-child(6) a:before {
  display: none
}

.top_panel .left {
  max-width: 880px
}

.top_panel .right {
  max-width: 192px;
  float: right;
  padding: 8px 0
}

.top_panel .right .callback_btn {
  display: none
}

.top_panel .right .modal_btn {
  height: 40px;
  background: #9fdf85;
  font-size: 10px;
  font-family: _ExtraBold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.31);
  -moz-box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.31);
  box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.31);
  border-radius: 8px;
  letter-spacing: .3px;
  display: flex;
  align-items: center;
  transition: all .2s linear
}

.top_panel .right .modal_btn:hover {
  background: #80d76e;
  transition: all .2s linear;
  cursor: pointer
}

.top_panel .right .modal_btn:hover * {
  cursor: pointer
}

.top_panel .close {
  display: none
}

.main_screen {
  padding-top: 56px;
  overflow: hidden;
  background: url(../img/header-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative
}

.main_screen .scroll_bottom {
  position: absolute;
  left: 0;
  top: 50vh;
  width: 112px;
  transform: translateY(-50%)
}

.main_screen .scroll_bottom_wrap {
  background: #faf5ee;
  height: 192px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 2;
  position: relative;
  padding: 77px 14px 0;
  text-align: center
}

.main_screen .scroll_bottom_wrap .points {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center
}

.main_screen .scroll_bottom_wrap .points span {
  width: 4px;
  height: 4px;
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 4px
}

.main_screen .scroll_bottom_wrap .points span:first-child {
  background-image: url(../img/scroll-point-3.svg)
}

.main_screen .scroll_bottom_wrap .points span:nth-child(2) {
  background-image: url(../img/scroll-point-2.svg)
}

.main_screen .scroll_bottom_wrap .points span:last-child {
  margin-bottom: 0;
  background-image: url(../img/scroll-point-1.svg)
}

.main_screen .scroll_bottom_wrap:before {
  width: 28px;
  height: 30px;
  background: url(../img/cursor-3.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 33px;
  left: 50%;
  margin-left: -17px
}

.main_screen .scroll_bottom_wrap .bold {
  font-family: _Bold;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 2px;
  margin-top: 16px
}

.main_screen .scroll_bottom_wrap .p {
  font-size: 11px;
  color: rgba(34, 34, 34, 0.55)
}

.main_screen .scroll_bottom:before {
  height: 100px;
  position: absolute;
  background: #faf5ee;
  transform: skewY(-10deg);
  content: '';
  bottom: -20px;
  left: 0;
  width: 100%;
  border-bottom-right-radius: 10px;
  z-index: 1
}

.main_screen .scroll_bottom:after {
  height: 100px;
  position: absolute;
  background: #eddfcc;
  transform: skewY(-2deg);
  content: '';
  bottom: -30px;
  left: 0;
  right: 20px;
  border-bottom-right-radius: 12px
}

.main_screen .wrap_float {
  padding: 0;
  position: relative;
  padding-bottom: 170px
}

.main_screen .wrap_float:before {
  width: 1048px;
  height: 824px;
  background: url(../img/girl.png) bottom right no-repeat;
  background-size: contain;
  position: absolute;
  right: -363px;
  bottom: 0;
  content: ''
}

.main_screen .top .left {
  max-width: 380px;
  padding-left: 206px;
  position: relative;
  height: 148px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 100px
}

.main_screen .top .left .logo {
  width: 185px;
  height: 170px;
  position: absolute;
  top: -17px;
  background: #fff;
  left: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.06);
  transform: skewY(-3deg)
}

.main_screen .top .left .logo:before {
  border: 1px solid rgba(0, 0, 0, 0.1);
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  border-radius: 10px;
  content: '';
  position: absolute
}

.main_screen .top .left .logo:after {
  position: absolute;
  width: 120px;
  height: 105px;
  background: url(../img/logo.svg) center center no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -52px;
  margin-left: -60px;
  transform: skewY(3deg)
}

.main_screen .top .left .logo_title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: _Bold
}

.main_screen .top .left .logo_subtitle {
  font-size: 14px;
  line-height: 1.4
}

.main_screen .top .center {
  max-width: 306px;
  padding-top: 30px
}

.main_screen .top .center .map_link {
  padding: 5px 0;
  padding-left: 104px;
  position: relative;
  height: 56px
}

.main_screen .top .center .map_link:hover {
  cursor: pointer
}

.main_screen .top .center .map_link:hover * {
  cursor: pointer
}

.main_screen .top .center .map_link:hover span {
  color: #3c91ed;
  border-color: rgba(60, 145, 237, 0.2);
  transition: all .1s linear
}

.main_screen .top .center .map_link:before {
  width: 90px;
  height: 56px;
  background: url(../img/map-link.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: 0
}

.main_screen .top .center .map_link:after {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 6px solid #fb4e4e;
  -webkit-box-shadow: 0 20px 35px 0 rgba(251, 78, 78, 0.2);
  -moz-box-shadow: 0 20px 35px 0 rgba(251, 78, 78, 0.2);
  box-shadow: 0 20px 35px 0 rgba(251, 78, 78, 0.2);
  position: absolute;
  left: 44px;
  top: 18px;
  content: '';
  box-sizing: border-box
}

.main_screen .top .center .map_link span {
  font-size: 15px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  transition: all .1s linear
}

.main_screen .top .right {
  width: auto;
  float: right;
  padding-top: 30px;
  position: relative;
  z-index: 1;
  padding-right: 7px
}

.main_screen .top .mobile-tel {
  display: none
}

.main_screen .top .menu-btn {
  width: 36px;
  position: absolute;
  right: 0;
  display: none
}

.main_screen .top .menu-btn span {
  display: block;
  width: 100%;
  background: #4c81d8;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 5px
}

.main_screen .top .menu-btn span:last-child {
  margin-bottom: 0
}

.main_screen .center .left {
  max-width: 750px;
  padding-top: 66px
}

.main_screen .center .left .main_title {
  padding-left: 17px;
  font-size: 60px;
  font-family: _Bold;
  line-height: 1;
  margin-bottom: 13px
}

.main_screen .center .left .main_subtitle {
  font-size: 36px;
  padding-left: 17px;
  line-height: 1.3;
  max-width: 485px
}

.main_screen .center .left .footnote {
  width: 300px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  margin-left: 92px;
  margin-top: 32px
}

.main_screen .center .left .footnote:before {
  width: 15px;
  height: 15px;
  background: url(../img/footnote-before.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -11px;
  left: -12px;
  content: ''
}

.main_screen .center .left .footnote .bold {
  font-size: 18px;
  font-family: _Bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all .2s linear
}

.main_screen .center .left .footnote .bold:hover {
  cursor: pointer;
  color: #3c91ed;
  border-color: rgba(60, 145, 237, 0.2);
  transition: all .2s linear
}

.main_screen .center .left .footnote .bold:hover * {
  cursor: pointer
}

.main_screen .center .left .footnote .bold:before {
  width: 22px;
  height: 22px;
  background: url(../img/cursor.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  right: -32px;
  top: -4px
}

.main_screen .center .left .footnote b {
  font-weight: 100;
  font-family: _Bold
}

.main_screen .center .right .guarantee-block {
  text-align: center
}

.main_screen .center .right .guarantee-block ._title {
  font-size: 10px;
  font-family: _ExtraBold;
  text-transform: uppercase;
  letter-spacing: .4px;
  width: auto;
  background: #fff;
  padding: 0 5px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  display: inline-block;
  float: none
}

.main_screen .center .right .guarantee-block .val {
  font-size: 60px;
  font-family: _ExtraBold;
  text-align: center;
  line-height: 50px
}

.main_screen .center .right .guarantee-block .p {
  font-size: 11px;
  text-transform: uppercase;
  font-family: _ExtraBold;
  text-align: center
}

.main_screen .center .right .guarantee-1 {
  width: 133px;
  height: 178px;
  background: url(../img/guarantee-1-before.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  padding-top: 25px;
  top: 50%;
  right: 375px;
  margin-top: -35px
}

.main_screen .center .right .guarantee-1:before {
  width: 123px;
  height: 168px;
  background: url(../img/guarantee-1-after.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 5px;
  left: 5px
}

.main_screen .center .right .guarantee-2 {
  width: 172px;
  height: 172px;
  background: url(../img/guarantee-2-before.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  padding-top: 51px;
  padding-left: 72px;
  text-align: left;
  bottom: 163px;
  right: 0;
  -webkit-filter: drop-shadow(0 50px 50px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 50px 50px rgba(0, 0, 0, 0.12))
}

.main_screen .center .right .guarantee-2 ._title {
  text-align: left;
  margin-bottom: 0;
  margin: -5px
}

.main_screen .center .right .guarantee-2 .p {
  text-align: left
}

.main_screen .center .right .guarantee-2 .val {
  position: absolute;
  width: auto;
  left: 33px;
  top: 50%;
  transform: translateY(-50%)
}

.main_screen .center .right .guarantee-2:before {
  width: 162px;
  height: 162px;
  background: url(../img/guarantee-2-after.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 5px;
  left: 5px;
  opacity: .1
}

.tel-block {
  width: auto;
  padding: 10px 0
}

.tel-block .tel {
  font-size: 24px;
  font-family: _Bold;
  width: auto;
  display: block;
  line-height: 1
}

.tel-block .status {
  font-size: 14px;
  color: #7fca60;
  width: auto;
  padding-left: 14px;
  position: relative;
  float: right;
  clear: both
}

.tel-block .status:before {
  width: 7px;
  height: 7px;
  background: #7fca60;
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%
}

.callback_btn {
  width: 168px;
  height: 58px;
  padding: 7px;
  border: 1px solid rgba(93, 146, 211, 0.2);
  border-radius: 14px;
  margin-left: 15px
}

.callback_btn:hover {
  cursor: pointer
}

.callback_btn:hover * {
  cursor: pointer
}

.callback_btn:hover .btn-span:before {
  transition: all .1s linear;
  box-shadow: none
}

.callback_btn:active .btn-span:before {
  transition: all .1s linear;
  transform: translateY(3px)
}

.callback_btn:active .btn-span span {
  transition: all .1s linear;
  transform: translateY(3px)
}

.callback_btn .btn-span {
  height: 42px;
  width: 100%;
  position: relative;
  display: block;
  float: left;
  text-align: center
}

.callback_btn .btn-span span {
  padding-left: 18px;
  position: relative;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  z-index: 2;
  line-height: 44px;
  transition: all .1s linear;
  display: inline-block;
  font-family: _Bold
}

.callback_btn .btn-span span:before {
  width: 12px;
  height: 12px;
  background: url(../img/callback.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  content: ''
}

.callback_btn .btn-span:before {
  width: 100%;
  height: 40px;
  position: absolute;
  border-radius: 10px;
  background: #7eb5ff;
  background: -moz-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: -webkit-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: linear-gradient(to bottom, #7eb5ff 0, #4c81d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb5ff', endColorstr='#4c81d8', GradientType=0);
  content: '';
  left: 0;
  top: 0;
  -webkit-box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.31);
  -moz-box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.31);
  box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.31);
  z-index: 1;
  transition: all .1s linear
}

.callback_btn .btn-span:after {
  width: 100%;
  top: 4px;
  height: 38px;
  position: absolute;
  border-radius: 14px;
  background: #4170be;
  content: '';
  left: 0;
  -webkit-box-shadow: 0 15px 25px 0 rgba(65, 142, 250, 0.2);
  -moz-box-shadow: 0 15px 25px 0 rgba(65, 142, 250, 0.2);
  box-shadow: 0 15px 25px 0 rgba(65, 142, 250, 0.2)
}

b {
  font-family: _Bold;
  font-weight: 100
}

.bullets {
  height: 56px;
  margin-bottom: 8px;
  position: relative
}

.bullets:before {
  width: 430px;
  height: 510px;
  background: url(../img/dumbbells.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: -142px
}

.bullets .wrap_float {
  padding: 0;
  transform: translateY(-66px)
}

.bullets .item {
  width: 385px;
  margin-right: 9px;
  height: 120px;
  position: relative;
  border-radius: 12px
}

.bullets .item:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  border-radius: 12px;
  z-index: 1
}

.bullets .item:after {
  width: 86%;
  right: 0;
  height: 116px;
  position: absolute;
  content: '';
  bottom: -9px;
  border-radius: 12px;
  transform: skewY(-2deg)
}

.bullets .item .item-content {
  position: relative;
  z-index: 2;
  padding-left: 110px;
  line-height: 1.5;
  height: inherit;
  display: flex;
  align-items: center
}

.bullets .item .item-content:before {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  left: 0;
  top: -8px
}

.bullets .item .item-content span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.bullets .item:first-child {
  padding-right: 45px
}

.bullets .item:first-child:before {
  background: #f1f6fe
}

.bullets .item:first-child:after {
  background: #dde7f6
}

.bullets .item:first-child .item-content:before {
  width: 216px;
  height: 130px;
  top: auto;
  bottom: 0;
  background-image: url(../img/bullet-1.png)
}

.bullets .item:nth-child(2) {
  padding-right: 45px
}

.bullets .item:nth-child(2):before {
  background: #eff7dc
}

.bullets .item:nth-child(2):after {
  background: #dee9c4
}

.bullets .item:nth-child(2) .item-content:before {
  width: 96px;
  height: 125px;
  background-image: url(../img/bullet-2.png)
}

.bullets .item:last-child {
  margin-right: 0
}

.bullets .item:last-child:before {
  background: #faf5ee
}

.bullets .item:last-child:after {
  background: #eddfcc
}

.bullets .item:last-child .item-content:before {
  width: 100px;
  height: 130px;
  background-image: url(../img/bullet-3.png);
  top: auto;
  bottom: 0
}

.title {
  font-size: 44px;
  text-align: center;
  line-height: 1.2
}

.subtitle {
  font-size: 28px
}

.steps-section {
  text-align: center;
  padding-top: 125px;
  padding-bottom: 115px
}

.steps-section .wrap_float {
  padding: 0
}

.steps-section .title {
  max-width: 1084px;
  display: inline-block;
  float: none;
  margin-bottom: 24px
}

.steps-section .subtitle {
  max-width: 642px;
  display: inline-block;
  float: none;
  margin-bottom: 50px;
  line-height: 1.2
}

.steps-section .section_content {
  position: relative
}

.steps-section .section_content:before {
  content: 'Выберите этап, чтобы узнать больше';
  font-size: 13px;
  color: rgba(34, 34, 34, 0.6);
  width: 86px;
  position: absolute;
  left: 15px;
  top: -107px;
  height: 82px;
  line-height: 1.3;
  text-align: left;
  background: url(../img/cursor-2.png) top left no-repeat;
  background-size: 17px 22px;
  padding-top: 27px;
  padding-left: 15px
}

.steps-section .section_content:after {
  width: 70px;
  height: 48px;
  position: absolute;
  content: '';
  background: url(../img/line-4.png) center center no-repeat;
  background-size: contain;
  left: 100px;
  top: -68px
}

.steps-section .tabs {
  counter-reset: myCounter;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-bottom: 55px
}

.steps-section .tabs .tab {
  width: 236px;
  height: 80px;
  position: relative;
  border-radius: 8px;
  font-size: 15px;
  font-family: _Bold;
  line-height: 1.3;
  display: flex;
  align-items: center;
  padding-right: 20px;
  padding-left: 68px;
  text-align: left
}

.steps-section .tabs .tab span {
  position: relative;
  z-index: 1
}

.steps-section .tabs .tab:hover {
  cursor: pointer;
  background: rgba(18, 183, 147, 0.1);
  transition: all .1s linear
}

.steps-section .tabs .tab:hover * {
  cursor: pointer
}

.steps-section .tabs .tab.hover {
  cursor: pointer;
  background: rgba(18, 183, 147, 0.1);
  transition: all .1s linear
}

.steps-section .tabs .tab:before {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  counter-increment: myCounter;
  content: "0" counter(myCounter);
  background: rgba(50, 206, 172, 0.3);
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -16px;
  font-size: 15px;
  font-family: _Bold;
  color: #fff;
  line-height: 34px;
  text-align: center
}

.steps-section .tabs .tab.active {
  color: #fff;
  background: #1eeabd;
  background: -moz-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: -webkit-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: linear-gradient(to bottom, #1eeabd 0, #36c8a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eeabd', endColorstr='#36c8a8', GradientType=0);
  transition: none
}

.steps-section .tabs .tab.active:before {
  background: #32ceac
}

.steps-section .tabs_content {
  text-align: left
}

.steps-section .tabs_content ._content {
  display: none
}

.steps-section .tabs_content ._content .mob-tab {
  display: none
}

.steps-section .tabs_content ._content._content-1 {
  display: block
}

.steps-section .tabs_content ._content._content-1 .left {
  max-width: 598px;
  padding-left: 15px
}

.steps-section .tabs_content ._content._content-1 .left ._title {
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 22px
}

.steps-section .tabs_content ._content._content-1 .left ._subtitle {
  font-size: 20px
}

.steps-section .tabs_content ._content._content-1 .left ._subtitle strong {
  font-weight: 100;
  font-family: _Bold;
  border-radius: 3px;
  background: #eff7dc;
  display: inline-block;
  padding: 0 8px
}

.steps-section .tabs_content ._content._content-1 .left .list {
  margin-top: 32px
}

.steps-section .tabs_content ._content._content-1 .left .list .list-item {
  max-width: 260px;
  margin-right: 42px
}

.steps-section .tabs_content ._content._content-1 .left .list .list-item:nth-child(even) {
  margin-right: 0
}

.steps-section .tabs_content ._content._content-1 .left .list .list-item .list-item-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px
}

.steps-section .tabs_content ._content._content-1 .left .list .list-item .list-item-icon img {
  max-width: 100%;
  max-height: 100%
}

.steps-section .tabs_content ._content._content-1 .left .list .list-item .list-item-title {
  font-size: 20px;
  font-family: _Bold;
  line-height: 1.3;
  margin-bottom: 6px
}

.steps-section .tabs_content ._content._content-1 .left .list .list-item .list-item-text {
  font-size: 16px
}

.steps-section .tabs_content ._content._content-1 .right {
  max-width: 570px;
  margin-right: 15px;
  float: right;
  border-radius: 12px;
  overflow: hidden;
  position: relative
}

.steps-section .tabs_content ._content._content-1 .right .img {
  width: 100%;
  display: block
}

.steps-section .tabs_content ._content._content-1 .right .p {
  font-size: 20px;
  width: 212px;
  position: absolute;
  bottom: 45px;
  color: #fff;
  left: 50px;
  line-height: 1.3
}

.steps-section .tabs_content ._content._content-1 .right .p:before {
  width: 54px;
  height: 54px;
  background: #ffe588 url(../img/weight.png) center center no-repeat;
  background-size: 22px 30px;
  content: '';
  position: absolute;
  top: -66px;
  left: -16px;
  border-radius: 50%
}

.steps-section .tabs_content ._content._content-2 {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px
}

.steps-section .tabs_content ._content._content-2 ._title {
  font-size: 34px;
  max-width: 614px;
  display: inline-block;
  float: none;
  line-height: 1.1;
  margin-bottom: 15px
}

.steps-section .tabs_content ._content._content-2 ._subtitle {
  font-size: 20px;
  max-width: 508px;
  display: inline-block;
  float: none;
  line-height: 1.5
}

.steps-section .tabs_content ._content._content-2 .list {
  position: relative;
  margin-bottom: 55px;
  margin-top: 35px
}

.steps-section .tabs_content ._content._content-2 .list-wrap {
  background: #faf5ee;
  padding: 40px 50px;
  text-align: left;
  position: relative;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden
}

.steps-section .tabs_content ._content._content-2 .list-wrap:before {
  width: 354px;
  height: 297px;
  background: url(../img/steel.png) top right no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 0;
  right: 0
}

.steps-section .tabs_content ._content._content-2 .list:after {
  width: 97%;
  height: 162px;
  background: #eddfcc;
  content: '';
  bottom: -9px;
  border-radius: 18px;
  position: absolute;
  right: 0;
  transform: skewY(-1deg)
}

.steps-section .tabs_content ._content._content-2 .list .list-item {
  max-width: 258px;
  margin-right: 35px;
  position: relative;
  z-index: 1
}

.steps-section .tabs_content ._content._content-2 .list .list-item:last-child {
  margin-right: 0;
  max-width: 270px
}

.steps-section .tabs_content ._content._content-2 .list .list-item:last-child .list-item-title {
  max-width: 236px
}

.steps-section .tabs_content ._content._content-2 .list .list-item .list-item-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 14px
}

.steps-section .tabs_content ._content._content-2 .list .list-item .list-item-icon img {
  max-width: 100%;
  max-height: 100%
}

.steps-section .tabs_content ._content._content-2 .list .list-item .list-item-title {
  font-size: 20px;
  font-family: _Bold;
  margin-bottom: 5px;
  line-height: 1.3
}

.steps-section .tabs_content ._content._content-2 .list .list-item .list-item-text {
  font-size: 16px
}

.steps-section .tabs_content ._content._content-2 .list .list-item .list-item-text ul {
  margin-top: 5px
}

.steps-section .tabs_content ._content._content-2 .list .list-item .list-item-text ul li {
  font-size: 14px;
  position: relative;
  width: auto;
  padding-left: 12px;
  margin-right: 17px
}

.steps-section .tabs_content ._content._content-2 .list .list-item .list-item-text ul li:before {
  background: #7eb5ff;
  background: -moz-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: -webkit-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: linear-gradient(to bottom, #7eb5ff 0, #4c81d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb5ff', endColorstr='#4c81d8', GradientType=0);
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  margin-top: -3px;
  content: '';
  position: absolute;
  border-radius: 50%
}

.steps-section .tabs_content ._content._content-2 .bottom {
  text-align: left
}

.steps-section .tabs_content ._content._content-2 .bottom .left {
  max-width: 570px;
  margin-right: 28px
}

.steps-section .tabs_content ._content._content-2 .bottom .left img {
  border-radius: 10px;
  display: block;
  width: 100%
}

.steps-section .tabs_content ._content._content-2 .bottom .right {
  max-width: 542px
}

.steps-section .tabs_content ._content._content-2 .bottom .right .bottom_title {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 22px
}

.steps-section .tabs_content ._content._content-2 .bottom .right .bottom_subtitle {
  font-size: 20px;
  line-height: 1.3
}

.steps-section .tabs_content ._content._content-2 .bottom .right .bottom_subtitle span {
  font-size: 17px;
  max-width: 480px;
  display: block;
  float: left;
  padding-left: 55px;
  position: relative;
  margin-top: 15px;
  line-height: 1.5
}

.steps-section .tabs_content ._content._content-2 .bottom .right .bottom_subtitle span:before {
  width: 40px;
  height: 40px;
  background: url(../img/welding.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -20px
}

.steps-section .tabs_content ._content._content-3 {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px
}

.steps-section .tabs_content ._content._content-3 ._title {
  font-size: 34px;
  display: inline-block;
  float: none;
  line-height: 1.1;
  margin-bottom: 15px;
  max-width: 974px
}

.steps-section .tabs_content ._content._content-3 ._subtitle {
  font-size: 20px;
  max-width: 508px;
  display: inline-block;
  float: none;
  line-height: 1.5;
  max-width: 674px
}

.steps-section .tabs_content ._content._content-3 .list {
  background: url(../img/list-3-bg.jpg) right top no-repeat;
  background-size: cover;
  height: 296px;
  padding: 0 58px;
  margin-top: 36px;
  border-radius: 20px
}

.steps-section .tabs_content ._content._content-3 .list .list-item {
  text-align: left;
  height: inherit;
  display: flex;
  justify-content: center;
  flex-direction: column
}

.steps-section .tabs_content ._content._content-3 .list .list-item .list-item-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 14px
}

.steps-section .tabs_content ._content._content-3 .list .list-item .list-item-icon img {
  max-width: 100%;
  max-height: 100%
}

.steps-section .tabs_content ._content._content-3 .list .list-item .list-item-text {
  font-size: 18px;
  color: #fff;
  line-height: 1.4
}

.steps-section .tabs_content ._content._content-3 .list .list-item:first-child {
  max-width: 320px;
  margin-right: 70px
}

.steps-section .tabs_content ._content._content-3 .list .list-item:last-child {
  max-width: 340px
}

.steps-section .tabs_content ._content._content-4 .top .left {
  max-width: 693px;
  position: relative;
  z-index: 1
}

.steps-section .tabs_content ._content._content-4 .top .left ._title {
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 13px
}

.steps-section .tabs_content ._content._content-4 .top .left ._subtitle {
  font-size: 20px;
  line-height: 1.1
}

.steps-section .tabs_content ._content._content-4 .top .left ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px;
  border-radius: 12px;
  width: auto;
  margin-top: 38px
}

.steps-section .tabs_content ._content._content-4 .top .left ul li {
  height: 70px;
  width: auto;
  max-width: 226px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 66px;
  margin-right: 9px;
  -webkit-box-shadow: 0 0 60px 20px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 60px 20px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 60px 20px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding-right: 14px;
  line-height: 1.4
}

.steps-section .tabs_content ._content._content-4 .top .left ul li:last-child {
  margin-right: 0
}

.steps-section .tabs_content ._content._content-4 .top .left ul li:before {
  width: 34px;
  height: 34px;
  background: url(../img/ok.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 20px;
  top: 50%;
  margin-top: -17px
}

.steps-section .tabs_content ._content._content-4 .top .right {
  max-width: 450px;
  position: relative;
  height: 300px;
  float: right
}

.steps-section .tabs_content ._content._content-4 .top .right .img {
  width: 548px;
  position: absolute;
  right: 0;
  top: -30px
}

.steps-section .tabs_content ._content._content-4 .bottom .left {
  max-width: 540px;
  position: relative
}

.steps-section .tabs_content ._content._content-4 .bottom .left .video_link {
  font-size: 15px;
  font-family: _Light;
  color: #fff;
  padding-left: 62px;
  width: 288px;
  height: 50px;
  display: flex;
  align-items: center;
  position: absolute;
  margin-top: 16px;
  top: 45%;
  left: 51%;
  transform: translateX(-50%)
}

.steps-section .tabs_content ._content._content-4 .bottom .left .video_link:hover {
  cursor: pointer
}

.steps-section .tabs_content ._content._content-4 .bottom .left .video_link:hover:before {
  -webkit-box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.4);
  -moz-box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.4);
  box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.4);
  transition: all .1s linear
}

.steps-section .tabs_content ._content._content-4 .bottom .left .video_link:hover * {
  cursor: pointer
}

.steps-section .tabs_content ._content._content-4 .bottom .left .video_link:before {
  width: 50px;
  height: 50px;
  background: #7eb5ff;
  background: -moz-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: -webkit-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: linear-gradient(to bottom, #7eb5ff 0, #4c81d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb5ff', endColorstr='#4c81d8', GradientType=0);
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.2);
  -moz-box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.2);
  box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.2);
  transition: all .1s linear
}

.steps-section .tabs_content ._content._content-4 .bottom .left .video_link:after {
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 44px;
  height: 44px;
  position: absolute;
  content: '';
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background: url(../img/play.svg) center center no-repeat;
  background-size: 9px 11px;
  box-sizing: border-box
}

.steps-section .tabs_content ._content._content-4 .bottom .right {
  max-width: 590px;
  padding-right: 15px;
  padding-top: 140px;
  float: right
}

.steps-section .tabs_content ._content._content-4 .bottom .right ._title {
  font-size: 30px;
  line-height: 1.1
}

.steps-section .tabs_content ._content._content-4 .bottom .right ._subtitle {
  font-size: 26px;
  margin-top: 20px;
  line-height: 1.3
}

.steps-section .tabs_content ._content._content-4 .bottom .right .list {
  margin-top: 20px
}

.steps-section .tabs_content ._content._content-4 .bottom .right .list .list-item {
  max-width: 278px
}

.steps-section .tabs_content ._content._content-4 .bottom .right .list .list-item:last-child {
  max-width: 270px
}

.steps-section .tabs_content ._content._content-4 .bottom .right .list .list-item .list-item-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 16px
}

.steps-section .tabs_content ._content._content-4 .bottom .right .list .list-item .list-item-icon img {
  max-width: 100%;
  max-height: 100%
}

.steps-section .tabs_content ._content._content-4 .bottom .right .list .list-item .list-item-title {
  font-size: 20px;
  font-family: _Bold;
  line-height: 1.3;
  margin-bottom: 5px
}

.steps-section .tabs_content ._content._content-4 .bottom .right .list .list-item .list-item-text {
  font-size: 16px
}

.steps-section .tabs_content ._content._content-5 {
  padding: 0 15px;
  position: relative
}

.steps-section .tabs_content ._content._content-5 ._title {
  font-size: 34px;
  max-width: 735px;
  line-height: 1.2;
  margin-bottom: 22px
}

.steps-section .tabs_content ._content._content-5 ._subtitle {
  font-size: 20px;
  line-height: 1.4;
  max-width: 705px
}

.steps-section .tabs_content ._content._content-5 ._subtitle ul {
  margin-top: 28px;
  margin-bottom: 44px
}

.steps-section .tabs_content ._content._content-5 ._subtitle ul li {
  font-size: 18px;
  padding-left: 17px;
  position: relative;
  margin-right: 40px;
  width: auto
}

.steps-section .tabs_content ._content._content-5 ._subtitle ul li:last-child {
  margin-right: 0
}

.steps-section .tabs_content ._content._content-5 ._subtitle ul li:before {
  width: 15px;
  height: 15px;
  background: url(../img/footnote-before.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: -3px
}

.steps-section .tabs_content ._content._content-5 .text {
  max-width: 360px;
  clear: both;
  font-size: 23px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 75px
}

.steps-section .tabs_content ._content._content-5 .text .img {
  width: 260px;
  height: 260px;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 30px
}

.steps-section .tabs_content ._content._content-5 .text ul {
  height: 160px;
  position: relative
}

.steps-section .tabs_content ._content._content-5 .text ul li {
  font-size: 18px;
  position: absolute
}

.steps-section .tabs_content ._content._content-5 .text ul li:before {
  position: absolute;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain
}

.steps-section .tabs_content ._content._content-5 .text ul li:first-child {
  width: 126px;
  left: 186px;
  top: 60px
}

.steps-section .tabs_content ._content._content-5 .text ul li:first-child:before {
  width: 150px;
  height: 65px;
  background-image: url(../img/line-1.png);
  top: -68px;
  left: 130px
}

.steps-section .tabs_content ._content._content-5 .text ul li:nth-child(2) {
  width: 164px;
  top: 123px;
  left: 274px
}

.steps-section .tabs_content ._content._content-5 .text ul li:nth-child(2):before {
  width: 170px;
  height: 133px;
  background-image: url(../img/line-2.png);
  top: -69px;
  left: 90px
}

.steps-section .tabs_content ._content._content-5 .text ul li:nth-child(3) {
  width: 90px;
  top: 212px;
  left: 588px
}

.steps-section .tabs_content ._content._content-5 .text ul li:nth-child(3):before {
  width: 42px;
  height: 100px;
  background-image: url(../img/line-3-1.png);
  top: -88px;
  left: -50px
}

.steps-section .tabs_content ._content._content-5 .bottom ._title {
  max-width: 424px;
  margin-bottom: 18px
}

.steps-section .tabs_content ._content._content-5 .bottom ._subtitle {
  max-width: 558px;
  clear: both;
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 23px
}

.steps-section .tabs_content ._content._content-5 .bottom .list-item {
  width: 450px;
  padding-left: 66px;
  position: relative;
  height: 50px;
  align-items: center;
  clear: both;
  margin-left: 70px
}

.steps-section .tabs_content ._content._content-5 .bottom .list-item:before {
  width: 50px;
  height: 50px;
  background: url(../img/calendar.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  content: '';
  top: 0
}

.steps-section .tabs_content ._content._content-5 ._right {
  width: 484px;
  height: 467px;
  position: absolute;
  padding: 7px;
  right: 15px;
  top: 250px;
  background: url(../img/border-2.svg) center center no-repeat;
  background-size: contain
}

.steps-section .tabs_content ._content._content-5 ._right .div-wrap {
  width: 470px;
  height: 453px;
  background: #faf5ee;
  border-radius: 15px;
  padding: 30px 40px;
  padding-right: 17px
}

.steps-section .tabs_content ._content._content-5 ._right .div-wrap ._title {
  font-size: 30px;
  margin-bottom: 9px;
  max-width: 300px
}

.steps-section .tabs_content ._content._content-5 ._right .div-wrap ._subtitle {
  max-width: 295px;
  line-height: 1.2
}

.steps-section .tabs_content ._content._content-5 ._right .div-wrap .text {
  font-size: 20px;
  padding-left: 60px;
  max-width: 408px;
  margin-top: 24px;
  position: relative
}

.steps-section .tabs_content ._content._content-5 ._right .div-wrap .text:before {
  width: 50px;
  height: 50px;
  background: url(../img/joints.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  content: ''
}

.steps-section .tabs_content ._content._content-5 ._right .div-wrap .text span {
  font-size: 18px;
  border-bottom: 1px solid #222
}

.canvas-section {
  position: relative;
  padding: 120px 0
}

.canvas-section:before {
  left: 20px;
  right: 20px;
  top: 0;
  bottom: 0;
  height: 100%;
  background: url(../img/polotno-bg.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 16px;
  position: absolute;
  content: ''
}

.canvas-section .wrap_float {
  padding: 0;
  position: relative;
  z-index: 1
}

.canvas-section .title {
  color: #fff;
  padding-left: 15px;
  max-width: 714px;
  text-align: left
}

.canvas-section .subtitle {
  max-width: 765px;
  color: #fff;
  text-align: left;
  padding-left: 15px
}

.canvas-section ._blocks {
  margin-top: 48px
}

.canvas-section ._blocks .item {
  max-width: 486px;
  position: relative;
  margin-right: 10px
}

.canvas-section ._blocks .item:last-child {
  margin-right: 0
}

.canvas-section ._blocks .item:before {
  position: absolute;
  left: 30px;
  right: 0;
  bottom: -13px;
  background: #fff;
  border-radius: 20px;
  content: '';
  height: 100px;
  transform: skewY(-2deg)
}

.canvas-section ._blocks .item .item-wrap {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  padding-bottom: 20px;
  padding-left: 180px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.07)
}

.canvas-section ._blocks .item .item-wrap ._img {
  width: 124px;
  height: 124px;
  position: absolute;
  left: 30px
}

.canvas-section ._blocks .item .item-wrap ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.canvas-section ._blocks .item .item-wrap ._title {
  font-size: 18px;
  font-family: _Bold;
  line-height: 1.3;
  margin-bottom: 3px
}

.canvas-section ._blocks .item .item-wrap ._subtitle {
  font-size: 15px;
  line-height: 1.3;
  font-family: _Light
}

.canvas-section ._blocks .item .item-wrap .video_link {
  font-size: 13px;
  font-family: _Light;
  padding-left: 62px;
  width: 288px;
  height: 50px;
  display: flex;
  align-items: center;
  margin-left: -10px;
  position: relative;
  margin-top: 16px
}

.canvas-section ._blocks .item .item-wrap .video_link:hover {
  cursor: pointer
}

.canvas-section ._blocks .item .item-wrap .video_link:hover:before {
  -webkit-box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.4);
  -moz-box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.4);
  box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.4);
  transition: all .1s linear
}

.canvas-section ._blocks .item .item-wrap .video_link:hover * {
  cursor: pointer
}

.canvas-section ._blocks .item .item-wrap .video_link:before {
  width: 50px;
  height: 50px;
  background: #7eb5ff;
  background: -moz-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: -webkit-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: linear-gradient(to bottom, #7eb5ff 0, #4c81d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb5ff', endColorstr='#4c81d8', GradientType=0);
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.2);
  -moz-box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.2);
  box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.2);
  transition: all .1s linear
}

.canvas-section ._blocks .item .item-wrap .video_link:after {
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 44px;
  height: 44px;
  position: absolute;
  content: '';
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background: url(../img/play.svg) center center no-repeat;
  background-size: 9px 11px;
  box-sizing: border-box
}

.canvas-section .quote {
  padding-left: 48px;
  max-width: 340px;
  position: relative;
  margin-top: 50px;
  width: auto
}

.canvas-section .quote:before {
  width: 154px;
  height: 180px;
  background: url(../img/line-3.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  right: -246px;
  top: -145px;
  z-index: 1
}

.canvas-section .quote .p {
  font-size: 22px;
  color: #fff;
  position: relative;
  line-height: 1.3
}

.canvas-section .quote .p:before {
  width: 17px;
  height: 15px;
  background: url(../img/quote.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: -32px;
  top: 0;
  content: ''
}

.canvas-section .quote ._img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #434854;
  position: absolute;
  top: -57px;
  left: 100%
}

.canvas-section .quote ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.canvas-section .quote .author {
  padding-left: 125px;
  position: relative;
  padding-top: 18px;
  min-height: 170px;
  padding-bottom: 60px;
  margin-top: 23px
}

.canvas-section .quote .author .photo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0
}

.canvas-section .quote .author .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.canvas-section .quote .author .name {
  font-size: 20px;
  color: #fff;
  font-family: _Bold;
  width: auto
}

.canvas-section .quote .author .position {
  font-size: 14px;
  color: #fff;
  width: auto;
  clear: both;
  line-height: 1.3
}

.canvas-section .quote .author .signature {
  width: 150px;
  position: absolute;
  bottom: 0;
  right: 0
}

.canvas-section .quote .author .signature img {
  width: 100%;
  display: block
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.line:after {
  width: 14%
}

.line:after {
  width: 28%
}

.line:after {
  width: 42%
}

.line:after {
  width: 56%
}

.line:after {
  width: 70%
}

.line:after {
  width: 84%
}

.line:after {
  width: 100%
}

.quiz-section {
  padding-bottom: 100px;
  text-align: center;
  padding: 118px 0 0
}

.quiz-section .wrap_float {
  padding: 0;
  position: relative
}

.quiz-section .wrap_float:before {
  width: 685px;
  height: 835px;
  background: url(../img/batut-2.png) center center no-repeat;
  background-size: contain;
  content: '';
  left: -353px;
  top: 267px;
  position: absolute
}

.quiz-section .title {
  max-width: 940px;
  display: inline-block;
  float: none;
  margin-bottom: 58px
}

.quiz-section .title>span {
  background: #eff7dc;
  font-size: 36px;
  display: inline-block;
  padding: 5px 16px 10px;
  border-radius: 10px;
  transform: translateY(-2px)
}

.quiz-section .title>span .plus {
  transform: translateY(4px);
  display: inline-block
}

.quiz-wrap {
  position: relative;
  padding-bottom: 30px;
  text-align: left
}

.quiz-wrap:before {
  left: 82px;
  background: #eddfcc;
  position: absolute;
  right: 0;
  bottom: 13px;
  height: 100px;
  transform: skewY(-1.3deg);
  content: '';
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 15px
}

.quiz-wrap .steps-status {
  margin-bottom: 30px;
  position: absolute;
  top: 33px;
  z-index: 2;
  width: 400px;
  left: 88px
}

.quiz-wrap .steps-status .p {
  color: #222;
  text-align: center;
  margin-bottom: 10px
}

.quiz-wrap .steps-status .progress-line {
  height: 12px;
  background: #fff;
  border-radius: 6px;
  position: relative;
  overflow: hidden
}

.quiz-wrap .steps-status .progress-line .line {
  background: #71b5ff;
  border-radius: 6px;
  height: 12px;
  position: absolute;
  left: -90%;
  top: 0;
  width: 100%;
  transition: all .2s linear
}

.quiz-wrap .steps-status .progress-line .line:after {
  height: 100%;
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  text-align: center;
  line-height: 20px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
  content: '';
  position: absolute;
  width: 100%;
  left: 0
}

.quiz-wrap .quiz-block {
  background: #faf5ee;
  height: 663px;
  position: relative;
  z-index: 1;
  border-radius: 8px
}

.quiz-wrap .quiz-block .quiz-item {
  padding: 18px;
  display: none
}

.quiz-wrap .quiz-block .quiz-item .items .item {
  width: 180px;
  height: 150px;
  border-radius: 8px;
  background: #fff;
  margin-right: 19px;
  display: flex;
  justify-content: flex-end;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  flex-direction: column;
  padding: 13px 18px;
  font-size: 14px;
  line-height: 1.2
}

.quiz-wrap .quiz-block .quiz-item .items .item:first-child {
  background-image: url(../img/catalog.png)
}

.quiz-wrap .quiz-block .quiz-item .items .item:nth-child(2) {
  background-image: url(../img/calculator.png);
  background-size: 69%
}

.quiz-wrap .quiz-block .quiz-item .items .item:last-child {
  background-image: url(../img/rezinki.png);
  margin-right: 0;
  background-size: 87%
}

.quiz-wrap .quiz-block .quiz-item .left {
  max-width: 400px;
  text-align: center;
  padding-top: 17px;
  margin-left: 70px;
  margin-top: 76px
}

.quiz-wrap .quiz-block .quiz-item .left .question {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 32px;
  text-align: left
}

.quiz-wrap .quiz-block .quiz-item .left .variants {
  text-align: left
}

.quiz-wrap .quiz-block .quiz-item .left .variants input {
  display: none
}

.quiz-wrap .quiz-block .quiz-item .left .variants .label {
  font-size: 16px;
  padding-left: 46px;
  position: relative;
  display: flex;
  float: left;
  align-items: center;
  width: 100%;
  min-height: 30px;
  line-height: 1;
  margin-bottom: 24px
}

.quiz-wrap .quiz-block .quiz-item .left .variants .label:hover {
  cursor: pointer
}

.quiz-wrap .quiz-block .quiz-item .left .variants .label:hover * {
  cursor: pointer
}

.quiz-wrap .quiz-block .quiz-item .left .variants .label:last-child {
  margin-bottom: 0
}

.quiz-wrap .quiz-block .quiz-item .left .variants .label:before {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(220, 109, 166, 0.4);
  box-sizing: border-box;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  border-radius: 50%
}

.quiz-wrap .quiz-block .quiz-item .left .variants .label:after {
  width: 14px;
  height: 14px;
  background: #f26db7;
  background: -moz-linear-gradient(top, #f26db7 0, #cd2c85 100%);
  background: -webkit-linear-gradient(top, #f26db7 0, #cd2c85 100%);
  background: linear-gradient(to bottom, #f26db7 0, #cd2c85 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26db7', endColorstr='#cd2c85', GradientType=0);
  content: '';
  position: absolute;
  top: 50%;
  margin: -7px;
  left: 15px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 30px 0 rgba(205, 44, 133, 0.6);
  -moz-box-shadow: 0 10px 30px 0 rgba(205, 44, 133, 0.6);
  box-shadow: 0 10px 30px 0 rgba(205, 44, 133, 0.6);
  opacity: 0;
  transition: all .2s ease;
  transform: scale(0)
}

.quiz-wrap .quiz-block .quiz-item .left .variants input:checked+label:after {
  opacity: 1;
  transition: all .2s ease;
  transform: none
}

.quiz-wrap .quiz-block .quiz-item .left .btn {
  width: 280px;
  display: inline-block;
  float: none;
  margin-top: 36px
}

.quiz-wrap .quiz-block .quiz-item .left .skip-link {
  text-align: center;
  margin-top: 15px
}

.quiz-wrap .quiz-block .quiz-item .left .skip-link a span {
  color: #5ac8a8;
  border-bottom: 1px solid rgba(90, 200, 168, 0.5)
}

.quiz-wrap .quiz-block .quiz-item .right {
  max-width: 580px;
  float: right
}

.quiz-wrap .quiz-block .quiz-item .right .top {
  height: 400px;
  border-radius: 13px;
  margin-bottom: 28px
}

.quiz-wrap .quiz-block .quiz-item .right .bottom ._title {
  font-size: 20px;
  font-family: _Bold;
  text-align: center;
  margin-bottom: 15px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .top {
  position: relative;
  border-radius: 14px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .top .p {
  font-size: 18px;
  width: 159px;
  position: absolute;
  left: 50px;
  bottom: 32px;
  line-height: 1.4
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer {
  border-radius: 14px;
  overflow: hidden;
  display: none
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-none {
  background: url(../img/quiz-1.jpg) top 1px center no-repeat;
  height: inherit;
  background-size: cover;
  position: relative;
  border-radius: 14px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-none:before {
  width: 184px;
  height: 150px;
  position: absolute;
  content: '';
  background: url(../img/line-5.png) center center no-repeat;
  background-size: contain;
  left: -106px;
  top: 106px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-1,
.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-4 {
  background: #f3f4f5;
  height: inherit;
  position: relative;
  padding: 42px 50px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-1 .img,
.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-4 .img {
  width: 520px;
  position: absolute;
  left: 36px;
  bottom: 10px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-1 ._title,
.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-4 ._title {
  font-size: 26px;
  max-width: 372px;
  line-height: 1.2
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-2 {
  background: #f3f4f5;
  height: inherit;
  position: relative;
  padding: 42px 46px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-2:before {
  width: 130px;
  height: 188px;
  background: url(../img/jumping-2.png) center left no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 24px;
  left: 0;
  content: ''
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-2 ._title {
  font-size: 26px;
  max-width: 485px;
  line-height: 1.2;
  margin-bottom: 22px;
  position: relative;
  z-index: 1
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-2 ul {
  padding-left: 38px;
  position: relative;
  z-index: 1
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-2 ul li {
  padding-left: 86px;
  position: relative;
  font-size: 18px;
  margin-bottom: 26px;
  line-height: 1.3
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-2 ul li:before {
  content: '';
  position: absolute;
  left: 0;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-2 ul li:first-child {
  max-width: 336px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-2 ul li:first-child:before {
  background-image: url(../img/photos-3.png);
  width: 70px;
  height: 50px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-2 ul li:last-child {
  max-width: 410px;
  margin-bottom: 0
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-2 ul li:last-child:before {
  background-image: url(../img/iphone-2.png);
  width: 70px;
  height: 44px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-3 {
  background: #f3f4f5;
  height: inherit;
  position: relative;
  padding: 42px 46px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-3:before {
  width: 230px;
  height: 230px;
  background: url(../img/batut-4.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-3:after {
  width: 76px;
  height: 84px;
  background: url(../img/stopwatch.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  bottom: 150px;
  left: 154px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-3 .p {
  font-size: 18px;
  width: 227px;
  left: 260px;
  position: absolute;
  top: 216px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-3 ._title {
  font-size: 26px;
  max-width: 448px;
  line-height: 1.2;
  margin-bottom: 22px;
  position: relative;
  z-index: 1
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-2 .right .top {
  background: url(../img/quiz-item-2.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 44px 48px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-2 .right .top ._title {
  font-size: 26px;
  font-family: _Bold;
  color: #fff;
  max-width: 286px;
  line-height: 1.2;
  margin-bottom: 10px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-2 .right .top ._subtitle {
  font-size: 18px;
  color: #fff;
  max-width: 410px;
  line-height: 1.3
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-2 .right .top ul {
  padding-left: 223px;
  position: relative;
  margin-top: 20px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-2 .right .top ul li {
  font-size: 14px;
  color: #fff;
  padding-left: 18px;
  position: relative;
  line-height: 1.4;
  margin-bottom: 14px;
  max-width: 208px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-2 .right .top ul li:last-child {
  margin-bottom: 0
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-2 .right .top ul li:nth-child(1),
.quiz-wrap .quiz-block .quiz-item.quiz-item-2 .right .top ul li:nth-child(2) {
  max-width: 154px;
  position: absolute;
  left: 20px;
  margin-bottom: 0
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-2 .right .top ul li:nth-child(1) {
  top: 0
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-2 .right .top ul li:nth-child(2) {
  top: 70px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-2 .right .top ul li:before {
  width: 10px;
  height: 10px;
  background: url(../img/point.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
  content: ''
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-3 .right .top {
  background: url(../img/quiz-item-3.jpg) top -1px center no-repeat;
  background-size: cover;
  position: relative;
  padding: 44px 48px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-3 .right .top ._title {
  font-size: 26px;
  font-family: _Bold;
  max-width: 433px;
  line-height: 1.2;
  margin-bottom: 10px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-3 .right .top ._subtitle {
  font-size: 18px;
  max-width: 340px;
  line-height: 1.3
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-4 .right .top {
  background: #f3f4f5;
  position: relative;
  padding: 44px 48px;
  padding-right: 20px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-4 .right .top:before {
  width: 150px;
  height: 264px;
  background: url(../img/photos.png) right bottom no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  right: 0;
  bottom: 10px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-4 .right .top ._title {
  font-size: 26px;
  font-family: _Bold;
  max-width: 498px;
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
  z-index: 1
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-4 .right .top ._subtitle {
  font-size: 18px;
  max-width: 445px;
  line-height: 1.3;
  position: relative;
  z-index: 1
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-4 .right .top ul {
  position: relative;
  z-index: 1;
  margin-top: 24px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-4 .right .top ul li {
  max-width: 190px;
  margin-right: 54px;
  font-size: 14px;
  line-height: 1.4
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-4 .right .top ul li:last-child {
  margin-right: 0
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-4 .right .top ul li ._icon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-4 .right .top ul li ._icon img {
  max-width: 100%;
  max-height: 100%
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5 {
  position: relative;
  height: 100%;
  overflow: hidden
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5.visible:before {
  opacity: 1;
  transition: all .2s linear
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5:before {
  width: 856px;
  height: 310px;
  background-image: url(../img/catalog-2.png);
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .5;
  content: '';
  transition: all .2s linear
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5 .left {
  max-width: 560px;
  text-align: left
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5 .left .steps-status {
  max-width: 400px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5 .left ._title {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 13px;
  font-family: _Bold
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5 .right {
  max-width: 456px;
  border-radius: 10px;
  background: #fff;
  padding: 58px 50px;
  position: relative;
  padding-bottom: 122px;
  -webkit-box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.05)
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5 .right:before {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  position: absolute;
  box-sizing: border-box;
  content: ''
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5 .items .item {
  width: 180px;
  height: 128px;
  margin-right: 10px;
  background-size: 65%
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5 .items .item:first-child {
  background-size: 80%
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5 .items .item:last-child {
  margin-right: 0
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5 .finish_p {
  font-size: 30px;
  max-width: 526px;
  padding-left: 138px;
  position: relative;
  line-height: 1.1;
  height: 106px;
  display: flex;
  align-items: center;
  margin-left: 38px;
  margin-top: 30px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5 .finish_p:after {
  width: 106px;
  height: 106px;
  border: 1px solid #66f1cf;
  border-radius: 50%;
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  box-sizing: border-box
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5 .finish_p p {
  display: none
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5 .finish_p .load {
  width: 90px;
  height: 90px;
  background: #1eeabd;
  background: -moz-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: -webkit-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: linear-gradient(to bottom, #1eeabd 0, #36c8a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eeabd', endColorstr='#36c8a8', GradientType=0);
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 8px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5 .finish_p .load:before {
  width: 106px;
  height: 106px;
  border: 1px solid #66f1cf;
  border-radius: 50%;
  content: '';
  left: -8px;
  top: -8px;
  position: absolute;
  box-sizing: border-box;
  background: url(../img/load.gif) center center no-repeat;
  background-size: 44px 44px
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5 .finish_p .load:after {
  width: 32px;
  height: 24px;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -16px;
  position: absolute;
  box-sizing: border-box;
  background: url(../img/done.svg) center center no-repeat;
  background-size: contain;
  opacity: 0
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5 .finish_p .load.done:before {
  opacity: 0;
  transition: all .2s linear
}

.quiz-wrap .quiz-block .quiz-item.quiz-item-5 .finish_p .load.done:after {
  opacity: 1;
  transition: all .2s linear
}

.btn {
  background: none;
  position: relative
}

.btn:hover {
  cursor: pointer
}

.btn:hover * {
  cursor: pointer
}

.btn:hover .btn-span:before {
  box-shadow: none;
  transition: all .1s linear
}

.btn:active .btn-span:before {
  transform: translateY(3px);
  transition: all .1s linear
}

.btn:active .btn-span span {
  transform: translateY(3px);
  transition: all .1s linear
}

.btn .btn-span {
  height: 80px;
  width: 100%;
  position: relative;
  display: block;
  float: left;
  text-align: center
}

.btn .btn-span span {
  position: relative;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-family: _ExtraBold;
  transition: all .1s linear
}

.btn .btn-span:before {
  width: 100%;
  height: 76px;
  position: absolute;
  border-radius: 10px;
  background: #7eb5ff;
  background: -moz-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: -webkit-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: linear-gradient(to bottom, #7eb5ff 0, #4c81d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb5ff', endColorstr='#4c81d8', GradientType=0);
  content: '';
  left: 0;
  top: 0;
  -webkit-box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.31);
  -moz-box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.31);
  box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.31);
  z-index: 1;
  transition: all .1s linear
}

.btn .btn-span:after {
  width: 100%;
  top: 2px;
  height: 76px;
  position: absolute;
  border-radius: 14px;
  background: #4170be;
  content: '';
  top: 4px;
  left: 0;
  -webkit-box-shadow: 0 15px 25px 0 rgba(65, 142, 250, 0.2);
  -moz-box-shadow: 0 15px 25px 0 rgba(65, 142, 250, 0.2);
  box-shadow: 0 15px 25px 0 rgba(65, 142, 250, 0.2)
}

.btn.inactive .btn__light-wrap {
  display: none
}

.btn.inactive:hover {
  cursor: default
}

.btn.inactive:hover * {
  cursor: default
}

.btn.inactive:active .btn-span:before {
  transform: none
}

.btn.inactive:active .btn-span span {
  transform: none
}

.btn.inactive .btn-span:before {
  background: #ccc;
  box-shadow: none
}

.btn.inactive .btn-span:after {
  background: #989898;
  box-shadow: none
}

.btn_wrap {
  width: 360px;
  height: 120px;
  background: url(../img/btn-border.svg) center center no-repeat;
  background-size: contain;
  display: block;
  float: left;
  padding: 15px;
  margin-top: 28px
}

.btn_wrap .p {
  font-size: 13px;
  font-family: _ExtraBold;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 32px;
  text-align: center
}

.btn_wrap .btn {
  width: 100%;
  height: 90px;
  position: relative
}

.btn_wrap .btn:hover {
  cursor: pointer
}

.btn_wrap .btn:hover * {
  cursor: pointer
}

.btn_wrap .btn:hover .btn-span:before {
  transition: all .1s linear;
  box-shadow: none
}

.btn_wrap .btn:active .btn-span span {
  transform: translateY(3px);
  transition: all .1s linear
}

.btn_wrap .btn:active .btn-span:before {
  transition: all .1s linear;
  transform: translateY(3px)
}

.btn_wrap .btn .btn-span {
  width: 100%;
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 1.4;
  letter-spacing: .3px;
  display: flex;
  align-items: center;
  justify-content: center
}

.btn_wrap .btn .btn-span:before {
  width: 100%;
  height: 86px;
  position: absolute;
  border-radius: 12px;
  background: #7eb5ff;
  background: -moz-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: -webkit-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: linear-gradient(to bottom, #7eb5ff 0, #4c81d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb5ff', endColorstr='#4c81d8', GradientType=0);
  content: '';
  left: 0;
  top: 0;
  -webkit-box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.31);
  -moz-box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.31);
  box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.31);
  z-index: 1;
  transition: all .1s linear
}

.btn_wrap .btn .btn-span:after {
  width: 100%;
  top: 4px;
  height: 86px;
  position: absolute;
  border-radius: 15px;
  background: #4170be;
  content: '';
  left: 0;
  -webkit-box-shadow: 0 15px 25px 0 rgba(65, 142, 250, 0.2);
  -moz-box-shadow: 0 15px 25px 0 rgba(65, 142, 250, 0.2);
  box-shadow: 0 15px 25px 0 rgba(65, 142, 250, 0.2)
}

.btn_wrap .btn .btn-span span {
  font-size: 13px;
  font-family: _ExtraBold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  transition: all .1s linear
}

.btn_wrap .btn .btn-span span:before {
  width: 104px;
  height: 110px;
  background: url(../img/calc.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: -95px;
  top: 0;
  content: ''
}

.form {
  position: relative;
  z-index: 1
}

.form .field {
  margin-top: 26px
}

.form .field:first-child {
  margin-top: 0
}

.form .field .label {
  display: block;
  float: left;
  clear: both;
  font-size: 11px;
  font-family: _Bold;
  color: #bababa;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px
}

.form .field .way input {
  display: none
}

.form .field .way input:checked+label {
  background: #eee;
  color: #fff
}

.form .field .way input:checked+label.tel {
  background: #2dd7dd;
  border-color: #2dd7dd
}

.form .field .way input:checked+label.whatsapp {
  background: #25d366;
  border-color: #25d366
}

.form .field .way input:checked+label.viber {
  background: #925fbb;
  border-color: #925fbb
}

.form .field .way input:checked+label span:before {
  opacity: 0
}

.form .field .way input:checked+label span:after {
  opacity: 1
}

.form .field .way .way-item {
  width: 116px;
  height: 50px;
  border-radius: 7px;
  display: block;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 48px;
  text-align: center;
  margin-right: 4px
}

.form .field .way .way-item:hover {
  cursor: pointer
}

.form .field .way .way-item:hover * {
  cursor: pointer
}

.form .field .way .way-item:last-child {
  margin-right: 0
}

.form .field .way .way-item span {
  font-size: 12px;
  display: inline-block;
  padding-left: 20px;
  position: relative
}

.form .field .way .way-item span:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px
}

.form .field .way .way-item span:after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  opacity: 0
}

.form .field .way .way-item.tel span:before {
  background-image: url(../img/phone.svg);
  margin-top: -8px
}

.form .field .way .way-item.tel span:after {
  background-image: url(../img/phone-white.svg);
  margin-top: -8px
}

.form .field .way .way-item.whatsapp span:before {
  background-image: url(../img/whatsapp.svg);
  margin-top: -8px
}

.form .field .way .way-item.whatsapp span:after {
  background-image: url(../img/whatsapp-white.svg);
  margin-top: -8px
}

.form .field .way .way-item.viber span:before {
  background-image: url(../img/viber.svg)
}

.form .field .way .way-item.viber span:after {
  background-image: url(../img/viber-white.svg)
}

.form .field.inactive {
  position: relative
}

.form .field.inactive:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  z-index: 1
}

.form .field.inactive .input_wrap .input {
  background: #f2f2f2;
  border-color: #f2f2f2;
  box-shadow: none
}

.form .agreement {
  text-align: center;
  margin-top: 15px
}

.form .agreement input {
  display: none
}

.form .agreement label {
  display: inline-block;
  float: none;
  color: #999;
  font-size: 12px;
  font-family: _Light;
  position: relative;
  padding-left: 24px
}

.form .agreement label.warning {
  color: red
}

.form .agreement label.warning:before {
  border-color: red
}

.form .agreement label.warning a {
  transition: none
}

.form .agreement label.warning a span {
  color: red;
  border-color: red;
  transition: none
}

.form .agreement label:hover {
  cursor: pointer
}

.form .agreement label:hover * {
  cursor: pointer
}

.form .agreement label:before {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid rgba(158, 101, 99, 0.2);
  border-radius: 2px;
  content: '';
  position: absolute;
  left: 0;
  top: 0
}

.form .agreement label:after {
  width: 10px;
  height: 8px;
  box-sizing: border-box;
  background: url(../img/check.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
  transition: all .1s linear
}

.form .agreement label a {
  transition: none
}

.form .agreement label a span {
  color: #71b5ff;
  border-bottom: 1px solid rgba(113, 181, 255, 0.5);
  transition: none
}

.form .agreement label a:hover span {
  color: #3d92ed;
  border-color: rgba(61, 146, 237, 0.5);
  transition: all .1s linear
}

.form .agreement input:checked+label:after {
  opacity: 1;
  transition: all .1s linear
}

.form .btn {
  width: 100%;
  display: block;
  margin-top: 8px
}

.form .btn .btn-span {
  height: 84px
}

.form .btn .btn-span:before {
  height: 84px
}

.form .btn .btn-span:after {
  height: 84px
}

.form .time_labels {
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px
}

.form .time_labels input {
  display: none
}

.form .time_labels label {
  width: 50%;
  height: 50px;
  border-radius: 8px;
  display: block;
  float: left;
  font-family: _ExtraBold;
  color: rgba(34, 34, 34, 0.7);
  text-transform: uppercase;
  letter-spacing: .7px;
  text-align: center;
  line-height: 50px;
  font-size: 12px
}

.form .time_labels label:hover {
  cursor: pointer
}

.form .time_labels input:checked+label {
  background: #7eb5ff;
  background: -moz-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: -webkit-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: linear-gradient(to bottom, #7eb5ff 0, #4c81d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb5ff', endColorstr='#4c81d8', GradientType=0);
  color: #fff
}

.input {
  height: 84px;
  display: block;
  background: none;
  float: left;
  width: 100%;
  border: 1px solid rgba(184, 91, 75, 0.1);
  border-radius: 14px;
  -webkit-box-shadow: inset 0 2px 6px 2px rgba(184, 91, 75, 0.1);
  -moz-box-shadow: inset 0 2px 6px 2px rgba(184, 91, 75, 0.1);
  box-shadow: inset 0 2px 6px 2px rgba(184, 91, 75, 0.1);
  font-family: _Light;
  font-size: 16px;
  padding: 0 20px 0 28px
}

.input_wrap {
  position: relative
}

.input_wrap.tel:before {
  width: 18px;
  height: 18px;
  background: url(../img/phone-2.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 28px;
  top: 50%;
  margin-top: -9px;
  opacity: .3
}

.input_wrap.tel .input {
  padding-left: 60px;
  padding-top: 4px
}

.timer {
  background: #f7f8f9;
  position: absolute;
  width: 356px;
  border-radius: 12px;
  padding-top: 20px;
  height: 187px;
  bottom: -88px;
  left: 50%;
  margin-left: -178px
}

.timer-wrap {
  width: 116px;
  float: right;
  margin-right: 26px;
  text-align: center
}

.timer-wrap .p {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 15px
}

.timer-wrap .timer-val {
  text-align: center
}

.timer-wrap .timer-val .td {
  width: 44px;
  display: inline-block;
  float: none
}

.timer-wrap .timer-val .td:first-child {
  margin-right: 20px;
  position: relative
}

.timer-wrap .timer-val .td:first-child:before {
  font-size: 26px;
  color: #222;
  font-family: _Regular;
  line-height: 44px;
  left: 100%;
  width: 20px;
  text-align: center;
  content: ':';
  position: absolute;
  font-family: _Bold
}

.timer-wrap .timer-val .td .val {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 8px;
  font-size: 26px;
  font-family: _Bold;
  text-align: center;
  line-height: 44px;
  margin-bottom: 5px
}

.timer-wrap .timer-val .td .val-p {
  font-size: 10px;
  font-family: _Bold;
  text-transform: uppercase
}

.timer:before {
  width: 158px;
  height: 148px;
  background: url(../img/timer.png) center center no-repeat;
  background-size: contain;
  top: 18px;
  left: 30px;
  content: '';
  position: absolute
}

.portfolio {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 125px
}

.portfolio .wrap_float {
  padding: 0
}

.portfolio .title {
  max-width: 1072px;
  display: inline-block;
  float: none;
  margin-bottom: 10px
}

.portfolio .subtitle {
  text-align: center;
  margin-bottom: 42px
}

.portfolio .section_content {
  text-align: left;
  padding: 0 15px
}

.portfolio .section_content .left {
  width: 260px
}

.portfolio .section_content .left .tabs {
  border: 1px solid rgba(0, 0, 0, 0.08);
  counter-reset: myCounter;
  border-radius: 10px
}

.portfolio .section_content .left .tabs .tab {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  height: 100px;
  position: relative;
  padding-left: 35px;
  padding-right: 30px;
  line-height: 1.4;
  display: flex;
  align-items: center
}

.portfolio .section_content .left .tabs .tab:hover {
  cursor: pointer
}

.portfolio .section_content .left .tabs .tab:before {
  background: #1eeabd;
  background: -moz-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: -webkit-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: linear-gradient(to bottom, #1eeabd 0, #36c8a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eeabd', endColorstr='#36c8a8', GradientType=0);
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border-radius: 10px;
  content: '';
  clip-path: none;
  -webkit-box-shadow: 0 20px 35px 0 rgba(54, 200, 168, 0.25);
  -moz-box-shadow: 0 20px 35px 0 rgba(54, 200, 168, 0.25);
  box-shadow: 0 20px 35px 0 rgba(54, 200, 168, 0.25);
  transition: none;
  opacity: 0
}

.portfolio .section_content .left .tabs .tab:after {
  background: rgba(18, 183, 147, 0.1);
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  content: '';
  border-radius: 10px;
  transition: all .1s ease;
  opacity: 0
}

.portfolio .section_content .left .tabs .tab:hover {
  cursor: pointer
}

.portfolio .section_content .left .tabs .tab:hover:after {
  opacity: 1;
  transition: all .1s linear
}

.portfolio .section_content .left .tabs .tab:hover * {
  cursor: pointer
}

.portfolio .section_content .left .tabs .tab.active:before {
  opacity: 1;
  transition: all .2s ease
}

.portfolio .section_content .left .tabs .tab.active:after {
  display: none
}

.portfolio .section_content .left .tabs .tab.active span {
  color: #fff;
  font-family: _Bold
}

.portfolio .section_content .left .tabs .tab.active span:before {
  color: #fff
}

.portfolio .section_content .left .tabs .tab span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  z-index: 1
}

.portfolio .section_content .left .tabs .tab span:before {
  counter-increment: myCounter;
  content: "0" counter(myCounter) ".";
  font-size: 18px;
  font-family: _ExtraBold;
  position: absolute;
  left: 0;
  top: -2px
}

.portfolio .section_content .left .tabs .tab:last-child {
  border-bottom: 0
}

.portfolio .section_content .right {
  width: 860px;
  float: right
}

.portfolio .section_content .right .tab_content {
  display: none
}

.portfolio .section_content .right .tab_content .portfolio-slider {
  border-radius: 14px;
  overflow: hidden
}

.portfolio .section_content .right .tab_content .portfolio-slider .slide {
  height: 480px;
  border-radius: 14px;
  overflow: hidden;
  margin: 0 1px
}

.portfolio .section_content .right .tab_content .portfolio-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.portfolio .section_content .right .tab_content .portfolio-slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #7eb5ff;
  background: -moz-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: -webkit-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: linear-gradient(to bottom, #7eb5ff 0, #4c81d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb5ff', endColorstr='#4c81d8', GradientType=0);
  top: 50%;
  margin-top: -30px;
  position: absolute;
  z-index: 1;
  color: transparent;
  -webkit-box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.2);
  -moz-box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.2);
  box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.2);
  transition: all .1s linear
}

.portfolio .section_content .right .tab_content .portfolio-slider .slick-arrow:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.4);
  -moz-box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.4);
  box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.4);
  transition: all .1s linear
}

.portfolio .section_content .right .tab_content .portfolio-slider .slick-arrow:before {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  position: absolute;
  content: '';
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  background: url(../img/arrow.svg) left 19px center no-repeat;
  background-size: 11px 17px
}

.portfolio .section_content .right .tab_content .portfolio-slider .slick-arrow.slick-prev {
  left: 30px
}

.portfolio .section_content .right .tab_content .portfolio-slider .slick-arrow.slick-next {
  right: 30px
}

.portfolio .section_content .right .tab_content .portfolio-slider .slick-arrow.slick-next:before {
  transform: rotate(180deg)
}

.portfolio .section_content .right .tab_content .portfolio-info {
  margin-top: 38px
}

.portfolio .section_content .right .tab_content .portfolio-info_left {
  max-width: 558px
}

.portfolio .section_content .right .tab_content .portfolio-info_left .author {
  padding-left: 132px;
  position: relative;
  min-height: 110px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 22px
}

.portfolio .section_content .right .tab_content .portfolio-info_left .author ._img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0
}

.portfolio .section_content .right .tab_content .portfolio-info_left .author ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.portfolio .section_content .right .tab_content .portfolio-info_left .author .p {
  font-size: 18px
}

.portfolio .section_content .right .tab_content .portfolio-info_left .author .name {
  font-size: 18px;
  font-family: _Bold
}

.portfolio .section_content .right .tab_content .portfolio-info_left .author .position {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.5);
  font-family: _Light;
  margin-top: 1px
}

.portfolio .section_content .right .tab_content .portfolio-info_left .task {
  margin-bottom: 35px
}

.portfolio .section_content .right .tab_content .portfolio-info_left ._title {
  color: rgba(34, 34, 34, 0.5);
  width: 144px;
  padding-right: 30px;
  text-transform: uppercase;
  font-family: _ExtraBold;
  font-size: 14px
}

.portfolio .section_content .right .tab_content .portfolio-info_left ._text {
  width: 378px;
  font-size: 18px;
  line-height: 1.4
}

.portfolio .section_content .right .tab_content .portfolio-info_right {
  max-width: 280px
}

.portfolio .section_content .right .tab_content .portfolio-info_right .doc {
  height: 274px;
  text-align: center;
  margin-bottom: 10px
}

.portfolio .section_content .right .tab_content .portfolio-info_right .doc img {
  display: inline-block;
  float: none;
  height: 100%;
  width: auto
}

.portfolio .section_content .right .tab_content .portfolio-info_right ._title {
  color: rgba(34, 34, 34, 0.5);
  font-family: _Light;
  font-size: 16px;
  text-align: center
}

.portfolio .section_content .right .tab_content .portfolio-info_right .zoom-link {
  text-align: center;
  margin-top: 3px
}

.portfolio .section_content .right .tab_content .portfolio-info_right .zoom-link a {
  font-size: 14px;
  position: relative;
  padding-left: 18px
}

.portfolio .section_content .right .tab_content .portfolio-info_right .zoom-link a span {
  color: #7eb5ff;
  border-bottom: 1px solid rgba(126, 181, 255, 0.5);
  transition: all .1s linear
}

.portfolio .section_content .right .tab_content .portfolio-info_right .zoom-link a:hover {
  cursor: pointer
}

.portfolio .section_content .right .tab_content .portfolio-info_right .zoom-link a:hover span {
  color: #3d92ed;
  border-color: rgba(61, 146, 237, 0.5);
  transition: all .1s linear;
  cursor: pointer
}

.portfolio .section_content .right .tab_content .portfolio-info_right .zoom-link a:hover:before {
  opacity: 0;
  transition: all .1s linear
}

.portfolio .section_content .right .tab_content .portfolio-info_right .zoom-link a:hover:after {
  opacity: 1;
  transition: all .1s linear
}

.portfolio .section_content .right .tab_content .portfolio-info_right .zoom-link a:before {
  width: 12px;
  height: 12px;
  background: url(../img/zoom.svg) center center no-repeat;
  background-size: contain;
  content: '';
  left: 0;
  top: 1px;
  position: absolute;
  transition: all .1s linear
}

.portfolio .section_content .right .tab_content .portfolio-info_right .zoom-link a:after {
  width: 12px;
  height: 12px;
  background: url(../img/zoom-hover.svg) center center no-repeat;
  background-size: contain;
  content: '';
  left: 0;
  top: 1px;
  position: absolute;
  opacity: 0;
  transition: all .1s linear
}

.advertising-section {
  text-align: center;
  background: #f8f9f8;
  padding-top: 122px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.advertising-section:before {
  width: 552px;
  height: 720px;
  background: url(../img/camera.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  right: 0;
  top: 200px;
  z-index: 1
}

.advertising-section .title {
  max-width: 1026px;
  display: inline-block;
  float: none;
  margin-bottom: 22px
}

.advertising-section .subtitle {
  max-width: 648px;
  display: inline-block;
  float: none;
  line-height: 1.2;
  margin-bottom: 58px
}

.advertising-section .subtitle span {
  display: inline-block;
  background: #eff7dc;
  padding: 0 5px;
  border-radius: 6px
}

.advertising-section .wrap_float {
  padding: 0 15px
}

.advertising-section .section_content {
  text-align: left;
  position: relative;
  margin-bottom: 48px
}

.advertising-section .section_content:before {
  left: 50px;
  bottom: -14px;
  position: absolute;
  height: 100px;
  background: #fff;
  content: '';
  right: 0;
  transform: skewY(-1deg);
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 12px
}

.advertising-section .section_content .content-wrap {
  background: #fff;
  border-radius: 14px;
  position: relative;
  padding: 50px 100px;
  -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.04)
}

.advertising-section .section_content .content-wrap:before {
  top: 7px;
  left: 7px;
  bottom: 7px;
  right: 7px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  content: '';
  position: absolute
}

.advertising-section .section_content .content-wrap ._title {
  font-size: 32px;
  font-family: _Light;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  line-height: 1.2
}

.advertising-section .section_content .content-wrap .items {
  position: relative;
  z-index: 1
}

.advertising-section .section_content .content-wrap .items .item_img {
  height: 120px;
  margin-bottom: 10px;
  line-height: 120px
}

.advertising-section .section_content .content-wrap .items .item_img img {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -13px
}

.advertising-section .section_content .content-wrap .items .item_title {
  font-size: 20px;
  font-family: _Bold;
  line-height: 1.3;
  margin-bottom: 8px
}

.advertising-section .section_content .content-wrap .items .item_text {
  font-size: 16px;
  font-family: _Light
}

.advertising-section .section_content .content-wrap .items .item:nth-child(1) {
  max-width: 263px;
  margin-right: 65px
}

.advertising-section .section_content .content-wrap .items .item:nth-child(2) {
  max-width: 328px;
  margin-right: 40px
}

.advertising-section .section_content .content-wrap .items .item:nth-child(3) {
  max-width: 270px
}

.trainers {
  position: relative;
  text-align: left;
  padding-top: 125px
}

.trainers:before {
  left: 20px;
  right: 20px;
  border-radius: 20px;
  bottom: -76px;
  top: 0;
  position: absolute;
  content: '';
  background: url(../img/coach-bg.jpg) center center no-repeat;
  background-size: cover
}

.trainers:after {
  width: 423px;
  height: 685px;
  background: url(../img/jumping.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: -340px;
  z-index: 1
}

.trainers .wrap_float {
  padding: 0 15px;
  position: relative;
  z-index: 1
}

.trainers .title {
  max-width: 825px;
  text-align: left;
  margin-bottom: 12px
}

.trainers .subtitle {
  max-width: 720px;
  line-height: 1.3
}

.trainers .text {
  width: 280px;
  position: absolute;
  top: 60px;
  right: 0
}

.trainers .text:before {
  left: 20px;
  right: 0;
  background: #eddfcc;
  content: '';
  position: absolute;
  transform: skewY(-4deg);
  bottom: -8px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 10px;
  height: 100px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03)
}

.trainers .text .p {
  background: #faf5ee;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.4;
  padding: 40px 38px 30px;
  position: relative;
  z-index: 1
}

.trainers .text .p:before {
  width: 70px;
  height: 70px;
  background: #fff url(../img/cup.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  background-size: 30px 30px;
  top: -46px;
  left: 20px;
  border-radius: 50%
}

.trainers .section_content {
  height: 530px;
  margin-top: 32px;
  position: relative
}

.trainers .section_content .arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #7eb5ff;
  background: -moz-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: -webkit-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: linear-gradient(to bottom, #7eb5ff 0, #4c81d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb5ff', endColorstr='#4c81d8', GradientType=0);
  top: 50%;
  display: none;
  margin-top: -30px;
  position: absolute;
  z-index: 1;
  color: transparent;
  -webkit-box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.2);
  -moz-box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.2);
  box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.2);
  transition: all .1s linear
}

.trainers .section_content .arrow:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.4);
  -moz-box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.4);
  box-shadow: 0 20px 35px 2px rgba(65, 142, 250, 0.4);
  transition: all .1s linear
}

.trainers .section_content .arrow:before {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  position: absolute;
  content: '';
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  background: url(../img/arrow.svg) left 19px center no-repeat;
  background-size: 11px 17px
}

.trainers .section_content .arrow.prev {
  left: 0
}

.trainers .section_content .arrow.next {
  right: 0
}

.trainers .section_content .arrow.next:before {
  transform: rotate(180deg)
}

.trainers .section_content .items {
  height: inherit;
  overflow: hidden
}

.trainers .section_content .item {
  width: 33.3333%;
  text-align: center;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px
}

.trainers .section_content .item ._img img {
  position: absolute;
  top: 0
}

.trainers .section_content .item ._name {
  font-size: 18px;
  font-family: _Bold;
  transform: skewX(-10deg);
  background: #eff7dc;
  border-radius: 8px;
  width: auto;
  padding: 12px 20px 8px;
  margin-bottom: -8px;
  position: relative;
  z-index: 1
}

.trainers .section_content .item ._name span {
  transform: skewX(10deg);
  display: inline-block
}

.trainers .section_content .item ._position {
  font-size: 14px;
  font-family: _Light;
  transform: skewX(-7deg);
  background: #fff;
  border-radius: 8px;
  width: auto;
  padding: 12px 20px 8px;
  max-width: 228px;
  text-align: left;
  line-height: 1.4;
  margin-left: 25px;
  padding-top: 15px
}

.trainers .section_content .item ._position span {
  transform: skewX(7deg);
  display: inline-block
}

.trainers .section_content .item.romanova img {
  width: 358px;
  left: 40px
}

.trainers .section_content .item.sosnovich {
  padding-left: 66px
}

.trainers .section_content .item.sosnovich img {
  width: 427px;
  left: -14px
}

.trainers .section_content .item.gnevisheva {
  padding-left: 96px
}

.trainers .section_content .item.gnevisheva img {
  width: 340px;
  left: -40px
}

.programm {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 58px;
  overflow: hidden
}

.programm .wrap_float {
  padding: 75px 15px 130px;
  position: relative
}

.programm .wrap_float:before {
  bottom: 0;
  left: -148px;
  right: -148px;
  top: -76px;
  position: absolute;
  -webkit-box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.04);
  content: '';
  background: #fff
}

.programm .tabs {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 6px;
  width: auto;
  display: inline-block;
  float: none;
  position: relative;
  z-index: 2;
  margin-bottom: 34px
}

.programm .tabs .tab {
  width: 372px;
  height: 90px;
  border-radius: 10px;
  padding-left: 105px;
  padding-right: 20px;
  text-align: left;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column
}

.programm .tabs .tab:hover {
  cursor: pointer;
  background: rgba(18, 183, 147, 0.1);
  transition: all .1s linear
}

.programm .tabs .tab:hover * {
  cursor: pointer
}

.programm .tabs .tab ._title {
  font-size: 22px;
  font-family: _Bold;
  color: rgba(34, 34, 34, 0.6);
  margin-bottom: 6px;
  line-height: 1
}

.programm .tabs .tab ._subtitle {
  font-size: 14px;
  max-width: 202px;
  color: rgba(34, 34, 34, 0.6);
  line-height: 1.3
}

.programm .tabs .tab.tab-1 {
  margin-right: 15px
}

.programm .tabs .tab.tab-1:before {
  width: 114px;
  height: 71px;
  background: url(../img/magazine.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: -25px;
  top: 10px
}

.programm .tabs .tab.tab-2:before {
  width: 73px;
  height: 81px;
  background: url(../img/certificate.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 10px;
  top: 5px
}

.programm .tabs .tab.active {
  background: #1eeabd;
  background: -moz-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: -webkit-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: linear-gradient(to bottom, #1eeabd 0, #36c8a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eeabd', endColorstr='#36c8a8', GradientType=0);
  -webkit-box-shadow: 0 20px 35px 0 rgba(54, 200, 168, 0.25);
  -moz-box-shadow: 0 20px 35px 0 rgba(54, 200, 168, 0.25);
  box-shadow: 0 20px 35px 0 rgba(54, 200, 168, 0.25)
}

.programm .tabs .tab.active ._title,
.programm .tabs .tab.active ._subtitle {
  color: #fff
}

.programm .tabs_content {
  text-align: left;
  position: relative;
  z-index: 2
}

.programm .tabs_content ._content {
  display: none
}

.programm .tabs_content ._content .items {
  display: flex
}

.programm .tabs_content ._content .item {
  max-width: 285px;
  margin-right: 9px;
  position: relative;
  padding-bottom: 338px
}

.programm .tabs_content ._content .item:last-child {
  margin-right: 0
}

.programm .tabs_content ._content .item ._img {
  height: 285px;
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0
}

.programm .tabs_content ._content .item ._img:hover {
  cursor: pointer
}

.programm .tabs_content ._content .item ._img:hover * {
  cursor: pointer
}

.programm .tabs_content ._content .item ._img:hover:before {
  opacity: .4;
  transition: all .2s linear
}

.programm .tabs_content ._content .item ._img:hover:after {
  opacity: 1;
  transition: all .2s linear
}

.programm .tabs_content ._content .item ._img:before {
  background: #000;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all .2s linear
}

.programm .tabs_content ._content .item ._img:after {
  width: 36px;
  height: 36px;
  background: #fff url(../img/zoom-hover.svg) center center no-repeat;
  background-size: 13px 13px;
  border-radius: 50%;
  overflow: hidden;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  opacity: 0;
  transition: all .2s linear
}

.programm .tabs_content ._content .item ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.programm .tabs_content ._content .item .part {
  font-size: 11px;
  font-family: _Bold;
  text-transform: uppercase;
  width: auto;
  transform: skewX(-10deg);
  border-radius: 5px;
  padding: 7px 14px 4px;
  margin-bottom: 15px
}

.programm .tabs_content ._content .item .part span {
  display: inline-block;
  transform: skewX(10deg)
}

.programm .tabs_content ._content .item ._title {
  font-size: 26px;
  font-family: _Bold;
  line-height: 1.3;
  padding-left: 15px;
  padding-right: 30px
}

.programm .tabs_content ._content .item ul {
  margin-top: 8px;
  padding-left: 15px;
  padding-right: 30px
}

.programm .tabs_content ._content .item ul li {
  font-size: 18px;
  padding-left: 14px;
  position: relative;
  margin-bottom: 9px;
  line-height: 1.3
}

.programm .tabs_content ._content .item ul li:last-child {
  margin-bottom: 0
}

.programm .tabs_content ._content .item ul li:before {
  width: 5px;
  height: 5px;
  background: #1eeabd;
  background: -moz-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: -webkit-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: linear-gradient(to bottom, #1eeabd 0, #36c8a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eeabd', endColorstr='#36c8a8', GradientType=0);
  position: absolute;
  content: '';
  left: 0;
  top: 7px;
  border-radius: 50%
}

.programm .tabs_content ._content .item .manual {
  width: 270px;
  float: right;
  position: relative
}

.programm .tabs_content ._content .item .manual:before {
  left: 20px;
  right: 0;
  background: #eddfcc;
  content: '';
  position: absolute;
  transform: skewY(-4deg);
  bottom: -8px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 10px;
  height: 100px
}

.programm .tabs_content ._content .item .manual .p {
  background: #faf5ee;
  border-radius: 12px;
  padding: 24px 26px;
  font-size: 16px;
  position: relative;
  padding-top: 125px;
  line-height: 1.2;
  z-index: 1
}

.programm .tabs_content ._content .item .manual .p:before {
  width: 252px;
  height: 156px;
  background: url(../img/magazine-2.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: -42px;
  left: -36px
}

.programm .tabs_content ._content .item .manual .p>span {
  color: rgba(34, 34, 34, 0.6);
  display: block;
  float: left;
  margin-top: 5px;
  font-size: 15px
}

.programm .tabs_content ._content .item .manual .p>span .plus {
  display: inline-block;
  transform: translateY(2px)
}

.programm .tabs_content ._content:nth-child(2) .item:nth-child(2) {
  max-width: 579px;
  padding-left: 103px
}

.programm .tabs_content ._content:nth-child(2) .item:nth-child(2) ._img {
  max-width: 285px
}

.programm .tabs_content ._content:nth-child(2) .item:nth-child(2) ._img:last-child {
  left: auto;
  right: 0
}

.programm .tabs_content ._content:nth-child(2) .item .manual .p:before {
  width: 123px;
  height: 136px;
  background-image: url(../img/certificate-2.png);
  top: -35px;
  left: 48px
}

.methodologies-section {
  overflow: hidden
}

.methodologies-section .wrap_float {
  padding: 0
}

.methodologies-section .title {
  position: relative;
  z-index: 1;
  margin-bottom: 6px
}

.methodologies-section .subtitle {
  text-align: center;
  color: #222;
  position: relative;
  z-index: 1
}

.methodologies-section .wrap_float {
  position: relative;
  height: 1320px;
  padding-top: 60px
}

.methodologies-section .wrap_float:before {
  height: 1356px;
  width: 1920px;
  position: absolute;
  content: '';
  background: url(../img/girls.png) center center no-repeat;
  background-size: cover;
  left: -366px;
  top: -36px
}

.methodologies-section .section_content {
  position: relative;
  z-index: 1
}

.methodologies-section .section_content .img {
  width: 100%;
  display: none;
  float: left
}

.methodologies-section .items .item {
  width: 350px;
  position: absolute
}

.methodologies-section .items .item:first-child {
  top: 182px;
  left: 137px
}

.methodologies-section .items .item:first-child:before {
  content: '01'
}

.methodologies-section .items .item:first-child .item-wrap {
  position: relative
}

.methodologies-section .items .item:first-child .item-wrap:before {
  width: 144px;
  height: 87px;
  background: url(../img/face.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -36px;
  left: -5px;
  content: '';
  z-index: 2
}

.methodologies-section .items .item:first-child .item-wrap:after {
  width: 46px;
  height: 176px;
  background: url(../img/hand.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  right: -8px;
  content: '';
  z-index: 2
}

.methodologies-section .items .item:last-child {
  top: 434px;
  left: 651px
}

.methodologies-section .items .item:last-child:before {
  content: '02'
}

.methodologies-section .items .item:last-child .item-wrap {
  position: relative
}

.methodologies-section .items .item:last-child .item-wrap:before {
  width: 74px;
  height: 72px;
  background: url(../img/leg.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -14px;
  left: -8px;
  content: '';
  z-index: 2
}

.methodologies-section .items .item:last-child .item-wrap:after {
  width: 107px;
  height: 271px;
  background: url(../img/hair.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  right: -45px;
  content: '';
  z-index: 2
}

.methodologies-section .items .item:before {
  font-size: 250px;
  font-family: _ExtraBold;
  color: #f7efe6;
  text-align: center;
  width: 100%;
  left: 0;
  top: -116px;
  line-height: 1;
  position: absolute
}

.methodologies-section .items .item:after {
  left: 20px;
  right: 0;
  background: #fff;
  content: '';
  position: absolute;
  transform: skewY(-4deg);
  bottom: -4px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 10px;
  height: 100px
}

.methodologies-section .items .item ._content {
  background: #fff;
  border-radius: 10px;
  padding: 60px 38px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.03)
}

.methodologies-section .items .item ._content:before {
  width: 60px;
  height: 60px;
  position: absolute;
  content: '';
  background: #1eeabd;
  background: -moz-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: -webkit-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: linear-gradient(to bottom, #1eeabd 0, #36c8a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eeabd', endColorstr='#36c8a8', GradientType=0);
  top: -32px;
  left: 50%;
  margin-left: -30px;
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 35px 0 rgba(54, 200, 168, 0.25);
  -moz-box-shadow: 0 20px 35px 0 rgba(54, 200, 168, 0.25);
  box-shadow: 0 20px 35px 0 rgba(54, 200, 168, 0.25)
}

.methodologies-section .items .item ._content:after {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid #8cf2db;
  content: '';
  position: absolute;
  background: url(../img/check-2.svg) center center no-repeat;
  background-size: 27px 21px;
  top: -40px;
  margin-left: -38px;
  left: 50%;
  box-sizing: border-box
}

.methodologies-section .items .item ._title {
  font-size: 20px;
  font-family: _Bold;
  line-height: 1.3;
  margin-bottom: 9px
}

.methodologies-section .items .item ._subtitle {
  font-family: _Light;
  font-size: 16px;
  line-height: 1.4
}

.methodologies-section .bottom {
  width: 770px;
  position: absolute;
  border-radius: 5px;
  padding: 0 60px;
  display: flex;
  justify-content: center;
  background: #eff7dc;
  flex-direction: column;
  height: 230px;
  left: 50%;
  margin-left: -385px;
  bottom: 60px;
  -webkit-box-shadow: 0 15px 80px 20px rgba(56, 67, 31, 0.18);
  -moz-box-shadow: 0 15px 80px 20px rgba(56, 67, 31, 0.18);
  box-shadow: 0 15px 80px 20px rgba(56, 67, 31, 0.18)
}

.methodologies-section .bottom:before {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  content: '';
  position: absolute
}

.methodologies-section .bottom:after {
  width: 240px;
  height: 210px;
  background: url(../img/batut-img.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  right: 60px;
  top: 50%;
  margin-top: -105px
}

.methodologies-section .bottom ._title {
  font-size: 30px;
  font-family: _Bold;
  max-width: 368px;
  line-height: 1.2;
  margin-bottom: 3px;
  position: relative;
  z-index: 1
}

.methodologies-section .bottom ._subtitle {
  font-size: 20px;
  max-width: 387px;
  line-height: 1.3;
  position: relative;
  z-index: 1
}

.form-section {
  background: url(../img/form-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden
}

.form-section .wrap_float {
  padding: 122px 15px 220px;
  position: relative
}

.form-section .wrap_float:before {
  width: 630px;
  height: 1007px;
  background: url(../img/girl-2.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -315px;
  content: ''
}

.form-section .title {
  text-align: left;
  margin-bottom: 51px
}

.form-section .left {
  max-width: 430px;
  position: relative;
  z-index: 1
}

.form-section .left ul li {
  padding-left: 124px;
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 95px;
  max-width: 420px
}

.form-section .left ul li:last-child {
  margin-bottom: 0
}

.form-section .left ul li:before {
  position: absolute;
  left: 0;
  content: '';
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain
}

.form-section .left ul li:nth-child(1):before {
  background-image: url(../img/plan.png);
  width: 122px;
  height: 130px;
  top: -23px;
  left: -10px
}

.form-section .left ul li:nth-child(2):before {
  background-image: url(../img/result.png);
  width: 74px;
  height: 120px;
  top: -31px;
  left: 10px
}

.form-section .left ul li:nth-child(3):before {
  background-image: url(../img/study.png);
  width: 130px;
  height: 74px;
  top: -7px;
  left: -15px
}

.form-section .right {
  max-width: 456px;
  float: right;
  border-radius: 10px;
  background: #fff;
  padding: 49px;
  position: relative;
  -webkit-box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.05);
  z-index: 1;
  padding-bottom: 80px;
  margin-top: 35px
}

.form-section .right:before {
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  position: absolute;
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  border-radius: 10px
}

.form-section .right ._title {
  max-width: 213px;
  font-size: 36px;
  font-family: _Bold;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  z-index: 1
}

.form-section .right ._subtitle {
  max-width: 302px;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 23px;
  position: relative;
  z-index: 1
}

.form-section .right .form {
  position: relative;
  z-index: 1
}

.form-section .bottom {
  width: 480px;
  height: 170px;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -240px;
  bottom: 92px
}

.form-section .bottom .bottom-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #faf5ee;
  border-radius: 8px;
  padding-left: 122px;
  padding-right: 60px;
  height: inherit;
  position: relative;
  z-index: 1
}

.form-section .bottom .bottom-wrap:before {
  width: 234px;
  height: 146px;
  background: url(../img/magazine-3.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: -135px;
  top: 50%;
  margin-top: -73px
}

.form-section .bottom:before {
  left: 33px;
  right: 0;
  background: #eddfcc;
  content: '';
  position: absolute;
  transform: skewY(-2deg);
  bottom: -8px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 10px;
  height: 100px
}

.form-section .bottom ._title {
  font-size: 22px;
  margin-bottom: 7px;
  line-height: 1.2
}

.form-section .bottom ._subtitle {
  font-size: 18px;
  font-family: _Light;
  color: rgba(34, 34, 34, 0.8)
}

.form-section .bottom ._subtitle .plus {
  display: inline-block;
  transform: translateY(2px)
}

.results-section {
  padding-top: 125px;
  padding-bottom: 130px;
  position: relative
}

.results-section:before {
  width: 432px;
  height: 680px;
  background: url(../img/calendar.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  right: 0;
  top: -113px
}

.results-section .wrap_float {
  padding: 0 15px;
  position: relative;
  z-index: 1
}

.results-section .title {
  text-align: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 1
}

.results-section .title span {
  display: inline-block
}

.results-section .title b {
  width: 100%;
  display: inline-block
}

.results-section .subtitle {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1
}

.results-section .left {
  max-width: 340px
}

.results-section .left .tabs {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px
}

.results-section .left .tabs .tab {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-right: 16px;
  padding-left: 105px;
  position: relative
}

.results-section .left .tabs .tab:hover {
  cursor: pointer
}

.results-section .left .tabs .tab:hover:after {
  transition: all .1s linear;
  opacity: 1
}

.results-section .left .tabs .tab:hover * {
  cursor: pointer
}

.results-section .left .tabs .tab.hover {
  cursor: pointer
}

.results-section .left .tabs .tab.hover:after {
  transition: all .1s linear;
  opacity: 1
}

.results-section .left .tabs .tab.hover * {
  cursor: pointer
}

.results-section .left .tabs .tab.active ._title {
  color: #fff;
  font-family: _Bold
}

.results-section .left .tabs .tab.active:before {
  opacity: 1
}

.results-section .left .tabs .tab.active:after {
  display: none
}

.results-section .left .tabs .tab:last-child {
  border-bottom: 0
}

.results-section .left .tabs .tab ._img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -35px
}

.results-section .left .tabs .tab ._img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.results-section .left .tabs .tab ._title {
  font-size: 18px;
  line-height: 1.2;
  min-height: 97px;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 1
}

.results-section .left .tabs .tab:before {
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border-radius: 8px;
  background: #1eeabd;
  background: -moz-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: -webkit-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: linear-gradient(to bottom, #1eeabd 0, #36c8a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eeabd', endColorstr='#36c8a8', GradientType=0);
  content: '';
  position: absolute;
  opacity: 0
}

.results-section .left .tabs .tab:after {
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border-radius: 8px;
  background: rgba(18, 183, 147, 0.1);
  transition: all .1s linear;
  content: '';
  position: absolute;
  opacity: 0
}

.results-section .right {
  max-width: 770px;
  float: right
}

.results-section .right ._content {
  display: none
}

.results-section .right .content_title {
  font-size: 30px;
  font-family: _Bold;
  line-height: 1.2;
  margin-bottom: 24px
}

.results-section .right .address {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding-left: 52px;
  position: relative;
  min-height: 64px;
  font-size: 18px;
  padding-top: 19px;
  padding-bottom: 18px;
  margin-bottom: 30px;
  width: auto;
  padding-right: 25px
}

.results-section .right .address:before {
  width: 18px;
  height: 24px;
  background: url(../img/geo.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 22px;
  top: 19px;
  content: ''
}

.results-section .right ._block ._title {
  font-size: 26px;
  font-family: _Bold;
  margin-bottom: 8px
}

.results-section .right ._block ._text {
  line-height: 1.7
}

.results-section .right ._block ._text .show-hidden {
  display: none
}

.results-section .right ._block ._images ._img {
  width: 250px;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 10px;
  position: relative
}

.results-section .right ._block ._images ._img:hover {
  cursor: pointer
}

.results-section .right ._block ._images ._img:hover * {
  cursor: pointer
}

.results-section .right ._block ._images ._img:not(.video-review):hover {
  cursor: pointer
}

.results-section .right ._block ._images ._img:not(.video-review):hover * {
  cursor: pointer
}

.results-section .right ._block ._images ._img:not(.video-review):hover:before {
  opacity: .4;
  transition: all .2s linear
}

.results-section .right ._block ._images ._img:not(.video-review):hover:after {
  opacity: 1;
  transition: all .2s linear
}

.results-section .right ._block ._images ._img:before {
  background: #000;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all .2s linear
}

.results-section .right ._block ._images ._img:after {
  width: 36px;
  height: 36px;
  background: #fff url(../img/zoom-hover.svg) center center no-repeat;
  background-size: 13px 13px;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  opacity: 0;
  transition: all .2s linear
}

.results-section .right ._block ._images ._img.video-review {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}

.results-section .right ._block ._images ._img.video-review .play_btn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 1
}

.results-section .right ._block ._images ._img.video-review .play_btn:hover {
  cursor: pointer
}

.results-section .right ._block ._images ._img.video-review .play_btn:hover:before {
  opacity: 1;
  transition: all .1s linear
}

.results-section .right ._block ._images ._img.video-review .play_btn:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background: #1eeabd;
  background: -moz-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: -webkit-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: linear-gradient(to bottom, #1eeabd 0, #36c8a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eeabd', endColorstr='#36c8a8', GradientType=0);
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: .85;
  -webkit-box-shadow: 0 20px 35px 0 rgba(54, 200, 168, 0.45);
  -moz-box-shadow: 0 20px 35px 0 rgba(54, 200, 168, 0.45);
  box-shadow: 0 20px 35px 0 rgba(54, 200, 168, 0.45);
  transition: all .1s linear
}

.results-section .right ._block ._images ._img.video-review .play_btn:after {
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  content: '';
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  opacity: .9;
  box-sizing: border-box;
  background: url(../img/play.svg) left 37px center no-repeat;
  background-size: 18px 24px
}

.results-section .right ._block ._images ._img:last-child {
  margin-right: 0
}

.results-section .right ._block ._images ._img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover
}

.results-section .right ._block.history-block {
  margin-bottom: 30px
}

.results-section .right .bottom {
  margin-top: 50px
}

.results-section .right .bottom .btn_wrap {
  margin-top: 0
}

.results-section .right .bottom .next_wrap {
  width: auto;
  margin-left: 54px;
  padding: 15px 0
}

.results-section .right .bottom .next_wrap .next_btn {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  width: 300px;
  height: 90px;
  float: left;
  color: rgba(34, 34, 34, 0.6);
  display: flex;
  align-items: center;
  padding: 0 64px 0 33px;
  position: relative;
  line-height: 1.4;
  background: url(../img/next-arrow.svg) center right 20px no-repeat;
  background-size: 24px 16px
}

.results-section .right .bottom .next_wrap .next_btn:before {
  background: #7eb5ff;
  background: -moz-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: -webkit-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: linear-gradient(to bottom, #7eb5ff 0, #4c81d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb5ff', endColorstr='#4c81d8', GradientType=0);
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: 15px;
  content: '';
  opacity: 0;
  transition: all .1s linear
}

.results-section .right .bottom .next_wrap .next_btn:after {
  background: url(../img/next-arrow-white.svg) center right 20px no-repeat;
  background-size: 24px 16px;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  content: '';
  opacity: 0;
  transition: all .1s linear
}

.results-section .right .bottom .next_wrap .next_btn span {
  position: relative;
  z-index: 1;
  transition: all .1s linear
}

.results-section .right .bottom .next_wrap .next_btn:hover {
  cursor: pointer
}

.results-section .right .bottom .next_wrap .next_btn:hover:before,
.results-section .right .bottom .next_wrap .next_btn:hover:after {
  opacity: 1;
  transition: all .1s linear
}

.results-section .right .bottom .next_wrap .next_btn:hover span {
  color: #fff;
  transition: all .1s linear;
  cursor: pointer
}

.accessories {
  position: relative;
  padding-top: 66px
}

.accessories .title {
  margin-bottom: 20px
}

.accessories .section_content {
  margin-top: 50px
}

.accessories:before {
  width: 905px;
  height: 848px;
  background: url(../img/lenta.png) center center no-repeat;
  background-size: contain;
  content: '';
  left: 0;
  bottom: -200px;
  position: absolute;
  z-index: 1
}

.accessories .wrap_float {
  padding: 0;
  position: relative;
  z-index: 1
}

.accessories .items {
  display: flex;
  -webkit-box-shadow: 0 0 80px 20px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 80px 20px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 80px 20px rgba(0, 0, 0, 0.03);
  background: #fff
}

.accessories .items .item {
  width: 33.33333%;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  padding: 42px 32px 50px
}

.accessories .items .item:last-child {
  margin-right: 0
}

.accessories .items .item ._title {
  font-size: 26px;
  font-family: _Bold;
  margin-bottom: 13px
}

.accessories .items .item ._img {
  height: 200px;
  line-height: 200px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 16px
}

.accessories .items .item ._img img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block
}

.accessories .items .item ._info_link {
  text-align: center;
  margin-bottom: 23px
}

.accessories .items .item ._info_link .link {
  font-size: 14px;
  position: relative;
  padding-left: 32px;
  width: 220px;
  display: inline-block;
  float: none;
  text-align: left;
  line-height: 1.3
}

.accessories .items .item ._info_link .link:before {
  width: 22px;
  height: 22px;
  background: url(../img/click.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: 0
}

.accessories .items .item .cost {
  color: rgba(34, 34, 34, 0.5);
  margin-bottom: 10px
}

.accessories .items .item .cost span {
  display: inline-block;
  text-decoration: line-through;
  font-family: _Bold
}

.accessories .items .item .discount-p {
  font-size: 13px;
  color: #36c8a8;
  text-transform: uppercase;
  font-family: _Bold;
  letter-spacing: .5px
}

.accessories .items .item .discount-p b {
  font-family: _ExtraBold
}

.accessories .items .item .discount-cost {
  font-size: 30px
}

.accessories .items .item .discount-cost b,
.accessories .items .item .discount-cost strong {
  font-size: 42px;
  font-family: _Bold
}

.accessories .items .item .input_wrap {
  max-width: 260px;
  display: inline-block;
  float: none;
  margin-top: 10px
}

.accessories .items .item .input_wrap .input {
  height: 70px
}

.accessories .items .item .btn {
  max-width: 260px;
  display: inline-block;
  float: none;
  width: 100%
}

.accessories .subtitle {
  text-align: center
}

.price-section {
  position: relative;
  padding-top: 111px
}

.price-section:before {
  left: 20px;
  right: 20px;
  bottom: 0;
  top: -108px;
  background: url(../img/price-bg.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  content: '';
  border-radius: 18px
}

.price-section:after {
  width: 1130px;
  height: 980px;
  background: url(../img/magazine-4.png) center right no-repeat;
  background-size: contain;
  right: 0;
  top: -51px;
  content: '';
  position: absolute
}

.price-section .wrap_float {
  padding: 0 15px
}

.price-section .production-block {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 125px
}

.price-section .production-block .wrap_float {
  position: relative;
  z-index: 1
}

.price-section .production-block:before {
  width: 901px;
  height: 660px;
  background: url(../img/ipad.png) left bottom no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  bottom: 0;
  left: 20px
}

.price-section .production-block .title {
  color: #fff;
  max-width: 848px;
  display: inline-block;
  float: none;
  margin-bottom: 8px
}

.price-section .production-block .title b {
  display: block;
  width: 100%
}

.price-section .production-block .subtitle {
  color: #fff;
  text-align: center
}

.price-section .production-block .items {
  margin-top: 52px;
  margin-bottom: 63px
}

.price-section .production-block .items .item {
  max-width: 478px;
  display: inline-block;
  float: none;
  position: relative;
  text-align: left
}

.price-section .production-block .items .item:before {
  left: 40px;
  right: 0;
  background: #fff;
  content: '';
  position: absolute;
  transform: skewY(-2deg);
  bottom: -12px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 10px;
  height: 100px
}

.price-section .production-block .items .item:first-child {
  margin-right: 20px
}

.price-section .production-block .items .item:first-child .item-wrap ._subtitle {
  max-width: 225px
}

.price-section .production-block .items .item .item-wrap {
  border-radius: 12px;
  height: 170px;
  -webkit-box-shadow: 0 15px 36px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 15px 36px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 36px 2px rgba(0, 0, 0, 0.07);
  background: #fff;
  position: relative;
  z-index: 1;
  padding-left: 164px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 37px
}

.price-section .production-block .items .item .item-wrap ._img {
  width: 124px;
  height: 124px;
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  left: 20px
}

.price-section .production-block .items .item .item-wrap ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.price-section .production-block .items .item .item-wrap ._title {
  font-size: 20px;
  font-family: _Bold;
  line-height: 1.4;
  margin-bottom: 6px
}

.price-section .production-block .items .item .item-wrap ._subtitle {
  font-size: 16px;
  font-family: _Light
}

.price-section .production-block .quality .left {
  max-width: 440px;
  position: relative
}

.price-section .production-block .quality .left .video_link .video-preview {
  width: 350px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.price-section .production-block .quality .left .video_link .video-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.price-section .production-block .quality .left .video_link .video-preview .play_btn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px
}

.price-section .production-block .quality .left .video_link .video-preview .play_btn:hover {
  cursor: pointer
}

.price-section .production-block .quality .left .video_link .video-preview .play_btn:hover:before {
  opacity: 1;
  transition: all .1s linear
}

.price-section .production-block .quality .left .video_link .video-preview .play_btn:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background: #1eeabd;
  background: -moz-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: -webkit-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: linear-gradient(to bottom, #1eeabd 0, #36c8a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eeabd', endColorstr='#36c8a8', GradientType=0);
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: .85;
  -webkit-box-shadow: 0 20px 35px 0 rgba(54, 200, 168, 0.45);
  -moz-box-shadow: 0 20px 35px 0 rgba(54, 200, 168, 0.45);
  box-shadow: 0 20px 35px 0 rgba(54, 200, 168, 0.45);
  transition: all .1s linear
}

.price-section .production-block .quality .left .video_link .video-preview .play_btn:after {
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  content: '';
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  opacity: .9;
  box-sizing: border-box;
  background: url(../img/play.svg) left 37px center no-repeat;
  background-size: 18px 24px
}

.price-section .production-block .quality .left .video_link .video-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  width: 115px;
  text-align: left;
  position: absolute;
  left: 365px;
  line-height: 1.3;
  top: 56px
}

.price-section .production-block .quality .left .video_link .video-text:before {
  width: 113px;
  height: 25px;
  background: url(../img/line-6.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: -30px;
  left: -110px
}

.price-section .production-block .quality .right {
  max-width: 570px;
  float: right;
  padding-top: 50px
}

.price-section .production-block .quality .right .title {
  font-family: _Bold;
  text-align: left;
  line-height: 1.1;
  margin-bottom: 8px
}

.price-section .production-block .quality .right .subtitle {
  text-align: left;
  margin-bottom: 33px
}

.price-section .production-block .quality .right .steps .step {
  padding-left: 130px;
  position: relative;
  text-align: left;
  max-width: 450px;
  min-height: 110px;
  margin-bottom: 36px
}

.price-section .production-block .quality .right .steps .step:last-child {
  margin-bottom: 0
}

.price-section .production-block .quality .right .steps .step:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  left: 0;
  position: absolute
}

.price-section .production-block .quality .right .steps .step:first-child:before {
  width: 110px;
  height: 105px;
  background-image: url(../img/complect.png)
}

.price-section .production-block .quality .right .steps .step:nth-child(2):before {
  width: 110px;
  height: 117px;
  background-image: url(../img/checklist.png)
}

.price-section .production-block .quality .right .steps .step:nth-child(3):before {
  width: 110px;
  height: 110px;
  background-image: url(../img/batut-3.png)
}

.price-section .production-block .quality .right .steps .step_count {
  background: #ffe588;
  height: 26px;
  line-height: 28px;
  width: auto;
  padding: 0 15px;
  border-radius: 4px;
  transform: skewX(-8deg);
  font-size: 11px;
  text-transform: uppercase;
  margin-left: -60px;
  margin-bottom: 8px;
  font-family: _Bold
}

.price-section .production-block .quality .right .steps .step_count span {
  transform: skewX(8deg);
  display: inline-block
}

.price-section .production-block .quality .right .steps .step_title {
  font-size: 20px;
  font-family: _Bold;
  color: #fff
}

.price-section .production-block .quality .right .steps .step_subtitle {
  font-size: 16px;
  font-family: _Light;
  color: rgba(255, 255, 255, 0.7)
}

.price-block {
  position: relative;
  z-index: 1;
  margin-bottom: 190px
}

.price-block .before-title {
  font-size: 13px;
  color: #ffe588;
  text-transform: uppercase;
  padding-left: 85px;
  font-family: _ExtraBold;
  letter-spacing: 1.4px;
  position: relative
}

.price-block .before-title:before {
  width: 70px;
  height: 3px;
  background: #ffe588;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px
}

.price-block .title {
  color: #fff;
  max-width: 634px;
  text-align: left;
  margin-bottom: 12px
}

.price-block .title .link {
  display: inline-block;
  float: none;
  width: 60px;
  height: 60px;
  background: #ffe588;
  border-radius: 50%;
  position: relative;
  transform: translateY(20px);
  margin-left: 10px
}

.price-block .title .link:before {
  width: 28px;
  height: 24px;
  background: url(../img/download.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -14px
}

.price-block .subtitle {
  color: #fff;
  max-width: 585px;
  line-height: 1.3
}

.price-block .subtitle span {
  background: #eff7dc;
  color: #222;
  display: inline-block;
  padding: 0 7px;
  border-radius: 6px
}

.price-block .price-bottom {
  position: relative;
  max-width: 768px;
  margin-top: 41px
}

.price-block .price-bottom:before {
  left: 50px;
  right: 0;
  background: #eddfcc;
  content: '';
  position: absolute;
  transform: skewY(-2deg);
  bottom: -12px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 10px;
  height: 100px
}

.price-block .price-bottom .price-bottom-wrap {
  padding: 40px 53px;
  border-radius: 10px;
  background: #faf5ee;
  position: relative;
  z-index: 1
}

.price-block .price-bottom ._title {
  font-size: 36px;
  font-family: _Bold
}

.price-block .price-bottom ._subtitle {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 22px;
  max-width: 484px
}

.price-block .price-bottom .label {
  font-size: 14px;
  font-family: _Light;
  color: #999;
  display: block;
  float: left;
  margin-bottom: 10px
}

.price-block .price-bottom .input_wrap {
  background: #fff;
  width: 300px;
  clear: both;
  border-radius: 14px
}

.price-block .price-bottom .input_wrap .input {
  -webkit-box-shadow: inset 0 2px 6px 2px rgba(173, 96, 80, 0.1);
  -moz-box-shadow: inset 0 2px 6px 2px rgba(173, 96, 80, 0.1);
  box-shadow: inset 0 2px 6px 2px rgba(173, 96, 80, 0.1);
  border: 1px solid rgba(173, 96, 80, 0.2);
  height: 84px
}

.price-block .price-bottom .btn_div {
  width: 280px
}

.price-block .price-bottom .btn_div .btn-p {
  font-size: 13px;
  font-family: _ExtraBold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  letter-spacing: .5px
}

.price-block .price-bottom .btn {
  margin-top: 0;
  background: none;
  margin-left: 10px
}

.price-block .price-bottom .btn .btn-span {
  height: 80px
}

.price-block .price-bottom .btn .btn-span:before {
  height: 80px
}

.price-block .price-bottom .btn .btn-span:after {
  height: 80px
}

.price-block .price-bottom .agreement {
  padding-left: 30px;
  margin-top: 0
}

.price-block .price-bottom .agreement label {
  display: block;
  float: left
}

.price-block .price-bottom .timer {
  border-radius: 14px;
  position: absolute;
  width: 178px;
  left: auto;
  padding-top: 128px;
  text-align: center;
  height: auto;
  padding-bottom: 20px;
  background: #f7f8f9;
  right: -85px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto
}

.price-block .price-bottom .timer:after {
  width: 18px;
  height: 18px;
  background: #f7f8f9;
  position: absolute;
  content: '';
  right: 100%;
  top: 31px;
  clip-path: polygon(0 0, 100% 100%, 100% 0)
}

.price-block .price-bottom .timer .timer-wrap {
  width: 124px;
  float: none;
  display: inline-block;
  margin-right: 0
}

.price-block .price-bottom .timer:before {
  width: 68px;
  height: 90px;
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -34px;
  top: 30px;
  background: url(../img/stopwatch-2.png) center center no-repeat;
  background-size: contain
}

.guarantee-section {
  text-align: center;
  padding-top: 125px
}

.guarantee-section .title {
  margin-bottom: 9px
}

.guarantee-section .subtitle {
  max-width: 732px;
  display: inline-block;
  float: none;
  line-height: 1.3
}

.guarantee-section .wrap_float {
  position: relative;
  padding: 0
}

.guarantee-section .wrap_float:before {
  width: 596px;
  height: 731px;
  background: url(../img/documents.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  right: 30px;
  top: 156px
}

.guarantee-section .section_content {
  position: relative;
  text-align: left;
  margin-top: 48px
}

.guarantee-section .section_content:before {
  width: 543px;
  height: 541px;
  background: url(../img/stamp.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 342px;
  top: 164px
}

.guarantee-section .section_content:after {
  width: 184px;
  height: 230px;
  background: url(../img/pen-2.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  right: -52px;
  top: 0
}

.guarantee-section .left {
  max-width: 460px
}

.guarantee-section .left .items .item {
  padding-left: 32px;
  position: relative;
  margin-bottom: 38px
}

.guarantee-section .left .items .item:last-child {
  margin-bottom: 0
}

.guarantee-section .left .items .item:before {
  width: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  content: '';
  position: absolute
}

.guarantee-section .left .items .item:nth-child(1):before {
  background: #dde9fd
}

.guarantee-section .left .items .item:nth-child(2):before {
  background: #ecf8d1
}

.guarantee-section .left .items .item:nth-child(2) .p {
  max-width: 278px
}

.guarantee-section .left .items .item:nth-child(3):before {
  background: #f7efe6
}

.guarantee-section .left .items .item ._title {
  font-size: 24px;
  font-family: _Bold;
  margin-bottom: 8px
}

.guarantee-section .left .items .item ._subtitle {
  font-size: 18px;
  font-family: _Light;
  max-width: 386px
}

.guarantee-section .left .items .item ul {
  margin-top: 3px
}

.guarantee-section .left .items .item ul li {
  font-size: 15px;
  font-family: _Light;
  color: rgba(34, 34, 34, 0.7);
  position: relative;
  padding-left: 13px;
  line-height: 1.8
}

.guarantee-section .left .items .item ul li:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1eeabd;
  background: -moz-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: -webkit-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: linear-gradient(to bottom, #1eeabd 0, #36c8a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eeabd', endColorstr='#36c8a8', GradientType=0);
  content: '';
  position: absolute;
  left: 0;
  top: 11px
}

.guarantee-section .left .items .item .p {
  color: rgba(34, 34, 34, 0.7);
  font-size: 15px;
  font-family: _Light;
  margin-top: 5px;
  line-height: 1.3
}

.delivery {
  position: relative;
  padding-top: 206px;
  overflow: hidden;
  padding-bottom: 67px
}

.delivery:before {
  width: 1800px;
  height: 1096px;
  background: url(../img/map-2.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  opacity: .17
}

.delivery .wrap_float {
  padding: 0 15px;
  position: relative;
  height: 800px
}

.delivery .wrap_float:before {
  width: 840px;
  height: 478px;
  background: url(../img/delivery.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: -265px;
  bottom: 0
}

.delivery .wrap_float:after {
  width: 845px;
  height: 402px;
  background: url(../img/avia.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 0;
  right: -360px
}

.delivery .title {
  max-width: 645px;
  text-align: left;
  margin-bottom: 18px;
  position: relative;
  z-index: 1
}

.delivery .subtitle {
  max-width: 550px;
  line-height: 1.3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1
}

.delivery ul {
  padding-left: 100px;
  position: relative;
  z-index: 1
}

.delivery ul li {
  max-width: 280px;
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.4;
  margin-right: 50px
}

.delivery ul li:last-child {
  margin-right: 0
}

.delivery ul li b {
  display: inline-block
}

.delivery ul li:before {
  width: 12px;
  height: 12px;
  background: url(../img/point.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: 4px
}

.delivery .insurance {
  width: 568px;
  position: absolute;
  z-index: 1;
  right: 45px;
  top: 412px
}

.delivery .insurance .insurance-wrap {
  position: relative;
  background: #f8f4ee;
  padding: 42px 40px;
  font-size: 20px;
  border-radius: 10px;
  line-height: 1.4;
  padding-right: 232px;
  z-index: 1
}

.delivery .insurance .insurance-wrap:before {
  width: 242px;
  height: 262px;
  position: absolute;
  content: '';
  background: url(../img/strahovka.png) center center no-repeat;
  background-size: contain;
  right: 10px;
  top: 50%;
  margin-top: -131px
}

.delivery .insurance:before {
  left: 50px;
  right: 0;
  background: #eddfcc;
  content: '';
  position: absolute;
  transform: skewY(-2deg);
  bottom: -12px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 10px;
  height: 100px
}

.team-section {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 60px
}

.team-section .title {
  max-width: 890px;
  display: inline-block;
  float: none;
  position: relative;
  z-index: 1;
  margin-bottom: 58px
}

.team-section .wrap_float {
  position: relative
}

.team-section .wrap_float:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/logo.png) top center no-repeat;
  background-size: auto
}

.team-section .arrows .arrow {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 137px;
  left: 0;
  background: url(../img/team-arrow.svg) left 22px center no-repeat;
  background-size: 9px 14px
}

.team-section .arrows .arrow:hover {
  cursor: pointer
}

.team-section .arrows .arrow:hover:before {
  opacity: 1;
  transition: all .1s linear
}

.team-section .arrows .arrow:hover:after {
  opacity: 1;
  transition: all .1s linear
}

.team-section .arrows .arrow:before {
  position: absolute;
  content: '';
  background: #1eeabd;
  background: -moz-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: -webkit-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: linear-gradient(to bottom, #1eeabd 0, #36c8a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eeabd', endColorstr='#36c8a8', GradientType=0);
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: 50%;
  opacity: 0
}

.team-section .arrows .arrow:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  border-radius: 50%;
  background: url(../img/arrow-white.svg) left 22px center no-repeat;
  background-size: 9px 14px;
  opacity: 0
}

.team-section .arrows .arrow.next {
  left: auto;
  right: 0;
  transform: rotate(180deg)
}

.team-section .arrows .arrow.next:before {
  background: #00cca6;
  background: -moz-linear-gradient(top, #00cca6 0, #00efbb 100%);
  background: -webkit-linear-gradient(top, #00cca6 0, #00efbb 100%);
  background: linear-gradient(to bottom, #00cca6 0, #00efbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cca6', endColorstr='#00efbb', GradientType=0)
}

.team-section .section_content {
  text-align: left;
  position: relative;
  z-index: 1
}

.team-section .section_content .left {
  max-width: 300px
}

.team-section .section_content .left .tabs {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 8px
}

.team-section .section_content .left .tabs .tab {
  background: #f5f5f5;
  border-radius: 8px;
  position: relative;
  padding-left: 92px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px
}

.team-section .section_content .left .tabs .tab:hover {
  background: rgba(18, 183, 147, 0.1);
  transition: all .1s linear;
  cursor: pointer
}

.team-section .section_content .left .tabs .tab:hover * {
  cursor: pointer
}

.team-section .section_content .left .tabs .tab:last-child {
  margin-bottom: 0
}

.team-section .section_content .left .tabs .tab.active {
  background: #1eeabd;
  background: -moz-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: -webkit-linear-gradient(top, #1eeabd 0, #36c8a8 100%);
  background: linear-gradient(to bottom, #1eeabd 0, #36c8a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eeabd', endColorstr='#36c8a8', GradientType=0)
}

.team-section .section_content .left .tabs .tab.active ._name {
  color: #fff
}

.team-section .section_content .left .tabs .tab ._img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 10px;
  left: 10px;
  position: absolute;
  top: 50%;
  margin-top: -35px
}

.team-section .section_content .left .tabs .tab ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.team-section .section_content .left .tabs .tab ._name {
  font-size: 18px;
  font-family: _Bold;
  margin-bottom: 2px
}

.team-section .section_content .left .tabs .tab ._position {
  font-size: 13px;
  background: #fff;
  border-radius: 3px;
  width: auto;
  padding: 3px 8px;
  line-height: 1.2;
  max-width: 170px
}

.team-section .section_content .right {
  max-width: 646px;
  margin-right: 115px;
  float: right;
  position: relative
}

.team-section .section_content .right ._content {
  text-align: center;
  padding-bottom: 103px;
  display: none
}

.team-section .section_content .right ._content .photo_div .img {
  width: 330px;
  height: 330px;
  background: #f8f4ee;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  float: none;
  margin-bottom: 14px;
  line-height: 330px
}

.team-section .section_content .right ._content .photo_div .img img {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-bottom: -10px;
  margin-left: 15px
}

.team-section .section_content .right ._content .name {
  font-size: 24px;
  font-family: _Bold
}

.team-section .section_content .right ._content .position {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.7)
}

.team-section .section_content .right ._content .quote {
  font-size: 20px;
  display: inline-block;
  float: none;
  line-height: 1.4;
  padding-top: 28px;
  position: relative;
  margin-bottom: 32px;
  margin-top: 22px;
  text-align: left
}

.team-section .section_content .right ._content .quote:before {
  width: 18px;
  height: 16px;
  background: url(../img/quote.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  margin-left: -9px;
  display: block;
  z-index: 1
}

.team-section .section_content .right ._content .text {
  text-align: left;
  margin-top: 20px
}

.team-section .section_content .right ._content .text ul {
  margin: 12px 0
}

.team-section .section_content .right ._content .text ul li {
  padding-left: 15px;
  position: relative
}

.team-section .section_content .right ._content .text ul li:before {
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
  content: ''
}

.team-section .section_content .right ._content .btn {
  display: inline-block;
  float: none;
  max-width: 280px
}

.team-section .section_content .right ._content .p {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.7)
}

.team-section .section_content .right ._content .footnote {
  width: 430px;
  height: 82px;
  text-align: right;
  margin-top: 22px;
  left: -376px;
  bottom: 0;
  position: absolute
}

.team-section .section_content .right ._content .footnote:before {
  width: 166px;
  height: 76px;
  background: url(../img/line-7.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 100%;
  margin-left: 14px;
  top: -12px
}

.team-section .section_content .right ._content .footnote ._title {
  font-size: 36px;
  font-family: _Bold
}

.team-section .section_content .right ._content .footnote ._subtitle {
  color: rgba(34, 34, 34, 0.7);
  font-size: 20px
}

.map-section {
  padding-top: 80px;
  margin-top: 20px
}

.map-section .map-top {
  text-align: center
}

.map-section .map-top .title {
  text-align: center;
  max-width: 805px;
  display: inline-block;
  float: none;
  margin-bottom: 16px
}

.map-section .map-top .title span {
  background: #eff7dc;
  border-radius: 3px;
  display: inline-block;
  padding: 0 4px
}

.map-section .map-top .subtitle {
  text-align: center;
  display: inline-block;
  float: none;
  max-width: 690px;
  line-height: 1.3;
  margin-bottom: 45px
}

.map-section .map-bottom {
  padding: 0 20px;
  position: relative
}

.map-section .map-bottom .map {
  height: 746px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  background: #eee
}

.map-section .map-bottom .contacts-form {
  width: 456px;
  position: absolute;
  right: 50%;
  margin-right: -585px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1
}

.map-section .map-bottom .contacts-form:before {
  left: 50px;
  right: 0;
  background: #dde7f6;
  content: '';
  position: absolute;
  transform: skewY(-3deg);
  bottom: -11px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 10px;
  height: 100px
}

.map-section .map-bottom .contacts-form-wrap {
  background: #f1f6fe;
  border-radius: 10px;
  padding: 43px 48px;
  position: relative;
  z-index: 1
}

.map-section .map-bottom .contacts-form-wrap ._title {
  font-size: 28px;
  line-height: 1.3;
  font-family: _Bold;
  margin-bottom: 10px
}

.map-section .map-bottom .contacts-form-wrap ._title span {
  font-size: 38px
}

.map-section .map-bottom .contacts-form-wrap ._subtitle {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 24px;
  max-width: 350px
}

.map-section .map-bottom .contacts-form-wrap .input_wrap {
  background: #fff;
  border-radius: 14px
}

.map-section .map-bottom .contacts-form-wrap .input_wrap:before {
  background-image: url(../img/phone-3.svg)
}

.map-section .map-bottom .contacts-form-wrap .input_wrap .input {
  -webkit-box-shadow: inset 0 2px 6px 2px rgba(80, 133, 173, 0.1);
  -moz-box-shadow: inset 0 2px 6px 2px rgba(80, 133, 173, 0.1);
  box-shadow: inset 0 2px 6px 2px rgba(80, 133, 173, 0.1);
  border: 1px solid rgba(80, 133, 173, 0.2)
}

.price-section-bottom {
  position: relative;
  overflow: hidden
}

.price-section-bottom .wrap_float {
  position: relative;
  padding: 122px 0 158px
}

.price-section-bottom .wrap_float:before {
  width: 1130px;
  height: 980px;
  background: url(../img/magazine-5.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  right: -360px;
  top: -80px
}

.price-section-bottom .price-block {
  margin-bottom: 0
}

.price-section-bottom .title {
  color: #222
}

.price-section-bottom .title .link {
  position: absolute;
  transform: none
}

.price-section-bottom .subtitle {
  color: #222
}

.price-section-bottom:before {
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: url(../img/price-bg-2.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  position: absolute
}

.footer .wrap_float {
  padding: 24px 15px
}

.footer .left {
  max-width: 292px;
  margin-right: 65px
}

.footer .left .logo {
  width: 110px;
  height: 96px;
  background: url(../img/logo-2.svg) center left no-repeat;
  background-size: contain;
  display: block;
  float: left;
  position: absolute;
  left: 0;
  top: 0
}

.footer .left ._title {
  font-size: 16px;
  font-family: _Bold;
  line-height: 1.1;
  margin-bottom: 6px
}

.footer .left ._subtitle {
  font-size: 14px;
  line-height: 1.3
}

.footer .logo-div {
  position: relative;
  padding-left: 130px;
  height: 96px;
  display: flex;
  justify-content: center;
  flex-direction: column
}

.footer .link {
  width: auto;
  line-height: 50px
}

.footer .link a {
  font-size: 16px
}

.footer .link a span {
  color: #7eb5ff;
  border-bottom: 1px solid rgba(126, 181, 255, 0.5);
  transition: all .1s linear
}

.footer .link a:hover span {
  color: #3d92ed;
  border-color: rgba(61, 146, 237, 0.5);
  transition: all .1s linear
}

.footer .center {
  max-width: 440px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 23px 0
}

.footer .right {
  max-width: 345px;
  float: right
}

.socials {
  width: auto
}

.socials a {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  border-radius: 50%;
  border: 1px solid #bec9d5;
  position: relative;
  margin-right: 8px
}

.socials a:before {
  position: absolute;
  content: '';
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  background: #7eb5ff;
  background: -moz-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: -webkit-linear-gradient(top, #7eb5ff 0, #4c81d8 100%);
  background: linear-gradient(to bottom, #7eb5ff 0, #4c81d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb5ff', endColorstr='#4c81d8', GradientType=0);
  -webkit-box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.31);
  -moz-box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.31);
  box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.31);
  transition: all .1s linear;
  opacity: 0
}

.socials a:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .1s linear
}

.socials a:hover:before,
.socials a:hover:after {
  opacity: 1;
  transition: all .1s linear
}

.socials a.vk {
  background: url(../img/vk.svg) center center no-repeat;
  background-size: 18px 12px
}

.socials a.vk:after {
  background: url(../img/vk-white.svg) center center no-repeat;
  background-size: 18px 12px
}

.socials a.instagram {
  background: url(../img/instagram.svg) center center no-repeat;
  background-size: 18px 18px
}

.socials a.instagram:after {
  background: url(../img/instagram-white.svg) center center no-repeat;
  background-size: 18px 18px
}

.modal {
  width: 850px;
  background: #fff;
  border-radius: 10px;
  position: relative
}

.modal .progress--line {
  width: 370px;
  height: 30px;
  border-radius: 15px;
  background: #f6f7f9;
  padding: 3px;
  position: absolute;
  left: 50%;
  margin-left: -185px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -15px
}

.modal .progress--line .line {
  height: 24px;
  border-radius: 12px;
  background: #32ceac;
  position: absolute;
  left: 3px;
  top: 3px
}

.modal .progress--line .line:after {
  height: 100%;
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  text-align: center;
  line-height: 20px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
  content: '';
  position: absolute;
  width: 100%;
  left: 0
}

.modal .progress--line span {
  font-size: 10px;
  font-family: _ExtraBold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  letter-spacing: 1px
}

.modal_close {
  width: 17px;
  height: 17px;
  background: url(../img/close.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -25px;
  transition: all .2s linear
}

.modal_close:hover {
  cursor: pointer;
  transform: rotate(90deg);
  transition: all .2s linear
}

.modal_wrap {
  border-radius: 10px;
  height: 100%
}

.modal_left {
  width: 46.4%;
  background: #faf5ee;
  height: 100%;
  padding: 50px 47px;
  position: absolute;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}

.modal_left:before {
  top: 6px;
  left: 6px;
  bottom: 6px;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  content: '';
  position: absolute
}

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

.modal_left .name {
  background: #edf8d9;
  font-size: 18px;
  font-family: _Bold;
  width: auto;
  border-radius: 5px;
  transform: skewX(-10deg);
  position: absolute;
  bottom: 90px;
  right: 58px;
  padding: 12px 28px 9px;
  z-index: 2
}

.modal_left .name span {
  display: inline-block;
  transform: skewX(10deg)
}

.modal_left .position {
  background: #fff;
  font-size: 14px;
  font-family: _Light;
  width: auto;
  border-radius: 5px;
  transform: skewX(-10deg);
  position: absolute;
  bottom: 54px;
  right: 5px;
  padding: 12px 28px 9px;
  z-index: 1
}

.modal_left .position span {
  display: inline-block;
  transform: skewX(10deg)
}

.modal_right {
  width: 53.6%;
  float: right;
  height: inherit;
  padding: 58px 48px;
  position: relative
}

.modal_right:before {
  top: 6px;
  left: 0;
  bottom: 6px;
  right: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  content: '';
  position: absolute
}

.modal_right .form {
  position: relative;
  z-index: 1
}

.modal .title {
  font-size: 36px;
  font-family: _Bold;
  text-align: left;
  line-height: 1;
  margin-bottom: 13px;
  position: relative;
  z-index: 1
}

.modal .subtitle {
  font-size: 20px;
  text-align: left;
  line-height: 1.3;
  position: relative;
  z-index: 1
}

.modal .time-info {
  font-size: 16px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 56px;
  line-height: 54px;
  padding-left: 65px;
  position: relative;
  margin-top: 18px
}

.modal .time-info:before {
  width: 27px;
  height: 36px;
  background: url(../img/clock.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -18px;
  left: 26px
}

.modal.modal_callback .modal_left .img {
  width: 394px;
  height: 472px;
  left: 0
}

.modal.modal_consultation .modal_left .img {
  width: 371px;
  height: 527px;
  left: 14px
}

.modal.modal_commercial {
  background: #fff;
  width: 1170px;
  position: relative
}

.modal.modal_commercial:before {
  top: 6px;
  left: 6px;
  bottom: 6px;
  right: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 0;
  border-radius: 10px;
  content: '';
  position: absolute
}

.modal.modal_commercial:after {
  width: 820px;
  height: 730px;
  background: url(../img/commercial-modal.png) bottom right no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0
}

.modal.modal_commercial .price-block .price-bottom {
  max-width: 697px
}

.modal.modal_commercial .modal_wrap {
  position: relative;
  z-index: 1;
  padding: 62px;
  padding-bottom: 87px
}

.modal.modal_commercial .title {
  color: #222;
  font-size: 36px;
  font-family: _Regular;
  max-width: 570px
}

.modal.modal_commercial .title .link {
  position: absolute;
  width: 122px;
  height: 122px;
  top: 100%;
  right: -177px
}

.modal.modal_commercial .title .link:before {
  width: 58px;
  height: 46px;
  margin-top: -23px;
  margin-left: -28px
}

.modal.modal_commercial .subtitle {
  color: #222;
  font-size: 28px;
  padding-left: 38px
}

.modal.modal_commercial .subtitle span {
  margin-left: -3px
}

.modal.modal_commercial .price-block {
  margin-bottom: 0
}

.modal.modal_quiz,
.modal.modal_materials {
  width: 1200px;
  padding: 0;
  background: none
}

.modal.modal_materials .advertising-section {
  padding: 0;
  background: none;
  border-radius: 12px
}

.modal.modal_materials .advertising-section .section_content {
  margin-bottom: 0
}

.modal.modal_materials .advertising-section .section_content .content-wrap {
  border-radius: 0
}

.modal.modal_materials .advertising-section:before {
  display: none
}

.modal.modal_map {
  width: 1300px;
  border-radius: 20px
}

.modal.modal_map .map {
  width: 100%;
  height: 600px
}

.modal.modal_map .modal_wrap {
  overflow: hidden;
  border-radius: 20px
}

.modal.modal_map .map-section {
  padding: 0;
  margin-top: 0
}

.modal.modal_map .map-section .map-bottom {
  padding: 0
}

.modal .input_wrap.tel .input {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(173, 96, 80, 0.2);
  border-radius: 15px;
  box-shadow: inset 0 2px 6px 0 rgba(184, 91, 75, 0.08);
  height: 82px
}

.modal.modal_policy {
  position: relative
}

.modal.modal_policy .title {
  margin-bottom: 30px;
  text-align: center
}

.modal.modal_policy:before {
  top: 6px;
  left: 6px;
  bottom: 6px;
  right: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  content: '';
  position: absolute
}

.modal.modal_policy .modal_wrap {
  position: relative;
  z-index: 1;
  padding: 50px
}

.modal.modal_video {
  width: 1300px
}

.modal.modal_image {
  width: auto
}

.modal.modal_image .img_wrap {
  border-radius: 10px;
  overflow: hidden
}

.modal.modal_image img {
  max-width: 100%;
  max-height: 94vh;
  display: block
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 21;
  background: rgba(0, 0, 0, 0.4);
  display: none
}

.scroll-hidden {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none
}

.scroll-hidden::-webkit-scrollbar {
  width: 0
}

.scroll-hidden::-webkit-scrollbar {
  width: 0
}

.next-step {
  display: none
}

.next-step .btn-span:before {
  height: 80px
}

.next-step .btn-span:after {
  width: 24px;
  height: 16px;
  background: url(../img/next-arrow-white.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  border-radius: 0;
  left: auto;
  right: 20px;
  z-index: 1
}

.video {
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
  position: relative;
  border-radius: 10px;
  overflow: hidden
}

.video iframe,
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.video video {
  object-fit: cover
}

.success {
  position: relative
}

.success .main_screen {
  padding-top: 0
}

.success .main_screen .wrap {
  height: 100%
}

.success .main_screen .wrap_float {
  position: relative;
  height: 100vh;
  min-height: 1080px
}

.success .main_screen .center .left {
  max-width: 634px;
  padding-top: 94px;
  position: relative;
  z-index: 1
}

.success .main_screen .center .left .main_title {
  font-size: 60px;
  margin-bottom: 22px
}

.success .main_screen .center .left .main_subtitle {
  font-size: 28px;
  max-width: 618px
}

.success .main_screen .center .left .text {
  font-size: 28px;
  max-width: 450px;
  line-height: 1.3;
  margin-left: 16px;
  margin-top: 52px;
  margin-bottom: 9px
}

.success .main_screen .center .left .text span {
  background: #edf8d9;
  padding: 3px 10px 1px;
  display: inline-block;
  transform: translateX(-10px);
  border-radius: 5px
}

.success .main_screen .center .left .tel {
  font-size: 40px;
  font-family: _Bold;
  margin-left: 15px
}

.success .main_screen .info {
  width: 178px;
  position: absolute;
  bottom: 250px;
  right: 554px;
  z-index: 1
}

.success .main_screen .info .name {
  font-size: 20px;
  font-family: _Bold
}

.success .main_screen .info .position {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.6);
  line-height: 1.4
}

.success .main_screen .info .signature {
  width: 150px;
  height: 110px;
  background: url(../img/signature-dark.png) center center no-repeat;
  background-size: contain;
  position: relative;
  transform: translateY(-5px)
}

.success .main_screen .img {
  width: 535px;
  height: 814px;
  position: absolute;
  right: 0;
  bottom: 144px
}

.success .main_screen .wrap_float:before {
  display: none
}

.success .footer {
  height: 144px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff
}

.success .footer .tel-block {
  float: right
}

.success .main_screen .wrap_float .top .menu-btn {
  display: none
}

.success .main_screen .top .right {
  margin-right: 0
}

@-webkit-keyframes btnAnim {
  0% {
    left: -8.75em
  }

  30% {
    left: 110%
  }

  40% {
    left: 100%;
    opacity: 0
  }

  41% {
    left: -8.75em
  }

  to {
    left: -8.75em
  }
}

@keyframes btnAnim {
  0% {
    left: -8.75em
  }

  30% {
    left: 110%
  }

  40% {
    left: 100%;
    opacity: 0
  }

  41% {
    left: -8.75em
  }

  to {
    left: -8.75em
  }
}

.btn__light-wrap {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  pointer-events: none;
  overflow: hidden;
  position: absolute
}

.btn__light-wrap .btn__light {
  position: absolute;
  display: block;
  top: -1.875em;
  top: -1.4em;
  left: -8.75em;
  height: auto;
  width: 5.75em;
  height: 9.375em;
  transform: rotate(15deg);
  border-left: 2.5em solid #fff;
  animation: btnAnim 2.5s linear infinite;
  opacity: .2;
  transition: opacity 3s linear
}

.tel-block {
  padding: 18px 0
}

.tel-block.working {
  padding: 10px 0
}

.dev {
  width: 110px;
  text-align: center;
  display: block;
  float: left
}

.dev:hover svg {
  fill: #35bfff;
  transition: all .2s linear
}

.dev:hover .dev-p {
  color: #35bfff;
  transition: all .2s linear
}

.dev svg {
  fill: rgba(41, 41, 41, 0.2);
  width: 80px;
  height: 30px;
  display: inline-block;
  float: none;
  transition: all .2s linear
}

.dev .dev-p {
  font-size: 13px;
  color: rgba(41, 41, 41, 0.2);
  transition: all .2s linear
}

@media screen and (min-width:601px) {

  .mob_title,
  .mob_subtitle {
    display: none !important
  }
}

@media screen and (max-height:800px) {
  .success .footer {
    position: static
  }

  .success .main_screen .wrap_float {
    padding-bottom: 0
  }

  .success .main_screen .img {
    bottom: 0
  }

  .success .main_screen .info {
    bottom: 54px
  }

  .success .main_screen .wrap_float {
    min-height: 663px
  }

  .success .main_screen .info {
    right: 424px
  }
}

@media screen and (min-width:1001px) {
  .trainers .section_content .item {
    display: flex !important
  }

  .chrome-browser .portfolio .section_content .left .tabs .tab.active:before {
    right: -22px;
    border-top-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0)
  }
}

@media screen and (min-width:1921px) {
  .main_screen .wrap_float:before {
    display: none
  }

  .main_screen {
    position: relative
  }

  .main_screen:before {
    width: 1048px;
    height: 824px;
    background: url(../img/girl.png) bottom right no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
    content: '';
    position: absolute
  }

  .success .main_screen:before {
    display: none
  }

  .price-section-bottom .wrap_float {
    position: static
  }

  .price-section-bottom .wrap_float:before {
    right: 0
  }
}

@media screen and (max-width:1860px) {
  .bullets:before {
    display: none
  }

  .advertising-section .title,
  .advertising-section .subtitle,
  .advertising-section .section_content {
    position: relative;
    z-index: 1
  }

  .trainers:after {
    display: none
  }

  .results-section:before {
    right: 50%;
    margin-right: -995px;
    width: 402px;
    height: 666px
  }

  .price-section:after {
    width: 800px
  }

  .price-section .production-block:before {
    width: 634px
  }

  .price-section-bottom .wrap_float:before {
    width: 932px
  }

  .results-section {
    overflow: hidden
  }

  .guarantee-section .section_content:after {
    right: 54px
  }
}

@media screen and (max-width:1450px) {
  .advertising-section:before {
    display: none
  }

  .advertising-section .wrap_float {
    position: relative
  }

  .advertising-section .wrap_float:before {
    background: url(../img/camera.png) center center no-repeat;
    background-size: contain;
    width: 400px;
    height: 400px;
    position: absolute;
    content: '';
    right: -177px;
    top: 0
  }

  .modal.modal_video {
    width: 1100px
  }

  .modal.modal_map .map {
    height: 80vh
  }

  .modal.modal_image {
    width: auto
  }
}

@media screen and (max-width:1400px) {
  .main_screen .top .left .logo {
    height: 108px
  }

  .main_screen .top .left .logo:after {
    height: 72px;
    margin-top: -28px
  }

  .main_screen .top .left .logo_title {
    font-size: 16px
  }

  .main_screen .top .left {
    max-width: 362px
  }

  .main_screen .top .center {
    padding-top: 20px
  }

  .main_screen .top .right {
    padding-top: 20px
  }

  .main_screen .top .left {
    height: 108px
  }

  .main_screen .center .left .main_title {
    font-size: 46px
  }

  .main_screen .center .left {
    padding-top: 42px
  }

  .main_screen .center .left .main_subtitle {
    font-size: 24px;
    max-width: 440px
  }

  .main_screen .scroll_bottom {
    width: 70px
  }

  .main_screen .scroll_bottom_wrap {
    padding-right: 5px;
    padding-left: 5px;
    height: 180px
  }

  .main_screen .scroll_bottom_wrap .bold {
    font-size: 8px
  }

  .main_screen .scroll_bottom_wrap .p {
    line-height: 1
  }

  .main_screen .wrap_float:before {
    height: 731px;
    bottom: -116px
  }

  .main_screen .center .right .guarantee-2 {
    bottom: 100px
  }

  .main_screen .wrap_float {
    padding-bottom: 128px
  }

  .main_screen .center .left {
    max-width: 728px
  }

  .title {
    font-size: 40px
  }

  .subtitle {
    font-size: 24px
  }

  .methodologies-section .items .item:first-child .item-wrap:before {
    bottom: -46px
  }

  .methodologies-section .items .item:first-child .item-wrap:after {
    top: 17px
  }

  .methodologies-section .items .item:last-child .item-wrap:before {
    bottom: -24px
  }

  .methodologies-section .items .item:last-child .item-wrap:after {
    top: 14px
  }

  .modal.modal_commercial .subtitle {
    font-size: 24px
  }

  .price-block .price-bottom {
    margin-top: 25px
  }

  .modal.modal_commercial .title .link {
    top: 58%
  }

  .price-block .price-bottom ._title {
    font-size: 32px
  }

  .price-block .price-bottom .price-bottom-wrap {
    padding: 27px 40px
  }
}

@media screen and (max-width:1346px) {
  .main_screen .scroll_bottom {
    display: none
  }

  .modal.modal_map {
    width: 1000px
  }

  .modal.modal_map .map-section .map-bottom .contacts-form {
    margin-right: -466px
  }

  .map-section .map-bottom .contacts-form-wrap ._subtitle {
    clear: both
  }

  .map-section .map-bottom .contacts-form .form {
    clear: both
  }
}

@media screen and (max-width:1300px) {
  .canvas-section:before {
    left: 0;
    right: 0
  }

  .price-section:before {
    left: 0;
    right: 0;
    border-radius: 0
  }
}

@media screen and (max-width:1240px) {
  .wrap {
    max-width: 970px
  }

  .top_panel ul li {
    margin-right: 13px
  }

  .top_panel ul li a {
    padding-right: 18px
  }

  .top_panel ul li:first-child {
    max-width: 120px
  }

  .top_panel ul li:nth-child(2) {
    max-width: 85px
  }

  .top_panel ul li:nth-child(3) {
    max-width: 86px
  }

  .top_panel ul li:nth-child(4) {
    max-width: 128px
  }

  .top_panel ul li:nth-child(5) {
    max-width: 98px
  }

  .top_panel .left {
    max-width: 700px
  }

  .main_screen .top .left .logo {
    width: 130px
  }

  .main_screen .top .left {
    padding-left: 155px
  }

  .main_screen .top .left {
    max-width: 322px
  }

  .main_screen .top .left {
    margin-right: 22px
  }

  .main_screen .top .center .map_link span {
    font-size: 14px
  }

  .main_screen .top .center {
    max-width: 260px
  }

  .main_screen .top .center .map_link {
    padding-left: 74px
  }

  .main_screen .top .center .map_link:before {
    width: 62px
  }

  .main_screen .top .center .map_link:after {
    left: 26px
  }

  .main_screen .center .left {
    max-width: 576px
  }

  .bullets .item {
    width: 317px
  }

  .bullets .item .item-content {
    font-size: 15px;
    padding-left: 95px
  }

  .bullets .item:first-child .item-content:before {
    width: 180px
  }

  .bullets .item:nth-child(2) .item-content:before {
    width: 78px
  }

  .bullets .item:last-child .item-content:before {
    width: 80px;
    background-position: center bottom
  }

  .title {
    font-size: 37px
  }

  .subtitle {
    font-size: 22px
  }

  .steps-section .tabs {
    padding: 0
  }

  .steps-section .tabs .tab {
    width: 193px;
    padding-left: 29px
  }

  .steps-section .tabs .tab:before {
    display: none
  }

  .steps-section .tabs_content ._content._content-1 .right {
    max-width: 480px
  }

  .steps-section .tabs_content ._content._content-1 .left {
    max-width: 442px
  }

  .steps-section .tabs_content ._content._content-1 .left ._title {
    font-size: 28px
  }

  .steps-section .tabs_content ._content._content-1 .left ._subtitle {
    font-size: 18px
  }

  .steps-section .tabs_content ._content._content-1 .left .list .list-item {
    max-width: 203px;
    margin-right: 20px
  }

  .steps-section .tabs_content ._content._content-1 .left .list .list-item .list-item-title {
    font-size: 18px
  }

  .steps-section .tabs_content ._content._content-1 .left .list .list-item .list-item-text {
    font-size: 15px
  }

  .steps-section .tabs_content ._content._content-2 .list-wrap:before {
    width: 202px
  }

  .steps-section .tabs_content ._content._content-2 .list .list-item {
    margin-right: 17px
  }

  .steps-section .tabs_content ._content._content-2 .bottom .left {
    max-width: 400px
  }

  .steps-section .tabs_content ._content._content-2 .bottom .right {
    max-width: 495px
  }

  .steps-section .tabs_content ._content._content-3 .list {
    background-position: center top
  }

  .steps-section .tabs_content ._content._content-3 .list .list-item:first-child {
    max-width: 280px
  }

  .steps-section .tabs_content ._content._content-3 .list .list-item:last-child {
    max-width: 300px
  }

  .steps-section .tabs_content ._content._content-4 .top .right {
    max-width: 270px
  }

  .steps-section .tabs_content ._content._content-4 .top .right .img {
    width: 298px
  }

  .steps-section .tabs_content ._content._content-4 .bottom .left {
    max-width: 350px
  }

  .steps-section .tabs_content ._content._content-4 .bottom .left img {
    width: 100%
  }

  .steps-section .tabs_content ._content._content-4 .bottom .right {
    padding-top: 0
  }

  .steps-section .tabs_content ._content._content-4 .bottom .right ._subtitle {
    font-size: 22px
  }

  .steps-section .tabs_content ._content._content-4 .bottom .right .list .list-item {
    margin-right: 20px
  }

  .steps-section .tabs_content ._content._content-4 .bottom .right .list .list-item:last-child {
    margin-right: 0
  }

  .steps-section .tabs_content ._content._content-5 ._title {
    font-size: 30px
  }

  .steps-section .tabs_content ._content._content-5 .text .img {
    left: 48%;
    top: 75px
  }

  .steps-section .tabs_content ._content._content-5 .text ul {
    margin-top: 50px
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:first-child {
    left: 10px;
    top: 50px
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:last-child {
    top: 117px;
    left: 17px
  }

  .steps-section .tabs_content ._content._content-5 .bottom {
    margin-top: 40px
  }

  .steps-section .tabs_content ._content._content-5 ._right {
    width: 392px
  }

  .steps-section .tabs_content ._content._content-5 ._right .div-wrap {
    width: 100%
  }

  .steps-section .tabs_content ._content._content-5 ._right .div-wrap {
    padding: 30px 20px
  }

  .steps-section .tabs_content ._content._content-5 ._right .div-wrap ._title {
    font-size: 26px
  }

  .steps-section .tabs_content ._content._content-5 ._right .div-wrap .text {
    font-size: 16px
  }

  .steps-section .tabs_content ._content._content-5 ._right .div-wrap .text span {
    font-size: 16px
  }

  .canvas-section ._blocks .item {
    max-width: 453px
  }

  .canvas-section ._blocks .item .item-wrap .video_link {
    width: 264px
  }

  .canvas-section ._blocks {
    margin-bottom: 50px
  }

  .canvas-section .quote:before {
    top: -210px
  }

  .quiz-wrap .quiz-block .quiz-item .left {
    margin-left: 15px
  }

  .quiz-wrap .quiz-block .quiz-item .right {
    max-width: 500px
  }

  .quiz-wrap .quiz-block .quiz-item .items .item {
    width: 158px;
    margin-right: 12px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .top .p {
    font-size: 16px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .top .answer-none:before {
    width: 130px;
    left: -11px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .top .answer-none:before {
    top: 138px
  }

  .quiz-wrap .steps-status {
    left: 33px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-3 .right .top ._title {
    font-size: 24px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-4 .right .top ._title {
    font-size: 24px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-4 .right .top ul li {
    margin-right: 30px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-4 .right .top:before {
    display: none
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .left {
    max-width: 400px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .items .item {
    width: 126px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .finish_p {
    margin-left: 0
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .finish_p {
    font-size: 25px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5:before {
    width: 593px
  }

  .portfolio .section_content .right {
    width: 668px
  }

  .portfolio .section_content .right .tab_content .portfolio-slider .slide {
    height: 354px
  }

  .portfolio .section_content {
    padding: 0
  }

  .portfolio .section_content .right .tab_content .portfolio-info_left {
    max-width: 500px
  }

  .portfolio .section_content .right .tab_content .portfolio-info_right {
    max-width: 168px
  }

  .portfolio .section_content .right .tab_content .portfolio-info_right .doc img {
    width: 100%;
    height: auto
  }

  .portfolio .section_content .right .tab_content .portfolio-info_right .doc {
    height: auto
  }

  .advertising-section .section_content .content-wrap {
    padding: 50px 40px
  }

  .advertising-section .section_content .content-wrap .items .item:nth-child(1) {
    max-width: 263px;
    margin-right: 44px
  }

  .advertising-section .section_content .content-wrap .items .item:nth-child(2) {
    max-width: 254px;
    margin-right: 40px
  }

  .advertising-section .section_content .content-wrap .items .item:nth-child(3) {
    max-width: 252px
  }

  .advertising-section .section_content .content-wrap ._title {
    font-size: 28px
  }

  .trainers .title {
    max-width: 620px;
    font-size: 36px
  }

  .programm .tabs_content ._content .item ._title {
    font-size: 23px;
    padding-left: 0
  }

  .programm .tabs_content ._content .item ul {
    padding-left: 0
  }

  .programm .tabs_content ._content .item ul li {
    font-size: 16px
  }

  .programm .tabs_content ._content .item {
    width: 24%
  }

  .programm .tabs_content ._content .item ._img {
    height: 225px
  }

  .programm .tabs_content ._content .item {
    padding-bottom: 278px
  }

  .programm .tabs_content ._content:nth-child(2) .item:nth-child(2) {
    width: 49%
  }

  .programm .tabs_content ._content:nth-child(2) .item:nth-child(2) ._img {
    max-width: 225px
  }

  .programm .tabs_content ._content .item .manual {
    width: 232px
  }

  .methodologies-section .wrap_float:before {
    width: 1344px;
    height: 942px;
    left: -184px
  }

  .methodologies-section .wrap_float {
    padding-top: 20px
  }

  .methodologies-section .items .item {
    width: 284px
  }

  .methodologies-section .items .item ._content {
    padding: 40px 20px;
    padding-bottom: 20px
  }

  .methodologies-section .items .item:first-child .item-wrap:before,
  .methodologies-section .items .item:first-child .item-wrap:after,
  .methodologies-section .items .item:last-child .item-wrap:before,
  .methodologies-section .items .item:last-child .item-wrap:after {
    display: none
  }

  .methodologies-section .items .item:first-child {
    top: 500px
  }

  .methodologies-section .items .item:before {
    font-size: 150px;
    top: -76px
  }

  .methodologies-section .items .item:last-child {
    top: 500px;
    left: 500px
  }

  .methodologies-section {
    position: relative
  }

  .methodologies-section:before {
    height: 230px;
    background: #eff7dc;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100%
  }

  .methodologies-section .bottom {
    bottom: 0;
    box-shadow: none
  }

  .methodologies-section .bottom:before {
    display: none
  }

  .methodologies-section .wrap_float {
    height: 1135px
  }

  .form-section .left ul li {
    max-width: 316px;
    font-size: 18px
  }

  .form-section .left ul li:nth-child(3):before {
    top: 0
  }

  .results-section .left {
    max-width: 304px
  }

  .results-section .right {
    max-width: 630px
  }

  .results-section .right .content_title {
    font-size: 28px
  }

  .results-section .right ._block ._images ._img {
    width: 195px;
    height: 195px
  }

  .results-section .right .bottom .next_wrap {
    width: 210px;
    margin-left: 35px
  }

  .results-section .right .bottom .next_wrap .next_btn {
    width: 100%
  }

  .results-section .wrap_float {
    padding: 0
  }

  .accessories .items .item {
    padding-left: 20px;
    padding-right: 20px
  }

  .accessories .items .item ._title {
    font-size: 23px
  }

  .price-section:after {
    width: 620px;
    top: -105px
  }

  .price-section .production-block .items .item {
    max-width: 450px
  }

  .price-section .production-block .items .item .item-wrap {
    padding-right: 25px
  }

  .price-section .production-block .quality .left {
    max-width: 332px
  }

  .price-section .production-block .quality .left .video_link .video-text {
    top: 200px;
    left: 212px
  }

  .price-section .production-block .quality .left .video_link .video-text:before {
    transform: rotate(45deg);
    left: -30px;
    top: -63px
  }

  .price-section .production-block:before {
    width: 470px;
    left: -50px
  }

  .guarantee-section .wrap_float:before {
    width: 453px;
    height: 612px
  }

  .delivery ul {
    padding-left: 0
  }

  .delivery .insurance {
    width: 416px
  }

  .delivery .insurance .insurance-wrap {
    padding-right: 124px;
    font-size: 17px
  }

  .delivery .insurance .insurance-wrap:before {
    width: 127px;
    right: -30px
  }

  .team-section .wrap_float {
    padding: 0
  }

  .team-section .section_content .right {
    margin-right: 0
  }

  .team-section .section_content .right ._content .quote {
    font-size: 23px
  }

  .team-section .section_content .right ._content .footnote {
    left: -283px
  }

  .map-section .map-bottom .contacts-form {
    margin-right: -427px
  }

  .price-section-bottom .wrap_float:before {
    width: 810px;
    top: -170px
  }

  .footer .left {
    margin-right: 42px
  }

  .socials {
    text-align: center;
    clear: both;
    width: 100%
  }

  .socials a {
    display: inline-block;
    float: none
  }

  .footer .center {
    display: block;
    float: left;
    width: auto;
    padding: 0
  }

  .modal.modal_commercial {
    width: 1000px
  }

  .modal.modal_quiz {
    width: 1000px
  }

  .modal.modal_materials {
    width: 1000px
  }

  .modal_close {
    right: 14px;
    top: 14px;
    background-image: url(../img/close-dark.svg);
    z-index: 2
  }

  .modal.modal_video {
    width: 1000px
  }

  .modal.modal_video .modal_close {
    top: -30px;
    background-image: url(../img/close.svg);
    right: 0
  }

  .success .main_screen .center .left {
    max-width: 510px
  }

  .success .main_screen .center .left .tel {
    font-size: 32px
  }

  .success .main_screen .info {
    right: 348px
  }

  .success .main_screen .img {
    right: 0
  }

  .success .footer {
    height: auto
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-1 .img,
  .quiz-wrap .quiz-block .quiz-item.quiz-item-1 .right .answer-4 .img {
    width: 440px
  }

  .modal.modal_map .modal_close {
    top: -30px;
    right: 0;
    background-image: url(../img/close.svg)
  }

  .success .main_screen .info {
    position: static;
    clear: both;
    margin-left: 17px;
    margin-top: 30px
  }

  .success .main_screen .wrap_float {
    height: auto;
    min-height: inherit;
    padding-bottom: 213px
  }

  .modal.modal_image {
    width: auto
  }

  .price-section .production-block .quality .left .video_link .video-preview {
    width: 300px;
    height: 170px
  }

  .steps-section .tabs_content ._content._content-4 .bottom .left .video_link {
    padding-left: 0;
    padding-top: 70px;
    top: 28%;
    height: auto;
    text-align: center
  }

  .steps-section .tabs_content ._content._content-4 .bottom .left .video_link:after {
    left: 50%;
    margin-left: -22px
  }

  .steps-section .tabs_content ._content._content-4 .bottom .left .video_link:before {
    top: 0;
    margin-top: 0;
    margin-left: -25px;
    left: 50%
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:first-child {
    left: 0;
    top: 84px
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:nth-child(2) {
    top: 156px;
    left: 62px
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:last-child {
    top: 235px;
    left: 390px
  }

  .footer .tel-block {
    padding: 10px 0;
    padding-top: 0
  }

  .footer .center {
    text-align: center;
    position: relative;
    max-width: 294px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .footer .left .logo {
    width: 85px
  }

  .footer .logo-div {
    padding-left: 102px
  }

  .footer .left {
    max-width: 260px;
    margin-right: 28px
  }

  .socials {
    width: auto;
    clear: none
  }

  .dev {
    order: 1;
    margin-top: 15px
  }

  .footer .tel-block {
    float: right
  }

  .callback_btn {
    float: right
  }
}

@media screen and (max-width:1000px) {
  .footer .right {
    padding: 15px 0
  }

  .modal.modal_map {
    width: 96vw
  }

  .top_panel {
    position: fixed;
    top: 0;
    right: -250px !important;
    width: 250px;
    background: #fff;
    z-index: 22;
    height: auto;
    bottom: 0;
    left: auto;
    overflow: auto;
    transition: all .2s linear
  }

  .top_panel.opened {
    right: 0 !important;
    transition: all .2s linear
  }

  .top_panel .wrap {
    float: left;
    width: 100%;
    max-width: 100%
  }

  .top_panel .wrap .wrap_float {
    padding-top: 50px
  }

  .top_panel .close {
    width: 40px;
    height: 40px;
    background: url(../img/close-dark.svg) center center no-repeat;
    background-size: 30px 23px;
    position: absolute;
    right: 13px;
    top: 4px;
    display: block
  }

  .top_panel ul li {
    height: auto;
    display: block;
    float: left
  }

  .top_panel ul li a {
    display: block;
    padding: 10px 0;
    width: 100%
  }

  .top_panel ul li a:before {
    display: none
  }

  .top_panel .right {
    float: left;
    margin-top: 20px
  }

  .top_panel .right .callback_btn {
    display: block;
    padding: 0;
    border: 0;
    width: 192px;
    margin-left: 0;
    margin-top: 12px
  }

  .top_panel ul li:first-child,
  .top_panel ul li:nth-child(2),
  .top_panel ul li:nth-child(3),
  .top_panel ul li:nth-child(4),
  .top_panel ul li:nth-child(5),
  .top_panel ul li:nth-child(6) {
    max-width: 100%
  }

  .wrap {
    width: 92vw;
    max-width: 92vw
  }

  .main_screen {
    padding-top: 0
  }

  .main_screen .top .center {
    position: absolute;
    display: none
  }

  .main_screen .center .left .main_title {
    padding-left: 0
  }

  .main_screen .center .left .main_subtitle {
    padding-left: 0
  }

  .main_screen .wrap_float:before {
    height: 600px
  }

  .bullets {
    height: auto;
    transform: translateY(-50%)
  }

  .bullets .wrap {
    overflow: auto;
    padding: 0 4vw;
    display: block;
    float: left;
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px
  }

  .bullets .wrap .wrap_float {
    white-space: nowrap;
    width: auto;
    transform: none
  }

  .bullets .wrap .wrap_float .item {
    display: inline-block;
    float: none;
    white-space: normal
  }

  .bullets .wrap .wrap_float .item:last-child {
    margin-right: 4vw
  }

  .steps-section {
    padding-top: 0
  }

  .title {
    font-size: 32px
  }

  .main_screen .center .left .footnote {
    margin-left: 50px
  }

  .main_screen .center .right .guarantee-2 {
    width: 140px;
    height: 140px;
    padding-top: 41px;
    padding-left: 56px
  }

  .main_screen .center .right .guarantee-2:before {
    width: 130px;
    height: 130px
  }

  .main_screen .center .right .guarantee-block .val {
    left: 18px;
    top: 54%;
    font-size: 53px
  }

  .main_screen .center .right .guarantee-1 {
    height: 140px;
    width: 136px;
    padding-top: 11px;
    top: auto;
    bottom: 100px;
    right: 150px;
    left: auto
  }

  .main_screen .center .right .guarantee-1:before {
    width: 96px;
    height: 130px;
    top: 5px;
    left: 20px
  }

  .main_screen .center .right .guarantee-block ._title {
    margin-bottom: 5px
  }

  .steps-section .tabs {
    overflow: auto;
    white-space: nowrap;
    padding-left: 4vw;
    padding-bottom: 20px;
    border: 0;
    position: relative;
    border-radius: 0;
    margin-bottom: 30px
  }

  .steps-section .tabs .tab {
    display: inline-block;
    float: none;
    white-space: normal;
    background: rgba(18, 183, 147, 0.1);
    padding-left: 60px;
    vertical-align: top;
    width: 226px;
    padding-top: 11px
  }

  .steps-section .tabs .tab:last-child {
    margin-right: 4vw
  }

  .steps-section .tabs .tab:before {
    display: block;
    left: 15px
  }

  .steps-section .wrap {
    width: 100%;
    max-width: 100%
  }

  .steps-section .title,
  .steps-section .subtitle,
  .steps-section .tabs_content {
    padding-left: 4vw;
    padding-right: 4vw
  }

  .next-step {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    float: none
  }

  .steps-section .subtitle {
    margin-bottom: 30px
  }

  .steps-section .tabs_content ._content._content-2,
  .steps-section .tabs_content ._content._content-3,
  .steps-section .tabs_content ._content._content-5 {
    padding-left: 0;
    padding-right: 0
  }

  .steps-section .section_content:before,
  .steps-section .section_content:after {
    display: none
  }

  .steps-section .tabs_content ._content._content-1 .left {
    max-width: 100%;
    padding-left: 0
  }

  .steps-section .tabs_content ._content._content-1 .left .list .list-item {
    max-width: 290px;
    margin-right: 50px
  }

  .steps-section .tabs_content ._content._content-1 .right {
    float: left;
    margin-right: 0;
    clear: both;
    margin-top: 40px
  }

  .steps-section .tabs_content ._content._content-2 .bottom .left {
    max-width: 600px;
    margin-right: 0;
    margin-bottom: 30px
  }

  .steps-section .tabs_content ._content._content-2 .bottom .right {
    max-width: 100%
  }

  .steps-section .tabs_content ._content._content-3 .list {
    height: auto;
    padding: 40px 50px
  }

  .steps-section .tabs_content ._content._content-3 .list .list-item:first-child {
    margin-right: 25px
  }

  .steps-section .tabs_content ._content._content-4 .top .right {
    position: absolute;
    right: 0;
    top: 292px;
    height: 252px
  }

  .steps-section .tabs_content ._content._content-4 .content-wrap .top {
    position: relative
  }

  .steps-section .tabs_content ._content._content-4 .bottom .left {
    padding: 33px
  }

  .steps-section .tabs_content ._content._content-4 .bottom .right {
    clear: both;
    float: left
  }

  .steps-section .tabs_content ._content._content-5 ._right {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    background: none;
    height: auto;
    margin-top: 40px
  }

  .steps-section .tabs_content ._content._content-5 ._right .div-wrap ._title {
    max-width: 562px
  }

  .steps-section .tabs_content ._content._content-5 ._right .div-wrap ._subtitle {
    clear: both;
    max-width: 400px
  }

  .steps-section .tabs_content ._content._content-5 ._right .div-wrap .text {
    margin-bottom: 0
  }

  .steps-section .tabs_content ._content._content-5 ._right .div-wrap {
    height: auto
  }

  .canvas-section ._blocks .item {
    margin-right: 0;
    margin-bottom: 30px
  }

  .canvas-section .quote:before {
    display: none
  }

  .canvas-section:before {
    background-position: right -550px center
  }

  .canvas-section .title {
    max-width: 385px
  }

  .canvas-section .subtitle {
    max-width: 420px
  }

  .quiz-wrap .quiz-block .quiz-item .right {
    display: none
  }

  .quiz-wrap .quiz-block .quiz-item .left {
    max-width: 100%
  }

  .quiz-wrap .steps-status {
    left: 50%;
    margin-left: -200px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .left {
    max-width: 100%
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .right {
    display: block
  }

  .quiz-wrap .quiz-block {
    height: auto
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .right {
    float: left;
    margin-top: 35px;
    padding-bottom: 58px
  }

  .timer {
    margin-left: -30px;
    left: 100%;
    width: 218px;
    height: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    padding-top: 194px;
    text-align: center
  }

  .timer-wrap {
    display: inline-block;
    float: none;
    margin-right: 0
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5:before {
    display: none
  }

  .portfolio .wrap {
    width: 100%;
    max-width: 100%
  }

  .portfolio .section_content .right .tab_content .portfolio-info {
    margin-bottom: 40px
  }

  .portfolio .title,
  .portfolio .subtitle {
    padding-left: 4vw;
    padding-right: 4vw
  }

  .portfolio .section_content .left {
    padding-left: 4vw;
    overflow: auto;
    width: 100%;
    padding-bottom: 20px
  }

  .portfolio .section_content .left .tabs {
    white-space: nowrap;
    width: auto;
    padding: 0;
    border: 0
  }

  .portfolio .section_content .left .tabs .tab {
    display: inline-block;
    float: none;
    white-space: normal;
    width: 230px;
    border-bottom: 0;
    padding-left: 26px
  }

  .portfolio .section_content .left .tabs .tab:after {
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }

  .portfolio .section_content .left .tabs .tab:before {
    transition: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }

  .portfolio .section_content .left .tabs .tab:last-child {
    margin-right: 4vw
  }

  .portfolio .section_content .left .tabs .tab span {
    height: 100%;
    display: flex;
    align-items: center
  }

  .portfolio .section_content .left .tabs .tab span:before {
    top: 50%;
    transform: translateY(-50%);
    transition: none
  }

  .portfolio .section_content .left .tabs .tab.active:before {
    clip-path: none;
    right: 0;
    border-radius: 10px;
    transition: none;
    box-shadow: none
  }

  .portfolio .section_content .right {
    float: left;
    width: 100%;
    padding: 0 4vw
  }

  .advertising-section .wrap_float:before {
    display: none
  }

  .advertising-section .section_content .content-wrap .items .item:nth-child(1),
  .advertising-section .section_content .content-wrap .items .item:nth-child(2),
  .advertising-section .section_content .content-wrap .items .item:nth-child(3) {
    display: inline-block;
    float: none;
    max-width: 400px;
    margin-right: 0;
    margin-bottom: 30px
  }

  .advertising-section .section_content .content-wrap .items {
    text-align: center
  }

  .trainers:before {
    left: 0;
    right: 0
  }

  .trainers .section_content .item {
    width: 100%;
    text-align: center;
    position: absolute;
    display: none
  }

  .trainers .section_content .item.romanova img {
    left: 50%;
    transform: translateX(-50%)
  }

  .trainers .section_content .item.sosnovich img {
    left: 50%;
    transform: translateX(-50%)
  }

  .trainers .section_content .item.gnevisheva img {
    left: 50%;
    transform: translateX(-50%)
  }

  .trainers .section_content .item ._position {
    clear: both
  }

  .trainers .section_content .item ._name {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 90px
  }

  .trainers .section_content .item ._position {
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -87px
  }

  .trainers .text {
    position: relative;
    top: auto;
    right: auto
  }

  .trainers .text {
    width: 523px;
    margin-top: 50px
  }

  .trainers .section_content .arrow {
    display: block
  }

  .programm .tabs .tab {
    width: 49%
  }

  .programm .tabs .tab.tab-1 {
    margin-right: 2%
  }

  .programm .tabs .tab ._title {
    font-size: 20px
  }

  .programm .wrap {
    width: 100%;
    max-width: 100%
  }

  .programm .wrap .wrap_float {
    padding-left: 0;
    padding-right: 0
  }

  .programm .tabs_content ._content {
    overflow: auto;
    padding-left: 4vw;
    padding-bottom: 20px
  }

  .programm .tabs_content ._content .items {
    display: block;
    white-space: nowrap
  }

  .programm .tabs_content ._content .items .item {
    display: inline-block;
    width: 300px;
    float: none;
    white-space: normal;
    vertical-align: top;
    height: 560px;
    padding-bottom: 320px;
    max-width: 300px
  }

  .programm .tabs_content ._content .items .item:last-child {
    margin-right: 4vw
  }

  .programm .tabs_content ._content .items .item ._img {
    height: 300px
  }

  .programm .tabs_content ._content .item .manual {
    width: 300px
  }

  .programm .tabs_content ._content .item .manual .p:before {
    height: 108px;
    top: 8px;
    width: 200px;
    left: 26px
  }

  .programm .tabs_content ._content:nth-child(2) .item:nth-child(2) {
    width: 300px;
    padding-left: 0
  }

  .programm .tabs_content ._content:nth-child(2) .item:nth-child(2) ._img {
    max-width: 300px
  }

  .programm .tabs_content ._content:nth-child(2) .item:nth-child(2) ._img:last-child {
    display: none
  }

  .methodologies-section .wrap_float:before {
    display: none
  }

  .methodologies-section .wrap_float {
    height: auto
  }

  .methodologies-section .items .item {
    position: relative;
    left: auto;
    top: auto
  }

  .methodologies-section .items .item:first-child {
    top: auto;
    left: auto
  }

  .methodologies-section .items .item:last-child {
    top: auto;
    left: auto
  }

  .methodologies-section .section_content .img {
    display: block
  }

  .methodologies-section .wrap {
    width: 100%;
    max-width: 100%
  }

  .methodologies-section .section_content .items {
    padding: 0 4vw;
    display: flex;
    margin-top: 100px
  }

  .methodologies-section .section_content .items .item {
    width: 49%;
    margin-right: 2%
  }

  .methodologies-section .section_content .items .item .item-wrap {
    height: 100%
  }

  .methodologies-section .section_content .items .item ._content {
    height: 100%
  }

  .methodologies-section .section_content .items .item:last-child {
    margin-right: 0
  }

  .methodologies-section .bottom {
    position: relative
  }

  .form-section .wrap_float:before {
    display: none
  }

  .form-section .left {
    max-width: 730px
  }

  .form-section .left ul li {
    margin-bottom: 100px;
    clear: both;
    max-width: 430px
  }

  .form-section .right {
    clear: both;
    float: left;
    margin-top: 80px
  }

  .form-section .bottom {
    display: none
  }

  .form-section .wrap_float {
    padding-bottom: 150px
  }

  .results-section .wrap {
    width: 100%;
    max-width: 100%
  }

  .results-section .title,
  .results-section .subtitle {
    padding: 0 4vw
  }

  .results-section .left {
    padding-left: 4vw;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    padding-right: 4vw;
    padding-bottom: 20px
  }

  .results-section .left .tabs {
    width: auto;
    white-space: nowrap;
    height: 97px;
    border: 0;
    position: relative
  }

  .results-section .left .tabs:before {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 4vw;
    content: '';
    position: absolute
  }

  .results-section .left .tabs .tab {
    width: 300px;
    display: inline-block;
    float: none;
    white-space: normal;
    border-bottom: 0
  }

  .results-section .left .tabs .tab:last-child {
    margin-right: 4vw
  }

  .results-section .left .tabs .tab:after {
    opacity: 1
  }

  .results-section .right {
    max-width: 100%;
    float: left;
    clear: both;
    margin-top: 32px;
    padding: 0 4vw
  }

  .accessories .section_content {
    text-align: center
  }

  .accessories .items {
    display: block;
    background: none;
    text-align: center;
    max-width: 500px;
    display: inline-block;
    float: none
  }

  .accessories .items .item {
    width: 100%;
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06)
  }

  .accessories .items .item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.06)
  }

  .price-section:after {
    display: none
  }

  .price-block .price-bottom .price-bottom-wrap .form {
    max-width: 320px
  }

  .price-block .price-bottom .input_wrap {
    width: 100%
  }

  .price-block .price-bottom .btn_div {
    width: 100%;
    margin-top: 12px
  }

  .price-block .price-bottom .btn_div .btn {
    margin-left: 0;
    width: 100%
  }

  .price-block .price-bottom .timer {
    right: 45px;
    transform: none;
    bottom: -34px;
    top: auto
  }

  .price-block .price-bottom .agreement {
    margin-top: 15px
  }

  .price-section .production-block .items .item:first-child {
    margin-right: 0;
    margin-bottom: 30px
  }

  .price-section .production-block .quality .left {
    width: 100%;
    max-width: 100%
  }

  .price-section .production-block .quality .left .video_link {
    width: 100%;
    text-align: center;
    padding-bottom: 100px
  }

  .price-section .production-block .quality .left .video_link .video-preview {
    height: 260px;
    width: 472px;
    display: inline-block;
    float: none
  }

  .price-section .production-block .quality .left .video_link .video-text {
    top: 285px;
    left: 57%
  }

  .price-section .production-block .quality .right {
    float: left
  }

  .price-block {
    margin-bottom: 138px
  }

  .price-section .production-block:before {
    display: none
  }

  .guarantee-section .wrap_float:before {
    top: auto;
    bottom: 0
  }

  .guarantee-section .section_content {
    padding-bottom: 640px
  }

  .guarantee-section .section_content:before {
    left: 0;
    bottom: -37px;
    top: auto
  }

  .guarantee-section .section_content:after {
    bottom: 465px;
    top: auto
  }

  .delivery {
    padding-top: 68px
  }

  .delivery .wrap_float:after {
    display: none
  }

  .delivery .insurance {
    top: 282px
  }

  .delivery .wrap_float:before {
    bottom: -77px
  }

  .team-section .wrap {
    max-width: 100%;
    width: 100%
  }

  .team-section .title {
    padding: 0 4vw
  }

  .team-section .section_content .left {
    width: 100%;
    padding-left: 4vw;
    overflow: auto;
    max-width: 100%;
    padding-bottom: 20px
  }

  .team-section .section_content .left .tabs {
    width: auto;
    white-space: nowrap;
    border: 0;
    position: relative
  }

  .team-section .section_content .left .tabs:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 4vw;
    content: '';
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px
  }

  .team-section .section_content .left .tabs .tab {
    width: 300px;
    white-space: normal;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 3px
  }

  .team-section .section_content .left .tabs .tab:last-child {
    margin-right: 4vw
  }

  .team-section .section_content .left .tabs .tab ._info {
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .team-section .section_content .right {
    width: 100%;
    max-width: 100%;
    float: left;
    padding: 0 4vw
  }

  .team-section .arrows .arrow {
    left: 4vw
  }

  .team-section .arrows .arrow.next {
    right: 4vw
  }

  .team-section .section_content .right ._content .footnote {
    display: none
  }

  .team-section .section_content .right ._content {
    padding-bottom: 0
  }

  .map-section {
    padding-top: 50px
  }

  .map-section .map-bottom .contacts-form {
    position: static;
    transform: none;
    width: 100%
  }

  .map-section .map-bottom .contacts-form .form {
    max-width: 400px
  }

  .map-section .map-bottom .contacts-form:before {
    display: none
  }

  .map-section .map-bottom .contacts-form-wrap ._title {
    max-width: 397px
  }

  .map-section .map-bottom .contacts-form-wrap {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
  }

  .map-section .map-bottom .map {
    border-radius: 0;
    height: 500px
  }

  .map-section .map-bottom {
    padding: 0
  }

  .price-section-bottom:before {
    left: 0;
    right: 0
  }

  .price-section-bottom .wrap_float {
    padding-bottom: 350px
  }

  .price-section-bottom .wrap_float:before {
    bottom: -318px;
    top: auto;
    right: -44px
  }

  .footer {
    padding-bottom: 50px
  }

  .footer .center {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    max-width: 100%
  }

  .footer .center .link {
    width: 100%;
    text-align: center
  }

  .footer .left {
    margin-right: 0
  }

  .footer .wrap_float {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 125px;
    position: relative
  }

  .accessories {
    overflow: hidden
  }

  .accessories:before {
    bottom: -140px
  }

  .steps-section .tabs_content ._content._content-3 .list .list-item:last-child {
    max-width: 293px
  }

  .portfolio .section_content .right .tab_content .portfolio-slider .slide {
    height: 60vw
  }

  .portfolio .section_content .right .tab_content .portfolio-slider .slick-arrow.slick-prev {
    left: 17px
  }

  .portfolio .section_content .right .tab_content .portfolio-slider .slick-arrow.slick-next {
    right: 17px
  }

  .portfolio .section_content .right .tab_content .portfolio-info_left ._text {
    max-width: 100%;
    width: 100%
  }

  .programm .tabs {
    width: 92vw
  }

  .steps-section .tabs_content ._content .mob-tab {
    padding-right: 18px
  }

  .trainers .wrap_float {
    padding-left: 0;
    padding-right: 0
  }

  .methodologies-section .title,
  .methodologies-section .subtitle {
    padding-left: 4vw;
    padding-right: 4vw
  }

  .main_screen .wrap_float .top {
    position: relative
  }

  .main_screen .wrap_float .top .menu-btn {
    display: block;
    top: 37px
  }

  .main_screen .top .left {
    max-width: 287px;
    margin-right: 0
  }

  .main_screen .top .left {
    padding-left: 129px
  }

  .main_screen .top .left .logo {
    width: 116px
  }

  .main_screen .top .right {
    margin-right: 40px
  }

  .results-section .right .bottom .next_wrap .next_btn:before {
    display: none
  }

  .results-section .right .bottom .next_wrap .next_btn:hover span {
    color: rgba(34, 34, 34, 0.6)
  }

  .results-section .right .bottom .next_wrap .next_btn:after {
    display: none
  }

  .team-section .arrows .arrow:hover:before {
    display: none
  }

  .modal.modal_commercial {
    width: 100%
  }

  .modal.modal_commercial .subtitle {
    font-size: 22px
  }

  .modal.modal_commercial:after {
    display: none
  }

  .modal.modal_commercial .title .link {
    display: none
  }

  .price-block .price-bottom ._subtitle {
    font-size: 21px
  }

  .modal.modal_quiz,
  .modal.modal_materials {
    width: 100%
  }

  .modal.modal_callback,
  .modal.modal_consultation {
    width: 452px;
    position: relative
  }

  .modal.modal_callback:before,
  .modal.modal_consultation:before {
    top: 6px;
    left: 6px;
    bottom: 6px;
    right: 6px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    content: '';
    position: absolute
  }

  .modal.modal_callback .modal_wrap,
  .modal.modal_consultation .modal_wrap {
    border-radius: 10px;
    overflow: hidden
  }

  .modal.modal_callback .modal_left .img,
  .modal_left .name,
  .modal_left .position,
  .modal.modal_consultation .modal_left .img {
    display: none
  }

  .modal_left {
    width: 100%;
    position: static;
    background: #fff;
    padding-bottom: 0
  }

  .modal_left:before {
    display: none
  }

  .modal_right {
    width: 100%;
    padding-top: 30px
  }

  .modal_right:before {
    display: none
  }

  .modal.modal_policy {
    width: 100%
  }

  .modal.modal_video {
    width: 96vw
  }

  .steps-section .tabs_content ._content .content-wrap {
    margin-bottom: 30px
  }

  .team-section .arrows .arrow:after {
    display: none
  }

  .accessories:before {
    display: none
  }

  .team-section .section_content .left .tabs .tab ._position {
    align-self: flex-start
  }

  .canvas-section ._blocks .item .item-wrap .video_link {
    line-height: 1.2
  }

  .success .main_screen .center .left .main_title {
    font-size: 39px
  }

  .success .main_screen .center .left {
    max-width: 400px
  }

  .success .main_screen .center .left .main_subtitle {
    font-size: 18px
  }

  .success .main_screen .center .left .main_title {
    margin-bottom: 12px
  }

  .success .main_screen .center .left .text {
    font-size: 21px;
    margin-left: -3px
  }

  .success .main_screen .center .left .tel {
    margin-left: 0
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .finish_p {
    position: absolute;
    margin-top: 0;
    width: auto;
    padding-right: 13px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .left ._title {
    margin-top: 130px
  }

  .top_panel ul li a span {
    font-size: 16px
  }

  .canvas-section .subtitle {
    clear: both
  }

  .success .footer {
    position: static
  }

  .success .main_screen .img {
    width: 422px;
    height: auto
  }

  .modal.modal_image img {
    max-height: 100%
  }

  .results-section .left .tabs .tab ._title {
    font-size: 15px
  }

  .mob-hide {
    display: none
  }

  .modal.modal_callback .form .field.field-1,
  .modal.modal_consultation .form .field.field-1 {
    transform: translateY(74px)
  }

  .modal.modal_callback .form .field.field-2,
  .modal.modal_consultation .form .field.field-2 {
    transform: translateY(-123px);
    margin-top: 0
  }

  .modal.modal_callback .modal_right .form,
  .modal.modal_consultation .modal_right .form {
    margin-top: 18px
  }

  .accessories .items {
    width: 100vw;
    margin-left: -4vw;
    overflow: auto;
    white-space: nowrap;
    max-width: 100vw;
    display: block;
    float: left;
    padding-left: 4vw;
    box-shadow: none
  }

  .accessories .items .item {
    width: 500px;
    display: inline-block;
    float: none;
    vertical-align: top;
    white-space: normal;
    margin-right: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.06)
  }

  .accessories .items .item:last-child {
    margin-right: 4vw
  }

  .delivery .wrap_float {
    padding-left: 0;
    padding-right: 0
  }

  .map-section .map-bottom .contacts-form-wrap {
    padding: 0
  }

  .map-section .map-bottom .contacts-form {
    margin-right: 0
  }

  .map-section .map-bottom .contacts-form-wrap {
    padding: 30px 4vw;
    border-radius: 0
  }

  .steps-section .tabs_content ._content._content-4 .bottom .left .video_link {
    font-size: 14px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 13px
  }

  .steps-section .tabs_content ._content._content-5 .bottom {
    margin-top: 120px
  }

  .footer .wrap_float {
    padding-bottom: 156px
  }
}

@media screen and (max-width:750px) {

  .main_screen .top .right,
  .main_screen .top .left {
    display: none
  }

  .main_screen .wrap_float .top {
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff url(../img/logo.svg) center center no-repeat;
    background-size: 85px 50px;
    z-index: 20;
    box-shadow: 0 0 80px 20px rgba(0, 0, 0, 0.03)
  }

  .main_screen .wrap_float .top .mobile-tel {
    display: block;
    width: 30px;
    height: 40px;
    background: url(../img/phone-black.svg) center left no-repeat;
    background-size: contain;
    position: absolute;
    left: 4vw;
    top: 50%;
    margin-top: -20px
  }

  .main_screen {
    padding-top: 60px
  }

  .main_screen .wrap_float .top .menu-btn {
    right: 4vw;
    top: 19px
  }

  .main_screen .center .right .guarantee-1 {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    margin-top: 0
  }

  .main_screen .center .right .guarantee-2 {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto
  }

  .main_screen .center .right {
    margin-top: 33px
  }

  .title {
    font-size: 29px
  }

  .subtitle {
    font-size: 20px
  }

  .steps-section .tabs_content ._content .mob-tab span {
    line-height: 1
  }

  .steps-section .tabs_content ._content._content-1 .left .list .list-item {
    max-width: 245px
  }

  .steps-section .tabs_content ._content._content-1 .right {
    max-width: 100%;
    width: 100%
  }

  .steps-section .tabs_content ._content._content-2 ._title {
    font-size: 32px
  }

  .steps-section .tabs_content ._content._content-2 .list .list-item {
    margin-bottom: 30px
  }

  .steps-section .tabs_content ._content._content-2 .list .list-item:last-child {
    margin-bottom: 0
  }

  .steps-section .tabs_content ._content._content-3 .list .list-item:first-child {
    margin-bottom: 45px
  }

  .steps-section .tabs_content ._content._content-2 ._title,
  .steps-section .tabs_content ._content._content-2 .bottom .right .bottom_title,
  .steps-section .tabs_content ._content._content-3 ._title,
  .steps-section .tabs_content ._content._content-4 .top .left ._title {
    font-size: 28px
  }

  .steps-section .tabs_content ._content._content-4 .top .left ul li {
    max-width: 170px
  }

  .steps-section .tabs_content ._content._content-4 .top .left ul li {
    padding-left: 46px;
    font-size: 14px
  }

  .steps-section .tabs_content ._content._content-4 .top .left ul li:before {
    width: 30px;
    height: 30px;
    left: 9px
  }

  .steps-section .tabs_content ._content._content-4 .bottom .left {
    max-width: 50%
  }

  .steps-section .tabs_content ._content._content-4 .top .right .img {
    width: 265px
  }

  .steps-section .tabs_content ._content._content-4 .bottom .right ._title {
    font-size: 28px
  }

  .steps-section .tabs_content ._content._content-4 .bottom .right ._subtitle {
    font-size: 20px
  }

  .steps-section .tabs_content ._content._content-4 .bottom .right .list .list-item,
  .steps-section .tabs_content ._content._content-4 .bottom .right .list .list-item:last-child {
    max-width: 500px
  }

  .steps-section .tabs_content ._content._content-4 .bottom .right .list .list-item:last-child {
    margin-top: 30px
  }

  .steps-section .tabs_content ._content .content-wrap {
    margin-bottom: 38px
  }

  .steps-section .tabs_content ._content._content-5 ._subtitle {
    font-size: 18px
  }

  .steps-section .tabs_content ._content._content-5 .bottom ._subtitle {
    font-size: 20px
  }

  .canvas-section:before {
    background-position: left -600px center
  }

  .canvas-section .title {
    max-width: 100%
  }

  .canvas-section .subtitle {
    max-width: 100%
  }

  .quiz-section .title>span {
    font-size: 26px
  }

  .quiz-wrap .quiz-block .quiz-item .left .question {
    font-size: 27px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .finish_p:after {
    width: 90px;
    height: 90px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .finish_p .load {
    width: 74px;
    height: 74px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .finish_p .load:before {
    width: 90px;
    height: 90px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .finish_p {
    max-width: 470px;
    padding-left: 110px;
    font-size: 20px;
    height: 90px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .left ._title {
    font-size: 30px
  }

  .quiz-wrap .quiz-block .quiz-item .left .variants .label {
    margin-bottom: 16px
  }

  .quiz-section .wrap_float:before {
    display: none
  }

  .portfolio .section_content .right .tab_content .portfolio-info_right {
    max-width: 100%;
    margin-top: 40px
  }

  .portfolio .section_content .right .tab_content .portfolio-info_right .doc {
    height: 280px
  }

  .portfolio .section_content .right .tab_content .portfolio-info_right .doc img {
    height: 100%;
    width: auto
  }

  .trainers .title {
    font-size: 30px
  }

  .trainers .section_content {
    height: 420px
  }

  .trainers .section_content .item.romanova img {
    width: auto;
    height: 100%
  }

  .programm .tabs .tab {
    padding-left: 20px
  }

  .programm .tabs .tab ._title {
    padding-left: 55px
  }

  .programm .tabs .tab.tab-1:before {
    width: 90px;
    height: 40px
  }

  .programm .tabs .tab.tab-1:before {
    left: -13px;
    top: 6px
  }

  .programm .tabs .tab.tab-2:before {
    width: 52px;
    height: 38px;
    left: 14px
  }

  .methodologies-section .items .item ._title {
    font-size: 19px
  }

  .methodologies-section .bottom {
    width: 100%;
    margin-left: 0;
    left: auto;
    padding-left: 4vw;
    padding-right: 4vw
  }

  .methodologies-section .bottom ._title {
    font-size: 26px
  }

  .methodologies-section .bottom ._subtitle {
    font-size: 18px
  }

  .methodologies-section .bottom:after {
    width: 190px;
    height: 200px
  }

  .methodologies-section .bottom {
    padding-right: 247px
  }

  .form-section .wrap_float {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0
  }

  .form-section .right {
    max-width: 100%
  }

  .form-section .right .form {
    max-width: 500px
  }

  .results-section .right ._block ._images ._img {
    width: 29vw;
    height: 29vw
  }

  .btn_wrap {
    width: 310px;
    height: 104px;
    padding: 10px
  }

  .btn_wrap .btn {
    height: 85px
  }

  .btn_wrap .btn .btn-span {
    height: 85px
  }

  .btn_wrap .btn .btn-span:before,
  .btn_wrap .btn .btn-span:after {
    height: 80px
  }

  .btn_wrap .p {
    font-size: 12px;
    line-height: 23px
  }

  .btn_wrap .btn .btn-span span:before {
    width: 90px;
    height: 86px;
    right: -79px
  }

  .results-section .right .bottom .next_wrap {
    padding: 7px 0
  }

  .price-block .title .link {
    width: 50px;
    height: 50px;
    display: none
  }

  .price-block .price-bottom ._subtitle {
    font-size: 20px
  }

  .results-section .right .bottom .next_wrap {
    width: 193px
  }

  .price-block .price-bottom .price-bottom-wrap {
    padding-bottom: 140px
  }

  .price-block .price-bottom .timer {
    width: 320px;
    padding-top: 20px;
    text-align: left;
    padding-left: 130px
  }

  .price-block .price-bottom .timer:before {
    left: 34px;
    margin-left: 0
  }

  .timer-wrap {
    text-align: left
  }

  .timer-wrap .timer-val {
    text-align: left
  }

  .price-block .price-bottom .timer {
    padding-bottom: 6px;
    left: 53px;
    margin-left: 0;
    right: auto;
    bottom: -63px
  }

  .delivery ul li {
    max-width: 400px;
    margin-right: 0;
    margin-bottom: 20px
  }

  .delivery .insurance {
    position: relative;
    top: auto;
    right: auto
  }

  .delivery .wrap_float {
    height: auto;
    padding-bottom: 400px
  }

  .delivery .wrap_float:before {
    height: 300px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    background-position: center bottom;
    width: auto
  }

  .delivery {
    padding-bottom: 0
  }

  .footer .left {
    margin: 0 auto;
    float: none
  }

  .footer .right {
    max-width: 100%
  }

  .footer {
    text-align: center
  }

  .footer .tel-block {
    width: 100%;
    text-align: center
  }

  .footer .tel-block .status {
    display: inline-block;
    float: none
  }

  .footer .callback_btn {
    display: inline-block;
    float: none;
    margin-left: 0
  }

  .footer .left {
    text-align: left
  }

  .footer .wrap_float {
    padding-bottom: 144px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 {
    overflow: visible
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .right {
    padding-bottom: 110px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .right .timer {
    width: 340px;
    transform: none;
    left: 30px;
    margin-left: 0;
    bottom: -108px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 120px;
    padding-bottom: 6px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .right .timer:before {
    width: 100px;
    height: 108px
  }

  .timer {
    top: auto
  }

  .trainers .section_content .item.gnevisheva img,
  .trainers .section_content .item.sosnovich img {
    height: 100%;
    width: auto
  }

  .price-section .wrap_float {
    padding: 0
  }

  .modal.modal_commercial .modal_wrap {
    padding: 30px
  }

  .modal.modal_commercial .title {
    font-size: 30px
  }

  .modal.modal_commercial .subtitle {
    font-size: 19px;
    padding-left: 0
  }

  .modal.modal_commercial .price-block .price-bottom {
    margin-top: 30px
  }

  .modal.modal_commercial .price-block .price-bottom ._title {
    font-size: 28px
  }

  .modal.modal_commercial .price-block .price-bottom .price-bottom-wrap {
    padding: 25px
  }

  .modal.modal_commercial .modal_wrap {
    padding-bottom: 50px
  }

  .success .main_screen {
    padding-top: 66px
  }

  .success .main_screen .wrap_float {
    height: auto;
    min-height: inherit
  }

  .success .main_screen .img {
    width: 343px
  }

  .success .main_screen .wrap_float {
    padding-bottom: 257px
  }

  .success .main_screen .info {
    right: auto;
    left: 0
  }

  .success .main_screen .wrap_float .top {
    background-position: center right 4vw;
    background-size: 58px 50px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .left ._title {
    margin-top: 115px
  }

  .canvas-section ._blocks .item .item-wrap .video_link:before {
    width: 62px;
    height: 62px
  }

  .canvas-section ._blocks .item .item-wrap .video_link:after {
    width: 52px;
    height: 52px;
    left: 5px;
    top: 5px
  }

  .canvas-section ._blocks .item .item-wrap .video_link {
    padding-left: 76px;
    font-size: 14px;
    height: 62px;
    margin-left: -147px
  }

  .results-section .right ._block ._text p.hidden {
    display: none
  }

  .results-section .right ._block ._text .show-hidden {
    display: block;
    font-size: 18px;
    border-bottom: 1px solid rgba(127, 202, 96, 0.7);
    color: #7fca60;
    width: auto;
    clear: both;
    line-height: 1;
    margin-top: 10px
  }

  .trainers .section_content .item.sosnovich img {
    height: 133%
  }

  .steps-section .tabs_content ._content._content-4 .bottom .left .video_link {
    font-size: 12px;
    padding-left: 55px;
    padding-right: 55px
  }

  .footer .link {
    width: 100%;
    text-align: center
  }

  .footer .right {
    width: 100%
  }
}

@media screen and (max-width:600px) {
  .main_screen .center .left .main_title {
    font-size: 38px
  }

  .main_screen .center .left .main_subtitle {
    font-size: 22px
  }

  .main_screen .center .left .main_subtitle {
    max-width: 340px
  }

  .main_screen .center .left .footnote {
    margin-left: 30px
  }

  .main_screen .wrap_float:before {
    right: -402px
  }

  .title {
    font-size: 26px
  }

  .subtitle {
    font-size: 19px
  }

  .steps-section .tabs_content ._content .mob-tab span {
    font-size: 18px
  }

  .steps-section .tabs_content ._content._content-1 .left .list .list-item {
    max-width: 400px;
    margin-bottom: 30px
  }

  .steps-section .tabs_content ._content._content-1 .left .list .list-item:last-child {
    margin-bottom: 0
  }

  .steps-section .tabs_content ._content._content-2 ._subtitle {
    font-size: 19px
  }

  .steps-section .tabs_content ._content._content-2 .list-wrap {
    padding: 40px
  }

  .steps-section .tabs_content ._content._content-2 .bottom .right .bottom_subtitle {
    font-size: 19px
  }

  .steps-section .tabs_content ._content._content-3 ._subtitle {
    font-size: 19px
  }

  .steps-section .tabs_content ._content._content-3 .list {
    padding: 40px
  }

  .steps-section .tabs_content ._content._content-4 .top .left ul li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 6px
  }

  .steps-section .tabs_content ._content._content-4 .top .left ul li:last-child {
    margin-bottom: 0
  }

  .steps-section .tabs_content ._content._content-4 .top .right {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    height: 50vw;
    margin-top: 20px
  }

  .steps-section .tabs_content ._content._content-4 .top .right .img {
    top: auto;
    height: 100%;
    width: auto;
    display: inline-block;
    float: none;
    position: static
  }

  .steps-section .tabs_content ._content._content-4 .bottom .left {
    max-width: 100%;
    height: 50vw;
    padding: 20px 0;
    text-align: center
  }

  .steps-section .tabs_content ._content._content-4 .bottom .left .img {
    height: 100%;
    width: auto;
    display: inline-block;
    float: none
  }

  .steps-section .tabs_content ._content._content-5 ._title {
    font-size: 26px
  }

  .steps-section .tabs_content ._content._content-5 .bottom ._subtitle {
    font-size: 19px
  }

  .steps-section .tabs_content ._content._content-5 .bottom .list-item {
    margin-left: 0;
    width: 100%
  }

  .canvas-section .quote ._img {
    display: none
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .left {
    margin-left: 0
  }

  .quiz-wrap .quiz-block .quiz-item .left {
    margin-left: 0
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .right {
    padding: 45px 30px;
    padding-bottom: 110px
  }

  .form .field .way .way-item {
    width: 110px
  }

  .portfolio .section_content .right .tab_content .portfolio-info_right .doc {
    height: 200px
  }

  .portfolio {
    padding-bottom: 62px
  }

  .advertising-section .section_content .content-wrap ._title {
    font-size: 22px
  }

  .trainers .text {
    width: 100%
  }

  .programm .tabs .tab ._title {
    font-size: 17px
  }

  .programm .tabs_content ._content .items .item {
    width: 260px;
    padding-bottom: 280px;
    height: 515px
  }

  .programm .tabs_content ._content .items .item ._img {
    height: 260px
  }

  .programm .tabs_content ._content .item .manual {
    width: 260px
  }

  .programm .tabs_content ._content .item .manual .p:before {
    left: 10px
  }

  .programm .tabs_content ._content:nth-child(2) .item:nth-child(2) ._img {
    width: 260px
  }

  .programm .tabs_content ._content:nth-child(2) .item:nth-child(2) {
    width: 260px
  }

  .programm .tabs_content ._content:nth-child(2) .item .manual .p:before {
    top: 12px;
    height: 100px
  }

  .methodologies-section .items .item:before {
    font-size: 120px
  }

  .methodologies-section .items .item ._title {
    font-size: 17px
  }

  .methodologies-section .items .item ._subtitle {
    font-size: 15px
  }

  .methodologies-section .bottom:after {
    width: 146px;
    right: 22px
  }

  .methodologies-section .bottom {
    padding-right: 175px
  }

  .methodologies-section .bottom ._title {
    font-size: 23px;
    margin-bottom: 10px
  }

  .form-section .left ul li {
    margin-bottom: 64px;
    padding-left: 100px
  }

  .form-section .left ul li:nth-child(1):before {
    width: 100px;
    height: 100px
  }

  .form-section .left ul li:nth-child(2):before {
    height: 100px
  }

  .form-section .left ul li:nth-child(3):before {
    width: 100px;
    left: -7px;
    top: -9px
  }

  .form-section .right {
    padding: 40px
  }

  .form-section .right ._title {
    font-size: 30px
  }

  .form-section .right ._subtitle {
    font-size: 19px
  }

  .results-section .right .bottom {
    text-align: center
  }

  .results-section .right .bottom .btn_wrap {
    display: inline-block;
    float: none
  }

  .results-section .right .bottom .next_wrap {
    width: 310px;
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-top: 20px
  }

  .price-block .price-bottom .price-bottom-wrap {
    padding: 40px
  }

  .price-block .price-bottom .timer {
    left: 40px
  }

  .price-section .production-block .items .item .item-wrap ._title {
    font-size: 18px;
    line-height: 1.2
  }

  .price-section .production-block .items .item .item-wrap ._subtitle {
    font-size: 15px
  }

  .price-section .production-block .quality .left .video_link .video-preview {
    width: 100%;
    height: 55vw
  }

  .guarantee-section .section_content:before,
  .guarantee-section .section_content:after {
    display: none
  }

  .guarantee-section .section_content {
    padding-bottom: 0
  }

  .guarantee-section .wrap_float:before {
    height: 400px;
    width: 100%;
    left: 4vw
  }

  .guarantee-section .wrap_float {
    padding-bottom: 440px
  }

  .delivery .wrap_float {
    padding-bottom: 40px
  }

  .delivery .wrap_float:before {
    display: none
  }

  .team-section .section_content .right ._content .photo_div .img {
    width: 250px;
    height: 250px
  }

  .team-section .arrows .arrow {
    top: 97px
  }

  .team-section .wrap_float:before {
    display: none
  }

  .team-section .section_content .right ._content .quote {
    font-size: 20px
  }

  .map-section .map-bottom .contacts-form-wrap ._title span {
    font-size: 32px
  }

  .map-section .map-bottom .contacts-form-wrap ._title {
    font-size: 26px
  }

  .map-section .map-bottom .contacts-form-wrap ._title span {
    width: 100%;
    float: left
  }

  .map-section .map-bottom .contacts-form-wrap {
    padding-left: 4vw;
    padding-right: 4vw
  }

  .map-section .map-bottom .map {
    height: 100vw
  }

  .price-block .price-bottom .price-bottom-wrap {
    padding-bottom: 134px
  }

  .price-section-bottom .wrap_float:before {
    width: 531px;
    bottom: -111px;
    height: 439px
  }

  .price-section-bottom .wrap_float {
    padding-bottom: 270px
  }

  .steps-section .tabs_content ._content._content-5 .text .img {
    width: 230px;
    height: 230px
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:first-child:before {
    left: 90px
  }

  .bullets {
    transform: translateY(-31%)
  }

  .steps-section .tabs {
    margin-bottom: 0
  }

  .steps-section .tabs_content ._content._content-5 .text {
    margin-bottom: 18px
  }

  .steps-section {
    padding-bottom: 90px
  }

  .canvas-section,
  .advertising-section {
    padding: 90px 0
  }

  .advertising-section .subtitle {
    margin-bottom: 40px
  }

  .advertising-section .section_content:last-child {
    margin-bottom: 0
  }

  .trainers,
  .results-section {
    padding-top: 90px
  }

  .programm .wrap .wrap_float {
    padding-bottom: 60px
  }

  .quiz-section,
  .form-section .wrap_float,
  .guarantee-section {
    padding-top: 90px
  }

  .delivery {
    padding-top: 90px
  }

  .form-section .wrap_float,
  .price-section .production-block {
    padding-bottom: 90px
  }

  .quiz-section .title {
    margin-bottom: 40px
  }

  .results-section .subtitle {
    margin-bottom: 30px
  }

  .results-section {
    padding-bottom: 10px
  }

  .accessories .section_content {
    margin-top: 34px
  }

  .price-section {
    padding-top: 90px
  }

  .price-block .before-title {
    margin-bottom: 20px
  }

  .price-section .production-block .items {
    margin-top: 36px
  }

  .team-section .title {
    margin-bottom: 40px
  }

  .team-section {
    margin-bottom: 0
  }

  .price-section-bottom .wrap_float {
    padding-top: 80px
  }

  .price-block .price-bottom .agreement {
    padding-left: 0
  }

  .modal.modal_policy .title {
    font-size: 32px;
    margin-bottom: 20px
  }

  .modal.modal_policy .modal_wrap {
    padding: 30px
  }

  .portfolio,
  .advertising-section,
  .trainers,
  .results-section,
  .guarantee-section,
  .steps-section {
    padding-top: 70px
  }

  .bullets {
    transform: none;
    margin-top: -65px
  }

  .steps-section .tabs_content {
    margin-top: 16px
  }

  .team-section .section_content .right ._content .photo_div .img {
    line-height: 250px
  }

  .team-section .section_content .right ._content .photo_div .img img {
    height: 98%
  }

  .trainers {
    overflow: hidden
  }

  .results-section .title b {
    display: inline;
    width: auto
  }

  .mob_title,
  .mob_subtitle {
    display: block
  }

  .desk_title,
  .desk_subtitle {
    display: none !important
  }

  .steps-section .tabs_content ._content._content-5 ._right {
    display: none
  }

  .guarantee-section .left .items .item:first-child ._subtitle {
    display: none
  }

  .results-section .right .bottom .btn_wrap {
    transform: translateY(68px)
  }

  .results-section .right .bottom .next_wrap {
    transform: translateY(-153px);
    margin-top: 0
  }

  .accessories .items .item {
    width: 370px
  }

  .steps-section .tabs_content ._content._content-4 .bottom .left {
    margin-bottom: 130px
  }

  .steps-section .tabs_content ._content._content-4 .bottom .left .video_link {
    top: auto;
    bottom: -100px;
    color: #000;
    padding-top: 55px;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px
  }
}

@media screen and (max-width:480px) {
  .main_screen .center .left .main_title {
    font-size: 33px
  }

  .main_screen .center .left .main_subtitle {
    font-size: 20px
  }

  .main_screen .center .left .footnote .bold:before {
    display: none
  }

  .main_screen .wrap_float:before {
    height: 564px;
    right: -375px
  }

  .main_screen .center .left .main_subtitle {
    max-width: 238px;
    font-size: 18px
  }

  .main_screen .center .left .footnote {
    width: 204px
  }

  .btn_wrap {
    position: relative
  }

  .btn_wrap .btn .btn-span span:before {
    display: none
  }

  .main_screen .center .right {
    display: none
  }

  .steps-section .tabs_content ._content._content-2 .list-wrap {
    padding: 40px 20px
  }

  .steps-section .tabs_content ._content._content-2 .list-wrap:before {
    width: 180px
  }

  .steps-section .tabs_content ._content._content-5 .text .img {
    right: 0;
    left: auto;
    margin-left: 0;
    width: 200px;
    height: 200px
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:first-child:before {
    width: 125px
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:last-child:before {
    width: 131px
  }

  .canvas-section ._blocks .item .item-wrap ._img {
    width: 100px;
    height: 100px;
    left: 20px
  }

  .canvas-section ._blocks .item .item-wrap {
    padding: 20px;
    padding-left: 136px
  }

  .canvas-section ._blocks .item .item-wrap .video_link {
    width: 226px
  }

  .quiz-wrap .steps-status {
    width: auto;
    left: 5vw;
    margin-left: 0;
    right: 5vw;
    top: 20px
  }

  .quiz-wrap .quiz-block .quiz-item {
    padding-left: 5vw;
    padding-right: 5vw
  }

  .quiz-wrap .quiz-block .quiz-item .left .question {
    font-size: 24px;
    margin-bottom: 18px
  }

  .quiz-wrap .quiz-block .quiz-item .left .variants .label {
    margin-bottom: 10px
  }

  .quiz-wrap .quiz-block .quiz-item .left .btn {
    margin-top: 20px
  }

  .quiz-wrap .quiz-block .quiz-item .left .skip-link {
    margin-top: 7px
  }

  .quiz-wrap .quiz-block .quiz-item .left {
    margin-top: 55px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .left ._title {
    font-size: 22px
  }

  .portfolio .section_content .right .tab_content .portfolio-slider .slick-arrow,
  .trainers .section_content .arrow {
    width: 50px;
    height: 50px
  }

  .portfolio .section_content .right .tab_content .portfolio-slider .slick-arrow:before,
  .trainers .section_content .arrow:before {
    width: 44px;
    height: 44px;
    background-position: left 15px center
  }

  .portfolio .section_content .right .tab_content .portfolio-slider .slick-arrow.slick-prev {
    left: 6px
  }

  .portfolio .section_content .right .tab_content .portfolio-slider .slick-arrow.slick-next {
    right: 6px
  }

  .advertising-section .section_content .content-wrap {
    padding: 40px 30px
  }

  .advertising-section .section_content .content-wrap .items .item_title {
    font-size: 19px
  }

  .advertising-section .section_content .content-wrap ._title {
    font-size: 21px
  }

  .advertising-section .section_content .content-wrap .items .item_img img {
    margin-left: 0
  }

  .trainers .title {
    font-size: 25px
  }

  .trainers .section_content {
    height: 350px
  }

  .programm .tabs .tab {
    width: 100%;
    margin-bottom: 6px;
    padding-left: 82px
  }

  .programm .tabs .tab:last-child {
    margin-bottom: 0
  }

  .programm .tabs .tab ._title {
    font-size: 19px;
    padding-left: 0
  }

  .programm .tabs .tab.tab-1:before {
    height: 50px;
    left: -16px;
    top: 20px
  }

  .programm .tabs .tab.tab-2:before {
    height: 54px;
    top: 20px
  }

  .methodologies-section .section_content .items .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 105px
  }

  .methodologies-section .section_content .items .item:last-child {
    margin-bottom: 0
  }

  .methodologies-section .section_content .items {
    display: block
  }

  .methodologies-section .items .item ._title {
    max-width: 240px
  }

  .form-section .right {
    padding: 30px 20px
  }

  .form .field .way .way-item {
    width: 33%;
    margin-right: .3%
  }

  .results-section .right .content_title {
    font-size: 25px
  }

  .results-section .right .address {
    font-size: 16px
  }

  .results-section .right ._block ._title {
    font-size: 23px
  }

  .results-section .right ._block ._text {
    line-height: 1.5
  }

  .results-section .right ._block ._images ._img {
    width: 100%;
    margin-right: 0;
    height: 92vw;
    margin-bottom: 17px
  }

  .results-section .right ._block ._images ._img:last-child {
    margin-bottom: 0
  }

  .price-block .price-bottom ._title {
    font-size: 26px
  }

  .price-block .price-bottom .price-bottom-wrap {
    padding: 30px 20px
  }

  .price-block .price-bottom ._subtitle {
    font-size: 17px
  }

  .price-section .production-block .quality .left .video_link .video-text {
    width: 100%;
    position: relative;
    left: auto;
    margin: 0;
    top: auto
  }

  .price-section .production-block .quality .left .video_link {
    padding-bottom: 0
  }

  .price-section .production-block .quality .left .video_link .video-text:before {
    background-image: url(../img/line-6-rotate.png);
    transform: rotate(-45deg);
    left: -4px;
    top: -64px
  }

  .guarantee-section .left .items .item ._title {
    font-size: 22px;
    line-height: 1.2
  }

  .guarantee-section .left .items .item ._subtitle {
    font-size: 17px
  }

  .delivery .insurance {
    width: 100%
  }

  .delivery .insurance .insurance-wrap {
    padding: 27px 20px;
    font-size: 15px
  }

  .delivery .insurance .insurance-wrap:before {
    right: -6px
  }

  .team-section .arrows .arrow {
    width: 50px;
    height: 50px;
    background-position: left 18px center
  }

  .map-section .map-top .subtitle {
    font-size: 18px
  }

  .price-block .price-bottom .price-bottom-wrap {
    padding-bottom: 134px
  }

  .price-block .price-bottom .timer {
    left: 20px
  }

  .delivery .insurance .insurance-wrap {
    padding-right: 124px
  }

  .price-block .price-bottom ._title {
    line-height: 1.1
  }

  .modal.modal_commercial .modal_wrap {
    padding-left: 14px;
    padding-right: 14px
  }

  .modal.modal_commercial .title,
  .modal .title {
    font-size: 25px
  }

  .modal.modal_commercial .subtitle,
  .modal .subtitle {
    font-size: 17px
  }

  .modal.modal_commercial .price-block .price-bottom .price-bottom-wrap {
    padding: 25px 15px
  }

  .modal.modal_commercial .price-block .price-bottom ._title {
    font-size: 24px;
    margin-bottom: 10px
  }

  .modal.modal_callback,
  .modal.modal_consultation {
    width: 100%
  }

  .modal_left {
    padding: 30px 18px;
    padding-bottom: 0
  }

  .modal_right {
    padding-left: 20px;
    padding-right: 20px
  }

  .modal .progress--line {
    width: 240px;
    margin-left: -120px
  }

  .modal .time-info {
    font-size: 14px
  }

  .modal .time-info {
    padding-left: 0;
    text-align: center
  }

  .modal .time-info:before {
    display: none
  }

  .modal.modal_policy .modal_wrap {
    padding: 30px 18px
  }

  .modal.modal_policy .modal_wrap .text {
    line-height: 1.5
  }

  .modal.modal_policy .title {
    font-size: 28px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .items .item {
    width: 32%;
    margin-right: 1%
  }

  .quiz-wrap .quiz-block .quiz-item .items .item {
    padding: 9px;
    font-size: 12px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .right .timer {
    right: 30px;
    width: auto
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .right .timer {
    bottom: -83px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .right .timer:before {
    width: 85px
  }

  .success .main_screen .center .left .main_title {
    font-size: 32px
  }

  .success .main_screen .center .left {
    padding-top: 15px
  }

  .success .main_screen .center .left .text {
    font-size: 18px;
    margin-left: 0;
    max-width: 332px;
    margin-top: 28px
  }

  .success .main_screen .center .left .tel {
    font-size: 26px
  }

  .success .main_screen .info .signature {
    height: 80px
  }

  .success .main_screen .img {
    width: 263px;
    right: -81px
  }

  .success .main_screen .wrap_float {
    padding-bottom: 116px
  }

  .steps-section .subtitle {
    line-height: 1.3
  }

  .steps-section .tabs_content ._content._content-3 .list .list-item .list-item-text {
    line-height: 1.35
  }

  .canvas-section ._blocks .item .item-wrap ._title,
  .canvas-section ._blocks .item .item-wrap ._subtitle,
  .canvas-section .quote .p,
  .advertising-section .section_content .content-wrap .items .item_title,
  .advertising-section .section_content .content-wrap .items .item_text {
    line-height: 1.2
  }

  .canvas-section ._blocks .item .item-wrap .video_link {
    margin-left: -93px;
    width: 280px;
    font-size: 14px
  }

  .modal.modal_callback .modal_right .form,
  .modal.modal_consultation .modal_right .form {
    margin-top: 12px
  }

  .results-section .right ._block ._images {
    white-space: nowrap;
    overflow: auto;
    width: 100vw;
    margin-left: -4vw;
    padding-left: 4vw
  }

  .results-section .right ._block ._images ._img {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 86vw;
    height: 86vw;
    margin-right: 10px
  }

  .results-section .right ._block ._images ._img:last-child {
    margin-right: 4vw
  }

  .advertising-section .section_content .content-wrap ._title {
    font-size: 26px
  }

  .trainers .section_content .item.sosnovich img {
    height: 130%
  }

  .methodologies-section .title b {
    display: inline-block
  }

  .accessories .items .item {
    width: 83vw
  }

  .accessories .items .item ._title {
    line-height: 1
  }

  .price-block .before-title:before {
    width: 40px
  }

  .price-block .before-title {
    padding-left: 58px
  }

  .price-section .production-block .quality .right .subtitle {
    max-width: 270px
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:nth-child(2) {
    left: 18px;
    top: 146px
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:last-child:before {
    background-image: url(../img/line-3-2.png);
    top: -100px;
    left: -12px
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:last-child {
    left: 234px;
    top: 210px
  }
}

@media screen and (max-width:440px) {
  .form .field .way .way-item span {
    padding-left: 0;
    padding-top: 17px
  }

  .form .field .way .way-item span:before,
  .form .field .way .way-item span:after {
    top: 0;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%)
  }

  .form .field .way .way-item {
    height: 50px;
    line-height: normal;
    padding-top: 8px;
    margin-bottom: 0
  }

  .form .field .way .way-item.tel span:before,
  .form .field .way .way-item.tel span:after,
  .form .field .way .way-item.whatsapp span:before,
  .form .field .way .way-item.whatsapp span:after,
  .form .field .way .way-item.viber span:before,
  .form .field .way .way-item.viber span:after {
    margin-top: 0
  }

  .accessories .items .item ._title {
    font-size: 20px
  }

  .accessories .items .item ._img {
    height: 166px;
    line-height: 166px
  }

  .guarantee-section .wrap_float {
    padding-bottom: 400px
  }

  .delivery {
    padding-top: 55px
  }
}

@media screen and (max-width:400px) {
  .main_screen .center .left .main_title {
    font-size: 29px
  }

  .main_screen .center .left .main_subtitle {
    font-size: 16px
  }

  .main_screen .center .left .footnote .bold {
    font-size: 16px
  }

  .main_screen .center .left .footnote {
    font-size: 15px;
    margin-left: 18px
  }

  .bullets .item {
    width: 292px
  }

  .bullets .item:first-child {
    padding-right: 30px
  }

  .bullets .item:nth-child(2) {
    padding-right: 18px
  }

  .steps-section .tabs_content ._content .mob-tab {
    padding-left: 63px
  }

  .steps-section .tabs_content ._content .mob-tab:after {
    left: 15px
  }

  .steps-section .tabs_content ._content .mob-tab span {
    font-size: 16px
  }

  .steps-section .tabs_content ._content._content-1 .left ._title {
    font-size: 24px
  }

  .steps-section .tabs_content ._content._content-1 .left ._subtitle {
    font-size: 17px
  }

  .steps-section .tabs_content ._content._content-1 .right .p {
    font-size: 16px;
    left: 40px;
    bottom: 30px
  }

  .steps-section .tabs_content ._content._content-2 ._title,
  .steps-section .tabs_content ._content._content-2 .bottom .right .bottom_title,
  .steps-section .tabs_content ._content._content-3 ._title,
  .steps-section .tabs_content ._content._content-4 .top .left ._title {
    font-size: 24px
  }

  .steps-section .tabs_content ._content._content-2 ._subtitle {
    font-size: 18px
  }

  .steps-section .tabs_content ._content._content-2 .list-wrap:before {
    width: 140px;
    height: 143px
  }

  .steps-section .tabs_content ._content._content-3 .list {
    padding: 40px 20px
  }

  .steps-section .tabs_content ._content._content-4 .bottom .right ._title {
    font-size: 25px
  }

  .steps-section .tabs_content ._content._content-4 .bottom .right ._subtitle {
    font-size: 18px
  }

  .steps-section .tabs_content ._content._content-5 ._subtitle ul li {
    margin-right: 20px;
    font-size: 16px
  }

  .steps-section .tabs_content ._content._content-5 .bottom .list-item {
    font-size: 14px
  }

  .steps-section .tabs_content ._content._content-5 ._right .div-wrap ._title {
    font-size: 22px
  }

  .canvas-section .title {
    padding-left: 0
  }

  .canvas-section .subtitle {
    padding-left: 0
  }

  .canvas-section ._blocks .item .item-wrap ._img {
    width: 80px;
    height: 80px
  }

  .canvas-section ._blocks .item .item-wrap {
    padding-left: 113px
  }

  .canvas-section ._blocks .item .item-wrap .video_link {
    margin-top: 22px
  }

  .canvas-section .quote {
    padding-left: 35px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .finish_p {
    font-size: 18px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .right {
    padding: 34px 20px
  }

  .btn .btn-span span {
    font-size: 12px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .right .timer {
    left: 20px;
    right: 20px;
    width: auto;
    padding-right: 12px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .right .timer:before {
    width: 90px;
    left: 14px;
    top: 50%;
    transform: translateY(-50%)
  }

  .portfolio .section_content .right .tab_content .portfolio-info_left .author .p {
    font-size: 16px
  }

  .title {
    font-size: 24px
  }

  .methodologies-section .bottom {
    padding-right: 4vw;
    text-align: center
  }

  .methodologies-section .bottom:after {
    display: none
  }

  .price-block .price-bottom .timer {
    right: 20px;
    width: auto
  }

  .price-section .production-block .items .item .item-wrap ._img {
    width: 96px;
    height: 96px
  }

  .price-section .production-block .items .item .item-wrap {
    padding-left: 130px
  }

  .price-section .production-block .items .item .item-wrap ._subtitle {
    font-size: 14px
  }

  .team-section .section_content .right ._content .photo_div .img {
    width: 200px;
    height: 200px
  }

  .team-section .arrows .arrow {
    top: 72px
  }

  .canvas-section .quote {
    padding-left: 0
  }

  .canvas-section .quote .p:before {
    left: 0;
    top: -24px
  }

  .quiz-section .title>span {
    font-size: 21px
  }

  .form .agreement label {
    text-align: left
  }

  .main_screen .wrap_float .top {
    height: 50px
  }

  .main_screen .wrap_float .top .menu-btn {
    top: 14px
  }

  .main_screen .wrap_float .top {
    background-size: 65px 42px
  }

  .main_screen {
    padding-top: 50px
  }

  .team-section .section_content .right ._content .photo_div .img {
    line-height: 200px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .right {
    padding-bottom: 114px
  }

  .btn .btn-span span {
    padding: 0 5px
  }

  .success .main_screen .center .left .main_title {
    font-size: 28px
  }

  .success .main_screen .center .left .main_subtitle {
    font-size: 16px
  }

  .success .main_screen .center .left .text {
    font-size: 17px
  }

  .success .main_screen .center .left .text span {
    padding-left: 3px;
    padding-right: 3px;
    transform: translateX(-3px)
  }

  .success .main_screen .center .left .tel {
    font-size: 24px
  }

  .success .main_screen .wrap_float .top {
    background-size: 40px 42px
  }

  .success .main_screen .wrap_float {
    padding-bottom: 142px
  }

  .success .main_screen .img {
    width: 227px;
    right: -37px
  }

  .steps-section .tabs_content ._content._content-5 .text .img {
    top: 90px
  }

  .steps-section .tabs_content ._content._content-5 .text {
    font-size: 22px
  }
}

@media screen and (max-width:380px) {
  .steps-section .tabs_content ._content._content-5 .text .img {
    right: -51px
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:last-child {
    left: 260px
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:nth-child(2) {
    left: 24px;
    top: 136px
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:first-child {
    left: 40px
  }
}

@media screen and (max-width:350px) {
  .main_screen .center .left .main_subtitle {
    max-width: 157px
  }

  .main_screen .wrap_float:before {
    right: -392px
  }

  .btn_wrap {
    width: 284px
  }

  .btn_wrap {
    height: 95px
  }

  .btn_wrap .btn .btn-span:before,
  .btn_wrap .btn .btn-span:after {
    height: 71px
  }

  .btn_wrap .p {
    line-height: 1px
  }

  .btn_wrap .btn .btn-span {
    height: 78px
  }

  .bullets .item {
    width: 264px
  }

  .bullets .item .item-content {
    padding-left: 69px;
    overflow: hidden
  }

  .bullets .item:nth-child(1) .item-content:before {
    left: -23px
  }

  .bullets .item:nth-child(2) .item-content:before {
    width: 63px
  }

  .bullets .item:last-child .item-content:before {
    width: 70px;
    left: -11px
  }

  .steps-section .tabs_content ._content._content-5 .text .img {
    width: 170px;
    height: 170px
  }

  .steps-section .tabs_content ._content._content-5 .text .img {
    top: 100px
  }

  .steps-section .tabs_content ._content._content-5 .text ul li {
    font-size: 16px
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:first-child {
    left: 0;
    width: 90px
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:last-child {
    left: 0
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:last-child {
    left: 217px;
    top: 192px
  }

  .steps-section .tabs_content ._content._content-5 .text {
    margin-bottom: 26px
  }

  .steps-section .tabs_content ._content._content-5 .bottom .list-item {
    height: auto
  }

  .canvas-section ._blocks .item .item-wrap .video_link {
    margin-left: -93px
  }

  .canvas-section ._blocks .item .item-wrap .video_link {
    width: 224px
  }

  .quiz-wrap .quiz-block .quiz-item .left .btn {
    width: 100%
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .items .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 15px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .items .item:last-child {
    margin-bottom: 0
  }

  .btn .btn-span span {
    font-size: 11px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .right .timer {
    padding-left: 90px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .right .timer:before {
    width: 64px
  }

  .portfolio .section_content .right .tab_content .portfolio-info_left .author {
    padding-left: 98px
  }

  .portfolio .section_content .right .tab_content .portfolio-info_left .author ._img {
    width: 90px;
    height: 90px
  }

  .results-section .left .tabs .tab {
    width: 270px;
    padding-right: 15px
  }

  .results-section .right .address {
    padding-left: 34px;
    padding-right: 20px
  }

  .results-section .right .bottom .next_wrap {
    width: 284px
  }

  .price-block .before-title {
    margin-bottom: 7px
  }

  .price-block .price-bottom .agreement {
    padding-left: 0
  }

  .price-block .price-bottom .timer {
    padding-left: 112px
  }

  .price-block .price-bottom .timer:before {
    left: 26px
  }

  .price-section .production-block .items .item .item-wrap {
    padding-left: 94px
  }

  .price-section .production-block .items .item .item-wrap {
    height: 218px
  }

  .delivery .insurance .insurance-wrap {
    padding-right: 92px
  }

  .delivery .insurance .insurance-wrap:before {
    width: 100px;
    height: 150px;
    margin-top: -75px
  }

  .team-section .section_content .right ._content .photo_div .img {
    width: 170px;
    height: 170px
  }

  .team-section .section_content .right ._content .quote {
    font-size: 19px
  }

  .map-section .map-bottom .contacts-form-wrap ._title {
    font-size: 24px
  }

  .team-section .section_content .right ._content .photo_div .img {
    line-height: 170px
  }

  .team-section .section_content .left .tabs .tab {
    width: 276px
  }

  .success .main_screen .img {
    height: 252px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .finish_p {
    font-size: 16px
  }

  .quiz-wrap .quiz-block .quiz-item.quiz-item-5 .items .item {
    height: 82px
  }

  .success .main_screen .img {
    width: auto
  }

  .success .main_screen .wrap_float {
    padding-bottom: 43px
  }

  .modal.modal_callback .form .field.field-2,
  .modal.modal_consultation .form .field.field-2 {
    transform: translateY(-130px)
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:first-child {
    top: 75px;
    left: 40px
  }

  .steps-section .tabs_content ._content._content-5 .text ul li:nth-child(2) {
    left: 36px;
    top: 120px
  }
}

.invisible {
  display: none;
}