@font-face {
  font-family:'RobotoCondensed-Bold';
  src: url('../fonts/RobotoCondensed-Bold.ttf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family:'RobotoCondensed-Regular';
  src: url('../fonts/RobotoCondensed-Regular.ttf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family:'RobotoCondensed-LightItalic';
  src: url('../fonts/RobotoCondensed-LightItalic.ttf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family:'BebasNeueBook';
  src: url('../fonts/BebasNeueBook.otf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family:'BebasNeueBold';
  src: url('../fonts/BebasNeueBold.otf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family:'BebasNeueRegular';
  src: url('../fonts/BebasNeueRegular.ttf');
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul li {
  list-style: none;
}
strong, b, h1, h2, h3, h4{
	font-weight: 400;
}
body {
  font-family: 'RobotoCondensed-Regular';
}
.bg-body {
  background: #242424;
}
.content {
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(26, 26, 26, 0.7);
  border-bottom: 1px solid #634e2f;
  z-index: 900;
}
header .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-fixed {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: -100px;
  -webkit-transition: .6s;
          transition: .6s;
  left: 0;
  background: rgba(26, 26, 26, 0.7);
  border-bottom: 1px solid #634e2f;
}
.header-fixed nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-fixed .top-menu li a {
  line-height: 65px;
}

.download-link
.header-fixed ,
.header-fixed .buy-link {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0;
}
.logo {
  padding-left: 68px;
  background: url(../images/logo-min.png) 0 center no-repeat;
  background-size: 60px auto;
  text-decoration: none;
  height: 60px;
  padding-top: 6px;
}
.logo span {
  display: block;
}
.logo span:nth-child(1) {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'BebasNeueBold';
  line-height: 32px;
  letter-spacing: 1.5px;
}
.logo span:nth-child(1) strong {
  font-family: 'BebasNeueBook', 'BebasNeueBold';
  color: #eedd75;
  font-weight: 400;
}
.logo span:nth-child(2) {
  color: #fff;
  font-size: 15px;
  letter-spacing: .6px;
}
.icon-menu {
  display: none;
}
.top-menu li {
  display: inline-block;
}
.top-menu li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7f6f0;
  font-size: 15px;
  line-height: 83px;
  padding: 0 10px;
  font-family: 'RobotoCondensed-Bold';
  -webkit-transition: .3s;
          transition: .3s;
}
.top-menu li a:hover {
  background: #3a3728;
  color: #eedd75;
}
.top-menu .active a {
  color: #eedd75;
}

body > div.header-fixed > div > nav > div:nth-child(3) > a.download-link {
  padding: 12px 25px 12px 9px;
}
 .download-link {
  padding: 0 25px 0 9px;
  line-height: 45px;
  background: #00ab47;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7f6f0;
  font-size: 15px;
  font-family: 'RobotoCondensed-Bold';
  -webkit-transition: .3s;
          transition: .3s;
  border-radius: 2px;
  position: relative;
  margin-left: 5px;
  margin-right: 3px;
  text-wrap: nowrap;
} 
.download-link:after {
  content: '';
  display: block;
  width: 25px;
  height: 45px;
  right: 0;
  top: 0;
  position: absolute;
  background: url(../images/arrow_icon-min.png) center center no-repeat;
} 

 .download-link:hover {
  background: #00cc55;
} 
.buy-link {
  padding: 0 32px 0 9px;
  line-height: 45px;
  background: #6534ac;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7f6f0;
  font-size: 15px;
  font-family: 'RobotoCondensed-Bold';
  -webkit-transition: .3s;
          transition: .3s;
  border-radius: 2px;
  position: relative;
  margin-left: 5px;
  margin-right: 3px;
}
.buy-link:after {
  content: '';
  display: block;
  width: 32px;
  height: 45px;
  right: 0;
  top: 0;
  position: absolute;
  background: url(../images/cart_icon-min.png) center center no-repeat;
}
.buy-link:hover {
  background: #7e41d9;
}
.screen-home-1 {
  padding: 135px 0 120px 0;
  border-bottom: 1px solid #5f4828;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  color: #fff;
}
.screen-home-1 h1 {
  font-family:'BebasNeueBold';
  font-size: 44px;
  font-weight: 400;
  padding-bottom: 8px;
}
.screen-home-1 h2 {
  font-weight: 400;
  font-size: 24px;
  font-family:'RobotoCondensed-Bold';
  padding-bottom: 5px;
}
.style-1 {
  background: url(../images/bg_home_1-min.png) center top no-repeat;
}
.style-2 {
  background: url(../images/bg_home_2-min.png) center top no-repeat;
}
.style-3 {
  background: url(../images/bg_home_3-min.png) center top no-repeat;
}
.logo-big {
  font-size: 85px;
  font-family:'BebasNeueBold';
  color: #fff;
  line-height: 1;
  padding-top: 125px;
  background: url(../images/logo-min.png) center top no-repeat;
  background-size: 90px auto;
  letter-spacing: 3px;
  padding-bottom: 0px;
}
.logo-big strong {
  font-weight: 400;
  color: #eedd75;
}
.support {
  color: #e5e3d3;
  font-size: 16px;
  padding-left: 22px;
  display: inline-block;
  background: url(../images/logo_win-min.png) 0 center no-repeat;
}
.download-link-style-2 {
  display: block;
  width: 240px;
  padding: 0 40px 0 20px;
  text-align: left;
  line-height: 70px;
  background: #00ab47;
  margin: 73px auto 10px auto;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7f6f0;
  font-size: 20px;
  font-family: 'RobotoCondensed-Bold';
  -webkit-transition: .3s;
          transition: .3s;
  border-radius: 2px;
  position: relative;
  text-shadow: none;
}
.download-link-style-2:after {
  content: '';
  display: block;
  width: 40px;
  height: 70px;
  right: 0;
  top: 0;
  position: absolute;
  background: #00913d url(../images/arrow_icon_big-min.png) center 27px no-repeat;
  border-radius: 0 2px 2px 0;
  -webkit-transition: .3s;
          transition: .3s;
}
.download-link-style-2:hover {
  background: #00cc55;
}
.download-link-style-2:hover:after {
  background-position: center 32px;
}
.download-link-style-2.download-link-big {
  width: 270px;
}
.details {
  color: #fff;
  background: #242424 url(../images/bg_details-min.png) center 75px no-repeat;
  padding-top: 63px;
  padding-bottom: 1px;
}
.details h2 {
  font-size: 44px;
  font-weight: 400;
  font-family:'BebasNeueBold';
  text-align: center;
  color: #f7f6f0;
  padding-bottom: 10px;
}
.details h3 {
  color: #e5e3d3;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 33px;
  padding-bottom: 51px;
}
.style-h {
  background: #242424;
}
.style-h h2, .style-h .h2 {
  font-size: 44px;
  font-weight: 400;
  font-family:'BebasNeueBold';
  text-align: center;
  color: #f7f6f0;
  padding-bottom: 10px;
}
.style-h h2 strong {
  font-weight: 400;
  color: #eedd75;
}
.style-h h3, .style-h h3 {
  color: #e5e3d3;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 33px;
  padding-bottom: 40px;
}
.gallery h3{
	padding-bottom: 55px;
}
.twentytwenty-overlay {
  display: none;
}
.twentytwenty {
  padding-bottom: 0;
  position: relative;
}
.twentytwenty-overlay {
  display: none;
}
.before {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 80px;
  text-align: center;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 22px;
  color: #fff;
  line-height: 55px;
  z-index: 1000;
}
.after {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 80px;
  text-align: center;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 22px;
  color: #fff;
  line-height: 55px;
  z-index: 1000;
}
.twentytwenty-container img {
  width: 100%;
  height: auto;
}
.twentytwenty-container .twentytwenty-handle {
  background: url(../images/line_scroll-min.png) center center no-repeat;
  width: 74px;
  height: 80px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-left: -37px;
  margin-top: -40px;
}
.twentytwenty-container .twentytwenty-handle span {
  display: none;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 34px;
  margin-left: -3px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 34px;
  margin-left: -3px;
}
.details-1,
.details-2,
.details-3,
.details-4 {
  margin-bottom: 58px;
  border-bottom: 1px solid #634e2f;
  position: relative;
}
.details-1:after,
.details-2:after,
.details-3:after,
.details-4:after {
  content: '';
  display: block;
  width: 115px;
  height: 1px;
  background: #634e2f;
  position: absolute;
  left: -115px;
  bottom: -1px;
}
.details-1:before,
.details-2:before,
.details-3:before,
.details-4:before {
  content: '';
  display: block;
  width: 115px;
  height: 1px;
  background: #634e2f;
  position: absolute;
  right: -115px;
  bottom: -1px;
}
.effects-check-1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.effects-list {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  min-width: 235px;
  padding-left: 4px;
}
.effect-img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 530px;
}
.effect-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}
.effects-item {
  margin-bottom: 4px;
  text-align: center;
  font-family:'RobotoCondensed-Bold';
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 3px solid transparent;
  background: #404040;
  padding: 47px 0 17px 0;
  -webkit-transition: .3s;
          transition: .3s;
  cursor: pointer;
  position: relative;
}
.effects-item:hover {
  background: #333333;
  border-color: #918854;
}
.effects-item:last-child {
  margin-bottom: 0;
}
.effects-item:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 45px;
  height: 35px;
}
.effects-item:nth-child(1):after {
  background: url(../images/icon_1-min.png) center bottom no-repeat;
}
.effects-item:nth-child(2):after {
  background: url(../images/icon_2-min.png) center bottom no-repeat;
}
.effects-item:nth-child(3):after {
  background: url(../images/icon_3-min.png) center bottom no-repeat;
}
.effects-item:nth-child(4):after {
  background: url(../images/icon_4-min.png) center bottom no-repeat;
}
.effects-item:nth-child(5):after {
  background: url(../images/icon_5-min.png) center bottom no-repeat;
}
.effects-item:nth-child(6):after {
  background: url(../images/icon_6-min.png) center bottom no-repeat;
}
.active-effects {
  background: #333333;
  border-color: #918854;
  color: #eedd75;
}
.active-effects:nth-child(1):after {
  background: url(../images/icon_1_h-min.png) center bottom no-repeat;
}
.active-effects:nth-child(2):after {
  background: url(../images/icon_2_h-min.png) center bottom no-repeat;
}
.active-effects:nth-child(3):after {
  background: url(../images/icon_3_h-min.png) center bottom no-repeat;
}
.active-effects:nth-child(4):after {
  background: url(../images/icon_4_h-min.png) center bottom no-repeat;
}
.active-effects:nth-child(5):after {
  background: url(../images/icon_5_h-min.png) center bottom no-repeat;
}
.active-effects:nth-child(6):after {
  background: url(../images/icon_6_h-min.png) center bottom no-repeat;
}
@keyframes fadeEffects {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes rotEffects {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.effect-img .active-effects-main {
  animation: fadeEffects 3s ease forwards;
  z-index: 2;
  position: absolute;
  transform: translate(-50%, -50%);
  display: inline-block;
}
.effect-img .active-effects-main-download {
  position: absolute;
  right: 20px;
  top: 20px;
  left: initial;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 2;
  /* animation: fadeEffects 3s ease forwards; */
  animation: fadeEffects 3s ease forwards, 1s linear 0s normal none infinite running rotEffects;
}
.effect-img2 {
  width: 100%;
  min-height: 500px;
}
.effect-img2 img {
  width: 100%;
  display: block;
}
.effects-check-2 .effects-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.effects-item2 {
  margin-bottom: 20px;
  margin-right: 5px;
  text-align: center;
  font-family:'RobotoCondensed-Bold';
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 3px solid transparent;
  background: #404040;
  padding: 20px 0 15px 0;
  -webkit-transition: .3s;
          transition: .3s;
  cursor: pointer;
  position: relative;
  width: 20%;
}
.effects-item2:hover {
  background: #333333;
  border-color: #918854;
}
.effects-item2:last-child {
  margin-right: 0;
}
.active-effects2 {
  background: #333333;
  border-color: #918854;
  color: #eedd75;
}
.slider-photo .slick-dots {
  bottom: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-photo .slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.slider-photo .slick-dots .slick-active {
  width: 13px;
  height: 13px;
  background: #eedd75;
}
.list-photo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list-photo .fancybox {
  width: 16.6666666%;
  position: relative;
}
.list-photo .fancybox img {
  width: 100%;
  height: auto;
  display: block;
}
.list-photo .fancybox:hover .decription-block {
  opacity: 1;
}
.decription-block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #bdc367;
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: .3s;
          transition: .3s;
}
.name-item {
  color: #fff;
  padding-top: 85px;
  background: url(../images/fancy-min.png) center 0 no-repeat;
  font-family:'RobotoCondensed-Bold';
  font-size: 22px;
  width: 90%;
}
.help-text {
  color: #eedd75;
  padding-top: 5px;
}
@media screen and (max-width: 1600px) {
  .name-item {
    font-size: 17px;
    padding-top: 70px;
  }
  .help-text {
    font-size: 13px;
  }
}
.benefits {
  padding: 60px 0 75px 0;
}
.list-benefits {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 77px;
}
.benefits-item {
  width: 33.33333%;
  border: 2px solid #242424;
  background: #363636;
  text-align: center;
  color: #e5e3d3;
  font-size: 17px;
  padding: 30px 15px;
}
.benefits-item:nth-child(1) .title-benefits {
  background: url(../images/icon_7-min.png) center 0 no-repeat;
}
.benefits-item:nth-child(2) {
  background: #2b2b2b;
}
.benefits-item:nth-child(2) .title-benefits {
  background: url(../images/icon_8-min.png) center 0 no-repeat;
}
.benefits-item:nth-child(3) .title-benefits {
  background: url(../images/icon_9-min.png) center 0 no-repeat;
}
.benefits-item:nth-child(4) {
  background: #2b2b2b;
}
.benefits-item:nth-child(4) .title-benefits {
  background: url(../images/icon_10-min.png) center 0 no-repeat;
}
.benefits-item:nth-child(5) .title-benefits {
  background: url(../images/icon_11-min.png) center 0 no-repeat;
}
.benefits-item:nth-child(6) {
  background: #2b2b2b;
}
.benefits-item:nth-child(6) .title-benefits {
  background: url(../images/icon_12-min.png) center 0 no-repeat;
}
.title-benefits,
h3.title-benefits {
  font-size: 22px;
  font-family:'RobotoCondensed-Bold';
  color: #f7f6f0;
  padding-bottom: 25px;
  position: relative;
  padding-top: 80px;
  line-height: 27px;
}
.benefits-item.benefits-item--custom .title-benefits{
  padding-top: 20px;
  background: none;
}
.thumbnail-benefits{
  margin: 0 auto;
  height: 58px;
  width: auto;
}
.title-benefits:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #eedd75;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 12px;
}
.description-benefits {
  line-height: 26px;
}
.list-benefits-2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-program,
.system-program {
  width: 48%;
}
.title {
  font-size: 22px;
  color: #f7f6f0;
  font-family:'RobotoCondensed-Bold';
  position: relative;
  padding-bottom: 35px;
}
.title:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #eedd75;
  position: absolute;
  left: 0;
  bottom: 17px;
}
.list-about li {
  border-bottom: 1px solid #807e75;
  font-size: 18px;
  line-height: 30px;
  color: #e5e3d3;
  padding: 17px 0;
  position: relative;
}
.list-about li:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: #634e2f;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.list-about li:nth-child(1) {
  background: url(../images/benefits_icon_1-min.png) right center no-repeat;
}
.list-about li:nth-child(2) {
  background: url(../images/benefits_icon_2-min.png) right center no-repeat;
}
.list-about li:nth-child(3) {
  background: url(../images/benefits_icon_3-min.png) right center no-repeat;
}
.list-about li:nth-child(4) {
  background: url(../images/index/benefits_icon_8-min.png) right center no-repeat;
}
.list-about li a {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  background: #6534ac;
  border-radius: 2px;
  padding: 0 20px;
  font-family:'RobotoCondensed-Bold';
  text-transform: uppercase;
  -webkit-transition: .3s;
          transition: .3s;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.list-about li a:hover {
  background: #7e41d9;
}

.list-about .list-about__link {
  display: inline-block;
  font-family: 'RobotoCondensed-Regular';
  text-decoration: underline solid #e5e3d3;
  color: #e5e3d3;
  font-size: 18px;
  line-height: 30px;
  border-radius: 0;
  padding: 0;
  text-transform: none;
  position: initial;
  right: initial;
  top: initial;
  margin-top: 0;
  background: transparent;
  transition: ease .3s;
}
.list-about .list-about__link:hover {
  color: #e5e3d3;
  background: transparent;
  text-decoration: underline solid transparent;
}

.list-system li {
  border-bottom: 1px solid #807e75;
  position: relative;
  font-size: 18px;
  color: #e5e3d3;
  padding: 17px 0;
  line-height: 30px;
}
.list-system li:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: #634e2f;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.list-system li:nth-child(1) {
  background: url(../images/benefits_icon_4-min.png) right center no-repeat;
}
.list-system li:nth-child(2) {
  background: url(../images/index/benefits_icon_9-min.png) right center no-repeat;
}
.list-system li:nth-child(3) {
  background: url(../images/benefits_icon_5-min.png) right center no-repeat;
}
.list-system li:nth-child(4) {
  background: url(../images/benefits_icon_6-min.png) right center no-repeat;
}
.list-system li:nth-child(5) {
  background: url(../images/benefits_icon_7-min.png) right center no-repeat;
}
.promo {
  padding: 64px 0 110px 0;
  border-top: 1px solid #5f4828;
  text-align: center;
  color: #fff;
  background: url(../images/bg_bottom-min.jpg) center bottom no-repeat;
  background-size: cover;
}
.promo h2 {
  font-family:'BebasNeueBold';
  font-size: 57px;
  font-weight: 400;
}
.promo h3 {
  font-weight: 400;
  font-size: 24px;
  font-family:'RobotoCondensed-Bold';
  padding-bottom: 5px;
}
.logo-small {
  padding-top: 110px;
  background: url(../images/logo-min.png) center 0 no-repeat;
  background-size: 90px auto;
  font-size: 26px;
  font-family:'BebasNeueBold';
  padding-bottom: 30px;
  letter-spacing: 2px;
}
.logo-small strong {
  color: #eedd75;
  font-weight: 400;
}
.button-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 51px;
}
@media screen and (max-width: 767px) {
  .promo .button-group {
    flex-wrap: wrap;
  }
}
.buy-button {
  padding: 15px 50px 0 20px;
  text-align: center;
  height: 70px;
  background: #00ab47;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7f6f0;
  font-size: 20px;
  line-height: 1.22;
  font-family: 'RobotoCondensed-Bold';
  -webkit-transition: .3s;
          transition: .3s;
  border-radius: 2px;
  position: relative;
  margin-left: 5px;
  margin-right: 3px;
  width: 190px;
  margin: 7px;
}
.buy-button span {
  font-size: 14px;
  color: #e6f2eb;
  display: block;
  font-family:'RobotoCondensed-Regular';
  text-transform: none;
}
.buy-button:after {
  content: '';
  display: block;
  width: 40px;
  height: 70px;
  right: 0;
  top: 0;
  position: absolute;
  background: #00913d url(../images/arrow_icon_big-min.png) center 27px no-repeat;
  border-radius: 0 2px 2px 0;
  -webkit-transition: .3s;
          transition: .3s;
}
.buy-button:hover {
  background: #00cc55;
}
.buy-button:hover:after {
  background-position: center 32px;
}
.entry-content .buy-button {
  color: #e6f2eb;
}
.entry-content .buy-button:hover {
  color: #e6f2eb;
}
.cart-button {
  padding: 15px 50px 0 20px;
  text-align: center;
  height: 70px;
  background: #6534ac;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7f6f0;
  font-size: 20px;
  font-family: 'RobotoCondensed-Bold';
  -webkit-transition: .3s;
          transition: .3s;
  border-radius: 2px;
  position: relative;
  margin-left: 5px;
  margin-right: 3px;
  width: 190px;
  margin: 7px;
}
.cart-button span {
  font-size: 14px;
  color: #e6f2eb;
  display: block;
  font-family:'RobotoCondensed-Regular';
  text-transform: none;
}
.cart-button:after {
  content: '';
  display: block;
  width: 40px;
  height: 70px;
  right: 0;
  top: 0;
  position: absolute;
  background: #512a8c url(../images/cart_big-min.png) center 27px no-repeat;
  border-radius: 0 2px 2px 0;
  -webkit-transition: .3s;
          transition: .3s;
}
.cart-button:hover {
  background: #7e41d9;
}
.scroll-top {
  width: 109px;
  height: 109px;
  border-radius: 50%;
  position: fixed;
  z-index: 1000;
  right: 50%;
  margin-right: -729px;
  bottom: 30px;
  background: url(../images/up-min.png) 0 0 no-repeat;
  display: none;
  cursor: pointer;
  color: #f0f4f7;
  font-size: 13px;
  text-align: center;
  padding-top: 59px;
  font-family:'RobotoCondensed-Bold';
  -webkit-transition: .3s;
          transition: .3s;
}
.scroll-top:hover {
  background: url(../images/up_hover-min.png) 0 0 no-repeat;
  color: #eedd75;
}
.section-comments {
  padding: 45px 0 0px;
  background: #fff;
  color: #454543;
}
.section-comments .section-title {
  font-size: 44px;
  font-weight: 400;
  font-family:'BebasNeueBold';
  text-align: center;
  padding-bottom: 10px;
  color: #454543;
}
@media screen and (max-width: 767px) {
  .section-comments {
    padding: 30px 0 0px;
  }
  .section-comments .section-title {
    font-size: 32px;
    line-height: 1.3;
  }
}
footer {
  padding: 35px 0 15px 0;
  background: #1a1a1a;
  border-top: 1px solid #5f4828;
  position: relative;
  z-index: 400;
  margin-top: -1px;
}
.footer-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #634e2f;
  padding: 33px 25px 32px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-link .title {
  font-size: 24px;
  font-family:'BebasNeueBold';
}
.footer-link .title:after {
  width: 50px;
}
.footer-link a {
  color: #e5e3d3;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  padding: 0 5px;
  -webkit-transition: .3s;
          transition: .3s;
  display: block;
  border-radius: 2px;
  margin-left: -5px;
  margin-bottom: 10px;
}
.footer-link a:hover {
  background: #363636;
  color: #d2c36a;
}
.footer-link .column:nth-child(2),
.footer-link .column:nth-child(3) {
  border-left: 1px solid #634e2f;
  padding-left: 40px;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.footer-social {
  padding-top: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-social__link {
  position: relative;
  line-height: 0;
  transition: ease .3s;
}
.footer-social__link::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: transparent;
  z-index: 0;
  transition: ease .3s;
}
.footer-social__link svg {
  position: relative;
  z-index: 1;
}
.footer-social__link path {
  fill: #fff;
  transition: ease .3s;
}
.icon-dzen:hover:after  {
  background: #fff;
}
.icon-dzen:hover path {
  fill: #202022;
}
.icon-vk:hover:after {
  background: #fff;
}
.icon-vk:hover path {
  fill: #07f;
}
.icon-youtube:hover:after {
  background: #fff;
}
.icon-youtube:hover path {
  fill: #e60000;
}
.icon-website:hover:after  {
  background: #fff;
}
.icon-website:hover path {
  fill: #00A1F5;
}
.copy {
  text-align: center;
  padding-top: 15px;
  font-size: 16px;
  color: #b2b1a4;
}
.copy span {
  color: #fff;
}
.copy span strong {
  color: #eedd75;
  font-weight: 400;
}
.copy p {
  display: inline-block;
  padding-left: 37px;
  background: url(../images/logo-min.png) 0 center no-repeat;
  background-size: 30px auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sw-topper {
  position: relative;
  top: 0;
  width: 25px;
  height: 2px;
  background: #fff;
  border: none;
  transition: transform 0.5s, top 0.2s;
  -moz-transition: transform 0.5s, top 0.2s;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
  -o-transition: transform 0.5s, top 0.2s;
}
.sw-bottom {
  position: relative;
  width: 25px;
  height: 2px;
  top: 5px;
  background: #fff;
  border: none;
  transition: transform 0.5s, top 0.2s;
  -moz-transition: transform 0.5s, top 0.2s;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
  -o-transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s;
  -moz-transition-delay: 0.2s, 0s;
  -webkit-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s;
}
.sw-footer {
  position: relative;
  width: 25px;
  height: 2px;
  top: 10px;
  background: #fff;
  border: none;
  transition: transform 0.5s, top 0.2s;
  -moz-transition: transform 0.5s, top 0.2s;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
  -o-transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s;
  -moz-transition-delay: 0.2s, 0s;
  -webkit-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s;
}
.icon-menu.active .sw-topper {
  top: 7px;
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
  -moz-transform: rotate(140deg);
  -webkit-transform: rotate(140deg);
  -o-transform: rotate(140deg);
}
.icon-menu.active .sw-bottom {
  top: 5px;
  -ms-transform: rotate(-140deg);
  transform: rotate(-140deg);
  -moz-transform: rotate(-140deg);
  -webkit-transform: rotate(-140deg);
  -o-transform: rotate(-140deg);
}
.icon-menu.active .sw-footer {
  top: 0;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  opacity: 0;
}
/*-------------------download page----------------------*/
.benefits-function {
  padding-bottom: 120px;
}
.benefits-function .list-benefits {
  padding-bottom: 0;
}
.benefits-function .benefits-item:nth-child(1) .title-benefits {
  background: url(../images/function_icon_1-min.png) center 0 no-repeat;
}
.benefits-function .benefits-item:nth-child(2) {
  background: #2b2b2b;
}
.benefits-function .benefits-item:nth-child(2) .title-benefits {
  background: url(../images/function_icon_2-min.png) center 0 no-repeat;
}
.benefits-function .benefits-item:nth-child(3) .title-benefits {
  background: url(../images/function_icon_3-min.png) center 0 no-repeat;
}
.benefits-function .benefits-item:nth-child(4) {
  background: #2b2b2b;
}
.benefits-function .benefits-item:nth-child(4) .title-benefits {
  background: url(../images/function_icon_4-min.png) center 0 no-repeat;
}
.benefits-function .benefits-item:nth-child(5) .title-benefits {
  background: url(../images/function_icon_5-min.png) center 0 no-repeat;
}
.benefits-function .benefits-item:nth-child(6) {
  background: #2b2b2b;
}
.benefits-function .benefits-item:nth-child(6) .title-benefits {
  background: url(../images/function_icon_6-min.png) center 0 no-repeat;
}
.home-download {
  background: url(../images/bg_download-min.jpg) center top no-repeat;
  background-size: cover;
  padding: 0 0 30px 0;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #554f3c;
  overflow-x: hidden;
}
.home-download .content {
  position: relative;
  padding-top: 235px;
}
.home-download h1 {
  font-size: 57px;
  color: #fff;
  font-family:'BebasNeueBold';
  letter-spacing: 1px;
  font-weight: 400;
}
.home-download h2 {
  font-size: 24px;
  color: #eedd75;
  font-family:'RobotoCondensed-Bold';
  position: relative;
}
.home-download h2:after {
  content: '';
  display: block;
  background: url(../images/arrow_after-min.png) 0 0 no-repeat;
  width: 34px;
  height: 61px;
  position: absolute;
  left: 150px;
  bottom: -107px;
}
.left-block {
  text-align: center;
  max-width: 680px;
}
.list-about-bottom {
  padding-top: 175px;
  color: #fff;
  font-size: 18px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-about-bottom .item-about-bottom {
  padding-left: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.list-about-bottom .item-about-bottom:nth-child(1) {
  background: url(../images/benefits_icon_4-min.png) 0 center no-repeat;
  padding-right: 15px;
  border-right: 1px solid #8899a3;
}
.list-about-bottom .item-about-bottom:nth-child(2) {
  background: url(../images/benefits_icon_2-min.png) 0 center no-repeat;
  padding-right: 15px;
  border-right: 1px solid #8899a3;
  margin-left: 15px;
}
.list-about-bottom .item-about-bottom:nth-child(3) {
  background: url(../images/benefits_icon_3-min.png) 0 center no-repeat;
  margin-left: 15px;
}
.laptop {
  position: absolute;
  right: -200px;
  top: 132px;
}

.article-author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  background: #f6f6f6;
  margin-top: -30px;
  margin-bottom: 50px;
}

.article-author:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #edd118;
  position: absolute;
  left: 5px;
  bottom: -25px;
}

.article-author .author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 18px;
  overflow: hidden;
}

@media (max-width: 450px) {
  .article-author .author-img {
    margin-right: 10px;
  }
}

.article-author .author-img img{
  height: 100%;
  object-fit: cover;
}

.article-author .autor-name {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  margin-right: 15px;
}

.article-author .autor-name a {
  font-size: 15px;
  padding-left: 8px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

.article-author .autor-date {
  margin: 0 25px 0 35px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
.article-author .autor-update {
  margin-left: auto;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.fancybox-pic,
.entry-content .fancybox-pic {
  position: relative;
  display: flex;
  width: 100%;
  margin: 20px auto 10px;
}
.entry-content.article .fancybox-pic img {
  margin: 0;
}
.fancybox-pic::after {
	content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
	transform: translate(-50%, -50%) scale(0);
	transition: ease .3s;
  z-index: 1;
  background: url(../img/icons/zoom-in.svg) center/cover no-repeat;
}
.fancybox-pic:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.fancybox-pic:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  transition: ease 0.4s;
}
.fancybox-pic:hover:before {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.5;
  transition: ease 0.4s;
}
@media (max-width:767px) {
	.fancybox-pic::after {
    width: 30px;
    height: 30px;
		transform: translate(-50%, -50%) scale(1);
	}
}

.setup-time-date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.setup-time-date .author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.setup-time-date .author-img img {
  height: 100%;
  object-fit: cover;
}
.setup-time-date .autor-name {
  margin-right: 20px;
  margin-bottom: 10px;
}
.article-date {
  margin-bottom: 10px;
}
@media (max-width: 530px) {
  .article-author .autor-date {
    margin-left: 0px;
    margin-top: 20px;
    flex: 100%;
  }
  .article-author .autor-update {
    margin-left: 0px;
    margin-top: 20px;
    flex: 100%;
  }
}

.entry-content {
  background: #f6f6f6;
  padding: 63px 0;
}
.entry-content h2 {
  padding-bottom: 46px;
  font-size: 42px;
  color: #454543;
  font-family:'BebasNeueBold';
  letter-spacing: 1px;
  position: relative;
}
.entry-content h2:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #edd118;
  position: absolute;
  left: 0;
  bottom: 25px;
  right:0;
  margin:0 auto;
}
.entry-content p {
  font-size: 19px;
  color: #5e5d57;
  line-height: 30px;
  padding-bottom: 15px;
}
.entry-content h3 {
  padding-bottom: 20px;
  font-size: 26px;
  color: #454543;
  font-weight: 400;
  font-family:'RobotoCondensed-Bold';
}
.entry-content h4 {
  padding-bottom: 20px;
  font-size: 23px;
  color: #454543;
  font-weight: 400;
  font-family:'RobotoCondensed-Bold';
}
.list-left-right {
  padding-top: 30px;
}
.list-left-right .list-item:nth-child(odd) .description-item {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.list-left-right .list-item:nth-child(odd) .img-item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.list-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}
.list-item .description-item {
  width: 47.1%;
}
.list-item .img-item {
  width: 50%;
}
.list-item .img-item img {
  width: 100%;
}
/*-------------------purchase page----------------------*/
.home-purchase {
  background: url(../images/bg_purchase-min.png) center top no-repeat;
  background-size: cover;
  padding: 175px 0 30px 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #554f3c;
  overflow-x: hidden;
  overflow-y: auto;
}
.home-purchase h1 {
  font-size: 56px;
  color: #eedd75;
  font-family:'BebasNeueBold';
  letter-spacing: 1px;
  padding-bottom: 41px;
  position: relative;
}
.home-purchase h1:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #edd118;
  position: absolute;
  left: 0;
  bottom: 25px;
}
.home-purchase ul li {
  color: #fff;
  font-size: 22px;
  margin-bottom: 19px;
  padding-left: 40px;
  background: url(../images/list_style_1-min.png) 0 center no-repeat;
  font-family:'RobotoCondensed-Bold';
}
.content-block {
  position: relative;
  padding-right: 350px;
}
.content-block2{
	padding-right: 310px;
}
.content-block img {
  position: absolute;
  right: -75px;
  top: -30px;
}
.list-info-bottom {
  padding-top: 65px;
}
.title-item {
  font-size: 18px;
  color: #f7f6f0;
  text-align: center;
  padding-bottom: 15px;
}
.list-info-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
}
.list-info-item {
  padding: 15px;
  background: rgba(0, 0, 0, 0.2);
  width: 31%;
}
.list-info-item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.list-info-item .stars {
  margin-top: -6px;
}
.raiting {
  font-size: 44px;
  color: #f7f6f0;
  font-family:'RobotoCondensed-Bold';
}
.change-program {
  padding: 60px 0 57px 0;
}
.change-program h3 {
  padding-bottom: 48px;
}
.change-program .cart-button {
  height: auto;
  line-height: 60px;
  padding-top: 0;
}
.change-program .cart-button:after {
  height: 60px;
  background-position: center center;
}
.change-program-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.change-program-item {
  width: 33.3333%;
  border: 1px solid #242424;
  background: #2b2b2b;
  padding: 0 15px 15px 15px;
}
.change-program-item .title-item {
  padding-bottom: 30px;
  font-family:'RobotoCondensed-Bold';
  font-size: 20px;
}
.change-program-item .icon-item {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.button-group2{
	padding-top: 36px;
}
.change-program-item:nth-child(1) .icon-item {
  background: #363636 url(../images/purchase_icon_1-min.png) center center no-repeat;
}
.change-program-item:nth-child(2) .icon-item {
  background: #363636 url(../images/purchase_icon_2-min.png) center center no-repeat;
}
.change-program-item:nth-child(3) .icon-item {
  background: #363636 url(../images/purchase_icon_3-min.png) center center no-repeat;
}
.option-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.option-item {
  text-align: center;
  margin: 0 2px;
}
.link-option {
  width: 67px;
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  background: #363636;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: .3s;
          transition: .3s;
  font-size: 33px;
  color: #f7f6f0;
  font-family:'BebasNeueBold';
  box-shadow: 0 0 3px #000;
}
.link-option:hover {
  border-bottom-color: #eedd75;
}
.link-option.active {
  border-color: #eedd75;
  background: #3f3d33;
  color: #eedd75;
}
.label-text {
  font-size: 15px;
  color: #cccabc;
}
.change-program-item:nth-child(3) .link-option {
  font-size: 24px;
}
.label-text {
  text-align: center;
}
.total-price {
  text-align: center;
  padding-top: 10px;
  color: #f7f6f0;
  font-size: 20px;
}
.terms {
  padding-bottom: 42px;
}
.terms h2 {
  font-size: 34px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 66px;
}
.terms h2 span {
  position: relative;
  z-index: 500;
  background: #242424;
  padding: 0 20px;
}
.terms h2:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -0.5px;
  border-bottom: 1px solid #3b3b3b;
}
.terms-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.terms-list:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 72px;
  border-bottom: 1px solid #634e2f;
}
.terms-item {
  max-width: 235px;
  border-bottom: 1px solid #3b3b3b;
  padding-bottom: 61px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 22px;
  color: #e5e3d3;
  font-family:'RobotoCondensed-Bold';
  position: relative;
  z-index: 500;
}
.terms-item img {
  display: block;
  margin: 0 auto 30px auto;
}
.entry-content-2 {
  background: #242424;
  padding: 0px 0 80px 0;
}
.entry-content-2 h2 {
  padding-bottom: 25px;
  font-size: 32px;
  color: #f7f6f0;
  font-family:'BebasNeueBold';
  letter-spacing: 1px;
  position: relative;
  padding-top: 20px;
}
.entry-content-2 p {
  font-size: 19px;
  color: #e5e3d3;
  line-height: 30px;
  padding-bottom: 10px;
}
.entry-content-2 a {
  color: #eedd75;
  font-size: 22px;
  -webkit-transition: .3s;
          transition: .3s;
	font-family:'RobotoCondensed-Bold';
}
.entry-content-2 a:hover {
  color: #fff6c2;
}
.version-price {
  padding: 60px 0 55px 0;
}
.version-price h2{
  font-size: 45px;
}
.important-text {
  text-align: center;
}
.important-text span {
  display: inline-block;
  background: #341f1f;
  color: #f44336;
  font-size: 18px;
  padding: 4px 10px;
  margin-top: 0px;
}
.link-mac {
  display: block;
  position: relative;
  z-index: 1;
  margin: 16px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #e5e3d3;
  text-decoration: underline solid #FFFFFF;
  transition: ease .3s;
}
.link-mac:hover {
  text-decoration-color: transparent;
}
.link-mac__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-mac__img img {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.link-win-mac {
  display: block;
  margin: 20px auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-decoration: underline solid #FFFFFF;
  transition: ease .3s;
}
.link-win-mac:hover {
  text-decoration-color: transparent;
}

#order-pop h3 {
  font-family:'RobotoCondensed-Bold';
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #454543;
  margin-bottom: 25px;
}
.order-pop__group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.order-pop__next {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 176px;
  height: 60px;
  padding: 5px;
  background: #6534AC;
  border-radius: 3px;
  font-family:'RobotoCondensed-Bold';
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  transition: ease .3s;
  margin: 7px 8px;
}
.order-pop__next:hover {
  background: #7e41d9;
}
.order-pop__back {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 288px;
  height: 60px;
  padding: 5px;
  border: 1px solid #565656;
  border-radius: 3px;
  font-family:'RobotoCondensed-Bold';
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #5E5D57;
  transition: ease .2s;
  margin: 7px 8px;
}
.order-pop__back:hover {
  box-shadow: 1px -1px 5px 0px #00000057;
}

.clear:after {
  content:'';
  display: block;
  clear: both;
}
.list-version {
  padding-top: 51px;
}
.list-version--pt-sm {
  display: flex;
  flex-wrap: wrap;
}
.version-item {
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #363531;
  margin-top: 30px;
  min-height: 509px;
  padding-bottom: 88px;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.version-item.version-item-top {
  margin-top: 0;
  min-height: 550px;
}
.version-item:nth-child(3) {
  margin-right: 0;
}
.version-item ul {
  padding: 25px 10px 0 10px;
}
.tickets .version-item ul {
  padding: 20px 13px 0 13px;
}
.version-item ul li {
  color: #f5f3e9;
  padding-left: 25px;
  font-size: 16px;
  margin-bottom: 14px;
  background: url(../images/list_style_2-min.png) 0 center no-repeat;
}
.tickets .version-item {
  min-height: initial;
  margin-top: 0;
  width: 32.3%;
  margin-right: 1.5%;
  padding-bottom: 25px;
}
.tickets .version-item:nth-child(3) {
  margin-right: 0;
}
.top-version {
  background: #2b2a28;
  height: 170px;
  padding: 15px;
  text-align: center;
}
.tickets .top-version {
  height: initial;
  padding: 20px 15px;
}
.tickets-box {
  border: 1px solid rgba(255, 255, 255, .259);
  border-radius: 5px;
  font-size: 15px;
  color: rgb(164, 164, 163);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  margin: 18px;
  line-height: 1.6;
}
.preimum .tickets-box {
  color: rgb(164, 164, 163);
}
.preimum-top {
  align-self: flex-start;
}
.preimum-long {
  min-height: 580px;
}
.delux .tickets-box {
  color: rgb(217, 121, 57);
}
.tickets .price-version {
  margin-bottom: 15px;
}
.tickets-box p {
  text-align: center;
}
.tickets .cart-link {
  position: relative;
  bottom: initial;
  left: initial;
  margin-left: auto;
  width: 60%;
  background-position: 95% 43%;
  text-align: center;
  padding-right: 25px;
  padding-left: 0;
  border-radius: 2px;
}
@media (max-width: 1024px) {
  .tickets .cart-link {
    width: 80%;
  }
}
.title-version {
  font-size: 19px;
  color: #e5e3d3;
  padding-top: 3px;
}
.sale {
  font-size: 21px;
  color: #faf9f7;
  background: url(../images/bg_sale-min.png) right bottom no-repeat;
  width: 62px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
}
.sale span {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
  display: block;
  text-align: center;
  position: relative;
  top: 12px;
  left: -7px;
  font-family:'RobotoCondensed-Bold';
}
.name-version {
  font-size: 44px;
  color: #fff;
  font-family:'BebasNeueBold';
  letter-spacing: 1px;
}
.price-version {
  text-align: center;
  width: 100%;
  padding-top: 1px;
}
.price-version strong {
  color: #faf9f7;
  font-size: 33px;
  line-height: 35px;
  padding-left: 10px;
  color: #fefefe;
  font-family:'BebasNeueBold';
}
.price-version strong:after {
  content: '';
  display: inline-block;
  background: url(../images/rub-min.png) 0 0 no-repeat;
  width: 11px;
  height: 17px;
  margin-left: 5px;
}
.price-version span {
  color: #b5b7ba;
  line-height: 35px;
  position: relative;
  font-size: 33px;
  font-family: 'BebasNeueBook', 'RobotoCondensed-Regular';
}
.price-version span:after {
  content: '';
  display: block;
  background: url(../images/crose_line-min.png) 0 0 no-repeat;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
.t-version {
  color: #faf9f7;
  font-size: 15px;
  margin-top: -1px;
}
.cart-link {
  font-size: 15px;
  font-family:'RobotoCondensed-Bold';
  color: #fff;
  width: 190px;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  background: #01a547 url(../images/cart_icon-min.png) 159px center no-repeat;
  display: block;
  padding-left: 9px;
  text-align: left;
  margin: 0 auto;
  border-radius: 2px;
  -webkit-transition: .3s;
          transition: .3s;
  position: absolute;
  bottom: 28px;
  left: 50%;
  margin-left: -95px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.cart-link:hover {
  background-color: #02c353;
}
.preimum {
  margin-top: 0;
  background: #16374c;
}
.preimum .top-version {
  background: #102938;
}
.preimum ul li {
  background: url(../images/list_style_3-min.png) 0 center no-repeat;
}
.delux {
  background: #4f2618;
}
.delux .top-version {
  background: #3d1e12;
}
.delux ul li {
  background: url(../images/list_style_4-min.png) 0 center no-repeat;
}
.top-sale {
  color: #fff;
  position: absolute;
  right: 0;
  top: 5px;
  padding: 5px 7px;
  background: #4671d6;
  font-size: 13px;
  font-family:'RobotoCondensed-Bold';
  text-transform: uppercase;
}
.delux .top-sale {
  background: #ca4315;
  font-size: 15px;
  text-transform: none;
  font-family:'RobotoCondensed-Regular';
  padding: 3.5px 12px;
}
.name-license {
  font-family:'RobotoCondensed-Regular';
  font-size: 15px;
  font-style: italic;
  text-align: center;
  color: rgb(199, 184, 106);
}
.list-version-nodiscont .price-version strong {
  font-size: 36px;
  padding-left: 0;
}


/* tickets */
.tickets {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  margin: 63px -134px 50px;
}
@media (max-width:1255px) {
	.tickets {
    margin: 63px -106px 50px;
  }
}
@media (max-width:1199px) {
	.tickets {
    margin: 63px -13.5px 50px;
  }
}
@media (max-width:767px) {
	.tickets {
    margin: 63px 0 50px;
  }
}
.tickets-block {
	display: flex;
	width: calc(33.333% - 27px);
  margin: 0 13.5px;
}
@media (max-width:1199px) {
	.tickets-block {
    width: calc(50% - 27px);
    max-width: 385px;
    margin: 0 auto;
	}
}
@media (max-width:767px) {
	.tickets-block {
		width: 70%;
	}
}
@media (max-width:575px) {
	.tickets-block {
		width: 100%;
    max-width: 360px;
	}
}
.ticket-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), #16374C;
  margin-bottom: 30px;
}
.ticket__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #16374C;
  position: relative;
  padding: 33px 34px;
  text-align: center;
}
.ticket__top-sale {
	position: absolute;
	left: -10px;
	top: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.ticket__top-sale span {
  display: block;
	position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px 5px 5px 0px;
  background: #C2352B;
  box-shadow: 0px 2px 4px 0px rgba(2, 22, 23, 0.25);
  font-size: 30px;
  font-family:'BebasNeueBold';
  padding: 2px 7.5px;
}
.ticket__top-sale span::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  background-color: transparent;
  width: 0;
  height: 0;
  border-top: 9px solid #C2352B;
  opacity: 0.35;
  border-left: 10px solid transparent;
}
.ticket__top-border {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ticket__top-versia {
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}
.ticket__text {
  padding: 30px;
  flex: 1 1 auto;
}
@media (max-width:1255px) {
	.ticket__text {
    padding: 30px 25px;
  }
}
.ticket-title {
  font-family:'RobotoCondensed-Bold';
  color: #FFF;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.ticket-list {
  margin-bottom: 20px;
}
.ticket-list li {
  color: rgba(255, 255, 255, 0.77);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 33px;
}
.ticket-list li::after {
  content: '';
  background: url('../img/ticket-list1.svg');
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 6px;
}
.ticket__price {
  display: flex;
  justify-content: center;
  font-family:'BebasNeueBold';
  color: #FFF;
  font-size: 40px;
  margin-bottom: 14px;
}
.ticket-price-old {
  position: relative;
  top: 1px;
	color: #9D9D9D;
  font-family:'BebasNeueRegular';
	font-size: 40px;
  margin-right: 20px;
}
.ticket-price-old:after, .ticket-price-old:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  display: inline-block;
  transform: rotate(35deg);
  left: 0%;
  top: 42%;
  background: #ACB5BB;
}
.ticket-price-old:after {
  transform: rotate(35deg);
}
.ticket-price-old:before {
  transform: rotate(-35deg);
}
.ticket-price {
	font-weight: 700;
	font-size: 40px;
}
.ticket-price-r {
	color: #FFF;
  font-family: 'RobotoCondensed-Regular';
  font-weight: 400;
  font-size: 20px;
}
.ticket-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 7px;
  background: #00AB47;
  color: #FFF;
  font-family:'RobotoCondensed-Bold';
  font-size: 20px;
  padding: 4px 24px;
  min-height: 61px;
  transition: ease .3s;
  text-decoration: none;
  margin-bottom: 40px;
}
.ticket-button:hover {
  background: #02c353;
}
.tickets .btn__icon {
  width: 20px;
  margin-left: 8px;
}
.ticket-profi {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), #393E69;
}
.ticket-profi .ticket__top {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #393E69;
}
.ticket-profi .ticket-list li::after {
  background: url(../img/ticket-list2.svg);
}
.ticket-platinum {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), #6D2C2C;
}
.ticket-platinum .ticket__top {
  background: linear-gradient(0deg, #6E2C2D 0%, #6E2C2D 100%), #6D2C2C;
}
.ticket-platinum .ticket-list li::after {
  background: url(../img/ticket-list3.svg);
}
.ticket__hit {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 10px;
  right: 12px;
	border-radius: 7px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%), #EAC127;
	padding: 2.5px 19px;
  font-family:'RobotoCondensed-Bold';
  color: #602929;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
}
.ticket-quantity {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family:'RobotoCondensed-Bold';
  color: #ECC73D;
  border-radius: 7px;
  background: #602929;
  font-size: 18px;
  text-align: center;
  margin: 0 auto 24px;
  padding: 4.5px 8px;
}
@media (max-width:575px) {
  .ticket__top {
    padding: 33px 34px 20px;
  }
  .ticket__top-sale {
    top: 0;
  }
  .ticket__text {
    padding: 15px;
  }
  .ticket-list li {
    line-height: 25px;
    margin-bottom: 7px;
    padding-left: 25px;
  }
}
/*===============article====================*/
.home-article {
  background: url(../images/bg_article-min.png) center top no-repeat;
  background-size: cover;
  padding: 190px 0 130px 0;
  border-bottom: 1px solid #554f3c;
  text-align: center;
}
.home-article h1 {
  font-size: 57px;
  color: #fff;
  font-family:'BebasNeueBold';
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  padding-bottom: 9px;
}
.home-article h2 {
  font-size: 24px;
  color: #eedd75;
  font-family:'RobotoCondensed-Bold';
  position: relative;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.home-article .button-group {
  padding-bottom: 7px;
  padding-top: 41px;
}
.more-button {
  width: 185px;
  border: 2px solid #e5e3d3;
  border-radius: 2px;
  line-height: 66px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  margin: 7px;
  font-family:'RobotoCondensed-Bold';
  text-transform: uppercase;
  -webkit-transition: .3s;
          transition: .3s;
}
.more-button:hover {
  border-color: #eedd75;
  color: #eedd75;
}
.appstore-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 28.5px;
  border: 1px solid rgb(183, 184, 186);
  border-radius: 5px;
  background-color: rgb(0, 2, 1);
  color: #fff;
  text-decoration: none;
  margin: 7px;
  -webkit-transition: .3s;
          transition: .3s;  
}
.appstore-button:hover {
  background-color: rgb(29, 29, 29);
}
.appstore-button img {
  margin-right: 17px;
}
.appstore-button-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 12px;
  font-family: 'RobotoCondensed-Regular';
  letter-spacing: 0.8px;
}
.appstore-button-text span {
  font-size: 20px;
  font-family: 'RobotoCondensed-Bold';
}
.bg-block {
  background: #f6f6f6;
}
.header-fixed-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-fixed-btn .appstore-button {
  padding: 6px 22px;
}
.header-fixed-btn .appstore-button img {
  width: 22px;
  margin-right: 14px;
}
@media(max-width:350px) {
  .header-fixed-btn .appstore-button img {
    display: none;
  }
}
.header-fixed-btn .appstore-button-text {
  font-size: 10px;
}
.header-fixed-btn .appstore-button-text span {
  font-size: 16px;
}
.author {
  font-size: 18px;
  color: #54534e;
  padding-left: 12px;
  border-left: 10px solid #edd118;
  margin-top: 40px;
}
.author strong {
  font-family:'RobotoCondensed-Bold';
  font-weight: 400;
}
.coments-list {
  padding: 62px 0 45px 0;
}
.coments-list h2 {
  font-size: 42px;
  color: #454543;
  letter-spacing: 1px;
  font-family:'BebasNeueBold';
  text-align: center;
  padding-bottom: 49px;
}
.coments-item {
  padding: 25px 0px 25px 245px;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}
.coments-item .name-town {
  position: absolute;
  left: 0px;
  top: 30px;
  width: 210px;
  border-right: 1px solid #e3e3e3;
}
.coments-item .name-town img {
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  display: block;
  max-width: 48px;
}
.coments-item .name {
  padding-top: 20px;
  font-size: 19px;
  font-family:'RobotoCondensed-Bold';
  padding-bottom: 2px;
}
.coments-item .evaluation {
  position: absolute;
  top: 30px;
  left: 57px;
}
.coments-item .evaluation span {
  margin-left: 7px;
  display: block;
  float: right;
  text-align: center;
}
.text-testimonials {
  font-size: 18px;
  color: #5e5d57;
  line-height: 29px;
}
.pagination {
  padding-top: 50px;
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  color: #5e5d57;
  font-size: 24px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s;
          transition: .3s;
  border: 2px solid transparent;
}
.pagination li a:hover {
  border-color: #eedd75;
}
.pagination li span {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  color: #5e5d57;
  font-size: 24px;
  background: #f2e9aa;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s;
          transition: .3s;
  border: 2px solid transparent;
}
.pagination .next a {
  display: none;
}
.pagination .prev a {
  display: none;
}
.evaluation-screen {
  padding: 60px 0 69px 0;
  background: url(../images/bg_review-min.png) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.evaluation-screen h2 {
  font-size: 42px;
  text-transform: uppercase;
  color: #fff;
  font-family:'BebasNeueBold';
  letter-spacing: 1px;
}
.evaluation-screen h3 {
  font-size: 18px;
  color: #eedd75;
  padding-top: 10px;
  font-family:'RobotoCondensed-Bold';
  padding-bottom: 45px;
}
.stars-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.add-review {
  display: inline-block;
  border: 2px solid #eedd75;
  width: 240px;
  line-height: 65px;
  border-radius: 2px;
  text-decoration: none;
  color: #fff;
  background: rgba(238, 221, 117, 0.1) url(../images/review_icon_1-min.png) 190px center no-repeat;
  font-size: 20px;
  font-family:'RobotoCondensed-Bold';
  padding-left: 15px;
  text-transform: uppercase;
  text-align: left;
}
.add-review:hover {
  background-image: url(../images/review_icon_2-min.png);
  color: #eedd75;
}
.quantity-review {
  width: 145px;
  height: 145px;
  background: url(../images/bg_block-min.png) 0 0 no-repeat;
  padding-top: 22px;
  text-align: center;
}
.quantity-review span {
  display: block;
}
.quantity-review span:first-child {
  font-size: 44px;
  color: #eedd75;
  font-family:'BebasNeueBold';
  letter-spacing: 1px;
}
.quantity-review span:last-child {
  font-size: 18px;
  color: #ffffff;
}
.rating-review {
  width: 145px;
  height: 145px;
  background: url(../images/bg_block-min.png) 0 0 no-repeat;
  padding-top: 22px;
  text-align: center;
}
.rating-review span {
  display: block;
}
.rating-review span:first-child {
  font-size: 44px;
  color: #eedd75;
  font-family:'BebasNeueBold';
  letter-spacing: 1px;
}
.rating-review span:last-child {
  font-size: 18px;
  color: #ffffff;
}
.effect-this {
  max-width: 860px;
  margin: 0 auto;
}
.stars-number {
  text-align: center;
  padding: 30px 0 46px 0px;
}
.stars-number img {
  max-width: 100%;
}
.entry-content .twentytwenty {
  margin-top: 30px;
  margin-bottom: 33px;
}
.entry-content .twentytwenty .twentytwenty-container img {
  margin: 0;
}
.entry-content ul {
  padding-bottom: 10px;
}
.entry-content ul li {
  font-size: 19px;
  color: #5e5d57;
  line-height: 30px;
  font-family:'RobotoCondensed-Bold';
  margin-bottom: 14px;
  padding-left: 40px;
  background: url(../images/list_style_5-min.png) 0 5px no-repeat;
}
.entry-content a {
  color: #6534ac;
  width: 260px;
  -webkit-transition: .3s;
          transition: .3s;
}
.entry-content a:hover {
  color: #ae76ff;
}
.entry-content h3 {
  padding-top: 10px;
}
.entry-content blockquote {
  border-bottom: 2px solid #e3e3e3;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  display: block;
  padding: 65px 100px 20px 100px;
  background: url(../images/quotes_1-min.png) center 0 no-repeat;
}
.entry-content blockquote p {
  font-size: 24px;
  color: #5e5d57;
  text-align: center;
  padding-bottom: 10px;
  font-family:'RobotoCondensed-LightItalic';
}
.entry-content blockquote strong {
  color: #454440;
  font-size: 16px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-family:'RobotoCondensed-Bold';
  padding-bottom: 10px;
  font-weight: 400;
}
.entry-content .column blockquote {
  padding: 60px 0 25px 0;
  margin: 0;
  margin-bottom: 30px;
  background: url(../images/quotes_2-min.png) left 0 no-repeat;
}
.entry-content .column blockquote p {
  font-size: 20px;
  text-align: left;
}
.entry-content .column blockquote strong {
  text-align: right;
  padding: 0;
}
.two-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two-column .column {
  width: 47%;
}
.reference-text {
  background: #f2eed5;
  padding: 35px 30px 20px 30px;
  border: 1px solid #eedd75;
  margin-bottom: 40px;
  color: #5e5d57;
}
.reference-text .title-reference {
  font-size: 26px;
  font-family:'RobotoCondensed-Bold';
  color: #454543;
  padding-bottom: 25px;
}
.error-massage {
  padding: 10px;
  background: #ffe6de;
  color: #f66f55;
  border-left: 5px solid #f66f55;
  margin-bottom: 10px;
}
.error-massage p {
  padding-bottom: 0;
  color: #f66f55;
}
.success-massage {
  padding: 10px;
  background: #e1f5e9;
  color: #0cb754;
  border-left: 5px solid #0cb754;
  margin-bottom: 10px;
}
.success-massage p {
  padding-bottom: 0;
  color: #0cb754;
}

.author-info {
}
.author-info__quote {
}
.author-info__line {
}
.author-info__img {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}
.author-info__group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}
.author-info__group .author-info__name {
  padding-bottom: 0;
}
.author-info__social {
  display: flex;
  gap: 10px;
}
a.author-info__social__link {
  display: flex;
  position: relative;
  width: initial;
  line-height: 0;
  transition: ease .3s;
}
.author-info__social__link::after {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 18px;
  height: 18px;
  background: transparent;
  z-index: 0;
  transition: ease .3s;
}
.author-info__social__link svg {
  position: relative;
  z-index: 1;
}
.author-info__social__link path {
  fill: #5E5D57;
  transition: ease .3s;
}
.author-info__desc {
  max-width: 575px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
  color: #5e5d57;
}
/*-------------------list-left-right-style-1-------------------------*/
.list-left-right-style-1 {
  padding-bottom: 100px;
  counter-reset: heading;
}
.list-left-right-style-1 .list-item {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-left-right-style-1 .list-item:before {
  counter-increment: heading;
  content: '' counter(heading) '';
  background: url(../images/bg_number-min.png) center center no-repeat;
  width: 99px;
  height: 99px;
  text-align: center;
  line-height: 99px;
  font-size: 33px;
  color: #454543;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.5);
  font-family:'BebasNeueBold';
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -62px;
}
.list-left-right-style-1 .list-item .img-item {
  border-left: 4px solid #efdf82;
}
.list-left-right-style-1 .list-item .img-item img {
  display: block;
}
.list-left-right-style-1 .list-item:nth-child(odd) .img-item {
  border-right: 4px solid #efdf82;
  border-left: 0;
}
.list-left-right-style-2 {
  padding-bottom: 100px;
  counter-reset: heading2;
}
.list-left-right-style-2 .list-item {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
}
.list-left-right-style-2 .list-item:before {
  counter-increment: heading2;
  content: '' counter(heading2) '';
  background: url(../images/bg_number-min.png) center center no-repeat;
  width: 99px;
  height: 99px;
  text-align: center;
  line-height: 99px;
  font-size: 33px;
  color: #454543;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.5);
  font-family:'BebasNeueBold';
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -50px;
}
.list-left-right-style-2 .list-item .img-item {
  border-left: 4px solid #efdf82;
}
.list-left-right-style-2 .list-item .img-item img {
  display: block;
}
.list-left-right-style-2 .list-item:nth-child(odd) .img-item {
  border-right: 4px solid #efdf82;
  border-left: 0;
}
.list-left-right-style-3 {
  padding-bottom: 100px;
  counter-reset: heading3;
}
.list-left-right-style-3 .list-item {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
}
.list-left-right-style-3 .list-item:before {
  counter-increment: heading3;
  content: '' counter(heading3) '';
  background: url(../images/bg_number-min.png) center center no-repeat;
  width: 99px;
  height: 99px;
  text-align: center;
  line-height: 99px;
  font-size: 33px;
  color: #454543;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.5);
  font-family:'BebasNeueBold';
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -50px;
}
.list-left-right-style-3 .list-item .img-item {
  border: 5px solid #efdf82;
}
.list-left-right-style-3 .list-item .img-item img {
  display: block;
}
.list-left-right-style-4 {
  margin-bottom: 100px;
  counter-reset: heading4;
}
.list-left-right-style-4 .list-item {
  position: relative;
  padding-bottom: 0;
}
.list-left-right-style-4 .list-item .description-item {
  width: 50%;
  background: #fefefe;
  text-align: center;
  padding: 0 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.list-left-right-style-4 .list-item:before {
  counter-increment: heading4;
  content: '' counter(heading4) '';
  background: url(../images/bg_number-min.png) center center no-repeat;
  width: 99px;
  height: 99px;
  text-align: center;
  line-height: 99px;
  font-size: 33px;
  color: #454543;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.5);
  font-family:'BebasNeueBold';
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -50px;
}
.list-left-right-style-4 .list-item .img-item {
  border-left: 4px solid #efdf82;
}
.list-left-right-style-4 .list-item .img-item img {
  display: block;
}
.list-left-right-style-4 .list-item:nth-child(odd) .img-item {
  border-right: 4px solid #efdf82;
  border-left: 0;
}

.c-contents-list {
  counter-reset: contents 0;
  margin: 12px 0; padding: 30px 20px 20px 20px !important;
  border: 1px solid #dbdbdb;
  background-color: #f2f2f2; }

ul.c-contents-list li.c-contents-list__title {
  color: #1a2226;
  font-size: 20px !important;
  background: none !important;
  font-family:'RobotoCondensed-Bold' !important;
  padding-left: 0 !important;
}
.c-contents-list .c-contents-list__title:hover {
  color: #1a2226;
  background: none !important;
}
.c-contents-list .c-contents-list__title::after {
  display: none;
}
.c-contents-list > li {
  position: relative;
  margin-bottom: 19px !important; padding-left: 30px !important;
  font: 19px 'RobotoCondensed-Regular', sans-serif !important;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAARCAMAAAAFWBeyAAAAVFBMVEUAAAB3d3F4eHR4eHV4eHR4eHR4eHR4eHR4eHR5eXV4eHR4eHR4eHN4eHV3d3R3d3V5eXR3d3R5eXN4eHR4eHR3d3R4eHN5eXV4eHF6enBxcXF4eHTKcYbuAAAAG3RSTlMALUVg+aB/eEwr9uKpj4lrZVpT8uTNcTskGQlEo3qgAAAAc0lEQVQY022PVw6AIBAFV4qAvbd3/3sqgtiYr5dJNtmhJ4ZThARN1KKOWkxfaVIcqKdiRQ9HGtw84qby0p7+tHw5/0j5du7p7iPPwC23M5eqZdyuliwKyEpzVYiOTgYUa2gT2i0t+F2cMb+kpsDCQilF2AFC+AzpAXL4DwAAAABJRU5ErkJggg==') !important;
  background-position: 0 3px !important; }

.c-contents-list > li::after {
  counter-increment: contents;
  content: counter(contents);
  display: block;
  position: absolute;
  /*top: 2px;*/ right: 8px; bottom: -2px; left: 30px;
  padding-right: 2px;
  text-align: right;
  line-height: 1.3em;
  background: linear-gradient(to right, #454543 2px, transparent 2px) repeat-x;
  background-size: 5px 2px;
  background-position: left bottom;
  pointer-events: none; }

.c-contents-list > li > a {
  display: block;
  width: initial;
  padding-right: 1.8em;
  text-decoration: none;
  color: #454543;
  cursor: pointer; }

.c-contents-list > li:hover,
.c-contents-list > li:hover > a { font-weight: bold; color: #763dcc; }
.c-contents-list > li:hover { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAARCAMAAAAFWBeyAAAAV1BMVEUAAAB3Psx1Pc11PMx2Pcx2Pcx2PMx2Pcx1Pcx2Pcx2Pcx2Pcx1Pcx3PM11Pcx3Ps13Pc13Psx2Pcx2Pcx3Psx2Pcx2Pcx1Pct1Pct4QM16PcxxOcZ2PcwBp4TQAAAAHHRSTlMALUVg+X94TCv24qmjj4lrZVpT8uTNmnE7JBkJq+MtDQAAAHNJREFUGNNtj1cOgCAQBVdAwN77u/85FUFszNfLJJvs0BPNKUCEOmhRBS2mr9QxDuRTsayDJfZuHnBTOmlOfzp/OfdI8Xb26fYjz8AtNTPNZcO4WQ0ZJJAU+qoQLZ30yFbfJpRdSvC7OGFujYo8C/OlFGAHkFUNYOJg2vsAAAAASUVORK5CYII=') !important; }

.c-list-ordered {
  list-style: none;
  counter-reset: item 0;
  padding: 0.5em 0 1.3em 38px;
  font: inherit; font-size: 19px; color: #5e5d57; }
  
.c-list-ordered li b,
.c-list-ordered li strong { font-weight: bold; }
  
.c-list-ordered li {
  counter-increment: item;
  position: relative;
  padding-left: 46px;
  line-height: 1.6; }
.c-list-ordered li + li { margin-top: 1.5em; }
  
.c-list-ordered li::before {
  content: counter(item);
  display: inline-block;
  position: absolute;
  top: 1px; left: 0;
  width: 25px; height: 27px;
  padding-left: 1px;
  line-height: 27px;
  text-align: center;
  font-size: 16px; font-weight: bold;
  background: local none center 1px/contain no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaBAMAAABbZFH9AAAALVBMVEUAAAD94XL94XP94XL94HP94HP94XL94XL/6G7/5nX94XP94HP84XL/43H94XN6uJhBAAAADnRSTlMA+NT18t/myxUQ2/DCGx06IQ0AAADvSURBVBjTZZCxagJBFEVvGQuLJCyBFAPpNs1AkCSd1UCaICyBlNuEWAqijQgifoHY2NhYC7aCtY2dvzCrq2Bxv8F5T1YEbzFwOMPMuw8h432NvhtDU1r9OsfnbIOzsiQPc5V39mcf6DHK+oEGuckCWZ++AmWbUGIYHYaiyCo96dM17FSEED++sGyxSJai6V/ILasBGnUY8p6kng6kqIpI1rBTrAjc0tVNwpFvxSsedWmgPzyYJ+SWRT5naP8Vk4XCmORGaCtTxyj1EhVkJLsYXdrGuolEvmi86yYwOPYoDTqQlENh5/6/h4DKheFO1QkcV8uZYfLhMwAAAABJRU5ErkJggg==');
}
  
.c-list-ordered .center { margin: 0; padding: 1em 0 0 0; line-height: 1; }
.c-list-ordered .center img { max-width: 80%; }
.c-list-ordered .is-float-r { max-width: 50%; margin: 0 0 0 0.5em; padding: 0; line-height: 1; }
  
.c-list-ordered .is-float-l,
.c-list-ordered .is-float-r > img { max-width: 100%; }
  
.c-list-ordered li p .caption { margin: 0; font-size: 14px; line-height: 1.3em; }
  
@media only screen and (max-width: 500px) {
  .c-list-ordered .is-float-r { float: none; max-width: 100%; }
}
@media only screen and (max-width: 400px) {
  .c-list-ordered { padding-left: 0; }
}

.program-selection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -12px 25px;
}
.program-selection-item {
  max-width: calc(33.333% - 12px);
  width: 100%;
  margin: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 7px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.63) 0%, rgba(255, 255, 255, 0.63) 100%), #F6F6F6;
  box-shadow: 0px 1px 15px 0px rgba(84, 84, 84, 0.10);
  padding: 0 10px 24px;
}
.program-selection-top {
  background: #FDE27A;
  border-radius: 7px 7px 0px 0px;
  margin: 0 -10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  padding: 8.5px 5px;
}
.program-selection-os {
  color: #000DFF;
  font-size: 14px;
  margin: 13px 0 20px;
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
}
.program-selection-os li {
  position: relative;
  list-style: none;
  padding-left: 8px;
  margin-right: 6px;
}
.program-selection-os li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000DFF;
}
.program-selection-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 8px;
}
.program-selection .program-selection-item .program-selection-img img {
  margin: 0;
}
.program-selection-info {
}
.program-selection-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
  margin-bottom: 5px;
}
.program-selection-item__main .program-selection-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
}
.program-selection .program-selection-item .program-selection-title img {
  margin: 0;
  position: relative;
  top: 2px;
}
.program-selection-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
.program-selection-star {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
.program-selection .program-selection-item .program-selection-star img {
  margin: 5px;
}
.program-selection .buy-button,
.conclusion .buy-button {
  width: 222px;
  height: 56px;
  color: #FFF;
  font-size: 16px;
  padding: 18px 54px 0 14px;
  margin: 0 auto 13px;
}
.program-selection .buy-button:after,
.conclusion .buy-button:after {
  height: 56px;
  width: 44px;
  background: #00913d url(../images/arrow_icon_big-min.png) center 20px no-repeat;
}
.program-selection-more a {
  color: #454543;
  font-size: 17px;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .program-selection {
    align-items: initial;
  }
  .program-selection-item {
    max-width: calc(50% - 20px);
    order: 1;
  }  
  .program-selection-item__main {
    order: 2;
    max-width: calc(80% - 20px);
  }
}
@media only screen and (max-width: 575px) {
  .program-selection-item {
    max-width: calc(100% - 20px);
    order: 1;
  }  
  .program-selection-item__main {
    order: 0;
    max-width: calc(100% - 20px);
  }
}

.select-table {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 1px 20px 0px rgba(84, 84, 84, 0.07);
  width: 100%;
  padding: 20px;
  margin: 25px 0;
}
.select-table-row {
  border-bottom: 1px solid rgba(26, 34, 38, 0.13);
  width: 100%;
  display: flex;
  padding: 20px 0;
}
.select-table-row:last-child {
  border-bottom: none;
}
.select-table-title {
  display: flex;
  align-items: flex-start;
  width: 50%;
  font-size: 20px;
  font-weight: 700;
  padding-right: 20px;
}
.select-table .select-table-row .select-table-title img {
  display: flex;
  margin: 0 10px 0 0;
}
.select-table-info {
  width: 50%;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  padding-right: 20px;
}
.select-table-info ol {
  padding-left: 20px;
}
.select-table-info li {
  list-style: disc;
}
@media screen and (max-width: 575px) {
  .select-table {
    padding: 10px 20px;
  }
  .select-table-row {
    padding: 15px 0;
    flex-direction: column;
  }
  .select-table-title {
    font-size: 18px;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    padding: 0 0 10px;
  }
  .select-table-info {
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
  }
}

.conclusion {
  margin: 0 0 25px;
}
.conclusion-item {
  margin-bottom: 40px;
}
.conclusion-program {
  color: #1A2226;
  font-family: 'RobotoCondensed-Bold';
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 12px;
}
.conclusion-program span {
  font-family:'RobotoCondensed-Regular';
}
.conclusion-text {
  font-size: 18px;
  line-height: 26px;
  font-family:'RobotoCondensed-Regular';
  margin-bottom: 15px;
}
a.btn-prog {
	display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-family: 'RobotoCondensed-Bold';
  line-height: 14px;
  padding: 18px 22.5px 18px 22.25px;
  text-align: center;
  color: #fff;
  outline: none;
  width: initial;
  min-width: 206px;
	background: #00AB47;
  box-shadow: 0px 3px 7px rgba(29, 29, 29, 0.12);
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
	transition: ease 0.3s;
}
a.btn-prog:hover {
  color: #fff;
}
a.btn-prog span {
	position: relative;
	z-index: 1;
}
a.btn-prog:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00cc55;
  border-radius: 5px;
	opacity: 0;
	transition: opacity 0.3s;
}
a.btn-prog:hover:after,
a.btn-prog:active:after {
	opacity: 1;
}
a.btn-prog img,
.conclusion-btn-block a.btn-prog img {
	z-index: 1;
  margin: 0 10px 0 0;
  transition: ease .3s;
}
a.btn-prog.btn-apple {
  border: 1px solid #00AB47;
  background: transparent;
  padding: 16px 21.5px 17px 21.25px;
  color: #454543;
}
a.btn-prog.btn-apple:hover {
  border: 1px solid #00cc55;
}
a.btn-prog.btn-apple:after {
  background: transparent;
}
a.btn-prog.btn-apple:hover:after,
a.btn-prog.btn-apple:hover {
  background: #00cc55;
  color: #fff;
}
.btn-apple img {
  position: relative;
  top: -1px;
	transition: ease 0.2s;
}
.btn-apple:hover img {
  filter: contrast(0) brightness(10);
}
.conclusion-btn-block {
  margin-top: 22px;
}
.conclusion-btn-block a.btn-prog {
  margin-right: 17px;
  margin-bottom: 10px;
}
.conclusion-bg {
  padding: 40px;
  border-radius: 5px;
  background: #E3E9FF;
}
a.conclusion-link {
  color: #454543;
  text-align: center;
  font-size: 17px;
  width: initial;
}
a.conclusion-link span {
  margin-left: 3px;
  display: inline-block;
  text-decoration: none;
}
.conclusion-item__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(26, 34, 38, 0.18);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.conclusion-item__row:first-child {
  align-items: flex-start;
}
.conclusion-item__row:last-child {
  border: none;
}
.conclusion-item__row .conclusion-program {
  display: flex;
  flex-direction: column;
  width: 185px;
  margin-bottom: 0;
}
.conclusion-item__row .conclusion-program span {
  font-size: 16px;
}
.conclusion-item__row .conclusion-text {
  flex: 1;
  flex-direction: column;
  color: #1A2226;
  padding: 0 15px;
  margin-bottom: 0;
}
.conclusion-best-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.conclusion-best {
  color: #1A2226;
  font-family:'RobotoCondensed-Regular';
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
  border: 0.7px solid #1A2226;
  opacity: 0.45;
  padding: 0 10px;
  margin-right: 10px;
  margin-top: 11px;
}
.conclusion-star {
  display: flex;
  margin-top: 11px;
}
.conclusion .conclusion-best-block .conclusion-star img {
  width: 18px;
  margin: 0 3px;
}
.conclusion-link-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 220px;
}
.conclusion .conclusion-link-block .buy-button {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .conclusion-bg {
    padding: 20px;
  }
  .conclusion-item__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .conclusion-item__row .conclusion-program {
    width: 100%;
  }
  .conclusion-item__row .conclusion-text {
    padding: 5px 0 15px;
  }
  .conclusion-link-block {
    width: 100%;
    align-items: flex-start;
  }
  .conclusion .conclusion-link-block .buy-button {
    margin: 0;
  }
}


/* article__table */
.article__table {
  width: 100%;
  margin: 10px auto 10px; }
  .article__table table {
    width: 100%;
    border-collapse: collapse; }
    .article__table table tr:nth-child(2n+1) {
      background-color: #f5f1f0; }
    .article__table table thead th {
      font-size: 18px;
      height: 58px;
      background-color: #615957;
      font-family: 'Roboto Medium', sans-serif;
      color: #fcf8f7;
      font-weight: normal;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      border-bottom: 1px solid #615957;
      border-top: 1px solid #615957;
      padding: 0 5px; }
      .article__table table thead th:first-child {
        font-size: 18px;
        border-left: 1px solid #615957; }
      .article__table table thead th:last-child {
        border-right: 1px solid #615957; }
    .article__table table td {
      font-size: 18px;
      font-weight: normal;
      color: #453936;
      border: 1px solid #e1dcda;
      padding: 16px 12px;
      line-height: 1.2; }
      /* .article__table table td.yes, .article__table table td.no {
        background-position: center;
        background-repeat: no-repeat; }
      .article__table table td.yes {
        background-image: url("../img/yes-icon.png"); }
      .article__table table td.no {
        background-image: url("../img/no-icon.png"); } */
        @media only screen and (max-width: 550px) {
          .article__table {
            overflow-x: scroll; } }

/*---------------tutorial----------------*/
.home-tutorial {
  background: #211733 url(../images/bg_tutorial-min.png) center bottom no-repeat;
  padding: 123px 0 35px 0;
}
.home-tutorial-one {
  padding: 50px 0 28px 0;
}
@media screen and (max-width: 991px) {
  .home-tutorial-one{padding:50px 0 2px}
}
.home-tutorial h1 {
  font-size: 44px;
  color: #eedd75;
  font-family:'BebasNeueBold';
  letter-spacing: 1px;
  padding-bottom: 12px;
  text-align: center;
}
.home-tutorial p {
  font-size: 21px;
  color: #f7f6f0;
  text-align: center;
  line-height: 37px;
}
.shape {
  background: url(../images/shape-min.png) 0 0 no-repeat;
  width: 51px;
  height: 98px;
  margin: 40px auto 0 auto;
}
.section-article {
  padding-top: 60px;
}
.list-article {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.article-item {
  width: 33.333%;
  background: #2b2b2b;
  position: relative;
  padding: 8px;
  padding-bottom: 25px;
  border: 2px solid #242424;
  text-align: center;
}
.article-item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}
.article-item:hover .link-article {
  opacity: 1;
  z-index: 2;
}
.article-item:hover .link-article span {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
      -ms-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
}
.article-item .title {
  font-size: 22px;
  line-height: 30px;
  color: #f7f6f0;
  padding-bottom: 25px;
}
.article-item .title:after {
  left: 50%;
  margin-left: -15px;
  bottom: 11px;
}
.article-item .description {
  color: #e5e3d3;
  font-size: 17px;
  line-height: 25px;
}

.list-article__index {
    padding: 35px 0 70px;
    justify-content: center;
}
.list-article__index h2 {
  width: 100%;
  margin-bottom: 40px;
}
.list-article__index .article-item {
  padding: 0 0 15px;
  border: 9px solid #242424;
  background: #363636;
}
.list-article__index .link-article {
  background: none;
  border: none;
}
.list-article__read {
  font-family:'RobotoCondensed-Bold';
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration: underline solid #FFFFFF;
  color: #FFFFFF;
  margin-top: 23px;
  transition: ease .3s;
}
.list-article__index .article-item:hover .list-article__read {
  text-decoration-color: transparent;
}
.list-article__index .article-item .title {
  font-size: 20px;
  line-height: 30px;
  padding: 0 10px 25px;
}
.list-article__index-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.list-article__index-link a {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 27px;
  margin-top: 40px;
  text-decoration: none;
  text-decoration-color: transparent;
  transition: ease .3s;
}
.list-article__index-link a:hover {
  text-decoration: underline solid #FFFFFF;
}
.list-article__index-link a img {
  margin-left: 10px;
}

.link-article {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #b4a85f;
  -webkit-transition: .4s;
          transition: .4s;
  opacity: 0;
}
.link-article span {
  font-size: 22px;
  color: #242424;
  text-decoration: none;
  background: #eedd75;
  border-radius: 2px;
  line-height: 60px;
  width: 155px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
      -ms-transform: translate(-50%, -50%) scale(0, 0);
          transform: translate(-50%, -50%) scale(0, 0);
  -webkit-transition: .4s;
          transition: .4s;
  font-family:'RobotoCondensed-Bold';
}
.section-article-last {
  padding-bottom: 80px;
}
/*---------------welcome--------------------*/
.buy-link.buy-link__welcom {
  border-radius: 1px;
  background: #00AB47;
  padding: 0 34px 0 9px;
  line-height: 32px;
}
.buy-link.buy-link__welcom:hover {
  background: #00cc55;
}
.buy-link.buy-link__welcom:after {
  height: 32px;
  right: 2px;
}
.buy-program {
  padding: 135px 0 155px 0;
  background: url(../images/bg_home_1-min.png) center center no-repeat;
  background-size: cover;
  border-top: 1px solid #6e4728;
  border-bottom: 1px solid #5f4928;
  overflow-x: hidden;
}
.buy-program h2 {
  font-size: 57px;
  color: #fff;
  font-family:'BebasNeueBold';
  letter-spacing: 1px;
}
.buy-program h3 {
  font-size: 24px;
  color: #eedd75;
  font-family:'RobotoCondensed-Bold';
  position: relative;
}
.buy-program h3:after {
  content: '';
  display: block;
  background: url(../images/arrow_after-min.png) 0 0 no-repeat;
  width: 34px;
  height: 61px;
  position: absolute;
  left: 133px;
  bottom: -107px;
}
.buy-program .content-block {
  text-align: center;
}
.buy-program .content-block img {
  margin-top: -15px;
}
.buy-program .cart-button {
  display: inline-block;
  width: 245px;
  line-height: 70px;
  padding-top: 0;
  margin-top: 70px;
  padding-left: 25px;
  text-align: left;
  background: #00ab47;
}
.buy-program .cart-button:after {
  background-color: #00913d;
}
.buy-program .cart-button:hover {
  background: #00cc55;
}
.buy-program p {
  padding-top: 20px;
  font-size: 17px;
  color: #fff;
}
.question {
  background: url(../images/bg_question-min.png) center center no-repeat;
  padding: 90px 0;
}
.question-cont {
  max-width: 560px;
  border: 10px solid #2b2b2b;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 90px 0;
}
.question-cont h2 {
  font-size: 44px;
  color: #f7f6f0;
  letter-spacing: 1px;
  font-family:'BebasNeueBold';
  padding-top: 90px;
  background: url(../images/question-min.png) center 0 no-repeat;
  padding-bottom: 10px;
}
.question-cont a {
  color: #eedd75;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 22px;
  font-family:'RobotoCondensed-Bold';
}
.question-cont a:hover {
  color: #fff6c2;
}
.question-cont p {
  padding-bottom: 10px;
}
.not-opacity {
  position: static;
  background: #1a1a1a;
}
.home-welcome {
  padding: 70px 0 60px 0;
  background: url(../images/bg_welcome-min.png) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.home-welcome h1 {
  color: #fff;
  font-size: 57px;
  font-family:'BebasNeueBold';
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.home-welcome h1 strong {
  color: #eedd75;
  font-weight: 400;
}
.home-welcome p {
  font-size: 24px;
  color: #eedd75;
  font-family:'RobotoCondensed-Bold';
  line-height: 35px;
}
.welcome-hero {
  padding: 130px 0 35px 0;
  background: url(../images/welcom-bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.welcome-h1 {
  font-size: 44px;
  font-family:'BebasNeueBold';
  color: #fff;
  padding-bottom: 10px;
}
.welcome-h1 span {
  color: #EEDD75;
}
.welcome-subtitle {
  font-family:'RobotoCondensed-Bold';
  color: #E5E3D3;
  font-size: 18px;
  margin-bottom: 20px;
}
.welcome-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px 0 45px;
}
.tutorial-hero__video {
  padding-top: 10px;
}
.welcome-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  width: 100%;
  margin-left: 50px;
  text-align: left;
}
.list-welcome li {
  color: #E5E3D3;
  font-size: 18px;
  margin-bottom: 13px;
  position: relative;
  padding-left: 20px;
}
.list-welcome li:before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  top: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: url(../images/check.svg) center no-repeat;
}
.welcome-bottom {
  width: 100%;
  text-align: center;
}
.welcome-sale {
  color: #FFF;
  font-size: 24px;
  margin-bottom: 25px;
}
.welcome-sale span {
  color: #EEDD75;
}
.welcome-button {
  display: inline-block;
  padding: 0px 25px 0 25px;
  text-align: left;
  width: 282px;
  height: 70px;
  background: #00ab47;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7f6f0;
  font-size: 20px;
  line-height: 70px;
  font-family: 'RobotoCondensed-Bold';
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 2px;
  position: relative;
  margin-left: 5px;
  margin-right: 3px;
  margin: 7px;
}
.welcome-button:hover {
  background: #00cc55;
}
.welcome-button:after {
  content: '';
  display: block;
  width: 40px;
  height: 70px;
  right: 0;
  top: 0;
  position: absolute;
  background: #00913d url(../images/cart_big-min.png) center 27px no-repeat;
  border-radius: 0 2px 2px 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.welcome-promotion {
  margin-top: 11px;
  color: #FFF;
  font-size: 17px;
  opacity: 0.8;
}

.play-button {
  display: block;
  margin: 0px auto;
  cursor: pointer;
  width: 309px;
  height: 309px;
  background: url(../images/play_1-min.png) center center no-repeat;
  -webkit-transition: .3s;
          transition: .3s;
}
.play-button:hover {
  background: url(../images/play_2-min.png) center center no-repeat;
}
.text-play {
  text-align: center;
  font-size: 16px;
  font-family:'RobotoCondensed-Bold';
  color: #f3f2ee;
  text-transform: uppercase;
  padding-top: 50px;
  background: url(../images/arrow_video-min.png) center top no-repeat;
}
.play-button.play-button__welcome {
  width: 424px;
  height: 267px;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 57.01%, rgba(0, 0, 0, 0.5) 100%), url(../images/welcom-video-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.play-button-text {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  color: #FFF;
  font-family:'RobotoCondensed-Bold';
  font-size: 18px;
  transition: ease .3s;
}
.play-button.play-button__welcome:hover .play-button-text  {
  color: #EEDD75;
}
.play-button-text img {
  margin-right: 10px;
}

@media only screen and (max-width: 991px) {
  .welcome-block {
    flex-direction: column;
  }
  .tutorial-hero__video {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .welcome-info {
    margin-left: 0px;
    align-items: center;
  }
  .welcome-info .welcome-h1,
  .welcome-info .welcome-subtitle {
    text-align: center;
  }
}
@media only screen and (max-width: 530px) {
  .welcome-block {
    padding-bottom: 25px;
  }
  .play-button.play-button__welcome {
    width: 290px;
    height: 183px;
    background-size: cover;
  }
  .welcome-h1 {
    font-size: 38px;
  }
}
/*=============================   pop   ========================================*/
.pop-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.pop {
  background: #fff;
  position: fixed;
  width: 90%;
  max-width: 288px;
  padding: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999;
  color: #272626;
  background: #f7f7f7;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.42);
  display: none;
}
.pop h2 {
  font-size: 22px;
  text-align: center;
  padding-bottom: 15px;
}
.pop input {
  margin: 0 0 15px 0;
}
.pop label {
  color: #192048;
}
.pop input[type='submit'] {
  width: 100%;
}
.pop-success {
  position: fixed !important;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50% !important;
}
.close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: url(../images/close2-min.png) 0 0 no-repeat;
}
.pop-video {
  padding: 0;
  width: 90%;
  max-width: 800px;
}
.pop-video .video-cont {
  margin: 0;
}
.pop-video .close {
  top: -30px;
  right: 0;
  background: url(../images/close3-min.png) 0 0 no-repeat;
}
.pop-order {
  background: #f3f2ee;
  padding-top: 40px;
}
.download-link
.pop-order  {
  border: none;
  cursor: pointer;
  width: 100%;
  background-position: 90% center;
  padding-left: 20px;
  font-size: 14px;
}
.video-cont {
  max-width: 845px;
  margin: 20px auto 15px auto;
  position: relative;
  cursor: pointer;
}
iframe {
  max-width: 100%;
}
.video-cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.video-cont img {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .scroll-top{
	  margin-right: 0;
	  right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .details-1:after,
  .details-2:after,
  .details-3:after,
  .details-4:after,
  .details-1:before,
  .details-2:before,
  .details-3:before,
  .details-4:before {
    display: none;
  }
  .scroll-top{
	  margin-right: 0;
	  right: 20px;
  }
  .home-tutorial {
	  background-size: cover;
  }
}
@media screen and (max-width: 1000px) {
  .top-menu-1 {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    background: rgba(26, 26, 26, 0.7);
  }
  .top-menu-1 li {
    display: block;
  }
  .top-menu-1 li a {
    line-height: 40px;
    text-align: center;
  }
  .top-menu-2 {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    background: rgba(26, 26, 26, 0.7);
  }
  .top-menu-2 li {
    display: block;
  }
  .top-menu-2 li a {
    line-height: 40px;
    text-align: center;
  }
  .header-fixed {
    padding: 5px 0;
  }
  .header-fixed .top-menu li a {
    line-height: 35px;
  }
  header {
    padding: 10px 0;
  }
  .icon-menu {
    width: 25px;
    height: 26px;
    padding: 5px 0;
    cursor: pointer;
    z-index: 10;
    margin-top: 0;
    margin-right: 20px;
    display: block;
  }
  .list-photo .fancybox {
    width: 25%;
  }
  .effect-img2 {
    min-height: 10px;
  }
  .slick-slide img {
    width: 100%;
  }
  .laptop {
    display: none;
  }
  .left-block {
    margin: 0 auto;
  }
  .change-program-item .title-item {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .list-left-right-style-1 .list-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list-left-right-style-1 .list-item:before {
    top: -50px;
  }
  .list-left-right-style-1 .list-item .img-item {
    width: 100%;
    border: 0 !important;
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    margin-bottom: 0 !important;
  }
  .list-left-right-style-1 .list-item .img-item img {
    max-width: 500px;
    margin: 0 auto;
  }
  .list-left-right-style-1 .list-item .description-item {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 20px;
  }
  .list-left-right-style-2 .list-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list-left-right-style-2 .list-item:before {
    top: -50px;
  }
  .list-left-right-style-2 .list-item .img-item {
    width: 100%;
    border: 0 !important;
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    margin-bottom: 0 !important;
  }
  .list-left-right-style-2 .list-item .img-item img {
    max-width: 500px;
    margin: 0 auto;
  }
  .list-left-right-style-2 .list-item .description-item {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 20px;
  }
  .list-left-right-style-3 .list-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list-left-right-style-3 .list-item:before {
    top: -50px;
  }
  .list-left-right-style-3 .list-item .img-item {
    width: 100%;
    border: 0 !important;
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    margin-bottom: 0 !important;
  }
  .list-left-right-style-3 .list-item .img-item img {
    max-width: 500px;
    margin: 0 auto;
    border: 5px solid #efdf82;
  }
  .list-left-right-style-3 .list-item .description-item {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 40px;
  }
  .list-left-right-style-4 .list-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list-left-right-style-4 .list-item:before {
    top: -50px;
  }
  .list-left-right-style-4 .list-item .img-item {
    width: 100%;
    border: 0 !important;
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    margin-bottom: 0 !important;
  }
  .list-left-right-style-4 .list-item .img-item img {
    max-width: 500px;
    margin: 0 auto;
  }
  .list-left-right-style-4 .list-item .description-item {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 40px;
    display: block;
    margin: 15px 0;
  }
  .buy-program h3:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .screen-home-1 {
    background-size: cover;
  }
  .effects-check-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .effects-list {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .effects-item {
    width: 33.333%;
    font-size: 13px;
  }
  .effect-img {
    height: auto;
  }
  .effect-img img {
    position: static;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    display: block;
  }
  .effects-item2 {
    width: 31.33333%;
    margin: 10px 1%;
  }
  .effects-check-2 .effects-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list-photo .fancybox {
    width: 33.3333%;
  }
  .benefits-item {
    width: 50%;
  }
  .about-program,
  .system-program {
    width: 100%;
  }
  .list-benefits-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .system-program {
    padding-top: 40px;
  }
  .home-download h2:after {
    display: none;
  }
  .list-about-bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list-about-bottom .item-about-bottom:nth-child(1),
  .list-about-bottom .item-about-bottom:nth-child(2),
  .list-about-bottom .item-about-bottom:nth-child(3) {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
    border: 0;
    margin-bottom: 10px;
  }
  .list-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list-item .description-item {
    width: 100%;
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .list-item .img-item {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .content-block {
    padding-right: 0;
  }
  .content-block img {
    position: static;
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .list-info-bottom,
  .change-program-list {
    display: block;
  }
  .list-info-item,
  .change-program-item {
    width: 100%;
    margin: 0 auto 10px auto;
    max-width: 500px;
  }
  .terms-list:after {
    display: none;
  }
  .terms-list {
    display: block;
  }
  .terms-item {
    margin: 0 auto 40px auto;
  }
  .terms-item:last-child {
    margin-bottom: 0;
  }
  .terms h2:after {
    display: none;
  }
  .terms h2 span {
    padding: 0;
  }
  .tickets .version-item,
  .version-item {
    width: 100%;
    margin-right: 0;
    max-width: 400px;
    margin: 0 auto 20px auto;
    float: none;
    min-height: 10px;
  }
  .tickets .version-item:nth-child(3),
  .version-item:nth-child(3) {
    margin-right: auto;
  }
  .article-item {
    width: 50%;
  }
  .pop {
    position: absolute;
    top: 0;
    margin-top: 150px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .buy-program .content-block img {
    margin-top: 40px;
  }
  .buy-program {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
  }
  .copy {
    padding-top: 0;
  }
}
@media screen and (max-width: 530px) {
  .logo-big {
    font-size: 55px;
    padding-bottom: 25px;
  }
  .before {
    left: 10px;
    top: 10px;
    font-size: 14px;
    width: 50px;
    line-height: 30px;
  }
  .after {
    right: 10px;
    top: 10px;
    font-size: 14px;
    width: 50px;
    line-height: 30px;
  }
  .effects-item {
    width: 50%;
  }
  .effects-item2 {
    width: 48%;
  }
  .slider-photo .slick-dots {
    bottom: 10px;
  }
  .list-photo .fancybox {
    width: 50%;
  }
  .name-item {
    padding-top: 0;
    background: none;
  }
  .benefits-item {
    width: 100%;
  }
  .list-system li,
  .list-about li,
  .list-about .list-about__link {
    font-size: 16px;
  }
  .footer-link {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-link .column {
    width: 100%;
  }
  .footer-link .column:nth-child(2),
  .footer-link .column:nth-child(3) {
    padding-left: 0;
    border-left: 0;
    padding-top: 20px;
  }
  .icon-menu-2 {
    margin-right: 10px;
  }
  .header-fixed .download-link 
  {
    font-size: 12px;
    padding: 0 22px 0 5px;
  }
  .header-fixed .buy-link {
    font-size: 12px;
    padding: 0px 30px 0 5px;
  }
  .header-fixed .content {
    padding: 0 5px 0 15px;
  }
  .scroll-top {
    right: 0;
    bottom: 0;
  }
  header .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logo {
    margin-bottom: 15px;
  }
  header nav {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .screen-home-1 {
    padding-top: 200px;
  }
  .list-about-bottom .item-about-bottom:nth-child(1),
  .list-about-bottom .item-about-bottom:nth-child(2),
  .list-about-bottom .item-about-bottom:nth-child(3) {
    margin-left: 0;
    width: 100%;
    padding-right: 0;
    border: 0;
    margin-bottom: 10px;
    font-size: 17px;
  }
  .home-article .button-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .support {
    font-size: 12px;
  }
  .home-article h1 {
    font-size: 36px;
  }
  .two-column {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .two-column .column {
    width: 100%;
  }
  .entry-content blockquote {
    padding-left: 0;
    padding-right: 0;
  }
  .coments-item {
    padding-left: 0;
    padding-top: 120px;
  }
  .coments-item .name-town {
    border: 0;
  }
  .article-item {
    width: 100%;
  }
  .play-button {
    width: 280px;
    height: 280px;
  }
  .question {
    background-size: cover;
  }
}
.cart-button-one {
  padding: 15px 50px 0 20px;
  text-align: center;
  height: 70px;
  background: #6534ac;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7f6f0;
  font-size: 20px;
  font-family: 'RobotoCondensed-Bold';
  -webkit-transition: .3s;
          transition: .3s;
  border-radius: 2px;
  position: relative;
  margin-left: 5px;
  margin-right: 3px;
  width: 240px;
  margin: 7px;
}
.cart-button-one span {
  font-size: 14px;
  color: #e6f2eb;
  display: block;
  font-family:'RobotoCondensed-Regular';
  text-transform: none;
}
.cart-button-one:after {
  content: '';
  display: block;
  width: 40px;
  height: 70px;
  right: 0;
  top: 0;
  position: absolute;
  background: #512a8c url(../images/cart_big-min.png) center 27px no-repeat;
  border-radius: 0 2px 2px 0;
  -webkit-transition: .3s;
          transition: .3s;
}
.cart-button-one:hover {
  background: #7e41d9;
}

/* task/1072037 */
.content img { max-width: 100%; }

.o-iframe-yt { width: 100%; margin: 0 auto; }
  .o-iframe-yt > iframe { width: 100%; height: 100% }

/* task/1097231/ */

.custom-effects-slider{
}
.custom-effects-slider--lg{
  display: flex;
  flex-direction: row-reverse;
}
.custom-effects-slider__in{
  max-width: 100%;
  width: 75.8%;
  flex-shrink: 1
}
.custom-effects-slider__controls{
  display: flex;
  flex-wrap: wrap;
}
.custom-effects-slider__controls--expand{
  flex-direction: column;
  width: 24.2%;
  flex-shrink: 0;
}
.custom-effects-slider__btn{
    flex: 1 1 auto;
    text-align: center;
    margin-bottom: 5px;
    font-family:'RobotoCondensed-Bold';
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: #404040;
    padding: 20px 0 15px 0;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    width: auto;
    border: none;
    border-bottom: 3px solid transparent;
    margin-right: 2.5px;
    margin-left: 2.5px;
    outline: none !important;
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
}
.custom-effects-slider__btn--lg:last-child{
  margin-bottom: 0;
}
.custom-effects-slider__icon{
  position: absolute;
  height: 24px;
  width: auto;
  left: 0;
  right: 0;
  top: 13px;
  margin: 0 auto;
}
.custom-effects-slider__btn--lg{
  padding-top: 47px;
  position: relative;
}
.custom-effects-slider__btn--active{
    background: #333333;
    border-color: #918854;
    color: #eedd75;
}
.custom-effects-slider-download {
  max-width: 870px;
  margin: 0 auto;
}
.custom-effects-slider-download .custom-effects-slider__controls--expand {
  width: 25%;
}
.custom-effects-slider-download .custom-effects-slider__in {
  width: 75%;
}
.custom-effects-slider-download .custom-effects-slider__btn--lg {
  padding-top: 47px;
  position: relative;
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 0;
}
@media all and (max-width: 992px){
  .custom-effects-slider--lg{
    flex-direction: column;
  }
  .custom-effects-slider__in,
  .custom-effects-slider__controls--expand{
    width: 100%;
  }
  .custom-effects-slider__controls--expand{
    flex-direction: row;
  }
  .custom-effects-slider-download .custom-effects-slider__controls--expand,
  .custom-effects-slider-download .custom-effects-slider__in {
    width: 100%;
  }
}
@media all and (max-width: 768px){
  .custom-effects-slider__btn{
    padding: 10px;
  }
  .custom-effects-slider__btn--lg{
    padding-top: 37px;
  }
  .custom-effects-slider__btn--lg:last-child{
    margin-bottom: 5px;
  }
  .custom-effects-slider__icon{
    top: 8px;
  }
}

/* end task */

/* Atticles-top */
.atticles-top {
  padding: 135px 0px 35px;
  text-align: center;
  background: url(../images/articles/bg.jpg) center top no-repeat;
  background-size: auto;
  min-height: 552px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .atticles-top {
    background-size: cover;
    padding: 100px 0px 65px;
    min-height: 375px;
    margin-bottom: 40px;
  }
}

@media (max-width: 530px) {
  .atticles-top {
    margin-bottom: 30px;
  }
}

.atticles-top h1 {
  margin-bottom: 15px;
  font-family:'BebasNeueBold';
  font-size: 57px;
  font-stretch: normal;
  line-height: 1.05;
  letter-spacing: 0.57px;
  color: #ffffff;
  text-shadow: 0px 2px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .atticles-top h1 {
    font-size: 44px;
    margin-bottom: 10px;
  }
}

@media (max-width: 555px) {
  .atticles-top h1 {
    margin-bottom: 5px;
    /*margin-top: 25px;*/
  }
}

@media (max-width: 530px) {
  .atticles-top h1 {
    /*margin-top: 60px;*/
    font-size: 28px;
  }
}

.atticles-top p {
  font-family:'RobotoCondensed-Bold';
  text-shadow: 0px 2px 0 rgba(0, 0, 0, 0.25);
  font-size: 24px;
  line-height: 1.92;
  text-align: center;
  color: #eedd75;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .atticles-top p {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 530px) {
  .atticles-top p {
    font-size: 18px;
  }
}

/* Slider */
.slider-articles .slider-item {
  outline: none;
  margin: 0 15px;
}

.slider-articles .slider-item .slider-block {
  position: relative;
  margin: 0 auto;
  max-width: 942px;
  max-height: 482px;
  overflow: hidden;
}

.slider-articles .slider-item .slider-block:before {
  content: '';
  width: 130%;
  height: 180%;
  background-color: rgba(0, 0, 0, .58);
  position: absolute;
  z-index: 0;
  left: -85%;
  bottom: -82%;
  -webkit-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  transform: rotate(-26deg);
}

@media (max-width: 767px) {
  .slider-articles .slider-item .slider-block:before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.slider-articles .slick-slide img {
  max-width: 100%;
  max-height: 100%;
}

.slider-articles .slider-item .slider-block p {
  position: absolute;
  left: 45px;
  bottom: 48px;
  margin-bottom: 0;
  max-width: 300px;
  text-shadow: 0px 2px 0 rgba(0, 0, 0, 0.25);
  font-family:'BebasNeueBold';
  font-size: 48px;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff33e;
}

@media(max-width:991px) {
  .slider-articles .slider-item .slider-block p {
    left: 20px;
    bottom: 25px;
  }
}

@media (max-width: 767px) {
  .slider-articles .slider-item .slider-block p {
    left: 0;
    right: 0;
    top: 30%;
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
  }
}

@media (max-width: 555px) {
  .slider-articles .slider-item .slider-block p {
    font-size: 28px;
  }
}

@media (max-width: 374px) {
  .slider-articles .slider-item .slider-block p {
    font-size: 24px;
  }
}

.slider-articles .slider-item .slider-block p span {
  color: #fff;
  display: block;
}

.slider-articles .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-articles .slick-dots li {
  list-style: none;
  margin: 0 10px;
  width: 12px;
  height: 12px;
}

.slider-articles .slick-dots button {
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: #dbd4e6;
  border-radius: 50%;
}

.slider-articles .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #7440b5;
}

/* Cards */
.cards__title {
  font-family:'BebasNeueBold';
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: 0.44px;
  text-align: center;
  color: #454543;
  margin-bottom: 70px;
  position: relative;
}

@media (max-width: 767px) {
  .cards__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

@media (max-width: 530px) {
  .cards__title {
    font-size: 26px;
  }
}

.cards__title:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #edd118;
  position: absolute;
  left: 49%;
  bottom: -30px;
}

@media (max-width: 767px) {
  .cards__title:after {
    bottom: -10px;
    left: 46%;
  }
}

.cards__text {
  font-family:'RobotoCondensed-Regular';
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.16px;
  text-align: center;
  color: #454543;
  max-width: 870px;
  margin: 0 auto 85px;
}

@media (max-width: 767px) {
  .cards__text {
    margin-bottom: 40px;
  }
}

.cards__wrapper {
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0px auto 0px;
}

.cards__row {
  margin: 0px -15px 0px -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .cards__row {
    margin-bottom: 15px;
  }
}

.cards__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  padding: 0px 15px;
}

@media (max-width: 767px) {
  .cards__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (max-width: 424px) {
  .cards__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.cards__item {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .cards__item {
    margin-bottom: 35px;
  }
}

.cards__column.cards__column_wide {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66.666%;
  flex: 0 1 66.666%;
}

@media (max-width: 767px) {
  .cards__column.cards__column_wide {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.cards__column.cards__column_big {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66.666%;
  flex: 0 1 66.666%;
}

@media(max-width:767px) {
  .cards__column.cards__column_big {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.cards__image {
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 69.8% 0px;
  overflow: hidden;
  position: relative;
  display: block;
}

@media (max-width: 991px) {
  .cards__image {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .cards__image {
    margin-bottom: 10px;
  }
}

.cards__column_wide .cards__image {
  padding: 0px 0px 34% 0px;
}

.cards__column_big .cards__image {
  padding: 0px 0px 70.5% 0px;
}

.cards__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s ease;
}

.cards__image:hover img{
  transform: scale(1.05);
}
.cards__image:hover a:after {
  background-color: rgba(0, 0, 0, .58);
}
.cards__image .cards__decription {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #bdc367;
  background: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.cards__image .cards__decription .cards__btn {
  font-size: 18px;
  font-stretch: condensed;
  line-height: 2.67;
  letter-spacing: normal;
  font-family:'RobotoCondensed-Bold';
  border: solid 2px #eedd75;
  color: #eedd75;
  width: 152px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}

.cards__image:hover .cards__decription {
  opacity: 1;
}

.cards__body {
  font-size: 24px;
  color: rgb(69, 69, 67);
  font-family:'RobotoCondensed-Bold';
  line-height: 1.5;
  text-align: center;
  display: block;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}

@media (max-width: 767px) {
  .cards__body {
    line-height: 1.2;
  }
}

@media (max-width: 530px) {
  .cards__body {
    font-size: 20px;
  }
}

.cards__body:hover {
  color: #7240b4;
}

.cards__column_big .cards__image:hover img{
  transform: scale(1);
}

@media(max-width:767px) {
  .cards__column_big .cards__image:hover img{
    transform: scale(1.05);
  }
}

.cards__column_big .cards__body {
  position: absolute;
  height: 100%;
  width: 60%;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: transparent;
  padding: 0 0 42px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media(max-width:1023px) {
  .cards__column_big .cards__body {
    padding: 0 0 30px 30px;
  }
}

@media(max-width:991px) {
  .cards__column_big .cards__body {
    padding: 0 0 15px 15px;
  }
}

@media(max-width:767px) {
  .cards__column_big .cards__body {
    padding: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

.cards__column_big .cards__body:after {
  content: '';
  width: 150%;
  height: 180%;
  background-color: rgba(0, 0, 0, .58);
  position: absolute;
  z-index: -1;
  left: -85%;
  bottom: -40%;
  -webkit-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  transform: rotate(-26deg);
}

@media(max-width:767px) {
  .cards__column_big .cards__body:after {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.cards__column_big .cards__body p {
  max-width: 235px;
  color: #fff;
  margin-bottom: 50px;
  font-size: 48px;
  line-height: 1;
  font-family:'BebasNeueBold';
  text-align: left;
}

@media(max-width:1023px) {
  .cards__column_big .cards__body p {
    margin-bottom: 40px;
    font-size: 42px;
  }
}

@media(max-width:991px) {
  .cards__column_big .cards__body p {
    margin-bottom: 25px;
    font-size: 35px;
  }
}

@media(max-width:767px) {
  .cards__column_big .cards__body p {
    max-width: 95%;
    text-align: center;
  }
}

@media(max-width:530px) {
  .cards__column_big .cards__body p {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

.cards__column_big .cards__body a {
  border: solid 2px #f3c574;
  font-size: 18px;
  font-stretch: condensed;
  line-height: 2.67;
  letter-spacing: normal;
  font-family:'RobotoCondensed-Bold';
  color: #f3c574;
  width: 156px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}

.cards__column_big .cards__body a:hover {
  border: solid 2px #eedd75;
  color: #eedd75;
}

/* Atticles-links  */
.atticles-links {
  padding: 30px 0 70px;
}

.atticles-links__wrapper {
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0px auto 0px;
}

.atticles-links__row {
  margin: 0px -15px 0px -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.atticles-links__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  padding: 0px 15px;
  margin-bottom: 70px;
}

@media(max-width:555px) {
  .atticles-links__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-bottom: 40px;
  }
}

@media(max-width:424px) {
  .atticles-links__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.atticles-links__item {
  text-align: center;
}

.atticles-links__title {
  font-family:'RobotoCondensed-Bold';
  font-size: 24px;
  line-height: 1.5;
  color: #454545;
  margin-bottom: 15px;
}

@media(max-width:767px) {
  .atticles-links__title {
    line-height: 1.1;
  }
}

.atticles-links__body a {
  font-family:'RobotoCondensed-Regular';
  font-size: 16px;
  line-height: 1.5;
  color: #454545;
  display: block;
  margin-bottom: 10px;
}

.atticles-links__body a:hover {
  color: #7240b4;
}

.atticles-links__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  width: 227px;
  height: 46px;
  border: solid 1px #9f9f9f;
  background-color: #fff;
  font-family:'RobotoCondensed-Regular';
  font-size: 16px;
  line-height: 1.88;
  color: #9f9f9f;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}

.atticles-links__btn:hover {
  color: #393939;
  border: solid 1px #393939;
}

.atticles-arrow {
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  border-right: 0;
  border-left: 0;
  display: inline-block;
  width: 0;
  height: 0;
}

.atticles-arrow:before,
.atticles-arrow:after {
  position: absolute;
  top: -4px;
  left: 59px;
  width: 1px;
  height: 10px;
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #9f9f9f;
}

.atticles-arrow:before {
  left: 52px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.atticles-links__btn:hover .atticles-arrow:before,
.atticles-links__btn:hover .atticles-arrow:after {
  background: #393939;
}

.atticles-arrow_hidden.atticles-arrow:after {
  left: 52px;
}

.atticles-arrow_hidden.atticles-arrow:before {
  left: 59px;
}


#breadcrumbs {
  padding: 20px 0px;
  margin: 0 auto;
  font-size: 14px;
  color: #5e5d57;
  text-align: left;
}

#breadcrumbs + .entry-content {
  padding-top: 0;
}

@media only screen and (max-width: 530px) {
  .breadmob-margin-top > #breadcrumbs {
    margin-top: 60px;
  }
}

.setup-rating .article-date {
  margin-right: 20px;
}
.page-rating-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page-rating-block-full {
  width: 100%;
}
#page-rating-block {
  display: flex;
  align-items: center;
  /* width: fit-content; */
  height: 24px;
  line-height: 24px;
  font-size: 10px;
  /* padding  : 0 4px; */
  cursor   : default;
}
#page-rating-block .hidden {
  visibility: hidden;
}
.page-rating-block p {
  margin-right: 10px;
  margin-bottom: 10px;
}
.rating-img {
  cursor: pointer;
  vertical-align: middle;
  /* для устранения мерцания при перемещении курсора между элементами */
  margin: 0 -3px;
  border-left : 3px solid transparent;
  border-right: 3px solid transparent;
  /* поправка для вертикального выравнивания */
  margin-top: -3px;
}
.rating-img.hover {
  /* content: url('../img/ratingStarHover.png');*/    /* не работает в IE */
  padding: 16px 16px 0 0;
  width  : 0;
  height : 0;
  background: url('../img/ratingStarHover.png');
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.rating-img.nocursor {
  cursor: default;
}
#page-rating-value {
  vertical-align: top;
  font-size  : 1.5em;
  margin-left: 2px;
}
#page-rating-info {
  vertical-align: middle;
  margin-left: 10px;
  font-size  : 1.2em;
  color: #7f7f7f;
}
.article-author-ratings #page-rating-value,
.article-author-ratings #page-rating-info {
  font-family: 'Roboto', sans-serif;
}
#page-rating-uservalue {
  display: inline-block;
  min-width: 8ch;
}
#page-rating-block {
  margin: 0 0 10px;
}
#page-rating-block .hidden {
  visibility: visible;
  display: none;
}
.article-author #page-rating-block {
  margin-top: 0;
  margin-left: 50px;
}
@media (max-width: 450px) {
  .article-author #page-rating-block {
    margin-top: 10px;
    margin-left: 0;
  }
}
.article-author-ratings .page-rating-block {
  width: 100%;
  margin-top: -9px;
  margin-bottom: 0;
  padding-left: 58px;
}
.article-author-ratings .page-rating-block p {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
}
.article-author-ratings #page-rating-block {
  margin: 0px 0 10px;
}
.article-author.article-author-ratings {
  margin-bottom: 10px;
}
.article-author.article-author-ratings:after {
  bottom: 0;
}
/* .article-author-ratings .page-rating-block:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #edd118;
  position: absolute;
  left: 5px;
  bottom: 20px;
} */

.screen-home-1 #page-rating-block #page-rating-info {
  color: #fff;
}

.pluso-top { margin: 6px 10px 0 0 !important; }


@media only screen and (max-width: 530px) {
  .article-author-ratings .page-rating-block {
    margin-top: 10px;
    padding-left: 0px;
  }
  .article-author-ratings .page-rating-block:after {
    display: none;
  }
}

.details .content > #breadcrumbs {
  margin-top: -63px;
  color: #e5e3d3;
}

.details .content > #breadcrumbs a,
.details .content > #breadcrumbs>[itemprop='itemListElement']::after, #breadcrumbs [itemscope]>[itemprop='itemListElement']::after {
  color: #e5e3d3;
}

#breadcrumbs>[itemprop='itemListElement']::after,
#breadcrumbs [itemscope]>[itemprop='itemListElement']::after {
  content:'>';
  position: relative;
  top: 1px;
  display: inline-block;
  margin: 0 5px;
  color: #000;
}

#breadcrumbs>span:last-of-type {
  position: relative;
  top: 1px;
  display: inline-block;
}

#breadcrumbs a {
  text-decoration: underline;
}

#breadcrumbs a:hover {
  text-decoration: none;
}

/* restore-old-photos */
@media (max-width: 767px) {
  .restore-old-photos .entry-content {
      padding: 30px 0 15px;
  }
}
.restore-old-photos .entry-content p {
  color: rgb(84, 64, 46);
}
.restore-old-photos .cart-button-2 {
  padding: 25px 50px 0 20px;
  text-align: center;
  height: 70px;
  background: #459d40;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7f6f0;
  font-size: 18px;
  font-family: 'RobotoCondensed-Bold';
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 2px;
  position: relative;
  margin-left: 5px;
  margin-right: 3px;
  width: 240px;
  margin: 10px;
}
.restore-old-photos .cart-button-2:hover {
  background: #00cc55;
}
.restore-old-photos .cart-button-2:after {
  content: '';
  display: block;
  width: 40px;
  height: 70px;
  right: 0;
  top: 0;
  position: absolute;
  background: #398b34 url(../images/cart_big-min.png) center 27px no-repeat;
  border-radius: 0 2px 2px 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.restore-old-photos .price-version-2 span:after {
  content: '';
  display: block;
  background: url(../images/crose_line-min.png) 0 0 no-repeat;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
.restore-old-photos .price-version-2 strong {
  /* color: #faf9f7; */
  font-size: 33px;
  line-height: 35px;
  padding-left: 10px;
  color: #fefefe;
  font-family:'BebasNeueBold';
}
.restore-old-photos .home-purchase {
  padding: 80px 0 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  text-shadow: none;
  border: none;
}
.restore-old-photos .home-purchase h1 {
  font-size: 48px;
  color: rgb(107, 80, 54);
  line-height: 1.188;
}
.restore-old-photos .content-block2 {
  padding-right: 420px;
}
@media (max-width: 767px) {
  .restore-old-photos .home-purchase {
      padding: 40px 0 40px 0;
  }
  .restore-old-photos .content-block2 {
      padding-right: 0px;
  }
}
.restore-old-photos .home-purchase h1:after {
  background: #c09670;
  height: 4px;
}
.restore-old-photos .home-purchase ul li {
  color: rgb(125, 93, 64);
  text-shadow: none;
  background: none;
  padding-left: 27px;
  position: relative;
}
.restore-old-photos .home-purchase ul li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #c09670;
}
.restore-old-photos .button-group{
  padding-top: 24px;
}
.restore-old-photos .content-block img {
  right: 0px;
  top: 0px;
}
.restore-old-photos .price-version {
  color: rgb(107, 80, 54);
  font-size: 22px;
}
.restore-old-photos .price-version span,
.restore-old-photos .price-version strong {
  color: rgb(107, 80, 54);
}
.restore-old-photos .price-version span:after {
  color: rgb(107, 80, 54);
}
.restore-old-photos .price-version strong:after {
  display: none;
}
.restore-old-photos .price-version span:after, .price-version span:before {
  width: 100%;
  height: 1px;
  background-color: rgb(107, 80, 54);
  position: absolute;
  content: '';
  display: inline-block;
  transform: rotate(30deg);
  left: 0%;
  top: 50%;
  margin-top: 0px;
  margin-left: 0px;
}
.restore-old-photos .price-version span:before {
  transform: rotate(-30deg);
}
.restore-old-photos .entry-content h2 {
  color: rgb(125, 93, 64);
}
.restore-old-photos .entry-content h2:after {
  background: #c09670;
  height: 4px;
}
.restore-old-photos .bg-block .content img {
  border: 7px solid #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.17);
  margin: 15px 0;
}
.restore-old-photos .bg-block-bottom {
  padding: 65px 15px 85px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .restore-old-photos .home-purchase h1 {
      font-size: 40px;
  }
  .entry-content h2 {
      font-size: 35px;
  }
  .restore-old-photos .bg-block-bottom {
      padding: 25px 15px 25px;
  }
}
.restore-old-photos .bg-block-bottom__text {
  text-align: center;
  font-family:'RobotoCondensed-Bold';
  font-size: 30px;
  color: rgb(125, 93, 64);
  line-height: 1.467;
}
@media (max-width: 767px) {
  .restore-old-photos .bg-block-bottom__text {
      font-size: 22px;
  }
}
.restore-old-photos .bg-block-bottom p {
  text-align: center;
  color: rgb(107, 79, 53);
  font-size: 18px;
}

/* yandex-dzen start */

.yandex-dzen {
  display:flex;
  align-items:center;
  gap:15px;
  margin:15px 0;
}

.yandex-dzen-subscribe {
  color: rgb(94, 93, 87);
  font-family:'RobotoCondensed-Bold', sans-serif;
  font-size:20px;
}

.yandex-dzen-block {
  display:flex;
  align-items:center;
  justify-content:center;
  border:2px solid #cad102;
  border-radius:3px;
  transition:.3s;
}

.yandex-dzen-block:hover {
  background:rgba(202, 209, 2, .2);
/*  box-shadow:3px 4px 14px rgb(223, 226, 116);*/
}

.yandex-dzen-link {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  width:auto!important;
  height:49px;
  padding:0 30px;
  text-decoration:none;
}

.yandex-dzen-link img {
  display:block;
  margin:0!important;
  padding:0!important;
}

.yandex-dzen-text {
  color:rgb(94, 93, 87);
  font-size:16px;
}

@media (max-width: 370px){
  .yandex-dzen{
    flex-direction:column;
    align-items:flex-start;
  }
  .yandex-dzen-block{
    margin:0
  }
}

/* yandex-dzen end */

.section-slide {
  max-width: 1920px;
  margin: 78px auto 0;
}
.addons-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.addons-block-dark .addons-title {
  color: #F7F6F0;
}
.addons-block-dark .addons-list li {
  color: #E5E3D3;
}
.addons-block-dark .addons-text p {
  color: #E5E3D3;
}
.addons-block-dark .addons-price__bold {
  color: #F7F6F0;
}
.addons-slider .slick-list {
  width: 100%;
  height: 100%;
}
.addons-slider .slick-dots {
  bottom: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.addons-slider .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
.addons-slider .slick-dots .slick-active {
  width: 15px;
  height: 15px;
  background: #eedd75;
}
.addons-slider .slick-prev, .addons-slider .slick-next {
  display: none !important;
}
.addons-slider .slick-track {
  display: flex;
}
.addons-block {
  position: relative;
  height: initial;
}
.addons-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.addons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 15px 80px;
}
.addons-text {
  width: 50%;
  padding-right: 15px;
}
.addons-title {
  font-family:'BebasNeueBold';
  font-weight: 700;
  font-size: 60px;
  line-height: 66px;
  color: #2B4044;
  padding-top: 45px;
  margin-bottom: 10px;
}
.addons-text p {
  font-size: 18px;
  line-height: 31px;
  color: #2B4044;
  margin-bottom: 35px;
}
.article-btn__block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -12px 10px;
}
.article-btn__more {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 39px;
  border: 1px solid #FF6E1D;
  border-radius: 2px;
  margin: 6px;
  padding: 5px 12px;
  font-family:'RobotoCondensed-Bold';
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  transition: ease .3s;
}
.article-btn__more:hover {
  background: #fd4600;
  border: 1px solid #fd4600;
}
.article-btn__more img {
  width: initial;
  height: initial;
  display: inline;
  margin: 0 0 0 14px;
}
.article-btn__buy {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 39px;
  background: #FF6E1D;
  border-radius: 2px;
  margin: 0 6px;
  padding: 5px 13px 5px 24px;
  font-family:'RobotoCondensed-Bold';
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  transition: ease .3s;
}
.article-btn__buy:hover {
  background: #fd4600;
}
.article-btn__buy img {
  width: initial;
  height: initial;
  display: inline;
  margin: 0 0 0 15px;
}
.nowrap {
  white-space: nowrap;
}
.addons-img__right img {
  position: relative;
  right: -50px;
}
@media (max-width: 1199px) {
  .addons-img__right img {
    right: 0;
  }
}
@media (max-width: 991px) {
  .section-slide {
    margin: 50px auto 0;
  }
  .addons {
    padding: 30px 15px 60px;
  }
  .addons-text {
    width: 40%;
  }
  .addons-title {
    font-family:'BebasNeueBold';
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #2B4044;
    margin-bottom: 10px;
  }
  .addons-text p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .addons-title {
    padding-top: 0;
  }
  .addons-text {
    width: 100%;
    margin-bottom: 10px;
  }
  .nowrap {
    white-space: wrap;
  }
}
@media (max-width: 530px) {
  .addons {
    padding: 30px 15px 40px;
  }
  .addons-text p br {
    display: none;
  }
}
.addons-price {
  font-size: 18px;
  margin-bottom: 20px;
}
.addons-price__bold {
  font-family:'RobotoCondensed-Bold';
  font-size: 20px;
}
.addons-block-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.addons-block-price .addons-button {
  margin-right: 28px;
  margin-top: 15px;
}
.addons-block-price .addons-price {
  margin-bottom: 0;
  margin-top: 15px;
}
.addons-button {
  display: inline-flex;
  align-items: center;
  min-height: 59px;
  border-radius: 2px;
  font-family:'RobotoCondensed-Regular';
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 5px 26px 5px 36px;
  transition: ease .3s;
}
.addons-button span {
  display: block;
  font-family: monospace;
  font-size: 28px;
  position: relative;
  top: -2px;
  left: 0;
  transition: ease .3s;
  margin-left: 37px;
}
.addons-button:hover span {
  left: 3px;
  transition: ease .3s;
}
.addons-list {
  margin-bottom: 35px;
}
.addons-list li {
  background: url(../img/addons/addons-list-check.svg) no-repeat 0px 12px;
  font-size: 18px;
  line-height: 35px;
  padding-left: 25px;
  padding-bottom: 2px;
}
.addons-button__red {
  background: #EF2D2D;
}
.addons-button__red:hover {
  background: #eb1010;
}
.addons-button__black {
  background: #29353E;
}
.addons-button__black:hover {
  background: #2d3b46;
}
.addons-button__blue {
  background: #004FEA;
}
.addons-button__blue:hover {
  background: #0252f3;
}
.addons-button__orange {
  background: #EA8A00;
}
.addons-button__orange:hover {
  background: #f59105;
}
.addons-button__violet {
  background: #612AB4;
}
.addons-button__violet:hover {
  background: #7532da;
}
.addons-button__burgundy {
  background: #B0280A;
}
.addons-button__burgundy:hover {
  background: #cb300e;
}
.addons-img {
  width: 50%;
}
.addons-twentytwenty {
  display: flex;
  justify-content: center;
  align-items: center;
}
.addons-twentytwenty .before {
  top: 15px;
  left: 15px;
  width: 60px;
  font-size: 18px;
  line-height: 35px;
}
.addons-twentytwenty .after {
  top: 15px;
  right: 15px;
  width: 60px;
  font-size: 18px;
  line-height: 35px;
}
.addons-twentytwenty .twentytwenty-container img {
  border-radius: 4px;
}
.twentytwenty__right-top-img {
  position: relative;
}
.twentytwenty__right-top-img::before {
  content: '';
  position: absolute;
  background: url(../img/addons/addons-img5-top.webp);
  right: -14%;
  top: -22%;
  width: 158px;
  height: 168px;
}
@media (max-width: 991px) {
  .addons-img {
    width: 60%;
  }
  .addons-list {
    margin-bottom: 30px;
  }
  .addons-list li {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .addons-img {
    width: 100%;
    margin-top: 20px;
  }
}
.list-addons .article-item .title {
  position: absolute;
  top: 75px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/addons/addons-text.webp) center/cover no-repeat;
  font-family:'BebasNeueRegular';
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  text-decoration: underline solid transparent;
  transition: ease .3s;
  padding-bottom: 0;
  width: 100%;
  height: 123px;
  z-index: 2;
}
@media (min-width: 1200px) {
  .list-addons .article-item-img:hover .video-thumbnail + .title {
    display: none;
  }
}
.list-addons .article-item .article-item-img {
  position: relative;
  display: flex;
  background: #000;
  opacity: 0.61;
}
.list-addons .article-item .article-item-img.article-item-video {
  position: relative;
  /* display: flex;
  background: transparent;
  opacity: 1;
  width: 100%; */
  margin-bottom: 15px;
  background: transparent;
  opacity: 1;
}
.list-addons .article-item .article-item-img.article-item-video:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.list-addons .article-item .article-item-img img {
  opacity: 0.61;
  background: #000;
}
.list-addons .article-item .article-item-img.article-item-video img {
  margin-bottom: 0;
}
.list-addons .article-item .article-item-img.article-item-video .video-thumbnail {
  width: 100%;
  height: 0;
  position: relative;
  left: 0;
  top: 0;
  padding-bottom: 88.6%;
  z-index: 2;
}
/* .list-addons .article-item .article-item-img.article-item-video .video-thumbnail.video-thumbnail--active {
  z-index: 0;
} */
.list-addons .article-item .video-thumbnail--active .video-thumbnail__content {
  max-width: 157%;
  height: 133%;
  width: 157%;
  top: -44px;
}

.list-addons .article-item .article-item-img.article-item-video video {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.61;
}
.list-addons .article-item .article-item-img.article-item-video .video-thumbnail.video-thumbnail--active video {
  opacity: 1;
}

.list-addons .article-item .title:after {
  display: none;
}
.list-addons .article-item .description {
  font-family:'RobotoCondensed-Bold';
  font-size: 21px;
  line-height: 25px;
  color: #F7F6F0;
}
.star-addons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.star-addons-block {
  display: flex;
  align-items: center;
}
.star-addons-block img {
  margin: 1.5px;
}
.star-addons-block span {
  font-size: 16px;
  color: #F7F6F0;
  margin-left: 8px;
}
.star-addons-price {
  font-family:'RobotoCondensed-Bold';
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  color: #E5E3D0;
  margin-left: 38px;
}

.header-effects {
  background: #000;
}
.header-effects .content {
  max-width: 1170px;
}
.section-effects {
  max-width: 1920px;
  margin: 78px auto 0;
}

@media screen and (max-width: 991px) {
  .section-effects{margin-top:50px}
}

.effects-block {
  position: relative;
  height: initial;
}
.effects-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  object-fit: cover;
}
.effects {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
.effects-text {
  width: 33%;
  padding-right: 20px;
}
.effects-title {
  font-family:'BebasNeueBold';
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
  color: #282828;
  margin-bottom: 21px;
}
.effects-text p {
  font-size: 18px;
  line-height: 35px;
  color: #3D3D3D;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .effects {
    padding: 40px 15px 80px;
  }
}
@media (max-width: 991px) {
  .effects {
    padding: 30px 15px 60px;
  }
  .effects-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .effects-title {
    font-family:'BebasNeueBold';
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #2B4044;
    margin-bottom: 10px;
  }
  .effects-text p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 30px;
  }
}
@media (max-width: 530px) {
  .effects-slide {
    margin: 122px auto 0;
  }
  .effects {
    padding: 30px 15px 40px;
  }
}
.effects-tabs {
  width: 67%;
  margin: 0 auto;
}
.effects-tabs.effects-tabs-center {
  width: 50%;
  margin: 0 auto 60px;
  padding: 0 15px;
}
.effects .star-addons {
  justify-content: flex-start;
  margin-bottom: 15px;
}
.effects .star-addons-block img {
  width: 22px;
}
.effects .star-addons-block span {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-left: 10px;
}
.effects .addons-price__bold{
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  .effects-tabs.effects-tabs-center {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .effects-tabs.effects-tabs-center {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .effects-tabs {
    width: 100%;
  }
  .effects-tabs.effects-tabs-center {
    width: 100%;
    margin: 0 auto 60px;
  }
}


.services-block {
  display: flex;
  flex-wrap: wrap; 
}
.services__tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 16%; 
}
.services__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  text-align: center;
  border: 4px solid #FFFFFF;
  border-radius: 4px;
  position: relative;
  transition: ease .3s;
  margin-bottom: 14.6%;
}
.services__tab:last-child {
  margin-bottom: 0;
}
.services__tab:hover, .services__tab.active {
  border: 4px solid #F2BE38;
}
.services__tab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.services__content {
  width: 84%;
  position: relative;
}
.service {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 8px);
  height: 100%;
  z-index: 1;
  margin-right: 8px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }
  .service.active {
    display: flex; }
  .service.visible {
    opacity: 1;
    z-index: 2; }
  .service__image,
  .service__video {
    display: inline-block;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    border: 3px solid #FFFFFF;
    border-radius: 4px;
    padding-bottom: 55.7%;
    overflow: hidden; }
    .service .video-thumbnail {
      height: 100%;
    }
    .service__image img {
      position: absolute;
      top: 0;
      height: 100%;
      left: 0;
      width: 100%;
      object-fit: cover; }
      .service__twentytwenty {
        display: inline-block;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        border: 3px solid #FFFFFF;
        border-radius: 4px;
        padding-bottom: 55.7%;
      }
      .service__twentytwenty .before {
        top: 15px;
        left: 15px;
        width: 60px;
        font-size: 18px;
        line-height: 35px;
      }
      .service__twentytwenty .after {
        top: 15px;
        right: 15px;
        width: 60px;
        font-size: 18px;
        line-height: 35px;
      }
      .service__twentytwenty .twentytwenty {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
      }
      .service__twentytwenty .twentytwenty-wrapper,
      .service__twentytwenty .twentytwenty-container {
        width: 100%;
        height: 100% !important;
        position: absolute;
        left: 0;
        top: 0;
      }
      .service__twentytwenty .twentytwenty-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
@keyframes slideHandle {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slideHandle1 {
  0% {
    clip: rect(0px, 389px, 437px, 0px);
  }
  25% {
    clip: rect(0px, 399px, 437px, 0px);
  }
  50% {
    clip: rect(0px, 389px, 437px, 0px);
  }
  75% {
    clip: rect(0px, 379px, 437px, 0px);
  }
  100% {
    clip: rect(0px, 389px, 437px, 0px);
  }
}
@media only screen and (min-width: 1200px) {
  .twentytwenty.anim .twentytwenty-horizontal .twentytwenty-handle {
    animation: slideHandle 1.5s linear infinite;
  }
  .twentytwenty.anim .twentytwenty-container > img:first-child {
    animation: slideHandle1 1.5s linear infinite;
  }
}

.effects-tabs__columns .services-block {
  flex-direction: column;
}
.effects-tabs__columns .service {
  width: 100%;
}
.effects-tabs__columns .services__content {
  width: 100%;
}
.effects-tabs__columns .services__tabs {
  flex-direction: row;
  width: 100%;
}
.effects-tabs__columns .services__tab  {
  width: initial;
  flex: 1;
  margin-bottom: 0;
  margin-top: 57.6%;
  padding-bottom: 16%;
  cursor: pointer;
}
.section-effects__text {
  color: #5e5d57;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  max-width: 938px;
  margin: auto;
  text-align: center;
  padding-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .section-effects__text {
    font-size: 16px;
    line-height: 25px;
  }
}

.services-slider .slick-list {
  width: calc(100% - 30px);
  margin: 15px auto 0;
}
.services-slider .slick-track {
  width: 100%;
  margin: 57.6% auto 0;
  display: flex;
}
.effects-tabs__columns .services-slider .services__tab {
  flex: initial;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  cursor: pointer;
  height: 128px;
  margin: 2px;
  width: 25%;
  position: relative;
}
.services-slider .slick-prev, 
.services-slider .slick-next {
  top: 86%;
}
.services-slider .slick-prev:before {
  content: '<';
  color: #000;
  font-family: monospace;
  font-size: 35px;
}
.services-slider .slick-next:before {
  content: '>';
  color: #000;
  font-family: monospace;
  font-size: 35px;
}
.services-slider .slick-prev {
  left: -10px;
} 
.services-slider .slick-next {
  right: -10px;
}
@media screen and (max-width: 991px) {
  .effects-tabs__columns .services-slider .services__tab {
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  .effects-tabs__columns .services-slider .services__tab {
    height: 70px;
  }
}

.effects-btn {
  position: relative;
  width: 277px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 2px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-family: 'RobotoCondensed-Bold', sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 70px;
  padding-left: 0px;
  padding-right: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  box-sizing: border-box;
  background: url(../images/dw-SH1.png);
  background-blend-mode: overlay;
  transition: 0.3s;
}
.effects-btn:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.50);
  background: rgba(255, 255, 255, 0.10) url('../images/dw-SH1.png');
}      
.effects-slider-title {
  font-family:'BebasNeueBold';
  font-size: 44px;
  line-height: 44px;
  color: #282828;
  text-align: center;
}
.effects-slider {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 15px 80px;
}
.effects-slider.slick-slider .slick-track {
  display: flex; 
}
.effects-slider .article-item {
  margin: 0 25px;
  background: #000000;
  opacity: 0.81;
  padding: 0;
  border: 2px solid #fff;
}
.effects-slider.list-addons .article-item .title {
  left: 0px;
  width: 100%;
}
.effects-slider.list-addons .article-item .article-item-img {
  margin-bottom: 0;
}
.effects-slider.list-addons .article-item .description {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #282828;
  padding: 23px 0 10px;
  background: #fff;
}
.effects-slider .slick-prev, 
.effects-slider .slick-next {
  top: 40%;
}
.effects-slider .slick-prev:before {
  content: '<';
  color: #000;
  font-family: monospace;
  font-size: 35px;
}
.effects-slider .slick-next:before {
  content: '>';
  color: #000;
  font-family: monospace;
  font-size: 35px;
}
@media screen and (max-width: 1250px) {
  .effects-slider .slick-next {
    right: 0px;
  }
  .effects-slider .slick-prev {
    left: 0;
  }
}
/* expert-quotes */
.expert-quotes {
  padding: 20px 0 35px;
}
.expert-quotes__block {
  display: flex;
  flex-wrap: wrap;
  background: #2B2B2B;
  margin: 42px 0;
}
.expert-quotes__img {
  width: 350px;
  position: relative;
  height: 300px;
  object-fit: cover;
}
.expert-quotes__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expert-quotes__info {
  padding: 16px 19px 15px 45px;
  width: calc(100% - 350px);
  display: flex;
  flex-direction: column;
}
.expert-quotes__info.expert-quotes__info-left {
  padding: 45px 19px 15px 16px;
}
.expert-quotes__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.expert-quotes__left {
  margin-bottom: 13px;
  margin-right: 10px;
}
.expert-quotes__name {
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 9px;
}
.expert-quotes__prof {
  font-size: 17px;
  line-height: 20px;
  color: #E5E3D3;
}
.expert-quotes__right {
  display: flex;
}
.expert-quotes__soc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #363636;
  box-shadow: 0px 0px 4.66667px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transition: ease .3s;
  margin-right: 18px;
}
.expert-quotes__soc:hover {
  background: #404040;
}
.expert-quotes__soc:last-child {
  margin-right: 0;
}
.expert-quotes__text {
  font-size: 17px;
  line-height: 27px;
  color: #FFFFFF;
  max-width: 532px;
  flex-grow: 1;
}
.expert-quotes__link {
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-decoration: underline solid #FFFFFF;
  color: #E2DDDD;
  margin-top: 17px;
  transition: ease .3s;
}
.expert-quotes__link:hover {
  text-decoration: underline solid transparent;
}

.expert-quotes__reviews .expert-quotes__block {
  padding: 20px;
  background: #323232;
  box-shadow: 0px 1px 8px rgba(11, 11, 11, 0.25);
  border-radius: 15px;
  margin: 22px 0;
}
.expert-quotes__reviews .expert-quotes__img {
  width: 420px;
  height: 330px;
  border-radius: 10px;
  overflow: hidden;
}
.expert-quotes__reviews .expert-quotes__info {
  padding: 10px 20px 0px 30px;
  width: calc(100% - 420px);
}
.expert-quotes__reviews .expert-quotes__name {
  font-family:'RobotoCondensed-Bold';
  font-size: 20px;
  line-height: 23px;
  color: #E5E3D3;
  margin-bottom: 6px;
}
.expert-quotes__reviews .expert-quotes__prof {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
}
.expert-quotes__reviews .expert-quotes__text {
  font-family:'RobotoCondensed-Regular';
  font-size: 16px;
  line-height: 24px;
  color: #E5E3D3;
}
.expert-quotes__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
}
.expert-quotes__reviews .expert-quotes__link {
  font-size: 14px;
  line-height: 16px;
  color: #E5E3D3;
  text-decoration: underline solid #E5E3D3;
  margin-right: 10px;
}
.expert-quotes__reviews .expert-quotes__link:hover {
  text-decoration: underline solid transparent;
}
.expert-quotes__reviews .expert-quotes__soc {
  width: 40px;
  height: 40px;
  background: #FFFEFE;
  border: 1px solid #E7E7E7;
  box-shadow: 0px 1px 8px rgba(11, 11, 11, 0.25);
  border-radius: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
.expert-quotes__reviews .expert-quotes__soc:hover {
  box-shadow: 0px 1px 8px rgb(255 255 255 / 70%);
}
@media screen and (max-width: 991px) {
  .expert-quotes__info {
    padding: 16px 19px 15px 25px;
  }
  .expert-quotes__info.expert-quotes__info-left {
    padding: 25px 19px 15px 16px;
  }

  .expert-quotes__reviews .expert-quotes__img {
    width: 350px;
    height: 300px;
  }
  .expert-quotes__reviews .expert-quotes__info {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 767px) {
  .expert-quotes__block {
    flex-direction: column;
  }
  .expert-quotes__img {
    margin: 0 auto 20px;
    order: 1;
    width: 280px;
    height: 240px;
  }
  .expert-quotes__info {
    width: 100%;
    order: 2;
    padding: 15px;
  }
  
  .expert-quotes__reviews .expert-quotes__block {
    padding: 15px;
  }
  .expert-quotes__reviews .expert-quotes__img {
    width: 260px;
    height: 230px;
  }
  .expert-quotes__reviews .expert-quotes__info {
    width: 100%;
    padding: 5px;
  }
}
/* video-thumbnail */
.video-thumbnail-effects {
  max-width: 1030px;
  margin: 0 auto 84px;
  padding: 0 15px;
}
.video-index {
  padding: 35px 0;
}
.video-thumbnail-block {
  max-width: 678px;
}
.video-thumbnail {
  position: relative;
  height: 0;
  overflow: hidden;
}
.video-thumbnail__big {
  padding-bottom: 56.2%;
}
.video-thumbnail .video-thumbnail-popup {
  margin-bottom: 0;
}
.video-thumbnail iframe,
.video-thumbnail object,
.video-thumbnail embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-thumbnail__image{
  width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-thumbnail__preview{
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-thumbnail__content{
  display: none;
}
.video-thumbnail--active .video-thumbnail__preview{
  display: none;
}
.video-thumbnail--active .video-thumbnail__content{
	display: block;
	position: absolute;
	max-width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.video-thumbnail__play{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84px; 
  height: 84px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 4;
	background: url(../img/addons/play.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.video-thumbnail__preview:hover .video-thumbnail__play{
  opacity: 0.7;
}
.video-thumbnail__preview:after{
  content:' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
	height: 100%;
	background: none;
  /* background: linear-gradient(180deg, rgba(46, 46, 54, 0.8) 0%, rgba(6, 12, 33, 0.88) 112.54%); */
	opacity: 0.5;
	transition: ease 0.4s;
}
.video-thumbnail__preview:hover:after {
  /* background: linear-gradient(180deg, rgba(46, 46, 54, 0.8) 0%, rgba(6, 12, 33, 0.88) 112.54%); */
	opacity: 0;
	transition: ease 0.4s;
}

.benefit-effects {
  max-width: 1920px;
  padding: 15px;
  margin: 10px auto 50px;
}
.benefit-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  padding: 50px 52px 40px 216px;
  background: #ebeff3 url(../img/addons/effect-6.webp) top left no-repeat;
}
.benefit-left {
  width: 70%;
}
.benefit-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}
.benefit-title span {
  color: rgba(212, 34, 34, 1); 
  margin-bottom: 20px;
}
.benefit-list {
  padding-left: 20px;
}
.benefit-list li {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #3D3D3D;
  list-style-type: disc;
}
.list-dots li::marker {
  font-size: 12px;
}
.benefit-right {
  width: 30%;
}
@media (max-width: 1100px) {
  .benefit-block {
    padding: 35px 52px 35px 145px;
  }
}
@media (max-width: 1140px) {
  .benefit-block {
    padding: 20px;
    background: #ebeff3;
  }
  .benefit-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .benefit-right {
    width: 100%;
  }
}

/* popup-time */
.popup-time {
  width: 100%;
  height: 100vh;
  padding: 15px;
  animation: .4s popup3dProjectShow;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  overflow: auto;
  display: none;
}
.popup-time__body {
  max-width: 677px;
  background: #fff url(../img/popup-time-bg.png) center/cover no-repeat;
  border: 1px solid #DEDEDE;
  box-shadow: 0px 2px 25px rgba(56, 56, 56, 0.8);
  border-radius: 20px;
  padding: 48px 5px 48px 43px;
  animation: .4s popup3dProjectShow;
  position: absolute;
  z-index: 9999;
  top: 30vh;
  right: 15px;
  left: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .popup-time__body {
    top: 15vh;
    padding: 25px 15px 15px;
  }
}
.popup-time__title {
  font-size: 43px;
  line-height: 46px;
  color: #453936;
  font-family:'BebasNeueBold';
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
.popup-time__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .popup-time__title {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }
  .popup-time__content {
    justify-content: center;
  }
}
.popup-time__content-right {
  width: 193px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.popup-time__content-right img {
  margin-top: -42px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .popup-time__content-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .popup-time__content-right img {
    margin-top: 10px;
    position: relative;
  }
}
.popup-time__content-left {
  width: calc(100% - 193px);
  padding-right: 4px;
}
@media screen and (max-width: 767px) {
  .popup-time__content-left {
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.popup-time__list {
	margin-bottom: 15px;
}
.popup-time__list li {
  background: url(../img/popup-time-check.svg) no-repeat 0px 8px;
  padding-left: 25px;
  padding-bottom: 5px;
  font-size: 17px;
  line-height: 27px;
  color: #453936;
  position: relative;
}
.popup-time__list li span {
  font-size: 16px;
  color: #FFFFFF;
  background: linear-gradient(180deg, #8C4ABD 0%, #5B2186 100%);
  border-radius: 100px;
  padding: 1px 11.5px 2px;
  line-height: 19px;
  margin-left: 8px;
}
.popup-time__btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.popup-time__btn .buy-button {
  width: 205px;
  height: 55px;
  padding: 16px 30px 0 0px;
}
.popup-time__btn .buy-button:after {
  width: 30px;
  height: 55px;
  background: #00913d url(../images/arrow_icon_big-min.png) center 20px no-repeat;
  background-size: 12px;
}
.popup-time__btn .buy-button:hover:after {
  background-position: center 25px;
}
.popup-time__support {
  margin-top: 3px;
  font-size: 14px;
  text-align: center;
}
.close-popup-time {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  color: #919191;
  cursor: pointer;
  font-family: serif;
  font-size: 34px;
  font-weight: 500;
  transform: rotate(45deg);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .close-popup-time {
    top:10px;
    right:10px;
    background-size: 80%;
  }
}
.close-popup-time:hover {
  opacity: .7;
}
.popup-time__bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  display: none;
  position: fixed;
  background: rgba(31, 31, 31, 0.24);
}
.lock-scroll {
  overflow: hidden;
}

.thanks-hero {
  background: url(../images/thanks/thanks-bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 144px 0 80px 0;
}
.thanks-hero__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.thanks-h1 {
  font-size: 44px;
  color: #fff;
  font-family:'BebasNeueBold';
  line-height: 62px;
}
.thanks-h1 span {
  color: #EEDD75;
}
.thanks-hero__img {
  box-shadow: 0px 0px 69px rgb(108 151 219 / 33%);
  margin-left: 15px;
}
@media (max-width: 991px) {
  .thanks-h1 {
    width: 100%;
    text-align: center;
  }
  .thanks-hero__img {
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .thanks-hero {
    padding: 114px 0 40px 0;
  }
  .thanks-h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 530px) {
  .thanks-hero {
    padding: 144px 0 30px 0;
  }
  .thanks-h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.thanks-support {
  padding: 50px 0;
}
.thanks-support__block {
  padding: 45px 40px;
  margin: 50px 0;
  background: #F2EED5;
  border: 1px solid #EEDD75;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
}
.thanks-support__top {
  font-family:'RobotoCondensed-LightItalic';
  font-size: 13px;
  line-height: 15px;
  color: #5E5D57;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 34px;
}
.thanks-support__top img {
  margin-right: 8px;
}
.thanks-support__text {
  flex: 1;
}
.thanks-support__text p {
  margin-top: 24px;
  font-size: 18px;
  line-height: 28px;
  color: #454543;
}
.thanks-support__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.thanks-support__title {
  display: flex;
  align-items: center;
}
.thanks-support__title h2 {
  font-family:'RobotoCondensed-Bold';
  font-weight: 500;
  font-size: 27px;
  line-height: 32px;
  color: #454543;
}
.thanks-support__title img {
  margin-right: 20px;
}
.thanks-support__btn {
  margin-left: 20px;
}
.thanks-btn {
  font-size: 15px;
  font-family:'RobotoCondensed-Bold';
  color: #fff;
  width: 220px;
  line-height: 60px;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px;
  transition: .3s;
  background-color: #00AB47;
}
.thanks-btn:hover {
  background-color: #02c353;
}
.thanks-btn img {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .thanks-support__block {
    padding: 30px;
  }
  .thanks-support__text {
    width: 100%;
  }
  .thanks-support__btn {
    margin: 30px 0 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .thanks-support {
    padding: 25px 0;
  }.thanks-support__block {
    margin: 25px 0;
    padding: 15px;
  }
}
@media (max-width: 530px) {
  .thanks-support__top {
    margin-bottom: 20px;
  }
  .thanks-support__title img {
    margin-right: 10px;
  }
  .thanks-support__title h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .thanks-support__text p br {
    display: none;
  }
}

/* avtor */
.avtors-banner {
  padding: 100px 0 50px;
  background: #F6F6F6;
}
.avtors {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 25px -15px;
}
.avtors-item {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 30px);
  margin: 15px;
  text-align: center;
  text-decoration: none;
  transition: ease .3s;
}
.avtors-item.avtors-item__left {
  align-items: flex-start;
}
.avtors-item.avtors-item__center {
  align-items: center;
}
.avtors-item.avtors-item__right {
  align-items: flex-end;
}
.avtors-block {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.avtor {
  max-width: 219px;
  min-width: 219px;
  height: 219px;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  border-right: 3px solid #eed346;
  position: relative;
}
.avtor img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.avtors-name {
  font-family:'RobotoCondensed-Bold';
  font-size: 21px;
  line-height: 29px;
  color: #5E5D57;
  margin: 10px 0 7px;
  text-decoration-color: transparent;
  transition: ease .3s;
}
.avtors-text {
  font-size: 18px;
  line-height: 29px;
  color: #615957;
}
.avtors-link {
  text-decoration: underline solid transparent;
}
.avtors-link .avtors-name {
  line-height: 100%;
  text-decoration: underline solid transparent;
}
.avtors-link:hover .avtors-name {
  text-decoration: underline solid #6534AC;
  color: #6534AC;
}
.avtors-link:hover .avtors-text {
  text-decoration: none;
}
.avtors-description {
  font-size: 18px;
  line-height: 28px;
  color: #615957;
  margin-top: -20px;
}
@media (max-width: 991px) {
  .avtors {
    justify-content: center;
  }
  .avtors-item {
    width: calc(50% - 30px);
  }
  .avtors-item.avtors-item__left,
  .avtors-item.avtors-item__center,
  .avtors-item.avtors-item__right {
    align-items: center;
  }
}
@media (max-width: 530px) {
  .avtors-banner {
    padding: 150px 0 25px;
  }
  .avtors-item {
    width: 100%;
  }
}

.section-avtor {
  padding: 60px 0;
}
.section-avtor .section-avtor-title {
  font-family:'RobotoCondensed-Bold';
  font-size: 26px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 25px;
  padding-bottom: 0;
  text-align: left;
}

/* table-section */
.table {
  display: flex;
  margin: 35px 0;
  border-bottom: 1px solid #D9D9D9;
  overflow-x: auto;
}
.table-block {
  display: flex;
  flex-direction: column;
  width: 20%;
  min-width: 130px;
}
.table-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  min-height: 82px;
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
  font-family:'RobotoCondensed-Bold';
  font-size: 19px;
  line-height: 30px;
  color: #5E5D57;
}
.table-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  padding: 5px;
  min-height: 82px;
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
  flex: 1;
}
.table-block__left {
  font-family:'RobotoCondensed-Bold';
}
.table-text:last-child {
  border-bottom: none;
}
a.table-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  max-width: 125px;
  min-height: 48px;
  background: transparent;
  border: 1px solid #00AB47;
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none;
  color: #5E5D57;
  font-size: 15px;
  transition: .3s;
  position: relative;
}
a.table-link:hover {
  background: #00cc55;
  border: 1px solid #00cc55;
  color: #fff;
}

a.table-link.table-link__top {
  font-family:'RobotoCondensed-Bold';
  background: #00AB47;
  border: 1px solid transparent;
  padding: 5px 16px 5px 5px;
  color: #fff;
}
a.table-link.table-link__top:hover {
  background: #00cc55;
  color: #fff;
}
a.table-link.table-link__top:after {
  content: '';
  display: block;
  width: 25px;
  height: 45px;
  right: 10px;
  top: 2px;
  position: absolute;
  background: url(../images/arrow_icon-min.png) center center no-repeat;
}
/* reviews */
#breadcrumbs.breadcrumbs-black {
  margin-top: 22px;
}
#breadcrumbs.breadcrumbs-black a {
  color: rgba(255, 255, 255, 0.4);
}
#breadcrumbs.breadcrumbs-black>[itemprop='itemListElement']::after, #breadcrumbs [itemscope]>[itemprop='itemListElement']::after {
  color: rgba(255, 255, 255, 0.4);
}
#breadcrumbs.breadcrumbs-black>span:last-of-type {
  color: #fff;
}
.h1-title {
  font-size: 44px;
  font-family:'BebasNeueBold';
  text-align: center;
  color: #f7f6f0;
  padding-bottom: 20px;
  margin: 18px 0px 0px 0px;
}
.reviews-subtitle {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #E5E3D3;
  margin: 0 auto 20px;
}
.reviews-modal-call {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 0 80px;
}
.reviews-modal-call__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  padding: 23px 28px;
  min-height: 69px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  transition: ease .3s;
}
.reviews-modal-call__button:hover {
  background: #eedd75;
  border: 1px solid #eedd75;
  color: #242424;
}
.reviews-action {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.reviews-action__button {
  font-family: 'BebasNeueBold';
  font-size: 20px;
  color: #fff;
  border-top: 1px solid transparent;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 10px 28px;
  text-align: center;
  cursor: pointer;
  transition: ease .3s;
}
.reviews-action__button:hover {
  color: #eedd75;
}
.reviews-action__button.is-selected {
  background: #333;
  border-top: 1px solid #eedd75;
  color: #eedd75;
}
.reviews-section {
  background: #333;
}
.reviews {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 40px;
}
.reviews-content {
  background: #333;
  padding: 28px 0 46px;
}
.reviews-content-grid {
  display: flex;
  flex-wrap: wrap;
}
.reviews__block {
  background: #323232;
  box-shadow: 0px 1px 8px rgba(11, 11, 11, 0.25);
  border-radius: 15px;
  width: calc(50% - 24px);
  padding: 23px 25px 30px;
  margin: 22px 12px;
}
.reviews-section .reviews__block {
  background: #242424;
}
.reviews__info {
  display: flex;
  flex-direction: column;
}
.reviews__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.reviews__name {
  font-family:'RobotoCondensed-Bold';
  font-size: 20px;
  line-height: 23px;
  color: #E5E3D3;
  margin-right: 10px;
}
.reviews__right {
  display: flex;
}
.reviews__soc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #FFFEFE;
  box-shadow: 0px 1px 8px rgba(11, 11, 11, 0.25);
  border: 1px solid #E7E7E7;
  border-radius: 7px;
  transition: ease .3s;
}
.reviews__soc:hover {
  box-shadow: 0px 1px 8px rgb(255 255 255 / 70%);
}
.reviews__text {
  font-size: 16px;
  line-height: 24px;
  color: #E5E3D3;
}
.reviews__btn-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 45px 0;
  width: 100%;
}
.reviews__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #E5E3D3;
  border-radius: 5px;
  min-height: 50px;
  font-size: 16px;
  line-height: 30px;
  color: #E5E3D3;
  padding: 5px 19px;
  text-decoration: none;
  transition: ease .3s;
}
.reviews__btn:hover {
  box-shadow: 0px 1px 8px rgb(255 255 255 / 70%);
}
@media (max-width: 767px) {
  .reviews-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .reviews-subtitle br,
  .reviews-subtitle br {
    display: none;
  }
  .reviews-modal-call {
    padding: 24px 0 50px;
  }
  .reviews__block {
    width: 100%;
    margin: 15px 0;
  }
  .reviews-action__button {
    font-size: 18px;
    padding: 10px 15px;
  }
}
@media (max-width: 530px) {
  #breadcrumbs.breadcrumbs-black {
    margin-top: 80px;
  }
}
/* about */
.about-content {
  background: #f6f6f6;
  margin-top: 85px;
  padding: 0 0 40px;
}
.about-content #breadcrumbs {
  padding-bottom: 34px;
}
.title-about {
  padding: 0 0 20px;
  font-size: 42px;
  font-family:'BebasNeueBold';
  color: #454543;
  letter-spacing: 1px;
}
.text-article {
  font-size: 18px;
  line-height: 30px;
  color: #454543;
  padding-bottom: 20px;
}
.text-center {
  text-align: center;
}
@media (max-width: 767px) {
  .title-about {
    font-size: 35px;
  }
}
@media (max-width: 530px) {
  .about-content {
    margin-top: 140px;
  }
}

.about-product {
  padding: 50px 0;
}
.about-product__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.about-product__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 32%;
  padding: 20px 10px;
}
.about-product__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background: #FFFEFE;
  border: 0.728261px solid #EEDD75;
  box-shadow: 0px 0px 5.82609px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  margin-bottom: 20px;
}
.about-product__text {
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  color: #454543;
  text-align: center;
}
@media (max-width: 767px) {
  .about-product__item {
    width: 100%;
  }
  .about-product {
    padding: 30px 0;
  }
}
/* about-team */
.about-team {
  padding: 20px 0;
}
.about-team .title-about {
  padding-bottom: 10px;
}
.about-team__item {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
.about-team__img {
  width: 350px;
  position: relative;
  height: 272px;
  object-fit: cover;
}
.about-team__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-team__info {
  padding: 17px 0px 15px 45px;
  width: calc(100% - 350px);
  display: flex;
  flex-direction: column;
}
.about-team__info.about-team__info-left {
  padding: 17px 45px 15px 0;
}
.about-team__top {
  margin-bottom: 8px;
}
.about-team__name {
  font-size: 24px;
  line-height: 28px;
  color: #454443;
  margin-bottom: 9px;
}
.about-team__prof {
  font-size: 17px;
  line-height: 20px;
  color: #5E5D57;
  margin-bottom: 5px;
}
.about-team__text {
  font-family:'RobotoCondensed-Bold';
  flex-grow: 1;
  font-size: 17px;
  line-height: 27px;
  color: #454443;
}
.about-team__mail {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #5E5D57;
  margin-top: 10px;
}
.about-team__mail:hover {
  text-decoration: none;
}
.follow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.follow-text {
  font-family:'RobotoCondensed-Bold';
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  color: #454543;
  margin-right: 23px;
}
.follow-link {
  margin: 0 7px;
  border: 1px solid #E7E7E7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease .3s;
}
.follow-link:hover {
  box-shadow: 0px 1px 8px rgba(11, 11, 11, 0.25);
}
.support-about {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  line-height: 23px;
  color: #454543;
  margin: 30px auto;
}
.support-about img {
  margin-right: 13px;
}
.support-link {
  color: #276DC0;
  text-decoration: underline solid #276DC0;
  transition: ease .3s;
  margin-left: 5px;
}
.support-link:hover {
  text-decoration-color: transparent;
}
@media screen and (max-width: 991px) {
  .about-team__info {
    padding: 16px 19px 15px 25px;
  }
  .about-team__info.about-team__info-left {
    padding: 16px 25px 15px 0px;
  }
}
@media screen and (max-width: 767px) {
  .about-team__item {
    margin: 25px 0;
  }
  .about-team__img {
    margin: 0 auto 20px;
    order: 1;
    width: 280px;
    height: 240px;
  }
  .about-team__info {
    width: 100%;
    order: 2;
    padding: 15px 0;
  }
  .follow {
    margin-top: 15px;
    justify-content: center;
  }
  .follow-text {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}

.content__article {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.content__article #breadcrumbs {
  width: 100%;
}
.content__article .entry-content,
.content__article .entry-content.article {
  width: calc(100% - 285px);
  margin: 0 auto;
}
/* aside-menu */
.aside-menu {
	position: relative;
  flex: 0 0 auto;
  align-self: start;
	max-height: calc(99vh - 62px);
	overflow-y: auto;
  top: 95px;
  right: 0;
	width: 225px;
	margin-left: 60px;
}
.content__article .entry-content.article + .aside-menu {    
  margin-top: 20px;
}
.aside-h3 {
  font-family:'RobotoCondensed-Bold';
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 15px;
}
.aside-menu__sticky {
	position: sticky;
}
a.aside-card__link {
  display: flex;
  flex-direction: column;
  margin: 0 0 25px;
  font-weight: 400;
  text-decoration: underline solid #161A23;
  transition: ease .3s;
  color: #161A23;
}
a.aside-card__link:hover {
  text-decoration-color: transparent;
}
.aside-card__link-img {
  width: 100%;
  position: relative;
  display: flex;
  justify-self: center;
  align-items: center;
  padding-bottom: 63%;
}
.aside-card__link-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.aside-card__text {
  margin-top: 5px;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
}
@media (max-width:1199px) {
	.aside-menu {
		margin-left: 30px;
	}
  .content__article .entry-content,
  .content__article .entry-content.article {
    width: calc(100% - 255px);
  }
}
@media (max-width:991px) {
  .content__article .entry-content,
  .content__article .entry-content.article {
    width: calc(100% - 230px);
  }
	.aside-menu {
    width: 200px;
	}
}
@media (max-width:767px) {
  .content__article .entry-content,
  .content__article .entry-content.article {
    width: 100%;
  }
	.aside-menu {
    display: none;
    width: 100%;
	}
}
/* experts */
.experts-content {
  background: #faf9f9;
  margin-top: 85px;
  padding: 0 0 40px;
}
.experts-content #breadcrumbs {
  width: 100%;
}
.experts-title__block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.experts-title__block .title-about {
  padding-bottom: 0;
  margin-right: 15px;
}
.share {
  position: relative;
  display: inline-flex;
  align-items: center;
  width:134px;
  height:32px
}

.share .ya-share2:not(.ya-share2_inited) {
  opacity:0;
}

.share .ya-share2:not(.ya-share2_inited) ~ .share-text {
  opacity:0;
}

.share-text {
  opacity: 0.25;
  position: absolute;
  right: 12px;
  z-index: 0;
  font-size: 16px;
  line-height: 24px;
  color: #1A1A1A;
  transition: ease-in-out .3s;
}

.share .ya-share2{transition: ease-in-out .3s}

.share .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  opacity: 0.25;
  border: 0.7px solid #1A1A1A;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 96px 3px 12px;
  z-index: 1;
  position: relative;
  transition: ease-in-out .3s;
}

.share .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  background-image: url(../images/index/share.svg);
}

.share:hover .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short, .share:hover .share-text {
  opacity: 0.5;
}

.experts-main {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 40px 0;
}
.experts-aside {
  position: sticky;
  flex: 0 0 auto;
  align-self: start;
  max-height: calc(98vh - 62px);
  overflow-y: auto;
  top: 95px;
  left: 0;
  width: 180px;
  margin-right: 30px;
}
.experts-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #323337;
  border-radius: 5px;
  background: #faf9f9;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  min-height: 51px;
  color: #323337;
  padding: 5px 10px;
  text-decoration: none;
  transition: ease .3s;
  margin-bottom: 23px;
}
.experts-link:last-child {
  margin-bottom: 0;
}
.experts-link:hover,
.experts-link__active {
  color: #EEDD75;
  background: #404040;
  border: 1px solid #EEDD75;
}
.experts-block {
  width: calc(100% - 210px);
  margin: 0 auto;
}
.experts-article {
  background: #FFFFFF;
  box-shadow: 0px 0px 13px rgba(63, 36, 19, 0.12);
  border-radius: 10px;
  padding: 25px 40px 30px;
}
.experts-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.experts-left {
  display: flex;
  flex-wrap: wrap;
}
.experts-left-img {
  position: relative;
  width: 125px;
  height: 100px;
  margin-right: 18px;
}
.experts-left-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 10px;
}
.experts-left-info {
  margin-right: 15px;
}
.experts-name {
  font-family:'RobotoCondensed-Bold';
  font-size: 20px;
  line-height: 23px;
  color: #1A1A1A;
  margin-bottom: 5px;
  margin-top: 12px;
}
.experts-prof {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #1A1A1A;
  margin-bottom: 5px;
}
.experts-data {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #1A1A1A;
}
.experts-data span {
  font-family:'RobotoCondensed-Bold';
}
.experts-right {
  display: flex;
}
.experts-soc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #FFFEFE;
  box-shadow: 0px 1px 8px rgba(11, 11, 11, 0.25);
  border: 1px solid #E7E7E7;
  border-radius: 7px;
  transition: ease .3s;
  margin-right: 10px;
}
.experts-soc:last-child {
  margin-right: 0;
}
.experts-soc:hover {
  box-shadow: 0px 1px 8px rgb(255 255 255 / 70%);
}
.experts-text {
  font-size: 18px;
  line-height: 27px;
  color: #1A1A1A;
  margin-bottom: 15px;
}
.experts-text-bold {
  font-family:'RobotoCondensed-Bold';
}
.experts-img {
  margin: 34px 0;
  border-radius: 5px;
}
.experts-h2 {
  font-family:'RobotoCondensed-Bold';
  font-size: 32px;
  line-height: 34px;
  color: #1A1A1A;
  margin-bottom: 15px;
}
.experts-list-block {
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0px 0px 13px rgba(63, 36, 19, 0.12);
  border-radius: 10px;
  padding: 22px 22px;
  margin: 30px 0;
}
.experts-list-title {
  font-family:'RobotoCondensed-Bold';
  font-size: 18px;
  line-height: 27px;
  color: #1A1A1A;
  margin-bottom: 7px;
}
.experts-list {
  padding-left: 18px;
}
.experts-list li {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 4px;
}
.experts-twentytwenty {
  margin: 34px 0;
}
.experts-twentytwenty img {
  border-radius: 5px;
}
.experts-twentytwenty-img {
  position: absolute;
  z-index: 1;
  right: -20px;
  bottom: -12px;
}
.experts-btn-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px -15px 20px;
}
.experts-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #323337;
  border-radius: 5px;
  font-size: 18px;
  line-height: 27px;
  min-height: 51px;
  color: #323337;
  text-decoration: none;
  transition: ease .3s;
  padding: 5px 19px;
  margin: 15px 15px;
}
.experts-btn:hover {
  color: #EEDD75;
  background: #404040;
  border: 1px solid #EEDD75;
  transition: ease .3s;
}
.experts-btn:hover img {
  filter: invert(1);
}
.experts-btn__left img {
  margin-right: 10px;
}
.experts-btn__right img {
  margin-left: 10px;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .experts-content {
    padding-bottom: 20px;
  }
  .experts-main {
    padding: 20px 0;
  }
  .experts-article {
    padding: 20px;
  }
  .experts-btn-block {
    margin: 20px -15px 20px;
  }
  .experts-btn {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .experts-title__block {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 15px;
  }
  .experts-title__block .title-about {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .experts-aside {
    position: relative;
    max-height: initial;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    top: 0;
    margin: 0 0 20px 0;
  }
  .experts-link {
    margin: 0 15px 10px 15px;
    font-size: 16px;
    line-height: 20px;
    min-height: 40px;
    padding: 5px 15px;
  }
  .experts-link:last-child {
    margin: 0 0 10px 0;
  }
  .experts-article {
    padding: 15px;
  }
  .experts-block {
    width: 100%;
  }
  .experts-list-block {
    padding: 15px;
  }
}
@media (max-width: 530px) {
  .experts-content {
    margin-top: 140px;
  }
  .experts-twentytwenty .experts-twentytwenty-img {
    max-width: 70px;
    display: none;
  }
}

/* spoiler */
.spoiler {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
	margin-top: 30px;
}
.spoiler-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #E5E3D3;
  border-radius: 5px;
  min-height: 50px;
  font-size: 16px;
  line-height: 30px;
  color: #E5E3D3;
  padding: 5px 19px;
  text-decoration: none;
  transition: ease .3s;
  cursor: pointer;
	margin-bottom: 30px;
}
/* .spoiler-title.closed {
  background: #556186;
  border: 1px solid #556186;
  color: #FFFFFF;
} */
.spoiler-title:hover {
  box-shadow: 0px 1px 8px rgb(255 255 255 / 70%);
}
.spoiler-body {
	width: 100%;
}
/* luts */
.luts-body {
  background: linear-gradient(90deg, #e3fdf521 0%, #ffe6fa21 100%);
  font-family: 'Inter';
}
.luts-body #breadcrumbs {
  padding: 25px 0;
}
.luts-body #breadcrumbs a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #2C272E;
  opacity: 0.3;
  text-decoration: none;
  transition: ease .3s;
}
.luts-body #breadcrumbs a:hover {
  text-decoration: underline;
  opacity: 1;
}
.luts-body #breadcrumbs>[itemprop='itemListElement']::after, #breadcrumbs [itemscope]>[itemprop='itemListElement']::after {
  color: #2C272E;
  opacity: 0.3;
}
.luts-body #breadcrumbs>span:last-of-type {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #2C272E;
}
.luts-banner {
  margin: 84px auto 0;
  padding-bottom: 70px;
}
.luts-banner-container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.hvr {
  max-width: 807px;
  width: 100%;
  position: relative;
}
.hvr__images {
  width: 100%;
  position: relative;
  padding-bottom: 69%;
  border-radius: 10px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.57) -0.03%, rgba(0, 0, 0, 0) 30.65%);
}
.hvr__sectors {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
.hvr__sector {
  flex-grow: 1;
}
/* не обязательные стили */
.images-sliders {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.images-sliders img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 9px;
  width: 100%;
  height: 100%;
}
.images-sliders img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.57) -0.03%, rgba(0, 0, 0, 0) 30.65%);
}
.image-slider {
  display: block;
}
.hvr__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.hvr__dot {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  width: 43px;
  height: 4px;
  padding: 0;
  margin: 0 5px;
}
.hvr__dot--active {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.45);
}

.luts-section {
  padding: 70px 0;
}
.luts-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.luts-banner-block {
  display: flex;
  align-items: center;
}
.luts-banner-slider {
  max-width: 807px;
  width: 100%;
}
.luts-banner-slider__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.57) -0.03%, rgba(0, 0, 0, 0) 30.65%);
  padding-bottom: 11.53%;
  border-radius: 10px;
  overflow: hidden;
}
.luts-banner-slider__img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.57) -0.03%, rgba(0, 0, 0, 0) 30.65%);
}
.luts-banner-slider__img img {
  max-width: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}
.luts-banner-slider .slick-dots {
  bottom: 17px;
}
.luts-banner-slider .slick-dots li {
  width: 43px;
  height: 4px;
}
.luts-banner-slider .slick-dots li button {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  width: 43px;
  height: 8px;
  padding: 0;
}
.luts-banner-slider .slick-dots .slick-active button {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.45);
}
.luts-banner-info {
  flex: 1;
  padding-left: 40px;
}
.luts-btn-block {
}
.luts__price {
  margin-top: 13px;
  padding-left: 50px;
}
.luts-price-old {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #2C272E;
  opacity: 0.6;
}
.luts-price-old:after, .luts-price-old:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  display: inline-block;
  transform: rotate(20deg);
  left: 0%;
  top: 50%;
  background: #161A23;
}
.luts-price-old:after {
  transform: rotate(20deg);
}
.luts-price-old:before {
  transform: rotate(-20deg);
}
.luts-price {
	font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #2C272E;
  margin-right: 15px;
}

.luts-effects .services__content {
  width: 85.5%;
  padding-bottom: 58%;
}
.luts-effects .services__tabs {
  width: 14.5%;
}
.luts-effects .service {
  width: calc(100% - 30px);
  margin-right: 30px;
}
.luts-effects .service__twentytwenty {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 70%;
}
@keyframes slideHandle2 {
  0% {
    clip: rect(0px, 459.5px, 644px, 0px);
  }
  25% {
    clip: rect(0px, 469.5px, 644px, 0px);
  }
  50% {
    clip: rect(0px, 459.5px, 644px, 0px);
  }
  75% {
    clip: rect(0px, 449.5px, 644px, 0px);
  }
  100% {
    clip: rect(0px, 459.5px, 644px, 0px);
  }
}
@media only screen and (min-width: 1200px) {
  .luts-effects .twentytwenty.anim .twentytwenty-container > img:first-child {
    animation: slideHandle2 1.5s linear infinite;
  }
}
.luts-effects .services__tab {
  justify-content: flex-start;
  height: 25%;
  padding-bottom: 0;
  margin-bottom: 20px;
  border: none;
  flex-direction: column;
  text-decoration: none;
  opacity: 0.7;
}
.luts-effects .services__tab.active {
  opacity: 1;
}
.luts-effects .services__tab:last-child {
  margin-bottom: 0px;
}
.services__tab-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0;
  line-height: 0;
  padding-bottom: 73%;
  text-align: center;
  position: relative;
  transition: ease .3s;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 7px;
}
.services__tab-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #2C272E;
}

.luts-block-video {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.luts-block-video .luts-title {
  margin-bottom: 40px;
  max-width: 750px;
  margin-right: 15px;
}
.luts-block-video .luts-btn {
  margin-bottom: 40px;
}
.luts-video {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
.luts-video .video-thumbnail__play {
  background: url(../img/addons/luts/video-play.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 65px;
  height: 65px;
}
.luts-video .video-thumbnail__preview:hover .video-thumbnail__play {
  background: url(../img/addons/luts/video-play-hover.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  width: 65px;
  height: 65px;
}

.luts-title-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.luts-title-block .luts-btn {
  margin-bottom: 20px;
}
.luts-title {
  font-weight: 700;
  font-size: 37px;
  line-height: 50px;
  color: #2C272E;
  margin-bottom: 20px;
}
.luts-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #2C272E;
  margin-bottom: 35px;
}
.luts-section-slider {
  overflow: hidden;
}
.luts-section-slider .luts-title {
  max-width: 900px;
}
.luts-slider {
  margin: 45px -15px 0;
  width: 135.5%;
}
.luts-slider__block {
  display: flex;
  width: 25%;
  padding: 15px;
}
.luts-slider__item {
  display: flex;
  flex-direction: column;
  color: #161A23;
  text-decoration: underline solid transparent;
  width: 100%;
  transition: ease .3s;
}
.luts-slider__img {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100%;
  margin-bottom: 18px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.12);
  transition: ease .3s;
}
.luts-slider__item .luts-slider__img:hover {
  box-shadow: 0px 0px 12px 3px rgb(0 0 0 / 50%);
}
.luts-slider__img img {
  position: absolute;
  /* height: 100%;
  width: 100%; */
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 15px;
}
.luts-slider__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #2C272E;
  margin-bottom: 9px;
}
.luts-slider__text {
  display: flex;
  align-items: center;
  opacity: 0.6;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2C272E;
  transition: ease .3s;
}
.luts-slider__item:hover .luts-slider__text {
  color: #00AB47;
}
.luts-slider__back,
.luts-slider__next {
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
  border: 2px solid #FFFFFF;
  padding: 8.5px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: calc(15px + 25%);
  top: -100px;
  transition: ease .3s;
}
.luts-slider__back svg,
.luts-slider__next svg {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease .3s;
}
.luts-slider__back path,
.luts-slider__next path {
  transition: ease .3s;
}
.luts-slider__back:hover svg,
.luts-slider__next:hover svg {
  box-shadow: 0px 0px 18px rgba(4, 181, 77, 0.12);
}
.luts-slider__back:hover path,
.luts-slider__next:hover path {
  fill: #00AB47;
}
.luts-slider__back {
  right: calc(100px + 25%);
}

.benefit-luts {
}
.benefit-luts-block {
  background: linear-gradient(90deg, #DAD4EC 0%, #DAD4EC 1%, #F3E7E9 100%);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  display: flex;
  overflow: hidden;
}
.benefit-luts-left {
  padding: 30px 25px 40px 35px;
  max-width: 565px;
}
.benefit-luts-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 43px;
  color: #2C272E;
  margin-bottom: 30px;
}
.list-romb {
  margin-bottom: 40px;
}
.list-romb li {
  position: relative;
  font-weight: 400;
  padding-left: 25px;
  font-size: 18px;
  line-height: 25px;
  color: #2C272E;
  margin-bottom: 17px;
}
.list-romb li::before {
  position: absolute;
  display: inline-block;
  content:'';
  top: 5px;
  left: 1px;
  width: 14px;
  height: 14px;
  background: linear-gradient(90deg, #BDBBBE 0%, #9D9EA3 100%);
  border-radius: 2px;
  transform: rotate(45deg);
}
.luts-btn {
	display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 53px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px ;
  color: #FFFFFF;
	padding: 5px 20px 5px 20px;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  color: #fff;
  outline: none;
  background: #00AB47;
  box-shadow: 0px 1px 14px rgba(1, 146, 61, 0.3);
  border-radius: 6px;
  transition: ease .3s;
}
.luts-btn:hover {
	box-shadow: 0px 1px 17px 5px rgba(4, 181, 77, 0.5);
}
.luts-btn span{
	position: relative;
	z-index: 1;
}
.luts-btn:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border-radius: 4px;
	background: #00AB47;
	opacity: 0;
	transition: opacity 0.5s;
}
.luts-btn:hover:after {
	opacity: 1;
}
.luts-btn:active:after {
	opacity: 1;
	background: #00AB47;
}
.luts-btn img {
	z-index: 1;
  margin-left: 11px;
}
.benefit-luts-right {
  position: relative;
  margin-left: auto;
}
.benefit-luts-img {
  position: absolute;
  right: -130px;
  top: -70px;
}
.benefit-luts-img-mob {
  display: none;
}
@media (max-width: 1199px) {
  .luts-banner {
    padding-bottom: 50px;
  }
  .luts-banner-slider {
    max-width: 600px;
  }
  .hvr {
    max-width: 600px;
  }
  .luts-section-slider .luts-title {
    max-width: 750px;
  }
  .luts-section {
    padding: 50px 0;
  }
  .luts-slider {
    width: 100%;
  }
  .luts-slider__next {
    right: 15px;
  }
  .luts-slider__back {
    right: 100px;
  }
  .benefit-luts-img {
    right: -220px;
  }
}
@media (max-width: 991px) {
  .luts-banner {
    padding-bottom: 30px;
  }
  .luts-banner-block {
    flex-direction: column;
  }
  .luts-banner-info {
    padding-left: 0;
    order: 1;
    margin-bottom: 20px;
    max-width: 750px;
  }
  .luts-banner-info .luts-title br,
  .luts-banner-info .luts-text br {
    display: none;
  }
  .luts-banner-slider {
    order: 2;
    max-width: 750px;
  }
  .hvr {
    order: 2;
    max-width: 750px;
  }

  .luts-section {
    padding: 30px 0;
  }
  .luts-title,
  .benefit-luts-title {
    font-size: 30px;
    line-height: 40px;
  }
  .luts-text {
    margin-bottom: 20px;
  }
  .luts-section-slider .luts-title {
    max-width: 520px;
  }
  .benefit-luts-img {
    right: -420px;
  }
}
@media (max-width: 767px) {
  .luts-body #breadcrumbs {
    padding: 20px 0;
  }
  .luts-banner-slider .slick-list {
    margin: 0 -15px;
  }
  .luts-btn-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .luts-btn-block .luts__price {
    padding-left: 0;
  }
  .luts-section {
    padding: 22.5px 0;
  }

  .luts-effects .services-block {
    flex-direction: column;
    /* margin: 0 -15px; */
  }
  .luts-effects .services__content {
    width: 100%;
    padding-bottom: 58%;
  }
  .luts-effects .service {
    width: calc(100% + 30px);
    margin-right: 0;
    left: -15px;
  }
  .luts-effects .service__twentytwenty {
    padding-bottom: 58%;
  }
  .luts-effects .services__tabs {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 35px;
  }
  .luts-effects .services__tab {
    width: calc(50% - 10px);
  }
  .luts-effects .services__tab,
  .luts-effects .services__tab:last-child {
    margin-bottom: 12px;
  }
  
  .luts-block-video .luts-title {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .luts-block-video .luts-text {
    order: 2;
  }
  .luts-block-video .luts-btn {
    margin: 25px auto 0;
    order: 4;
  }
  .luts-block-video .luts-video {
    width: calc(100% + 30px);
    order: 2;
  }
  .luts-section-slider .luts-title {
    max-width: 100%;
  }
  .luts-slider {
    margin-top: 80px;
  }
  .luts-slider__back {
    right: initial;
    left: 15px;
  }
  .luts-slider__next {
    right: initial;
    left: 70px;
  }
  .luts-slider__back, .luts-slider__next {
    width: 40px;
    height: 40px;
    padding: 5px;
    top: -50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  }
  .luts-slider__back svg, .luts-slider__next svg {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    padding: 5px;
  }
  .benefit-luts-block {
    margin: 0 -15px;
  }
  .benefit-luts-left {
    padding: 30px 30px 30px 16px;
  }
  .benefit-luts-title {
    font-size: 24px;
    line-height: 34px;
  }
  .list-romb {
    padding-right: 80px;
    margin-bottom: 30px;
  }
  .benefit-luts-img {
    display: none;
  }
  .benefit-luts-img-mob {
    display: block;
    position: absolute;
    right: 0px;
    top: 90px;
  }
}
@media (max-width: 530px) {
  .luts-banner {
    margin: 122px auto 0;
  }
}

/* about-new */
.about-wrap {
  background: #F9FEFD;
  margin-top: 78px;
  padding: 0;
  font-family: 'Inter', sans-serif;
}
@media (max-width: 991px) {
  .about-wrap {
    margin-top: 50px;
  }
}
.about-wrap #breadcrumbs span {
  color: #2C272E;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.3;
}
.about-wrap #breadcrumbs {
  padding-bottom: 80px;
}
.about-wrap #breadcrumbs span a {
  text-decoration: none;
}
.about-wrap #breadcrumbs span a:hover {
  text-decoration: underline;
}
.about-wrap #breadcrumbs>[itemprop='itemListElement']::after,
.about-wrap #breadcrumbs [itemscope]>[itemprop='itemListElement']::after {
  top: 0px;
}
.about-wrap #breadcrumbs span:last-child {
  opacity: 1;
  top: 0px;
}
.about-section-top {
  margin-bottom: 70px;
}
.about-container {
  max-width: 1130px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.h1-about {
  color: #2C272E;
  font-size: 50px;
  font-weight: 700;
  line-height: 67px;
  margin-bottom: 27px;
}
.h2-about {
  color: #2C272E;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 20px;
}
.h3-about {
  color: #2C272E;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 20px;
}
.text-about {
  color: #2C272E;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.about-us {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 110px 0 60px;
}
.about-us-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 445px;
  margin-right: 40px;
}
.about-us-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.about-us-info {
  flex: 1;
}

.about-section {
  margin: 115px 0;
}


.our-values {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px;
}
.our-values-item {
  width: 330px;
  margin: 20px;
}
.our-values-img {
  height: 63px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 17px;
}
.our-values-title {
  color: #2C272E;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 10px;
}

.our-mission-section {
  background: linear-gradient(180deg, rgba(228, 235, 236, 0.00) 0%, #E4EBEC 100%);
}
.our-mission {
  margin: 20px 0;
}
.our-mission-info {
  max-width: calc(100% - 250px);
  padding: 40px 0;
}
.our-mission-text {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
}
.our-mission-text span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #4F60FF;
}
.our-mission-img {
  position: relative;
}
.our-mission-img img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.we-numbers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 35px -15px 0;
}
.we-numbers-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 15px;
}
.we-numbers-num {
  color: #2C272E;
  font-size: 50px;
  font-weight: 600;
  line-height: 67px;
}

.team-about {
  display: flex;
  flex-direction: column;
}
.team-about__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0;
}
.team-about__img {
  width: 285px;
  margin-right: 40px;
}
.team-about__img img {
  border-radius: 15px;
  width: 100%;
}
.team-about__info {
  flex: 1;
}
.team-about__name {
  color: #2C272E;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 7px;
  transition: ease .3s;
}
.team-about__prof {
  color: #2C272E;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
}

.team-about__row {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
}
.team-about__item-link {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 17px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
  transition: ease .3s;
  margin: 15px;
}
.team-about__item-link:hover {
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.team-about__item-link .team-about__name {
  text-decoration: underline;
}
.team-about__item-link:hover .team-about__name {
  color: #00AB47;
}
.team-about__item-link .team-about__img {
  margin: 0 auto 20px;
  max-width: 316px;
  width: 100%;
}

.about-video {
  border-radius: 25px;
  border: 1px solid #C9D2F4;
  background: linear-gradient(0deg, rgba(85, 88, 255, 0.10) 0%, rgba(0, 192, 255, 0.10) 100%);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.12);
  padding: 50px 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-video-info {
  flex: 1;
  padding-right: 20px;
}
.about-video .play-button.play-button__welcome {
  border-radius: 17px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.22) 100%), url(../img/about/img8.webp), lightgray 50% / cover no-repeat;
  width: 530px;
  height: 314px;
  transition: ease .3s;
}
.about-video .play-button-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-video .play-button.play-button__welcome:hover .play-button-text {
  transform: translate(-50%, -50%) scale(1.2);
}

.about-section.follow-section {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.about-follow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-follow .follow {
  margin: 0 15px 15px 0;
}
.about-follow .follow-text {
  font-family: 'Inter', sans-serif;
  color: #2C272E;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-right: 9px;
}
.about-follow .follow-link {
  border: none;
  border-radius: 10px;
}
.about-follow .support-about  {
  margin: 0 0 15px;
  color: #2C272E;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

@media (max-width: 991px) {
  .about-wrap #breadcrumbs {
    padding-bottom: 50px;
  }
  .h1-about {
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
  }
  .about-us {
    margin: 80px 0 60px;
    flex-direction: column;
  }
  .about-us-img {
    margin: 0 auto 20px;
  }
  .about-section {
    margin: 70px 0;
  }
  .we-numbers {
    margin-top: 15px;
  }
  .we-numbers-num {
    font-size: 42px;
    line-height: 50px;
  }
  .team-about__item-link {
    padding: 10px;
    margin: 10px;
  }
  .about-video {
    padding: 25px;
  }
  .about-video .tutorial-hero__video {
    margin: 0;
  }
  .about-video .play-button.play-button__welcome {
    width: 415px;
    height: 230px;
  }
}
@media (max-width: 767px) {
  .about-wrap #breadcrumbs {
    padding-bottom: 35px;
  }
  .h1-about {
    font-size: 36px;
    line-height: 42px;
  }
  .about-us {
    margin: 50px 0 50px;
  }
  .about-us-img {
    max-width: 445px;
    width: 100%;
  }
  .h2-about {
    font-size: 30px;
    line-height: 40px;
  }
  .h3-about{
    font-size:24px
  }
  .our-values {
    margin: 0px -10px;
  }
  .our-values-item {
    width: 100%;
    margin: 10px;
  }
  .our-mission-info {
    padding: 20px 0;
  }
  .we-numbers {
    justify-content: space-around;
  }
  .we-numbers-num {
    font-size: 34px;
    line-height: 42px;
  }
  .team-about__img {
    width: 230px;
    margin-right: 30px;
  }
  .team-about__row {
    flex-wrap: wrap;
  }
  .team-about__item-link {
    width: 50%;
    padding: 15px;
    margin: 15px;
  }
  .about-video {
    flex-direction: column;
  }
  .about-video-block {
    margin: 0 auto;
  }
  .about-video-info {
    width: 100%;
    padding: 0 0 20px;
  }
  .about-follow .follow {
    margin: 0 auto 20px;
  }
  .about-follow .follow-text {
    margin: 0 0 10px;
  }
  .about-follow .support-about {
    margin: 0 auto 0;
  }
}
@media (max-width: 575px) {
  .h1-about {
    font-size: 32px;
    line-height: 38px;
  }
  .our-mission {
    display: flex;
    flex-direction: column;
  }
  .our-mission-info {
    width: 100%;
    max-width: 100%;
  }
  .our-mission-img img {
    position: relative;
  }
  .team-about__item-link {
    width: 100%;
  }
  .about-video {
    padding: 15px;
  }
  .about-video .play-button.play-button__welcome {
    width: 340px;
    height: 220px;
  }
}
@media (max-width: 450px) {
  .about-video .play-button.play-button__welcome {
    width: 250px;
    height: 180px;
  }
}

/* modal-survey */
.modal-survey {
  display: none;
}
.modal-survey-wrap + .fancybox-overlay {
  background: rgba(58, 58, 58, 0.46);
  backdrop-filter: blur(0.75px);
}
.modal-survey,
.top-menu li .modal-survey {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f7f6f0;
  font-size: 15px;
  text-decoration: none;
  font-family:'RobotoCondensed-Regular';
}
.modal-survey img {
  margin-right: 5px;
  max-width: 17px;
}
.modal-survey-wrap {
  max-width: 284px;
  width: 100% !important;
}
.modal-survey-wrap .fancybox-skin {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 2.93054px 0px rgba(63, 36, 19, 0.12);
  padding: 21px 18px 28px !important;
}
.modal-survey-wrap .fancybox-outer {
  position: initial;
}
.modal-survey-wrap .fancybox-inner {
  width: 100% !important;
  position: initial;
}
#modal-survey {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.survey-close {
  position: absolute;
  right: 17px;
  top: 17px;
}
.survey-close img {
  transition: ease .1s;
}
.survey-close:hover img {
  filter: sepia(0) contrast(100) brightness(1);
}
.survey-gift {
  margin-bottom: 13px;
}
.survey-title {
  color: #1A1A1A;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 6px;
}
.survey-text {
  color: #4F4D4E;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 30px;
}
.survey-btn {
  display: inline-flex;
  padding: 8px 66px 10px 66px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #6534AC;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  margin: 0 auto;
  transition: ease .3s;
}
.survey-btn:hover {
  background: #763ccb;
}
.survey-btn span {
  margin-left: 10px;
}

/******************************************/

.version-price-december{
  padding-bottom:175px
}

.version-price-december .top-version{
  padding-top:25px
}

.version-price-december .price-circle{
  position:absolute;
  right:0;
  bottom:93px;
  left:0
}

.version-price-december .price-version span{
  font-family:'BebasNeueBold', sans-serif
}

.version-price-december .price-version span::before{
  display:none
}

.version-price-december .price-version span::after{
  margin-top:-17px
}

.version-price-december .preimum-long{
  min-height:695px
}

.version-price-december .version-item{
  padding-bottom:132px
}

.version-price-december .version-item-lic{
  color:#fff;
  font-size:18px;
  font-weight:500;
  font-style:italic
}

.version-price-december .version-item-trigger{
  background:#6d4436;
  color:#f5f3e9;
  border-radius:4px;
  font-size:16px;
  font-weight:500;
  margin:20px 11px;
  padding:10px 15px 11px 15px;
  text-align:center
}

@media screen and (max-width:767px){
  .version-price-december{
    padding-bottom:100px
  }

  .version-price-december .version-item{
    padding-bottom:140px
  }

  .version-price-december .preimum-long{
    min-height:auto
  }

  .version-price-december .version-item-trigger{
    margin-bottom:10px
  }
}

/* tutorial.php / blog.php */

.overflow {
    overflow: hidden
}

.h1-new {
    color: #fff;
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 44px;
    font-weight: 700
}

.h2-new {
    color: #fff;
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 44px;
    font-weight: 700
}

.h3-new {
    line-height: 1.7;
    font-size: 18px;
    font-style: normal;
    font-weight: 400
}

.section-dark {
    background: #242424;
    color: #fff;
    padding: 130px 0 110px 0
}

.section-dark>.content>*:last-child {
    margin-bottom: 0
}

#breadcrumbs.breadcrumbs-inner {
    color: #fff;
    padding: 0;
    margin: 0 0 50px 0
}

#breadcrumbs.breadcrumbs-inner a {
    color: rgba(255, 255, 255, .5)
}

#breadcrumbs.breadcrumbs-inner>[itemprop='itemListElement']::after,
#breadcrumbs.breadcrumbs-inner [itemscope]>[itemprop='itemListElement']::after {
    color: rgba(255, 255, 255, .5)
}

.btn-loader {
    transition: border-color .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0;
    height: 52px;
    margin: 60px auto 0;
    padding: 0 20px 0 30px;
    font-family: inherit;
    font-size: 18px;
    border: 1px solid #fff;
;
    outline: 0;
    border-radius: 4px;
    cursor: pointer
}

.btn-loader:hover {
    border-color: #eedd75
}

.btn-loader:hover .btn-loader__text {
    color: #eedd75
}

.btn-loader:hover .btn-loader__icon {
    stroke: #eedd75
}

.btn-loader__text {
    transition: color .2s ease-in-out;
    color: #fff;
    margin-right: 35px
}

.btn-loader__icon {
    transition: stroke .2s ease-in-out, transform .3s ease-in-out;
    stroke: #fff;
    flex-shrink: 0
}

.btn-loader-style .btn-loader__icon {
    transform: rotate(-180deg)
}

.short-content {}

.short-content__grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr)
}

.short-content__grid .article-item {
    width: 100%;
    padding: 6px 6px 25px 6px
}

.short-content__grid .article-item .title {
    margin: 0 5px;
    line-height: 1.5;
    font-size: 20px
}

.short-content__grid .article-item .description {
    line-height: 1.25
}

.short-content__loader {
    margin-top: 60px
}

.tutorial-lead {
    display: flex;
    align-items: center;
    margin-bottom: 105px
}

.tutorial-lead__video {
    position: relative;
    flex-shrink: 0;
    background: #2b2b2b;
    width: 500px;
    height: 278px;
    margin-right: 65px;
    cursor: pointer
}

.tutorial-lead__video:hover .tutorial-lead__video__play {
    transform: scale(1.2)
}

.tutorial-lead__video__poster {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left
}

.tutorial-lead__video__play {
    transition: .3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.tutorial-lead__info {}

.tutorial-lead__info__title {
    line-height: 1.1;
    margin: 0;
    padding-bottom: 15px
}

.tutorial-lead__info__desc {
    max-width: 340px;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}

.tutorial-top {
    margin-bottom: 105px;
    text-align: center
}

.tutorial-top__title {
    margin-bottom: 45px;
    text-align: center
}

.tutorial-articles {
    margin-bottom: 105px
}

.tutorial-articles__title {
    margin-bottom: 20px;
    text-align: center
}

.blog-slider {
    overflow: hidden;
    margin-bottom: 110px;
    padding: 35px 0 60px
}

.blog-slider.slick-initialized .slick-list {
    margin: 0 -10px
}

.blog-slider.slick-initialized .slick-slide {
    margin: 0 10px
}

.blog-slider.slick-initialized .slick-slide:nth-child(n+2) {
    display: block
}

.blog-slider.slick-initialized .slick-dots {
    bottom: 0
}

.blog-slider.slick-initialized .slick-dots li {
    transition: .2s ease-in-out;
;
    background: #4e4e4e;
    width: 15px;
    height: 15px;
    margin: 0 12px;
    border-radius: 50%
}

.blog-slider.slick-initialized .slick-dots li.slick-active,
.blog-slider.slick-initialized .slick-dots li:hover {
    background: #eedd75
}

.blog-slider-item {
    background: #363636
}

.blog-slider-item a {
    color: #fff;
    text-decoration: none
}

.blog-slider-item:hover .blog-slider-item-info__action {
    color: #eedd75
}

.blog-slider-item:nth-child(n+2) {
    display: none
}

.blog-slider-item-wrap {
    display: flex;
    background: #363636;
    height: 300px
}

.blog-slider-item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 430px;
    padding: 45px 30px 45px 60px
}

.blog-slider-item-info__title {
    line-height: 1.1;
    margin: 0;
    padding: 0
}

.blog-slider-item-info__desc {
    margin: 20px 0 40px;
    font-size: 18px
}

.blog-slider-item-info__action {
    transition: .3s ease-in-out;
    font-family: 'RobotoCondensed-Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer
}

.blog-slider-item-info__action:hover {
    text-decoration: none
}

.blog-slider-item-picture {
    position: relative;
    flex-grow: 1
}

.blog-slider-item-picture__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.blog-articles {
    margin-bottom: 110px
}

.blog-articles .tags {
    margin-bottom: 40px
}

.blog-articles-title {
    margin-bottom: 50px;
    text-align: center
}

.blog-item {
    position: relative;
    background: #363636;
    color: #fff;
    padding-bottom: 82%
}

.blog-item:hover .blog-item__info__action {
    color: #eedd75
}

.blog-item__picture {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px
}

.blog-item__picture::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, .7)
}

.blog-item__picture__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.blog-item__info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
    text-align: center
}

.blog-item__info__title {
    font-family: 'RobotoCondensed-Bold', sans-serif;
    font-size: 20px;
    font-weight: 700
}

.blog-item__info__desc {
    margin: 20px 0;
    font-size: 17px
}

.blog-item__info__action {
    transition: .2s ease-in-out;
    font-family: 'RobotoCondensed-Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline
}

.blog-pages {}

.blog-pages-hidden {
    display: none
}

.blog-pages-grid {
    position: relative;
    display: flex;
    justify-content: space-between
}

.blog-pages-grid::before {
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 50%;
    content: '';
    background: #634E2F;
    width: 1px
}

.blog-pages-group {
    width: calc(50% - 15px);
    max-width: 415px
}

.blog-pages-link {
    transition: .2s ease-in-out;
;
    display: block;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 16px;
    font-family: 'RobotoCondensed-Bold', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none
}

.blog-pages-link:hover {
    color: #eedd75;
    text-decoration: underline
}

.blog-pages-loader {
    margin-top: 70px
}

.tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -12px 50px
}

.tags-button {
    transition: .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0;
    color: #fff;
    min-width: 140px;
    height: 52px;
    margin: 0 5px 15px;
    padding: 0 30px;
    font-family: inherit;
    font-size: 18px;
    border: 1px solid #fff;
;
    outline: 0;
    border-radius: 4px;
    cursor: pointer
}

.tags-button:hover {
    color: #eedd75;
    border-color: #eedd75
}

.tags-button-active {
    color: #eedd75;
    border-color: #eedd75;
    pointer-events: none
}

.tags-target {}

.tags-target-hidden {
    display: none
}

.popup-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    animation: popup-video .3s ease-in-out
}

.popup-video * {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    box-sizing: border-box
}

.popup-video-container {
    max-width: 960px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center
}

.popup-video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.popup-video-player {
    width: 100%;
    height: 0;
    position: relative;
    background: #eee;
    padding-bottom: 56.25%;
;
    animation: modal-video-player .3s ease-in-out;
    transform: translate(0, 0);
    transition: transform .3s ease-out
}

.popup-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%
}

.popup-video-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: -40px;
    background: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transform-origin: center;
    transition: .3s ease-in-out
}

.popup-video-close:hover {
    transform: scale(1.2)
}

.popup-video-close:before {
    transform: rotate(45deg)
}

.popup-video-close:after {
    transform: rotate(-45deg)
}

.popup-video-close:before,
.popup-video-close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    background: #fff;
    border-radius: 5px
}

.popup-video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

@keyframes popup-video {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes popup-video-player {
    0% {
        transform: translate(0, 100px)
    }
    100% {
        transform: translate(0, 0)
    }
}

@media screen and (max-width: 1199px) {
    .popup-video-close {
        top: -50px;
        right: 10px
    }
}

@media screen and (orientation: landscape) and (max-width:767px) {
    .popup-video-container {
        padding: 70px
    }
    .popup-video-close {
        top: -40px
    }
}

@media screen and (max-width: 991px) {
    .h1-new {
        font-size: 36px
    }
    .h2-new {
        font-size: 36px
    }
    .h3-new {
        font-size: 16px
    }
    .section-dark br {
        display: none
    }
    .tags-button {
        padding: 0 20px
    }
    .short-content__grid {
        grid-gap: 10px
    }
    .short-content__grid .article-item .title {
        font-size: 16px
    }
    .short-content__grid .article-item .description {
        margin: 0 5px;
        font-size: 16px
    }
    .tutorial-lead__video {
        width: 350px;
        height: 250px;
        margin-right: 30px
    }
    .tutorial-lead__info__desc {
        max-width: 100%
    }
    .tutorial-top__title {
        margin-bottom: 30px
    }
    .blog-slider-item-info {
        width: 50%;
        padding: 30px
    }
    .blog-item__info__title {
        font-size: 16px
    }
    .blog-item__info__desc {
        margin: 15px 0;
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 3
    }
    .blog-item__info__action {
        font-size: 16px
    }
    .blog-pages-group {
        max-width: 340px
    }
    .blog-pages-link {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .h1-new {
        font-size: 28px
    }
    .h2-new {
        font-size: 28px
    }
    .btn-loader {
        height: 46px;
        margin-top: 30px;
        font-size: 16px
    }
    .tags {
        justify-content: start;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        margin: 0 0 15px 0;
        padding-bottom: 15px
    }
    .tags-button {
        min-width: auto;
        height: 46px;
        margin: 0 15px 0 0;
        font-size: 16px
    }
    .tags-button:last-child {
        margin-right: 0
    }
    .short-content__grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
    }
    .tutorial-lead {
        flex-direction: column;
        justify-content: center;
        margin: 0 -15px 80px
    }
    .tutorial-lead__video {
        right: 0;
        left: 0;
        width: 100%;
        max-width: 500px;
        height: 280px;
        margin: 0 auto 30px
    }
    .tutorial-lead__info {
        padding: 0 15px
    }
    .tutorial-top {
        margin-bottom: 80px
    }
    .tutorial-articles {
        margin-bottom: 80px
    }
    .tutorial-articles__title {
        margin-bottom: 30px
    }
    .blog-slider {
        margin: -85px -15px 60px;
        padding-bottom: 40px
    }
    .blog-slider.slick-initialized .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 8px
    }
    .blog-slider.slick-initialized .slick-list {
        margin: 0
    }
    .blog-slider.slick-initialized .slick-slide {
        margin: 0
    }
    .blog-slider-item-wrap {
        position: relative
    }
    .blog-slider-item-info {
        position: relative;
        align-items: center;
        z-index: 1;
        width: 100%;
        text-align: center;
        padding: 15px
    }
    .blog-slider-item-info__desc {
        margin: 30px 0
    }
    .blog-slider-item-picture {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        filter: brightness(.3) blur(1px)
    }
    .blog-articles {
        margin-bottom: 80px
    }
    .blog-articles-title {
        margin-bottom: 30px
    }
    .blog-articles .tags {
        margin-bottom: 15px
    }
    .blog-item {
        min-height: 210px
    }
    .blog-pages-link {
        font-size: 16px
    }
}

@media screen and (max-width: 575px) {
    .blog-pages-grid {
        flex-direction: column
    }
    .blog-pages-grid::before {
        display: none
    }
    .blog-pages-group {
        display: contents;
        font-size: 14px
    }
    .blog-pages-link {
        text-align: center
    }
}

@media screen and (max-width: 530px) {
    .section-dark {
        padding: 180px 0 80px
    }
    .blog-slider {
        margin-top: -75px
    }
}

@media screen and (max-width:420px) {
    .tutorial-lead__video {
        height: 240px
    }
}

.about-policy {

}

.about-policy .h2-about {
  margin-bottom: 40px
}

.about-policy .text-about {
  margin-bottom: 40px
}

.about-policy .text-about~.a-list-check:last-child {
  margin-bottom: 0
}

.about-policy .text-about b {
  font-weight: 700
}

.about-policy .text-about p {
  margin-bottom: 25px
}

.about-policy .text-about p:last-child {
  margin-bottom: 0
}

.about-policy .text-about-head {
  display: block;
  color: #fff;
  background-image: linear-gradient(180deg, #02bdff 0%, #4f60ff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 700
}

.about-policy .text-about-head+.a-list-check {
  margin-top: 20px
}

.about-policy .text-about-center {
  color: #0075cd;
  text-align: center
}

.a-list-check {
  margin-bottom: 40px
}

.a-list-check li {
  position: relative;
  line-height: 1.5;
  margin-bottom: 25px;
  padding-left: 35px;
  font-size: 18px
}

.a-list-check li:last-child {
  margin-bottom: 0
}

.a-list-check li::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '';
  background: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'21\' height=\'21\' viewBox=\'0 0 21 21\'%3E%3Cpath d=\'M3.20752 9.72269C2.84509 9.7237 2.49035 9.82731 2.18434 10.0215C1.87834 10.2157 1.63357 10.4926 1.47837 10.8201C1.32316 11.1477 1.26385 11.5124 1.3073 11.8722C1.35076 12.2321 1.49519 12.5722 1.72391 12.8534L6.59954 18.826C6.77338 19.0419 6.99622 19.2131 7.24954 19.3256C7.50286 19.438 7.77935 19.4884 8.05605 19.4725C8.64785 19.4408 9.18214 19.1242 9.52278 18.6037L19.6507 2.29264C19.6524 2.28994 19.6541 2.28723 19.6559 2.28457C19.7509 2.13866 19.7201 1.8495 19.524 1.66785C19.4701 1.61797 19.4065 1.57965 19.3373 1.55524C19.268 1.53084 19.1945 1.52087 19.1213 1.52595C19.048 1.53103 18.9766 1.55105 18.9114 1.58478C18.8461 1.61852 18.7885 1.66525 18.742 1.72209C18.7384 1.72656 18.7346 1.73096 18.7308 1.7353L8.51664 13.2758C8.47778 13.3197 8.43057 13.3554 8.37777 13.381C8.32497 13.4065 8.26762 13.4212 8.20906 13.4244C8.15051 13.4276 8.0919 13.4191 8.03665 13.3994C7.98141 13.3797 7.93062 13.3493 7.88725 13.3098L4.49736 10.225C4.14529 9.90225 3.68513 9.72305 3.20752 9.72269Z\' fill=\'%234f60ff\'/%3E%3C/svg%3E%0A') no-repeat center / cover;
  width: 21px;
  height: 21px
}

/* new footer + promo */

.a-promo .logo-small {
  background-size: 100px auto;
  padding-top: 120px;
  padding-bottom: 20px;
  letter-spacing: .03em
}

.a-promo h2 {
  letter-spacing: .03em
}

.a-promo h3 {
  letter-spacing: .03em
}

.a-promo .button-group {
  gap: 20px;
  padding-top: 45px
}

.a-promo .button-group a {
  min-width: 260px;
  width: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 74px 0 34px;
  line-height: 1
}

.a-promo .button-group a span {
  margin-bottom: -5px
}

.a-footer {
  background: 0;
  margin: 0;
  padding: 0;
  border: 0
}

.a-footer-top {
  background: #1a1a1a;
  padding: 55px 0 60px
}

.a-footer-top-grid {
  display: flex;
  justify-content: space-between;
  gap: 25px
}

.a-footer-bottom {
  background: #161616
}

.a-footer-bottom-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  min-height: 50px;
  padding: 15px 0
}

.a-footer-logo {
    margin-right:-10px
}

.a-footer-logo .logo {
  display: flex;
  flex-direction: column;
  gap: 3px;
  background-size: 36px auto;
  background-position: left 2px;
  padding: 0 0 0 45px
}

.a-footer-logo .logo span {
    display: none
}

.a-footer-logo .logo span:nth-child(1) {
  line-height: 1;
  font-size: 24px
}

.a-footer-logo .logo span:nth-child(2) {
  line-height: 1;
  font-size: 9px
}

.a-footer-nav {
  width:21%
}

.a-footer-nav__head {
  position: relative;
  color: #fff;
  margin-bottom: 28px;
  font-size: 18px;
  font-family: 'RobotoCondensed-Bold', sans-serif;
  font-weight: 500
}

.a-footer-nav__head::before {
  position: absolute;
  top: calc(100% + 13px);
  left: 0;
  content: '';
  background: #eedd75;
  width: 30px;
  height: 1px;
  pointer-events: none
}

.a-footer-nav__list {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 13px
}

.a-footer-nav__list__link {
  color: rgba(229, 227, 211, .8);
  padding: 3px;
  margin: -3px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 2px
}

.a-footer-nav__list__link:hover {
  background: #363636;
  color: #d2c36a
}

.a-footer-copyright {
  color: rgba(229, 227, 211, .3);
  font-size: 13px
}

.a-footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px
}

.a-footer-social__link svg>path,
.a-footer-social__link svg>rect {
  transition: .2s
}

.a-footer-social__link:nth-child(1):hover svg>path {
  fill: #d2c36a
}

.a-footer-social__link:nth-child(2):hover svg>rect {
  fill: #d2c36a
}

.a-footer-social__link:nth-child(3):hover svg>rect {
  fill: #d2c36a
}

.a-footer-social__link__icon {
  width: 22px;
  height: 22px;
  text-decoration: none
}

@media screen and (max-width: 991px) {
  .a-footer-top-grid {
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 20px
  }
  .a-footer-logo {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-right:0
  }
  .a-footer-logo .logo span {
    display: block
  }
  .a-footer-nav{
    width: calc(50% - 20px);
    text-align: center
  }
  .a-footer-nav__head::before {
    right: 0;
    left: 0;
    margin: auto
  }
  .a-footer-nav__list {
    align-items: center
  }
}

@media screen and (max-width: 530px) {
  .a-footer-logo .logo {
    margin-bottom: -20px
  }
  .a-footer-nav {
    width: 100%
  }
  .a-footer-nav__head {
    font-size: 18px
  }
  .a-footer-nav__list__link {
    font-size: 16px
  }
  .a-footer-bottom-grid {
    justify-content: center
  }
}

/* new-price */

body .price{display:flex;align-items:center;gap:15px;margin-bottom:25px}
body .price-old{position:relative;color:#000;margin:0;line-height:1;font-family:'RobotoCondensed-Bold', sans-serif;font-size:21px;font-weight:700;opacity:.4}
body .price-old::before,
body .price-old::after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';background:rgba(0, 0, 0, .6);width:100%;height:1px;margin:auto;pointer-events:none}
body .price-old::before{transform:rotate(25deg)}
body .price-old::after{transform:rotate(-25deg)}
body .price-current{color:#000;line-height:1;margin:0;font-family:'RobotoCondensed-Bold', sans-serif;font-size:28px;font-weight:700}

/* article-inform  && author-inform*/

.article-inform{margin:10px 0 -25px;width:100%}
.article-inform svg{width:22px;height:23px;margin-right:5px;transform:translateY(3px)}
.article-inform span{color:#5e5d57;font-size:19px;text-align:left}

@media screen and (max-width:530px) {
  .article-inform{}
  .article-inform svg{width:20px;height:21px}
  .article-inform span{font-size:15px}
}

.author-inform{width:100%;margin-bottom:25px}
.author-inform svg{width:22px;height:23px;margin-right:5px;transform:translateY(3px)}
.author-inform span{color:#5e5d57;font-size:18px;text-align:left}

@media screen and (max-width:530px) {
  .author-inform{margin-bottom:20px}
  .author-inform svg{width:20px;height:21px}
  .author-inform span{font-size:15px}
}

.thanks-downloading{background:#242424;color:#e5e3d3}

.header-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%;height:83px}
.header-support{display:flex;align-items:center;gap:7px;color:#eedd75;fill:#eedd75;stroke:#eedd75;stroke-width:0.5px;text-decoration:none}
.header-support:hover{text-decoration:underline}
.header-support svg{width:18px}
.header-support span{font-family:"Roboto Condensed", serif;font-size:18px;font-weight:500}

.downloading{margin-top:135px;margin-bottom:110px}
.downloading-title{color:#fff;margin-bottom:15px;text-align:center;text-transform:uppercase;font-family:'BebasNeueBold', sans-serif;font-size:44px;font-weight:700}
.downloading-title span{color:#eedd75}
.downloading-desc{margin-bottom:45px;font-family: 'Roboto Condensed', serif;font-size:18px;font-weight:500;text-align:center}
.downloading-group{display:flex;align-items:center;gap:30px;margin-bottom:40px}
.downloading-frame{flex-shrink:0;width:100%;max-width:520px}
.downloading-frame__container{position:relative;display:block;width:100%;padding-bottom:calc(640 / 1200 * 100%)}
.downloading-frame__video{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;object-fit:cover;object-position:center}
.downloading-info{display:flex;flex-direction:column;gap:25px}
.downloading-step{}
.downloading-step__head{display:flex;align-items:center;gap:12px;margin-bottom:5px}
.downloading-step__head__text{color:#f7f6f0;font-family: 'Roboto Condensed', serif;font-size:20px;font-weight:500}
.downloading-step__head__icon{display:flex;align-items:center;justify-content:center}
.downloading-step__body{}
.downloading-step__body__text{font-size:16px;line-height:22px}
.downloading-action{font-size:15px;text-align:center}
.downloading-action a{color:#eedd75;text-decoration:none}
.downloading-action a:hover{text-decoration:underline}

.statistic{margin-bottom:105px}
.statistic-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:35px}
.statistic-item{display:flex;flex-direction:column;align-items:start;background:#323232;min-height:115px;padding:20px 55px;border-radius:5px}
.statistic-item__counter{color:#F7F6F0;margin-bottom:5px;font-family: 'Roboto Condensed', serif;font-size:40px;font-weight:500}
.statistic-item__text{font-size:18px}

.coms{margin-bottom:105px}
.coms-title{color:#f7f6f0;margin-bottom:40px;font-family:'BebasNeueBold', sans-serif;font-size:40px;font-weight:700;text-align:center}
.coms-grid{display:flex;flex-direction:column;gap:22px}
.coms-item{display:flex;gap:30px;background:#323232;padding:20px;border-radius:15px;box-shadow:0 1px 8px rgba(11, 11, 11, .25)}
.coms-item-pic{position:relative;flex-shrink:0;width:100%;max-width:422px;border-radius:10px;overflow:hidden}
.coms-item-pic__container{position:relative;width:100%;padding-bottom:calc(328 / 422 * 100%);border-radius:inherit}
.coms-item-pic__container img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:inherit;object-position:center;object-fit:cover}
.coms-item-info{display:flex;flex-direction:column;padding-top:15px}
.coms-item-info__name{color:#e5e3d3;font-family: 'Roboto Condensed', serif;font-size:20px;font-weight:500;margin-bottom:5px}
.coms-item-info__pos{color:#e5e3d3;font-family: 'Roboto Condensed', serif;font-size:18px;font-weight:300;margin-bottom:15px}
.coms-item-info__desc{color:#e5e3d3;font-family: 'Roboto Condensed', serif;font-size:16px;line-height:24px;margin-bottom:20px}
.coms-item-info__bottom{display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;align-items:end;margin-top:auto;max-width:455px}
.coms-item-info__link{transition:.3s;color:#e5e3d3;font-size:14px;opacity:.7}
.coms-item-info__link:hover{text-decoration:none}
.coms-item__info__social{transition:.3s;display:flex;justify-content:center;align-items:center;width:40px;height:40px;box-shadow:0 1px 8px rgba(11, 11, 11, 0.25);border:1px solid #E7E7E7;background:#fffefe;border-radius:10px}
.coms-item__info__social:hover{box-shadow:0 1px 8px rgb(255, 255, 255, .7)}

.offer{margin-bottom:110px}
.offer-title{margin-bottom:15px;font-family:'BebasNeueBold', sans-serif;font-size:40px;font-weight:700;text-align:center}
.offer-title-extra{color:#eedd75}
.offer-desc{line-height:25px;font-family:'Roboto Condensed', sans-serif;font-size:18px;font-weight:500;text-align:center;margin-bottom:30px}
.offer-desc-extra{color:#eedd75}
.offer-wrap{display:flex;gap:90px;max-width:755px;margin:0 auto}
.offer-pic{position:relative;width:350px;height:310px;flex-shrink:0}
.offer-pic__computer{}
.offer-pic__gallery{position:absolute;left:-25px;top:120px;filter:drop-shadow(-25px 25px 50px rgba(0, 0, 0, 0.2))}
.offer-pic__box{position:absolute;right:-40px;top:120px}
.offer-info{padding-top:13px}
.offer-info__list{display:flex;flex-direction:column;margin-right:-100px;gap:10px;margin-bottom:30px;margin-left:10px}
.offer-info__list li{position:relative;font-size:18px;line-height:25px;padding-left:6px}
.offer-info__list li::before{position:absolute;top:10px;left:-9px;content:'';width:4px;height:4px;background:#e5e3d3;border-radius:50%}
.offer-info__action{display:flex;flex-direction:column;justify-content:center;align-items:center;}
.offer-info__action__button{transition:.3s;position:relative;display:flex;justify-content:center;align-items:center;background:#6534ac;color:#fff;margin-bottom:10px;padding:0 65px 0 23px;letter-spacing: 0.6px;height:70px;text-transform:uppercase;text-decoration:none;font-size: 20px;font-family: 'RobotoCondensed-Bold';}
.offer-info__action__button:hover{background:#7e41d9}
.offer-info__action__button::after{content:'';display:block;width:40px;height:70px;right:0;top:0;position:absolute;background:#512a8c url(../images/cart_big-min.png) center 24px no-repeat;border-radius: 0 2px 2px 0;-webkit-transition: .3s;transition: .3s}
.offer-info__action__date{color:#fff;opacity:.8;text-align:center;font-family:'Roboto Condensed', sans-serif;font-size:17px;font-weight:300}

@media screen and (max-width: 991px) {
  .downloading-group{flex-direction:column;justify-content:center;align-items:center;text-align:center}
  .downloading-step__head{justify-content:center;align-items:center}
  .downloading-action{border-top:1px solid rgba(255, 255, 255, .2);padding-top:30px}
  .statistic-grid{gap:20px}
  .statistic-item{justify-content:start;align-items:center;padding:20px;min-height:auto;text-align:center}
  .statistic-item__counter{font-size:34px}
  .coms-item-pic{max-width:350px}
  .coms-item-info{padding-top:10px}
  .coms-item-info__pos{margin-bottom:10px}
  .coms-item-info__desc{margin-bottom:15px}
  .offer-wrap{flex-direction:column;justify-content:center;align-items:center;gap:20px}
  .offer-info__list{margin:0 0 30px 5px}
}

@media screen and (max-width: 767px) {
  .downloading-title{font-size:32px}
  .statistic-grid{grid-template-columns:repeat(1, 1fr)}
  .coms-item{flex-direction:column;max-width:460px;width:100%;margin:0 auto}
  .coms-item-pic{max-width:420px}
  .coms-title{font-size:32px}
  .offer-title{font-size:32px}
}

@media screen and (max-width: 575px) {
  .header-wrapper{height:auto}
  .header-wrapper .logo{transform:scale(.6);transform-origin:left;width:150px;white-space:nowrap;flex-shrink:0;margin-bottom:0}
  .header-support span{font-size:14px}
  .offer{overflow:hidden}
  .offer-pic__box{right:5px}
  .offer-pic__gallery{left:15px}
}

.fancybox-iframe-video{width:100%!important;max-width:1200px!important;}
.fancybox-iframe-video .fancybox-skin{position:relative;width:100%!important;padding-bottom:calc(640 / 1200 * 100%)!important;}
.fancybox-iframe-video .fancybox-outer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;}
.fancybox-iframe-video .fancybox-inner{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;}
.fancybox-iframe-video .fancybox-iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;object-position:center;object-fit:cover}

/* course */
.course-top {
  padding-top: 68px;
}
.course-top__block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.course-top__info {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 20px;
}
.h1-course {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #fff;
}
.course-top__btn {
  display: flex;
  align-items: center;
  margin-top: 59px;
}
.course-top__btn .course-btn {
  margin-right: 28px;
}
.course-top__btn .price-version {
  width: initial;
}
.course-top__btn .price-version strong {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  padding: 0 13px 0 0;
}
.course-top__btn .price-version strong:after {
  display: none;
}
.course-top__btn .price-version span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: rgba(229, 227, 211, 0.65);
  opacity: 0.8;
}
.course-top__btn .price-version span:before,
.course-top__btn .price-version span:after {
  background-image: none;
  background-color: #e5e3d3;
  opacity: .4;
  width: 100%;
  height: 1px;
  position: absolute;
  content: '';
  display: inline-block;
  transform: rotate(30deg);
  left: 0%;
  top: 50%;
  margin-top: 0px;
  margin-left: 0px;
}
.course-top__btn .price-version span:after {
  transform: rotate(-30deg);
}
.course-btn {
  flex-shrink:0;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  max-width: 228px;
  width: 100%;
  padding: 23px 68px 0 28px;
}
.course-btn:after {
  width: 47px;
}
.course-top__btn-center {
  flex-direction: column;
  margin-top: 40px;
}
.course-top__btn-center .course-btn {
  margin: 18px 0 0 0;
}

.course-top__img {
  max-width: 430px;
  width: 100%;
}
.course-advantages {
  display: flex;
  justify-content: center;
  margin:100px -8px 0 -8px;
}
.course-advantages__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  width: 229px;
  box-shadow: 0 4px 13px 0 rgba(24, 24, 24, 0.25);
  background: #404040;
  padding: 15px 10px 20px;
  margin: 0 8px 16px;
}
.course-advantages__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  max-width: 40px;
  margin-bottom: 7px;
}
.course-advantages__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #fff;
}

.course-slider-block {
  padding: 95px 0 60px;
}
.course-slider {
  margin: 50px -7.5px 40px;
}
.course-slide {
  background: #2b2b2b;
  border-radius: 3px;
  margin: 0 7.5px;
  text-decoration: none;
}
.course-slide-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  position: relative;
  transition: ease 0.3s;
  padding-bottom: 62.5%;
}
.course-slide-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 3px;
}
.course-slide-text {
  display: flex;
  padding: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}
.course-slide:hover .course-slide-text {
  text-decoration: underline;
}
.course-slider .slick-next,
.course-slider .slick-prev {
  border-radius: 87px;
  width: 40px;
  height: 40px;
  box-shadow: 0 4px 12px 0 rgba(24, 24, 24, 0.45);
  background: #fff;
  transform: rotate(0deg);
  transition: ease .3s;
  z-index: 2;
}
.course-slider .slick-next {
  right: -10px;
}
.course-slider .slick-prev {
  transform: rotate(-180deg);
  left: -10px;
}
.course-slider .slick-next:hover,
.course-slider .slick-prev:hover {
  box-shadow: 0 4px 12px 0 rgba(24, 24, 24, 0.45);
  background: #eedd75;
}
.course-slider .slick-next::after,
.course-slider .slick-prev::after {
  content: '';
  background: url(../img/course/arrow.svg) no-repeat;
  width: 20px;
  height: 16px;
  display: block;
  top: -10px;
  position: relative;
  right: -9px;
}

.course-accordion {
  padding: 65px 0 115px;
}
.course-slider-block .h2-course,
.course-accordion .h2-course,
.course-video .h2-course,
.course-desc .h2-course,
.course-reviews .h2-course,
.course-promo .h2-course{
  font-family: 'BebasNeueBold', sans-serif;
  font-size: 44px;
  text-align: center;
  letter-spacing:1.4px;
  color: #fff;
  line-height:1
}
.course-desctription {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #e5e3d3;
  margin: 10px 0 45px;
}
.course-accordion .accordion-item {
  background: #2b2b2b;
  border-radius: 3px;
  margin-bottom: 15px;
}
.course-accordion .accordion-header {
  background: #2b2b2b;
  padding: 13px 40px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  line-height: 135%;
  color: #fff;
  transition: ease .3s;
  font-family:'RobotoCondensed-Bold', sans-serif;
}
.course-accordion .accordion-header:hover {
  color: #eedd75;
}
.course-accordion .accordion-header::after {
  content: '';
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  transition: ease .3s;
}
.course-accordion .accordion-header.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.course-accordion .accordion-header:hover::after {
  border-top: 8px solid #eedd75;
}
.course-accordion .accordion-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #e5e3d3;
  padding: 7px 30px 23px;
  display: none;
}
.course-accordion .accordion-content-block {
  display: flex;
}
.course-accordion .accordion-content-info {
  width: calc(100% - 405px);
  flex: 1;
  margin-right: 19px;
}
.course-accordion .accordion-content-img {
  max-width: 386px;
  width: 100%;
}
@media (max-width: 1024px) {
  .course-slider {
    margin: 50px -4.5px 40px;
  }
}
@media (max-width: 991px) {
  .course-top__block {
    flex-direction: column;
  }
  .course-top__info {
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 600px;
    margin: 0 0 35px 0;
  }
  .course-top__info .course-top__btn {
    justify-content: center;
    width: 100%;
  }
  .course-advantages {
    flex-wrap: wrap;
  }
  .course-slider-block {
    padding: 60px 0 30px;
  }
  .course-accordion {
    padding: 30px 0 60px;
  }
  .accordion-content-info .course-top__btn {
    flex-direction: column;
  }
  .accordion-content-info .course-top__btn .course-btn {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .course-accordion .accordion-content-block {
    flex-direction: column;
    align-items: center;
  }
  .course-accordion .accordion-content-info {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .course-accordion .accordion-header{
    padding:13px 15px
  }
  .course-accordion .accordion-header::after {
    right: 15px;
  }
}
@media (max-width: 530px) {
  .course-top {
    padding-top: 110px;
  }
  .h1-course {
    font-size: 34px;
  }
  .course-slider-block .h2-course, .course-accordion .h2-course, .course-video .h2-course, .course-desc .h2-course, .course-reviews .h2-course, .course-promo .h2-course {
    font-size: 34px;
  }
  .course-top__info .course-top__btn {
    flex-direction: column;
  }
  .course-top__info .course-top__btn .course-btn {
    margin: 0 0 20px 0;
  }
}

/* aimodule */
.section-aimodule {
  padding: 84px 0 120px;
  background: #182030;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.aimodule-bg1 {
  content: '';
  position: absolute;
  right: 0;
  top: 70px;
  width: 989px;
  height: 679px;
}
.aimodule-bg2 {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 38%;
  width: 996px;
  height: 664px;
}
.aimodule-bg3 {
  content: '';
  position: absolute;
  right: 0;
  bottom: 220px;
  width: 996px;
  height: 664px;
  z-index: 0;
}
.section-aimodule .content {
  max-width: 1170px;
}
.aimodule-top {
  padding: 90px 0 110px;
  position: relative;
  z-index: 1;
}
.aimodule-top__block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aimodule-top__info {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 40px;
}
.aimodule-title {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.aimodule-title span {
  background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aimodule-desctription {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #e8dff0;
}
.aimodule-desctription span {
  background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aimodule-block-btn {
  display: flex;
  align-items: center;
  margin-top: 46px;
  gap: 28px;
  position: relative;
  z-index: 1;
}
.aimodule-block-btn.aimodule-block-btn__center {
  justify-content: center;
}
.aimodule-block-btn .price-version {
  width: initial;
}
.aimodule-block-btn .price-version strong {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  padding: 0 13px 0 0;
}
.aimodule-block-btn .price-version strong:after {
  display: none;
}
.aimodule-block-btn .price-version span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: rgba(229, 227, 211, 0.65);
  opacity: 0.8;
}
.aimodule-block-btn .price-version span:before,
.aimodule-block-btn .price-version span:after {
  background-image: none;
  background-color: #e5e3d3;
  opacity: .4;
  width: 100%;
  height: 1px;
  position: absolute;
  content: '';
  display: inline-block;
  transform: rotate(30deg);
  left: 0%;
  top: 50%;
  margin-top: 0px;
  margin-left: 0px;
}
.aimodule-block-btn .price-version span:after {
  transform: rotate(-30deg);
}
.aimodule-block-text {
  font-weight: 400;
  font-size: 16px;
  color: #e8dff0;
  margin-top: 4px;
}
.aimodule-btn {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  max-width: 239px;
  width: 100%;
  padding: 23px 68px 0 28px;
}
.aimodule-btn:after {
  width: 47px;
}
.aimodule-block-btn__center .aimodule-btn {
  max-width: 280px;
  padding: 14px 68px 0 28px;
}
.aimodule-block-btn__center .aimodule-btn span {
  font-weight: 400;
  font-size: 16px;
  color: #e8dff0;
}
.aimodule-top__img {
  max-width: 496px;
  width: 100%;
}
.aimodule-top__img img {
  border-radius: 10px;
}
.aimodule-top__img video {
  max-width: 496px;
  width: 100%;
  border-radius: 10px;
}
.aimodule-advantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px -10px 14px;
  position: relative;
  z-index: 1;
}
.aimodule-advantages__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 365px;
  width: 100%;
  backdrop-filter: blur(3px);
  box-shadow: 0 36px 30px -18px rgba(15, 18, 27, 0.3);
  background: rgba(14, 22, 38, 0.58);
  border: 1px solid #433d8b;
  border-radius: 10px;
  padding: 16px 10px 20px;
  margin: 0 10px 20px;
}
.aimodule-advantages__img {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
  max-width: 50px;
  margin-bottom: 20px;
}
.aimodule-advantages__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
}
.aimodule-advantages__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #e8dff0;
}
.aimodule-advantages.aimodule-advantages__four {
  margin-right: -15px;
  margin-left: -15px;
}
.aimodule-advantages__four .aimodule-advantages__item {
  max-width: 250px;
  margin-right: 20px;
  margin-left: 20px;
}
.aimodule-advantages__img {
  height: 35px;
  max-width: 35px;
  margin-bottom: 14px;
}

.aimodule-center__block {
  margin: 120px 0;
  position: relative;
  z-index: 1;
}
.aimodule-center {
  margin: 120px 0;
  padding: 50px;
  border: 1px solid #433d8b;
  border-radius: 10px;
  box-shadow: 0 36px 30px -18px rgba(15, 18, 27, 0.3);
  background: #0e1626;
  display: flex;
  align-items: center;
  gap: 70px;
  position: relative;
}
.aimodule-center__icon {
  position: absolute;
  right: 50px;
  top: -41px;
  background: #0e1626;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #e8dff0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
}
.aimodule-center__icon img {
  margin-right: 6px;
}
.aimodule-center__icon-left {
  right: initial;
  left: 50px;
}
.aimodule-center__img {
  max-width: 482px;
  width: 100%;
}
.aimodule-center__video {
  position: relative;
  display: flex;
  justify-self: center;
  align-items: center;
  padding-bottom: 281px;
  border-radius: 10px;
  line-height: 0;
  height: 0;
  overflow: hidden;
  border: none;
  transition: ease.3s;
}
.aimodule-center__video img, 
.aimodule-center__video video {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 10px;
  line-height: 0;
  overflow: hidden;
  border: none;
}

.aimodule__after-before {
  position: relative;
  width: 100%;
  height: 281px;
  border-radius: 10px;
  overflow: hidden;
}
.before-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  clip-path: inset(0 100% 0 0);
}
.aimodule__after-before-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #fff;
  cursor: default;
  z-index: 10;
}

.aimodule-center__info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.aimodule-center__title {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin-bottom: 24px;
}

.aimodule-bottom {
  padding: 60px 0;
  background: #0e1626 url(../img/aimodule/content-bg3.webp) top center no-repeat;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1199px) {
  .aimodule-top {
      padding: 50px 0 100px;
      position: relative;
      z-index: 1;
  }
  .aimodule-top__block {
    flex-direction: column;
  }
  .aimodule-top__info {
    text-align: center;
    margin: 0 0 40px;
    max-width: 600px;
  }
  .aimodule-top__info .aimodule-block-btn {
    justify-content: center;
  }
  .aimodule-center {
    padding: 35px;
    gap: 50px;
  }
  .aimodule-center__img {
    max-width: 390px;
  }
  .aimodule-center__video {
    padding-bottom: 227px;
  }
  .aimodule__after-before {
    height: 227px;
  }
}
@media (max-width: 991px) {
  .section-aimodule {
    padding: 84px 0 80px;
  }
  .aimodule-center {
    flex-direction: column;
  }
  .aimodule-center__img {
    order: 1;
  }
  .aimodule-center__info {
    order: 2;
  }
}
@media (max-width: 767px) {
  .aimodule-bottom {
    padding: 50px 0;
    background: #0e1626 url(../img/aimodule/content-bg3.webp) bottom center no-repeat;
  }
}
@media (max-width: 530px) {
  .section-aimodule {
    padding: 125px 0 80px;
  }
  .aimodule-top {
    padding: 50px 0 80px;
  }
  .aimodule-title {
    font-size: 34px;
  }
  .aimodule-block-btn {
    flex-direction: column;
    gap: 20px;
    margin-top: 35px;
  }
  .aimodule-desctription {
    font-size: 18px;
  }
  .aimodule-center__block {
    margin: 100px 0;
  }
  .aimodule-center {
    margin: 90px 0;
  }
  .aimodule-center__title {
    font-size: 22px;
  }
  .aimodule-center {
    padding: 15px;
    gap: 30px;
  }
  .aimodule-center__icon {
    right: 20px;
  }
  .aimodule-center__icon-left {
    right: initial;
    left: 20px;
  }
}
/* thankscourse */
.thankscourse-wrap {
  height: calc(100vh - 434px);
  min-height: min-content;
  padding: 47px 0 120px;
}
.thankscourse-title {
  font-weight: 700;
  font-size: 44px;
  text-align: center;
  color: #fff;
  margin-bottom: 18px;
  text-transform:uppercase;
  font-family: 'BebasNeueBold';
  letter-spacing:1.4px;
}
.thankscourse-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #e5e3d3;
  margin-bottom: 30px;
}
.thankscourse-block {
  display: flex;
  justify-content: space-between;
  gap: 64px;
  margin-top: 40px;
}
.thankscourse-info {
  background: #2b2b2b;
  max-width: 420px;
  flex: 1;
  padding: 30px 45px 30px 40px;
  border-radius: 3px

}
.thankscourse-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #E5E3D3;
  margin-bottom: 12px;
  display:flex;
}

.thankscourse-text span{
  flex-shrink:0;
  width:20px
}

.thankscourse-text:last-child{
  margin-bottom:0
}
.thankscourse-iframe {
  max-width: 354px;
  width: 100%;
}
.thankscourse-iframe iframe {
  width: 100%;
  border: none; 
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08); 
  border-radius: 4px;
}
@media (max-width: 991px) {
  .thankscourse-wrap {
    padding: 50px 0 100px;
  }
  .thankscourse-block {
    gap: 50px;
  }
  .thankscourse-iframe {
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .thankscourse-block {
    gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 530px) {
  .thankscourse-wrap {
    padding: 50px 0 70px;
  }
  .thankscourse-info{
    padding:30px 20px
  }
}

.add-reviews{position:relative;max-width:534px;width:100%;margin:auto;padding:28px 30px;border: 1px solid #999;border-radius: 10px;box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);background: #fff;font-family: "Roboto", sans-serif;}
.add-reviews__close{transition:.3s;position:absolute;top: 0px;right: -40px;fill:#1e2430;width:24px;height:24px;opacity:.5;cursor:pointer}
.add-reviews__close:hover{opacity:1}
.add-reviews__title{margin-bottom:20px;text-align:center;font-family: 'BebasNeueBold';font-weight: 700;font-size: 34px;color: #292b2e;}
.add-reviews__label{display:flex;flex-direction: column; width:100%;margin-bottom:18px}
.add-reviews__label > label{display:none!important}
.add-reviews__label__title {font-weight: 500;font-size: 18px;line-height: 133%;color: #292b2e;margin-bottom: 8px;}
.add-reviews__label__input{display:flex;width:100%;height:48px;background:#fff;box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);border: 1px solid #dfe0e0;border-radius: 8px;padding: 12px 16px 12px 16px;font-weight: 400;font-size: 18px;line-height: 133%;color: #545558;font-family: "Roboto", sans-serif;}
.add-reviews__label__input::placeholder{color: rgba(84, 85, 88, 0.65);font-family: "Roboto", sans-serif;font-weight: 400;font-size: 18px;line-height: 133%;}
.add-reviews__label__input.is-invalid{border-color:#dd898f}
.add-reviews__label__input.is-invalid::placeholder{color:#fe816c}
.add-reviews__label__textarea{display:flex;width:100%;height:223px;resize:none;box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);background: #fff;border: 1px solid #dfe0e0;border-radius: 8px;padding: 12px 16px 12px 16px;font-weight: 400;font-size: 18px;line-height: 133%;color: #545558;font-family: "Roboto", sans-serif;}
.add-reviews__label__textarea::placeholder{color: rgba(84, 85, 88, 0.65);font-family: "Roboto", sans-serif;font-weight: 400;font-size: 18px;line-height: 133%;}
.add-reviews__label__textarea.is-invalid{border-color:#dd898f}
.add-reviews__label__textarea.is-invalid::placeholder{color:#fe816c}
.add-reviews__info{font-weight: 400;font-size: 17px;line-height: 141%;color: rgba(84, 85, 88, 0.65);}
.add-reviews__info a{color:rgba(84, 85, 88, 0.65);text-decoration:underline}
.add-reviews__info a:hover{text-decoration:none}
.add-reviews__button{transition:.3s;display:flex;justify-content:center;align-items:center;background:#00ab47;color:#fff;height:60px;width: 290px;margin: 32px auto 0;border-radius:8px;border:none;cursor:pointer;font-weight: 500;font-size: 20px;line-height: 120%;text-transform: uppercase;color: #fff;font-family: "Roboto", sans-serif;}
.add-reviews__button:hover{background: #00cc55;}
.add-reviews__button.is-disabled{pointer-events:none;background:#bebebe}

.add-completed{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff;max-width:452px;width:100%;margin:auto;padding:18px 30px 40px;text-align:center;border: 1px solid #999;border-radius: 10px;box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);}
.add-completed__close{transition:.3s;position:absolute;top: 0px;right: -40px;fill:#1e2430;width:24px;height:24px;opacity:.5;cursor:pointer}
.add-completed__close:hover{opacity:1}
.add-completed__icon{width:122px;height:122px;margin-bottom:16px}
.add-completed__title{font-family: 'BebasNeueBold';margin-bottom:10px;font-weight: 700;font-size: 28px;text-align: center;color: #292b2e;}
.add-completed__desc{font-weight: 400;font-size: 18px;text-align: center;color: #454543;}

@media screen and (max-width: 767px) {
  .add-completed__close{top:12px;right:16px;}
  .add-completed__close path{stroke: #000;}
  .add-reviews__close{top:12px;right:16px;}
  .add-reviews__close path{stroke: #000;}
}
@media screen and (max-width: 575px) {
    .add-reviews{padding:20px}
    .add-reviews__button {width: 260px;}
    .add-reviews__label__textarea{height: 125px;}
}

.payment-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;min-height:60px}
.payment-item{position:relative;display:flex;justify-content:center;align-items:center;width:32px;height:32px}
.payment-item.is-tooltip{z-index:5}
.payment-item:hover .payment-item__text{opacity:1}
.payment-item__icon{display:flex;justify-content:center;align-items:center}
.payment-item__icon-visa{width:26px;height:32px}
.payment-item__icon-mir{width:38px;height:12px}
.payment-item__icon-sber{width:28px;height:28px}
.payment-item__icon-sbp{width:22px;height:28px}
.payment-item__icon-cashless{width:29px;height:29px}
.payment-item__icon-foreign{width:24px;height:28px}
.payment-item__icon__img{width:100%;height:100%;object-fit:contain;object-position:center}
.payment-item__text{opacity:0;transition:.3s;position:absolute;bottom:calc(100% + 10px);left:-5px;z-index:5;white-space:nowrap;display:flex;justify-content:center;align-items:center;background:#fff;color:#414651;height:30px;padding:0 10px;text-align:center;font-family: 'Roboto Medium', sans-serif;font-size:12px;font-weight:500;border-radius:7px;filter:drop-shadow(0px 2px 6px rgba(0, 0, 0, .15));pointer-events:none}
.payment-item__text::before{position:absolute;bottom:-4px;left:15px;z-index:-1;content:'';background:#fff;width:12px;height:12px;transform:rotate(45deg)}

@media screen and (max-width: 1199px) {
  .payment-item__text{left:auto;right:-5px}
  .payment-item__text::before{right:15px;left:auto}
}

@media screen and (max-width: 767px) {
  .payment-item__text{right:auto;left:50%;transform:translateX(-50%)}
  .payment-item__text::before{left:calc(50% - 6px);right:auto}
}

@media screen and (max-width: 575px) {
  .payment-grid{max-width:170px;margin:0 auto}
  .payment-item__text{font-size:12px}
}


.course-price-version{flex-shrink:0}
.course-price-version strong{position:relative;font-weight:700;font-size:25px;color:#fff;padding:0 13px 0 0}
.course-price-version span{position:relative;font-weight:400;font-size:24px;color:rgba(229, 227, 211, 0.65);opacity:0.8}
.course-price-version span::before, .course-price-version span::after{background-image: none;background-color: #e5e3d3;opacity: .4;width: 100%;height: 1px;position: absolute;content: '';display: inline-block;transform: rotate(30deg);left: 0%;top: 50%;margin-top: 0px;margin-left: 0px;}
.course-price-version span::after{transform: rotate(-30deg);}

.course-page{}
.course-page .course-btn::after{background:#512a8c url('../img/course/new/cart-icon.png') center 27px no-repeat}

.course-lead{color:#fff;margin-top:75px}
.course-lead-inner{display:flex;justify-content:space-between;align-items:start}
.course-lead-info{width:100%;max-width:445px;padding-top:10px}
.course-lead-info__online{margin-bottom:12px;line-height:1;font-family:'RobotoCondensed-Bold', sans-serif;font-size:24px;letter-spacing:0.7px}
.course-lead-info__title{margin-bottom:25px;line-height:1;font-family: 'BebasNeueBold', sans-serif;font-size:44px;letter-spacing:1.4px}
.course-lead-info__list{display:flex;flex-direction:column;gap:17px;margin-bottom:50px}
.course-lead-info__list li{position:relative;color:#e5e3d3;padding-left:25px;line-height:1;font-size:18px}
.course-lead-info__list li::before{position:absolute;top:2px;left:0;content:'';background: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.76679 12.8199C5.4185 12.8199 5.09188 12.6844 4.84633 12.4382L0.381267 7.97315C-0.12713 7.46557 -0.12713 6.63954 0.381267 6.13128L1.43349 5.07906C1.94107 4.57066 2.76778 4.57066 3.27536 5.07906L5.76679 7.57049L12.7241 0.613994C13.2317 0.105597 14.0584 0.105597 14.566 0.613994L15.6182 1.66622C15.8646 1.91258 16 2.2392 16 2.58681C16 2.93428 15.8646 3.26172 15.6182 3.50727L6.68806 12.4374C6.44183 12.6838 6.11508 12.8199 5.76679 12.8199ZM2.35408 5.81352C2.30639 5.81352 2.25883 5.83137 2.22232 5.86789L1.17009 6.92011C1.09706 6.99301 1.09706 7.1106 1.17009 7.1835L5.63516 11.6486C5.70506 11.7193 5.82865 11.7193 5.89855 11.6486L14.8287 2.71844C14.9016 2.64554 14.9016 2.52794 14.8287 2.45504L13.7765 1.40282C13.7034 1.32978 13.5858 1.32978 13.5129 1.40282L6.16127 8.75448C5.94325 8.9725 5.58965 8.9725 5.37162 8.75448L2.48503 5.86857C2.44933 5.83137 2.40246 5.81352 2.35408 5.81352Z' fill='%23EEDD75'/%3E%3C/svg%3E%0A") no-repeat center / contain;width:16px;height:13px}
.course-lead-info__action{display:flex;align-items:center;gap:30px}
.course-lead-info__action__button{}
.course-lead-pic{overflow:hidden;flex-shrink:0;width:100%;max-width:475px;border-radius:3px}
.course-lead-pic__container{position:relative;width:100%;padding-bottom:calc(398 / 474 * 100%)}
.course-lead-pic__container .course-after{position:absolute;bottom:10px;left:10px;z-index:5;display:flex;justify-content:center;align-items:center;background:rgba(36, 36, 36, 0.75);color:#fff;height:31px;font-size:16px;padding:0 10px;border-radius:3px}
.course-lead-pic__container .course-before{position:absolute;right:10px;bottom:10px;z-index:5;display:flex;justify-content:center;align-items:center;background:rgba(36, 36, 36, 0.75);color:#fff;height:31px;font-size:16px;padding:0 10px;border-radius:3px}
.course-lead-pic__container .js-twentytwenty{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}
.course-lead-pic__container .twentytwenty-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}
.course-lead-pic__container .twentytwenty-container{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%!important}
.course-lead-pic__container .twentytwenty-container img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%!important;object-position:left;object-fit:cover}
.course-lead-pic__container .twentytwenty-container .twentytwenty-handle{background:url('../img/course/new/twenty-control.svg') no-repeat center / 30px 34px}
.course-lead-pic__container .twentytwenty-container .twentytwenty-handle:before{margin-bottom:15px}
.course-lead-pic__container .twentytwenty-container .twentytwenty-handle:after{margin-top:15px}
.course-lead-pic__container .twentytwenty-container .twentytwenty-handle:before,
.course-lead-pic__container .twentytwenty-container .twentytwenty-handle:after{width:2px;margin-left:-1px}

.course-include{}
.course-include-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:15px;margin-top:40px}
.course-include-item{background:#2b2b2b;color:#fff;border-radius:3px}
.course-include-item__pic{overflow:hidden;position:relative;padding-bottom:calc(196 / 311 * 100%);border-radius:3px}
.course-include-item__pic img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}
.course-include-item__text{line-height:1.35;padding:15px;font-size:20px;font-family:'RobotoCondensed-Bold', sans-serif;;text-align:center}
.course-include-action{display:flex;justify-content:center;align-items:center;margin-top:50px}

.course-accordion-action{display:flex;justify-content:center;align-items:center;margin-top:50px}

.course-video{padding-bottom:115px}
.course-video h3{padding-bottom:50px}
.course-video .video-thumbnail__play{background-image:url('../img/course/new/play-icon.svg');width:60px;height:60px}

.course-desc{padding-bottom:115px}
.course-desc-body{color:#e5e3d3;font-size:18px;line-height:1.2;margin-top:12px}
.course-desc-body p{margin-bottom:0}
.course-desc-body p:last-child{margin-bottom: 0}
.course-desc-action{display:flex;justify-content:center;align-items:center;margin-top:46px}

.course-reviews{padding-bottom:150px}
.course-reviews-slider{margin-top:40px}
.course-reviews-slider .slick-list{margin:-8px}
.course-reviews-slider .slick-slide{margin:8px}
.course-reviews-slider .slick-dots{bottom:-30px}
.course-reviews-slider .slick-dots li{transition:.3s;background:#fff;width:6px;height:6px;border-radius:50%;transform-origin:center;cursor:pointer}
.course-reviews-slider .slick-dots li:hover{background:#eedd75;}
.course-reviews-slider .slick-dots li.slick-active{background:#eedd75;transform:scale(2)}
.course-reviews-slider .slick-dots li button{cursor:default;pointer-events:none}
.course-reviews-slide{background:#363636;padding:25px 25px 30px;box-shadow:0 1px 8px rgba(11, 11, 11, 0.25);outline:0}
.course-reviews-slide__name{color:#fff;margin-bottom:15px;font-size:20px;font-weight:500}
.course-reviews-slide__desc{color:#e5e3d3;line-height:1.5}

.course-price-discount{display:flex;justify-content:center;align-items:center;gap:8px;width:228px;margin-top:12px}
.course-price-discount svg{width:15px;height:15px}
.course-price-discount span{color: rgba(229, 227, 211, 0.8);font-size:16px}

@media screen and (min-width: 992px) {
  .course-reviews-slider:not(.slick-initialized){display:grid;grid-template-columns:repeat(2, 1fr);gap:16px}
  .course-reviews-slider:not(.slick-initialized) .course-reviews-slide:nth-child(n+3){display:none}
}

@media screen and (max-width: 991px) {
  .course-reviews-slider:not(.slick-initialized){display:grid;grid-template-columns:repeat(1, 1fr);gap:16px}
  .course-reviews-slider:not(.slick-initialized) .course-reviews-slide:nth-child(n+2){display:none}
}

.course-promo{background:#242424 url('../img/course/new/promo-bg.webp') no-repeat center / cover}
.course-promo-wrap{height:535px}
.course-promo-info{display:flex;flex-direction:column;justify-content:start;align-items:start;padding-top:70px;max-width:400px}
.course-promo-info__title{text-align:left!important}
.course-promo-info__list{color:#E5E3D3;margin-top:20px;line-height:1.4}
.course-promo-info__list li{position:relative;margin-bottom:15px;padding-left:25px;font-size:18px}
.course-promo-info__list li::before{position:absolute;top:7px;left:0;content:'';background:#eedd75;width:10px;height:10px;border-radius:50%}
.course-promo-info__list li:last-child{margin-bottom:0}
.course-promo-info__action{display:flex;justify-content:center;align-items:center;gap:15px 25px;margin-top:50px}
.course-promo-info__discount{color:#E5E3D3;margin-top:18px;font-size:18px}
.course-promo-pic{}

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {
  .course-page{margin-top:-10px}
  .course-lead-inner{flex-direction:column;justify-content:center;align-items:center}
  .course-lead-info{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:100%;padding:0 0 30px 0}
  .course-lead-info__online{text-align:center}
  .course-lead-info__title{text-align:center}
  .course-lead-info__list{max-width:475px}
  .course-lead-info__action{justify-content:center;align-items:center;flex-wrap:wrap}
}

@media screen and (max-width: 767px) {
  .course-include-grid{grid-template-columns:repeat(1, 1fr);max-width:320px;margin:40px auto 0}
  .course-video{padding-bottom:100px}
  .course-desc{padding-bottom:100px}
  .course-promo{position:relative}
  .course-promo::before{position:absolute;top:0;right:0;bottom:0;left:0;content:'';background:rgba(0, 0, 0, .5)}
  .course-promo-wrap{display:flex;justify-content:center;align-items:center;height:auto}
  .course-promo-info{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px 0}
  .course-promo-info__action{justify-content:center;align-items:center;flex-wrap:wrap;width:100%}
  .course-promo-info__title{text-align:center!important}
  .course-promo-info__discount{text-align:center;margin-top:15px}
}

@media screen and (max-width: 530px) {

  .course-lead-pic__container .course-after, .course-lead-pic__container .course-before{font-size:14px}
  .course-advantages__item{width:100%}
  .course-video .video-thumbnail__play{width:40px;height:40px}
}

.adv-course{position:relative;background:url('../img/tutorial-course.webp') no-repeat center / cover;color:#e5e3d3;margin-top:79px}
.adv-course + .section-article{}
.adv-course + .section-article h1{margin-top:0}
.adv-course::before{position:absolute;top:-84px;right:0;bottom:0;left:0;z-index:-1;content:'';background:#242424}
.adv-course-wrap{display:flex;flex-direction:column;align-items:start;max-width:950px;min-height:670px;margin:0 auto;padding:80px 0}
.adv-course-title{color:#fff;line-height:1;margin:0 0 25px 0!important;padding:0!important;letter-spacing:0.03em;text-align:left!important}
.adv-course-desc{line-height:1.4!important;margin-bottom:20px;padding-bottom:0!important;font-family:'RobotoCondensed-Bold', sans-serif;font-size:20px!important;text-align:left!important}
.adv-course-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}
.adv-course-list li{position:relative;padding-left:18px;line-height:1.4;font-size:18px;letter-spacing:-0.01em}
.adv-course-list li::before{position:absolute;top:7px;left:0;content:'';background:#eedd75;width:8px;height:8px;border-radius:50%}
.adv-course-button{flex-shrink:0;transition:.3s ease-in-out;display:flex;justify-content:center;align-items:center;gap:35px;background:#ff6e1d;color:#fff;fill:#fff;height:70px;margin-bottom:15px;padding:0 30px;font-family:'RobotoCondensed-Bold', sans-serif;font-size:20px;letter-spacing:0.03em;text-decoration:none;text-transform:uppercase}
.adv-course-button:hover{background:#fd4600}
.adv-course-date{position:relative;z-index:1;line-height:1.4;letter-spacing:-0.01em}

@media screen and (max-width: 1000px) {
  .adv-course{margin-top:50px}
  .adv-course::before{top:-50px}
}

@media screen and (max-width:575px) {
  .adv-course-wrap{padding:60px 0}
  .adv-course-title br{display:none}
  .adv-course-desc{font-size:18px!important}
  .adv-course-desc br{display:none}
  .adv-course-list{font-size:18px}
  .adv-course-list li::before{top:8px}
}

@media screen and (max-width: 530px) {
  .adv-course-button{height:60px;font-size:18px}
}

.lic{width:100%;max-width:100%;margin-top:36px}

.lic-head__action{display:flex;justify-content:center;align-items:center;margin:30px 0 0}
.lic-head__action__inner{display:flex;justify-content:center;align-items:center;background:#333;padding:4px;border-radius:4px}
.lic-head__action__button{transition:.3s;display:flex;justify-content:center;align-items:center;color:#fff;height:42px;min-width:125px;padding:0 15px;font-size:18px;font-family:'RobotoCondensed-Bold', sans-serif;border-radius:3px;cursor:pointer}
.lic-head__action__button.is-selected{pointer-events:none;background:#404040;color:#eed059;box-shadow:0 0 8px rgba(26, 26, 26, 0.2)}
.lic-head__action__button:not(.is-selected):hover{color:#eed059}