html {
  scroll-behavior: smooth;
  font-size: 17px;
  line-height: 1.25;
  /* overflow-x: hidden; */
}

@media (max-width: 991px) and (orientation: portrait) {
  html {
    font-size: 15px;
  }

}

@media (max-width: 991px) and (orientation: landscape) {
  html {
    font-size: 16px;
  }
}

/* .container div p, .container div ul li, .container div ol li {
      font-size: 17px;
  } */
.slick-slider * {
  box-sizing: border-box;
}

.cms-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 50px;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .cms-list {
    justify-content: center;
  }
}

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

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

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

.slick-list.dragging {
  /*cursor: pointer;*/
  cursor: grabbing;
}

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Thin.eot);
  src: local('Avenir Next Cyr Thin'), local('AvenirNextCyr-Thin'), url(../fonts/AvenirNextCyr/AvenirNextCyr-Thin.eot@) format('embedded-opentype'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-Thin.woff2.html) format('woff2'), url(../fonts/AvenirNextCyr/AvenirNextCyr-Thin.woff) format('woff'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-Thin.ttf) format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url(../fonts/AvenirNextCyr/AvenirNextCyr-MediumItalic.eot);
  src: local('Avenir Next Cyr Medium Italic'), local('AvenirNextCyr-MediumItalic'), url(../fonts/AvenirNextCyr/AvenirNextCyr-MediumItalic.eot@) format('embedded-opentype'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-MediumItalic.woff2.html) format('woff2'), url(../fonts/AvenirNextCyr/AvenirNextCyr-MediumItalic.woff) format('woff'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-MediumItalic.ttf) format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url(../fonts/AvenirNextCyr/AvenirNextCyr-ThinItalic.eot);
  src: local('Avenir Next Cyr Thin Italic'), local('AvenirNextCyr-ThinItalic'), url(../fonts/AvenirNextCyr/AvenirNextCyr-ThinItalic.eot@) format('embedded-opentype'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-ThinItalic.woff2.html) format('woff2'), url(../fonts/AvenirNextCyr/AvenirNextCyr-ThinItalic.woff) format('woff'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-ThinItalic.ttf) format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Italic.eot);
  src: local('Avenir Next Cyr Italic'), local('AvenirNextCyr-Italic'), url(../fonts/AvenirNextCyr/AvenirNextCyr-Italic.eot@) format('embedded-opentype'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-Italic.woff2.html) format('woff2'), url(../fonts/AvenirNextCyr/AvenirNextCyr-Italic.woff) format('woff'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-Italic.ttf) format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Cyr Bold';
  src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Bold.eot);
  src: local('Avenir Next Cyr Bold'), local('AvenirNextCyr-Bold'), url(../fonts/AvenirNextCyr/AvenirNextCyr-Bold.eot@) format('embedded-opentype'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-Bold.woff2.html) format('woff2'), url(../fonts/AvenirNextCyr/AvenirNextCyr-Bold.woff) format('woff'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr Medium';
  src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Medium.eot);
  src: local('Avenir Next Cyr Medium'), local('AvenirNextCyr-Medium'), url(../fonts/AvenirNextCyr/AvenirNextCyr-Medium.eot@) format('embedded-opentype'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-Medium.woff2.html) format('woff2'), url(../fonts/AvenirNextCyr/AvenirNextCyr-Medium.woff) format('woff'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url(../fonts/AvenirNextCyr/AvenirNextCyr-LightItalic.eot);
  src: local('Avenir Next Cyr Light Italic'), local('AvenirNextCyr-LightItalic'), url(../fonts/AvenirNextCyr/AvenirNextCyr-LightItalic.eot@) format('embedded-opentype'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-LightItalic.woff2.html) format('woff2'), url(../fonts/AvenirNextCyr/AvenirNextCyr-LightItalic.woff) format('woff'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-LightItalic.ttf) format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url(../fonts/AvenirNextCyr/AvenirNextCyr-DemiItalic.eot);
  src: local('Avenir Next Cyr Demi Italic'), local('AvenirNextCyr-DemiItalic'), url(../fonts/AvenirNextCyr/AvenirNextCyr-DemiItalic.eot@) format('embedded-opentype'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-DemiItalic.woff2.html) format('woff2'), url(../fonts/AvenirNextCyr/AvenirNextCyr-DemiItalic.woff) format('woff'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-DemiItalic.ttf) format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Heavy.eot);
  src: local('Avenir Next Cyr Heavy'), local('AvenirNextCyr-Heavy'), url(../fonts/AvenirNextCyr/AvenirNextCyr-Heavy.eot@) format('embedded-opentype'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-Heavy.woff2.html) format('woff2'), url(../fonts/AvenirNextCyr/AvenirNextCyr-Heavy.woff) format('woff'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-Heavy.ttf) format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url(../fonts/AvenirNextCyr/AvenirNextCyr-HeavyItalic.eot);
  src: local('Avenir Next Cyr Heavy Italic'), local('AvenirNextCyr-HeavyItalic'), url(../fonts/AvenirNextCyr/AvenirNextCyr-HeavyItalic.eot@) format('embedded-opentype'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-HeavyItalic.woff2.html) format('woff2'), url(../fonts/AvenirNextCyr/AvenirNextCyr-HeavyItalic.woff) format('woff'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-HeavyItalic.ttf) format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Cyr Ultra';
  src: url(../fonts/AvenirNextCyr/AvenirNextCyr-UltraLight.eot);
  src: local('Avenir Next Cyr Ultra Light'), local('AvenirNextCyr-UltraLight'), url(../fonts/AvenirNextCyr/AvenirNextCyr-UltraLight.eot@) format('embedded-opentype'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-UltraLight.woff2.html) format('woff2'), url(../fonts/AvenirNextCyr/AvenirNextCyr-UltraLight.woff) format('woff'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-UltraLight.ttf) format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr Light';
  src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Light.eot);
  src: local('Avenir Next Cyr Light'), local('AvenirNextCyr-Light'), url(../fonts/AvenirNextCyr/AvenirNextCyr-Light.eot@) format('embedded-opentype'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-Light.woff2.html) format('woff2'), url(../fonts/AvenirNextCyr/AvenirNextCyr-Light.woff) format('woff'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr Demi';
  src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Demi.eot);
  src: local('Avenir Next Cyr Demi'), local('AvenirNextCyr-Demi'), url(../fonts/AvenirNextCyr/AvenirNextCyr-Demi.eot@) format('embedded-opentype'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-Demi.woff2.html) format('woff2'), url(../fonts/AvenirNextCyr/AvenirNextCyr-Demi.woff) format('woff'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-Demi.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr Ultra';
  src: url(../fonts/AvenirNextCyr/AvenirNextCyr-UltraLightIt.eot);
  src: local('Avenir Next Cyr Ultra Light Italic'), local('AvenirNextCyr-UltraLightIt'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-UltraLightIt.eot@) format('embedded-opentype'), url(../fonts/AvenirNextCyr/AvenirNextCyr-UltraLightIt.woff2.html) format('woff2'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-UltraLightIt.woff) format('woff'), url(../fonts/AvenirNextCyr/AvenirNextCyr-UltraLightIt.ttf) format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url(../fonts/AvenirNextCyr/AvenirNextCyr-BoldItalic.eot);
  src: local('Avenir Next Cyr Bold Italic'), local('AvenirNextCyr-BoldItalic'), url(../fonts/AvenirNextCyr/AvenirNextCyr-BoldItalic.eot@) format('embedded-opentype'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-BoldItalic.woff2.html) format('woff2'), url(../fonts/AvenirNextCyr/AvenirNextCyr-BoldItalic.woff) format('woff'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-BoldItalic.ttf) format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Cyr Regular';
  src: url(../fonts/AvenirNextCyr/AvenirNextCyr-Regular.eot);
  src: local('Avenir Next Cyr Regular'), local('AvenirNextCyr-Regular'), url(../fonts/AvenirNextCyr/AvenirNextCyr-Regular.eot@) format('embedded-opentype'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-Regular.woff2.html) format('woff2'), url(../fonts/AvenirNextCyr/AvenirNextCyr-Regular.woff) format('woff'),
    url(../fonts/AvenirNextCyr/AvenirNextCyr-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Cond Regular';
  src: url(../fonts/ProximaNovaCond/ProximaNovaCond-Regular.eot);
  src: url(../fonts/ProximaNovaCond/ProximaNovaCond-Regular.woff2.html) format('woff2'), url(../fonts/ProximaNovaCond/ProximaNovaCond-Regular.woff) format('woff'),
    url(../fonts/ProximaNovaCond/ProximaNovaCond-Regular.ttf) format('truetype'), url(../fonts/ProximaNovaCond/ProximaNovaCond-Regular.eot@) format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
}

header {
  background: #00649F;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  top: 0;
  transition: top 0.3s;
}

header.headerScroll {
  top: 0;
  transition: top 0.3s;
}

@media (max-width: 1199px) {
  header {
    top: 0;
  }
}

@media (max-width: 767px) {
  header .container {
    width: 100%;
    max-width: 100%;
  }
}

header .header {
  /* position: relative; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  transition: all 0.3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  header .header {
    position: relative;
  }
}

header .header.menuHeight {
  height: 60px;
  transition: all 0.3s;
}

.rating-wrap {
  position: absolute;
  top: 95px;
  z-index: 2;
  width: 1000px;
  margin-left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

@media (max-width: 1399px) {
  .rating-wrap {
    top: 25px;
  }
}

@media (min-width: 1400px) and (max-height: 800px) {
  .rating-wrap {
    top: 40px;
  }
}

@media (max-width: 1199px) {
  .rating-wrap {
    display: none;
  }
}

@media (max-width: 1199px) {
  header .header {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  header .header {
    padding: 0 10px;
    height: 60px;
  }
}

header .header .menu-dropdown {
  position: absolute;
  top: auto;
  width: 100vw;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: visibility 0s, opacity 0s linear;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(49, 50, 51, 0.9);
  /* -webkit-transition-delay: .7s;
      -moz-transition-delay: .7s;
      -o-transition-delay: .7s;
      transition-delay: ; */
}

@media (max-width: 1199px) {
  header .header .menu-dropdown {
    position: fixed;
  }
}

header .header .menu-dropdown__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .header .menu-dropdown__list>li {
  padding: 48px 0 20px;
  width: 100%;
  text-align: center;
  max-width: 180px;
}

header .header .menu-dropdown__list>li>a {
  min-height: 113px;
}

header .header .menu-dropdown__list>li>a .icon-wrap {
  min-height: 70px;
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center*/
  display: block;
  text-align: center;
}

header .header .menu-dropdown__list li a {
  position: relative;
  color: #caccce;
  font-size: 16px;
  text-transform: none;
  /*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: start;*/
  /*-ms-flex-pack: start;*/
  /*justify-content: flex-start;*/
  /*text-align: center;*/
  display: block;
  /*width: 90px;*/
  /*padding: 0 41px;*/
  line-height: 1;
}

header .header .menu-dropdown__list>li>a {
  text-align: center;
}

.free-item>a {
  text-align: left;
}

header .header .menu-dropdown__list li a:hover {
  /*-webkit-animation: pulse 1s;*/
  /*animation: pulse 1s*/
}

header .header .menu-dropdown__list li a:hover:after,
header .header .menu-dropdown__list li a:hover:before {
  display: none;
}

header .header .menu-dropdown__list li a.service-web i {
  width: 49px;
  height: 48px;
  background: url(../images/icon/service-web.png) no-repeat;
}

header .header .menu-dropdown__list li a.service-support i {
  width: 50px;
  height: 48px;
  background: url(../images/icon/service-support.png) no-repeat;
}

header .header .menu-dropdown__list li a.service-brand i {
  width: 48px;
  height: 52px;
  background: url(../images/icon/service-brand.png) no-repeat;
}

header .header .menu-dropdown__list li a.service-mobile i {
  width: 37px;
  height: 52px;
  background: url(../images/icon/service-mobile.png) no-repeat;
}

header .header .menu-dropdown__list li a.service-seo i {
  width: 49px;
  height: 53px;
  background: url(../images/icon/service-seo.png) no-repeat;
}

header .header .menu-dropdown__list li a.service-adword i {
  width: 55px;
  height: 55px;
  background: url(../images/icon/service-adword.png) no-repeat;
}

header .header .menu-dropdown__list li a.service-seo-social i {
  width: 55px;
  height: 55px;
  background: url(../images/icon/service-seo-social.png) no-repeat;
}

header .header .menu-dropdown__list li a.about-news i {
  width: 60px;
  height: 56px;
  background: url(../images/icon/about-news-ico.png) no-repeat;
}

header .header .menu-dropdown__list li a.about-share i {
  width: 57px;
  height: 57px;
  background: url(../images/icon/about-share-ico.png) no-repeat;
}

header .header .menu-dropdown__list li a.about-reviews i {
  width: 55px;
  height: 55px;
  background: url(../images/icon/about-reviews-ico.png) no-repeat;
}

header .header .menu-dropdown__list li a.about-certificates i {
  width: 60px;
  height: 58px;
  background: url(../images/icon/about-certificates-ico.png) no-repeat;
}

header .header .menu-dropdown__list li a.about-clients i {
  width: 55px;
  height: 55px;
  background: url(../images/icon/about-clients-ico.png) no-repeat;
}

header .header .menu-dropdown__list li a.about-partners i {
  width: 69px;
  height: 42px;
  background: url(../images/icon/about-partners-ico.png) no-repeat;
}

header .header .menu-dropdown__list li a.about-vacancy i {
  width: 60px;
  height: 60px;
  background: url(../images/icon/about-vacancy-ico.png) no-repeat;
}

header .header .menu-dropdown__list li a.portfolio-web i {
  width: 49px;
  height: 49px;
  background: url(../images/icon/portfolio-web.png) no-repeat;
}

header .header .menu-dropdown__list li a.portfolio-brand i {
  width: 49px;
  height: 49px;
  background: url(../images/icon/portfolio-brand.png) no-repeat;
}

header .header .menu-dropdown__list li a.portfolio-clients i {
  width: 49px;
  height: 49px;
  background: url(../images/icon/portfolio-clients.png) no-repeat;
}

header .header .menu-dropdown__list li a:hover i {
  background-position: 0 100% !important;
  -webkit-transform: translateY(-10px) !important;
  -moz-transform: translateY(-10px) !important;
  -ms-transform: translateY(-10px) !important;
  -o-transform: translateY(-10px) !important;
  transform: translateY(-10px) !important;
}

header .header .menu-dropdown__list li a i.icon {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  /*background-size: auto 200%;*/
}

header .header .menu-dropdown__list li:hover.dropdown-active>.menu-dropdown {
  visibility: visible;
  opacity: 1;
}

header .header .menu-dropdown__list li:hover.dropdown-active:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 146px;
  height: 2px;
  margin-left: 10px;
  background: #ffc600;
}

header .header .menu-dropdown__list li:hover.dropdown-active:before {
  content: '';
  position: absolute;
  bottom: -5px;
  z-index: 1;
  margin-left: 79px;
  display: block;
  width: 10px;
  height: 5px;
  background: url(../images/icon/arr_yellow.png) no-repeat;
}

header .header .menu-dropdown__list li .menu-dropdown {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  transition: visibility 0s, opacity 0s linear;
}

header .header .menu-dropdown__list li .menu-dropdown .container {
  position: relative;
}

header .header .menu-dropdown__list li .menu-dropdown .container:after,
header .header .menu-dropdown__list li .menu-dropdown .container:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}

header .header .menu-dropdown__list li .menu-dropdown .container:after {
  background: hsla(0, 0%, 100%, 0.1);
  top: -1px;
}

header .header .menu-dropdown__list li .menu-dropdown ul {
  width: 100%;
  display: block;
  padding: 25px 0 40px;
  text-align: left;
}

header .header .menu-dropdown__list li .menu-dropdown ul.submenu-level3-dev {
  width: 33.3333%;
}

header .header .menu-dropdown__list li .menu-dropdown ul.submenu-level3-dev li.name_submenu_level3,
li.name_submenu_level3 {
  color: #fff;
  font-weight: bold;
}

header .header .menu-dropdown__list li .menu-dropdown ul li {
  margin-bottom: 10px;
  margin-right: 60px;
  display: inline-block;
  height: auto;
}

header .header .menu-dropdown__list li .menu-dropdown ul.submenu-level3-dev li {
  width: 100%;
}

header .header .menu-dropdown__list li .menu-dropdown ul#web_drop li:nth-child(1) {
  order: 1;
}

header .header .menu-dropdown__list li .menu-dropdown ul#web_drop li:nth-child(2) {
  order: 4;
}

header .header .menu-dropdown__list li .menu-dropdown ul#web_drop li:nth-child(3) {
  order: 2;
}

header .header .menu-dropdown__list li .menu-dropdown ul#web_drop li:nth-child(4) {
  order: 5;
}

header .header .menu-dropdown__list li .menu-dropdown ul#web_drop li:nth-child(5) {
  order: 3;
}

header .header .menu-dropdown__list li .menu-dropdown ul#web_drop li:nth-child(6) {
  order: 6;
}

header .header .menu-dropdown__list li .menu-dropdown ul li a {
  position: relative;
  padding-left: 25px;
  width: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

header .header .menu-dropdown__list li .menu-dropdown ul li a:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #ffc600;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 5px;
}

.service__text {
  position: relative;
  display: inline-block;
}

.service__text .fa-icon.fas {
  position: absolute;
  top: 3px;
  right: -12px;
  font-size: 12px;
}

header .header-logo {
  width: 160px;
  z-index: 522;
}

@media (max-width: 1199px) {
  header .header-logo {
    width: 137px;
    position: absolute;
    left: 50%;
    margin-left: -68.5px;
    top: 33px;
  }

  header .menuHeight .header-logo {
    top: 18px;
  }
}

@media (max-width: 767px) {
  header .header-logo {
    top: 18px;
  }
}

header .header-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199px) {
  header .header-menu {
    display: none;
  }
}

header .header-menu ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

header .header-menu ul li {
  height: 100%;
}

header .header-menu ul li.dropdown:hover:after {
  border-color: #ffc600 transparent transparent;
}

header .header-menu ul li.dropdown:hover>.menu-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

/* header .header-menu ul li.dropdown {
      position: relative
  } */
@media (max-width: 1199px) {
  header .header-menu ul li.dropdown {
    position: relative;
  }
}

/* header .header-menu ul li.dropdown:nth-child(1):after {
  right: -70px;
  top: -48%;
  position: relative;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0;
  border-color: #fff transparent transparent;
} */

header .header-menu ul li.dropdown:nth-child(2):after {
  right: -127px;
  top: -48%;
  position: relative;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0;
  border-color: #fff transparent transparent;
}

header .header-menu ul li.dropdown:nth-child(2):after {
  right: -80px;
}

header .header-menu ul li a,
header .header-menu ul li .without_link {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Avenir Next Cyr Regular';
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  position: relative;
}

header .header-menu ul li a.active,
header .header-menu ul li a:hover,
header .header-menu ul li .without_link.active,
header .header-menu ul li .without_link:hover {
  color: #FA4659;
}

header .header-menu ul li a.active:after,
header .header-menu ul li a.active:before,
header .header-menu ul li a:hover:after,
header .header-menu ul li a:hover:before,
header .header-menu ul li .without_link.active:after,
header .header-menu ul li .without_link.active:before,
header .header-menu ul li .without_link:hover:after,
header .header-menu ul li .without_link:hover:before {
  width: 50%;
}

header .header-menu ul li a:active,
header .header-menu ul li .without_link:active {
  color: #a47f00;
}

header .header-menu ul li a:active:after,
header .header-menu ul li a:active:before,
header .header-menu ul li .without_link:active:after,
header .header-menu ul li .without_link:active:before {
  background: #a47f00;
}

header .header-menu ul li a:after,
header .header-menu ul li .without_link:after {
  left: 50%;
}

header .header-menu ul li a:before,
header .header-menu ul li .without_link:before {
  right: 50%;
}

header .header-menu ul li a:after,
header .header-menu ul li a:before,
header .header-menu ul li .without_link:after,
header .header-menu ul li .without_link:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #FA4659;
}

header .header-phone {
  /* padding-left: 35px;
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
  /*-ms-flex-direction: column;*/
  /*flex-direction: column;*/
  /* background: url(../images/icon/mobile-screen-button-solid.svg) no-repeat 0;
  z-index: 522; */
  position: relative;
}

.fa-solid {
  position: absolute;
  color: #fd4957;
  top: 8px;
  font-size: 29px !important;
  left: -35px;
}

header .header-phone>a {
  display: block;
}

a img {
  border: 0px;
}

@media (max-width: 767px) {
  header .header-phone {
    /* display: none; */
    background: none;
    padding-left: 0;
    /*z-index: 22;*/
  }



  header .header-phone>span {
    display: none;
  }
}

header .header-phone a {
  font-size: 16px;
  font-family: 'Avenir Next Cyr Bold';
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .fa-mobile-screen-button {
    display: none !important;
  }

  .facts__figure {
    background-image: none !important;
  }

  .banner .cast-symbol {
    background-image: url(../images/banner-after-mobile.png) !important;
  }

  header .header-phone a {
    display: inline-block;
    padding-right: 5px;
    width: 18px;
    height: 30px;
    background: url(../images/icon/phone.png) no-repeat 0;
    font-size: 0;
    vertical-align: middle;
  }
}

header .header-phone a:hover {
  color: #FA4659;
}

header .header-phone span {
  font-size: 11px;
  color: #99999a;
}

header .header-order {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Avenir Next Cyr Bold';
  color: #313233;
  background: #FA4659;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 150px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  header .header-order {
    display: none;
  }
}

header .header-order .arrow {
  margin-left: 15px;
}

header .header-order:hover {
  background: #E23E57;
}

header .header-order:active {
  background: #E23E57;
}

header .header .mob-menu-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  /*margin-left: -1250px;*/
  /*left: -1200px;*/
  left: 0;
  transform: translateX(-100%);
  z-index: 500;

  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

@media (min-width: 1200px) {
  header .header .mob-menu-wrap {
    opacity: 0;
    display: none;
  }
}

header .header .mob-menu-wrap.show {
  /*margin-left: 0;*/
  /*left: 0;*/
  transform: translateX(0%);
  opacity: 1;
  background: #27282a;
}

header .header .mob-menu-wrap .mob-menu-top {
  padding-top: 30px;
  background: transparent;
  padding-bottom: 30px;
  /* background: #313234; */
}

header .header .mob-menu-wrap .mob-menu-top button.close {
  position: relative;
  left: 18px;
  cursor: pointer;
  border: 0;
  width: 32px;
  height: 33px;
  /*background: url(../images/icon/close-ico.png) no-repeat;*/
  background-color: #313233;
}

header .header .mob-menu-wrap .mob-menu-top button.close:focus {
  outline: 0;
}

header .header .mob-menu-wrap .mob-menu {
  background: #313234;
  position: relative;
  list-style: none;
  margin-top: 29px;
  border-bottom: 1px solid #2c2d2f;
}

header .header .mob-menu-wrap .mob-menu:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #464749;
  width: 100%;
  height: 1px;
}

/*header .header .mob-menu-wrap .mob-menu li.dropdown>a {*/
/*position: relative*/
/*}*/

header .header .mob-menu-wrap .mob-menu li.dropdown:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  margin-top: -4.5px;
  /*padding-left: 300px;*/
  width: 30px;
  height: 30px;
  background: url(../images/icon/drop-arrow.png) no-repeat center;
  transition: 0.3s;
}

header .header .mob-menu-wrap .mob-menu li.dropdown ul {
  display: none;
  background: #27282a;
  list-style: none;
  padding-left: 10px;
}

header .header .mob-menu-wrap .mob-menu li.dropdown ul li a {
  /*display: block;*/
  padding: 5px 0 5px 15px;
  color: #b9b9b9;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s;
}

header .header .mob-menu-wrap .mob-menu li.dropdown ul li a:hover {
  color: #ffc600;
}

header .header .mob-menu-wrap .mob-menu li.dropdown ul li a:active {
  color: #aa8400;
}

header .header .mob-menu-wrap .mob-menu li.open {
  background: #27282a;
}

.fancybox-content form {
  overflow: hidden;
}

header .header .mob-menu-wrap .mob-menu li.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(../images/icon/drop-arrow.png) no-repeat center;
}

header .header .mob-menu-wrap .mob-menu li {
  border-top: 1px solid #464749;
  position: relative;
}

header .header .mob-menu-wrap .mob-menu li a,
.without_link {
  display: inline-block;
}

header .header .mob-menu-wrap .mob-menu li>a,
header .header .mob-menu-wrap .mob-menu li>.without_link {
  box-sizing: border-box;
  color: #fff;
  padding: 8px 0 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}

header .header .mob-menu-wrap .mob-menu li.mob-menu-orange>a,
header .header .mob-menu-wrap .mob-menu li.mob-menu-orange>.without_link {
  color: #ffc600;
}

header .header .mob-menu-wrap .mob-menu li>a:hover,
header .header .mob-menu-wrap .mob-menu li>.without_link:hover {
  color: #ffc600;
}

header .header .mob-menu-wrap .mob-menu li>a:active,
header .header .mob-menu-wrap .mob-menu li>.without_link:active {
  color: #aa8400;
}

/*
  header .header .mob-menu-wrap .mob-menu li>a:before {
      content: "";
      display: block;
      position: absolute;
      top: -2px;
      left: 0;
      background: #2c2d2f;
      width: 100%;
      height: 1px
  }*/

header .header .mob-menu-wrap .mob-menu-bottom {
  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;
  padding: 45px 0 32px;
  background: #27282a;
  flex-direction: column;
  align-items: center;
}

header .header .mob-menu-wrap .mob-menu-bottom .header-phone {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  header .header .mob-menu-wrap .mob-menu-bottom .header-phone {
    padding-left: 35px;
    background: url(../images/icon/phone.png) no-repeat 0;
  }

  header .header .mob-menu-wrap .mob-menu-bottom .header-phone a {
    display: inline-block;
    padding-right: 0;
    width: auto;
    height: auto;
    background: none;
    font-size: 16px;
  }

  header .header .mob-menu-wrap .mob-menu-bottom .header-phone>span {
    display: block;
  }

  header .header .mob-menu-wrap .mob-menu-top {
    padding-top: 20px;
    background: transparent;
  }

  header .header .mob-menu-wrap .mob-menu-top button.close {
    left: 24px;
    top: -7px;
    /*.background: url(../images/icon/close-ico.png) no-repeat;*/
    background-color: #313233;
  }
}

header .header .mob-menu-wrap .mob-menu-bottom .header-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  width: 145px;
  height: 55px;
  text-transform: none;
}

header .header .mob-menu-wrap .mob-menu-bottom .header-order .arrow {
  margin-left: 9px;
  margin-top: 1px;
  padding: 5px;
}

header .navbar-toggle {
  cursor: pointer;
  left: -15px;
  z-index: 1000;
  /*border: none;*/
  /*width: 30px;
      height: 26px;
      background: url(../images/icon/menu-ico.png) no-repeat*/
}

@media (max-width: 1199px) {
  header .navbar-toggle {
    display: inline-block !important;
  }
}

.banner {
  position: relative;
  z-index: 11;
  padding-top: 0px;
  margin-bottom: 60px;
}

.banner .c-symbol-wrap {
  height: calc(100vh - 128px);
  position: absolute;
  width: 1000px;
  left: 0;
  top: 0px;
  z-index: 1;
}

.banner .c-symbol {
  background-image: url(../images/banner-before-1.png);
  height: 1000px;
  position: absolute;
  width: 100vh;
  left: -410px;
  top: 218px;
  background-repeat: no-repeat;
  z-index: 1;
}

@media (max-width: 1679px) {
  .banner .c-symbol-wrap {
    width: 700px;
  }

  .banner .c-symbol {
    width: 100vh;
  }
}

@media (max-width: 1199px) {
  .banner .c-symbol-wrap {
    height: calc(100vh - 90px);
  }

  .banner .c-symbol {
    width: 543px;
    height: calc(100% + 55px);
    top: -55px;
  }
}

@media (max-width: 991px) {

  .banner .c-symbol-wrap,
  .banner .c-symbol {
    display: none;
  }

  .main__menu_logo img {
    width: 200px;
  }
}

.banner .cast-symbol-wrap {
  height: calc(100vh - 90px);
  position: absolute;
  width: 900px;
  right: 0;
  top: 0px;
  z-index: 1;
}

.banner .cast-symbol {
  background-image: url(../images/banner-after.png);
  height: calc(100vh - 5px);
  position: absolute;
  width: 335px;
  left: calc(900px - 360px);
  bottom: -70px;
  background-repeat: no-repeat;
  z-index: 1;
}

@media (max-width: 1679px) {
  .banner .cast-symbol {
    width: 480px;
    left: calc(900px - 480px);
  }
}

@media (max-width: 1399px) {
  .banner .cast-symbol {
    width: 360px;
    left: calc(900px - 360px);
  }
}

@media (max-width: 991px) {
  .banner .cast-symbol {
    width: 300px;
    left: calc(900px - 300px);
    top: -60px;
  }
}

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

@media (max-width: 767px) {
  .banner {
    padding-top: 0;
  }
}

.banner .slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.banner .slick-list.draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.banner-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: calc(100vh - 128px);
  background-size: cover;
  background-repeat: repeat;
  background-position: 50%;
}

@media (max-width: 1199px) {
  .banner-slide {
    height: calc(100vh - 90px);
    padding: 0;
  }
}

@media (max-width: 991px) and (orientation: portrait) {
  .banner-slide {
    height: calc(100vh - 90px);
    padding: 0;
  }
}

@media (max-width: 991px) and (orientation: landscape) {
  .banner-slide {
    height: auto;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .banner-slide {
    padding: 60px 0;
    height: auto;
  }
}

.banner-slide .banner-space {
  background-position: 50%;
  background-size: cover;
  background-repeat: repeat;
}

.banner-slide .banner-space,
.banner-slide .castcom-text {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: 0.5s;
}

.banner-slide .castcom-text {
  background: url(../images/castcom.svg) 50% no-repeat;
  background-size: 200%;
}

.banner-slide[data-index='4'] .link-button {
  color: #5595b0;
}

.banner-slide[data-index='4'] .link-button:after {
  background: url(../images/icon/button-arrow-grey2.png) no-repeat;
}

.banner-slide[data-index='4'] .link-button.video:after {
  background: url(../images/icon/button-video2-grey.png) no-repeat;
  background-position-y: 100%;
}

.banner-slide[data-index='3'] .link-button {
  color: #5fc5e0;
}

.banner-slide[data-index='3'] .link-button:after {
  background: url(../images/icon/button-arrow-grey3.png) no-repeat;
}

.banner-slide[data-index='3'] .link-button.video:after {
  background: url(../images/icon/button-video3-grey.png) no-repeat;
  background-position-y: 100%;
}

.banner-slide[data-index='2'] .link-button {
  color: #f0bbc5;
}

.banner-slide[data-index='2'] .link-button:after {
  background: url(../images/icon/button-arrow-grey4.png) no-repeat;
}

.banner-slide[data-index='2'] .link-button.video:after {
  background: url(../images/icon/button-video4-grey.png) no-repeat;
  background-position-y: 100%;
}

.banner-slide .banner-content {
  text-align: center;
  font-family: 'Avenir Next Cyr';
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .banner-slide .banner-content {
    padding-top: 0;
    width: 90%;
  }
}

@media (max-width: 991px) {
  .banner-slide .banner-content {
    width: 100%;
  }
}

.banner-slide .banner-content .title {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  color: #FA4659;
  margin-bottom: 40px;
  /* visibility: hidden; */
}

.arr-down-white {
  display: block;
  position: absolute;
  z-index: 10;
  width: 50px;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.arr-down-white:hover {
  transform: translate(-50%, 10%);
  transition: all 1s;
}

@media (max-width: 1399px) {
  .arr-down-white {
    bottom: 0px;
  }
}

@media (max-width: 1199px) {
  .banner-slide .banner-content .title {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .banner-slide .banner-content .title {
    width: 100%;
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 1.3;
  }

  .slick-slide .arr-down-white {
    display: none;
  }
}

.banner-icons-item {
  visibility: hidden;
}

.banner-icons-list {
  display: flex;
  justify-content: space-between;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

@media (max-width: 1679px) {
  .banner-icons-list {
    margin-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .banner-icons-list {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .banner-icons-list {
    flex-wrap: wrap;
    width: 215px;
    margin-bottom: 20px;
  }
}

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

.banner-icons-item img {
  vertical-align: middle;
  transition: transform 0.5s;
}

.banner-icons-item img:hover {
  transform: scale(1.1);
  transition: transform 0.5s;
}

.banner-icons-text {
  text-transform: none;
  font-weight: normal;
  display: inline-block;
  text-align: left;
  font-family: 'Avenir Next Cyr Regular';
  margin-left: 20px;
  font-size: 21px;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .banner-icons-text {
    font-size: 15px;
    margin-left: 10px;
  }
}

.banner-slide .banner-content .sub-title {
  text-transform: none;
  display: inline-block;
  font-weight: 900;
  line-height: 1;
  color: #2a2b2c;
  max-width: 741px;
  font-size: 20px;
  margin-bottom: 60px;
  visibility: hidden;
}

@media (max-width: 1679px) {
  .banner-slide .banner-content .sub-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .banner-slide .banner-content .sub-title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .banner-slide .banner-content .sub-title {
    font-size: 19px;
    padding: 10px 8px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .banner-slide .banner-content .sub-title {
    font-size: 18px;
  }
}

.banner-slide .banner-content .banner-links>a:first-child {
  margin-bottom: 5px;
  background-color: #FA4659;
  color: #fff;
  max-width: 250px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .banner-slide .banner-content .banner-links>a:first-child {
    margin-bottom: 15px;
  }
}

.banner-slide .banner-content .banner-links>a:first-child:hover {
  color: #fff;
  background-color: #E23E57;
}

.banner-slide .banner-content .banner-links>a:first-child span {
  padding: 5px;
  margin-left: 12px;
}

.banner .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 11.6666666667vh;
  list-style: none;
  width: 100%;
}

@media (max-width: 1399px) {
  .banner .slick-dots {
    bottom: 7.6666666667vh;
  }
}

@media (max-width: 1199px) {
  .banner .slick-dots {
    bottom: 45px;
  }
}

@media (max-width: 767px) {
  .banner .slick-dots {
    bottom: 45px;
  }
}

.banner .slick-dots li {
  cursor: pointer;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 0.3125vw;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  .banner .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 6px;
  }
}

.banner .slick-dots li.slick-active {
  background: #fff;
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-arrow {
  font-size: 0;
  background: #313233;
  border: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 45%;
  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;
  cursor: pointer;
  z-index: 9;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .banner .slick-arrow {
    display: none !important;
  }
}

.banner .slick-arrow:hover {
  background: #fff;
}

.banner .slick-arrow:hover:after {
  border: solid #313233;
  border-width: 0 4px 4px 0;
}

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

.banner .slick-arrow:after {
  position: absolute;
  content: '';
  border: 4px solid #fff;
  /*border-width: 0 4px 4px 0;*/
  border-top: none;
  border-left: none;
  display: inline-block;
  padding: 8px;
  transition: 0.3s;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner .slick-arrow.slick-prev {
  left: 0;
}

.banner .slick-arrow.slick-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -moz-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  -o-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  margin-left: 3px;
}

.banner .slick-arrow.slick-next {
  right: 0;
}

.banner .slick-arrow.slick-next:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: -3px;
}

.link-button {
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 0.9375vw;
  color: #00aff9;
  width: 11.875vw;
  height: 4.0625vw;
  line-height: 4.0625vw;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  padding-left: 1.3020833333vw;
  transition: all 0.3s;
}

.banner-links .link-button {
  position: relative;
  width: 100%;
  max-width: 430px;
  padding: 0;
  text-align: center;
}

@media (max-width: 2199px) {
  .banner-links .link-button {
    max-width: 330px;
  }
}

.link-button.blue {
  box-sizing: border-box;
  background-color: #FA4659;
  color: #fff;
  text-transform: none;
  width: 10.46875vw;
  height: 3.75vw;
  line-height: 3.75vw;
  padding-left: 1.7708333333vw;
}

.link-button.blue.yellow {
  background-color: #ffc600;
}

.link-button.blue.yellow:hover {
  background-color: #e0ac00;
}

@media (max-width: 1439px) {
  .link-button.blue {
    width: 205px;
    height: 72px;
    line-height: 72px;
    padding-left: 34px;
  }
}

.link-button.blue:hover {
  background-color: #E23E57;
}

.link-button.blue:active {
  color: #8addff;
  background-color: #00597e;
}

.link-button.blue:active:after {
  background: url(../images/icon/button-blue-arrow.png) 0 100% no-repeat;
  background-size: 0.6770833333vw;
}

@media (max-width: 1439px) {
  .link-button.blue:active:after {
    background-size: 13px;
  }
}

.link-button.blue:after {
  right: 1.7708333333vw;
  background: url(../images/icon/button-blue-arrow.png) no-repeat;
  background-size: 0.6770833333vw;
}

@media (max-width: 1439px) {
  .link-button.blue:after {
    right: 34px;
  }
}

.banner-links .link-button {
  padding: 0;
}

@media (max-width: 1600px) {
  .banner-links .link-button {
    width: 260px;
  }
}

@media (max-width: 1439px) {
  .link-button {
    font-size: 18px;
    width: 228px;
    height: 78px;
    line-height: 78px;
    padding-left: 25px;
  }

  .banner-links .link-button {
    width: 300px;
    width: 280px;
    height: 68px;
    line-height: 68px;
    font-size: 17px;
  }

  .banner-links .link-button:first-child:hover:after {
    width: 11px;
    height: 11px;
    right: 28px;
    top: 55%;
    content: '';
  }
}

@media (max-width: 767px) {
  .link-button {
    font-size: 16px;
    width: 200px;
    height: 45px;
    line-height: 2.8;
    padding-left: 25px;
  }

  .banner-links .link-button {
    width: 260px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}

.link-button:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -0.5729166667vw;
  right: 0.78125vw;
  display: block;
  width: 0.6770833333vw;
  height: 1.1458333333vw;
  background: url(../images/icon/button-arrow-grey.png) no-repeat;
  background-size: 0.6770833333vw;
}

@media (max-width: 1439px) {
  .link-button:after {
    margin-top: -11px;
    right: 15px;
    width: 13px;
    height: 22px;
    background-size: 13px;
  }
}

/*.link-button.video:after {
      width: 1.3020833333vw;
      height: 1.3020833333vw;
      background: url(../images/icon/button-video-grey.png) no-repeat;
      background-size: 1.3020833333vw
  }*/
.subtitle-video {
  display: inline-block;
  background-image: url(../images/main-video-btn.png);
  background-repeat: no-repeat;
  background-size: 1.3020833333vw;
  background-size: 23%;
  background-position-y: center;
  position: relative;
  font-size: 21px;
  top: 4px;
  width: 126px;
  text-align: left;
  color: inherit;
  text-decoration: none;
  text-transform: none;
  padding-left: 59px;
  font-weight: normal;
  font-family: 'Avenir Next Cyr Regular';
}

.subtitle-video:hover {
  background-image: url(../images/main-video-btn-h.png);
}

.subtitle-video:active {
  outline: none;
}

@media (max-width: 1199px) {
  .subtitle-video {
    font-size: 0;
    background-size: contain;
    width: 45px;
    height: 45px;
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .subtitle-video {
    width: 45px;
    height: 45px;
  }
}

.link-button:hover {
  background-color: #e7f8ff;
}

.link-button:active {
  background-color: #b3e4f9;
}

.scroll-down {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -0.625vw;
  bottom: 4.0625vh;
  cursor: pointer;
  border: none;
  width: 1.1458333333vw;
  height: 1.8229166667vw;
  background: url(../images/icon/icon-mouse.png) no-repeat;
  background-size: 1.1458333333vw;
}

.scroll-down:active,
.scroll-down:focus {
  outline: none;
}

@media (max-width: 1199px) {
  .scroll-down {
    display: none;
  }
}

.scroll-down .arrow-down {
  display: inline-block;
  cursor: pointer;
  height: 0.8854166667vw;
  width: 0.8854166667vw;
  border: 0.1041666667vw solid #fff;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 1.8229166667vw;
  left: 50%;
  margin-left: -0.5208333333vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: arrowDown 1s infinite;
  animation: arrowDown 1s infinite;
}

@-webkit-keyframes arrowDown {
  0% {
    top: 2.0833333333vw;
  }

  50% {
    top: 1.5625vw;
  }

  to {
    top: 2.0833333333vw;
  }
}

@keyframes arrowDown {
  0% {
    top: 2.0833333333vw;
  }

  50% {
    top: 1.5625vw;
  }

  to {
    top: 2.0833333333vw;
  }
}

.link-button.blue:after,
.link-button:after {
  margin-top: -11px;
  top: 50%;
  width: 13px;
  height: 22px;
  background-size: 100%;
}

/*.link-button.video:after {
      margin-top: -13px;
      top: 50%;
      width: 25px;
      height: 25px;
      background-size: 100%
  }*/

h2.title {
  position: relative;
}

div.title-popup,
h2.title {
  font-family: 'Avenir Next Cyr';
  font-size: 35px;
  font-weight: 900;
  color: #00649F;
  text-transform: uppercase;
}

@media (max-width: 1199px) {

  div.title-popup,
  h2.title {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  h2.title {
    font-size: 30px;
  }
}

h2.title.pink span {
  color: #FA4659;
  /*border-bottom: 3px solid #00aff9;*/
  margin-bottom: 10px;
}

h2.title.yellow span {
  color: #ffc600;
  /*border-bottom: 3px solid #ffc600;*/
  margin-bottom: 10px;
}

h2.title.white {
  color: #fff;
}

h2.title.white span {
  /* color: #fff; */
  /*border-bottom: 3px solid #fff*/
}

.tariff {
  padding: 0;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}

@media (max-width: 1199px) {
  .tariff {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.tariff .slick-slide img {
  margin: auto;
}

.tariff h2.title {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .tariff h2.title {
    margin-bottom: 20px;
  }
}

.tariff .tarif-text {
  text-align: center;
  margin-bottom: 40px;
}

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

.tariff .tariff-content .tariff-item {
  position: relative;
  width: 30%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-bottom: none;
  padding-bottom: 72px;
  transition: all 0.3s;
  margin-bottom: 40px;
  background-color: #fff;
}

.tariff .tariff-content .tariff-item:nth-child(7),
.tariff .tariff-content .tariff-item:nth-child(8),
.tariff .tariff-content .tariff-item:nth-child(9) {
  margin-bottom: 0;
}

.tariff .tariff-content .slick-slide {
  margin: 0 7px;
  display: flex;
}

.tariff .tariff-content.slick-slider .slick-track {
  display: flex;
}

@media (min-width: 768px) {
  .tariff .tariff-content.slick-slider .slick-track {
    align-items: flex-start;
  }
}

.tariff .tariff-content .slick-slide {
  height: auto;
}

.tariff .tariff-content .slick-slide.slick-active {
  align-self: stretch;
}

.tariff .tariff-content .slick-slide>div {
  display: flex;
}

.tariff .tariff-content .slick-slide .tariff-item {
  display: flex !important;
  flex-direction: column;
}

.tariff .tariff-content .slick-slide .content-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.tariff .tariff-content .slick-slide .date-period {
  flex-grow: 1;
}

.tariff .tariff-content .slick-slide .date-period+.date-period {
  flex-grow: 0;
}

.tariff .tariff-content .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
  border: none;
  border-top: 2px solid #FA4659;
  border-left: 2px solid #FA4659;
  width: 18px;
  height: 18px;
  font-size: 0;
  background: none;
  transform: rotate(-45deg);
  left: -35px;
}

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

.tariff .tariff-content .slick-next {
  left: auto;
  right: -35px;
  transform: rotate(135deg);
}

@media (max-width: 1629px) {
  .tariff .tariff-content {
    padding: 0 40px;
  }

  .tariff .tariff-content .slick-arrow {
    left: 15px;
  }

  .tariff .tariff-content .slick-next {
    left: auto;
    right: 15px;
  }
}

@media (max-width: 1199px) {
  .tariff .tariff-content {
    padding: 0 25px;
  }

  .tariff .tariff-content .tariff-item {
    width: 32%;
  }
}

@media (max-width: 991px) {
  .tariff .tariff-content .tariff-item {
    width: 47%;
  }

  .tariff .tariff-content .tariff-item:nth-child(7),
  .tariff .tariff-content .tariff-item:nth-child(8) {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .tariff .tariff-wrap {
    overflow-x: scroll;
  }

  .tariff .tariff-content .tariff-item {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .tariff .tariff-content {
    padding: 0;
    flex-wrap: nowrap;
    width: 2600px;
  }

  .tariff .tariff-content .tariff-item:nth-child(7),
  .tariff .tariff-content .tariff-item:nth-child(8),
  .tariff .tariff-content .tariff-item:nth-child(9) {
    margin-bottom: auto;
  }

  #00b9f
}

@media (max-width: 576px) {
  .tariff .tariff-content {
    padding: 0;
    flex-wrap: nowrap;
    width: 2488px;
  }

  .tariff .tariff-content .tariff-item {
    width: 100%;
    max-width: 269px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.tariff .tariff-content .tariff-item:hover {
  border-color: #FA4659;
}

.tariff .tariff-content .tariff-item .head {
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 38px 0 25px;
  margin: 0 20px 35px;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 17px;
  color: #FA4659;
  outline: none !important;
}

@media (max-width: 1629px) {
  .tariff .tariff-content .tariff-item .head {
    margin: 0 18px 35px;
  }
}

@media (max-width: 767px) {
  .tariff .tariff-content .tariff-item .head {
    font-size: 17px;
  }
}

.tariff .tariff-content .tariff-item .head a {
  color: inherit;
  text-decoration: none;
}

.tariff .tariff-content .tariff-item ul {
  margin: 0 20px 20px 40px;
  list-style: none;
}

.tariff .tariff-content .tariff-item ul li {
  color: #45494b;
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
}

.tariff .tariff-content .tariff-item ul li:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -14px;
  width: 7px;
  height: 7px;
  background: #FA4659;
  border-radius: 50%;
}

.tariff .tariff-content .tariff-item .date-period {
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  margin: 0 20px 20px;
  color: #45494b;
}

.tariff .tariff-content .tariff-item .pages {
  margin: 0 20px 20px;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  text-align: center;
  font-size: 17px;
  color: #FA4659;
}

.tariff .tariff-content .tariff-item .price-info {
  margin: 0 20px 20px;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  text-align: center;
}

.tariff .tariff-content .tariff-item .price-info .from {
  font-size: 20px;
  color: #acacac;
}

.tariff .tariff-content .tariff-item .price-info .price {
  font-size: 27px;
  color: #FA4659;
  display: inline;
}

@media (max-width: 767px) {
  .tariff .tariff-content .tariff-item .price-info .price {
    font-size: 30px;
  }
}

.tariff .tariff-content .tariff-item .price-info .price span {
  font-size: 27px;
}

.tariff .tariff-content .tariff-item .link-button {
  position: absolute;
  /*bottom: -72px;*/
  bottom: 0;
  /*transform: translateY(100%);*/
  left: -1px;
  text-align: center;
  padding: 0 1em;
  width: calc(100% + 2px);
  text-transform: uppercase;
}

.tariff .tariff-content .tariff-item .link-button::after {
  display: none;
}

.tariff .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}

.tariff .slick-dots li {
  cursor: pointer;
  width: 15px;
  height: 15px;
  border: 2px solid #00aff9;
  border-radius: 50%;
  margin: 0 4px;
  transition: 0.3s;
}

.tariff .slick-dots li.slick-active {
  background: #00aff9;
}

.tariff .slick-dots li button {
  display: none;
}

.facts {
  position: relative;
  padding: 0 0 60px;
  /* background: url(../images/facts-bg.jpg) 50% no-repeat; */
  background-size: cover;
}

.facts__figure {
  background-image: url(../images/figure3.png);
  height: 693px;
  width: 381px;
  position: absolute;
  right: 0;
  bottom: 529px;
  background-repeat: no-repeat;
}

.facts-text {
  margin: 20px 0 40px 0;
  text-align: center;
}

.facts-text p {
  margin-bottom: 15px;
}

.facts-icons {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.facts-icons a,
.facts-icons span {
  height: 86px;
  width: 205px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 40px;
}

@media (max-width: 991px) {

  .facts-icons a,
  .facts-icons span {
    height: 65px;
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  .facts-icons {
    flex-wrap: wrap;
  }

  .facts-icons a,
  .facts-icons span {
    width: 155px;
  }
}

.facts-icons a,
.facts-icons span img {
  max-width: 100%;
}

.facts h2.title {
  text-align: center;
  font-size: 35px;
  margin-bottom: 8px;
}

@media (max-width: 1199px) {
  .facts {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }
}

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

  .facts h2.title {
    font-size: 30px;
  }
}

.facts-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  left: 16px;
}

@media (max-width: 1439px) {
  .facts-content {
    left: 0;
  }
}

@media (max-width: 1199px) {
  .facts-content {
    width: 768px;
    margin: 0 auto;
    left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .facts-content {
    width: 300px;
  }
}

@media (max-width: 1199px) {
  .facts-content ul.slick-dots li {
    width: 15px !important;
    height: 15px !important;
  }
}

.facts-content .facts-item {
  position: relative;
  color: #fff;
  width: 282px;
  background-size: cover;
}

.facts-content .facts-item .hover-face {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

.facts-content .facts-item .face-wrap {
  /*-webkit-perspective: 1000px;*/
  /*perspective: 1000px;*/
  /*-webkit-transform-style: preserve-3d;*/
  /*transform-style: preserve-3d;*/
  /*transition: all .5s linear*/
}

.facts-content .facts-item .face-wrap.active .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.facts-content .facts-item .face-wrap.active .front .num,
.facts-content .facts-item .face-wrap.active .front .text {
  /*opacity: 0*/
}

.facts-content .facts-item .face-wrap.active .num {
  color: #FA4659;
}

.facts-content .facts-item .info-box {
  text-align: center;
  position: absolute;
  left: 10px;
  right: 10px;
  z-index: 3;
}

.facts-content .facts-item .info-box .num {
  font-family: 'Avenir Next Cyr';
  font-size: 90px;
  line-height: 68px;
  font-weight: 900;
  margin-bottom: 20px;
  transition: all 0.5s;
}

.facts-content .facts-item .info-box .text {
  font-family: 'Avenir Next Cyr Regular';
  font-size: 20px;
  text-transform: uppercase;
}

.facts-content .facts-item .face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.5s linear;
}

.facts-content .facts-item .front {
  z-index: 2;
}

.facts-content .facts-item .back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.facts-content .facts-item .face-wrap.active .back {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

.facts-content .facts-item:first-child {
  top: 197px;
  margin-left: 18px;
  height: 506px;
}

@media (max-width: 1199px) {
  .facts-content .facts-item:first-child {
    top: 0;
    height: 335px;
    margin: 90px 8px 0 0;
  }
}

@media (max-width: 767px) {
  .facts-content .facts-item {
    height: 335px !important;
    max-height: 335px;
  }

  .facts-content .facts-item:first-child {
    margin: 30px 0 0;
  }

  .facts-content .slick-list.draggable .slick-track .slick-slide:nth-child(n) .facts-item .face-wrap div.front {
    height: 100%;
    max-height: 100%;
    padding-top: 0;
    background: url(../images/facts-img1.png) no-repeat !important;
    background-size: 100% 200% !important;
    /*-webkit-background-size: contain !important;*/
    /*background-size: contain !important;*/
  }

  .facts-content .slick-list.draggable .slick-track .slick-slide {
    max-height: 335px;
  }

  .facts-content .slick-list .slick-track {
    display: block !important;
  }

  .facts-content .slick-list.draggable .slick-track .slick-slide:nth-child(n) .facts-item .face-wrap div.back {
    height: 100% !important;
    max-height: 100%;
    padding-top: 0;
    background: url(../images/facts-img1.png) 0 100% no-repeat !important;
    background-size: 100% 200% !important;
  }
}

.facts-content .facts-item:first-child .info-box {
  padding-top: 133px;
}

@media (max-width: 767px) {
  .facts-content .facts-item:first-child .info-box {
    padding-top: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.facts-content .facts-item:first-child .face {
  height: 506px;
}

@media (max-width: 1199px) {
  .facts-content .facts-item:first-child .face {
    height: 335px;
  }
}

.facts-content .facts-item:first-child .front {
  background: url(../images/facts-img1.png) no-repeat;
  background-size: 272px;
}

@media (max-width: 1199px) {
  .facts-content .facts-item:first-child .front {
    background-size: 100% 200%;
  }
}

.facts-content .facts-item:first-child .back {
  background: url(../images/facts-img1.png) 0 100% no-repeat;
  background-size: 272px;
}

@media (max-width: 1199px) {
  .facts-content .facts-item:first-child .back {
    background-size: 100% 200%;
  }
}

.facts-content .facts-item:nth-child(2) {
  top: 107px;
  margin-left: 16px;
  height: 626px;
}

@media (max-width: 1199px) {
  .facts-content .facts-item:nth-child(2) {
    top: 0;
    margin: 0 0 0 8px;
  }
}

@media (max-width: 767px) {
  .facts-content .facts-item:nth-child(2) {
    height: 276px;
    margin: -25px 0 0;
  }
}

.facts-content .facts-item:nth-child(2) .info-box {
  padding-top: 223px;
}

@media (max-width: 767px) {
  .facts-content .facts-item:nth-child(2) .info-box {
    padding-top: 100px;
  }
}

.facts-content .facts-item:nth-child(2) .face {
  height: 626px;
}

@media (max-width: 767px) {
  .facts-content .facts-item:nth-child(2) .face {
    height: 276px;
  }
}

.facts-content .facts-item:nth-child(2) .front {
  background: url(../images/facts-img2.png) no-repeat;
}

@media (max-width: 767px) {
  .facts-content .facts-item:nth-child(2) .front {
    background: url(../images/facts-img1.png) no-repeat;
    background-size: 100% 200%;
  }
}

.facts-content .facts-item:nth-child(2) .back {
  background: url(../images/facts-img2.png) 0 100% no-repeat;
}

@media (max-width: 767px) {
  .facts-content .facts-item:nth-child(2) .back {
    background: url(../images/facts-img1.png) 0 100% no-repeat;
    background-size: 100% 200%;
  }
}

.facts-content .facts-item:nth-child(3) {
  margin-left: 24px;
  height: 766px;
}

@media (max-width: 1199px) {
  .facts-content .facts-item:nth-child(3) {
    margin: -226px 8px 0 0;
  }
}

@media (max-width: 767px) {
  .facts-content .facts-item:nth-child(3) {
    height: 306px;
    margin: -22px 0 0;
  }
}

.facts-content .facts-item:nth-child(3) .info-box {
  padding-top: 330px;
}

@media (max-width: 767px) {
  .facts-content .facts-item:nth-child(3) .info-box {
    padding-top: 100px;
  }
}

.facts-content .facts-item:nth-child(3) .face {
  height: 766px;
}

@media (max-width: 767px) {
  .facts-content .facts-item:nth-child(3) .face {
    height: 306px;
  }
}

.facts-content .facts-item:nth-child(3) .front {
  background: url(../images/facts-img3.png) no-repeat;
}

@media (max-width: 767px) {
  .facts-content .facts-item:nth-child(3) .front {
    background: url(../images/facts-img1.png) no-repeat;
    background-size: 100% 200%;
  }
}

.facts-content .facts-item:nth-child(3) .back {
  background: url(../images/facts-img3.png) 0 100% no-repeat;
}

@media (max-width: 767px) {
  .facts-content .facts-item:nth-child(3) .back {
    background: url(../images/facts-img1.png) 0 100% no-repeat;
    background-size: 100% 200%;
  }
}

.facts-content .facts-item:nth-child(4) {
  top: 57px;
  margin-left: 16px;
  height: 546px;
}

@media (max-width: 1199px) {
  .facts-content .facts-item:nth-child(4) {
    top: 0;
    height: 406px;
    margin: -32px 0 0 8px;
  }
}

@media (max-width: 767px) {
  .facts-content .facts-item:nth-child(4) {
    height: 276px;
    margin: -22px 0 0;
  }
}

.facts-content .facts-item:nth-child(4) .info-box {
  padding-top: 273px;
}

@media (max-width: 1199px) {
  .facts-content .facts-item:nth-child(4) .info-box {
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .facts-content .facts-item:nth-child(4) .info-box {
    padding-top: 70px;
  }
}

.facts-content .facts-item:nth-child(4) .face {
  height: 546px;
}

@media (max-width: 1199px) {
  .facts-content .facts-item:nth-child(4) .face {
    height: 406px;
  }
}

@media (max-width: 767px) {
  .facts-content .facts-item:nth-child(4) .face {
    height: 276px;
  }
}

.facts-content .facts-item:nth-child(4) .front {
  background: url(../images/facts-img4.png) no-repeat;
  background-size: 277px;
}

@media (max-width: 1199px) {
  .facts-content .facts-item:nth-child(4) .front {
    background-size: 100% 200%;
  }
}

.facts-content .facts-item:nth-child(4) .back {
  background: url(../images/facts-img4.png) 0 100% no-repeat;
  background-size: 277px;
}

@media (max-width: 1199px) {
  .facts-content .facts-item:nth-child(4) .back {
    background-size: 100% 200%;
  }
}

.pluses {
  transition: 0.5s;
  padding: 60px 0 37px;
  background: url(../images/pluses_figure.png) 50% no-repeat;
  background-position: -10% 27%;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .pluses {
    padding: 0 0 17px;
    background: none;
    margin-bottom: 40px;
  }
}

.pluses h2.title,
.dev-steps h2.title {
  text-align: center;
  font-size: 35px;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .pluses {
    padding: 0 0 40px;
    /* display: none; */
  }

  .pluses h2.title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .dev-steps h2.title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.pluses-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .pluses-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.pluses-content .pluses-item {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  width: 32.2%;
  padding: 100px 24px 48px 38px;
  border: 1px solid #ddd;
  margin-bottom: 23px;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .pluses-content .pluses-item {
    width: 46%;
    margin: 0 10px 23px;
  }
}

@media (max-width: 767px) {
  .pluses-content .pluses-item {
    width: 100%;
    margin: 0 0 23px;
    padding: 100px 0 0;
    border: none;
    text-align: center;
  }
}

.pluses-content .pluses-item:hover {
  border-color: #FA4659;
}

.pluses-content .pluses-item:hover .icon.guarant,
.pluses-content .pluses-item:hover .icon.star,
.pluses-content .pluses-item:hover .icon.price,
.pluses-content .pluses-item:hover .icon.lightning,
.pluses-content .pluses-item:hover .icon.lamp,
.pluses-content .pluses-item:hover .icon.sites {
  background-position-y: 0;
}

.pluses-content .pluses-item .icon {
  display: block;
  position: absolute;
  top: 22px;
  left: 38px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media (max-width: 767px) {
  .pluses-content .pluses-item .icon {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.pluses-content .pluses-item .icon.guarant {
  width: 43px;
  height: 69px;
  background: url(../images/icon/guaranty-ico.png) 0 100% no-repeat;
}

.pluses-content .pluses-item .icon.star {
  width: 54px;
  height: 51px;
  background: url(../images/icon/star-ico.png) 0 100% no-repeat;
}

.pluses-content .pluses-item .icon.price {
  width: 52px;
  height: 50px;
  background: url(../images/icon/price-ico.png) 0 100% no-repeat;
}

.pluses-content .pluses-item .icon.lightning {
  width: 33px;
  height: 57px;
  background: url(../images/icon/lightning-ico.png) 0 100% no-repeat;
}

.pluses-content .pluses-item .icon.lamp {
  width: 64px;
  height: 66px;
  background: url(../images/icon/lamp-ico.png) 0 100% no-repeat;
}

.pluses-content .pluses-item .icon.sites {
  width: 55px;
  height: 44px;
  background: url(../images/icon/sites-ico.png) 0 100% no-repeat;
}

.pluses-content .pluses-item h3,
.pluses-content .pluses-item div.h3 {
  font-family: 'Avenir Next Cyr Bold';
  font-size: 18px;
  color: #FA4659;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.pluses-content .pluses-item .text {
  color: #45494b;
}

.pluses-content .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  width: 100%;
  margin-top: 10px;
}

.pluses-content .slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 2px solid #00aff9;
  border-radius: 50%;
  margin: 0 6px;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  .pluses-content .slick-dots li {
    width: 15px;
    height: 15px;
  }
}

.pluses-content .slick-dots li.slick-active {
  background: #00aff9;
}

.pluses-content .slick-dots li button {
  display: none;
}

.services {
  position: relative;
  padding: 60px 0 30px;
  background: url(../images/services-bg.jpg) 50% no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .services {
    background: url(../images/services-bg2.jpg) 50% no-repeat;
    background-size: cover;
    padding: 40px 0 10px;
  }
}

@media (max-width: 767px) {
  .services {
    background: #111212;
    padding: 40px 0 40px;
  }
}

.services .services-space {
  transition: 0.5s;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/services-space.png) no-repeat;
  background-position: 120px -450px;
}

.services h2.title {
  position: relative;
  color: #fff;
  text-align: center;
  margin-bottom: 55px;
}

@media (max-width: 1199px) {
  .services h2.title {
    margin-bottom: 45px;
  }
}

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

.services-content {
  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;
  margin-left: 220px;
}

@media (max-width: 1439px) {
  .services-content {
    margin-right: 10px;
  }
}

@media (max-width: 1199px) {
  .services-content {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .services-content {
    margin: 0;
  }
}

.services-content .services-item {
  position: relative;
  padding-left: 120px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .services-content .services-item {
    padding-left: 0;
    padding-top: 20px;
    margin-bottom: 50px;
  }

  .services-content .services-item:last-child {
    margin-bottom: 0;
  }
}

.services-content .services-item a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: 'Avenir Next Cyr';
  font-size: 55px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}

@media (max-width: 1439px) {
  .services-content .services-item a {
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  .services-content .services-item a {
    padding-left: 80px;
    margin-bottom: 20px;
    font-size: 25px;
  }
}

.services-content .services-item a .icon {
  position: absolute;
  top: 0;
  left: -120px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media (max-width: 767px) {
  .services-content .services-item a .icon {
    left: 0;
  }
}

.services-content .services-item a .icon.web {
  width: 84px;
  height: 65px;
  background: url(../images/icon/serv-web-ico.png) no-repeat;
}

@media (max-width: 767px) {
  .services-content .services-item a .icon.web {
    width: 63px;
    height: 49px;
    background-size: 63px;
  }
}

.services-content .services-item a .icon.brand {
  width: 74px;
  height: 85px;
  background: url(../images/icon/serv-brand-ico.png) no-repeat;
}

@media (max-width: 767px) {
  .services-content .services-item a .icon.brand {
    top: -20px;
    width: 56px;
    height: 63px;
    background-size: 56px;
  }
}

.services-content .services-item a .icon.mob {
  width: 60px;
  height: 75px;
  background: url(../images/icon/serv-mob-ico.png) no-repeat;
}

@media (max-width: 767px) {
  .services-content .services-item a .icon.mob {
    width: 45px;
    height: 57px;
    background-size: 45px;
    left: 10px;
  }
}

.services-content .services-item a .icon.supp {
  width: 58px;
  height: 59px;
  background: url(../images/icon/serv-supp-ico.png) no-repeat;
}

@media (max-width: 767px) {
  .services-content .services-item a .icon.supp {
    width: 43px;
    height: 44px;
    background-size: 43px;
    left: 10px;
  }
}

.services-content .services-item a:hover {
  color: #ffc001;
}

.services-content .services-item a:hover:after {
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  right: -47px;
  width: 30px;
  height: 28px;
  background: url(../images/icon/serv-link-arrow.png) no-repeat;
}

@media (max-width: 1199px) {
  .services-content .services-item a:hover:after {
    position: relative;
    display: inline-block;
    top: -10px;
    right: -15px;
  }
}

@media (max-width: 767px) {
  .services-content .services-item a:hover:after {
    top: 0;
    right: -5px;
    width: 20px;
    height: 18px;
    background-size: 20px;
  }
}

.services-content .services-item a:hover .icon.web {
  background: url(../images/icon/serv-web-ico.png) 0 100% no-repeat;
}

@media (max-width: 767px) {
  .services-content .services-item a:hover .icon.web {
    background-size: 63px;
  }
}

.services-content .services-item a:hover .icon.brand {
  background: url(../images/icon/serv-brand-ico.png) 0 100% no-repeat;
}

@media (max-width: 767px) {
  .services-content .services-item a:hover .icon.brand {
    background-size: 56px;
  }
}

.services-content .services-item a:hover .icon.mob {
  background: url(../images/icon/serv-mob-ico.png) 0 100% no-repeat;
}

@media (max-width: 767px) {
  .services-content .services-item a:hover .icon.mob {
    background-size: 45px;
  }
}

.services-content .services-item a:hover .icon.supp {
  background: url(../images/icon/serv-supp-ico.png) 0 100% no-repeat;
}

@media (max-width: 767px) {
  .services-content .services-item a:hover .icon.supp {
    background-size: 43px;
  }
}

.services-content .services-item p {
  color: #fff;
}

@media (max-width: 767px) {
  .services-content .services-item p {
    text-align: center;
  }
}

.services-content .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  width: 100%;
  margin-top: 30px;
}

.services-content .slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 2px solid #00aff9;
  border-radius: 50%;
  margin: 0 6px;
  transition: 0.3s;
}

.services-content .slick-dots li.slick-active {
  background: #00aff9;
}

.services-content .slick-dots li button {
  display: none;
}

.about {
  padding: 60px 0;
  padding-top: 0;
  background: url(../images/about-bg.jpg) 50% no-repeat;
  background-position: 200px 30%;
}

@media (max-width: 1199px) {
  .about {
    padding: 0px;
    margin: 0 20px;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 0;
    margin: 0;
  }
}

.about h2.title {
  text-align: center;
  margin-bottom: 35px;
}

.about-content p {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .about-content p {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .about-content p {
    margin-bottom: 30px;
  }
}

.about-content .about-link {
  padding-top: 5px;
  text-align: center;
}

.portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 60px;
}

/*.tariff .slick-track .slick-slide > div, .tariff .tariff-content .tariff-item {
      height: 100%;
  }*/

.portfolio-box {
  position: relative;
  width: 49.5%;
  margin: 2.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .portfolio-box {
    width: 100%;
    margin: 2.5px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.portfolio-box .portfolio-space {
  transition: 0.5s;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/portfolio-space.png) no-repeat;
  background-position: -180px -130px;
}

.portfolio-box:last-of-type a {
  width: 100%;
}

@media (max-width: 767px) {
  .portfolio-box .portfolio-space {
    display: none;
  }
}

.portfolio-box .portfolio-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-box .portfolio-item:before {
  width: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  transition: all 0.5s linear 0s;
  display: block;
  z-index: 1;
}

.portfolio-box .portfolio-item:hover .info-box,
.portfolio-box .portfolio-item:hover .info-box .pr-info .pr-plus {
  opacity: 1;
  left: 0;
}

.portfolio-box .portfolio-item:hover .pr-tags {
  opacity: 1;
}

.portfolio-box .portfolio-item:hover:before {
  width: 100%;
  opacity: 0.7;
}

.portfolio-box .portfolio-item>img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-box .portfolio-item .info-box {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -200px;
  z-index: 1;
  text-align: center;
  opacity: 0;
  color: #fff;
  transition: all 0.5s linear 0s;
}

.portfolio-box .portfolio-item .info-box .pr-info {
  display: table-cell;
  vertical-align: middle;
}

.portfolio-box .portfolio-item .info-box .pr-info .pr-plus {
  text-transform: none;
  border: none;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  width: 117px;
  height: 42px;
  line-height: 42px;
  padding-left: 12px;
  left: -300px;
  opacity: 0;
  transition: 1s;
}

.portfolio-box .portfolio-item .info-box .pr-info .pr-plus:after {
  margin-top: -8.5px;
  right: 5px;
  background-size: 10px;
  height: 17px;
}

.portfolio-box .portfolio-item .info-box .pr-info .pr-plus:focus {
  outline: none;
}

.portfolio-box .portfolio-item .info-box .pr-info .pr-subtitle,
.portfolio-box .portfolio-item .info-box .pr-info .pr-title {
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr';
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 10px;
}

.portfolio-box .portfolio-item .info-box .pr-info .pr-subtitle {
  font-size: 14px;
  margin: 0 0 15px;
}

.portfolio-box .portfolio-item .info-box .pr-info .link-button.blue {
  display: inline-block;
}

.portfolio-box .portfolio-item .pr-tags {
  opacity: 0;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 5px;
  transition: opacity 0.3s linear 0s;
}

.portfolio-box .portfolio-item .pr-tags span {
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  border: 1px solid #fff;
  padding: 3px 4px;
}

.portfolio-box:first-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  margin: 5.5px;
  width: 49%;
}

@media (max-width: 1199px) {
  .portfolio-box:first-child {
    width: 100%;
    margin: 4.5px 0;
    position: static;
  }

  .portfolio-box:first-child img {
    display: none;
  }

  .portfolio-box:first-child h2.title {
    position: relative;
    color: #313233;
    /* margin-bottom: 40px; */
  }

  .portfolio {
    position: relative;
    padding-bottom: 80px;
  }

  .portfolio-box h2.title {
    padding-bottom: 23px;
  }
}

@media (max-width: 767px) {
  .portfolio {
    padding: 0;
  }

  .portfolio-box:first-child {
    text-align: center;
    width: 100%;
    margin: 0 0 -2.25px;
    /*background-color: #FA4659*/
  }

  .portfolio-box h2.title {
    color: #4c4c4c;
  }

  .portfolio-box h2.title.white span {
    color: #4c4c4c;
    border-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .portfolio-box h2.title {
    color: #fff;
  }

  .portfolio-box h2.title.white span {
    color: #fff;
    border-bottom-width: 3px;
  }
}

.portfolio-box:first-child .link-button {
  position: absolute;
  bottom: 39px;
  right: 52px;
  box-sizing: border-box;
  width: 211px;
  height: 56px;
  line-height: 56px;
  font-size: 17px;
  padding-left: 34px;
}

.portfolio-box:first-child .link-button:hover {
  background: #ffc600;
  color: #313233;
}

.portfolio-box:first-child .link-button:hover:after {
  background: url(../images/icon/button-arrow-grey.png) 0 100% no-repeat;
}

@media (max-width: 767px) {
  .portfolio-box:first-child .link-button {
    display: none;
  }
}

.portfolio-box:first-child .link-button:after {
  right: 30px;
  background: url(../images/icon/button-arrow-grey.png) no-repeat;
}

@media (max-width: 1199px) {
  .portfolio-box:first-child .link-button {
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    background: #00aff9;
    color: #ffffff;
  }

  .portfolio-box:first-child .link-button:after {
    background: url(../images/icon/button-blue-arrow.png) 0 100% no-repeat;
  }
}

@media (max-width: 767px) {
  .portfolio-box:first-child>img {
    display: none;
  }
}

.portfolio-box:nth-child(2),
.portfolio-box:nth-child(3) {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*.services-page .portfolio-box:nth-child(2) .portfolio-item {
      width: auto;
  }*/

.portfolio-box:nth-child(2) .portfolio-item,
.portfolio-box:nth-child(3) .portfolio-item {
  width: 49.2%;
  margin: 2.25px;
  box-sizing: border-box;
}

@media (max-width: 1199px) {

  .portfolio-box:nth-child(2) .portfolio-item,
  .portfolio-box:nth-child(3) .portfolio-item {
    width: 49.5%;
    margin: 2.25px 0;
  }
}

@media (max-width: 767px) {

  .portfolio-box:nth-child(2) .portfolio-item,
  .portfolio-box:nth-child(3) .portfolio-item {
    text-align: center;
    width: 100%;
    margin: 0 0 6px;
  }
}

.portfolio-box:nth-child(2) .portfolio-item:hover>img,
.portfolio-box:nth-child(3) .portfolio-item:hover>img {
  -webkit-transform: scale(1.4) rotate(10deg);
  transform: scale(1.4) rotate(10deg);
}

@media (max-width: 767px) {
  .portfolio-box:nth-child(2) {
    display: none;
  }
}

.portfolio-box:nth-child(4) {
  margin: 4.5px;
  width: 49.2%;
}

@media (max-width: 1199px) {
  .portfolio-box:nth-child(4) {
    width: 100%;
    margin: 4.5px 0;
  }
}

@media (max-width: 767px) {
  .portfolio-box:nth-child(4) {
    display: none;
  }
}

.portfolio-box:nth-child(4) .portfolio-item:hover>img {
  -webkit-transform: scale(1.4) rotate(10deg);
  transform: scale(1.4) rotate(10deg);
}

.portfolio-box h2.title {
  position: absolute;
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .portfolio-box h2.title {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .portfolio-box h2.title {
    display: inline-block;
    position: static;
    padding: 0 0 26px;
    margin: 0;
  }
}

.portfolio-box>img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .portfolio-box>img {
    width: 100%;
    height: auto;
  }
}

.portfolio .link-button.blue {
  display: none;
}

@media (max-width: 767px) {
  .portfolio .link-button.blue {
    left: 0;
    margin: 24px auto 0;
    display: inline-block;
    text-transform: uppercase;
    right: 52px;
    width: 211px;
    height: 56px;
    line-height: 56px;
    font-size: 17px;
    padding-left: 34px;
  }
}

.steps {
  transition: 0.5s;
  padding: 60px 0;
  background: url(../images/steps-bg.jpg) 50% no-repeat;
  background-size: 110% 110%;
  margin-bottom: 0px;
}

@media (max-width: 1199px) {
  .steps {
    background: #fff;
    padding: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .steps {
    padding: 0;
  }
}

.steps .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .steps .container {
    display: block;
  }
}

.steps .container .steps-title {
  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;
  width: 30%;
}

@media (max-width: 1199px) {
  .steps .container .steps-title {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.steps .container .steps-title h2.title {
  color: #fff;
  margin-right: 145px;
  text-shadow: 2px 2px 2px #00b9ff;
}

@media (max-width: 1199px) {
  .steps .container .steps-title h2.title {
    color: #4c4c4c;
    margin: 0 0 50px;
    text-shadow: none;
  }
}

@media (max-width: 767px) {
  .steps .container .steps-title h2.title {
    margin: 0 0 45px;
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .steps .container .steps-title h2.title span {
    color: #FA4659;
    border-bottom: 3px solid #FA4659;
  }
}

.steps .container .steps-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  width: 70%;
}

@media (max-width: 1199px) {
  .steps .container .steps-content {
    width: auto;
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .steps .container .steps-content {
    margin: 0;
  }
}

.steps .container .steps-content .step {
  /*width: 250px;*/
  position: relative;
  width: 275px;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  transition: all 0.5s;
}

.steps .container .steps-content .step.active {
  border-color: transparent;
}

.steps .container .steps-content .step.active .num {
  color: #FA4659;
}

/*.services-page .steps .container .steps-content .step:nth-child(4).active .num:after,
  .steps .container .steps-content .step:nth-child(4).active h3:after,
  .steps .container .steps-content .step.active .num:after {
      width: 186px
  }

  .services-page .steps .container .steps-content .step:nth-child(4).active h3:after,
  .steps .container .steps-content .step:nth-child(4).active .num:after {
      width: 0;
  }

  .steps .container .steps-content .step:nth-child(3).active .num:after {
      background: url(../images/icon/step-arrow2.png) no-repeat;
      width: 825px;
      height: 193px;
      left: -645px;
  }
  @media (max-width: 1199px) {
      .steps .container .steps-content .step:nth-child(3).active .num:after {
          background: url(../images/icon/step-arrow.png) no-repeat;
          width: 186px;
          height: 5px;
          left: 69px;
      }
      .steps .container .steps-content .step:nth-child(4).active h3:after {
          width: 0;
      }
      .steps .container .steps-content .step:nth-child(4).active .num:after {
          width: 186px;
      }
  }

  .steps .container .steps-content .step:last-child .num:after {
      content: none;
  }

  @media (min-width: 1200px) {
      .about + .steps .container .steps-content .step:nth-child(3).active .num:after {
          background: #000;
          width: 216px;
          left: 46px;
          height: 1px;
      }
      .about + .steps .container .steps-content .step:nth-child(3).active:before {
          content: "";
          position: absolute;
          top: 44px;
          right: 0;
          display: block;
          width: 1px;
          height: 90%;
          background: #000;
      }
      .about + .steps .container .steps-content .step:nth-child(3).active:after {
          content: "";
          position: absolute;
          bottom: -14px;
          right: 0;
          display: block;
          background: #000;
          width: 321%;
          height: 1px;
      }
      .about + .steps .container .steps-content .step:nth-child(3).active + .step .num:before {
          content: "";
          position: absolute;
          top: -28px;
          left: -64px;
          display: block;
          width: 1px;
          height: 89%;
          background: #000;
      }
      .about + .steps .container .steps-content .step:nth-child(3).active + .step .num:after {
          background: url(../images/icon/step-arrow.png) 100% 0 no-repeat;
          width: 50px;
          left: -25%;
          transition: none;
      }
  }*/

.steps .container .steps-content .step.active h3 {
  color: #313233;
}

@media (max-width: 1199px) {
  .steps .container .steps-content .step {
    width: 50%;
  }
}

/*
  @media (max-width: 767px) {
      .services-page .steps .container .steps-content .step {
          display: flex;
          -webkit-align-items: center;
          align-items: center;
      }
      .steps .container .steps-content .step {
          width:100%;
          margin-bottom: 30px
      }
  } */

.steps .container .steps-content .step .num {
  position: relative;
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  font-size: 60px;
  color: #313233;
  margin-bottom: 5px;
  transition: all 0.2s;
}

/*.steps .container .steps-content .step:nth-child(4) h3:after,
  .steps .container .steps-content .step .num:after {
      transition: all .5s;
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 46px;
      margin-top: -2.5px;
      width: 0;
      height: 5px;
      background: url(../images/icon/step-arrow.png) no-repeat
  }

  .steps .container .steps-content .step:nth-child(4) h3:after {
      top: 12%;
      left: 60px;
  }

  .steps .container .steps-content .step:nth-child(3) .num:after {
      transition: none;
  }
  @media (max-width: 1199px) {
      .steps .container .steps-content .step:nth-child(3) .num:after {
          transition: all .5s;
      }
  }
  */
@media (max-width: 767px) {
  /*    .steps .container .steps-content .step .num:after {
          content:none
      }*/
}

.steps .container .steps-content .step h3 {
  min-height: 45px;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 18px;
  color: #FA4659;
}

/* @media (max-width: 767px) {
      .services-page .steps .container .steps-content .step h3 {
          width: 70%;
          min-height: auto;
          margin-left: 15px;
      }
  } */

.steps .container .steps-content .step p {
  color: #45494b;
}

.guaranty {
  position: relative;
  padding: 60px 0;
  background: url(../images/facts-bg.jpg) 50% no-repeat;
  background-size: cover;
}

@media (max-width: 1199px) {
  .guaranty {
    padding: 0 0 92px;
  }
}

@media (max-width: 767px) {
  .guaranty {
    padding: 30px 0 90px;
  }
}

.guaranty h2.title {
  text-align: center;
  margin-bottom: 8px;
}

.guaranty-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 16px;
}

@media (max-width: 1439px) {
  .guaranty-content {
    left: 0;
  }
}

@media (max-width: 1199px) {
  .guaranty-content {
    width: 768px;
    margin: 0 auto;
    left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .guaranty-content {
    width: 300px;
  }
}

.guaranty-content .guaranty-item {
  position: relative;
  color: #fff;
  width: 282px;
  background-size: cover;
}

.guaranty-content .guaranty-item .hover-face {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

.guaranty-content .guaranty-item .face-wrap {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.5s linear;
}

.guaranty-content .guaranty-item .face-wrap.active {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.guaranty-content .guaranty-item .face-wrap.active .front .num,
.guaranty-content .guaranty-item .face-wrap.active .front .text {
  opacity: 0;
}

.guaranty-content .guaranty-item .face-wrap.active .num {
  color: #ffc600;
}

.guaranty-content .guaranty-item .info-box {
  text-align: center;
  position: absolute;
  left: 10px;
  right: 10px;
  z-index: 3;
}

.guaranty-content .guaranty-item .info-box .icon {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -100px;
}

.guaranty-content .guaranty-item .info-box .text {
  padding: 0 10px;
  font-family: 'Avenir Next Cyr Regular';
  font-size: 18px;
}

@media (max-width: 767px) {
  .guaranty-content .guaranty-item .info-box .text {
    padding: 0 8px;
  }
}

.guaranty-content .guaranty-item .face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.guaranty-content .guaranty-item .front {
  z-index: 2;
}

.guaranty-content .guaranty-item .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.guaranty-content .guaranty-item:first-child {
  top: 197px;
  margin-left: 18px;
  height: 526px;
}

@media (max-width: 1199px) {
  .guaranty-content .guaranty-item:first-child {
    top: 0;
    height: 426px;
    margin: 75px 8px 0 0;
  }
}

@media (max-width: 767px) {
  .guaranty-content .guaranty-item:first-child {
    margin: 30px 0 0;
  }
}

.guaranty-content .guaranty-item:first-child .info-box {
  padding-top: 205px;
}

.guaranty-content .guaranty-item:first-child .face {
  height: 526px;
  z-index: 1;
}

@media (max-width: 1199px) {
  .guaranty-content .guaranty-item:first-child .face {
    height: 426px;
  }
}

.guaranty-content .guaranty-item:first-child .front {
  background: url(../images/facts-img1.png) 0 100% no-repeat;
}

@media (max-width: 1199px) {
  .guaranty-content .guaranty-item:first-child .front {
    background-size: 100% 200%;
  }
}

.guaranty-content .guaranty-item:first-child .back {
  background: url(../images/facts-img1.png) no-repeat;
}

@media (max-width: 1199px) {
  .guaranty-content .guaranty-item:first-child .back {
    background-size: 100% 200%;
  }
}

.guaranty-content .guaranty-item:nth-child(2) {
  top: 107px;
  margin-left: 16px;
  height: 656px;
}

@media (max-width: 1199px) {
  .guaranty-content .guaranty-item:nth-child(2) {
    top: 0;
    margin: 0 0 0 8px;
  }
}

@media (max-width: 767px) {
  .guaranty-content .guaranty-item:nth-child(2) {
    height: 396px;
    margin: -25px 0 0;
  }
}

.guaranty-content .guaranty-item:nth-child(2) .info-box {
  padding-top: 295px;
}

@media (max-width: 1199px) {
  .guaranty-content .guaranty-item:nth-child(2) .info-box {
    padding-top: 280px;
  }
}

@media (max-width: 767px) {
  .guaranty-content .guaranty-item:nth-child(2) .info-box {
    padding-top: 185px;
  }
}

.guaranty-content .guaranty-item:nth-child(2) .face {
  height: 656px;
  z-index: 1;
}

@media (max-width: 767px) {
  .guaranty-content .guaranty-item:nth-child(2) .face {
    height: 396px;
  }
}

.guaranty-content .guaranty-item:nth-child(2) .front {
  background: url(../images/facts-img5.png) 0 100% no-repeat;
}

@media (max-width: 767px) {
  .guaranty-content .guaranty-item:nth-child(2) .front {
    background: url(../images/facts-img5.png) no-repeat;
    background-size: 100% 200%;
  }
}

.guaranty-content .guaranty-item:nth-child(2) .back {
  background: url(../images/facts-img5.png) no-repeat;
}

@media (max-width: 767px) {
  .guaranty-content .guaranty-item:nth-child(2) .back {
    background: url(../images/facts-img1.png) 0 100% no-repeat;
    background-size: 100% 200%;
  }
}

.guaranty-content .guaranty-item:nth-child(3) {
  margin-left: 24px;
  height: 766px;
}

@media (max-width: 1199px) {
  .guaranty-content .guaranty-item:nth-child(3) {
    margin: -188px 8px 0 0;
  }
}

@media (max-width: 767px) {
  .guaranty-content .guaranty-item:nth-child(3) {
    height: 476px;
    margin: -22px 0 0;
  }
}

.guaranty-content .guaranty-item:nth-child(3) .info-box {
  padding-top: 405px;
}

@media (max-width: 767px) {
  .guaranty-content .guaranty-item:nth-child(3) .info-box {
    padding-top: 185px;
  }
}

.guaranty-content .guaranty-item:nth-child(3) .face {
  height: 766px;
  z-index: 1;
}

@media (max-width: 767px) {
  .guaranty-content .guaranty-item:nth-child(3) .face {
    height: 476px;
  }
}

.guaranty-content .guaranty-item:nth-child(3) .front {
  background: url(../images/facts-img6.png) 0 100% no-repeat;
}

@media (max-width: 767px) {
  .guaranty-content .guaranty-item:nth-child(3) .front {
    background: url(../images/facts-img5.png) 0 100% no-repeat;
    background-size: 100% 200%;
  }
}

.guaranty-content .guaranty-item:nth-child(3) .back {
  background: url(../images/facts-img6.png) no-repeat;
}

@media (max-width: 767px) {
  .guaranty-content .guaranty-item:nth-child(3) .back {
    background: url(../images/facts-img5.png) no-repeat;
    background-size: 100% 200%;
  }
}

.guaranty-content .guaranty-item:nth-child(4) {
  top: 57px;
  margin-left: 16px;
  height: 556px;
}

@media (max-width: 1199px) {
  .guaranty-content .guaranty-item:nth-child(4) {
    top: 0;
    height: 406px;
    margin: -27px 0 0 8px;
  }
}

@media (max-width: 767px) {
  .guaranty-content .guaranty-item:nth-child(4) {
    height: 406px;
    margin: -22px 0 0;
  }
}

.guaranty-content .guaranty-item:nth-child(4) .info-box {
  padding-top: 350px;
}

@media (max-width: 1199px) {
  .guaranty-content .guaranty-item:nth-child(4) .info-box {
    padding-top: 250px;
  }
}

@media (max-width: 767px) {
  .guaranty-content .guaranty-item:nth-child(4) .info-box {
    padding-top: 189px;
  }
}

.guaranty-content .guaranty-item:nth-child(4) .face {
  height: 556px;
  z-index: 1;
}

@media (max-width: 1199px) {
  .guaranty-content .guaranty-item:nth-child(4) .face {
    height: 406px;
  }
}

.guaranty-content .guaranty-item:nth-child(4) .front {
  background: url(../images/facts-img4.png) 0 100% no-repeat;
}

@media (max-width: 1199px) {
  .guaranty-content .guaranty-item:nth-child(4) .front {
    background-size: 100% 200%;
  }
}

@media (max-width: 767px) {
  .guaranty-content .guaranty-item:nth-child(4) .front {
    background: url(../images/facts-img5.png) 0 100% no-repeat;
    background-size: 100% 200%;
  }
}

.guaranty-content .guaranty-item:nth-child(4) .back {
  background: url(../images/facts-img4.png) no-repeat;
}

@media (max-width: 1199px) {
  .guaranty-content .guaranty-item:nth-child(4) .back {
    background-size: 100% 200%;
  }
}

@media (max-width: 767px) {
  .guaranty-content .guaranty-item:nth-child(4) .back {
    background: url(../images/facts-img5.png) no-repeat;
    background-size: 100% 200%;
  }
}

/* COST SECTION WITH @MEDIA */
/* ============================================================= */

.cost {
  background: url(../images/cost-bg.jpg) 50% no-repeat;
  background-size: cover;
  padding: 120px 0;
  margin-bottom: 60px;
  overflow: hidden;
}

.cost .cost-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.cost .cost-wrap:before {
  content: '';
  position: absolute;
  top: 62px;
  left: -134px;
  display: inline-block;
  width: 130px;
  height: 130px;
  background-image: url(../images/cost-img.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1399px) {
  .cost .cost-wrap:before {
    display: none;
  }
}

.cost .cost-block-1 {
  width: 39%;
}

.cost .cost-block-2 {
  width: 60%;
}

.cost .title {
  color: #fff;
  margin-bottom: 10px;
  max-width: 468px;
  font-family: 'Avenir Next Cyr';
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .cost .title {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .cost .title {
    font-size: 30px;
    position: relative;
    z-index: 1;
  }
}

.cost .title span {
  color: #00aff9;
  margin-bottom: 0;
}

.cost .order {
  width: 650px;
  margin: 0 auto;
}

.cost .cost-img {
  display: none;
}

.cost .order input,
.cost .order textarea {
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 18px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border: 1px solid #e3e4e7;
  margin-bottom: 25px;
  font-family: 'Avenir Next Cyr Regular', sans-serif;
}

.cost .order input:focus,
.cost .order input:hover,
.cost .order textarea:focus,
.cost .order textarea:hover {
  border: 1px solid #00aff9;
  outline: 0;
}

.cost .order input:active,
.cost .order textarea:active {
  border: 1px solid #9b9b9b;
  outline: 0;
}

input::-ms-clear {
  display: none;
}

.cost .order textarea {
  padding: 10px;
  resize: none;
  line-height: 1;
  margin-bottom: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}

.cost .order input[type='checkbox'] {
  /*display: none;*/
  position: absolute;
  left: -9999px;
}

.cost .order p {
  color: #fff;
  margin-bottom: 32px;
}

.cost .order .fields-group>label {
  position: relative;
  display: block;
  cursor: pointer;
}

.cost .order .fields-group label.error {
  position: absolute;
  right: 0;
  bottom: 4px;
}

.cost .order .fields-group label span {
  display: block;
  position: absolute;
  color: #8b8e94;
  font-size: 20px;
  margin-bottom: 5px;
  top: 15px;
  left: 30px;
}

.cost .order .checkbox-group {
  color: inherit;
  width: calc(69% - 7px);
  display: inline-block;
}

.cost .order .checkbox-group {
  text-align: left;
}

.cost .privat-agree a {
  color: #00aff9;
}

.cost .form-text {
  position: relative;
  color: #fff;
  max-width: 387px;
}

.cost .order .fields-group>label:nth-child(3) {
  width: calc(50% - 13px);
  margin-right: 10px;
  display: inline-block;
}

.moved_out {
  position: absolute;
  z-index: -10;
  opacity: 0;
}

.cost .order .fields-group>label:nth-child(4) {
  width: calc(50% - 13px);
  margin-left: 10px;
  display: inline-block;
}

.cost .order .fields-group .required {
  position: absolute;
}

.cost .order .fields-group .required:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: -15px;
  width: 6px;
  height: 6px;
  background: #00aff9;
  border-radius: 50%;
}

.cost .order .fields-group .required-fields {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 28px;
}

.cost .order .fields-group .required-fields:after {
  top: 9px;
}

.cost .order .checkbox-group label {
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.cost .order .checkbox-group label>span {
  font-size: 20px;
  color: #fff;
}

.cost .order .checkbox-group label>span b {
  font-family: 'Avenir Next Cyr Bold';
  text-transform: uppercase;
}

.cost .order .checkbox-group label .news-agree,
.cost .order .checkbox-group label .private-agree {
  display: inline-block;
  padding: 8px 15px 0 42px;
}

.cost .order .checkbox-group label .private-agree a {
  color: #fff;
  text-decoration: none;
}

.cost .order .checkbox-group label .private-agree span {
  border-bottom: 1px solid #fff;
}

.cost .order .checkbox-group label .checkbox {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
}

.cost .order .checkbox-group label input[type='checkbox']:checked+.error+.checkbox,
.cost .order .checkbox-group label input[type='checkbox']:checked+.checkbox {
  background: url(../images/icon/check-ico.png) 50% no-repeat;
}

.cost .order .link-button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 202px;
  height: 70px;
  line-height: 70px;
  padding-left: 42px;
  border: none;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
}

.cost .order .link-button:hover {
  background: #ffc600;
  color: #313233;
}

.cost .order .link-button:hover:after {
  background: url(../images/icon/button-arrow-grey.png) 0 100% no-repeat;
}

.cost .order .link-button:after {
  right: 25px;
  background: url(../images/icon/button-arrow-grey.png) no-repeat;
}

.cost .order .link-button:focus {
  outline: 0;
}

.cost .order .link-button:disabled {
  cursor: default;
  background: #dead02 !important;
}

@media (max-width: 1199px) {
  .cost {
    padding: 60px 0;
    background-image: none;
    background-color: #313234;
    position: relative;
  }

  .cost .cost-wrap {
    flex-wrap: wrap;
  }

  .cost .cost-block-1,
  .cost .cost-block-2 {
    width: 100%;
  }

  .cost .cost-block-1 {
    text-align: center;
  }

  .cost .title br:nth-child(1) {
    display: none;
  }

  .cost .form-text {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .cost h2.title {
    max-width: 100%;
  }

  .cost h2.title span {
    display: inline;
  }

  .cost .order .checkbox-group {
    color: #fff;
  }

  .cost .cost-img {
    position: absolute;
  }

  .cost .cost-img-2 {
    display: none;
    width: 327px;
    height: 200px;
    background-image: url(../images/cast-form-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .cost .order {
    width: 100%;
    text-align: center;
  }

  .cost .order .fields-group>label:nth-child(1) {
    width: 100%;
  }

  .cost .order .fields-group>label:nth-child(2) {
    width: 100%;
  }

  .cost .order p {
    font-size: 18px;
  }

  .cost .order .fields-group label span {
    padding-left: 14px;
  }

  .cost .order .fields-group .required:after {
    left: 0;
  }

  .cost .order .checkbox-group {
    margin-left: 15px;
  }

  .cost .order .fields-group>label {
    margin-bottom: 10px;
    width: 100%;
  }

  .cost .order .fields-group label.error {
    position: relative;
    margin: 0;
    bottom: 10px;
  }

  .cost .order .checkbox-group label>span {
    font-size: 16px;
  }

  .cost .order .checkbox-group label .news-agree,
  .cost .order .checkbox-group label .private-agree {
    padding: 8px 0 0 42px;
  }

  .cost .order .fields-group>label:nth-child(1) {
    margin-right: 0;
  }

  .cost .order .fields-group>label:nth-child(2) {
    margin-left: 0;
  }

  .cost .order .checkbox-group {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .cost .order input {
    margin-bottom: 10px;
  }

  .cost .order .fields-group>label:nth-child(3),
  .cost .order .fields-group>label:nth-child(4) {
    width: 100%;
  }

  .cost .order .fields-group>label:nth-child(4) {
    /* margin-left: 0; */
    display: none;
  }

  /* 	.cost .order .fields-group > label:nth-child(5) {
          display: none;
      } */
}

@media (max-width: 576px) {
  .cost .cost-img {
    display: none;
  }
}

/* ===================================================== */
/* END COST SECTION */

.clients {
  background: #fff;
  padding: 0;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .clients {
    padding: 0;
  }
}

.clients h2.title {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 45px;
}

.clients-slider {
  width: 83%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .clients-slider {
    width: 96%;
  }
}

.clients-slider .clients-slide .client-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 140px;
  transition: all 0.5s;
  margin-bottom: 60px;
}

.clients-slider .clients-slide .client-item:hover {
  -webkit-animation: pulse 1s ease-in-out !important;
  animation: pulse 1s ease-in-out !important;
}

.clients-slider .clients-slide .client-item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1439px) {
  .clients-slider .clients-slide .client-item img {
    max-width: 80%;
    height: 80%;
  }
}

@media (max-width: 1199px) {
  .clients-slider .clients-slide .client-item img {
    max-width: 100%;
    height: auto;
  }
}

.clients .slick-dots {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  width: 100%;
  margin-top: -8px;
}

.clients .slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 2px solid #00aff9;
  border-radius: 50%;
  margin: 0 6px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .clients .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 2px;
  }
}

.clients .slick-dots li.slick-active {
  background: #00aff9;
}

.clients .slick-dots li button {
  display: none;
}

.clients .slick-arrow {
  font-size: 0;
  background: #fff;
  border: none;
  width: 16px;
  height: 28px;
  position: absolute;
  top: 35%;
  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;
  cursor: pointer;
  z-index: 9;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .clients .slick-arrow {
    display: none !important;
  }
}

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

.clients .slick-arrow:after {
  position: absolute;
  content: '';
  border: solid #00aff9;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 8px;
  transition: 0.3s;
}

.clients .slick-arrow.slick-prev {
  left: -9%;
}

@media (max-width: 1199px) {
  .clients .slick-arrow.slick-prev {
    left: -8%;
  }
}

.clients .slick-arrow.slick-prev:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: 3px;
}

.clients .slick-arrow.slick-next {
  right: -9%;
}

@media (max-width: 1199px) {
  .clients .slick-arrow.slick-next {
    right: -8%;
  }
}

.clients .slick-arrow.slick-next:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: -3px;
}

.news {
  background: #00aff9 url(../images/news-bg.png) 50% no-repeat;
  padding: 90px 0;
}

@media (max-width: 1199px) {
  .news {
    background: #00aff9;
    padding: 55px 0;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 55px 0 50px;
  }
}

.news h2.title {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .news h2.title {
    margin-bottom: 50px;
  }
}

.news-content {
  margin: 0 0 60px 165px;
}

@media (max-width: 1199px) {
  .news-content {
    margin: 0 20px 10px;
  }
}

@media (max-width: 767px) {
  .news-content {
    margin: 0;
  }
}

.news-content .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

@media (max-width: 1199px) {
  .news-content .news-item {
    margin-bottom: 40px;
  }
}

.news-content .news-item .news-img {
  width: 89px;
  height: 89px;
}

@media (max-width: 767px) {
  .news-content .news-item .news-img {
    display: none;
  }
}

.news-content .news-item .news-img img {
  width: 89px;
  height: 89px;
  border-radius: 50%;
}

.news-content .news-item .news-intro {
  margin-left: 28px;
}

@media (max-width: 767px) {
  .news-content .news-item .news-intro {
    margin: 0;
  }
}

.news-content .news-item .news-intro a,
.news-content .news-item .news-intro span {
  position: relative;
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  font-size: 45px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media (max-width: 1199px) {

  .news-content .news-item .news-intro a,
  .news-content .news-item .news-intro span {
    font-size: 40px;
  }
}

@media (max-width: 767px) {

  .news-content .news-item .news-intro a,
  .news-content .news-item .news-intro span {
    font-size: 25px;
  }
}

.news-content .news-item .news-intro a:hover {
  color: #ffc001;
}

.news-content .news-item .news-intro a:hover:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -5px;
  right: -10px;
  width: 30px;
  height: 28px;
  background: url(../images/icon/serv-link-arrow.png) no-repeat;
}

@media (max-width: 1199px) {
  .news-content .news-item .news-intro a:hover:after {
    position: relative;
    display: inline-block;
    top: -10px;
    right: -15px;
  }
}

@media (max-width: 767px) {
  .news-content .news-item .news-intro a:hover:after {
    top: 0;
    right: -5px;
    width: 20px;
    height: 18px;
    background-size: 20px;
  }
}

.news-content .news-item .news-intro p {
  font-size: 18px;
  color: #fff;
}

.news .link-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  box-sizing: border-box;
  width: 201px;
  height: 66px;
  line-height: 66px;
  padding-left: 38px;
  text-transform: none;
}

.news .link-button:hover {
  background: #ffc600;
  color: #313233;
}

.news .link-button:hover:after {
  background: url(../images/icon/button-arrow-grey.png) 0 100% no-repeat;
}

.news .link-button:after {
  background: url(../images/icon/button-arrow-grey.png) no-repeat;
}

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

@media (max-width: 1199px) {
  .contacts {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

.contacts-content,
.contacts .map {
  width: 50%;
}

@media (max-width: 1199px) {

  .contacts-content,
  .contacts .map {
    width: 100%;
  }
}

.contacts .map {
  position: relative;
}

@media (max-width: 1199px) {
  .contacts .map {
    height: 800px;
  }
}

@media (max-width: 767px) {
  .contacts .map {
    /*display:none*/
    height: 350px;
  }
}

.contacts-content {
  background: url(../images/contacts-bg.jpg) 50% 100% no-repeat;
  background-size: cover;
  padding: 100px 0 100px;
}

@media (max-width: 1399px) {
  .contacts-content {
    padding: 50px 0 80px;
  }
}

@media (max-width: 1199px) {
  .contacts-content {
    background: #313233;
    padding: 45px 0 40px;
  }
}

@media (max-width: 767px) {
  .contacts-content {
    padding: 40px 0 30px;
  }
}

.contacts-content h2.title {
  margin: 0 0 65px 55px;
}

@media (max-width: 1399px) {
  .contacts-content h2.title {
    margin: 0 0 40px 55px;
  }
}

@media (max-width: 1199px) {
  .contacts-content h2.title {
    text-align: center;
    margin: 0 0 65px;
  }
}

@media (max-width: 767px) {
  .contacts-content h2.title {
    margin: 0 0 55px;
  }
}

.contacts-content .contacts-info {
  width: 545px;
  margin-left: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1199px) {
  .contacts-content .contacts-info {
    width: auto;
    margin: 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .contacts-content .contacts-info {
    margin: 0 10px;
  }
}

.contacts-content .contacts-info .contacts-item {
  position: relative;
  cursor: pointer;
  padding-left: 53px;
  margin-bottom: 70px;
}

.contacts-content .contacts-info .contacts-item:after {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 35px;
  top: 12px;
  left: 0;
}

@media (max-width: 1399px) {
  .contacts-content .contacts-info .contacts-item {
    margin-bottom: 40px;
  }

  .contacts-content .contacts-info .contacts-item:last-of-type {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .contacts-content .contacts-info .contacts-item {
    margin-bottom: 40px;
  }

  .contacts-content .contacts-info .contacts-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .contacts-content .contacts-info .contacts-item {
    width: 300px;
    margin: 0 auto 35px;
  }
}

.contacts-content .contacts-info .contacts-item.address-1:after {
  background: url(../images/icon/map-mark1.png) no-repeat;
  background-size: 28px;
}

.contacts-content .contacts-info .contacts-item.address-2:after {
  background: url(../images/icon/map-mark2.png) no-repeat;
  background-size: 28px;
}

.contacts-content .contacts-info .contacts-item.address-3:after {
  background: url(../images/icon/map-mark3.png) no-repeat;
  background-size: 28px;
}

.contacts-content .contacts-info .contacts-item .city {
  display: inline-block;
  line-height: 1;
  margin-bottom: 12px;
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s;
  border-bottom: 1px solid transparent;
}

.contacts-content .contacts-info .contacts-item .city:hover {
  color: #ffc600;
  border-color: #ffc600;
}

@media (max-width: 767px) {
  .contacts-content .contacts-info .contacts-item .city {
    font-size: 25px;
  }
}

.contacts-content .contacts-info .contacts-item .address,
.contacts-content .contacts-info .contacts-item .email,
.contacts-content .contacts-info .contacts-item .phone {
  font-family: 'Proxima Nova Cond Regular';
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}

.contacts-content .contacts-info .contacts-item .email {
  font-family: 'Proxima Nova Cond Regular';
  color: #ffc600;
  margin: 0;
}

footer {
  background: #111212;
  padding-top: 60px;
  text-align: left;
}

.arrow-up-fx {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 120px;
  right: 0;
  width: 50px;
  height: 50px;
  background-image: url('../images/arrow-up-2.png');
}

.arrow-up-fx.arrow-up-fx-db {
  display: block;
}

@media (max-width: 767px) {
  .arrow-up-fx {
    width: 35px;
    height: 35px;
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  footer {
    padding: 40px 20px 0;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 40px 15px 0;
  }
}

footer .ft-title {
  font-family: 'Avenir Next Cyr';
  font-size: 65px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 70px;
}

@media (max-width: 1199px) {
  footer .ft-title {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  footer .ft-title {
    font-size: 30px;
    margin-bottom: 35px;
  }
}

footer .footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #292a2a;
  position: relative;
}

footer .footer-contacts-top {
  padding-top: 0;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  footer .footer-contacts {
    display: block;
  }
}

@media (max-width: 767px) {
  footer .footer-contacts {
    padding-bottom: 32px;
  }
}

footer .footer-contacts .ft-email,
footer .footer-contacts .ft-tel {
  /* width: 50%; */
  text-align: left;
}

@media (max-width: 767px) {

  footer .footer-contacts .ft-email,
  footer .footer-contacts .ft-tel {
    width: 70%;
  }
}

@media (max-width: 576px) {

  footer .footer-contacts .ft-email,
  footer .footer-contacts .ft-tel {
    width: 100%;
  }
}

footer .footer-contacts .ft-email,
footer .footer-contacts .ft-tel,
footer .footer-contacts .ft-address,
footer .footer-contacts .ft-working {
  margin-right: 30px;
  margin-bottom: 30px;
}

footer .footer-contacts .ft-email span,
footer .footer-contacts .ft-tel span,
footer .footer-contacts .ft-address span,
footer .footer-contacts .ft-working span {
  font-family: 'Avenir Next Cyr Bold';
  font-size: 16px;
  color: #0e8cc2;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

footer .footer-contacts .ft-email a,
footer .footer-contacts .ft-tel a,
footer .footer-contacts .ft-address p,
footer .footer-contacts .ft-working p {
  color: #fff;
  text-decoration: none;
  display: inloine-block;
  margin-bottom: 5px;
  transition: all 0.2s;
  position: relative;
}

footer .footer-contacts .ft-email a::after,
footer .footer-contacts .ft-tel a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  background-color: #ffc600;
  width: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

footer .footer-contacts .ft-email a:hover,
footer .footer-contacts .ft-tel a:hover {
  color: #ffc600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* footer .footer-contacts .ft-tel a:nth-child(3),
  footer .footer-contacts .ft-tel a:nth-child(4) {
      font-size: 25px;
  } */

/* @media (max-width: 1199px) {

      footer .footer-contacts .ft-email a,
      footer .footer-contacts .ft-tel a {
          font-size: 25px;
      }
  } */

/* @media (max-width: 991px) {

      footer .footer-contacts .ft-email a,
      footer .footer-contacts .ft-tel a {
          font-size: 18px;
      } */

/* footer .footer-contacts .ft-tel a:nth-child(3),
      footer .footer-contacts .ft-tel a:nth-child(4) {
          font-size: 18px;
  } */

footer .footer-contacts .ft-email a:hover:after,
footer .footer-contacts .ft-tel a:hover:after {
  width: 100%;
  /*right: 0;*/
}

/* @media (max-width: 767px) {

      footer .footer-contacts .ft-email a,
      footer .footer-contacts .ft-tel a {
          font-size: 23px;
      }
  } */

@media (max-width: 576px) {

  footer .footer-contacts .ft-email a,
  .footer-links-section__wrap footer .footer-contacts .ft-tel a {
    font-size: 18px;
  }
}

/* @media (max-width: 767px) {
      footer .footer-contacts .ft-email {
          padding-top: 40px
      }
  } */

/* @media (max-width: 767px) {
      footer .footer-contacts .ft-email {
          padding-top: 50px
      }
  } */

footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #292a2a;
  padding: 25px 0 35px;
}

@media (max-width: 767px) {
  footer .footer-info {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 0 107px;
  }
}

footer .footer-info .social,
footer .footer-info .subscribe {
  width: 50%;
}

footer .footer-info .subscribe {
  position: relative;
}

footer .footer-info .subscribe form label.error {
  position: absolute;
  bottom: -25px;
}

@media (max-width: 767px) {

  footer .footer-info .social,
  footer .footer-info .subscribe {
    width: 100%;
  }

  div.policy_links div {
    padding-left: 0 !important;
  }
}

footer .footer-info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  footer .footer-info .social {
    display: block;
  }
}

footer .footer-info .social .present-file {
  padding-top: 14px;
}

@media (max-width: 767px) {
  footer .footer-info .social .present-file {
    padding: 0 0 20px;
  }
}

footer .footer-info .social .present-file a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #FA4659;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 2px;
}

footer .footer-info .social .present-file a:hover {
  color: #ffc600;
}

footer .footer-info .social .present-file a:hover .pdf-icon {
  background: url(../images/icon/pdf-ico.png) 0 50% no-repeat;
}

footer .footer-info .social .present-file a:active {
  color: #aa8400;
}

footer .footer-info .social .present-file a:active .pdf-icon {
  background: url(../images/icon/pdf-ico.png) 0 100% no-repeat;
}

footer .footer-info .social .present-file a .pdf-icon {
  display: inline-block;
  width: 36px;
  height: 47px;
  background: url(../images/icon/pdf-ico.png) no-repeat;
  margin-right: 20px;
}

footer .footer-info .social .social-box {
  width: 100%;
  margin: 0 10px 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199px) {
  footer .footer-info .social .social-box {
    margin: 30px 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  footer .footer-info .social .social-box {
    position: absolute;
    bottom: 48px;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .footer-info .social .social-box a {
  display: inline-block;
  margin: 0 9px;
}

footer .footer-info .social .social-box a:hover.vk {
  background: url(../images/icon/vk-ico.png) 0 50% no-repeat;
}

footer .footer-info .social .social-box a:hover.tw {
  background: url(../images/icon/tw-ico.png) 0 50% no-repeat;
}

footer .footer-info .social .social-box a:hover.fb {
  background: url(../images/icon/fb-ico.png) 0 50% no-repeat;
}

footer .footer-info .social .social-box a:hover.YT {
  background: url(../images/icon/yt-ico.png) 0 50% no-repeat;
}

footer .footer-info .social .social-box a:hover.ya_dzen {
  background: url(../images/castcom_Yandex_dZen_logo_icon_yellow.svg) 0 50% no-repeat;
}

footer .footer-info .social .social-box a:active.vk {
  background: url(../images/icon/vk-ico.png) 0 100% no-repeat;
}

footer .footer-info .social .social-box a:active.tw {
  background: url(../images/icon/tw-ico.png) 0 100% no-repeat;
}

footer .footer-info .social .social-box a:active.fb {
  background: url(../images/icon/fb-ico.png) 0 100% no-repeat;
}

footer .footer-info .social .social-box a:active.YT {
  background: url(../images/icon/yt-ico.png) 0 100% no-repeat;
}

footer .footer-info .social .social-box a.vk {
  width: 33px;
  height: 19px;
  background: url(../images/icon/vk-ico.png) no-repeat;
}

footer .footer-info .social .social-box a.YT {
  width: 33px;
  height: 19px;
  background: url(../images/icon/yt-ico.png) no-repeat;
}

footer .footer-info .social .social-box a.tw {
  width: 25px;
  height: 21px;
  background: url(../images/icon/tw-ico.png) no-repeat;
}

footer .footer-info .social .social-box a.fb {
  width: 10px;
  height: 23px;
  background: url(../images/icon/fb-ico.png) no-repeat;
}

footer .footer-info .social .social-box a.ya_dzen {
  width: 21px;
  height: 21px;
  background: url(../images/castcom_Yandex_dZen_logo_icon.svg) no-repeat;
}

footer .footer-info .subscribe span {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-left: 203px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  footer .footer-info .subscribe span {
    margin: 0 0 10px;
  }
}

footer .footer-info .subscribe .subscr-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 203px;
}

@media (max-width: 1199px) {
  footer .footer-info .subscribe .subscr-form {
    margin: 0;
  }
}

footer .footer-info .subscribe .subscr-form .email {
  font-size: 18px;
  color: #8a8a8a;
  box-sizing: border-box;
  background: transparent;
  width: 337px;
  height: 59px;
  line-height: 59px;
  padding-left: 24px;
  border: 1px solid #414141;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  footer .footer-info .subscribe .subscr-form .email {
    width: 201px;
    padding-left: 14px;
  }
}

footer .footer-info .subscribe .subscr-form .email:hover {
  border: 1px solid #ffc600;
}

footer .footer-info .subscribe .subscr-form .email:active,
footer .footer-info .subscribe .subscr-form .email:focus {
  outline: 0;
  border: 1px solid #aa8400;
}

footer .footer-info .subscribe .subscr-form .send {
  position: relative;
  left: -1px;
  cursor: pointer;
  background: transparent;
  box-sizing: border-box;
  width: 59px;
  height: 59px;
  border: 1px solid #0e8cc2;
}

footer .footer-info .subscribe .subscr-form .send:after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 13px;
  height: 22px;
  background: url(../images/icon/send-arrow.png) no-repeat;
}

footer .footer-info .subscribe .subscr-form .send:hover {
  border: 1px solid #ffc600;
}

footer .footer-info .subscribe .subscr-form .send:hover:after {
  background: url(../images/icon/send-arrow.png) 100% 0 no-repeat;
}

footer .footer-info .subscribe .subscr-form .send:active,
footer .footer-info .subscribe .subscr-form .send:focus {
  outline: 0;
  border: 1px solid #aa8400;
}

footer .footer-info .subscribe .subscr-form .send:active:after,
footer .footer-info .subscribe .subscr-form .send:focus:after {
  background: url(../images/icon/send-arrow.png) 0 100% no-repeat;
}

footer .footer-links-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0 0;
}

@media (max-width: 1199px) {
  footer .footer-links-section {
    padding: 35px 0 30px;
  }
}

@media (max-width: 767px) {
  footer .footer-links-section {
    padding: 35px 0 15px;
  }
}

footer .footer-links-section .links-links-col {
  width: 23%;
  margin-right: 30px;
  box-sizing: border-box;
}

footer .footer-links-section .links-links-col:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) {
  footer .footer-links-section .links-links-col {
    width: 47%;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  footer .footer-links-section .links-links-col {
    width: 100%;
  }
}

footer .footer-links-section .links-links-col>span a {
  font-family: 'Avenir Next Cyr Bold';
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

footer .footer-links-section .links-links-col>span a:hover {
  /*text-decoration:underline;*/
  color: #ffc600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

footer .footer-links-section .links-links-col>span a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  background-color: #ffc600;
  width: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

footer .footer-links-section .links-links-col>span a:hover:after {
  width: 100%;
  right: 0;
}

footer .footer-links-section .links-links-col ul {
  list-style: none;
  margin-left: 16px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  footer .footer-links-section .links-links-col ul {
    margin-bottom: 25px;
  }
}

footer .footer-links-section .links-links-col ul li {
  position: relative;
}

footer .footer-links-section .links-links-col ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -16px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
}

footer .footer-links-section .links-links-col ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
  transition: all 0.2s;
  position: relative;
}

footer .footer-links-section .links-links-col ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  background-color: #ffc600;
  width: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

footer .footer-links-section .links-links-col ul li a:hover {
  color: #ffc600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

footer .footer-links-section .links-links-col ul li a:hover:after {
  width: 100%;
  right: 0;
  /*text-decoration: underline*/
}

footer .footer-links-section .links-links-col ul li a:active {
  color: #aa8400;
  /*text-decoration: underline*/
}

footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 50px;
  padding-top: 25px;
}

footer .footer-warning {
  color: #ccc;
  font-size: 14px;
  padding-bottom: 50px;
}

footer .footer-copy {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-right: 350px;
}

@media (max-width: 1199px) {
  footer {
    padding: 40px 20px 0;
  }

  footer .footer-bottom {
    padding-bottom: 40px;
  }

  footer .footer-copy {
    flex-direction: column;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  footer .footer-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer .footer-copy {
    align-items: center;
  }
}

@media (max-width: 767px) {
  footer .footer-bottom .footer-copy {
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  footer .footer-bottom .footer-copy a[href='/sitemap/'] {
    display: inline-block;
    margin-top: 20px;
  }
}

footer .footer-bottom .footer-copy .copyright {
  color: #fff;
  display: inline-block;
  margin-right: 30px;
  margin-top: 15px;
  /* margin-bottom: 15px */
}

div.policy_links a {
  display: inline-block;
  text-decoration: none;
  margin-right: 30px;
  color: #787878;
  text-decoration: underline;
  transition: all 0.2s;
  margin-top: 15px;
}

div.policy_links a:hover {
  color: #ffc600;
}

div.policy_links div {
  padding-left: 220px;
}

footer .footer-bottom .footer-copy a {
  display: inline-block;
  text-decoration: none;
  margin-right: 30px;
  color: #787878;
  text-decoration: underline;
  transition: all 0.2s;
  margin-top: 15px;
}

footer .footer-bottom .footer-copy .col_links {
  display: inline-block;
  max-width: 380px;
}

@media (max-width: 380px) {
  footer .footer-bottom .footer-copy .col_links {
    max-width: 100%;
  }
}

footer .footer-bottom .footer-copy .col_links a.term_use {
  margin-top: 7px;
}

footer .footer-bottom .footer-copy .col_links a. {}

@media (max-width: 767px) {
  footer .footer-bottom .footer-copy a {
    margin-right: 0;
  }
}

footer .footer-bottom .footer-copy a:hover {
  color: #ffc600;
}

footer .footer-bottom .footer-copy a:active {
  color: #aa8400;
}

footer .footer-bottom .footer-logo {
  margin: 18px 40px 0 0;
}

@media (max-width: 1199px) {
  footer .footer-bottom .footer-logo {
    margin: 18px 0 0;
  }
}

@media (max-width: 767px) {
  footer .footer-bottom .footer-logo {
    margin: 0 auto 50px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.page_404 {
  background: #00aff9 url(../images/404-bg.jpg) top -10vh center no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .page_404 {
    background-size: auto 290px;
    background-position-y: 3px;
  }
}

.page_404-content {
  position: relative;
}

@media (min-width: 768px) {
  .page_404-content {
    padding-top: 49vh;
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .page_404-content {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .page_404-content {
    padding-top: 285px;
  }
}

.page_404-content p {
  position: absolute;
  font-family: 'Avenir Next Cyr';
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .page_404-content p {
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .page_404-content .ups {
    top: 13vh;
    left: 190px;
  }
}

@media (max-width: 767px) {
  .page_404-content .ups {
    top: 40px;
    left: 0;
  }
}

.page_404-content .wrong {
  /* top: 575px; */
  left: 50%;
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .page_404-content .wrong {
    /* top: 505px */
  }
}

@media (min-width: 768px) {
  .page_404-content .wrong {
    top: 42vh;
  }
}

@media (max-width: 767px) {
  .page_404-content .wrong {
    top: 150px;
    left: 0;
  }
}

@media (min-width: 768px) {
  .page_404-content .bottom-navbar {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 100px;
    margin-bottom: -10vh;
  }
}

@media (max-width: 767px) {
  .page_404-content .bottom-navbar {
    padding-bottom: 46px;
  }
}

.page_404-content .bottom-navbar .title {
  display: inline-block;
  background: #ffc600;
  padding: 4px 12px;
  margin-bottom: 20px;
  font-family: 'Avenir Next Cyr';
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  color: #2a2b2c;
}

@media (max-width: 767px) {
  .page_404-content .bottom-navbar .title {
    font-size: 25px;
  }
}

.page_404-content .bottom-navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .page_404-content .bottom-navbar ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .page_404-content .bottom-navbar ul {
    overflow-y: auto;
  }
}

.page_404-content .bottom-navbar ul li a {
  display: block;
  width: 135px;
  padding: 44px 15px 0;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  min-height: 148px;
  border: 1px solid transparent;
  transition: all 0.5s;
  text-align: center;
}

.page_404-content .bottom-navbar ul li a:hover {
  border: 1px solid #fff;
}

.page_404-content .bottom-navbar ul li a.service-web i {
  width: 49px;
  height: 49px;
  background: url(../images/icon/service-web.png) no-repeat;
}

.page_404-content .bottom-navbar ul li a.service-support i {
  width: 50px;
  height: 49px;
  background: url(../images/icon/service-support.png) no-repeat;
}

.page_404-content .bottom-navbar ul li a.service-brand i {
  width: 48px;
  height: 53px;
  background: url(../images/icon/service-brand.png) no-repeat;
}

.page_404-content .bottom-navbar ul li a.service-mobile i {
  width: 37px;
  height: 53px;
  background: url(../images/icon/service-mobile.png) no-repeat;
}

.page_404-content .bottom-navbar ul li a.service-seo i {
  width: 49px;
  height: 54px;
  background: url(../images/icon/service-seo.png) no-repeat;
}

.page_404-content .bottom-navbar ul li a.service-adword i {
  width: 55px;
  height: 55px;
  background: url(../images/icon/service-adword.png) no-repeat;
}

.page_404-content .bottom-navbar ul li a.service-seo-social i {
  width: 55px;
  height: 55px;
  background: url(../images/icon/service-seo-social.png) no-repeat;
}

.page_404-content .bottom-navbar ul li a i.icon {
  display: block;
  margin: 0 auto 10px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.breadcrumbs {
  padding: 54px 0 45px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding: 25px 0;
  }
}

@media (min-width: 768px) {
  .contacts-page .breadcrumbs {
    padding-left: 20px;
  }
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (max-width: 767px) {
  .breadcrumbs ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.breadcrumbs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 25px;
  margin-bottom: 3px;
}

.breadcrumbs ul li:after {
  content: '';
  display: block;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #6b7073;
}

.breadcrumbs ul li:last-child {
  margin-right: 0;
}

.breadcrumbs ul li:last-child:after {
  content: none;
}

.breadcrumbs ul li a,
.breadcrumbs ul li span {
  font-size: 14px;
  color: #6b7073;
}

.breadcrumbs ul li a.home,
.breadcrumbs ul li span.home {
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url(../images/icon/home-icon.png) no-repeat;
}

.breadcrumbs ul li a {
  color: #FA4659;
}

.breadcrumbs ul li a:hover {
  text-decoration: none;
}

@media (max-width: 1199px) {
  .about-page .about-content {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .about-page .about-content {
    padding: 0;
  }
}

.about-page h2.title {
  color: #4c4c4c;
  margin-bottom: 20px;
}

.about-page h2.title.blue {
  color: #FA4659;
}

.about-page h2.title.white {
  color: #fff;
}

@media (max-width: 767px) {
  .about-page h2.title {
    font-size: 25px;
  }
}

.about-page .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .about-page .top-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

.about-page .top-info-item {
  box-sizing: border-box;
  width: 32%;
  padding: 38px 27px;
  border: 1px solid #ddd;
  transition: all 0.5s;
}

.about-page .top-info-item:hover {
  border-color: #FA4659;
}

@media (max-width: 1199px) {
  .about-page .top-info-item {
    width: 100%;
    margin-bottom: 25px;
  }
}

.about-page .top-info-item span {
  display: block;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #FA4659;
}

.about-page .top-info-item p {
  font-size: 18px;
  color: #45494b;
  margin: 0;
}

.about-page .top-info .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  width: 100%;
}

.about-page .top-info .slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 2px solid #00aff9;
  border-radius: 50%;
  margin: 0 6px;
  transition: 0.3s;
}

.about-page .top-info .slick-dots li.slick-active {
  background: #00aff9;
}

.about-page .top-info .slick-dots li button {
  display: none;
}

.about-page .runet-company {
  background: url(../images/runet-company-bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 25px;
}

@media (max-width: 1199px) {
  .about-page .runet-company {
    background: #FA4659;
    padding-bottom: 5px;
  }
}

.about-page .runet-company .runet-company-content {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 1199px) {
  .about-page .runet-company .runet-company-content {
    padding: 10px 20px 0;
  }
}

@media (max-width: 767px) {
  .about-page .runet-company .runet-company-content {
    padding: 0;
  }
}

.about-page .runet-company .runet-company-content .runet-item {
  padding: 30px 0 35px;
  width: 33%;
  text-align: center;
  visibility: hidden;
}

@media (max-width: 1199px) {
  .about-page .runet-company .runet-company-content .runet-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .about-page .runet-company .runet-company-content .runet-item {
    width: 100%;
  }
}

.about-page .runet-company .runet-company-content .runet-item:hover:not(.first) .img-wrap {
  transition: 0.5s;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -webkit-transform: rotateY(180deg) scaleX(-1);
  transform: rotateY(180deg) scaleX(-1);
}

.about-page .runet-company .runet-company-content .runet-item.first {
  position: relative;
  text-align: left;
  box-sizing: border-box;
  padding-left: 35px;
}

.about-page .runet-company .runet-company-content .runet-item.first:before {
  content: '';
  display: block;
  position: absolute;
  top: 59px;
  left: 0;
  width: 3px;
  height: 233px;
  background: #ffc600;
}

.about-page .runet-company .runet-company-content .runet-item.first .img-wrap {
  margin-top: 24px;
}

.about-page .runet-company .runet-company-content .runet-item.first h3 {
  font-family: 'Avenir Next Cyr';
  font-size: 45px;
  font-weight: 900;
  line-height: 1;
  padding: 0;
}

@media (max-width: 767px) {
  .about-page .runet-company .runet-company-content .runet-item.first h3 {
    font-size: 25px;
  }
}

.about-page .runet-company .runet-company-content .runet-item.first span {
  color: #fff;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 20px;
  line-height: 1;
}

.about-page .runet-company .runet-company-content .runet-item.first span span {
  color: #ffc600;
}

.about-page .runet-company .runet-company-content .runet-item h3 {
  color: #fff;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 18px;
  text-transform: uppercase;
  padding: 25px 0 5px;
}

.about-page .runet-company .runet-company-content .runet-item span {
  display: inline-block;
  color: #45494b;
}

.about-page .services-block iframe {
  width: 100%;
}

@media (max-width: 1199px) {
  .about-page .services-block {
    padding: 0 20px;
  }

  .about-page .services-block iframe {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .about-page .services-block {
    padding: 0;
  }
}

.about-page .services-block h2.title:first-child {
  text-align: center;
}

.about-page .services-block h2.title {
  margin: 48px 0 25px;
  text-align: center;
}

@media (max-width: 1199px) {
  .about-page .services-block h2.title {
    margin-top: 40px;
  }
}

.about-page .services-block .descr {
  /* margin-bottom: 65px; */
}

.about-page .services-block .descr p {
  color: #000;
  margin-bottom: 20px;
}

.about-page .services-block .descr p b {
  font-family: 'Avenir Next Cyr';
  font-size: 18px;
  font-weight: 900;
  color: #FA4659;
}

.about-page .services-block .serv-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 60px;
}

.about-page .services-block .serv-content .serv-item {
  width: 50%;
  box-sizing: border-box;
  padding: 35px 25px 50px 30px;
  background: #FA4659;
}

@media (max-width: 767px) {
  .about-page .services-block .serv-content .serv-item {
    padding: 35px 20px 50px;
  }
}

.about-page .services-block .serv-content .serv-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.about-page .services-block .serv-content .serv-item .title .num {
  font-family: 'Avenir Next Cyr';
  font-size: 20px;
  font-weight: 900;
  display: inline-block;
  padding: 18.5px 23.5px;
  margin-right: 25px;
  background: #fff;
  color: #FA4659;
}

@media (max-width: 767px) {
  .about-page .services-block .serv-content .serv-item .title .num {
    margin-right: 20px;
    padding: 14.5px 19.5px;
  }
}

.about-page .services-block .serv-content .serv-item .title a {
  font-family: 'Avenir Next Cyr';
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  transition: all 0.3s;
  max-width: calc(100% - 90px);
  display: inline-block;
}

@media (max-width: 767px) {
  .about-page .services-block .serv-content .serv-item .title a {
    max-width: calc(100% - 80px);
  }
}

.about-page .services-block .serv-content .serv-item .title a:hover {
  text-decoration: none;
}

.about-page .services-block .serv-content .serv-item .title p {
  color: #000;
}

.about-page .services-block .serv-content .serv-item:nth-child(2),
.about-page .services-block .serv-content .serv-item:nth-child(3),
.about-page .services-block .serv-content .serv-item:nth-child(6) {
  background: #f7f7f7;
}

.about-page .services-block .serv-content .serv-item:nth-child(2) .num,
.about-page .services-block .serv-content .serv-item:nth-child(3) .num,
.about-page .services-block .serv-content .serv-item:nth-child(6) .num {
  background: #FA4659;
  color: #fff;
}

.about-page .services-block .serv-content .serv-item:nth-child(2) a,
.about-page .services-block .serv-content .serv-item:nth-child(3) a,
.about-page .services-block .serv-content .serv-item:nth-child(6) a {
  color: #FA4659;
}

@media (max-width: 1199px) {
  .about-page .services-block .serv-content .serv-item {
    width: 100%;
  }

  .about-page .services-block .serv-content .serv-item:first-child,
  .about-page .services-block .serv-content .serv-item:nth-child(3),
  .about-page .services-block .serv-content .serv-item:nth-child(5) {
    background: #FA4659;
  }

  .about-page .services-block .serv-content .serv-item:first-child .num,
  .about-page .services-block .serv-content .serv-item:nth-child(3) .num,
  .about-page .services-block .serv-content .serv-item:nth-child(5) .num {
    background: #f7f7f7;
    color: #FA4659;
  }

  .about-page .services-block .serv-content .serv-item:first-child a,
  .about-page .services-block .serv-content .serv-item:nth-child(3) a,
  .about-page .services-block .serv-content .serv-item:nth-child(5) a {
    color: #fff;
  }

  .about-page .services-block .serv-content .serv-item:nth-child(2),
  .about-page .services-block .serv-content .serv-item:nth-child(4),
  .about-page .services-block .serv-content .serv-item:nth-child(6) {
    background: #f7f7f7;
  }

  .about-page .services-block .serv-content .serv-item:nth-child(2) .num,
  .about-page .services-block .serv-content .serv-item:nth-child(4) .num,
  .about-page .services-block .serv-content .serv-item:nth-child(6) .num {
    background: #FA4659;
    color: #fff;
  }

  .about-page .services-block .serv-content .serv-item:nth-child(2) a,
  .about-page .services-block .serv-content .serv-item:nth-child(4) a,
  .about-page .services-block .serv-content .serv-item:nth-child(6) a {
    color: #FA4659;
  }
}

.about-page .services-block .also-block h2.title {
  margin-bottom: 25px;
}

.about-page .services-block .also-block .also-years {
  margin-bottom: 60px;
}

.about-page .services-block .also-block .also-years .year-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-page .services-block .also-block .also-years .year-item:last-child p {
  padding-bottom: 0;
}

.about-page .services-block .also-block .also-years .year-item span {
  font-family: 'Avenir Next Cyr';
  font-size: 25px;
  font-weight: 900;
  color: #c3c3c3;
  margin-right: 20px;
}

.about-page .services-block .also-block .also-years .year-item p {
  font-size: 17px;
  color: #000;
  padding-left: 13px;
  padding-bottom: 25px;
  border-left: 3px solid #cceffe;
}

.about-page .criteria {
  background: url(../images/criteria-bg.jpg) 50% no-repeat;
  background-size: cover;
  padding-top: 60px;
}

@media (max-width: 1199px) {
  .about-page .criteria {
    background: #313233;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.about-page .criteria h2.title {
  padding-left: 47px;
  padding-bottom: 15px;
  border-left: 17px solid #00aff9;
}

@media (max-width: 1199px) {
  .about-page .criteria h2.title {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .about-page .criteria h2.title {
    font-size: 20px;
    margin: 0;
    padding-left: 17px;
    border-left: 7px solid #00aff9;
  }

  .about-page .services-block .also-block .also-years .year-item span {
    margin-right: 10px;
    font-size: 12px;
  }
}

.about-page .criteria .criteria-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 37px;
}

@media (max-width: 1199px) {
  .about-page .criteria .criteria-content {
    padding: 37px 20px 0;
  }
}

@media (max-width: 767px) {
  .about-page .criteria .criteria-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.about-page .criteria .criteria-content .criteria-item {
  width: 32%;
  box-sizing: border-box;
  text-align: center;
  padding: 35px 25px 25px;
  margin-bottom: 65px;
  border: 1px solid #ddd;
  transition: all 0.5s;
}

.about-page .criteria .criteria-content .criteria-item:hover {
  border-color: #FA4659;
}

@media (max-width: 1199px) {
  .about-page .criteria .criteria-content .criteria-item {
    width: 100%;
    margin-bottom: 25px;
  }
}

.about-page .criteria .criteria-content .criteria-item h3 {
  font-family: 'Avenir Next Cyr Bold';
  font-size: 18px;
  color: #FA4659;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-page .criteria .criteria-content .criteria-item p {
  color: #fff;
}

@media (max-width: 1199px) {
  .about-page .technology {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .about-page .technology {
    padding: 0;
  }
}

.about-page .technology h2.title {
  margin: 50px 0 20px;
  text-align: center;
}

@media (max-width: 1199px) {
  .about-page .technology h2.title {
    margin-top: 40px;
  }
}

.about-page .technology .descr {
  margin-bottom: 60px;
}

.about-page .technology .descr p {
  color: #000;
}

.about-page .technology .descr p span {
  color: #00aff9;
}

.about-page .technology .technology-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .about-page .technology .technology-content {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .about-page .technology .technology-content {
    padding: 0;
    margin-bottom: 50px;
  }
}

.about-page .technology .technology-content .techn-item {
  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;
  width: 25%;
  min-height: 120px;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .about-page .technology .technology-content .techn-item {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .about-page .technology .technology-content .techn-item {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .about-page .technology .technology-content .techn-item {
    width: 100%;
  }
}

.about-page .technology .technology-content .techn-item:hover {
  -webkit-animation: pulse 1s ease-in-out;
  animation: pulse 1s ease-in-out;
}

@media (max-width: 1199px) {
  .about-page .social-activity {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .about-page .social-activity {
    padding: 0;
  }
}

.about-page .article-page h2.title {
  text-align: center;
}

.about-page .social-activity h2.title {
  margin-bottom: 20px;
  text-align: center;
}

.about-page .social-activity .descr {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .about-page .social-activity .descr {
    margin-bottom: 50px;
  }
}

.about-page .social-activity .descr p {
  color: #000;
  margin-bottom: 20px;
}

.about-page .recomend-block {
  padding: 0 0 60px;
  text-align: center;
}

@media (max-width: 1199px) {
  .about-page .recomend-block {
    margin: 0 20px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .about-page .recomend-block {
    margin: 0;
    padding: 0 0 30px 60px;
    padding: 0 10px 30px 10px;
    background-size: 50px;
  }
}

.about-page .recomend-block .text {
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr';
  font-size: 40px;
  font-weight: 900;
  color: #555;
}

@media (max-width: 767px) {
  .about-page .recomend-block .text {
    font-size: 20px;
  }
}

.about-page .recomend-block .text span {
  color: #FA4659;
}

h1.title {
  font-family: 'Avenir Next Cyr';
  font-size: 45px;
  font-weight: 900;
  color: #313233;
  text-transform: uppercase;
  margin-bottom: 42px;
}

h1.folio {
  font-size: 35px;
}

@media (max-width: 767px) {
  h1.title {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .clients-page {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .clients-page {
    padding: 0;
  }
}

.clients-page .clients-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.clients-page .clients-content .clients-item {
  position: relative;
  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;
  width: 25%;
  box-sizing: border-box;
  min-height: 230px;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .clients-page .clients-content .clients-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .clients-page .clients-content .clients-item {
    width: 100%;
  }
}

.clients-page .clients-content .clients-item .reviews-link {
  opacity: 0;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  font-size: 16px;
  color: #FA4659;
  text-decoration: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
  transition: all 0.5s;
}

.clients-page .clients-content .clients-item .reviews-link:after {
  content: '';
  display: block;
  width: 13px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/icon/button-arrow3.png) no-repeat;
}

.clients-page .clients-content .clients-item:hover {
  -webkit-animation: pulse 1s ease-in-out;
  animation: pulse 1s ease-in-out;
}

.clients-page .clients-content .clients-item:hover .reviews-link {
  opacity: 1;
}

#map-block {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .contacts-page .contacts-block {
    margin: 0 20px;
  }

  #map .ymaps-2-1-74-map .ymaps-2-1-74-map,
  #map .ymaps-2-1-74-map {
    height: 800px !important;
  }

  #map .ymaps-2-1-74-map .ymaps-2-1-74-map {
    height: 800px !important;
  }
}

@media (max-width: 767px) {
  .contacts-page .contacts-block {
    margin: 0;
  }

  #map .ymaps-2-1-74-map {
    height: 350px !important;
  }

  #map .ymaps-2-1-74-map .ymaps-2-1-74-map {
    height: 350px !important;
  }
}

.contacts-page .contacts-block h1.title {
  margin-bottom: 15px;
}

.contacts-page .contacts-block .intro-text {
  font-size: 20px;
  margin-bottom: 70px;
}

@media (max-width: 1199px) {
  .contacts-page .contacts-block .intro-text {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .contacts-page .contacts-block .intro-text {
    font-size: 20px;
  }
}

.contacts-page .contacts-block .intro-text p {
  color: #313233;
}

.contacts-page .contacts-block .intro-text a {
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  color: #FA4659;
  text-decoration: none;
  border-bottom: 1px solid #FA4659;
  transition: all 0.3s;
}

.contacts-page .contacts-block .intro-text a:hover {
  border-color: transparent;
}

.contacts-page address {
  font-style: normal;
}

.contacts-page .map {
  position: relative;
  height: 800px;
}

@media (max-width: 767px) {
  .contacts-page .map {
    margin-bottom: 600px;
  }
}

.contacts-page .map .contacts-info {
  box-sizing: border-box;
  padding: 110px 55px 25px 49px;
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -600px;
  z-index: 1;
  width: 600px;
  background: rgba(49, 50, 51, 0.95);
}

@media (max-width: 1199px) {
  .contacts-page .map .contacts-info {
    top: 115px;
    left: 50px;
    padding: 55px 25px 25px;
    margin-left: 0;
    width: 415px;
  }
}

@media (max-width: 767px) {
  .contacts-page .map .contacts-info {
    position: static;
    padding: 55px 15px 25px;
    width: 100%;
  }
}

.contacts-page .map .contacts-info .contacts-item {
  position: relative;
  cursor: pointer;
  padding-left: 53px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .contacts-page .map .contacts-info .contacts-item {
    box-sizing: border-box;
    width: 290px;
    margin: 0 auto 50px;
    padding-left: 43px;
  }
}

.contacts-page .map .contacts-info .contacts-item:after {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 35px;
  top: 12px;
  left: 0;
}

@media (max-width: 1199px) {
  .contacts-page .map .contacts-info .contacts-item:after {
    top: 6px;
  }
}

.contacts-page .map .contacts-info .contacts-item.address-1:after {
  background: url(../images/icon/map-mark1.png) no-repeat;
  background-size: 28px;
}

.contacts-page .map .contacts-info .contacts-item.address-2:after {
  background: url(../images/icon/map-mark2.png) no-repeat;
  background-size: 28px;
}

.contacts-page .map .contacts-info .contacts-item.address-3:after {
  background: url(../images/icon/map-mark3.png) no-repeat;
  background-size: 28px;
}

.contacts-page .map .contacts-info .contacts-item .city {
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .contacts-page .map .contacts-info .contacts-item .city {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .contacts-page .map .contacts-info .contacts-item .city {
    font-size: 25px;
  }
}

.contacts-page .map .contacts-info .contacts-item .address,
.contacts-page .map .contacts-info .contacts-item .days,
.contacts-page .map .contacts-info .contacts-item .phone {
  font-family: 'Proxima Nova Cond Regular';
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}

.contacts-page .callback {
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .contacts-page .callback {
    margin: 0 20px 50px;
  }
}

@media (max-width: 767px) {
  .contacts-page .callback {
    margin: 0 0 120px;
  }
}

.contacts-page .callback h2.title {
  color: #4c4c4c;
  margin: 60px 0 35px;
}

.form .required-fields {
  position: relative;
  display: block;
  margin: 0 0 40px 16px;
  font-size: 16px;
  color: #4c4c4c;
}

@media (max-width: 767px) {
  .form .required-fields {
    margin: 0 0 40px 10px;
  }
}

.form .required-fields.required:after {
  top: 9px;
}

.popup.callback label>span,
#briff-project .required,
#briff-logo .required {
  margin-left: 14px;
}

#briff-project .required:after,
#briff-logo .required:after,
.popup.callback label>span:after,
.form .required:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: -13px;
  width: 6px;
  height: 6px;
  background: #ffc600;
  border-radius: 50%;
}

.form .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form .form-control .form-group {
  box-sizing: border-box;
  width: 100%;
}

@media (max-width: 1199px) {
  .form .form-control .form-group {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .form .form-control .form-group:first-child {
    padding: 0 10px;
  }
}

@media (max-width: 1199px) {
  .form .form-control .form-group:nth-child(2) {
    padding-left: 16px;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .form .form-control .form-group:nth-child(2) {
    padding: 0 10px;
  }
}

.form .form-control .form-group label {
  cursor: pointer;
  display: block;
  position: relative;
}

.form .form-control .form-group label.error {
  top: -15px;
}

.form .form-control .form-group label span {
  position: absolute;
  display: block;
  font-size: 20px;
  color: #4c4c4c;
  margin-bottom: 5px;
  top: 15px;
  left: 15px;
}

.form .form-control .form-group label span.required {
  position: absolute;
  display: block;
  font-size: 20px;
  color: #4c4c4c;
  margin-bottom: 5px;
  top: 15px;
  left: 30px;
}

.form .form-control .form-group label input[type='email'],
.form .form-control .form-group label input[type='tel'],
.form .form-control .form-group label input[type='text'],
.form .form-control .form-group label textarea {
  width: 100%;
  box-sizing: border-box;
  height: 56px;
  padding: 10px;
  border: 1px solid #cecece;
  border-radius: 0;
  font-size: 18px;
  color: #404040;
  margin-bottom: 25px;
}

.form .form-control .form-group label input[type='email']:focus,
.form .form-control .form-group label input[type='email']:hover,
.form .form-control .form-group label input[type='tel']:focus,
.form .form-control .form-group label input[type='tel']:hover,
.form .form-control .form-group label input[type='text']:focus,
.form .form-control .form-group label input[type='text']:hover,
.form .form-control .form-group label textarea:focus,
.form .form-control .form-group label textarea:hover {
  outline: none;
  border-color: #00aff9;
}

.form .form-control .form-group label input[type='email']:active,
.form .form-control .form-group label input[type='tel']:active,
.form .form-control .form-group label input[type='text']:active,
.form .form-control .form-group label textarea:active {
  outline: none;
  border-color: #9b9b9b;
}

.form .form-control .form-group label textarea {
  /*min-height: 185px;*/
  min-height: 250px;
  resize: vertical;
}

.form .form-control .form-group .radio-group {
  margin-bottom: 25px;
}

.form .form-control .form-group .radio-group .radio {
  position: absolute;
  left: 0;
  box-sizing: border-box;
  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;
  width: 19px;
  height: 19px;
  border: 1px solid #cecece;
  border-radius: 50%;
  margin: 0;
}

.form .form-control .form-group .radio-group p {
  font-size: 20px;
  color: #4c4c4c;
  margin-bottom: 20px;
}

.form .form-control .form-group .radio-group label {
  position: relative;
  margin-bottom: 12px;
}

.form .form-control .form-group .radio-group label input[type='radio'] {
  display: none;
}

.form .form-control .form-group .radio-group label input[type='radio']:checked+.radio:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: #00aff9;
  border-radius: 50%;
}

.form .form-control .form-group .radio-group label span {
  margin-left: 29px;
  font-size: 16px;
  color: #4c4c4c;
}

.form .form-control .form-group .file-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .form .form-control .form-group .file-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.form .form-control .form-group .file-group p {
  min-width: 325px;
  max-width: 325px;
  width: 100%;
  font-size: 14px;
  color: #4c4c4c;
  margin: 0;
  padding-left: 25px;
  box-sizing: border-box;
  width: 64%;
  /*height: 56px;*/
  /*line-height: 56px*/
}

@media (max-width: 1199px) {
  .form .form-control .form-group .file-group span {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .form .form-control .form-group .file-group span {
    width: 100%;
    padding-left: 10px;
    text-align: center;
    font-size: 12px;
  }
}

.form .form-control .form-group .file-group input[type='file'] {
  display: none;
}

.form .form-control .form-group .file-group .file-btn {
  height: 56px;
  cursor: pointer;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 18px;
  color: #fff;
  background: #00aff9;
  border: none;
  padding: 0px 15px;
}

.order-page .form .form-control .form-group .file-group .file-btn {
  padding-left: 24px;
}

.form .form-control .form-group .file-group .file-btn:focus {
  outline: none;
}

.form .delete-file-form {
  padding: 0px 10px;
  font-size: 14px;
  cursor: pointer;
  color: red;
}

@media (max-width: 767px) {
  .form .form-control .form-group .file-group .file-btn {
    width: 280px;
    margin-bottom: 10px;
  }
}

.form input[type='checkbox'] {
  /*display: none*/
  position: absolute;
  left: -9999px;
}

.form .checkbox-group {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 75px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .form .checkbox-group {
    width: 100%;
    padding: 0 25px 0 16px;
  }
}

.form .checkbox-group label {
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.form .checkbox-group label>span {
  font-size: 20px;
  color: #4c4c4c;
}

@media (max-width: 767px) {
  .form .checkbox-group label>span {
    font-size: 16px;
  }
}

.form .checkbox-group label>span b {
  font-family: 'Avenir Next Cyr Bold';
  color: #00aff9;
  text-transform: uppercase;
}

.form .checkbox-group label .news-agree,
.form .checkbox-group label .private-agree {
  display: inline-block;
  padding: 8px 15px 0 42px;
}

.form .checkbox-group label .private-agree a {
  color: #4c4c4c;
  text-decoration: none;
}

.form .checkbox-group label .private-agree span {
  border-bottom: 1px solid #4c4c4c;
}

.form .checkbox-group label .checkbox {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
}

.form .checkbox-group label input[type='checkbox']:checked+.checkbox,
.form .checkbox-group label input[type='checkbox']:checked+.error+.checkbox {
  background: url(../images/icon/check-ico_blue.png) 50% no-repeat;
  border-color: #00aff9;
}

.form .link-button {
  display: block;
  cursor: pointer;
  width: 184px;
  border: none;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 18px;
  border-radius: 0;
  margin: 0 auto;
}

.form .link-button:after {
  right: 29px;
  background-size: 13px !important;
}

@media (max-width: 1199px) {
  .faq-page {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .faq-page {
    margin: 0;
  }
}

.faq-page h1.title {
  margin-bottom: 30px;
}

.faq-page .faq-content {
  margin-bottom: 100px;
}

.faq-page .faq-content .faq-item .faq-item-section {
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  background: #00aff9;
  border-bottom: 1px solid #77d4fc;
  transition: all 0.5s;
}

.faq-page .faq-content .faq-item .faq-item-section:hover {
  background: #ffc600;
}

.faq-page .faq-content .faq-item .faq-item-section.active {
  background: #e3b000;
}

.faq-page .faq-content .faq-item .faq-item-section.active:before {
  background: url(../images/icon/white-plus-ico.png) 0 100% no-repeat;
}

.faq-page .faq-content .faq-item .faq-item-section:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 20px;
  width: 20px;
  height: 18px;
  background: url(../images/icon/white-plus-ico.png) no-repeat;
}

.faq-page .faq-content .faq-item .faq-item-section:after {
  content: '';
  display: block;
  position: relative;
  top: 2px;
  width: 100%;
  height: 1px;
  background: #fff;
}

.faq-page .faq-content .faq-item .faq-item-section .ico {
  position: absolute;
  top: 24px;
  left: 26px;
}

@media (max-width: 767px) {
  .faq-page .faq-content .faq-item .faq-item-section .ico {
    top: 28px;
    left: 16px;
  }
}

.faq-page .faq-content .faq-item .faq-item-section .ico.web {
  width: 49px;
  height: 49px;
  background: url(../images/icon/service-web.png) no-repeat;
}

@media (max-width: 767px) {
  .faq-page .faq-content .faq-item .faq-item-section .ico.web {
    width: 24.5px;
    height: 24.5px;
    background-size: 24.5px !important;
  }
}

.faq-page .faq-content .faq-item .faq-item-section .ico.support {
  width: 50px;
  height: 49px;
  background: url(../images/icon/service-support.png) no-repeat;
}

@media (max-width: 767px) {
  .faq-page .faq-content .faq-item .faq-item-section .ico.support {
    width: 25px;
    height: 24.5px;
    background-size: 25px !important;
  }
}

.faq-page .faq-content .faq-item .faq-item-section .ico.brand {
  width: 48px;
  height: 53px;
  background: url(../images/icon/service-brand.png) no-repeat;
}

@media (max-width: 767px) {
  .faq-page .faq-content .faq-item .faq-item-section .ico.brand {
    width: 24px;
    height: 26.5px;
    background-size: 24px !important;
  }
}

.faq-page .faq-content .faq-item .faq-item-section .ico.mobile {
  width: 37px;
  height: 53px;
  background: url(../images/icon/service-mobile.png) no-repeat;
}

@media (max-width: 767px) {
  .faq-page .faq-content .faq-item .faq-item-section .ico.mobile {
    width: 18.5px;
    height: 26.5px;
    background-size: 18.5px !important;
  }
}

.faq-page .faq-content .faq-item .faq-item-section .ico.seo {
  width: 49px;
  height: 54px;
  background: url(../images/icon/service-seo.png) no-repeat;
}

@media (max-width: 767px) {
  .faq-page .faq-content .faq-item .faq-item-section .ico.seo {
    width: 24.5px;
    height: 27px;
    background-size: 24.5px !important;
  }
}

.faq-page .faq-content .faq-item .faq-item-section .ico.adword {
  width: 55px;
  height: 55px;
  background: url(../images/icon/service-adword.png) no-repeat;
}

@media (max-width: 767px) {
  .faq-page .faq-content .faq-item .faq-item-section .ico.adword {
    width: 27.5px;
    height: 27.5px;
    background-size: 27.5px !important;
  }
}

.faq-page .faq-content .faq-item .faq-item-section .ico.seo-social {
  width: 55px;
  height: 55px;
  background: url(../images/icon/service-seo-social.png) no-repeat;
}

@media (max-width: 767px) {
  .faq-page .faq-content .faq-item .faq-item-section .ico.seo-social {
    width: 27.5px;
    height: 27.5px;
    background-size: 27.5px !important;
  }
}

.faq-page .faq-content .faq-item .faq-item-section span {
  display: block;
  margin-left: 110px;
  padding: 28px 0;
  font-family: 'Avenir Next Cyr';
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}

@media (max-width: 1199px) {
  .faq-page .faq-content .faq-item .faq-item-section span {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .faq-page .faq-content .faq-item .faq-item-section span {
    font-size: 16px;
    margin-left: 55px;
  }
}

.faq-page .faq-content .faq-item .quest-box {
  display: none;
  background: #fff;
  padding: 35px 30px 30px;
}

.faq-page .faq-content .faq-item .quest-box .quest-item .ask {
  display: inline-block;
  cursor: pointer;
  font-family: 'Avenir Next Cyr';
  font-size: 18px;
  font-weight: 900;
  color: #FA4659;
  margin-bottom: 20px;
}

.faq-page .faq-content .faq-item .quest-box .quest-item .ask.active {
  color: #4c4c4c;
}

.faq-page .faq-content .faq-item .quest-box .quest-item .answer {
  display: none;
  position: relative;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 4px;
  background: #f4f4f4;
}

.faq-page .faq-content .faq-item .quest-box .quest-item .answer:after {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  left: 27px;
  width: 15px;
  height: 15px;
  background: url(../images/icon/answ-arrow.png) no-repeat;
}

.faq-page .faq-content .faq-item .quest-box .quest-item .answer p {
  font-size: 18px;
  color: #000;
}

.faq-page .faq-ask {
  margin-bottom: 40px;
}

.faq-page .faq-ask h2.title {
  color: #4c4c4c;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .partners-page {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .partners-page {
    margin: 0;
  }
}

.partners-page .partners-content {
  color: #010101;
  margin-bottom: 60px;
}

.partners-page .partners-content h2.title {
  color: #4c4c4c;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .partners-page .partners-content h2.title {
    font-size: 25px;
  }
}

.partners-page .partners-content .desc {
  margin-bottom: 15px;
}

.partners-page .partners-content .desc b {
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  color: #FA4659;
}

.services-page .list-block,
.partners-page .partners-content .list-block,
.article-content .list-block {
  border: 1px solid #ddd;
  border-left: 9px solid #FA4659;
  padding: 52px 35px 40px;
  margin-bottom: 20px;
}

.services-page .list-block h3,
.partners-page .partners-content .list-block h3,
.article-content .list-block h3 {
  font-family: 'Avenir Next Cyr';
  font-size: 18px;
  font-weight: 900;
  color: #FA4659;
  margin-bottom: 15px;
}

.services-page .list-block ul,
.partners-page .partners-content .list-block ul,
.article-content .list-block ul {
  list-style: none;
  margin-left: 23px;
}

.services-page .list-block ul li,
.partners-page .partners-content .list-block ul li,
.article-content .list-block ul li {
  position: relative;
  margin-bottom: 21px;
}

.services-page .list-block ul li:before,
.partners-page .partners-content .list-block ul li:before,
.article-content .list-block ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: -21px;
  width: 7px;
  height: 7px;
  background: #FA4659;
  border-radius: 50%;
}

.partners-page .partners-content .programs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -33px 0 45px;
}

@media (max-width: 1199px) {
  .partners-page .partners-content .programs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}

.partners-page .partners-content .programs .program-item {
  box-sizing: border-box;
  width: 48.8%;
}

@media (max-width: 1199px) {
  .partners-page .partners-content .programs .program-item {
    width: 100%;
  }
}

.partners-page .partners-content .programs .program-item:first-child .head {
  background: #FA4659 url(../images/icon/percent-ico.png) 38px no-repeat;
}

@media (max-width: 767px) {
  .partners-page .partners-content .programs .program-item:first-child .head {
    background-position: 22px;
  }
}

.partners-page .partners-content .programs .program-item:nth-child(2) .head {
  background: #FA4659 url(../images/icon/gift-ico.png) 38px no-repeat;
}

@media (max-width: 767px) {
  .partners-page .partners-content .programs .program-item:nth-child(2) .head {
    background-position: 22px;
  }
}

.partners-page .partners-content .programs .program-item .head {
  padding: 16px 93px 15px;
  background: #FA4659;
}

@media (max-width: 767px) {
  .partners-page .partners-content .programs .program-item .head {
    padding: 16px 20px 15px 70px;
  }
}

.partners-page .partners-content .programs .program-item .head>span {
  display: block;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  padding: 21px 0 21px 25px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Avenir Next Cyr';
  font-size: 30px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .partners-page .partners-content .programs .program-item .head>span {
    font-size: 20px;
    padding: 21px 0 21px 20px;
  }
}

.partners-page .partners-content .programs .program-item .head>span span {
  display: block;
  font-size: 18px;
}

@media (max-width: 767px) {
  .partners-page .partners-content .programs .program-item .head>span span {
    font-size: 14px;
  }
}

.partners-page .partners-content .programs .program-item .desc {
  padding: 30px 33px 35px;
  border: 1px solid #ddd;
  border-top: none;
}

.partners-page .partners-content .programs .program-item .desc .text {
  min-height: 175px;
  margin-bottom: 20px;
}

.partners-page .partners-content .programs .program-item .desc .hi-work h3 {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  font-family: 'Avenir Next Cyr';
  font-size: 18px;
  color: #FA4659;
  font-weight: 900;
}

.partners-page .partners-content .conditions {
  margin: 35px 0 50px;
  padding: 10px 0 20px 32px;
  border-left: 8px solid #FA4659;
}

.partners-page .partners-content .conditions b {
  font-family: 'Avenir Next Cyr';
  font-size: 18px;
  font-weight: 900;
  color: #FA4659;
}

.partners-page .partners-content .conditions p {
  margin-bottom: 25px;
}

.partners-page .partners-content .conditions p:last-child {
  margin-bottom: 0;
}

.partners-page .partners-content .conditions a {
  color: #FA4659;
}

.partners-page .partners-content .conditions a[href*='tel'] {
  text-decoration: none;
}

@media (max-width: 1199px) {
  .work-page {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .work-page {
    margin: 0;
  }
}

.work-page .work-content {
  margin-bottom: 65px;
  color: #010101;
}

.work-page .work-content h2.title {
  color: #4c4c4c;
}

@media (max-width: 767px) {
  .work-page .work-content h2.title {
    font-size: 25px;
  }
}

.work-page .work-content .desc {
  margin-bottom: 35px;
}

.work-page .work-content .desc b {
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  color: #FA4659;
}

.work-page .work-content .desc p {
  margin-bottom: 20px;
}

.work-page .work-content .list-block {
  border: 1px solid #ddd;
  border-left: 9px solid #FA4659;
  padding: 52px 35px 40px;
  margin-bottom: 17px;
}

.work-page .work-content .list-block h3 {
  font-family: 'Avenir Next Cyr';
  font-size: 18px;
  font-weight: 900;
  color: #FA4659;
  margin-bottom: 15px;
}

.work-page .work-content .list-block p {
  padding-top: 5px;
  margin-bottom: 25px;
}

.work-page .work-content .list-block a {
  color: #FA4659;
}

.work-page .work-content .list-block ul {
  list-style: none;
  margin-left: 23px;
}

.work-page .work-content .list-block ul li {
  position: relative;
  margin-bottom: 21px;
}

.work-page .work-content .list-block ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 9.5px;
  left: -21px;
  width: 7px;
  height: 7px;
  background: #FA4659;
  border-radius: 50%;
}

.work-page .work-content .list-block ul li span {
  color: #FA4659;
}

.work-page .work-content .list-block .link-button {
  width: 242px;
  padding-left: 26px;
  color: #fff;
}

.work-page .work-content .list-block .link-button:after {
  right: 16px;
}

.work-page .work-content .desc-bottom {
  margin: 35px 0 60px;
}

@media (max-width: 1199px) {
  .price-page {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .price-page {
    margin: 0;
  }
}

.price-page h1.title {
  margin-bottom: 20px;
}

.price-page .price-content {
  margin-bottom: 100px;
  margin-top: 30px;
}

.price-page .price-content .price-item .price-item-section {
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  background: #00aff9;
  border-bottom: 1px solid #77d4fc;
}

.price-page .price-content .price-item .price-item-section:hover {
  background: #ffc600;
}

.price-page .price-content .price-item .price-item-section.active {
  background: #ffc600;
}

.price-page .price-content .price-item .price-item-section.active:before {
  background: url(../images/icon/white-plus-ico.png) 0 100% no-repeat;
}

.price-page .price-content .price-item .price-item-section:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 20px;
  width: 20px;
  height: 18px;
  background: url(../images/icon/white-plus-ico.png) no-repeat;
}

.price-page .price-content .price-item .price-item-section:after {
  content: '';
  display: block;
  position: relative;
  top: 2px;
  width: 100%;
  height: 1px;
  background: #fff;
}

.price-page .price-content .price-item .price-item-section .ico {
  position: absolute;
  top: 24px;
  left: 26px;
}

@media (max-width: 767px) {
  .price-page .price-content .price-item .price-item-section .ico {
    top: 28px;
    left: 16px;
  }
}

.price-page .price-content .price-item .price-item-section .ico.web {
  width: 49px;
  height: 49px;
  background: url(../images/icon/service-web.png) no-repeat;
}

@media (max-width: 767px) {
  .price-page .price-content .price-item .price-item-section .ico.web {
    width: 24.5px;
    height: 24.5px;
    background-size: 24.5px !important;
  }
}

.price-page .price-content .price-item .price-item-section .ico.support {
  width: 50px;
  height: 49px;
  background: url(../images/icon/service-support.png) no-repeat;
}

@media (max-width: 767px) {
  .price-page .price-content .price-item .price-item-section .ico.support {
    width: 25px;
    height: 24.5px;
    background-size: 25px !important;
  }
}

.price-page .price-content .price-item .price-item-section .ico.brand {
  width: 48px;
  height: 53px;
  background: url(../images/icon/service-brand.png) no-repeat;
}

@media (max-width: 767px) {
  .price-page .price-content .price-item .price-item-section .ico.brand {
    width: 24px;
    height: 26.5px;
    background-size: 24px !important;
  }
}

.price-page .price-content .price-item .price-item-section .ico.mobile {
  width: 37px;
  height: 53px;
  background: url(../images/icon/service-mobile.png) no-repeat;
}

@media (max-width: 767px) {
  .price-page .price-content .price-item .price-item-section .ico.mobile {
    width: 18.5px;
    height: 26.5px;
    background-size: 18.5px !important;
  }
}

.price-page .price-content .price-item .price-item-section .ico.seo {
  width: 49px;
  height: 54px;
  background: url(../images/icon/service-seo.png) no-repeat;
}

@media (max-width: 767px) {
  .price-page .price-content .price-item .price-item-section .ico.seo {
    width: 24.5px;
    height: 27px;
    background-size: 24.5px !important;
  }
}

.price-page .price-content .price-item .price-item-section .ico.adword {
  width: 55px;
  height: 55px;
  background: url(../images/icon/service-adword.png) no-repeat;
}

@media (max-width: 767px) {
  .price-page .price-content .price-item .price-item-section .ico.adword {
    width: 27.5px;
    height: 27.5px;
    background-size: 27.5px !important;
  }
}

.price-page .price-content .price-item .price-item-section .ico.seo-social {
  width: 55px;
  height: 55px;
  background: url(../images/icon/service-seo-social.png) no-repeat;
}

@media (max-width: 767px) {
  .price-page .price-content .price-item .price-item-section .ico.seo-social {
    width: 27.5px;
    height: 27.5px;
    background-size: 27.5px !important;
  }
}

.price-page .price-content .price-item .price-item-section span {
  display: block;
  margin: 0 45px 0 110px;
  padding: 28px 0;
  font-family: 'Avenir Next Cyr';
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}

@media (max-width: 1199px) {
  .price-page .price-content .price-item .price-item-section span {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .price-page .price-content .price-item .price-item-section span {
    font-size: 16px;
    margin: 0 45px 0 55px;
  }
}

.price-page .price-content .price-item .price-list {
  display: none;
  border: 1px solid #cff0fe;
  padding: 0 31px;
}

@media (max-width: 767px) {
  .price-page .price-content .price-item .price-list {
    padding: 0 10px;
  }
}

.price-page .price-content .price-item .price-list ul {
  list-style: none;
}

.price-page .price-content .price-item .price-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 19.5px 0;
  border-bottom: 1px solid #e4e4e4;
}

.price-page .price-content .price-item .price-list ul li:last-child {
  border-bottom: none;
}

.price-page .price-content .price-item .price-list ul li span,
.price-page .price-content .price-item .price-list ul li a {
  text-decoration: none;
  text-align: center;
  width: 20%;
  font-size: 24px;
  color: #00aff9;
}

.price-page .price-content .price-item .price-list ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {

  .price-page .price-content .price-item .price-list ul li span,
  .price-page .price-content .price-item .price-list ul li a {
    width: 35%;
    text-align: center;
    font-size: 13px;
  }
}

@media (max-width: 399px) {

  .price-page .price-content .price-item .price-list ul li span,
  .price-page .price-content .price-item .price-list ul li a {
    font-size: 10px;
  }
}

.price-page .price-content .price-item .price-list ul li span.text,
.price-page .price-content .price-item .price-list ul li a.text {
  text-align: left;
  width: 60%;
}

@media (max-width: 767px) {

  .price-page .price-content .price-item .price-list ul li span.text,
  .price-page .price-content .price-item .price-list ul li a.text {
    width: 30%;
  }
}

.price-page .price-content .price-item .price-list .ruble {
  display: inline-block;
  width: 19px;
  height: 22px;
  background: url(../images/icon/ruble-ico.png) no-repeat;
}

@media (max-width: 767px) {
  .price-page .price-content .price-item .price-list .ruble {
    position: relative;
    top: 2px;
    width: 13px;
    height: 16px;
    background-size: 13px;
  }
}

.price-page .price-form {
  margin-bottom: 49px;
}

.price-page .price-form h2.title {
  color: #4c4c4c;
}

@media (max-width: 767px) {
  .price-page .price-form h2.title {
    font-size: 25px;
  }
}

.price-page .price-form .form p {
  margin-bottom: 35px;
}

.price-page .price-form .form .form-group textarea {
  min-height: 481px;
}

@media (max-width: 767px) {
  .price-page .price-form .form .form-group textarea {
    min-height: 243px;
  }
}

@media (max-width: 1199px) {
  .sertificates-page {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .sertificates-page {
    margin: 0;
  }
}

.sertificates-page .sertificates-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 46px;
}

@media (max-width: 1199px) {
  .sertificates-page .sertificates-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}

.sertificates-page .sertificates-content .sert-item {
  width: 23.25%;
  box-sizing: border-box;
  margin-bottom: 28px;
  text-align: center;
}

@media (max-width: 1199px) {
  .sertificates-page .sertificates-content .sert-item {
    width: 48.25%;
  }
}

@media (max-width: 767px) {
  .sertificates-page .sertificates-content .sert-item {
    width: 100%;
  }
}

.sertificates-page .sertificates-content .sert-item a {
  position: relative;
  display: block;
}

.sertificates-page .sertificates-content .sert-item a:before {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 175, 249, 0.68);
  transition: all 0.3s;
}

.sertificates-page .sertificates-content .sert-item a:after {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 45px;
  height: 45px;
  background: url(../images/icon/plus-ico.png) no-repeat;
  background-size: 45px;
  transition: all 0.5s;
}

.sertificates-page .sertificates-content .sert-item a:hover:after,
.sertificates-page .sertificates-content .sert-item a:hover:before {
  opacity: 1;
}

.sertificates-page .sertificates-content .sert-item a img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 12px solid #eee;
}

@media (max-width: 1199px) {
  .reviews-page {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .reviews-page {
    margin: 0;
  }
}

.reviews-page h1.title {
  margin-bottom: 55px;
}

.reviews-page .reviews-slider .reviews-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 90px;
  /* margin-left: 2px;
      margin-right: 2px; */
  position: relative;
}

.reviews-page .reviews-slider .slick-slide {
  padding: 19px;
}

.reviews-page .reviews-slider .reviews-slide:before,
.reviews-page .reviews-slider .reviews-slide:after {
  content: '';
  position: absolute;
  top: 20px;
  left: -18px;
  background-image: url(../images/icon/reviews-new-quote.svg);
  display: block;
  background-size: contain;
  width: 52px;
  height: 53px;
  transform: rotate(180deg);
  z-index: 2;
  background-color: #fff;
}

.reviews-page .reviews-slider .reviews-slide:after {
  transform: rotate(0deg);
  top: auto;
  left: auto;
  bottom: 20px;
  right: -18px;
}

@media (max-width: 767px) {
  .reviews-page .reviews-slider .reviews-slide {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.reviews-page .reviews-slider .reviews-slide .author {
  text-align: center;
}

@media (max-width: 767px) {
  .reviews-page .reviews-slider .reviews-slide .author {
    margin-bottom: 20px;
  }
}

.reviews-page .reviews-slider .reviews-slide .author .avatar {
  width: 179px;
  height: 179px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.reviews-page .reviews-slider .reviews-slide .author .avatar img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.reviews-page .reviews-slider .reviews-slide .author .name {
  font-family: 'Avenir Next Cyr';
  font-size: 18px;
  font-weight: 900;
  color: #FA4659;
}

.reviews-page .reviews-slider .reviews-slide .author .company,
.reviews-page .reviews-slider .reviews-slide .author .post {
  font-style: italic;
  font-size: 14px;
  color: #999;
}

.reviews-page .reviews-slider .reviews-slide .comment {
  position: relative;
  width: 78%;
  /* margin-left: 20px; */
  padding: 40px 70px 25px;
}

.reviews-page .reviews-slider .reviews-slide .comment:before,
.reviews-page .reviews-slider .reviews-slide .comment:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #dcdcdc;
  border-radius: 4px 0 0 4px;
  width: 50px;
  height: 100%;
}

.reviews-page .reviews-slider .reviews-slide .comment:before {
  border-right: none;
}

.reviews-page .reviews-slider .reviews-slide .comment:after {
  border-left: none;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 0px 4px 4px 0px;
}

@media (max-width: 767px) {
  .reviews-page .reviews-slider .reviews-slide .comment {
    width: 100%;
    margin-left: 0;
    padding: 40px 40px 25px;
  }
}

/*
  .reviews-page .reviews-slider .reviews-slide .comment:after {
      content: "";
      display: block;
      width: 15px;
      height: 14px;
      position: absolute;
      top: 58px;
      left: -15px;
      background: url(../images/icon/comment-arrow.png) no-repeat
  } */

/* @media (max-width: 767px) {
      .reviews-page .reviews-slider .reviews-slide .comment:after {
          -webkit-transform:rotate(90deg);
          transform: rotate(90deg);
          top: -14px;
          left: 15px;
          display: none;
      }
  } */

.reviews-page .reviews-slider .reviews-slide .comment p {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
}

.reviews-page .reviews-slider .slick-dots,
.screenshots .reviews-content .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: -70px;
  list-style: none;
  width: 100%;
  align-items: center;
}

.screenshots .reviews-content .slick-dots {
  bottom: -15px;
}

.reviews-page .reviews-slider .slick-dots li,
.screenshots .reviews-content .slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 2px solid #00aff9;
  border-radius: 50%;
  margin: 0 6px;
  transition: 0.3s;
}

.screenshots .reviews-content .slick-dots li {
  border: 2px solid #00aff9;
  /*width: 9px;*/
  /*height: 9px;*/
}

.reviews-page .reviews-slider .slick-dots li.slick-active,
.screenshots .reviews-content .slick-dots li.slick-active {
  background: #00aff9;
}

/*.screenshots .reviews-content .slick-dots li.slick-active {*/
/*background: #f9c646;*/
/*border: 2px solid #f9c646;*/
/*width: 20px;*/
/*height: 20px;*/
/*}*/

.about-page .adwards {
  padding-bottom: 10px;
  margin-bottom: 50px;
}

@media (max-width: 766px) {
  .about-page .adwards {
    padding-bottom: 50px;
  }
}

@media (max-width: 1199px) {
  .screenshots .reviews-content .slick-dots li {
    width: 15px;
    height: 15px;
  }
}

.reviews-page .reviews-slider .slick-dots li button,
.screenshots .reviews-content .slick-dots li button {
  display: none;
}

.reviews-page .reviews-slider .slick-arrow,
.screenshots .reviews-content .slick-arrow {
  font-size: 0;
  background: #fff;
  border: none;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 30px;
  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;
  cursor: pointer;
  z-index: 9;
  transition: 0.3s;
}

.screenshots .reviews-content .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
  border: none;
  border-top: 2px solid #FA4659;
  border-left: 2px solid #FA4659;
  width: 18px;
  height: 18px;
  font-size: 0;
  background: none;
  transform: rotate(-45deg);
  left: -35px;
}

.reviews-page .reviews-slider .slick-arrow:hover

/*, .screenshots .reviews-content .slick-arrow:hover*/
  {
  background: #00aff9;
}

.reviews-page .reviews-slider .slick-arrow:hover:after

/*, .screenshots .reviews-content .slick-arrow:hover:after*/
  {
  border: solid #fff;
  border-width: 0 4px 4px 0;
}

.reviews-page .reviews-slider .slick-arrow:focus,
.screenshots .reviews-content .slick-arrow:focus {
  outline: none;
}

.reviews-page .reviews-slider .slick-arrow:after

/*, .screenshots .reviews-content .slick-arrow:after*/
  {
  position: absolute;
  content: '';
  border: solid #00aff9;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 8px;
  transition: 0.3s;
  left: 15px;
  top: 15px;
}

.reviews-page .reviews-slider .slick-arrow.slick-prev

/*, .screenshots .reviews-content .slick-arrow.slick-prev*/
  {
  left: 50%;
  margin-left: -50px;
}

.screenshots .reviews-content .slick-arrow.slick-prev {
  /*left: 37%;*/
}

.reviews-page .reviews-slider .slick-arrow.slick-prev:after

/*, .screenshots .reviews-content .slick-arrow.slick-prev:after */
  {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: 3px;
}

.reviews-page .reviews-slider .slick-arrow.slick-next

/*, .screenshots .reviews-content .slick-arrow.slick-next*/
  {
  right: 50%;
  margin-right: -50px;
}

.screenshots .reviews-content .slick-arrow.slick-next {
  /*right: 37%;*/
  right: -35px;
  left: auto;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (max-width: 1199px) {

  /*.screenshots .reviews-content .slick-dots {
            bottom: -30px;
        }
        .screenshots .reviews-content .slick-arrow {
            bottom: -45px;
        }*/
  .screenshots .reviews-content .slick-arrow.slick-prev {
    left: -15px;
  }

  .screenshots .reviews-content .slick-arrow.slick-next {
    right: -15px;
  }
}

/*@media (max-width: 767px) {
      .screenshots .reviews-content .slick-arrow.slick-next {
          right: 50%;
      }
      .screenshots .reviews-content .slick-arrow.slick-prev {
          left: 50%;
      }
  }*/

.reviews-page .reviews-slider .slick-arrow.slick-next:after,
.screenshots .reviews-content .slick-arrow.slick-next:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: -3px;
}

.reviews-page .reviews-content,
.screenshots .reviews-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}

.screenshots .reviews-content {
  display: block;
}

@media (max-width: 1199px) {

  .reviews-page .reviews-content,
  .screenshots .reviews-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
  }
}

.reviews-page .reviews-content .reviews-item,
.screenshots .reviews-content .reviews-item {
  width: 23.25%;
  height: 389px;
  box-sizing: border-box;
  margin-bottom: 28px;
  text-align: center;
}

@media (max-width: 1199px) {
  .reviews-page .reviews-content .reviews-item {
    width: 48.25%;
  }
}

@media (max-width: 767px) {

  .reviews-page .reviews-content .reviews-item,
  .screenshots .reviews-content,
  .reviews-item {
    width: 100%;
  }

  .screenshots .link-button.blue {
    margin-top: 55px;
  }
}

.reviews-page .reviews-content .reviews-item a,
.screenshots .reviews-content .reviews-item a {
  position: relative;
  display: block;
  height: 100%;
}

.screenshots .reviews-content .reviews-item a {
  width: 100%;
}

.reviews-page .reviews-content .reviews-item a:before,
.screenshots .reviews-content .reviews-item a:before {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 175, 249, 0.68);
  transition: all 0.3s;
}

.reviews-page .reviews-content .reviews-item a:after,
.screenshots .reviews-content .reviews-item a:after {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: url(../images/search.png) no-repeat;
  background-size: 30px;
  transition: all 0.5s;
}

.reviews-page .reviews-content .reviews-item a:hover:after,
.screenshots .reviews-content .reviews-item a:hover:after {
  opacity: 1;
}

.reviews-page .reviews-content .reviews-item a img,
.screenshots .reviews-content .reviews-item a img {
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 12px solid #eee;
}

.screenshots .reviews-content .reviews-item a img {
  margin: 0 auto;
  display: block;
}

.screenshots {
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
  text-align: center;
  background-color: #f7f7f7;
}

@media (max-width: 1199px) {
  .screenshots {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.screenshots h2.title {
  text-align: center;
  margin-bottom: 48px;
}

@media (max-width: 1199px) {
  .screenshots h2.title {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .screenshots h2.title {
    font-size: 25px;
  }
}

@media (max-width: 1199px) {
  .support-page {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .support-page {
    margin: 0;
  }
}

.support-page .support-content h2.title {
  color: #4c4c4c;
}

@media (max-width: 767px) {
  .support-page .support-content h2.title {
    font-size: 20px;
  }
}

.support-page .support-content p {
  color: #010101;
  font-size: 18px;
}

.support-page .support-content b {
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  color: #FA4659;
}

.support-page .support-content .desc {
  margin-bottom: 60px;
  font-size: 18px;
}

.support-page .support-content .desc p {
  color: #010101;
  margin-bottom: 20px;
}

.support-page .support-content .tariff {
  margin: 30px 0 45px;
  padding-bottom: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .support-page .support-content .tariff {
    padding-bottom: 0;
  }
}

.support-page .support-content .tariff-item {
  position: relative;
  width: 32%;
  box-sizing: border-box;
  padding: 0 18px 50px 21px;
  border: 1px solid #ddd;
  border-bottom: none;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .support-page .support-content .tariff-item {
    width: 100%;
    margin-bottom: 100px;
  }
}

.support-page .support-content .tariff-item:hover {
  border-color: #FA4659;
}

.support-page .support-content .tariff-item:nth-child(2) .tariff-info .price {
  color: #FA4659;
}

.support-page .support-content .tariff-item:nth-child(3) .tariff-info .price {
  color: #009ecd;
}

.support-page .support-content .tariff-item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 30px 0 18px 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}

.support-page .support-content .tariff-item .head:after,
.support-page .support-content .tariff-item .head:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #f3f3f3;
}

.support-page .support-content .tariff-item .head:before {
  bottom: 0;
}

.support-page .support-content .tariff-item .head:after {
  bottom: -2px;
}

.support-page .support-content .tariff-item .head span {
  margin-left: 37px;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 18px;
  color: #FA4659;
}

@media (max-width: 767px) {
  .support-page .support-content .tariff-item .head span {
    margin-left: 27px;
    font-size: 16px;
  }
}

.support-page .support-content .tariff-item .tariff-info {
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}

.support-page .support-content .tariff-item .tariff-info:after,
.support-page .support-content .tariff-item .tariff-info:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #f3f3f3;
}

.support-page .support-content .tariff-item .tariff-info:before {
  bottom: 0;
}

.support-page .support-content .tariff-item .tariff-info:after {
  bottom: -2px;
}

.support-page .support-content .tariff-item .tariff-info .from,
.support-page .support-content .tariff-item .tariff-info .price {
  padding-left: 5px;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
}

.support-page .support-content .tariff-item .tariff-info .from {
  font-size: 30px;
  color: #acacac;
}

@media (max-width: 767px) {
  .support-page .support-content .tariff-item .tariff-info .from {
    font-size: 20px;
  }
}

.support-page .support-content .tariff-item .tariff-info .price {
  font-size: 50px;
  color: #73cff5;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .support-page .support-content .tariff-item .tariff-info .price {
    font-size: 40px;
  }
}

.support-page .support-content .tariff-item .tariff-info .price>span {
  font-size: 30px;
}

@media (max-width: 767px) {
  .support-page .support-content .tariff-item .tariff-info .price>span {
    font-size: 20px;
  }
}

.support-page .support-content .tariff-item .tariff-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 12px;
  font-size: 18px;
  color: #45494b;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .support-page .support-content .tariff-item .tariff-info p {
    font-size: 15px;
    padding: 0 5px;
  }
}

.support-page .support-content .tariff-item .tariff-info p span {
  text-align: right;
  font-family: 'Avenir Next Cyr Bold';
  color: #FA4659;
}

.support-page .support-content .tariff-item .tariff-list {
  list-style: none;
  margin-left: 35px;
}

.support-page .support-content .tariff-item .tariff-list li {
  position: relative;
  font-size: 18px;
  color: #45494b;
}

@media (max-width: 767px) {
  .support-page .support-content .tariff-item .tariff-list li {
    font-size: 16px;
  }
}

.support-page .support-content .tariff-item .tariff-list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -25px;
  width: 7px;
  height: 7px;
  background: #FA4659;
  border-radius: 50%;
}

.support-page .support-content .tariff-item .link-button {
  text-transform: uppercase;
  padding: 0;
  position: absolute;
  bottom: -74px;
  left: -1px;
  width: calc(100% + 2px);
  height: 74px;
  line-height: 74px;
  background: #FA4659;
  text-align: center;
  transition: all 0.3s;
}

.support-page .support-content .tariff-item .link-button:hover {
  background: #00aff9;
}

.support-page .support-content .tariff-item .link-button:active span:after {
  background: url(../images/icon/button-blue-arrow.png) 0 100% no-repeat;
}

.support-page .support-content .tariff-item .link-button:after {
  content: none;
}

.support-page .support-content .tariff-item .link-button span {
  position: relative;
}

.support-page .support-content .tariff-item .link-button span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -23px;
  margin-top: -11px;
  display: block;
  background: url(../images/icon/button-blue-arrow.png) no-repeat;
  width: 13px;
  height: 22px;
}

.support-page .support-content .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  width: 100%;
}

.support-page .support-content .slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 2px solid #00aff9;
  border-radius: 50%;
  margin: 0 6px;
  transition: 0.3s;
}

.support-page .support-content .slick-dots li.slick-active {
  background: #00aff9;
}

.support-page .support-content .slick-dots li button {
  display: none;
}

.support-page .support-content .tariff-more {
  text-align: center;
  color: #010101;
  font-size: 18px;
  margin-bottom: 70px;
}

.support-page .support-content .list-block {
  border: 1px solid #ddd;
  border-left: 9px solid #FA4659;
  padding: 52px 35px 40px;
  margin-bottom: 15px;
}

.support-page .support-content .list-block h3 {
  font-family: 'Avenir Next Cyr';
  font-size: 18px;
  font-weight: 900;
  color: #FA4659;
  margin-bottom: 15px;
}

.support-page .support-content .list-block ul {
  list-style: none;
  margin-left: 23px;
}

.support-page .support-content .list-block ul li {
  position: relative;
  font-size: 18px;
  color: #010101;
  margin-bottom: 21px;
}

.support-page .support-content .list-block ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background: #FA4659;
  border-radius: 50%;
}

.support-page .support-content .bottom-desc {
  margin: 75px 0 100px;
}

@media (max-width: 767px) {
  .support-page .support-content .bottom-desc {
    margin: 75px 0;
  }
}

.support-page .support-content .bottom-desc h2.title {
  margin-bottom: 25px;
}

.support-page .support-content .bottom-desc p {
  margin-bottom: 20px;
}

.support-page .support-content .bottom-desc .list-block {
  margin-bottom: 55px;
}

.support-page .support-content .bottom-desc .list-block h3 {
  line-height: 25px;
}

.support-page .support-content .bottom-desc .list-block .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .support-page .support-content .bottom-desc .list-block .list-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.support-page .support-content .bottom-desc .list-block .list-item p {
  margin-bottom: 0;
}

.support-page .support-content .bottom-desc .list-block .list-item .ico {
  display: inline-block;
  margin-right: 18px;
}

.support-page .support-content .bottom-desc .support-project {
  background: url(../images/icon/target-ico.png) 0 0 no-repeat;
  text-transform: uppercase;
  margin-top: 95px;
  padding-left: 186px;
  font-family: 'Avenir Next Cyr';
  font-size: 40px;
  font-weight: 900;
  color: #555;
}

@media (max-width: 767px) {
  .support-page .support-content .bottom-desc .support-project {
    background: none;
    padding-left: 0;
    margin-top: 45px;
    font-size: 25px;
  }
}

.support-page .support-content .bottom-desc .support-project span {
  color: #FA4659;
}

.support-page .support-content .articles-block {
  margin: 25px 0 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .support-page .support-content .articles-block {
    margin: 25px 0 70px;
  }
}

.support-page .support-content .articles-block .article {
  width: 32%;
  box-sizing: border-box;
  padding: 40px 25px 29px;
  border: 1px solid #ddd;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .support-page .support-content .articles-block .article {
    width: 100%;
    margin-bottom: 20px;
  }
}

.support-page .support-content .articles-block .article:hover {
  border-color: #FA4659;
}

.support-page .support-content .articles-block .article h3 a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 18px;
  color: #FA4659;
  margin-bottom: 20px;
}

.support-page .support-content .articles-block .article p {
  color: #45494b;
}

.support-page .support-content .articles-block .article .meta {
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.support-page .support-content .articles-block .article .meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.support-page .support-content .articles-block .article .meta span:before {
  content: '';
  display: block;
  margin-right: 10px;
}

.support-page .support-content .articles-block .article .meta span.like {
  cursor: pointer;
  color: #fc082a;
}

.support-page .support-content .articles-block .article .meta span.like:before {
  background: url(../images/icon/like-ico.png) no-repeat;
  width: 28px;
  height: 26px;
}

.support-page .support-content .articles-block .article .meta span.like.check:before {
  background: url(../images/icon/like-ico.png) 0 100% no-repeat;
}

.support-page .support-content .articles-block .article .meta span.view {
  color: #4297d2;
}

.support-page .support-content .articles-block .article .meta span.view:before {
  background: url(../images/icon/view-ico.png) no-repeat;
  width: 31px;
  height: 15px;
}

@media (max-width: 1199px) {
  .order-page {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .order-page {
    margin: 0;
  }
}

.order-page .order-content {
  margin-bottom: 65px;
}

.order-page .order-content h2.title {
  color: #4c4c4c;
}

.order-page .order-content .services-title h2.title {
  transition: all 0.3s;
  cursor: default;
  font-size: 30px;
}

.order-page .order-content .services-title h2.title:hover {
  color: #00aff9;
  transition: all 0.3s;
  cursor: pointer;
}

.order-page .order-content h3 {
  font-family: 'Avenir Next Cyr';
  font-size: 18px;
  font-weight: 900;
  color: #FA4659;
  margin-bottom: 15px;
}

.order-page .order-content p {
  color: #000;
  margin-bottom: 40px;
}

.order-page .order-content .desc {
  margin-bottom: 60px;
}

.order-page .order-content .check-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.order-page .order-content form {
  display: flex;
}

.order-page .order-content .step-1,
.order-page .order-content .step-2,
.order-page .order-content .step-3 {
  width: 33.3333%;
}

.services-develop.order-services-item,
.services-design.order-services-item,
.services-other.order-services-item {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {

  .services-develop.order-services-item,
  .services-design.order-services-item,
  .services-other.order-services-item {
    margin-bottom: 0;
  }
}

.services-title {
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .order-page .order-content .check-services {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.order-page .order-content .check-services label {
  -ms-flex-preferred-size: 14.28571%;
  flex-basis: 14.28571%;
}

@media (max-width: 991px) {

  .order-page .order-content .step-1,
  .order-page .order-content .step-2,
  .order-page .order-content .step-3 {
    width: 100%;
    margin-bottom: 30px;
  }

  .order-page .order-content form {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .order-page .order-content .check-services label {
    width: 100%;
  }

  .order-page .order-content .step-3 {
    margin-bottom: 0;
  }
}

.order-page .order-content .check-services label:last-child input:checked+.checkbox {
  border-right-color: transparent;
}

.order-page .order-content .check-services label input:checked+.checkbox {
  border: 3px solid #ffc600;
  background: #ffc600;
}

.order-page .order-content .check-services label input:checked+.checkbox span {
  color: #313233;
}

.order-page .order-content .check-services label input:checked+.checkbox .icon.service-web {
  background: url(../images/icon/service-web2.png) 0 100% no-repeat;
}

.order-page .order-content .check-services label input:checked+.checkbox .icon.service-support {
  background: url(../images/icon/service-support2.png) 0 100% no-repeat;
}

.order-page .order-content .check-services label input:checked+.checkbox .icon.service-brand {
  background: url(../images/icon/service-brand2.png) 0 100% no-repeat;
}

.order-page .order-content .check-services label input:checked+.checkbox .icon.service-mobile {
  background: url(../images/icon/service-mobile2.png) 0 100% no-repeat;
}

.order-page .order-content .check-services label input:checked+.checkbox .icon.service-seo {
  background: url(../images/icon/service-seo2.png) 0 100% no-repeat;
}

.order-page .order-content .check-services label input:checked+.checkbox .icon.service-adword {
  background: url(../images/icon/service-adword2.png) 0 100% no-repeat;
}

.order-page .order-content .check-services label input:checked+.checkbox .icon.service-seo-social {
  background: url(../images/icon/service-seo-social2.png) 0 100% no-repeat;
}

.order-page .order-content .step-2 {
  padding-right: 85px;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .order-page .order-content .step-2 {
    padding-right: 55px;
  }
}

.order-page .order-content .step-2 .budget .range-bar {
  height: 24px;
  background: #ffc600;
  border-radius: 0;
}

.order-page .order-content .step-2 .budget .range-bar .range-quantity {
  background: #00b8f0;
  background: -webkit-gradient(left top, right top, color-stop(0, #00b8f0), color-stop(100%, #3cd2ff));
  background: linear-gradient(90deg, #00b8f0 0, #3cd2ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b8f0", endColorstr="#3cd2ff", GradientType=1);
  border-radius: 0;
}

.order-page .order-content .step-2 .budget .range-bar .range-handle {
  cursor: pointer;
  box-sizing: border-box;
  width: 41px;
  height: 41px;
  top: -9px;
  background: #f5f5f5;
  border: 3px solid #fff;
  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;
  z-index: 1;
}

.order-page .order-content .step-2 .budget .range-bar .range-handle:after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #FA4659;
}

.order-page .order-content .step-2 .budget .range-bar i.limit {
  position: absolute;
  top: 0;
  display: block;
  width: 2px;
  height: 24px;
  background: #b9edfc;
}

.order-page .order-content .step-2 .budget .range-bar i.limit span {
  opacity: 0;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 18px;
  color: #fff;
  font-style: normal;
  transition: all 0.5s;
}

.order-page .order-content .step-2 .budget .range-bar i.limit.active span {
  opacity: 1;
}

.order-page .order-content .step-2 .budget .range-bar i.limit.good {
  left: 33%;
}

.order-page .order-content .step-2 .budget .range-bar i.limit.good span {
  margin-left: -80px;
}

.order-page .order-content .step-2 .budget .range-bar i.limit.fine span {
  margin-left: -85px;
}

.order-page .order-content .step-2 .budget .range-bar i.limit.fine {
  left: 66%;
}

.order-page .order-content .step-2 .budget .range-bar i.limit.ideally {
  left: 95%;
  background: transparent;
}

.order-page .order-content .step-2 .budget .range-bar i.limit.ideally span {
  margin-left: -95px;
}

.order-page .order-content .step-2 .budget-info {
  background: url(../images/budget-bg.jpg) repeat-x;
  padding: 13px 19px 14px 30px;
  border: 1px solid #c8e8f1;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .order-page .order-content .step-2 .budget .range-bar i.limit span {
    font-size: 12px;
  }

  .order-page .order-content .step-2 .budget-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.order-page .order-content .step-2 .budget-info .check-budget {
  opacity: 0;
  transition: all 0.5s;
}

.order-page .order-content .step-2 .budget-info .check-budget.show {
  opacity: 1;
}

@media (max-width: 767px) {
  .order-page .order-content .step-2 .budget-info .budget-project {
    margin-bottom: 10px;
  }
}

.order-page .order-content .step-2 .budget-info .budget-text {
  display: block;
  font-size: 18px;
  color: #575757;
}

.order-page .order-content .step-2 .budget-info .budget-price {
  display: inline-block;
  font-family: 'Avenir Next Cyr';
  font-size: 40px;
  font-weight: 900;
  color: #04baf1;
}

@media (max-width: 767px) {
  .order-page .order-content .step-2 .budget-info .budget-price {
    font-size: 30px;
  }
}

.order-page .order-content .step-2 .budget-info .budget-price .ruble {
  font-size: 30px;
}

@media (max-width: 767px) {
  .order-page .order-content .step-2 .budget-info .budget-price .ruble {
    font-size: 20px;
  }
}

.order-page .order-content .step-2 .budget-info .link-button {
  text-transform: uppercase;
  padding-left: 21px;
  width: 266px;
  height: 69px;
  line-height: 69px;
  margin: 0;
}

.order-page .order-content .step-2 .budget-info .link-button:after {
  right: 18px;
  margin-top: -13px;
}

.order-page .order-content .step-2 .serv-sale-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  color: #FA4659;
  line-height: 1;
  text-decoration: underline;
}

.order-page .order-content .step-2 .serv-sale-link:hover {
  text-decoration: none;
}

.portfolio-page {
  padding-bottom: 24px;
}

@media (max-width: 1199px) {
  .portfolio-page {
    margin: 0 20px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .portfolio-page {
    margin: 0;
  }
}

.portfolio-page h1.title {
  margin-bottom: 55px;
}

.portfolio-page .portfolio-section {
  margin-bottom: 60px;
}

.portfolio-page .portfolio-section h2.title {
  color: #4c4c4c;
  margin-bottom: 5px;
  margin-bottom: 35px;
  font-size: 45px;
}

@media (max-width: 767px) {
  .portfolio-page .portfolio-section h2.title {
    font-size: 30px;
  }
}

.portfolio-page .portfolio-section .portfolio-type {
  margin-bottom: 28px;
  /* max-width: 880px; */
}

.portfolio-page .portfolio-section .portfolio-type>span {
  float: left;
  font-family: 'Avenir Next Cyr Bold';
  color: #313233;
  margin: 15px 15px 0 0;
}

@media (max-width: 767px) {
  .portfolio-page .portfolio-section .portfolio-type>span {
    margin: 10px 0;
    float: none;
    display: block;
  }
}

.portfolio-page .portfolio-section .portfolio-type ul {
  list-style: none;
  margin-left: 84px;
}

.portfolio-page .portfolio-section .portfolio-type-new ul {
  margin-left: 0px;
}

.portfolio-page .portfolio-section .portfolio-type ul li {
  display: inline-block;
}

.portfolio-page .portfolio-section .portfolio-type ul li a {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 25px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  /* color: #0b6b94; */
  color: #9b9b9b;
  border: 4px solid #ececec;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .portfolio-page .portfolio-section .portfolio-type ul {
    width: 100%;
    overflow-x: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }

  .portfolio-page .portfolio-section .portfolio-type ul li {
    white-space: nowrap;
    margin-bottom: 10px;
  }

  .portfolio-page .portfolio-section .portfolio-type ul li a {
    padding: 9px;
    font-size: 12px;
  }
}

.portfolio-page .portfolio-section .portfolio-type ul li a:hover,
.portfolio-page .portfolio-section .portfolio-type ul li a.active {
  /* background: #00aff9; */
  /* color: #fff; */
  background: #313233;
  border-color: #313233;
  /* font-weight: 700; */
  color: #ffc600;
}

.portfolio-page .portfolio-section .portfolio-type ul li a.active {
  font-weight: 700;
}

.portfolio-page .portfolio-section .portfolio-projects {
  margin: 0 11px 9px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .portfolio-page .portfolio-section .portfolio-projects {
    margin: 0 -10px 9px 0;
  }
}

@media (max-width: 767px) {
  .portfolio-page .portfolio-section .portfolio-projects {
    /*width:320px;*/
    width: 100%;
    margin: 0 auto 9px;
  }
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-webkit-box-align: start;*/
  /*-ms-flex-align: start;*/
  /*align-items: flex-start;*/
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

@media (max-width: 991px) {
  .portfolio-page .portfolio-section .portfolio-projects .portfolio-col {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .portfolio-page .portfolio-section .portfolio-projects .portfolio-col {
    width: 100%;
  }
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-col:nth-child(2) .portfolio-project:nth-child(3n + 1) {
  width: 100%;
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-col:nth-child(2) .portfolio-project-main:nth-child(3n + 1) {
  width: 50%;
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-col:nth-child(2) .portfolio-project:nth-child(3n) {
  width: 50%;
}

@media (max-width: 1199px) {
  .portfolio-page .portfolio-section .portfolio-projects .portfolio-col:nth-child(2) .portfolio-project:nth-child(3n) {
    width: 100%;
  }

  .portfolio-page .portfolio-section .portfolio-projects .portfolio-col:nth-child(2) .portfolio-project-main:nth-child(3n) {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .portfolio-page .portfolio-section .portfolio-projects .portfolio-col:nth-child(2) .portfolio-project:nth-child(3n) {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .portfolio-page .portfolio-section .portfolio-projects .portfolio-col:nth-child(2) .portfolio-project:nth-child(3n) {
    width: 100%;
  }
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project {
  position: relative;
  width: 50%;
  /* width: 100%; */
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 1199px) {
  .portfolio-page .portfolio-section .portfolio-projects .portfolio-project {
    width: 100%;
  }

  .portfolio-page .portfolio-section .portfolio-projects .portfolio-project-main {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .portfolio-page .portfolio-section .portfolio-projects .portfolio-project {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .portfolio-page .portfolio-section .portfolio-projects .portfolio-project {
    width: 100%;
  }

  .portfolio-page .portfolio-section .portfolio-projects .portfolio-project-new {
    width: 50%;
  }
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project:nth-child(3n) {
  width: 100%;
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project-new:nth-child(3n) {
  /* width: 50%; */
  width: 33.33333333%;
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project-main:nth-child(3n) {
  width: 50%;
}

@media (max-width: 767px) {

  .portfolio-page .portfolio-section .portfolio-projects .portfolio-project-main:nth-child(3n),
  .portfolio-page .portfolio-section .portfolio-projects .portfolio-col:nth-child(2) .portfolio-project-main:nth-child(3n + 1) {
    width: 100%;
  }
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 10px 10px 0;
  visibility: hidden;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

@media (max-width: 767px) {
  .portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item {
    margin: 0 0 10px;
  }
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item:before {
  width: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  transition: all 0.5s linear 0s;
  display: block;
  z-index: 1;
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item:hover img {
  -webkit-transform: scale(1.4) rotate(10deg);
  transform: scale(1.4) rotate(10deg);
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item:hover .info-box,
.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item:hover .info-box .pr-info .pr-plus {
  /* opacity: 1; */
  /* left: 0; */
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item:hover .pr-tags {
  /* opacity: 1; */
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item:hover:before {
  /* width: 100%; */
  /* opacity: 0.7; */
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item .info-box {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  /* left: -200px; */
  z-index: 1;
  /* text-align: center; */
  /* opacity: 0; */
  color: #fff;
  padding: 20px;
  transition: all 0.5s linear 0s;
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item .info-box::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 2, 0, 0.5) 3%, rgba(17, 2, 0, 0) 50%);
  opacity: 0.7;
  z-index: -1;
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item .info-box::after {
  /* content: ''; */
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 2, 0, 0.5) 3%, rgba(17, 2, 0, 0) 30%);
  opacity: 0.7;
  z-index: -1;
  transform: rotate(180deg);
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item .info-box .pr-info {
  /* display: table-cell; */
  /* vertical-align: middle; */
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item .info-box .pr-info .pr-plus {
  border: none;
  cursor: pointer;
  position: relative;
  right: -70px;
  /* bottom: 20px; */
  font-size: 14px;
  /*width: 117px;*/
  width: 100%;
  height: 19px;
  line-height: 1;
  padding-left: 12px;
  /* left: -300px; */
  /* opacity: 0; */
  transition: 1s;
  background-color: transparent;
}

@media (min-width: 768px) {
  .portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item .info-box .pr-info .pr-plus {
    /* bottom: 50px; */
  }
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item .info-box:hover .pr-info .pr-plus {
  /* display: table-cell; */
  /* vertical-align: middle; */
  right: 40px;
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item .info-box .pr-info .pr-plus:after {
  /* margin-top: -8.5px; */
  margin-top: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url('../images/icon/portf-arrow.svg');
  background-size: 50px;
  background-position: right;
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item .info-box .pr-info .pr-plus:focus {
  outline: none;
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item .info-box .pr-info .pr-title {
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr';
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 10px;
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item .info-box .pr-info .pr-subtitle {
  font-family: 'Avenir Next Cyr Regular';
  font-size: 13px;
  margin: 0 0 15px;
  font-weight: 600;
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item .pr-tags {
  opacity: 0;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 5px;
  transition: opacity 0.3s linear 0s;
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project .portfolio-item .pr-tags span {
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  border: 1px solid #fff;
  padding: 3px 4px;
}

.portfolio-page .portfolio-section .projects-more {
  text-align: center;
}

.portfolio-page .portfolio-section .projects-more .link-button {
  width: auto;
  height: auto;
  line-height: normal;
  padding: 26px 54px 26px 39px;
}

@media (max-width: 767px) {
  .portfolio-page .portfolio-section .projects-more .link-button {
    font-size: 14px;
    padding: 26px 34px 26px 19px;
    width: 277px;
    text-align: center;
  }
}

.portfolio-page .portfolio-section .projects-more .link-button:after {
  right: 33px;
}

@media (max-width: 767px) {
  .portfolio-page .portfolio-section .projects-more .link-button:after {
    right: 13px;
  }
}

@media (max-width: 1199px) {
  .portfolio_detail-page {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .portfolio_detail-page {
    margin: 0;
  }
}

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

@media (max-width: 991px) {
  .portfolio_detail-page .portfolio_detail-top {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .portfolio_detail-page .portfolio_detail-top {
    display: block;
  }
}

@media (max-width: 767px) {
  .portfolio_detail-page .portfolio_detail-top .breadcrumbs {
    padding: 54px 0 30px;
  }
}

@media (max-width: 991px) {
  .portfolio_detail-page .portfolio_detail-top .portfolio-category {
    margin-bottom: 30px;
    text-align: center;
    width: 51%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 700px) {
  .portfolio-page .portfolio-section .portfolio-projects .portfolio-project-new:nth-child(3n) {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .portfolio_detail-page .portfolio_detail-top .portfolio-category {
    width: 100%;
  }
}

.portfolio_detail-page .portfolio_detail-top .portfolio-category>span {
  font-family: 'Avenir Next Cyr Bold';
  font-size: 14px;
  color: #6b7073;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .portfolio_detail-page .portfolio_detail-top .portfolio-category>span {
    display: block;
    width: 100%;
  }
}

.portfolio_detail-page .portfolio_detail-top .portfolio-category>a {
  color: #079cdb;
}

.portfolio_detail-page .portfolio_detail-top .portfolio-category>a:hover {
  text-decoration: none;
}

.portfolio_detail-page h1.title {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .portfolio_detail-page h1.title {
    text-align: center;
    font-size: 25px;
  }

  .portfolio_detail-page h1.title+noindex {
    display: block;
    text-align: center;
  }
}

.portfolio_detail-page .site-link {
  display: inline-block;
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
  color: #ffc600;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .portfolio_detail-page .site-link {
    font-size: 18px;
  }
}

.portfolio_detail-page .targets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 48px;
}

@media (max-width: 767px) {
  .portfolio_detail-page .targets {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;

    /* Времмено отключил на мобилке */
    display: none;
  }
}

.portfolio_detail-page .targets .target-item {
  width: 49%;
  box-sizing: border-box;
  padding: 0 20px;
  /* text-align: center; */
  /* border: 1px solid #e3e3e3; */
  margin-bottom: 50px;
  transition: all 0.3s;
}

.portfolio_detail-page .targets .target-item:nth-child(3) {
  width: auto;
  flex-grow: 1;
  border: 7px solid rgba(0, 178, 250, 0.1);
  padding: 57px;
  margin: 0 -57px 90px;
}

@media (max-width: 767px) {
  .portfolio_detail-page .targets .target-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.portfolio_detail-page .targets .target-head {
  display: flex;
  align-items: center;
}

.portfolio_detail-page .targets .target-item:hover {
  /* border-color: #FA4659; */
}

.portfolio_detail-page .targets .target-item .ico {
  padding: 0;
  margin-right: 11px;
  width: 29px;
  flex: none;
}

.portfolio_detail-page .targets .target-item .ico img {
  display: block;
  max-width: 100%;
}

.portfolio_detail-page .targets .target-item .title {
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 17px;
  color: #FA4659;
  /* margin-bottom: 30px; */
}

.portfolio_detail-page .targets .target-item .text {
  position: relative;
  padding: 30px 3px 5px;
  /* border-top: 1px solid #e5e5e5; */
  font-size: 17px;
  line-height: 1.29;
  color: #45494b;
}

.portfolio_detail-page .targets .target-item .text a {
  color: #FA4659;
}

.portfolio_detail-page .targets .target-item .text:after,
.portfolio_detail-page .targets .target-item .text:before {
  /* content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px; */
}

.portfolio_detail-page .targets .target-item .text:before {
  /* top: -2px; */
  /* background: #f1f1f1; */
}

.portfolio_detail-page .targets .target-item .text:after {
  /* top: 0; */
  /* background: #f3f3f3; */
}

.portfolio_detail-page .targets .slick-slide img {
  display: inline-block;
}

.portfolio_detail-page .targets .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  width: 100%;
}

.portfolio_detail-page .targets .slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 2px solid #00aff9;
  border-radius: 50%;
  margin: 0 6px;
  transition: 0.3s;
}

.portfolio_detail-page .targets .slick-dots li.slick-active {
  background: #00aff9;
}

.portfolio_detail-page .targets .slick-dots li button {
  display: none;
}

.portfolio_detail-page .portfolio-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 72px 0 81px;
}

@media (max-width: 767px) {
  .portfolio_detail-page .portfolio-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.portfolio_detail-page .portfolio-nav .link-button {
  width: 280px;
}

.portfolio_detail-page .portfolio-nav .link-button:active:after {
  background-size: 13px;
}

.portfolio_detail-page .portfolio-nav .link-button.next {
  text-align: right;
  margin-right: 5px;
  padding: 0 34px 0 0;
}

@media (max-width: 767px) {
  .portfolio_detail-page .portfolio-nav .link-button.next {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.portfolio_detail-page .portfolio-nav .link-button.next:after {
  left: 30px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.portfolio_detail-page .portfolio-nav .link-button.prev {
  margin-left: 5px;
  padding: 0 0 0 34px;
}

@media (max-width: 767px) {
  .portfolio_detail-page .portfolio-nav .link-button.prev {
    margin-left: 0;
  }
}

.portfolio_detail-page .portfolio-nav .link-button.prev:after {
  right: 30px;
}

.portfolio-image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .portfolio-image-box {
    display: block;
  }
}

.portfolio-image-box img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.order-box {
  background: #30c4f0;
  padding: 50px 0 40px;
}

@media (max-width: 1199px) {
  .order-box {
    padding: 50px 20px 40px;
  }
}

@media (max-width: 767px) {
  .order-box {
    padding: 50px 0 40px;
  }
}

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

@media (max-width: 767px) {
  .order-box .order {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.order-box .order .order-text {
  width: 70%;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  font-size: 36px;
}

@media (max-width: 1199px) {
  .order-box .order .order-text {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .order-box .order .order-text {
    width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.order-box .order .link-button {
  width: 318px;
  height: 69px;
  line-height: 69px;
  padding-left: 17px;
}

@media (max-width: 1199px) {
  .order-box .order .link-button {
    font-size: 16px;
  }
}

.order-box .order .link-button:after {
  margin-top: -12px;
}

@media (max-width: 1199px) {
  .news-page {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .news-page {
    margin: 0;
  }
}

.news-page .archive-block {
  margin: 0 16px 60px;
}

@media (max-width: 1199px) {
  .news-page .archive-block {
    margin: 0 0 60px;
  }
}

.news-page .archive-block .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.news-page .archive-block .slick-track:focus {
  outline: none;
}

.news-page .archive-block .slick-track .slick-slide {
  width: 70px !important;
  margin-left: 32px;
}

@media (max-width: 1199px) {
  .news-page .archive-block .slick-track .slick-slide {
    width: inherit !important;
    text-align: center;
    margin-left: 0;
  }
}

.news-page .archive-block .slick-track .slick-active.slick-current {
  width: 122px !important;
  margin-left: 11px;
}

.news-page .archive-block .slick-track .slick-active.slick-current a {
  font-size: 45px;
  line-height: 1;
  color: #FA4659;
}

@media (max-width: 767px) {
  .news-page .archive-block .slick-track .slick-active.slick-current a {
    font-size: 30px;
  }
}

.news-page .archive-block .slick-track a {
  text-decoration: none;
  font-family: 'Avenir Next Cyr';
  font-size: 25px;
  font-weight: 900;
  color: inherit;
}

@media (max-width: 767px) {
  .news-page .archive-block .slick-track a {
    font-size: 20px;
  }
}

.news-page .archive-block .slick-active+.slick-active {
  color: #313233;
}

.news-page .archive-block .slick-active+.slick-active+.slick-active {
  color: #515253;
}

.news-page .archive-block .slick-active+.slick-active+.slick-active+.slick-active {
  color: #6d6d6e;
}

.news-page .archive-block .slick-active+.slick-active+.slick-active+.slick-active+.slick-active {
  color: #838484;
}

.news-page .archive-block .slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active {
  color: #99999a;
}

.news-page .archive-block .slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active {
  color: #acacad;
}

.news-page .archive-block .slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active {
  color: #bfbfbf;
}

.news-page .archive-block .slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active {
  color: #d0d0d0;
}

.news-page .archive-block .slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active {
  color: #e0e0e0;
}

.news-page .archive-block .slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active {
  color: #f0f0f0;
}

.news-page .archive-block .slick-arrow {
  font-size: 0;
  background: none;
  border: none;
  position: absolute;
  top: 45%;
  width: 11px;
  height: 20px;
  cursor: pointer;
  background: url(../images/icon/button-arrow.png) no-repeat;
  background-size: 11px;
}

@media (max-width: 767px) {
  .news-page .archive-block .slick-arrow {
    top: 25%;
  }
}

.news-page .archive-block .slick-arrow:focus {
  outline: none;
}

.news-page .archive-block .slick-arrow.slick-disabled {
  opacity: 0;
}

.news-page .archive-block .slick-arrow.slick-prev {
  left: -16px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .news-page .archive-block .slick-arrow.slick-prev {
    left: -8px;
  }
}

.news-page .archive-block .slick-arrow.slick-next {
  right: -16px;
}

@media (max-width: 767px) {
  .news-page .archive-block .slick-arrow.slick-next {
    right: -8px;
  }
}

.news-page .news-wrap {
  margin-bottom: 65px;
}

.news-page .news-wrap .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 48px;
  margin-bottom: 47px;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
  .news-wrap .news-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.news-wrap .news-item:last-child {
  border-bottom: none;
}

.news-wrap .news-item .item-thumb {
  position: relative;
  width: 120px;
  height: 118px;
  margin-right: 33px;
}

@media (max-width: 767px) {
  .news-wrap .news-item .item-thumb {
    margin-bottom: 15px;
  }
}

.news-wrap .news-item .item-thumb .item-date {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.news-wrap .news-item .item-thumb .item-date .day-month,
.news-page .news-wrap .news-item .item-thumb .item-date .year {
  font-family: 'Avenir Next Cyr';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
}

.news-wrap .news-item .item-thumb .item-date .day-month {
  padding-left: 5px;
}

.news-wrap .news-item .item-thumb .item-date .year {
  padding-right: 5px;
  font-size: 12px;
}

.news-wrap .news-item .item-content .item-title {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 5px;
  font-family: 'Avenir Next Cyr';
  font-size: 30px;
  font-weight: 900;
  color: #4c4c4c;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .news-page .news-wrap .news-item .item-content .item-title {
    font-size: 20px;
  }
}

.news-page .news-wrap .news-item .item-content a.item-title:hover {
  color: #FA4659;
}

.news-page .news-wrap .news-item .item-content .item-introtext {
  margin-bottom: 15px;
}

.news-page .news-wrap .news-item .item-content .item-introtext a {
  color: #FA4659;
}

.news-page .news-wrap .news-item .item-content .item-introtext a:hover {
  text-decoration: none;
}

.news-page .news-wrap .news-item .item-content .item-introtext p {
  color: #000;
}

.news-page .news-wrap .news-item .item-content .item-more {
  position: relative;
  padding-left: 27px;
  color: #FA4659;
}

.news-page .news-wrap .news-item .item-content .item-more:hover {
  text-decoration: none;
}

.news-page .news-wrap .news-item .item-content .item-more:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  width: 18px;
  height: 12px;
  background: url(../images/icon/watch-ico.png) no-repeat;
}

.news_detail-page {
  padding-bottom: 77px;
}

@media (max-width: 1199px) {
  .news_detail-page {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .news_detail-page {
    margin: 0;
  }
}

.news_detail-page h1.title {
  margin-bottom: 10px;
}

.news_detail-page .date {
  display: inline-block;
  margin-bottom: 15px;
  color: #a3a3a3;
}

.news_detail-page .thumb-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  border: 1px solid #ddd;
}

@media (max-width: 1199px) {
  .news_detail-page .thumb-intro {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.news_detail-page .thumb-intro .intro,
.news_detail-page .thumb-intro .thumb {
  width: 50%;
  box-sizing: border-box;
}

@media (max-width: 1199px) {

  .news_detail-page .thumb-intro .intro,
  .news_detail-page .thumb-intro .thumb {
    width: 100%;
  }
}

.news_detail-page .thumb-intro .thumb img {
  width: 100%;
  height: 100%;
}

.news_detail-page .thumb-intro .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FA4659;
  padding: 34px;
  color: #fff;
  border-left: 1px solid #ddd;
}

.news_detail-page .thumb-intro .intro p {
  font-size: 18px;
  color: #fff;
}

.news_detail-page .news_detail-content {
  margin-bottom: 40px;
  font-size: 18px;
}

.news_detail-page .news_detail-content h2 {
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr';
  font-size: 30px;
  font-weight: 900;
  color: #4c4c4c;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .news_detail-page .news_detail-content h2 {
    font-size: 25px;
  }
}

.news_detail-page .news_detail-content p {
  color: #000;
  margin-bottom: 20px;
}

.news_detail-page .news_detail-content a,
.news_detail-page .news_detail-content b,
.news_detail-page .news_detail-content h3 {
  color: #FA4659;
}

.news_detail-page .news_detail-content b,
.news_detail-page .news_detail-content b p,
.news_detail-page .news_detail-content h3 {
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
}

.news_detail-page .news_detail-content b p {
  color: #FA4659;
  margin: 0;
}

.news_detail-page .news_detail-content i {
  font-family: 'Avenir Next Cyr';
  font-weight: 700;
  font-style: italic;
  color: #4c4c4c;
}

.news_detail-page .news_detail-content ul {
  list-style: none;
  margin: 3px 0 40px 23px;
}

.news_detail-page .news_detail-content ul li {
  position: relative;
  font-size: 18px;
  margin-bottom: 3px;
}

.news_detail-page .news_detail-content ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background: #FA4659;
  border-radius: 50%;
}

.news_detail-page .news_detail-content ol {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 35px;
  padding: 15px 0 5px 0;
  font-size: 18px;
}

.news_detail-page .news_detail-content ol li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}

.news_detail-page .news_detail-content ol li:before {
  content: counter(num) '.';
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -26px;
  width: 20px;
  color: #FA4659;
  text-align: right;
}

.news_detail-page .news_detail-content a:hover {
  text-decoration: none;
}

.news_detail-page .thumb-intro-wrap {
  margin-bottom: 128px;
}

@media (max-width: 767px) {
  .news_detail-page .thumb-intro-wrap {
    margin-bottom: 64px;
  }
}

.news_detail-page .thumb-intro-wrap .thumb-intro {
  margin-bottom: 0;
  border-bottom: none;
}

.news_detail-page .thumb-intro-wrap .thumb-intro:last-child {
  border-bottom: 1px solid #ddd;
}

.news_detail-page .thumb-intro-wrap .thumb-intro:nth-child(odd) {
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.news_detail-page .thumb-intro-wrap .thumb-intro:nth-child(odd) .intro {
  border-left: none;
  border-right: 1px solid #ddd;
}

.news_detail-page .thumb-intro-wrap .thumb-intro .intro {
  background: #fff;
}

.news_detail-page .thumb-intro-wrap .thumb-intro .intro p {
  color: #010101;
}

.news_detail-page .news-nav {
  margin-bottom: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .news_detail-page .news-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.news_detail-page .news-nav .next-news,
.news_detail-page .news-nav .prev-news {
  position: relative;
  width: 48.5%;
  box-sizing: border-box;
  padding: 30px 23px 38px 75px;
  border: 1px solid #ddd;
  font-size: 18px;
}

@media (max-width: 767px) {

  .news_detail-page .news-nav .next-news,
  .news_detail-page .news-nav .prev-news {
    width: 100%;
    margin-bottom: 20px;
  }
}

.news_detail-page .news-nav .next-news span,
.news_detail-page .news-nav .prev-news span {
  display: block;
  margin-bottom: 10px;
  color: #45494b;
}

.news_detail-page .news-nav .next-news .news-title,
.news_detail-page .news-nav .prev-news .news-title {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Bold';
  color: #FA4659;
  text-decoration: none;
}

.news_detail-page .news-nav .next-link,
.news_detail-page .news-nav .prev-link {
  box-sizing: border-box;
  position: absolute;
  top: 43px;
  width: 21px;
  height: 21px;
  border: solid #00aff9;
  border-width: 0 4px 4px 0;
  display: inline-block;
  transition: 0.3s;
}

.news_detail-page .news-nav .prev-news .prev-link {
  left: 25px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.news_detail-page .news-nav .next-news {
  padding: 30px 70px 38px 23px;
  text-align: right;
}

.news_detail-page .news-nav .next-news .next-link {
  right: 28px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.news_detail-page .news-more {
  text-align: center;
}

.news_detail-page .news-more a {
  font-size: 18px;
  color: #00aff9;
}

.news_detail-page .news-more a:hover {
  text-decoration: none;
}

.article-page {
  padding-bottom: 60px;
}

.article-page ul {
  padding-left: 20px;
}

@media (max-width: 1199px) {
  .article-page {
    margin: 0 20px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .article-page {
    margin: 0;
  }
}

.article-page h1.title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .article-page h1.title {
    font-size: 22px;
  }
}

.article-page .meta {
  margin-bottom: 22px;
}

.article-page .meta,
.article-page .meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-page .meta span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-page .meta span:before {
  content: '';
  display: block;
  margin-right: 10px;
}

.article-page .meta span.like {
  margin-right: 60px;
  cursor: pointer;
  color: #fc082a;
}

.article-page .meta span.like:before {
  background: url(../images/icon/like-ico.png) no-repeat;
  width: 28px;
  height: 26px;
}

.article-page .meta span.like.check:before {
  background: url(../images/icon/like-ico.png) 0 100% no-repeat;
}

.article-page .meta span.view {
  color: #4297d2;
  margin-right: 60px;
}

.article-page .meta span.view:before {
  background: url(../images/icon/view-ico.png) no-repeat;
  width: 31px;
  height: 15px;
}

.article-page .thumb-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  border: 1px solid #ddd;
}

@media (max-width: 1199px) {
  .article-page .thumb-intro {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.article-page .thumb-intro .intro,
.article-page .thumb-intro .thumb {
  width: 50%;
  box-sizing: border-box;
}

@media (max-width: 1199px) {

  .article-page .thumb-intro .intro,
  .article-page .thumb-intro .thumb {
    width: 100%;
  }
}

.article-page .thumb-intro .thumb img {
  width: 100%;
  height: 100%;
}

.article-page .thumb-intro .intro {
  background: #FA4659;
  padding: 30px 34px 0;
  border-left: 1px solid #ddd;
}

.article-page .thumb-intro .intro p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
}

.article-page .article-content {
  font-size: 15px;
  color: #000;
}

@media (min-width: 768px) {
  .article-page .article-content {
    font-size: 17px;
  }

  .article-page .thumb-intro .intro p {
    font-size: 17px;
  }
}

.article-page .article-content .title {
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr';
  font-size: 30px;
  font-weight: 900;
  color: #4c4c4c;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .article-page .article-content .title {
    font-size: 22px;
  }
}

.article-page .article-content p {
  margin-bottom: 0;
}

.article-page .article-content a,
.article-page .article-content b,
.article-page .article-content h2 {
  color: #FA4659;
}

.article-page .article-content b,
.article-page .article-content h2 {
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
}

.article-page .article-content h2 {
  margin-top: 10px;
}

.article-page .article-content b p {
  font-size: 21px;
  margin: 0;
}

.article-page .article-content i {
  font-family: 'Avenir Next Cyr';
  font-weight: 700;
  font-style: italic;
  color: #4c4c4c;
}

.article-page .article-content ul {
  list-style: none;
  margin: 3px 0 20px 23px;
}

.article-page .article-content ul li {
  position: relative;
  font-size: 17px;
  margin-bottom: 3px;
}

.article-page img.article-img {
  max-height: 360px;
  max-width: 100%;
  margin-bottom: 20px;
}

.article-page .article-content ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: -21px;
  width: 7px;
  height: 7px;
  background: #FA4659;
  border-radius: 50%;
}

.article-page .article-content a:hover {
  text-decoration: none;
}

.article-page .share-block {
  padding: 8px 0 50px;
}

.article-page .share-block .title {
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr';
  font-size: 30px;
  font-weight: 900;
  display: inline-block;
  color: #4c4c4c;
  margin-right: 15px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .article-page .share-block .title {
    font-size: 22px;
  }
}

.article-page .articles-nav {
  margin-bottom: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .article-page .articles-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.article-page .articles-nav .next-articles,
.article-page .articles-nav .prev-articles {
  position: relative;
  width: 48.5%;
  box-sizing: border-box;
  padding: 34px 51px 65px 51px;
  border: 4px solid rgba(0, 178, 250, 0.1);
  font-size: 16px;
  min-height: 197px;
}

@media (max-width: 767px) {

  .article-page .articles-nav .next-articles,
  .article-page .articles-nav .prev-articles {
    width: 100%;
    margin-bottom: 2px;
    padding: 28px;
    min-height: inherit;
    font-size: 12px;
  }

  .article-page .articles-nav .next-articles {
    padding-right: 149px;
  }

  .article-page .articles-nav .prev-articles {
    padding-left: 149px;
  }
}

.article-page .articles-nav .next-articles span,
.article-page .articles-nav .prev-articles span {
  display: block;
  font-size: 11px;
  margin-bottom: 7px;
  /* color: #45494b; */
  color: #aec3cc;
}

@media (min-width: 768px) {

  .article-page .articles-nav .next-articles span,
  .article-page .articles-nav .prev-articles span {
    font-size: 15px;
    margin-bottom: 4px;
  }
}

.article-page .articles-nav .next-articles .articles-title,
.article-page .articles-nav .prev-articles .articles-title {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr';
  color: #FA4659;
  font-weight: 900;
  text-decoration: none;
}

.article-page .articles-nav .next-link,
.article-page .articles-nav .prev-link {
  width: 55px;
  position: absolute;
  height: 19px;
  bottom: 50%;
  margin-bottom: -9px;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {

  .article-page .articles-nav .next-link,
  .article-page .articles-nav .prev-link {
    bottom: 40px;
    margin-bottom: 0;
  }
}

.article-page .articles-nav .next-link::after,
.article-page .articles-nav .prev-link::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: auto;
  width: 17px;
  height: 17px;
  border: solid #00aff9;
  border-width: 0 3px 3px 0;
  display: inline-block;
  transition: 0.3s;
}

.article-page .articles-nav .next-link::before,
.article-page .articles-nav .prev-link::before {
  content: '';
  width: 55px;
  display: block;
  margin-top: 1px;
  border-top: 3px solid #00aff9;
}

.article-page .articles-nav .prev-articles .prev-link {
  left: 31px;
}

@media (min-width: 768px) {
  .article-page .articles-nav .prev-articles .prev-link {
    left: 51px;
  }
}

.article-page .articles-nav .prev-articles .prev-link::after {
  left: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (min-width: 768px) {
  .article-page .articles-nav .next-articles {
    /* padding: 30px 70px 38px 23px; */
    text-align: right;
  }
}

.article-page .articles-nav .next-articles .next-link {
  right: 30px;
}

@media (min-width: 768px) {
  .article-page .articles-nav .next-articles .next-link {
    right: 51px;
  }
}

.article-page .articles-nav .next-articles .next-link::after {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.article-page .articles-more {
  text-align: center;
}

.article-page .articles-more a {
  font-size: 18px;
  color: #00aff9;
}

.article-page .articles-more a:hover {
  text-decoration: none;
}

.articles-page {
  padding-bottom: 40px;
}

@media (max-width: 1199px) {
  .articles-page {
    margin: 0 20px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .articles-page {
    margin: 0 15px;
  }

  .services-page,
  .articles-page {
    margin: 0;
  }
}

.articles-page h1.title {
  margin-bottom: 28px;
}

.articles-page h2.title {
  color: #4c4c4c;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .articles-page h2.title {
    font-size: 25px;
  }
}

.articles-page .subjects {
  margin-bottom: 42px;
}

.articles-page .subjects>span {
  display: block;
  font-family: 'Avenir Next Cyr';
  font-size: 16px;
  font-weight: 900;
  color: #717476;
  margin-bottom: 8px;
}

.articles-page .subjects ul {
  list-style: none;
}

.articles-page .subjects ul li {
  display: inline-block;
}

.articles-page .subjects ul li a {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 25px;
  margin-bottom: 5px;
  margin-right: 5px;
  text-decoration: none;
  /* color: #0b6b94;
  border: 1px solid #c8e8f1; */
  color: #9b9b9b;
  border: 4px solid #ececec;
  transition: all 0.5s;
}

.articles-page .subjects ul li a.active {
  /* color: #fff;
  background: #00aff9; */
  background: #313233;
  border-color: #313233;
  font-weight: 700;
  color: #ffc600;
}

@media (max-width: 767px) {
  .articles-page .subjects {}

  .articles-page .subjects ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-x: auto;
  }

  .articles-page .subjects ul li {
    margin: 0 5px 10px 0;
    white-space: nowrap;
  }

  .articles-page .subjects ul li a {
    padding: 9px;
    font-size: 12px;
  }
}

.articles-page .subjects ul li a:hover {
  /* background: #00aff9;
  color: #fff; */
  background: #313233;
  border-color: #313233;
  /* font-weight: 700; */
  color: #ffc600;
}

.articles-page .articles-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  /* -webkit-box-pack: justify; */
  /* -ms-flex-pack: justify; */
  /* justify-content: space-between; */
  /*padding-bottom: 27px*/
}

@media (max-width: 1199px) {
  .articles-page .articles-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.articles-page .articles-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*    width: calc(25% - 14px);*/
  box-sizing: border-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-box-pack: justify; */
  /* -ms-flex-pack: justify; */
  /* justify-content: space-between; */
  /*-webkit-box-align: start;*/
  /*-ms-flex-align: start;*/
  /*align-items: flex-start;*/
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.article-item:not(.big) .article-link {
  width: 100%;
  height: 200px;
}

.article-item:not(.big) .article-link img {
  object-fit: cover;
}

@media (max-width: 1199px) {
  .articles-page .articles-wrap {
    /* width: 100%; */
  }
}

.articles-page .articles-wrap .article-item {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*-webkit-justify-content: space-between;*/
  /*justify-content: space-between;*/
  position: relative;
  width: calc(25% - 20px);
  box-sizing: border-box;
  margin: 0px 10px 20px;
  border: 1px solid #dedede;
  visibility: hidden;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.articles-page .articles-wrap .article-item:hover {
  border: 1px #00aff9 solid;
}

@media (max-width: 1199px) {
  .articles-page .articles-wrap .article-item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .articles-page .articles-wrap .article-item {
    width: 100%;
  }
}

.articles-page .articles-wrap .article-item .article-link {
  overflow: hidden;
  display: block;
}

.articles-page .articles-wrap .article-item img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.articles-page .articles-wrap .article-item .article-title {
  padding: 25px 23px 20px;
  border-top: 1px solid #dedede;
  min-height: 100px;
  box-sizing: border-box;
  z-index: 1;
}

.articles-page .articles-wrap .article-item .article-title a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  transition: all 0.3s;
}

.articles-page .articles-wrap .article-item .article-title a:hover {
  color: #00aff9;
}

.articles-page .articles-wrap .article-item .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 24px 23px;
  margin-top: auto;
}

.articles-page .articles-wrap .article-item .meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.articles-page .articles-wrap .article-item .meta span:before {
  content: '';
  display: block;
  margin-right: 10px;
}

.articles-page .articles-wrap .article-item .meta span.like {
  cursor: pointer;
  color: #fc082a;
}

.articles-page .articles-wrap .article-item .meta span.like:before {
  background: url(../images/icon/like-ico.png) no-repeat;
  width: 28px;
  height: 26px;
}

.articles-page .articles-wrap .article-item .meta span.like.check:before {
  background: url(../images/icon/like-ico.png) 0 100% no-repeat;
}

.articles-page .articles-wrap .article-item .meta span.view {
  color: #4297d2;
}

.articles-page .articles-wrap .article-item .meta span.view:before {
  background: url(../images/icon/view-ico.png) no-repeat;
  width: 31px;
  height: 15px;
}

.articles-page .articles-wrap .article-item.big {
  width: calc(50% - 10px);
}

@media (max-width: 1199px) {
  .articles-page .articles-wrap .article-item.big {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .articles-page .articles-wrap .article-item.big {
    width: 100%;
    position: relative;
    padding-top: 100%;
  }

  .articles-page .articles-wrap .article-item.big .article-link {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.articles-page .articles-wrap .article-item.big img {
  min-height: 384.55px;
}

@media (max-width: 767px) {
  .articles-page .articles-wrap .article-item.big img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
  }
}

.articles-page .articles-wrap .article-item.big .article-link {
  position: relative;
}

/*
  .articles-page .articles-wrap .article-item.big .article-link:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
  }*/

.articles-page .articles-wrap .article-item.big .article-title {
  border-top: none;
  padding: 0;
  min-height: auto;
  position: absolute;
  left: 23px;
  right: 23px;
  bottom: 100px;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 22px;
  color: #fff;
}

@media (max-width: 767px) {
  .articles-page .articles-wrap .article-item.big .article-title {
    bottom: 75px;
    font-size: 18px;
  }
}

.articles-page .articles-wrap .article-item.big .meta {
  padding: 0;
  position: absolute;
  left: 22px;
  right: 32px;
  bottom: 24px;
  z-index: 1;
}

.articles-page .articles-wrap .article-item.big .meta span {
  color: #fff;
}

.articles-page .articles-wrap .article-item.big .meta span.like:before {
  background: url(../images/icon/like-ico-white.png) no-repeat;
}

.articles-page .articles-wrap .article-item.big .meta span.like.check:before {
  background: url(../images/icon/like-ico-white.png) 0 100% no-repeat;
}

.articles-page .articles-wrap .article-item.big .meta span.view:before {
  background: url(../images/icon/view-ico-white.png) no-repeat;
}

.articles-page .more-articles {
  padding-bottom: 28px;
  margin-top: 25px;
  text-align: center;
}

.articles-page .more-articles>a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 14px;
  color: #FA4659;
  border-bottom: 1px solid #FA4659;
  padding-right: 20px;
  padding-bottom: 1px;
  transition: all 0.3s;
}

.articles-page .more-articles>a:hover {
  border-color: transparent;
}

.articles-page .more-articles>a:hover:after {
  bottom: 7px;
}

.articles-page .more-articles>a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 9px;
  right: 0;
  width: 8px;
  height: 8px;
  border: solid #FA4659;
  border-width: 0 2px 2px 0;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
}

.articles-page .pagination ul {
  list-style: none;
}

.articles-page .pagination ul,
.articles-page .pagination ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.articles-page .pagination ul li a {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  margin-right: 2px;
  width: 37px;
  height: 48px;
  border: 1px solid #d3edf4;
  text-decoration: none;
  font-size: 16px;
  color: #0b6b94;
  transition: all 0.3s;
}

.articles-page .pagination ul li a:hover {
  border-color: #34bdf7;
}

.articles-page .pagination ul li a.active {
  background: #01adf5;
  color: #fff;
}

.articles-page .pagination ul li a.next:after,
.articles-page .pagination ul li a.prev:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6.5px;
  width: 11px;
  height: 11px;
  border: solid #01adf5;
  border-width: 0 2px 2px 0;
  box-sizing: border-box;
  transition: all 0.3s;
}

.articles-page .pagination ul li a.next {
  margin-right: 0;
}

.articles-page .pagination ul li a.next:after {
  right: 13px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.articles-page .pagination ul li a.prev:after {
  left: 13px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (max-width: 1199px) {
  .services-page {
    /* margin:0 20px */
  }
}

@media (max-width: 767px) {
  .services-page {
    margin: 0;
  }
}

.services-page h2.title {
  color: #4c4c4c;
}

.services-page .cost h2.title {
  color: #fff;
}

@media (max-width: 1199px) {
  .services-page h2.title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .services-page h2.title {
    font-size: 23px;
  }
}

.services-page .services_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 62px;
}

.services-page .services_wrap .service_wrap {
  width: 31.8%;
  box-sizing: border-box;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .services-page .services_wrap .service_wrap {
    width: 49%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .services-page .services_wrap .service_wrap {
    width: 100%;
  }
}

.services-page .services_wrap .service_wrap .service_item {
  border: 1px solid #ddd;
  border-bottom: none;
}

.services-page .services_wrap .service_wrap .service_item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 38px 0 25px;
  margin: 0 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
}

.services-page .services_wrap .service_wrap .service_item .head .serv_title {
  text-decoration: none;
  margin: 0 60px 0 20px;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 18px;
  color: #FA4659;
}

@media (min-width: 768px) {
  .services-page .services_wrap .service_wrap .service_item .head .serv_title {
    margin: 0 60px 0 30px;
  }
}

.services-page .services_wrap .service_wrap .service_item .serv_content {
  margin: 0 20px;
  padding-bottom: 40px;
}

.services-page .services_wrap .service_wrap .service_item .serv_content ul {
  margin-left: 20px;
  list-style: none;
}

.services-page .services_wrap .service_wrap .service_item .serv_content ul li {
  color: #45494b;
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
}

.services-page .services_wrap .service_wrap .service_item .serv_content ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -14px;
  width: 7px;
  height: 7px;
  background: #FA4659;
  border-radius: 50%;
}

.services-page .services_wrap .service_wrap .service_item .serv_content ul li a {
  text-decoration: none;
  color: #45494b;
  transition: all 0.3s;
}

.services-page .services_wrap .service_wrap .service_item .serv_content ul li a:hover {
  color: #FA4659;
}

.services-page .services_wrap .service_wrap .link-button {
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 18px;
  height: 72px;
  line-height: 72px;
}

.services-page .services_wrap .service_wrap .link-button:after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  right: -7px;
  margin-top: 0;
}

.services-page .serv-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .services-page .serv-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.services-page .serv-section .serv-desc .title {
  /* font-size: 24px; */
  margin-bottom: 19px;
}

.services-page .serv-section .serv-desc p {
  /* line-height: 1.21;
      font-size: 11px; */
}

/* .services-page .serv-section .serv-desc p:first-of-type {
      font-family: 'Avenir Next Cyr Medium';
      font-weight: 500;
      font-size: 14px;
  } */

@media (min-width: 768px) {
  .services-page .serv-section .serv-desc .title {
    margin-top: 15px;
    margin-bottom: 50px;
    /* font-size: 60px; */
    /* line-height: 1; */
  }

  .services-page .serv-section .serv-desc p {
    /* font-size: 17px; */
    /* line-height: 1.47; */
  }

  .services-page .serv-section .serv-desc p:first-of-type {
    /* font-size: 20px; */
    margin-bottom: 25px;
  }
}

.services-page .serv-section .serv-desc {
  width: 100%;
}

@media (min-width: 992px) {
  .services-page .serv-section .serv-desc {
    width: 68.75%;
    padding-right: 40px;
  }
}

.services-page .serv-section .serv-desc b {
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
}

.services-page .serv-section .serv-desc {
  color: #000;
}

.services-page .serv-section .serv-desc p {
  margin-bottom: 20px;
}

.services-page .serv-section .serv-desc ul {
  list-style: none;
  margin-left: 45px;
  margin-bottom: 20px;
}

.services-page .serv-section .serv-desc ol li,
.services-page .serv-section .serv-desc ul li {
  position: relative;
  /* margin-bottom: 21px; */
}

.services-page .serv-section .serv-desc ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: -18px;
  width: 7px;
  height: 7px;
  background: #FA4659;
  border-radius: 50%;
}

.services-page .serv-section .serv-desc a {
  color: #FA4659;
  margin-bottom: 0;
}

.services-page .serv-section .serv-desc a:hover {
  text-decoration: none;
}

.services-page .serv-section .serv-desc .budget-terms {
  padding-top: 23px;
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  max-width: 713px;
}

@media (min-width: 768px) {
  .services-page .serv-section .serv-desc .budget-terms {
    padding-top: 33px;
  }
}

.services-page .serv-section .serv-desc .budget-terms {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .services-page .serv-section .serv-desc .budget-terms {
    padding: 10px 0;
    /* text-align: center; */
  }
}

.services-page .serv-section .serv-desc .budget-terms span {
  text-transform: uppercase;
  font-size: 13px;
  color: #4c4c4c;
}

@media (min-width: 768px) {
  .services-page .serv-section .serv-desc .budget-terms span {
    font-size: 19px;
  }
}

.services-page .serv-section .serv-desc .budget-terms .budget,
.services-page .serv-section .serv-desc .budget-terms .terms {
  color: #ffc600;
  font-size: 34px;
  margin-top: 11px;
}

@media (max-width: 767px) {

  .services-page .serv-section .serv-desc .budget-terms .budget,
  .services-page .serv-section .serv-desc .budget-terms .terms {
    font-size: 15px;
    margin-top: 5px;
  }

  .services-page .serv-section .serv-desc .budget-terms .budget {
    /* margin-bottom: 15px; */
  }
}

.services-page .serv-section .serv-desc .budget-terms .budget span,
.services-page .serv-section .serv-desc .budget-terms .terms span {
  color: #ffc600;
  font-size: 24px;
}

@media (min-width: 768px) {

  .services-page .serv-section .serv-desc .budget-terms .budget span,
  .services-page .serv-section .serv-desc .budget-terms .terms span {
    font-size: 24px;
  }
}

@media (min-width: 992px) {

  .services-page .serv-section .serv-desc .budget-terms .budget span,
  .services-page .serv-section .serv-desc .budget-terms .terms span {
    font-size: 48px;
  }
}

.services-page .serv-section .serv-bar {
  min-width: 374px;
}

@media (max-width: 767px) {
  .services-page .serv-section .serv-bar {
    min-width: 288px;
  }
}

.services-page .serv-section .serv-bar .serv-list {
  box-sizing: border-box;
  margin-bottom: 2px;
  padding: 15px 24px 0 20px;
  border: 1px solid #ededed;
}

.services-page .serv-section .serv-bar .serv-list .serv-type {
  font-size: 18px;
  margin-bottom: 35px;
}

.services-page .serv-section .serv-bar .serv-list .serv-type:last-child {
  margin-bottom: 10px;
}

.services-page .serv-section .serv-bar .serv-list .serv-type>span {
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 5px;
  font-family: 'Avenir Next Cyr Bold';
  color: #45494b;
}

.services-page .serv-section .serv-bar .serv-list .serv-type>span:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  position: absolute;
  top: 6px;
  right: 2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.services-page .serv-section .serv-bar .serv-list .serv-type>span.active:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.services-page .serv-section .serv-bar .serv-list .serv-type ul {
  list-style: none;
  display: none;
}

.services-page .serv-section .serv-bar .serv-list .serv-type ul li:last-child a {
  border-bottom: none;
}

.services-page .serv-section .serv-bar .serv-list .serv-type ul li a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  padding: 4px 0 4px 18px;
  color: #45494b;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.3s;
}

.services-page .serv-section .serv-bar .serv-list .serv-type ul li a:active,
.services-page .serv-section .serv-bar .serv-list .serv-type ul li a:hover {
  background: #ffc600;
  margin: 0 -24px 0 -20px;
  padding: 4px 24px 4px 38px;
}

.services-page .serv-section .serv-bar .serv-list .serv-type ul li a:active {
  background: #e3b000;
}

.services-page .serv-section .serv-bar .serv-list .serv-type ul li a.active {
  background: #00aff9;
  color: #fff;
  border-bottom: none;
  margin: 0 -24px 0 -20px;
  padding: 4px 24px 4px 38px;
}

.services-page .serv-section .serv-bar .link-button {
  position: relative;
  width: 100%;
  height: 69px;
  line-height: 69px;
  padding-left: 70px;
  text-transform: uppercase;
}

.services-page .serv-section .serv-bar .link-button:before {
  content: '';
  display: block;
  width: 39px;
  height: 39px;
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -19.5px;
  background: url(../images/icon/brif-ico.png) no-repeat;
}

.services-page .serv-section .serv-bar .link-button:after {
  margin-top: -14px;
  right: 20px;
}

.services-page .serv-section .serv-bar .link-button:active:before {
  background: url(../images/icon/brif-ico.png) 0 100% no-repeat;
}

.services-page .portfolio h2.title {
  color: #4c4c4c;
}

@media (min-width: 1200px) {
  .services-page .portfolio h2.title {
    color: #fff;
  }
}

@media (max-width: 1199px) {

  .services-page .portfolio .portfolio-box:first-child,
  .services-page .portfolio .portfolio-box:nth-child(4) {
    width: 100%;
    margin: 0 0 4px;
  }
}

.services-page .project-cost {
  padding: 0px 0 30px;
}

@media (max-width: 1199px) {
  .services-page .project-cost {
    padding: 0px 0 10px;
  }
}

.services-page .project-cost h2.title {
  margin-bottom: 20px;
}

.services-page .project-cost .price-types {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .services-page .project-cost .price-types {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.services-page .project-cost .price-types .price-type {
  position: relative;
  width: 33%;
  box-sizing: border-box;
  margin: 0 10px;
  padding: 34px 15px 120px;
  border: 1px solid #ddd;
  transition: all 0.3s;
  /*min-height: 730px;*/
  min-height: 600px;
}

.services-page .project-cost .price-types.price-types--long .price-type {
  min-height: 820px;
}

.services-page .project-cost .price-types.price-types--medium .price-type {
  min-height: 760px;
}

.services-page .project-cost .price-types.price-types--short .price-type {
  min-height: 740px;
}

.services-page .project-cost .price-types.price-types--short700 .price-type {
  min-height: 700px;
}

@media (min-width: 768px) {
  .services-page .project-cost .price-types .price-type {
    min-height: 500px;
  }

  .services-page .project-cost .price-types.price-types--long .price-type {
    min-height: 650px;
  }

  .services-page .project-cost .price-types.price-types--medium .price-type,
  .services-page .project-cost .price-types.price-types--short .price-type {
    min-height: 600px;
  }

  .services-page .project-cost .price-types.price-types--short700 .price-type {
    min-height: 550px;
  }
}

@media (min-width: 1200px) {
  .services-page .project-cost .price-types.price-types--short700 .price-type {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .services-page .project-cost .price-types .price-type {
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .services-page .project-cost .price-types .price-type {
    width: 100%;

    padding: 34px 15px 50px;
    margin-bottom: 20px;
  }
}

.services-page .project-cost .price-types .price-type:hover {
  border-color: #FA4659;
}

/* .services-page .project-cost .price-types .price-type:nth-child(2) .price-info .price {
      color: #FA4659
  }

  .services-page .project-cost .price-types .price-type:nth-child(3) .price-info .price {
      color: #009ecd
  }

  .services-page .project-cost .price-types .price-type:nth-child(4) .price-info .price {
      color: #0287af;
  } */

.services-page .project-cost .price-types .price-type .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 5px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.services-page .project-cost .price-types .price-type .head span {
  margin-left: 10px;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 17px;
  color: #FA4659;
}

@media (max-width: 767px) {
  .services-page .project-cost .price-types .price-type .head span {
    margin-left: 27px;
    font-size: 16px;
  }
}

.services-page .project-cost .price-types .price-type .head .term {
  display: block;
  margin-left: 0;
  text-transform: none;
  font-family: 'Avenir Next Cyr Regular';
  font-size: 11px;
  color: #8a9094;
}

.services-page .project-cost .price-types .price-type .price-info {
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.services-page .project-cost .price-types .price-type .price-info:after,
.services-page .project-cost .price-types .price-type .price-info:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #f3f3f3;
}

.services-page .project-cost .price-types .price-type .price-info:before {
  bottom: 0;
}

.services-page .project-cost .price-types .price-type .price-info:after {
  bottom: -2px;
}

.services-page .project-cost .price-types .price-type .price-info .from,
.services-page .project-cost .price-types .price-type .price-info .price {
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
}

.services-page .project-cost .price-types .price-type .price-info .from {
  font-size: 20px;
  color: #acacac;
}

@media (max-width: 767px) {
  .services-page .project-cost .price-types .price-type .price-info .from {
    font-size: 20px;
  }
}

.services-page .project-cost .price-types .price-type .price-info .price {
  font-size: 30px;
  color: #FA4659;
  margin-bottom: 15px;
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .services-page .project-cost .price-types .price-type .price-info .price {
    font-size: 40px;
  }
}

.services-page .project-cost .price-types .price-type .price-info .price>span {
  font-size: 30px;
}

@media (max-width: 767px) {
  .services-page .project-cost .price-types .price-type .price-info .price>span {
    font-size: 20px;
  }
}

.services-page .project-cost .price-types .price-type .price-list {
  list-style: none;
  margin-left: 27px;
}

.services-page .project-cost .price-types .price-type .price-list li {
  position: relative;
  margin-bottom: 20px;
  color: #45494b;
}

@media (max-width: 767px) {
  .services-page .project-cost .price-types .price-type .price-list li {
    font-size: 16px;
  }
}

.services-page .project-cost .price-types .price-type .price-list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: -18px;
  width: 7px;
  height: 7px;
  background: #FA4659;
  border-radius: 50%;
}

.services-page .project-cost .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  width: 100%;
}

.services-page .project-cost .slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 2px solid #00aff9;
  border-radius: 50%;
  margin: 0 6px;
  transition: 0.3s;
}

.services-page .project-cost .slick-dots li.slick-active {
  background: #00aff9;
}

.services-page .project-cost .slick-dots li button {
  display: none;
}

.services-page .project-cost .budget .range-bar {
  height: 24px;
  background: #ffc600;
  border-radius: 0;
}

.services-page .project-cost .budget .range-bar .range-quantity {
  background: #00b8f0;
  background: -webkit-gradient(left top, right top, color-stop(0, #00b8f0), color-stop(100%, #3cd2ff));
  background: linear-gradient(90deg, #00b8f0 0, #3cd2ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b8f0", endColorstr="#3cd2ff", GradientType=1);
  border-radius: 0;
}

.services-page .project-cost .budget .range-bar .range-handle {
  cursor: pointer;
  box-sizing: border-box;
  width: 41px;
  height: 41px;
  top: -9px;
  background: #f5f5f5;
  border: 3px solid #fff;
  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;
  z-index: 1;
}

.services-page .project-cost .budget .range-bar .range-handle:after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #FA4659;
}

.services-page .project-cost .budget .range-bar i.limit {
  position: absolute;
  top: 0;
  display: block;
  width: 2px;
  height: 24px;
  background: #b9edfc;
}

.services-page .project-cost .budget .range-bar i.limit span {
  opacity: 0;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 18px;
  color: #fff;
  font-style: normal;
  transition: all 0.5s;
}

.services-page .project-cost .budget .range-bar i.limit.active span {
  opacity: 1;
}

.services-page .project-cost .budget .range-bar i.limit.good {
  left: 33%;
}

.services-page .project-cost .budget .range-bar i.limit.good span {
  margin-left: -80px;
}

.services-page .project-cost .budget .range-bar i.limit.fine {
  left: 66%;
}

.services-page .project-cost .budget .range-bar i.limit.fine span {
  margin-left: -85px;
}

.services-page .project-cost .budget .range-bar i.limit.ideally {
  left: 95%;
  background: transparent;
}

.services-page .project-cost .budget .range-bar i.limit.ideally span {
  margin-left: -95px;
}

.services-page .project-cost .budget-info {
  background: url(../images/budget-bg.jpg) repeat-x;
  padding: 13px 19px 14px 30px;
  border: 1px solid #c8e8f1;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .services-page .project-cost .budget .range-bar i.limit span {
    font-size: 12px;
  }

  .services-page .project-cost .budget-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.services-page .project-cost .budget-info .check-budget {
  opacity: 0;
  transition: all 0.5s;
}

.services-page .project-cost .budget-info .check-budget.show {
  opacity: 1;
}

@media (max-width: 767px) {
  .services-page .project-cost .budget-info .budget-project {
    margin-bottom: 10px;
  }
}

.services-page .project-cost .budget-info .budget-text {
  display: block;
  font-size: 18px;
  color: #575757;
}

.services-page .project-cost .budget-info .budget-price {
  display: inline-block;
  font-family: 'Avenir Next Cyr';
  font-size: 40px;
  font-weight: 900;
  color: #04baf1;
}

@media (max-width: 767px) {
  .services-page .project-cost .budget-info .budget-price {
    font-size: 30px;
  }
}

.services-page .project-cost .budget-info .budget-price .ruble {
  font-size: 30px;
}

@media (max-width: 767px) {
  .services-page .project-cost .budget-info .budget-price .ruble {
    font-size: 20px;
  }
}

.services-page .project-cost .budget-info .link-button {
  text-transform: uppercase;
  padding-left: 21px;
  width: 266px;
  height: 69px;
  line-height: 69px;
  margin: 0;
  cursor: pointer;
  border: 0;
}

.services-page .project-cost .budget-info .link-button:after {
  right: 18px;
  margin-top: -13px;
}

.services-page .project-cost .item-cost {
  text-align: center;
  position: absolute;
  /*bottom: 30px;*/
  bottom: 0;
  /*left: 10%;*/
  left: 0 !important;
  right: 0;
}

@media (max-width: 1199px) {
  .services-page .project-cost .item-cost {
    text-align: center;

    left: 0;
    bottom: 0;
    margin-top: 50px;
  }
}

.services-page .project-cost .item-cost .link-button {
  text-transform: uppercase;
  padding-left: 0px;
  /*width: 266px;*/
  width: 100%;
  height: 69px;
  line-height: 69px;
  margin: 0;
  cursor: pointer;
  border: 0;
  text-align: center;
}

.services-page .project-cost .item-cost .budget-info .link-button:after {
  right: 18px;
  margin-top: -13px;
}

.services-page .project-cost .serv-sale-link {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #FA4659;
  line-height: 1;
  text-decoration: underline;
}

.services-page .project-cost .serv-sale-link:hover {
  text-decoration: none;
}

.services-page .project-cost .note-mark,
.branding_prices_wrap .container .note-mark,
.support_tariff_plans .note-mark,
.site_promotion_prices_wrap .note-mark {
  display: inline-block;
  font-size: 16px;
  color: #949b9f;
}

.branding_prices_wrap .container .note-mark {
  display: block;
  text-align: center;
}

.services-page .project-cost .note-mark a,
.branding_prices_wrap .container .note-mark a,
.support_tariff_plans .note-mark a {
  color: #FA4659;
}

.services-page .codes-5-wrap {
  margin-top: 0px;
  position: relative;
}

.branding_prices .branding_item .content .head span {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .services-page .codes-5-wrap {
    margin-top: 0;
  }
}

.services-page .codes-5-wrap h2.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1199px) {
  .services-page .codes-5-wrap h2.title {
    font-size: 25px;
    text-align: left;
    left: 50%;
    transform: translate(-50%);
  }
}

@media (max-width: 767px) {
  .services-page .codes-5-wrap h2.title {
    position: relative;
  }
}

.services-page .codes-5-wrap h2.title span {
  font-size: 200px;
  line-height: 1;
  border: none;
  margin: -22px 0 0;
}

@media (max-width: 1199px) {
  .services-page .codes-5-wrap h2.title span {
    font-size: 150px;
    margin: -18px 0 0;
  }
}

@media (max-width: 767px) {
  .services-page .codes-5-wrap h2.title span {
    font-size: 116px;
  }
}

.services-page .codes-5-wrap .codes-5 {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .services-page .codes-5-wrap .codes-5 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .services-page .codes-5-wrap .codes-5 {
    margin-bottom: 75px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.services-page .codes-5-wrap .codes-5 .code-item {
  position: relative;
  width: 228px;
  text-align: center;
}

@media (max-width: 1199px) {
  .services-page .codes-5-wrap .codes-5 .code-item {
    width: 138px;
    margin-right: 10px;
  }

  .services-page .codes-5-wrap .codes-5 .code-item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .services-page .codes-5-wrap .codes-5 .code-item {
    width: 228px;
    height: 400px !important;
    margin: -20px 0 0 !important;
  }
}

.services-page .codes-5-wrap .codes-5 .code-item .hover-face {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

.services-page .codes-5-wrap .codes-5 .code-item .face-wrap {
  position: relative;
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.5s linear;
}

.services-page .codes-5-wrap .codes-5 .code-item .face-wrap.active {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.services-page .codes-5-wrap .codes-5 .code-item .face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.services-page .codes-5-wrap .codes-5 .code-item .face.front {
  background: url(../images/facts-img5.png) no-repeat;
  background-size: 100% 200%;
}

.services-page .codes-5-wrap .codes-5 .code-item .face.back {
  background: url(../images/facts-img5.png) 0 100% no-repeat;
  background-size: 100% 200%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.services-page .codes-5-wrap .codes-5 .code-item i {
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .services-page .codes-5-wrap .codes-5 .code-item i {
    padding-top: 140px !important;
  }
}

.services-page .codes-5-wrap .codes-5 .code-item p {
  padding: 0 30px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1199px) {
  .services-page .codes-5-wrap .codes-5 .code-item p {
    padding: 0 10px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .services-page .codes-5-wrap .codes-5 .code-item p {
    font-size: 18px;
    padding: 0 15px;
  }
}

.services-page .codes-5-wrap .codes-5 .code-1 {
  margin-top: 200px;
  height: 426px;
}

.services-page .codes-5-wrap .codes-5 .code-1 i {
  padding-top: 58px;
}

.services-page .codes-5-wrap .codes-5 .code-2 {
  margin-top: 110px;
  height: 526px;
}

.services-page .codes-5-wrap .codes-5 .code-2 .face.front {
  background: url(../images/facts-img2.png) no-repeat;
  background-size: 100% 200%;
}

.services-page .codes-5-wrap .codes-5 .code-2 .face.back {
  background: url(../images/facts-img2.png) 0 100% no-repeat;
  background-size: 100% 200%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.services-page .codes-5-wrap .codes-5 .code-2 i {
  padding-top: 146px;
}

.services-page .codes-5-wrap .codes-5 .code-3 {
  height: 639px;
}

.services-page .codes-5-wrap .codes-5 .code-3 i {
  padding-top: 253px;
}

.services-page .codes-5-wrap .codes-5 .code-4 {
  margin-top: 18px;
  height: 529px;
}

.services-page .codes-5-wrap .codes-5 .code-4 i {
  padding-top: 238px;
  width: 84px;
  margin: 0 auto 20px;
}

.services-page .codes-5-wrap .codes-5 .code-5 {
  margin-top: 36px;
  /*height: 421px*/
  height: 539px;
}

.services-page .codes-5-wrap .codes-5 .code-5 i {
  padding-top: 224px;
}

/*
  .services-page .steps {
      padding: 50px 0 15px;
      background: url(../images/serv-steps.jpg) no-repeat;
      margin-bottom: 60px
  } */
/*
  @media (max-width: 1199px) {
      .services-page .steps {
          padding:0;
          background: none;
          margin-bottom: 0px
      }
  } */

/* .services-page .steps .steps-title {
      margin-top: 10px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start
  } */

/* @media (max-width: 767px) {
      .services-page .steps .steps-title {
          margin-top:0
      }
  }

  .services-page .steps .steps-title h2.title {
      color: #313233;
      margin: 0 80px 0 50px
  }
  @media (max-width: 1199px) {
      .services-page .steps .steps-title h2.title {
          margin: 0 auto;
      }
  }

  .services-page .steps .steps-content {
      margin-top: 0px
  } */
/*
  @media (max-width: 1199px) {
      .services-page .steps .steps-content .step {
          padding:12px;
          margin-bottom: 30px
      }
  }

  .services-page .steps .steps-content .step .num {
      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;
      font-size: 40px;
      width: 64px;
      height: 64px;
      background: #fff;
      border-radius: 50%;
      border: 2px solid #67d1f0;
      margin-left: -26px
  } */

/* @media (max-width: 1199px) {
      .services-page .steps .steps-content .step .num {
          margin-left:0
      }
  }

  .services-page .steps .steps-content .step .num:after {
      left: 69px
  } */

.services-page .tabs-block {
  margin: 25px 0 60px;
  border: 1px solid #c8e8f1;
}

.services-page .tabs-block .tabs-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .services-page .tabs-block .tabs-head {
    display: block;
  }
}

.services-page .tabs-block .tabs-head .tab-head {
  position: relative;
  background: url(../images/budget-bg.jpg);
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  padding: 30px 45px 20px;
  text-align: center;
  border-right: 1px solid #c8e8f1;
  border-bottom: 1px solid #c8e8f1;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  font-size: 20px;
  color: #313233;
  transition: all 0.3s;
}

.services-page .tabs-block .tabs-head .tab-head:last-child {
  border-right: none;
}

@media (max-width: 1199px) {
  .services-page .tabs-block .tabs-head .tab-head {
    padding: 30px 24px 20px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .services-page .tabs-block .tabs-head .tab-head {
    display: block;
    padding: 30px 55px 20px;
  }
}

.services-page .tabs-block .tabs-head .tab-head span {
  color: #00b8ef;
}

.services-page .tabs-block .tabs-head .tab-head.active,
.services-page .tabs-block .tabs-head .tab-head:hover {
  background: #30c4f0;
}

.services-page .tabs-block .tabs-head .tab-head.active:after,
.services-page .tabs-block .tabs-head .tab-head:hover:after {
  content: '';
  display: block;
  width: 21px;
  height: 10px;
  background: url(../images/icon/arrow-down-blue.png) no-repeat;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10.5px;
}

@media (max-width: 767px) {

  .services-page .tabs-block .tabs-head .tab-head.active:after,
  .services-page .tabs-block .tabs-head .tab-head:hover:after {
    content: none;
  }
}

.services-page .tabs-block .tabs-head .tab-head.active span,
.services-page .tabs-block .tabs-head .tab-head:hover span {
  color: #fff;
}

.services-page .tabs-block .tabs-content .tab-content {
  display: none;
}

.services-page .tabs-block .tabs-content .tab-content.active {
  display: block !important;
}

.services-page .tabs-block .tabs-content .tab-content p {
  color: #000;
}

.services-page .tabs-block .tabs-content .tab-content .top-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 28px 40px 20px;
}

@media (max-width: 767px) {
  .services-page .tabs-block .tabs-content .tab-content .top-txt {
    display: block;
    padding: 45px 15px 20px;
  }
}

.services-page .tabs-block .tabs-content .tab-content .top-txt img {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .services-page .tabs-block .tabs-content .tab-content .top-txt img {
    margin: 10px;
  }
}

.services-page .tabs-block .tabs-content .tab-content .middle-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px 50px;
}

@media (max-width: 767px) {
  .services-page .tabs-block .tabs-content .tab-content .middle-txt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px 30px;
  }
}

.services-page .tabs-block .tabs-content .tab-content .middle-txt p {
  margin-bottom: 20px;
}

.services-page .tabs-block .tabs-content .tab-content .middle-txt h3 {
  font-family: 'Avenir Next Cyr';
  font-size: 17px;
  font-weight: 900;
  color: #FA4659;
  margin-bottom: 15px;
}

.services-page .tabs-block .tabs-content .tab-content .middle-txt ul {
  list-style: none !important;
  margin-left: 16px;
  margin-bottom: 40px;
}

.services-page .tabs-block .tabs-content .tab-content .middle-txt ul li {
  position: relative;
  margin-bottom: 21px;
}

.services-page .tabs-block .tabs-content .tab-content .middle-txt ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -14px;
  width: 7px;
  height: 7px;
  background: #FA4659;
  border-radius: 50%;
}

.services-page .tabs-block .tabs-content .tab-content .middle-txt .col {
  width: 50%;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .services-page .tabs-block .tabs-content .tab-content .middle-txt .col {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .services-page .tabs-block .tabs-content .tab-content .middle-txt .col {
    width: 100%;
  }
}

.services-page .tabs-block .tabs-content .tab-content .middle-txt .col a {
  color: #FA4659;
}

.services-page .tabs-block .tabs-content .tab-content .middle-txt .col a:hover {
  text-decoration: none;
}

.services-page .tabs-block .tabs-content .tab-content .bottom-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 20px 15px 30px;
  background: #30c4f0;
}

@media (max-width: 767px) {
  .services-page .tabs-block .tabs-content .tab-content .bottom-txt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.services-page .tabs-block .tabs-content .tab-content .bottom-txt .price {
  line-height: 1;
}

@media (max-width: 767px) {
  .services-page .tabs-block .tabs-content .tab-content .bottom-txt .price {
    margin-bottom: 15px;
    line-height: normal;
  }
}

.services-page .tabs-block .tabs-content .tab-content .bottom-txt .price p {
  color: #fff;
}

@media (max-width: 767px) {
  .services-page .tabs-block .tabs-content .tab-content .bottom-txt .price p {
    font-size: 14px;
  }
}

.services-page .tabs-block .tabs-content .tab-content .bottom-txt .price span {
  font-family: 'Avenir Next Cyr';
  font-size: 50px;
  font-weight: 900;
  color: #fff;
}

@media (max-width: 767px) {
  .services-page .tabs-block .tabs-content .tab-content .bottom-txt .price span {
    font-size: 30px;
  }
}

.services-page .tabs-block .tabs-content .tab-content .bottom-txt .price span .ruble {
  font-size: 30px;
}

@media (max-width: 767px) {
  .services-page .tabs-block .tabs-content .tab-content .bottom-txt .price span .ruble {
    font-size: 20px;
  }
}

.services-page .tabs-block .tabs-content .tab-content .bottom-txt .link-button {
  width: 267px;
  height: 69px;
  line-height: 69px;
  padding-left: 21px;
  box-sizing: border-box;
  cursor: pointer;
  border: 0;
}

.services-page .tabs-block .tabs-content .tab-content .bottom-txt .link-button:hover {
  background: #ffc600;
  color: #313233;
}

.services-page .tabs-block .tabs-content .tab-content .bottom-txt .link-button:hover:after {
  background: url(../images/icon/button-arrow-grey.png) 0 100% no-repeat;
}

@media (max-width: 1199px) {
  .services-page .tabs-block .tabs-content .tab-content .bottom-txt .link-button {
    font-size: 16px;
  }
}

.services-page .tabs-block .tabs-content .tab-content .bottom-txt .link-button:after {
  right: 20px;
  background: url(../images/icon/button-arrow-grey.png) no-repeat;
}

@media (max-width: 1199px) {
  .services-page .tabs-block .tabs-content .tab-content .bottom-txt .link-button:after {
    margin-top: -12px;
  }
}

.services-page .desc-top {
  margin-bottom: 60px;
  color: #000;
}

.services-page .desc-top h2.title,
.services-page .desc-top p {
  margin-bottom: 20px;
}

.services-page .desc-top h3 {
  font-family: 'Avenir Next Cyr';
  font-size: 17px;
  font-weight: 900;
  color: #FA4659;
  margin-bottom: 15px;
}

.services-page .desc-top ul.slick-dots {
  margin: 0;
}

.services-page .desc-top ul.slick-dots li::before {
  display: none;
}

.services-page .desc-top ul {
  list-style: none;
  margin-left: 45px;
  margin-bottom: 20px;
}

.services-page .desc-top .list-block ul {
  margin-left: 23px;
}

.services-page .desc-top ol li>ul {
  margin-top: 10px;
}

.services-page .desc-top ul li {
  position: relative;
  margin-bottom: 10px;
}

.services-page .desc-top ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: -18px;
  width: 7px;
  height: 7px;
  background: #FA4659;
  border-radius: 50%;
}

.services-page .desc-top ul li ul {
  margin-top: 20px;
}

.services-page .desc-top p,
.desc-top p {
  color: #000;
}

.services-page .desc-top a {
  color: #FA4659;
}

.services-page .desc-top a:hover {
  text-decoration: none;
}

.services-page .desc-top strong,
.services-page .desc-top ol>li {
  margin-bottom: 21px;
}

.services-page .desc-top ol>li {
  margin-bottom: 10px;
}

.services-page .desc-top ol {
  counter-reset: item;
  margin-bottom: 15px;
  margin-left: 25px;
}

.services-page .desc-top ol>li {
  display: block;
}

.services-page .desc-top ol>li:before {
  content: counter(item) '. ';
  counter-increment: item;
  color: #FA4659;
  font-weight: bold;
}

.article-page .article-content ol>li>strong {
  display: inline-block;
  margin: 10px 0;
}

.article-page .article-content ol li ul {
  margin-top: 20px;
}

.article-page .article-content strong,
.article-page .article-content ol li {
  margin-bottom: 21px;
  font-size: 17px;
}

.article-page .article-content ol {
  counter-reset: item;
}

.article-page .article-content ol>li {
  display: block;
}

.article-page .article-content ol>li:before {
  content: counter(item) '. ';
  counter-increment: item;
  color: #FA4659;
}

.article-page .article-content ol>li>strong {
  display: inline-block;
  margin: 10px 0;
}

.article-page .article-content ol li ul {
  margin-top: 20px;
}

.services-page .desc-middle {
  margin-bottom: 32px;
}

@media (max-width: 1199px) {
  .services-page .desc-middle {
    margin-bottom: 16px;
  }
}

.services-page .desc-middle h2.title {
  margin-bottom: 20px;
}

.services-page .desc-middle .serv-desc-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-page .desc-middle .serv-desc-middle .serv-desc-item {
  width: 32%;
  box-sizing: border-box;
  margin-bottom: 28px;
  padding: 40px 34px 24px;
  border: 1px solid #d9d9d9;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .services-page .desc-middle .serv-desc-middle .serv-desc-item {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .services-page .tabs-block .tabs-content .tab-content .bottom-txt .link-button {
    width: 207px;
    font-size: 13px;
  }

  .services-page .desc-middle .serv-desc-middle .serv-desc-item {
    width: 100%;
  }
}

.services-page .desc-middle .serv-desc-middle .serv-desc-item:hover {
  border-color: #FA4659;
}

.services-page .desc-middle .serv-desc-middle .serv-desc-item strong,
.services-page .desc-middle .serv-desc-middle .serv-desc-item h3 {
  padding-left: 39px;
  background: url(../images/icon/check-blue-ico.png) no-repeat;
}

.services-page .desc-middle .serv-desc-middle .serv-desc-item strong,
.services-page .desc-middle .serv-desc-middle .serv-desc-item h3 {
  display: inline-block;
  padding-left: 0;
  background: none;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 17px;
  color: #FA4659;
  min-height: 60px;
  margin-bottom: 20px;
  padding-left: 39px;
  background: url(../images/icon/check-blue-ico.png) no-repeat;
}

.about-page .top-info-item span {
  padding-left: 39px;
  background: url(../images/icon/check-blue-ico.png) no-repeat;
}

.services-page .desc-middle .serv-desc-middle .serv-desc-item p {
  color: #000;
}

.services-page .desc-bottom .desc-text h2.title,
.services-page .desc-bottom .desc-text p {
  margin-bottom: 20px;
}

.services-page .desc-bottom .desc-text p {
  font-size: 18px;
  color: #000;
}

.services-page .desc-bottom .support-project {
  background: url(../images/icon/target-ico.png) 0 0 no-repeat;
  text-transform: uppercase;
  margin-top: 95px;
  margin-bottom: 100px;
  padding-left: 186px;
  font-family: 'Avenir Next Cyr';
  font-size: 40px;
  font-weight: 900;
  color: #555;
}

@media (max-width: 1199px) {
  .services-page .desc-bottom .support-project {
    font-size: 28px;
    padding-left: 166px;
  }
}

@media (max-width: 767px) {
  .services-page .desc-bottom .support-project {
    background: none;
    padding-left: 0;
    margin-top: 45px;
    font-size: 25px;
  }
}

.services-page .desc-bottom .support-project span {
  color: #FA4659;
}

.services-page .desc-bottom .articles-block {
  margin: 25px 0;
}

@media (min-width: 992px) {
  .services-page .desc-bottom .articles-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .services-page .desc-bottom .articles-block {
    margin: 25px 0 70px;
  }
}

.services-page .desc-bottom .articles-block .article {
  width: 32%;
  box-sizing: border-box;
  padding: 40px 25px 29px;
  border: 1px solid #ddd;
  transition: all 0.3s;
  min-height: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .services-page .desc-bottom .articles-block .article {
    margin-bottom: 20px;
  }
}

.services-page .desc-bottom .articles-block .article:hover {
  border-color: #FA4659;
}

.services-page .desc-bottom .articles-block .article-text {
  flex-grow: 1;
}

.services-page .desc-bottom .articles-block .article h3 a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 18px;
  color: #FA4659;
  margin-bottom: 20px;
}

.services-page .desc-bottom .articles-block .article p {
  color: #45494b;
}

.services-page .desc-bottom .articles-block .article-link {
  display: block;
  margin-bottom: 15px;
  height: 180px;
}

.services-page .desc-bottom .articles-block .article-link img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.services-page .desc-bottom .articles-block .article .meta {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* position: absolute; */
  /* bottom: 30px; */
  /* left: 25px; */
  /* right: 25px; */
}

.services-page .desc-bottom .articles-block .article .meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-page .desc-bottom .articles-block .article .meta span:before {
  content: '';
  display: block;
  margin-right: 10px;
}

.services-page .desc-bottom .articles-block .article .meta span.like {
  cursor: pointer;
  color: #fc082a;
}

.services-page .desc-bottom .articles-block .article .meta span.like:before {
  background: url(../images/icon/like-ico.png) no-repeat;
  width: 28px;
  height: 26px;
}

.services-page .desc-bottom .articles-block .article .meta span.like.check:before {
  background: url(../images/icon/like-ico.png) 0 100% no-repeat;
}

.services-page .desc-bottom .articles-block .article .meta span.view {
  color: #4297d2;
}

.services-page .desc-bottom .articles-block .article .meta span.view:before {
  background: url(../images/icon/view-ico.png) no-repeat;
  width: 31px;
  height: 15px;
}

.services-page .desc-bottom .services-form {
  margin-bottom: 65px;
}

.services-page .desc-bottom .services-form .form>p {
  margin-bottom: 35px;
}

.services-page .desc-bottom .services-form .form-group label textarea {
  min-height: 315px;
}

@media (max-width: 991px) {
  .services-page .desc-bottom .articles-block .article .meta {
    position: static;
  }
}

@media (max-width: 767px) {
  .services-page .desc-bottom .services-form .form .checkbox-group {
    margin-bottom: 35px;
  }
}

.services-page .articles-block .slick-list {
  margin-left: -20px;
}

.services-page .articles-block .slick-track {
  display: flex;
}

.services-page .articles-block .slick-track .slick-slide {
  height: auto;
  display: flex;
  padding-left: 20px;
}

.services-page .articles-block .slick-track .slick-slide>div {
  display: flex;
}

.services-page .articles-block .slick-track .slick-slide .article {
  display: inline-flex !important;
}

.popup {
  position: relative;
  padding: 0;
  display: none;
  background-color: #fff;
  /*width: 1000px;*/
}

@media (max-width: 1199px) {
  .popup {
    width: 700px;
  }
}

/*@media (max-width: 767px) {
      .popup {
          width:300px
      }
  }*/

.popup .fancybox-close-small,
.popup .close-btn {
  padding: 0;
  font-size: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  display: inline-block;
  border: none;
  width: 20px;
  height: 20px;
  background: url(../images/icon/close-ico-gray.png) no-repeat;
  background-size: 20px;
  transition: all 0.7s;
}

.popup .fancybox-close-small:hover,
.popup .close-btn:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 767px) {

  .popup .fancybox-close-smal,
  .popup .close-btn {
    top: 25px;
    right: 10px;
    width: 25px;
    height: 24px;
    background-size: 25px;
  }
}

.popup .fancybox-close-small:focus,
.popup .close-btn:focus {
  outline: none;
}

.popup .close-btn {
  display: none;
}

.popup h2.title {
  color: #4c4c4c;
}

.popup h3,
.popup .zag-h3 {
  font-family: 'Avenir Next Cyr';
  font-size: 18px;
  font-weight: 900;
  color: #FA4659;
  margin-bottom: 60px;
  padding-top: 30px;
}

.popup form label {
  position: relative;
  cursor: pointer;
  display: block;
  margin-bottom: 46px;
}

.popup form label.error {
  margin-bottom: 0px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .popup form label {
    margin-bottom: 20px;
  }
}

.popup form label i,
.popup form label span {
  position: relative;
  display: block;
  font-size: 20px;
  color: #4c4c4c;
  margin-bottom: 5px;
}

@media (max-width: 767px) {

  .popup form label i,
  .popup form label span {
    font-size: 16px;
  }
}

.popup form label i {
  color: #b0b0b0;
}

.popup form label input[type='checkbox'] {
  /*display: none*/
  position: absolute;
  left: -9999px;
}

.popup form label input[type='checkbox']:checked+.checkbox,
.popup form label input[type='checkbox']:checked+.error+.checkbox {
  border: 2px solid #00aff9;
}

.popup form label input[type='checkbox']:checked+.checkbox:after,
.popup form label input[type='checkbox']:checked+.error+.checkbox:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 16px;
  background: url(../images/icon/check-ico_blue.png) 50% no-repeat;
}

.popup form label input[type='checkbox']:checked+.checkbox+span,
.popup form label input[type='checkbox']:checked+.error+.checkbox+span {
  color: #00aff9;
}

.popup form label .checkbox {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: 2px solid #ccc;
}

@media (max-width: 767px) {
  .popup form label .checkbox {
    margin-right: 5px;
  }
}

.popup form label .checkbox+span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .popup form label .checkbox+span {
    font-size: 13px;
  }
}

.popup form label input[type='date'],
.popup form label input[type='email'],
.popup form label input[type='tel'],
.popup form label input[type='text'],
.popup form label textarea {
  width: 100%;
  box-sizing: border-box;
  height: 56px;
  padding: 10px;
  border: 1px solid #cecece;
  border-radius: 0;
  font-size: 18px;
  color: #404040;
}

@media (max-width: 767px) {

  .popup form label input[type='date'],
  .popup form label input[type='email'],
  .popup form label input[type='tel'],
  .popup form label input[type='text'],
  .popup form label textarea {
    height: 40px;
    font-size: 16px;
  }
}

.popup form label input[type='date']:focus,
.popup form label input[type='date']:hover,
.popup form label input[type='email']:focus,
.popup form label input[type='email']:hover,
.popup form label input[type='tel']:focus,
.popup form label input[type='tel']:hover,
.popup form label input[type='text']:focus,
.popup form label input[type='text']:hover,
.popup form label textarea:focus,
.popup form label textarea:hover {
  outline: none;
  border-color: #00aff9;
}

.popup form label input[type='date']:active,
.popup form label input[type='email']:active,
.popup form label input[type='tel']:active,
.popup form label input[type='text']:active,
.popup form label textarea:active {
  outline: none;
  border-color: #9b9b9b;
}

.popup form label textarea {
  min-height: 185px;
  resize: none;
}

.popup form label input[type='date'] {
  text-transform: uppercase;
  color: #4c4c4c;
  font-family: 'Avenir Next Cyr Regular';
}

.popup form label.slogan-ex input {
  width: 70%;
  margin-right: 53px;
}

@media (max-width: 1199px) {
  .popup form label.slogan-ex input {
    width: 65%;
    margin-right: 13px;
  }
}

@media (max-width: 767px) {
  .popup form label.slogan-ex input {
    width: 100%;
    margin-right: 0;
  }
}

.popup form label.slogan-ex .img-box {
  display: inline-block;
  position: absolute;
  top: 20px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .popup form label.slogan-ex .img-box {
    display: block;
    position: static;
    text-align: center;
  }
}

.popup form .head {
  position: relative;
  background: #00aff9;
  box-sizing: border-box;
  padding: 50px 95px 42px 50px;
  border-bottom: 1px solid #60cdfb;
}

@media (max-width: 767px) {
  .popup form .head {
    padding: 25px 35px 22px 10px;
  }
}

.popup form .head span {
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 767px) {
  .popup form .head span {
    font-size: 18px;
  }
}

.popup form .head .close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  display: inline-block;
  border: none;
  /*width: 35px;*/
  /*height: 35px;*/
  background: url(../images/icon/close-ico-white.png) no-repeat;
  background-size: 20px;
  transition: all 0.7s;
}

.popup form .head .close-btn:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .popup form .head .close-btn {
    top: 25px;
    right: 10px;
    /*width: 25px;*/
    /*height: 24px;*/
    /*background-size: 25px*/
  }
}

.popup form .head .close-btn:focus {
  outline: none;
}

.popup form .file-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .popup form .file-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .popup form .file-group p {
    margin-top: 10px;
  }

  .popup form .file-group .delete-file-form {
    margin-left: 10px;
  }
}

.devare-file-form {
  display: inline-block;
  font-size: 11px;
  color: #000;
  margin: 0 0 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
  vertical-align: middle;
  line-height: 1;
}

.devare-file-form:hover {
  opacity: 0.8;
}

.devare-file-form::before {
  content: '\2716';
}

.popup form .file-group input[type='file'] {
  display: none;
}

.popup form .file-group .file-btn {
  width: 199px;
  height: 56px;
  cursor: pointer;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 18px;
  color: #fff;
  background: #00aff9;
  border: none;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .popup form .file-group .file-btn {
    width: 280px;
  }
}

.popup form .file-group .file-btn:focus {
  outline: none;
}

.popup form .link-button {
  display: block;
  cursor: pointer;
  width: 184px;
  border: none;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 18px;
  border-radius: 0;
  margin: 0 auto;
}

.popup form .link-button:after {
  right: 29px;
  background-size: 13px !important;
}

.content ul {
  list-style: none;
  margin: 3px 0 20px 23px;
}

.content ul li {
  position: relative;
  margin-bottom: 3px;
}

.content ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 9.5px;
  left: -21px;
  width: 7px;
  height: 7px;
  background: #FA4659;
  border-radius: 50%;
}

.popup form .content {
  background: #fff;
  padding: 0 50px 83px;
}

@media (max-width: 767px) {
  .popup form .content {
    padding: 0 10px 43px;
  }
}

.popup form .content.logotype {
  padding: 0 50px 63px;
}

@media (max-width: 767px) {
  .popup form .content.logotype {
    padding: 0 10px 43px;
  }
}

@media (max-width: 767px) {
  .popup form .content h2.title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .popup form .content h3 {
    font-size: 16px;
  }
}

.popup form .content .intro-text {
  padding: 40px 0 30px;
  font-size: 18px;
  color: #000;
}

.popup:not(.callback) form .content .intro-text {
  padding-top: 0;
}

@media (max-width: 767px) {
  .popup form .content .intro-text {
    padding: 20px 0;
    font-size: 14px;
  }
}

.popup form .content .contact-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup form .content .contact-fields>label {
  width: 47%;
}

@media (max-width: 1199px) {
  .popup form .content .contact-fields label {
    width: 100%;
  }
}

.popup form .content .contact-fields label:nth-child(odd) {
  margin-right: 50px;
}

@media (max-width: 1199px) {
  .popup form .content .contact-fields label:nth-child(odd) {
    margin-right: 0;
  }
}

.popup form .content .infosite-fields {
  padding-bottom: 25px;
}

.popup form .content .infosite-fields h2.title {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .popup form .content .infosite-fields h2.title {
    margin-bottom: 10px;
  }
}

.popup form .content .details-fields h2.title {
  margin-bottom: 15px;
}

.popup form .content .details-fields h3 {
  margin-bottom: 20px;
}

.popup form .content .details-fields label h3 {
  margin-top: 45px;
  margin-bottom: 5px;
}

.popup form .content .details-fields .checkbox-group {
  margin-bottom: 35px;
}

.popup form .content .details-fields .checkbox-group label {
  margin-bottom: 15px;
}

.popup form .content .details-fields .checkbox-group.logotype {
  margin-bottom: 100px;
}

.popup form .content .details-fields .checkbox-group.logotype label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}

@media (max-width: 1199px) {
  .popup form .content .details-fields .checkbox-group.logotype label {
    font-size: 18px;
  }
}

.popup form .content .details-fields .checkbox-group.logotype label .img-box {
  text-align: center;
  width: 15%;
}

@media (max-width: 1199px) {
  .popup form .content .details-fields .checkbox-group.logotype label .img-box {
    width: 23%;
  }
}

@media (max-width: 767px) {
  .popup form .content .details-fields .checkbox-group.logotype label .img-box {
    width: auto;
  }
}

@media (max-width: 767px) {
  .popup form .content .details-fields .checkbox-group.logotype label .img-box img {
    width: 80%;
  }
}

@media (max-width: 1199px) {
  .popup form .content .details-fields .checkbox-group.logotype label .checkbox {
    margin-right: 5px;
  }
}

@media (max-width: 1199px) {
  .popup form .content .details-fields .checkbox-group.logotype label span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .popup form .content .details-fields .checkbox-group.logotype label span {
    display: block;
    font-size: 13px;
  }
}

.popup form .content .details-fields .checkbox-group.font {
  margin-bottom: 40px;
}

.popup form .content .details-fields .checkbox-group.font label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 28px 0;
  border-bottom: 1px solid #ececec;
}

@media (max-width: 1199px) {
  .popup form .content .details-fields .checkbox-group.font label .checkbox {
    margin-right: 5px;
  }
}

@media (max-width: 1199px) {
  .popup form .content .details-fields .checkbox-group.font label span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .popup form .content .details-fields .checkbox-group.font label span {
    display: block;
    font-size: 13px;
  }
}

.popup form .content .details-fields .checkbox-group.font label .img-box {
  text-align: right;
}

@media (max-width: 1199px) {
  .popup form .content .details-fields .checkbox-group.font label .img-box img {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .popup form .content .details-fields .checkbox-group.font label .img-box img {
    width: 80%;
  }
}

.popup.callback .content {
  padding: 0 50px 80px;
}

@media (max-width: 767px) {
  .popup.callback .content {
    padding: 0 10px 30px;
  }
}

.popup.callback .content .intro-text {
  padding: 30px 0 5px;
  padding: 30px 0;
  text-align: center;
}

.popup.callback .content .required {
  display: inline-block;
  color: #4c4c4c;
  font-size: 20px;
}

.popup.callback .content .required-mark {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .popup.callback .content .required-mark {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

.popup.callback .content .call-time-title {
  font-size: 18px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .popup.callback .content .call-time-title {
    font-size: 14px;
  }
}

.popup.callback .content .call-time-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

.call-time-box .privat-agree a {
  color: #FA4659;
}

@media (max-width: 1199px) {
  .popup.callback .content .call-time-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .popup.callback .content .call-time-box {
    margin-bottom: 40px;
  }
}

.popup.callback .content .call-time-box .call-time {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .popup.callback .content .call-time-box .call-time {
    width: 100%;
    /*margin-bottom: 30px;*/
    margin-bottom: 15px;
  }
}

.popup.callback .content .call-time-box .call-time .from,
.popup.callback .content .call-time-box .call-time .to {
  text-align: center;
  width: 202px;
  height: 57px;
  line-height: 57px;
  box-sizing: border-box;
  border: 1px solid #cecece;
}

.popup.callback .content .call-time-box .call-time .from span,
.popup.callback .content .call-time-box .call-time .to span {
  font-size: 18px;
}

@media (max-width: 767px) {

  .popup.callback .content .call-time-box .call-time .from span,
  .popup.callback .content .call-time-box .call-time .to span {
    font-size: 14px;
  }
}

.popup.callback .content .call-time-box .call-time .from input,
.popup.callback .content .call-time-box .call-time .to input {
  width: 120px;
  margin-left: 5px;
  border: none;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 26px;
  color: #00aff9;
}

@media (max-width: 767px) {

  .popup.callback .content .call-time-box .call-time .from input,
  .popup.callback .content .call-time-box .call-time .to input {
    font-size: 20px;
  }
}

@media (max-width: 430px) {

  .popup.callback .content .call-time-box .call-time .from input,
  .popup.callback .content .call-time-box .call-time .to input {
    font-size: 14px;
  }

  .popup.callback .content .call-time-box .call-time .from input,
  .popup.callback .content .call-time-box .call-time .to input {
    width: 70px;
  }
}

.popup.callback .content .call-time-box .call-time .from input:active,
.popup.callback .content .call-time-box .call-time .from input:focus,
.popup.callback .content .call-time-box .call-time .to input:active,
.popup.callback .content .call-time-box .call-time .to input:focus {
  outline: none;
}

.popup.callback .content .call-time-box .call-time .from {
  margin-right: 23px;
}

.popup.callback .content .call-time-box .private-agree-box {
  width: 47%;
  text-align: center;
}

@media (max-width: 1199px) {
  .popup.callback .content .call-time-box .private-agree-box {
    /*padding-top: 40px;*/
    width: 100%;
  }
}

.popup.callback .content .private-agree-box label {
  margin-bottom: 0;
}

.popup.callback .content .private-agree-box .checkbox {
  vertical-align: top;
}

.popup.callback .content .private-agree-box .private-agree a {
  text-decoration: none;
}

.popup.callback .content .private-agree-box .private-agree span {
  border-bottom: 1px solid #4c4c4c;
  /*color: #00aff9;*/
}

@media (max-width: 767px) {
  .popup.callback .content .private-agree-box .private-agree span {
    font-size: 14px;
  }
}

.popup.callback .content .link-button {
  width: auto;
  padding: 0 52px 0 28px;
}

@media (max-width: 767px) {
  .popup.callback .content .link-button {
    font-size: 16px;
    padding: 0 40px 0 20px;
  }
}

@media (max-width: 767px) {
  .popup.callback .content .link-button:after {
    right: 20px;
  }
}

.popup-error,
.popup-success {
  text-align: center;
  padding: 405px 0 105px;
  box-sizing: border-box;
  border-top: 1px solid #e6ebed;
  border-bottom: 1px solid #e6ebed;
  background-position: 50% 16.6%;
  background-repeat: no-repeat;

  display: none;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
}

.popup-success__inner {
  position: relative;
  padding: 100px 15px 80px;
}

.popup-success__inner:before,
.popup-success__inner:after {
  content: '';
  position: absolute;
  top: -24px;
  left: -24px;
  right: -24px;
  bottom: -24px;
  background-repeat: no-repeat;
  z-index: 0;
}

.popup-success__inner:before {
  background-image: url(../images/popup-top-bg.png);
  background-position: 0 0;
}

.popup-success__inner:after {
  background-image: url(../images/popup-bottom-bg.png);
  background-position: 100% 100%;
}

.popup-success__content {
  position: relative;
  text-align: center;
  z-index: 10;
}

@media (max-width: 767px) {

  .popup-error,
  .popup-success {
    padding: 205px 0 35px;
    background-position: 50% 10.6%;
    background-size: 130px;
  }

  .popup-error h2.title,
  .popup-success h2.title {
    font-size: 25px;
  }

  .popup-error h3,
  .popup-success h3 {
    margin-bottom: 30px;
  }

  .popup-success__inner {
    position: relative;
    padding: 15px 0;
  }

  .popup-success__header {
    font-size: 25px !important;
  }

  .popup-success__text {
    font-size: 14px !important;
  }
}

.popup-error h2.title,
.popup-success h2.title {
  margin-bottom: 20px;
}

.popup-error .link-button.blue,
.popup-success .link-button.blue {
  width: 245px;
  padding: 0 30px;
}

.popup-error .link-button.blue:after,
.popup-success .link-button.blue:after {
  right: 30px;
}

.popup-success {
  background-image: url(../images/icon/success-check.png);
}

.popup-error {
  background-image: url(../images/icon/error-check.png);
}

.blue-text {
  color: #00aff9;
}

.popup-success__header {
  margin-bottom: 25px;
}

.popup-success__text {
  font-size: 18px;
  line-height: 2;
  font-family: 'Avenir Next Cyr', sans-serif;
  margin-bottom: 30px;
}

.popup-success__button {
  background-color: #ffc600;
  color: #ffffff;
  width: auto;
  padding: 0 20px;
  text-align: center;
  min-width: 120px;
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.popup-success__button:after {
  display: none;
}

.popup-success__button:hover {
  background-color: #e0ac02;
}

@media (max-width: 1199px) {
  .bonuses-page {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .bonuses-page {
    margin: 0;
  }

  .popup-success__button {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    min-width: 100px;
  }
}

.bonuses-page .title {
  margin-bottom: 24px;
}

.bonuses-page .bonuses {
  padding-bottom: 21px;
}

@media (max-width: 767px) {
  .bonuses-page .bonuses {
    padding-bottom: 10px;
  }
}

.bonuses-page .bonuses .bonus-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 39px;
  border: 1px solid #ddd;
  transition: border 0.3s;
}

.bonuses-page .bonuses .bonus-item:hover {
  border: 1px solid #00aff9;
}

@media (max-width: 991px) {
  .bonuses-page .bonuses .bonus-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.bonuses-page .bonuses .bonus-item .content,
.bonuses-page .bonuses .bonus-item .image {
  box-sizing: border-box;
  width: 50%;
}

@media (max-width: 991px) {

  .bonuses-page .bonuses .bonus-item .content,
  .bonuses-page .bonuses .bonus-item .image {
    width: 100%;
  }
}

.bonuses-page .bonuses .bonus-item .image {
  border-right: 2px solid #ddd;
}

.bonuses-page .bonuses .bonus-item:nth-child(2n) .image {
  order: 2;
}

.bonuses-page .bonuses .bonus-item:nth-child(2n) .content {
  order: 1;
}

@media (max-width: 991px) {
  .bonuses-page .bonuses .bonus-item .image {
    border-right: none;
    border-bottom: 2px solid #ddd;
  }

  .bonuses-page .bonuses .bonus-item:nth-child(2n) .image {
    order: 1;
  }

  .bonuses-page .bonuses .bonus-item:nth-child(2n) .content {
    order: 2;
  }
}

.bonuses-page .bonuses .bonus-item .image img {
  display: block;
  width: 100%;
}

.bonuses-page .bonuses .bonus-item .content {
  padding: 39px;
}

.bonuses-page .bonuses .bonus-item .content h3 {
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  font-size: 25px;
  color: #FA4659;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .bonuses-page .bonuses .bonus-item .content h3 {
    font-size: 20px;
  }
}

.bonuses-page .bonuses .bonus-item .content p {
  color: #010101;
  margin-bottom: 20px;
}

.bonuses-page .bonuses .bonus-item .content .link-button.blue {
  width: 184px;
  padding-left: 32px;
}

.bonuses-page .bonuses .bonus-item .content .link-button.blue:after {
  right: 29px;
}

@media (max-width: 1199px) {
  .bonus-page {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .bonus-page {
    margin: 0;
  }
}

.bonus-page .title {
  margin-bottom: 24px;
}

.bonus-page .bonus {
  margin-bottom: 60px;
}

.bonus-page .bonus .thumbnail {
  border: 1px solid #ddd;
  margin-bottom: 36px;
}

.bonus-page .bonus .thumbnail img {
  display: block;
  width: 100%;
}

.bonus-page .bonus .content {
  padding-bottom: 30px;
}

.bonus-page .bonus .content b {
  font-family: 'Avenir Next Cyr Bold';
}

.bonus-page .bonus .content hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #e3e3e3;
}

.bonus-page .bonus .content p {
  font-size: 18px;
  color: #010101;
  margin: 10px 0;
}

.bonus-page .bonus .content a {
  color: #00aff9;
}

.bonus-page .bonus .content a:hover {
  text-decoration: none;
}

.bonus-page .bonus .bonus-nav {
  text-align: center;
}

.bonus-page .bonus .bonus-next,
.bonus-page .bonus .bonus-prev {
  text-align: center;
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 576px) {

  .bonus-page .bonus .bonus-next,
  .bonus-page .bonus .bonus-prev {
    margin-left: 0;
  }
}

.bonus-page .bonus .bonus-next .link-button.blue {
  width: 200px;
  padding-left: 32px;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 576px) {
  .bonus-page .bonus .bonus-next .link-button.blue {
    width: 137px;
    padding-left: 15px;
    font-size: 14px;
  }
}

.bonus-page .bonus .bonus-next .link-button.blue:after {
  right: 29px;
}

@media (max-width: 576px) {
  .bonus-page .bonus .bonus-next .link-button.blue:after {
    right: 15px;
  }
}

.bonus-page .bonus .bonus-prev .link-button.blue:after {
  right: auto;
  left: 29px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 576px) {
  .bonus-page .bonus .bonus-prev .link-button.blue:after {
    left: 10px;
  }
}

.bonus-page .bonus .bonus-prev .link-button.blue {
  width: 212px;
  text-align: right;
  padding-right: 32px;
  font-size: 16px;
}

@media (max-width: 576px) {
  .bonus-page .bonus .bonus-prev .link-button.blue {
    font-size: 14px;
    width: 148px;
  }
}

@media (max-width: 453px) {
  .bonus-page .bonus .bonus-prev .link-button.blue {
    margin-bottom: 10px;
  }
}

.link-button.blue:active:after {
  background-size: 100%;
}

@media (max-width: 1199px) {
  .alphabet-page {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .alphabet-page {
    margin: 0;
  }
}

.alphabet-page .alphabet {
  margin-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.alphabet-page .alphabet .alphabet-item {
  width: 22%;
  margin: 0 30px 30px 0;
}

@media (max-width: 1199px) {
  .alphabet-page .alphabet .alphabet-item {
    width: 29%;
    margin: 0 15px 30px;
  }
}

@media (max-width: 767px) {
  .alphabet-page .alphabet .alphabet-item {
    width: 100%;
  }
}

.alphabet-page .alphabet .alphabet-item .letter {
  font-size: 35px;
  font-weight: 700;
  color: #4c4c4c;
  margin-bottom: 15px;
}

.alphabet-page .alphabet .alphabet-item ul {
  list-style: none;
}

.alphabet-page .alphabet .alphabet-item ul li {
  margin-bottom: 10px;
}

.alphabet-page .alphabet .alphabet-item ul li a {
  color: #FA4659;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}

body {
  font-family: 'Avenir Next Cyr Regular';
  padding-top: 128px;
  /* overflow: hidden; */
}

@media (max-width: 1199px) {
  body {
    padding-top: 90px;
  }
}

/* @-moz-document url-prefix() {
      body {
          font-family: Calibri;
      }
  } */

.container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.menu-width {
  max-width: 1500px;
}

@media (max-width: 1199px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .container {
    /*max-width:320px;*/
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }

  body {
    padding-top: 60px;
  }
}

.arrow {
  border: solid #313233;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.firm_elements_wrap {
  padding: 0;
  margin-bottom: 60px;
}

.firm_elements_wrap h2.title {
  text-align: center;
  margin-bottom: 45px;
}

.firm_elements_wrap .firm_elements {
  display: flex;
  margin-bottom: 32px;
}

.firm_elements_wrap .firm_elements .firm_elements_col {
  width: 25%;
}

.firm_elements_wrap .firm_elements .firm_elements_col label {
  display: block;
  cursor: pointer;
  margin: 0 0 28px 31px;
}

.firm_elements_wrap .firm_elements .firm_elements_col label input[type='checkbox'] {
  display: none;
}

.firm_elements_wrap .firm_elements .firm_elements_col label .checkbox {
  position: relative;
  color: #313233;
  transition: all 0.3s;
}

.firm_elements_wrap .firm_elements .firm_elements_col label .checkbox:before {
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -31px;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  transition: all 0.3s;
}

.firm_elements_wrap .firm_elements .firm_elements_col label .checkbox:after {
  content: none;
  display: block;
  position: absolute;
  top: 3px;
  left: -28px;
  width: 14px;
  height: 14px;
  background: #FA4659;
  transition: all 0.3s;
}

.firm_elements_wrap .firm_elements .firm_elements_col label input[type='checkbox']:checked+.checkbox {
  color: #FA4659;
}

.firm_elements_wrap .firm_elements .firm_elements_col label input[type='checkbox']:checked+.checkbox:before {
  border-color: #FA4659;
}

.firm_elements_wrap .firm_elements .firm_elements_col label input[type='checkbox']:checked+.checkbox:after {
  content: '';
}

.firm_elements_wrap .firm_elements .firm_elements_col .firm_elements_all {
  font-family: 'Avenir Next Cyr Demi';
}

.firm_elements_wrap .total_cost {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.firm_elements_wrap .total_cost .price_wrap {
  text-align: center;
  margin-bottom: 35px;
}

.firm_elements_wrap .total_cost .price_wrap span {
  display: inline-block;
  margin-bottom: 5px;
  color: #313233;
}

.firm_elements_wrap .total_cost .price_wrap .price,
.firm_elements_wrap .total_cost .price_wrap .price span {
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  font-size: 40px;
  color: #FA4659;
}

.firm_elements_wrap .total_cost .price_wrap .price span {
  font-size: 30px;
}

.firm_elements_wrap .total_cost .link-button {
  padding-left: 89px;
  cursor: pointer;
  border: none;
  width: 288px;
  height: 72px;
}

.firm_elements_wrap .total_cost .link-button:after {
  right: 83px;
}

@media (max-width: 1199px) {
  .firm_elements_wrap {
    padding: 0px 15px 0px;
  }

  .firm_elements_wrap .firm_elements {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .firm_elements_wrap .firm_elements .firm_elements_col {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .firm_elements_wrap .firm_elements .firm_elements_col {
    width: 100%;
  }
}

.site_promotion_prices_wrap {
  padding: 0;
  margin-bottom: 60px;
}

.site_promotion_prices_wrap h2.title {
  text-align: center;
  margin-bottom: 45px;
}

.site_promotion_prices_wrap .site_promotion_prices {
  display: flex;
  margin-bottom: 20px;
}

.site_promotion_prices_wrap .site_promotion_prices .tariff-item {
  position: relative;
  width: 288px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 16px;
  color: #45494b;
  border: 1px solid #ddd;
}

.site_promotion_prices_wrap .site_promotion_prices .tariff-item:nth-child(4n) {
  margin-right: 0;
}

.site_promotion_prices_wrap .site_promotion_prices .tariff-item .content {
  /*border: 1px solid #ddd;*/
  border-bottom: none;
  padding: 0 20px 102px;
  transition: all 0.3s;
}

/*.site_promotion_prices_wrap .site_promotion_prices .tariff-item:hover .content {
      border-color: #FA4659;
  }*/
.site_promotion_prices_wrap .site_promotion_prices .tariff-item:hover {
  border-color: #FA4659;
}

.site_promotion_prices_wrap .site_promotion_prices .tariff-item .content ul {
  text-align: left;
  list-style: none;
}

.site_promotion_prices_wrap .site_promotion_prices .tariff-item .content ul li {
  position: relative;
  margin: 0 0 10px 14px;
}

.site_promotion_prices_wrap .site_promotion_prices .tariff-item .content ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -14px;
  background: #FA4659;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.site_promotion_prices_wrap .site_promotion_prices .tariff-item .content .head {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 44px;
  padding: 20px 0 25px;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Bold';
  color: #FA4659;
}

.site_promotion_prices_wrap .site_promotion_prices .tariff-item .content .desc,
.site_promotion_prices_wrap .site_promotion_prices .tariff-item .content .reputation {
  padding-bottom: 20px;
}

.site_promotion_prices_wrap .site_promotion_prices .tariff-item .content .desc .title {
  line-height: 1.2;
  margin-bottom: 15px;
  padding: 16px 45px 21px;
  border-bottom: 1px solid #ddd;
}

.site_promotion_prices_wrap .site_promotion_prices .tariff-item .content .desc .title strong {
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Demi';
}

.site_promotion_prices_wrap .site_promotion_prices .tariff-item .content .audit {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.site_promotion_prices_wrap .site_promotion_prices .tariff-item .content .audit .title,
.site_promotion_prices_wrap .site_promotion_prices .tariff-item .content .reputation .title {
  padding-top: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 16px;
  color: #585c5e;
}

.site_promotion_prices_wrap .site_promotion_prices .tariff-item .content .price_wrap {
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 24px;
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
}

.site_promotion_prices_wrap .site_promotion_prices .tariff-item .content .price_wrap span {
  font-size: 20px;
  color: #acacac;
}

.site_promotion_prices_wrap .site_promotion_prices .tariff-item .content .price_wrap .price {
  font-size: 30px;
  color: #FA4659;
  display: inline;
}

.site_promotion_prices_wrap .site_promotion_prices .tariff-item .content .price_wrap .price span {
  color: #FA4659;
}

.site_promotion_prices_wrap .site_promotion_prices .tariff-item .link-button {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0;
  cursor: pointer;
  width: 100.7%;
  border: 0;
  border: 1px solid #FA4659;
  text-transform: uppercase;
  text-align: center;
  padding-left: 0;
}

.site_promotion_prices_wrap .site_promotion_prices .tariff-item .link-button:after {
  right: 33px;
}

.site_promotion_prices_wrap .note_text {
  font-size: 18px;
}

@media (max-width: 1199px) {
  .site_promotion_prices_wrap {
    padding: 0px 15px 0px;
  }

  .site_promotion_prices_wrap .site_promotion_prices {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 40px;
  }

  .site_promotion_prices_wrap .site_promotion_prices .tariff-item,
  .site_promotion_prices_wrap .site_promotion_prices .tariff-item:nth-child(4n) {
    width: 45%;
    margin: 0 15px 40px;
  }
}

@media (max-width: 767px) {

  .site_promotion_prices_wrap .site_promotion_prices .tariff-item,
  .site_promotion_prices_wrap .site_promotion_prices .tariff-item:nth-child(4n) {
    width: 288px;
    margin: 0;
  }

  .site_promotion_prices .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    width: 100%;
    margin-top: 30px;
  }

  .site_promotion_prices .slick-dots li {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 2px solid #00aff9;
    border-radius: 50%;
    margin: 0 6px;
    transition: 0.3s;
  }

  .site_promotion_prices .slick-dots li.slick-active {
    background: #00aff9;
  }

  .site_promotion_prices .slick-dots li button {
    display: none;
  }
}

.branding_prices_wrap {
  padding: 0;
  margin-bottom: 60px;
}

.branding_prices_wrap h2.title {
  text-align: center;
  margin-bottom: 45px;
}

.branding_prices_wrap .branding_prices {
  display: flex;
  margin-bottom: 40px;
}

.branding_prices_wrap .branding_prices .branding_item {
  position: relative;
  width: 288px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 16px;
  color: #45494b;
  border: 1px solid #ddd;
}

.branding_prices_wrap .branding_prices .branding_item a {
  color: #fff;
}

.branding_prices_wrap .branding_prices .branding_item:nth-child(4n) {
  margin-right: 0;
}

.branding_prices_wrap .branding_prices .branding_item .content {
  /*border: 1px solid #ddd;*/
  border-bottom: none;
  padding: 0 15px 97px;
  transition: all 0.3s;
}

/*.branding_prices_wrap .branding_prices .branding_item:hover .content {
      border-color: #FA4659;
  }*/
.branding_prices_wrap .branding_prices .branding_item:hover {
  border-color: #FA4659;
}

.branding_prices_wrap .branding_prices .branding_item .content .head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Bold';
  color: #FA4659;
}

.branding_prices_wrap .branding_prices .branding_item .content .desc {
  text-align: left;
  padding: 35px 0 50px;
  border-bottom: 1px solid #ddd;
}

.branding_prices_wrap .branding_prices .branding_item .content .term,
.branding_prices_wrap .branding_prices .branding_item .content .count {
  padding: 16px 32px 18px;
  border-bottom: 1px solid #ddd;
}

.branding_prices_wrap .branding_prices .branding_item .content .count {
  padding: 16px 10px 18px;
}

.branding_prices_wrap .branding_prices .branding_item .content .price_wrap {
  text-align: left;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  margin-bottom: 28px;
}

.branding_prices_wrap .branding_prices .branding_item .content .price_wrap span {
  font-size: 30px;
  color: #acacac;
}

.branding_prices_wrap .branding_prices .branding_item .content .price_wrap .price {
  font-size: 30px;
  color: #FA4659;
  text-align: center;
}

.branding_prices_wrap .branding_prices .branding_item.individual .content .price_wrap .price {
  text-align: center;
  padding-top: 37px;
}

.branding_prices_wrap .branding_prices .branding_item .content .price_wrap .price span {
  color: #FA4659;
}

.branding_prices_wrap .branding_prices .branding_item .content .example_link {
  text-decoration: underline;
  display: inline-block;
  color: #313233;
  transition: all 0.3s;
}

.branding_prices_wrap .branding_prices .branding_item .content .example_link:hover {
  color: #FA4659;
  border-color: #FA4659;
}

.branding_prices_wrap .branding_prices .branding_item .link-button {
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  width: 100%;
  cursor: pointer;
  border: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #FA4659;
  padding-left: 0;
  text-align: center;
}

.branding_prices_wrap .branding_prices .branding_item .link-button:after {
  right: 33px;
}

.branding_prices_wrap .note_text p {
  font-size: 18px;
  margin-bottom: 20px;
}

.branding_prices_wrap .note_text a {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #FA4659;
  color: #FA4659;
  transition: all 0.3s;
}

.branding_prices_wrap .note_text a:hover {
  border-color: transparent;
}

@media (max-width: 1199px) {
  .branding_prices_wrap {
    padding: 0px 15px 0px;
  }

  .branding_prices_wrap .branding_prices {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 40px;
  }

  .branding_prices_wrap .branding_prices .branding_item,
  .branding_prices_wrap .branding_prices .branding_item:nth-child(4n) {
    width: 45%;
    margin: 0 15px 40px;
  }
}

@media (max-width: 767px) {

  .branding_prices_wrap .branding_prices .branding_item,
  .branding_prices_wrap .branding_prices .branding_item:nth-child(4n) {
    width: 288px;
    margin: 0;
  }

  .branding_prices .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    width: 100%;
    margin-top: 30px;
  }

  .branding_prices .slick-dots li {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 2px solid #00aff9;
    border-radius: 50%;
    margin: 0 6px;
    transition: 0.3s;
  }

  .branding_prices .slick-dots li.slick-active {
    background: #00aff9;
  }

  .branding_prices .slick-dots li button {
    display: none;
  }
}

.support_tariff_plans_wrap {
  /*padding: 170px 0 180px;*/
  padding: 10px 0 70px;
  margin-bottom: 60px;
}

.support_tariff_plans_wrap h2.title {
  text-align: center;
  margin-bottom: 40px;
}

.support_tariff_plans_wrap .support_tariff_plans .support_tariff_plans_table {
  width: 100%;
  margin-bottom: 5px;
}

.support_tariff_plans_wrap .support_tariff_plans .support_tariff_plans_table th {
  padding: 20px 0;
  background: #00aff9;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 16px;
  color: #fff;
}

.support_tariff_plans_wrap .support_tariff_plans .support_tariff_plans_table td {
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.support_tariff_plans_wrap .support_tariff_plans .support_tariff_plans_table th:nth-child(1),
.support_tariff_plans_wrap .support_tariff_plans .support_tariff_plans_table tr td:nth-child(1) {
  text-align: left;
  padding-left: 35px;
}

.support_tariff_plans_wrap .support_tariff_plans .support_tariff_plans_table tr td:nth-child(4) {
  width: 12%;
}

.support_tariff_plans_wrap .support_tariff_plans .support_tariff_plans_table tr td:nth-child(5) {
  width: 20%;
  text-align: right;
  padding-right: 17px;
}

.support_tariff_plans_wrap .support_tariff_plans .support_tariff_plans_table .link-button {
  width: 201px;
  height: 60px;
  line-height: 60px;
  padding-left: 48px;
  cursor: pointer;
  border: 0;
}

.support_tariff_plans_wrap .support_tariff_plans .support_tariff_plans_table .link-button:after,
.support_tariff_plans_wrap .support_tariff_plans .support_tariff_plans_table .link-button:active:after {
  right: 49px;
  margin-top: -7px;
  width: 9px;
  height: 15px;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.support_tariff_plans_wrap .support_tariff_plans .tarriff_name {
  position: relative;
}

.support_tariff_plans_wrap .support_tariff_plans .tarriff_name .tooltip {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  width: 28px;
  height: 28px;
  background: url(../images/icon/quest-ico.png) no-repeat;
}

.support_tariff_plans_table .tooltip_text {
  display: none;
  position: absolute;
  z-index: 3;
  top: 35px;
  width: 240px;
  background: #fff;
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 12px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
}

.support_tariff_plans .note_text {
  margin-bottom: 20px;
}

.support_tariff_plans .desc h4 {
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Bold';
  margin-bottom: 10px;
}

.support_tariff_plans .desc ul {
  list-style: none;
  margin-bottom: 20px;
  margin: 20px 0 20px 45px;
}

.support_tariff_plans .desc ul li {
  position: relative;
}

.support_tariff_plans .desc ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: -14px;
  background: #FA4659;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .support_tariff_plans_wrap {
    padding: 0px 15px 40px;
  }

  .support_tariff_plans_wrap .support_tariff_plans .support_tariff_plans_table {
    font-size: 16px;
  }

  .support_tariff_plans_wrap .support_tariff_plans .support_tariff_plans_table th {
    font-size: 14px;
  }

  .support_tariff_plans_wrap .support_tariff_plans .support_tariff_plans_table tr td:nth-child(4) {
    width: 14%;
  }

  .support_tariff_plans_wrap .support_tariff_plans .support_tariff_plans_table th:nth-child(1),
  .support_tariff_plans_wrap .support_tariff_plans .support_tariff_plans_table tr td:nth-child(1) {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .support_tariff_plans_wrap .support_tariff_plans .support_tariff_plans_table {
    display: block;
    -ms-overflow-x: scroll;
    overflow-x: scroll;
  }

  .support_tariff_plans_wrap .support_tariff_plans .support_tariff_plans_table th {
    min-width: 140px;
    padding: 20px 10px;
  }

  .support_tariff_plans_wrap .support_tariff_plans .support_tariff_plans_table th:nth-child(1) {
    min-width: 220px;
  }

  .form .form-control .form-group .file-group p {
    width: 100%;
    font-size: 12px;
    margin-bottom: 15px;
  }
}

.work_process_wrap {
  padding: 0px 0 185px;
}

.work_process_wrap h2.title {
  display: inline-block;
  margin-bottom: 37px;
}

@media (max-width: 1199px) {
  .work_process_wrap h2.title {
    text-align: left;
  }
}

.work_process_wrap h2.title span {
  font-size: 50px;
  border-bottom: none;
}

.work_process_wrap .work_process {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.work_process_wrap .work_process .work_process_item {
  perspective: 1000px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.334%;
  color: #fff;
}

.work_process_wrap .work_process .work_process_item:hover .flipper,
.work_process_wrap .work_process .work_process_item.hover .flipper {
  transform: rotateY(180deg);
}

.work_process_wrap .work_process .work_process_item .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  min-height: 540px;
}

.work_process_wrap .work_process .work_process_item .front,
.work_process_wrap .work_process .work_process_item .back {
  min-height: 540px;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.work_process_wrap .work_process .work_process_item .front {
  background: #FA4659;
  z-index: 2;
}

.work_process_wrap .work_process .work_process_item .front:before,
.work_process_wrap .work_process .work_process_item .front:after {
  content: '';
  position: absolute;
  top: -74px;
  display: block;
  width: 100%;
  height: 75px;
  background: url(../images/wok_porcess_arrow_top.png) no-repeat;
}

.work_process_wrap .work_process .work_process_item .front:after {
  top: auto;
  bottom: -74px;
  transform: rotate(180deg);
}

.work_process_wrap .work_process .work_process_item .back {
  z-index: 3;
  background: #313233;
  transform: rotateY(180deg);
}

.work_process_wrap .work_process .work_process_item .back:before,
.work_process_wrap .work_process .work_process_item .back:after {
  content: '';
  position: absolute;
  top: -74px;
  display: block;
  width: 100%;
  height: 75px;
  background: url(../images/wok_porcess_arrow_top_black.png) no-repeat;
}

.work_process_wrap .work_process .work_process_item .back:after {
  top: auto;
  bottom: -74px;
  transform: rotate(180deg);
}

@media (max-width: 1199px) {

  .work_process_wrap .work_process .work_process_item .front:before,
  .work_process_wrap .work_process .work_process_item .front:after,
  .work_process_wrap .work_process .work_process_item .back:before,
  .work_process_wrap .work_process .work_process_item .back:after {
    top: -110px;
    height: 111px;
    background-size: cover;
  }

  .work_process_wrap .work_process .work_process_item .front:after,
  .work_process_wrap .work_process .work_process_item .back:after {
    top: auto;
    bottom: -110px;
  }
}

@media (max-width: 767px) {

  .work_process_wrap .work_process .work_process_item .front:before,
  .work_process_wrap .work_process .work_process_item .front:after,
  .work_process_wrap .work_process .work_process_item .back:before,
  .work_process_wrap .work_process .work_process_item .back:after {
    top: -74px;
    height: 75px;
    background-size: cover;
  }

  .work_process_wrap .work_process .work_process_item .front:after,
  .work_process_wrap .work_process .work_process_item .back:after {
    top: auto;
    bottom: -74px;
    height: 75px;
  }
}

.work_process_wrap .work_process .work_process_item .num {
  font-family: 'Avenir Next Cyr Bold';
  font-size: 55px;
}

.work_process_wrap .work_process .work_process_item .title {
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Bold';
  font-size: 18px;
}

.work_process_wrap .work_process .work_process_item .ico {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 215px;
}

.work_process_wrap .work_process .work_process_item .desc {
  padding: 0 25px 25px;
}

.work_process_wrap .work_process .work_process_item .desc p {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}

.work_process_wrap .work_process .work_process_item:nth-child(1) {
  margin-top: 145px;
}

.work_process_wrap .work_process .work_process_item:nth-child(3) {
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .work_process_wrap {
    padding: 75px 15px 15px;
  }

  .work_process_wrap .work_process {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .work_process_wrap .work_process .work_process_item {
    width: 37.285%;
    margin: 0 15px 210px;
  }
}

@media (max-width: 767px) {
  .work_process_wrap {
    padding: 0px 15px 40px;
  }

  .work_process_wrap h2.title {
    display: block;
    text-align: center;
  }

  .work_process_wrap .work_process .work_process_item:nth-child(1),
  .work_process_wrap .work_process .work_process_item:nth-child(3),
  .work_process_wrap .work_process .work_process_item {
    width: 280px;
    margin: 75px auto;
  }

  .work_process_wrap .work_process .work_process_item:nth-child(2) {
    margin: 75px auto 240px;
  }
}

.s-map,
.c-free-page {
  padding: 0 15px 60px;
}

.c-free-page .c-text ul {
  list-style: none;
  margin: 3px 0 0px 45px;
}

.c-free-page .c-text ul li {
  position: relative;
  margin-bottom: 3px;
}

.c-free-page .c-text ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: -21px;
  width: 7px;
  height: 7px;
  background: #FA4659;
  border-radius: 50%;
}

.s-map a {
  display: inline-block;
  color: #00aff9;
  margin-bottom: 5px;
}

.s-map .s-map-col>a {
  display: block;
}

.s-map a:hover {
  text-decoration: none;
}

.s-map ul {
  list-style: none;
  margin-left: 23px;
}

.link-banner {
  text-align: center;
  margin: 0 auto;
}

.link-banner img {
  max-width: 1200px;
  width: 100%;
}

@media (max-width: 767px) {
  .link-banner {
    display: none;
  }
}

.banner-slider .link-button:hover {
  background: #ffc600;
  color: #313233;
}

.banner-slider .link-button:hover:after {
  background-position: 0 100%;
}

.static-img {
  outline: none !important;
  display: block;
  text-align: center;
}

.static-img img {
  display: inline-block;
}

.services-page h2.white-text {
  color: #fff;
}

.partners-content .link-button.blue {
  width: 271px;
  display: flex;
  margin: 0 auto 75px;
}

.s-map-wrap {
  display: flex;
}

@media (max-width: 1199px) {
  .s-map-wrap {
    flex-wrap: wrap;
  }
}

.s-map {
  width: 33.33%;
  list-style: none;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .s-map {
    width: 100%;
  }
}

.s-map-col-maw {
  max-width: 300px;
}

.s-map .s-map-col {
  margin-bottom: 40px;
}

.contacts .ymaps-2-1-73-image {
  background-repeat: no-repeat !important;
  background-size: 32px !important;
}

form .error {
  color: red;
}

form input.error {
  border-color: red !important;
}

.banner-slide .link-button.video {
  /*text-indent: 30px;*/
  background: #ffc600;
  /*color: #313233;*/
  color: #fff;
}

.banner-slide .link-button.video:hover {
  background: #fff;
  background: #e0ac00;
}

.banner-slide .link-button.video:active {
  outline: none;
}

.banner-slide[data-index='1'] .link-button.video:hover {
  color: #00aff9;
  color: #fff;
}

.banner-slide[data-index='2'] .link-button.video:hover {
  color: #fff;
}

.banner-slide[data-index='3'] .link-button.video:hover {
  color: #fff;
}

.banner-slide[data-index='4'] .link-button.video:hover {
  color: #fff;
}

.banner-slide .link-button.video:after {
  /*background-position-y: 100%;
      right: 35px;*/
  display: none;
}

@media (max-width: 1366px) {
  .banner-slide .link-button.video:after {
    right: 50px;
  }
}

.banner-slide .link-button.video:hover:after {
  background-position-y: 0;
}

footer .fab.fa-instagram {
  font-size: 25px;
  color: #888989;
}

footer .fab.fa-instagram:hover {
  color: #ffc600;
}

form label input.error,
.form .form-group label input.error {
  background-image: url(../images/icon/error_icon.png);
  background-position: 96% 50%;
  background-repeat: no-repeat;
}

form label input.valid1,
.form .form-group label input.valid1 {
  background-image: url(../images/icon/valid_icon.png);
  background-position: 96% 50%;
  background-repeat: no-repeat;
}

form label textarea.valid1,
.form .form-group label textarea.valid1 {
  background-image: url(../images/icon/valid_icon.png);
  background-position: 96% 50%;
  background-repeat: no-repeat;
}

section.cost .order #nc_moderate_form+p {
  text-align: center;
}

.counters {
  position: absolute;
  left: -5000px;
  bottom: 100px;
}

.form .form-control .form-group label input[name='f_surname'],
.form .form-control .form-group label input[name='f_fax'],
.popup form label input[name='f_surname'],
.popup form label input[name='f_fax'],
footer .footer-info .subscribe .subscr-form input[name='f_surname'],
footer .footer-info .subscribe .subscr-form input[name='f_fax'] {
  position: absolute;
  z-index: -1;
  width: 250px;
}

.order input[name='f_surname'],
.order input[name='f_fax'] {
  position: absolute;
  z-index: -1;
  width: 250px;
}

div.serv-buttons {
  margin-top: 20px;
}

div.serv-buttons::after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  div.serv-buttons {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  div.serv-buttons {
    text-align: left;
  }
}

div.serv-buttons a.button-order {
  width: 100%;
  font-family: 'Avenir Next Cyr';
  padding: 5px 13px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  box-sizing: border-box;
  color: #fff !important;
  text-transform: uppercase;
  min-height: 52px;
  line-height: 1;
  text-decoration: none;
  position: relative;
  display: inline-block;
  /* float: left; */
}

@media (min-width: 768px) {
  div.serv-buttons a.button-order {
    width: auto;
    min-height: 79px;
    line-height: 1.2px;
    font-size: 17px;
    min-width: 317px;
    padding: 0 13px;
  }
}

div.serv-buttons a.zakaz-site {
  background-color: #00aff9;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

div.serv-buttons a.zakaz-site::before {
  content: '';
  width: 25px;
  height: 28px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  background: url('../images/icon/pointer.svg') 0 0 no-repeat;
  background-size: contain;
  transition: 0.3s;
  transform: scale(1);
}

@media (min-width: 768px) {
  div.serv-buttons a.zakaz-site::before {
    width: 41px;
    height: 45px;
    margin-right: 16px;
  }
}

div.serv-buttons a.zakaz-site:hover {
  background: #0093d1;
}

div.serv-buttons a.zakaz-site:hover::before {
  background-image: url('../images/icon/pointer-hover.svg');
  transform: scale(0.9);
}

div.serv-buttons a.consul {
  background-color: #ffc600;
  margin-bottom: 10px;
}

div.serv-buttons a.consul:hover {
  background-color: #e0ac00;
}

@media (max-width: 767px) {
  div.serv-buttons {
    margin-bottom: 25px;
    text-align: center;
  }

  div.serv-buttons a.button-order {
    float: none;
    margin: 0;
  }
}

@media (max-width: 576px) {
  div.serv-buttons a.button-order {
    margin: 0;
  }
}

@media (min-width: 768px) {
  div.serv-buttons a.consul {
    margin-bottom: 0;
  }
}

.serv-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 317px;
  margin-left: auto;
  margin-right: auto;
}

.serv-prsents,
.serv-brif {
  font-family: 'Avenir Next Cyr';
  font-weight: 800;
  font-size: 12px;
  display: inline-flex;
  align-items: flex-start;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 25px;
  max-width: 130px;
  position: relative;
}

.serv-prsents::before,
.serv-brif::before {
  content: '';
  width: 15px;
  height: 19px;
  flex: none;
  margin-top: -4px;
  margin-right: 10px;
  background: 0 0 no-repeat;
  background-size: contain;
  transform: scaleX(1);
  transition: 0.3s;
}

@media (min-width: 768px) {

  .serv-prsents:hover::before,
  .serv-brif:hover::before {
    transform: scaleX(-1);
  }

  .serv-prsents::after,
  .serv-brif::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 1px;
    border-bottom: 2px solid;
    left: 43px;
    width: 0;
    transition: 0.4s;
  }

  .serv-prsents:hover::after,
  .serv-brif:hover::after {
    width: calc(100% - 43px);
  }
}

@media (min-width: 992px) {
  .serv-links {
    width: auto;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 22px;
    padding-top: 10px;
  }

  .serv-prsents,
  .serv-brif {
    font-size: 17px;
    align-items: center;
    max-width: none;
  }

  .serv-prsents::before,
  .serv-brif::before {
    width: 24px;
    height: 30px;
    margin-top: 0;
    margin-right: 18px;
  }
}

.serv-prsents {
  color: #ffc600;
}

/* .serv-prsents:hover {
      color: #CDAB35;
  } */

.serv-prsents::before {
  background-image: url('../images/icon/pdf.svg');
}

.serv-prsents:hover::before {
  /* background-image: url('../images/icon/pdf-hover.svg'); */
}

.serv-brif {
  color: #00b2fa;
}

.serv-brif:hover {
  color: #2b98c5;
}

.serv-brif::before {
  background-image: url('../images/icon/list.svg');
}

.serv-brif:hover::before {
  background-image: url('../images/icon/list-hover.svg');
}

.subs-interes {
  margin-bottom: 65px;
}

.subs-interes ul {
  list-style: none;
  margin-left: 20px;
  margin-top: 20px;
}

.subs-interes ul li {
  position: relative;
  font-size: 18px;
  margin-bottom: 7px;
}

.subs-interes ul li:last-child {
  margin-bottom: 0px;
}

.subs-interes ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -18px;
  width: 7px;
  height: 7px;
  background: #FA4659;
  border-radius: 50%;
}

.subs-interes ul li a {
  color: #949b9f;
  text-decoration: none;
}

@media (max-width: 767px) {
  .order-page .order-content .step-2 {
    margin-bottom: 25px;
    padding-right: 0px;
  }

  /*form.order div.fields-group label input[name=f_phone]{display:none}*/
  form.order div.fields-group label.form-comment,
  form.order div.fields-group label.form-phone,
  form.order div.checkbox-group label.form-subs,
  form.order p.form-text {
    display: none;
  }
}

.order-page .order-content .desc {
  margin-bottom: 40px;
}

.check-services.order-services-page {
  margin-bottom: 20px;
}

.services-other {
  margin-right: 12%;
}

.services-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

.form .service-checkbox-group label .checkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
}

.form .service-checkbox-group label {
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.form .service-checkbox-group label .service-label,
.form .service-checkbox-group label .private-agree {
  display: inline-block;
  padding: 2px 15px 0 42px;
}

.form .service-checkbox-group label input[type='checkbox']:checked+.checkbox {
  background: #FA4659;
  outline: 2px solid #fff;
  outline-offset: -4px;
  border: 2px solid #FA4659;
}

.form-control .form-group.form-group__comment {
  display: block;
  max-width: 100%;
  width: 100%;
}

.form .form-control .form-group:first-child {
  padding-left: 0;
}

.form .form-control .form-group .file-group .file-btn {
  cursor: pointer;
  font-family: 'Avenir Next Cyr Regular';
  font-size: 18px;
  color: #FA4659;
  background: transparent;
  border: none;
  text-decoration: underline;
  display: block !important;
  position: relative;
}

.form .form-control .form-group.form-file-group .file-group:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  background: url('../images/icon/attachm.svg') no-repeat;
  width: 40px;
  height: 50px;
  background-size: contain;
}

.form .form-control .form-group .file-group p {
  border: none;
  display: block;
}

.from .form-control .form-group__file {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.form .form-control .form-group .file-group {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  margin-bottom: 40px;
}

.form .form-control .form-group .file-group .file-btn {
  height: auto;
}

.form .form-control .form-group .file-group p {
  width: auto;
  height: auto;
  font-size: 14px;
  color: #4c4c4c;
  padding-left: 23px;
  line-height: 22px;
  margin-bottom: 0;
}

.form .form-control .form-group.form-file-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0;
  align-items: center;
  flex-wrap: wrap;
}

.form .form-control .form-group.form-file-group:after {
  content: '';
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  bottom: 90px;
  background: #FA4659;
  display: block;
  left: 36%;
  display: none;
}

@media (max-width: 991px) {
  .form .form-control .form-group.form-file-group:after {
    display: block;
  }
}

.form .form-control .form-agree {
  line-height: 26px;
  font-size: 14px;
  color: #4c4c4c;
  /*max-width: 3;*/
  margin-top: 20px;
}

.form .form-control .form-agree span a {
  text-decoration: underline;
  color: #FA4659;
}

.form .form-control .form-group.form-file-group .link-button {
  margin: inherit;
  height: 70px;
}

.service-develop__title,
.service-design__title,
.service-other__title {
  pointer-events: all;
}

.order-page .order-content h3 {
  margin-bottom: 30px;
}

.delete-file-form {
  border: none !important;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .order-services-page .order-services-content .order-services-item .order-services-list {
    display: none;
  }
}

.services-develop,
.services-design,
.services-other .order-services-section {
  position: relative;
  cursor: pointer;
}

.services-develop .order-services-section:after,
.services-design .order-services-section:after,
.services-other .order-services-section:after {
  content: '';
  background: url('../images/icon/arrow-up.png') no-repeat;
  width: 34px;
  height: 29px;
  top: 1px;
  right: -50px;
  position: absolute;
  background-size: contain;
  transform: rotate(-180deg);
}

.services-develop .order-services-section.active:after,
.services-design .order-services-section.active:after,
.services-other .order-services-section.active:after {
  transform: rotate(0);
}

.order-services-section {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .form .form-control .form-group:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }

  .form .form-control .form-group:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .form .form-control .form-group.form-file-group:after {
    left: 36%;
  }

  .form .form-control .form-group .file-group p {
    width: 235px;
    height: auto;
    font-size: 14px;
    color: #4c4c4c;
    padding-left: 23px;
    line-height: 20px;
    margin-bottom: 0;
    min-width: auto;
  }

  .services-develop .order-services-section:after,
  .services-design .order-services-section:after,
  .services-other .order-services-section:after {
    top: 8px;
  }
}

@media (max-width: 991px) {
  .form .form-control .form-group .file-group p {
    width: auto;
  }

  .form .form-control .form-group.form-file-group {
    align-items: flex-start;
  }

  .form .form-control .form-group.form-file-group .link-button {
    order: 3;
    margin: 0 auto;
  }

  .form .form-control .form-agree {
    order: 1;
    margin-top: 0;
  }
}

@media (max-width: 965px) {
  .services-other {
    margin-right: 0;
  }
}

@media (max-width: 939px) {
  .form .form-control .form-agree {
    /*max-width: 350px!important;*/
    max-width: 335px !important;
  }
}

@media (min-width: 1010px) {
  .form .form-control .form-group .file-group {
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .form .form-control .form-group .file-group {
    padding-right: 43px;
  }

  .form .form-control .form-group.form-file-group:after {
    bottom: 0;
    left: 38%;
  }
}

@media (min-width: 1200px) {
  .form .form-control .form-group .file-group {
    padding-right: 0px;
  }
}

@media (max-width: 1020px) {
  .form .form-control .form-group.form-file-group:after {
    left: 50%;
    max-width: 450px !important;
  }

  .form .form-control .form-group.form-file-group:after {
    /*display: none;*/
  }

  .form .form-control .form-agree {
    max-width: 380px;
  }
}

@media (max-width: 828px) {
  .order-page .order-content h2.title {
    font-size: 27px;
  }

  .form .form-control .form-group.form-file-group:after {
    max-width: 350px !important;
  }
}

@media (max-width: 767px) {
  .services-title {
    display: block;
  }

  .order-page .order-content .services-title h2.title {
    font-size: 25px;
  }

  .order-page .order-content h2.title {
    font-size: 30px;
    margin-bottom: 0;
  }

  .form .form-control .form-group.form-file-group .file-group .file-btn {
    width: 180px;
    text-align: left;
  }

  .order-page .form .form-control .form-group.form-file-group .file-group .file-btn {
    width: 220px;
    text-align: left;
    padding: 0;
  }

  .order-page .form .form-control .form-group.form-file-group .file-group p {
    min-width: auto;
    text-align: left;
    margin-top: 0;
  }

  .form .form-control .form-group.form-file-group .file-group {
    margin-left: 35px;
  }

  .form .form-control .form-group:nth-child(2) {
    padding-left: 0;
  }

  .form .form-control .form-group.form-file-group {
    display: block;
    padding-left: 15px;
    margin: 0 auto;
  }

  .form .form-control .form-group .file-group p {
    line-height: 20px;
    width: 100%;
    margin-top: 7px;
    text-align: left;
    padding-left: 0;
  }

  .form .form-control .form-group.form-file-group .file-group {
    margin-bottom: 90px;
  }

  .form .form-control .form-group.form-file-group:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #FA4659;
    display: block;
    /*top: 33%;*/
    top: 41%;
    left: 0;
  }

  .form .form-control .form-agree {
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /*margin-bottom: 30px;
          margin-top: 70px;*/
    margin-top: 15px;
  }

  .order-services-page {
    margin-top: 30px;
  }

  .services-develop {
    margin-bottom: 20px;
  }

  .services-develop__title {
    position: relative;
    display: block;
  }

  .services-design {
    margin-bottom: 20px;
  }

  .order-page .form .form-control .form-group {
    margin-bottom: 0;
  }

  .services-develop .order-services-section:after,
  .services-design .order-services-section:after,
  .services-other .order-services-section:after {
    top: 3px;
    height: 25px;
    right: -40px;
  }

  .service-checkbox-group {
    margin-top: 15px;
  }
}

@media (max-width: 430px) {
  .form .form-control .form-group .file-group p {
    width: 100%;
  }
}

.form .form-group.form-file-group .link-button {
  width: 230px;
  padding-left: 60px;
}

.form .form-group.form-file-group .link-button:after {
  right: 45px;
}

.form .form-group.form-file-group .file-btn:hover {
  text-decoration: none;
}

.form .form-group.form-file-group .form-agree span a:hover {
  text-decoration: none;
  cursor: pointer;
}

.block-marks {
  text-align: center;
}

.block-marks span.note-mark {
  margin-bottom: 10px;
}

.price-types .price-type .small-button-cost {
  left: 2%;
}

.contacts-item .email {
  text-decoration: none;
  color: #ffc600;
}

.contacts-page .callback {
  position: relative;
  top: 75px;
}

@media (min-width: 768px) {
  .contacts-page .callback {
    top: 0px;
  }
}

.order .checkbox-group {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.privat-agree a {
  color: #fff;
}

.banner-content.container {
  position: relative;
  z-index: 10;
  max-height: 415px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .banner-content.container {
    max-height: 470px;
  }
}

@media (max-width: 991px) and (orientation: portrait) {
  .banner-content.container {
    max-height: 353px;
  }
}

@media (max-width: 991px) and (orientation: landscape) {
  .banner-content.container {
    max-height: 100%;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .banner-content.container {
    max-height: 100%;
    top: 0;
    transform: translateY(0);
  }
}

.banner-content.container .banner-links {
  /* visibility: hidden; */
}

.banner-content.container .link-button {
  font-size: 18px;
  height: 70px;
  line-height: 70px;
}

.banner-content.container .link-button:hover {
  background-color: #ffd800;
}

@media (max-width: 767px) {
  .banner-content.container .link-button {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 240px;
  }
}

.banner-slide {
  position: relative;
}

.banner-slide:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: rgba(0,0,0, .45); */
}

/******иконка Гамбургер*****/
.cmn-toggle-switch {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  /* width: 108px; */
  width: 55px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.cmn-toggle-switch:focus {
  outline: none;
}

.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 20px;
  left: 8px;
  right: 8px;
  height: 3px;
  background: #fff;
}

.header-top--fix--mobile .cmn-toggle-switch span {
  background: #0658ff;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: '';
}

.header-top--fix--mobile .cmn-toggle-switch span::before,
.header-top--fix--mobile .cmn-toggle-switch span::after {
  background: #0658ff;
}

.cmn-toggle-switch span::before {
  top: -12px;
}

.cmn-toggle-switch span::after {
  bottom: -12px;
}

/**
   * Style 2
   */
.cmn-toggle-switch__htx {
  /*background-color: #ff3264;*/
  background-color: transparent;
}

.cmn-toggle-switch__htx span {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

/* active state*/
.cmn-toggle-switch__htx.active {
  /*background-color: #cb0032;*/
  background-color: transparent;
}

.cmn-toggle-switch__htx.active span {
  background: none;
}

.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  -o-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}

button.cmn-toggle-switch {
  display: block;
}

@media (min-width: 1200px) {
  button.cmn-toggle-switch {
    display: none;
  }
}

/******конец иконки Гамбургер******/

.contacts-page .form .form-control .form-group label textarea {
  min-width: 200px;
}

@media (min-width: 768px) {

  footer .footer-info .social,
  footer .footer-info .subscribe {
    width: 56%;
  }

  .order-breadcrumb {
    padding-left: 15px;
  }

  .contacts-page .form-agree {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {

  footer .footer-info .social,
  footer .footer-info .subscribe {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .contacts-page .form-agree {
    margin-left: 0;
    margin-right: auto;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-left: 2px solid #FA4659;
  }

  .order-breadcrumb {
    padding-left: 0px;
  }
}

.fa-icon.fas {
  position: absolute;
  top: 74px;
  right: 30px;
  font-size: 12px;
}

/*кнопка ПЕРЕЙТИ на баннере*/
.banner-links .link-button:first-child {
  color: #00aff9;
  color: #fff;
  position: relative;
  background-color: #00aff9;
  transform: translateZ(0);
}

.banner-links .link-button:first-child:hover {
  background-color: #0093d1;
  color: #fff;
}

.banner-links .link-button:first-child:active {
  color: #8addff;
  background-color: #00597e;
  border-color: #00597e;
  outline: none;
}

/*.banner-links .link-button:first-child:after,
  .banner-links .link-button:first-child:hover{
      color: #313233;
  }*/
.banner-links .link-button:first-child:after {
  width: 15px;
  height: 15px;
  right: 30px;
  top: 52%;
  content: '';
  border: 2px solid #00aff9;
  border: 2px solid #fff;
  border-top: 0px;
  border-left: 0px;
  background-image: none;
  -webkit-transform: translate(-50%) rotate(-45deg);
  -ms-transform: translate(-50%) rotate(-45deg);
  transform: translate(-50%) rotate(-45deg);
}

.banner-links .link-button:first-child:hover:after {
  border: 2px solid #fff;
  border-top: 0px;
  border-left: 0px;
}

.banner-links .link-button:first-child:active:after {
  border: 2px solid #8addff;
  border-top: 0px;
  border-left: 0px;
}

@media (max-width: 767px) {
  .banner-links .link-button:first-child:after {
    width: 13px;
    height: 13px;
    right: 13px;
    top: 56%;
  }
}

.noscroll {
  position: relative;
  overflow: hidden;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 10;
}

.overlayShow {
  display: block;
}

.contacts-info.main-address .email {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

.contacts-info.main-address .email {
  width: fit-content;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

.contacts-info.main-address .email:hover {
  border-bottom: 1px solid #ffc600;
}

.politicText {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 14px;
}

.politicTitle-4 {
  font-size: 18px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .politicText {
    font-size: 16px;
  }
}

/*PRELOADER*/
#preloader {
  display: none;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /*bottom: 0;*/
  z-index: 999999999;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
}

.sk-circle-bounce {
  width: 4em;
  height: 4em;
  position: relative;
  margin: auto;
}

.sk-circle-bounce .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-bounce .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 10%;
  height: 10%;
  background-color: #337ab7;
  border-radius: 100%;
  -webkit-animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
  animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
}

.sk-circle-bounce .sk-circle-2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle-bounce .sk-circle-3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle-bounce .sk-circle-4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle-bounce .sk-circle-5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle-bounce .sk-circle-6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle-bounce .sk-circle-7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle-bounce .sk-circle-8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle-bounce .sk-circle-9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle-bounce .sk-circle-10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle-bounce .sk-circle-11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle-bounce .sk-circle-12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle-bounce .sk-circle-2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle-bounce .sk-circle-3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle-bounce .sk-circle-4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle-bounce .sk-circle-5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle-bounce .sk-circle-6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle-bounce .sk-circle-7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle-bounce .sk-circle-8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle-bounce .sk-circle-9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle-bounce .sk-circle-10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle-bounce .sk-circle-11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle-bounce .sk-circle-12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circle-bounce-delay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circle-bounce-delay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.bannner-slide {
  position: relative;
}

.services-page .tabs-block .tabs-content .tab-content .top-txt img {
  display: none;
}

.services-page .tabs-block .tabs-content .tab-content .top-txt {
  display: block;
}

.services-page .tabs-block .tabs-content .tab-content .middle-txt {
  /*display: block;*/
  padding-top: 30px;
}

@media (min-width: 768px) {
  .services-page .middle-txt.middle-txt--split .col:first-child {
    padding-right: 30px;
  }

  .services-page .middle-txt.middle-txt--split .col:last-child {
    padding-left: 30px;
    border-left: 1px solid #FA4659;
  }
}

.subs-interes {
  display: none;
}

.serv-section {
  /*position: relative;*/
  overflow: hidden;
}

.serv-section .serv-bar {
  position: relative;
}

a.consul.consul-mobile {
  display: none;
}

@media (max-width: 767px) {
  .services-page .serv-section .serv-bar .serv-list {
    background-color: #fff;
  }

  .serv-section .serv-bar {
    position: absolute;
    top: 0;
    top: 60px;
    left: 0;
    /*right: 0;*/
    background-color: #fff;
    z-index: 90;
    transform: translateX(-110%);
    transition: 0.6s;
    min-width: 289px;
    max-width: 289px;
  }

  .serv-bar.show {
    transform: translateX(0%);
    height: 100vh;
    overflow-y: auto;
  }

  .services-page h1.title {
    position: relative;
  }

  /*Right menu*/

  /* .services-page h1.title:after {
      position: absolute;
      content: '';
      background-image: url(../images/icon/filters2.png);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      cursor: pointer;
      width: 24px;
      height: 24px;
      bottom: -25px;
      transition: 0.5s;
      right: -10px;
    } */

  .services-page h1.title:hover:after {
    opacity: 0.5;
  }

  .services-page h1.title.title-no-after:after {
    display: none;
  }

  .serv-bar a.link-button.blue.popup-btn {
    display: none;
  }

  a.consul.consul-mobile {
    display: block;
    background-color: #ffc600;
    width: 100%;
    max-width: 270px;
    margin-left: 10px;
    padding: 0;
    text-align: center;
    font-size: 21px;
    box-sizing: border-box;
    color: #fff !important;
    text-transform: none;
    height: 72px;
    text-decoration: none;
    font-weight: bold;
    line-height: 72px;
    position: relative;
    /* display: inline-block; */
    float: left;
    margin-bottom: 80px;
  }

  a.consul.consul-mobile:hover {
    background-color: #e0ac00;
  }
}

/*stage*/
.num-block {
  position: relative;
  display: inline-block;
  /*width: -webkit-fit-content;*/
  /*width: -moz-fit-content;*/
  /*width: fit-content;*/
}

@keyframes arrowShow {
  0% {
    width: 0;
  }

  100% {
    width: 186px;
  }
}

.animate-arrow5,
.animate-arrow4,
.animate-arrow3,
.animate-arrow2,
.animate-arrow1,
.animate-arrow {
  position: absolute;
  width: 0px;
  height: 5px;
  background-image: url('../images/icon/step-arrow.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  right: -15px;
  top: 31px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.animate-arrow11 {
  -webkit-animation-name: arrowShow;

  animation-name: arrowShow;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animate-arrow22 {
  -webkit-animation-name: arrowShow;

  animation-name: arrowShow;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animate-arrow33 {
  -webkit-animation-name: arrowShow;
  animation-name: arrowShow;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animate-arrow44 {
  -webkit-animation-name: arrowShow;
  animation-name: arrowShow;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animate-arrow55 {
  -webkit-animation-name: arrowShow;
  animation-name: arrowShow;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animate-arrowShow {
  -webkit-animation-name: arrowShow;
  animation-name: arrowShow;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.arrowHover {
  width: 0;
  -webkit-transition: 0.6s;
  -o-transition: 1s;
  transition: 1s;
  position: absolute;

  height: 5px;
  background-image: url('../images/icon/step-arrow.png');
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  right: -15px;
  top: 31px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.step:hover .arrowHover {
  width: 186px;
}

.step:last-child:hover .arrowHover {
  width: 0px;
}

.step:last-of-type>.num-block>.num+div {
  width: 0;
  height: 0;
  display: none;
}

@media (max-width: 767px) {
  /* .services-page .animate-arrow5,
  .services-page .animate-arrow4,
  .services-page .animate-arrow3,
  .services-page .animate-arrow2,
  .services-page .animate-arrow1{
      display: none;
      } */

  /* .services-page .step:hover .arrowHover {
      width: 0px;

  } */
}

.articles-block-slider .slick-dots {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.articles-block-slider .slick-dots {
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
}

.articles-block-slider .slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 2px solid #00aff9;
  border-radius: 50%;
  margin: 0 6px;
  transition: 0.3s;
}

.articles-block-slider .article {
  height: 410px;
}

.articles-block-slider .slick-dots li.slick-active {
  background-color: #00aff9;
}

.articles-block-slider .slick-dots li button {
  display: none;
}

span.callback-top a {
  font-size: 13px;
  border-bottom: 1px #fff dotted;
  color: #fff;
  top: -5px;
  position: relative;
}

@media (max-width: 1199px) {

  .portfolio,
  .about,
  .clients,
  .tariff,
  .cost,
  .services-page .serv-section,
  .services-page .codes-5-wrap .codes-5,
  .services-page .desc-top,
  .services-page .desc-bottom .articles-block,
  .services-page .tabs-block,
  .support_tariff_plans_wrap,
  .portfolio-page .portfolio-section,
  .branding_prices_wrap,
  .about-page .technology .technology-content,
  .about-page .social-activity .descr,
  .work-page .work-content,
  .partners-page .partners-content,
  .clients-page .clients-content,
  .about-page .services-block .serv-content,
  .about-page .services-block .also-block .also-years,
  .contacts-page .contacts-block .intro-text,
  .order-page .order-content,
  .cost_includes {
    margin-bottom: 40px;
  }

  .partners-page .partners-content .list-block,
  .services-page .list-block {
    margin-bottom: 20px;
  }

  div.policy_links div {
    padding-left: 0;
  }
}

.fancybox-image,
.fancybox-spaceball {
  border: 12px solid #eee !important;
}

.about-page .article-page ul {
  list-style: none;
  margin-left: 23px;
}

.about-page .article-page ul li {
  position: relative;
  margin-bottom: 3px;
}

.about-page .article-page ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: -21px;
  width: 7px;
  height: 7px;
  background: #FA4659;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .offer-table {
    display: none;
  }
}

.branding_prices_wrap .branding_prices .branding_item .desc a {
  color: #FA4659;
}

.services-page .steps {
  margin-bottom: 60px;
}

.services-page .portfolio+.steps {
  margin-top: -60px;
}

@media (max-width: 1199px) {
  .services-page .portfolio+.steps {
    margin-top: 0;
  }

  .services-page .steps {
    margin-bottom: 10px;
    margin-right: -20px;
    margin-left: -20px;
  }
}

.main-styles h2.title {
  font-size: 40px;
}

.main-styles {
  font-size: 18px;
}

@media (max-width: 767px) {
  .main-styles h2.title {
    font-size: 30px;
  }

  .services-page .steps {
    margin-right: 0;
    margin-left: 0;
  }
}

.ias-spinner {
  padding-bottom: 60px;
  clear: both;
  display: none;
}

section,
footer,
header {
  /*display: none !important;*/
}

section:not(.banner) {
  /*display: none !important;*/
}

/*.banner {*/
/*display: block !important;*/
/*}*/
.screenshots {
  /*display: block !important;*/
  /* display: none; */
}

.footer-info {
  position: relative;
}

.toggle_footer_button {
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #111212;
  border: none;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  padding: 5px 40px 5px 0;
  transition: 0.3s;
  outline: none !important;
}

.toggle_footer_button:hover {
  color: #FA4659;
}

.toggle_footer_button:after {
  content: '';
  border: 3px solid transparent;
  border-top-color: #ffffff;
  position: absolute;
  top: 10px;
  right: 20px;
  display: inline-block;
  transition: 0.3s;
  outline: none !important;
}

.toggle_footer_button.active:after {
  -webkit-transform: translateY(-2px) rotate(180deg);
  -moz-transform: translateY(-2px) rotate(180deg);
  -ms-transform: translateY(-2px) rotate(180deg);
  -o-transform: translateY(-2px) rotate(180deg);
  transform: translateY(-2px) rotate(180deg);
}

.footer-links-section__wrap {
  display: block;
  position: relative;
}

/*EGOR*/
/*cost_includes*/
.cost_includes {
  padding: 60px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center left;
  margin-bottom: 60px;
}

.creation_steps {
  margin-top: 20px;
  padding: 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center left;
}

.cost_includes *,
.creation_steps * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cost_includes h2,
.creation_steps h2 {
  text-align: center;
  margin-bottom: 40px;
}

.cost_includes h2 span {
  color: #fff;
}

.cost_includes__tab_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  margin-bottom: 40px;
}

.cost_includes__tab_button {
  width: 20%;
  padding: 40px 20px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: 0 12px 38px 0 rgba(90, 90, 105, 0);
  border-bottom: 5px solid transparent;
  position: relative;
  text-decoration: none;
}

.cost_includes__tab_button:hover {
  box-shadow: 0 12px 38px 0 rgba(90, 90, 105, 0.21);
}

.cost_includes__tab_button.active {
  border-bottom: 5px solid #f8bf36;
}

.cost_includes__tab_button:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -21px;
  border: 8px solid transparent;
  border-top: 8px solid #f8bf36;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.cost_includes__tab_button.active:after {
  opacity: 1;
}

.cost_includes__tab_button:not(:last-of-type) {
  border-right: 1px solid #e2e3e3;
}

.cost_includes__tab_button-image {
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 25px;
}

.cost_includes__tab_button-image img,
.cost_includes__tab_button-image svg {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.cost_includes__tab_button-image svg g {
  fill: #31a6f6;
}

.cost_includes__tab_button-text {
  line-height: 1.2;
  font-family: 'Avenir Next Cyr Bold', sans-serif;
  display: block;
  text-align: center;
  color: #313234;
  border-bottom: none;
  text-decoration: none;
}

.cost_includes__tab_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #ffffff;
}

.cost_includes__tab_content-image {
  width: 70px;
  height: 70px;
  min-width: 70px;
  text-align: center;
  margin-right: 45px;
  /*margin-top: 40px;*/
}

.cost_includes__tab_content-image img,
.cost_includes__tab_content-image svg,
.cost_includes__tab_content-image object {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  max-height: 100%;
  width: 100%;
}

.cost_includes__tab_content-image object {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.cost_includes__tab_content-image svg g {
  fill: #ffffff !important;
}

.cost_includes__tab_content-text {
  max-width: calc(100% - 115px);
}

.cost_includes__tab_content-text p.title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Bold', sans-serif;
}

.cost_includes__tab_content-text p {
  font-size: 18px;
}

.cost_includes__tab_content-text p:not(:last-child) {
  margin-bottom: 10px;
}

.cost_includes__tab_content_wrap {
  min-height: 170px;
}

/*creation_steps*/
.creation_steps__numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 35px;
}

.creation_steps__numbers:before {
  content: '';
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 4px dotted #dcdcdc;
}

.creation_steps__numbers__item {
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
  width: calc(100% / 7);
}

.creation_steps__numbers__item:first-child:before,
.creation_steps__numbers__item:last-child:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
}

.creation_steps__numbers__item:first-child:before {
  left: 0;
}

.creation_steps__numbers__item:last-child:before {
  right: 0;
}

.creation_steps__numbers__item__number_wrap {
  display: inline-block;
  width: 46px;
  height: 46px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #31a6f6;
  color: #ffffff;
  vertical-align: middle;
  font-family: 'Avenir Next Cyr Bold', sans-serif;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.creation_steps__numbers__item__number_wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.creation_steps__numbers__item p {
  position: relative;
  font-family: 'Avenir Next Cyr Bold', sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.creation_steps__numbers__item-text {
  text-align: center;
}

.creation_steps__numbers__item-text span {
  max-width: 110px;
  display: inline-block;
}

.creation_steps__numbers__item.active .creation_steps__numbers__item__number_wrap {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.creation_steps__numbers__item.active .creation_steps__numbers__item-text {
  color: #ff9313;
}

.creation_steps__tab_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 5px solid #f8bf36;
  margin-bottom: 45px;
}

.creation_steps__tab_button {
  display: block;
  width: calc(100% / 7);
  text-align: center;
  position: relative;
  padding: 35px 20px;
  color: #313234;
  font-family: 'Avenir Next Cyr', sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  height: 100px;
}

.creation_steps__tab_button:hover,
.creation_steps__tab_button.active {
  background-color: #ff8709 !important;
}

.creation_steps__tab_button:after {
  content: '';
  position: absolute;
  top: 0;
  right: -70px;
  border: 50px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.creation_steps__tab_button:nth-of-type(1) {
  z-index: 10;
}

.creation_steps__tab_button:nth-of-type(2) {
  z-index: 9;
}

.creation_steps__tab_button:nth-of-type(3) {
  z-index: 8;
}

.creation_steps__tab_button:nth-of-type(4) {
  z-index: 7;
}

.creation_steps__tab_button:nth-of-type(5) {
  z-index: 6;
}

.creation_steps__tab_button:nth-of-type(6) {
  z-index: 5;
}

.creation_steps__tab_button:nth-of-type(7) {
  z-index: 4;
}

.creation_steps__tab_button:nth-of-type(1):after {
  z-index: 10;
  border-left: 20px solid #feefc9;
}

.creation_steps__tab_button:nth-of-type(2):after {
  z-index: 9;
  border-left: 20px solid #fbe2a3;
}

.creation_steps__tab_button:nth-of-type(3):after {
  z-index: 8;
  border-left: 20px solid #ffda7e;
}

.creation_steps__tab_button:nth-of-type(4):after {
  z-index: 7;
  border-left: 20px solid #ffd264;
}

.creation_steps__tab_button:nth-of-type(5):after {
  z-index: 6;
  border-left: 20px solid #f8bf36;
}

.creation_steps__tab_button:nth-of-type(6):after {
  z-index: 5;
  border-left: 20px solid #ffb50a;
}

.creation_steps__tab_button:nth-of-type(7):after {
  z-index: 4;
  border-left: 20px solid #ff9f09;
}

.creation_steps__tab_button.active:after,
.creation_steps__tab_button:hover:after {
  border-left: 20px solid #ff8709;
}

.creation_steps__tab_button:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;
  border: 8px solid transparent;
  border-top: 8px solid #f8bf36;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.creation_steps__tab_button.active:before {
  opacity: 1;
}

.creation_steps__tab_content_wrap {
  min-height: 95px;
}

.creation_steps__tab_content p {
  text-align: center;
}

.creation_steps__tab_content p:not(:last-child) {
  margin-bottom: 10px;
}

.creation_steps__tab_buttons-image {
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
}

.footer-info {
  position: relative;
}

.toggle_footer_button {
  position: absolute;
  left: 0;
  background-color: transparent;
  border: none;
  color: #ffffff;
  background-color: #111212;
  padding: 5px 40px 5px 0;
}

.toggle_footer_button:after {
  content: '';
  border: 3px solid transparent;
  border-top-color: #ffffff;
}

/*media starts*/
@media (max-width: 1399px) {
  .cost_includes__tab_button {
    padding: 20px;
  }

  .cost_includes,
  .creation_steps {
    padding: 80px 0;
  }

  .creation_steps {
    padding: 60px 0 80px;
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .cost_includes__tab_button-text {
    font-size: 14px;
  }

  .creation_steps__tab_button {
    font-size: 24px;
  }

  .creation_steps {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .cost_includes__tab_content-image {
    display: none;
  }

  .cost_includes__tab_content-text {
    max-width: 100%;
  }
}

@media (max-width: 767px) {

  .cost_includes,
  .creation_steps {
    display: none;
  }
}

.portfolio-category {
  text-align: right;
}

.port_list {
  margin-top: 10px;
  color: #079cdb;
  display: flex;
  justify-content: space-between;
}

.port_list a {
  color: #FA4659;
  margin-left: 8px;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .port_list a {
    margin-left: 15px;
  }
}

.port_list .port_list_next {
  margin-left: 19px;
}

.port_list .port_list_prev {
  margin-right: 19px;
}

.port_list .port_list_next::before {
  content: '←';
  text-decoration: none;
  /* top: 2px; */
  position: absolute;
  left: -19px;
}

.port_list .port_list_prev::after {
  content: '→';
  text-decoration: none;
  /* top: 2px; */
  position: absolute;
  right: -19px;
  /* margin-left: 4px; */
}

.port_list a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .port_list a {
    font-size: 12px;
  }
}

.wrap-submenu-level3 {
  display: flex;
}

.wrap-submenu-level3 ul {
  width: 33%;
}

header .header .menu-dropdown__list li a.service-support .service__text .fa-icon.fas {
  right: 12px;
}

header .header .menu-dropdown__list li a.service-seo .service__text .fa-icon.fas {
  right: 3px;
}

.popular-articles a {
  border: 1px solid #ddd;
  text-decoration: none;
  color: #FA4659;
  padding: 15px 20px;
  font-size: 18px;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 15px;
  font-family: 'Avenir Next Cyr Bold';
}

.popular-articles a:hover {
  border: 1px solid #FA4659;
}

.popular-articles .show-all-links {
  border: none;
  text-decoration: underline;
  font-size: 14px;
  font-family: inherit;
}

.popular-articles .show-all-links:hover {
  border: none;
  text-transform: none;
}

.popular-wrap {
  margin: 40px 0;
}

@media (max-width: 1199px) {
  .popular-wrap {
    width: 100%;
    overflow-x: scroll;
    margin: 60px 0 40px;
  }

  .popular-scroll {
    width: 1545px;
  }

  .popular-scroll br {
    display: none;
  }
}

.project-cost .item-cost .link-button.blue:after,
.site_promotion_prices_wrap .item-cost .link-button.blue:after,
.branding_prices_wrap .item-cost .link-button.blue:after {
  display: none;
}

.popular-articles .readCompletelyShow,
.popular-articles .readCompletelyHide {
  text-decoration: underline;
}

.popular-articles .readCompletelyShow {
  margin-bottom: 20px;
  margin-top: 10px;
  display: block;
}

.popular-articles .readCompletelyHide {
  margin-top: 10px;
  display: none;
}

@media (max-width: 1199px) {

  .popular-articles .readCompletelyShow,
  .popular-articles .readCompletelyHide {
    display: none;
  }
}

/*FAQ*/
.accordion {
  margin-top: 20px;
  padding: 0rem;
}

.accordion .accordion-title {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1.3rem 3rem 1.3rem 1rem;
  color: #069;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-title:hover,
.accordion .accordion-title:hover::after {
  cursor: pointer;
  color: #036;
}

.accordion .accordion-title:hover::after {
  border: 1px solid #069;
}

.accordion .accordion-title.active {
  color: #036;
  border-bottom: 1px solid #7288a2;
}

.accordion .accordion-title:after {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #069;
  min-width: 30px;
  min-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #069;
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
}

@media (max-width: 767px) {
  .accordion .accordion-title:after {
    line-height: 1.4;
  }
}

.accordion .accordion-title.active::after {
  content: '-';
  line-height: 0.85;
  font-size: 29px;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-weight: 300;
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

.other-faq {
  max-width: 1000px;
  min-width: 300px;
  margin: auto;
  position: relative;
  padding: 0 10px;
  z-index: 5;
}

.other-faq .accordion {
  margin-top: 0;
}

.faq {
  margin-bottom: 60px;
  padding-top: 60px;
}

@media (max-width: 1199px) {
  .faq {
    margin-bottom: 40px;
    padding-top: 40px;
  }
}

.faq .title {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .faq .title {
    margin-bottom: 20px;
  }
}

.faq .accordion-title>span {
  font-family: 'Avenir Next Cyr';
  font-size: 22px;
  font-weight: 900;
  color: #313233;
  text-transform: uppercase;
  transition: all 0.3s;
}

.faq .accordion-title:hover>span {
  color: #00aff9;
  transition: all 0.3s;
}

.faq .accordion-title.active>span {
  color: #00aff9;
}

@media (max-width: 767px) {
  .faq .accordion-title>span {
    font-size: 16px;
  }
}

.faq .accordion {
  /* max-width: 860px; */
  margin: 0 auto;
}

.faq .accordion-title {
  padding-left: 0;
}

.faq .accordion .accordion-title:after {
  color: #00aff9;
  border: 1px solid #00aff9;
}

.faq .accordion .content {
  padding-left: 0;
}

.faq .accordion .content.active {
  padding-left: 0;
}

.faq .accordion .content a {
  color: #00aff9;
}

.header-row {
  background-color: #fff;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 14;
}

@media (max-width: 1199px) {
  .header-row {
    display: none;
  }
}

.header-row ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.header-row li {
  font-weight: bold;
  font-size: 15px;
}

.header-row li a {
  text-decoration: none;
  color: inherit;
}

.header-row li a:hover {
  color: #00aff9;
}

.dev-steps {
  margin-top: -20px;
}

@media (max-width: 1199px) {
  .dev-steps {
    margin-top: 0px;
    padding-top: 20px;
  }
}

.dev-steps .dev-steps-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dev-steps .dev-steps-item {
  position: relative;
  width: 31%;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .dev-steps .dev-steps-item {
    width: 45%;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .dev-steps .dev-steps-item {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .dev-steps .dev-steps-item {
    width: 100%;
  }
}

.dev-steps .dev-steps-text {
  padding-left: 97px;
}

@media (max-width: 1199px) {
  .dev-steps .dev-steps-text {
    padding-left: 80px;
  }
}

@media (max-width: 576px) {
  .dev-steps .dev-steps-text {
    padding-left: 65px;
  }
}

.dev-steps .dev-steps-num {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 100px;
  color: #00b2fa;
  line-height: 0.8;
  opacity: 0.15;
  font-weight: 900;
  font-family: 'Avenir Next Cyr';
  transition: 0.3s all;
}

.dev-steps .dev-steps-item:hover .dev-steps-num {
  opacity: 1;
  transition: 0.3s all;
}

@media (max-width: 1199px) {
  .dev-steps .dev-steps-num {
    font-size: 80px;
  }
}

.dev-steps .dev-steps-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'Avenir Next Cyr';
  margin-bottom: 30px;
}

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

@media (max-width: 576px) {
  .dev-steps .dev-steps-title {
    font-size: 20px;
  }
}

.steps-hideReadAll {
  display: none;
}

.steps-readCompletelyShow {
  background-image: url('../images/arrow-down-2.png');
  width: 48px;
  height: 48px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid rgba(0, 179, 248, 0.3);
  box-sizing: border-box;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  margin-top: 20px;
}

.steps-readCompletelyShow.hide {
  transform: rotate(180deg);
}

.order-page .form .form-control .form-group.form-file-group .link-button {
  background-color: #ffc600;
}

.dorabotka-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .dorabotka-wrap {
    flex-wrap: wrap;
  }
}

.dorabotka-col {
  width: 33%;
}

@media (max-width: 991px) {
  .dorabotka-col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .dorabotka-col {
    width: 100%;
  }
}

.services-page .desc-top .dorabotka-col-3 ul {
  margin-left: 30px;
}

.dorabotka-col-2 {
  width: 17%;
}

@media (max-width: 991px) {
  .dorabotka-col-2 {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .dorabotka-col-2 {
    width: 100%;
  }
}

.dorabotka-wrap a {
  text-decoration: underline;
}

.dorabotka-title {
  color: #FA4659;
  font-weight: 900;
  margin-bottom: 20px;
  font-family: 'Avenir Next Cyr';
}

/* обертка для IE */
.service_wrap_two_wrap {
  width: calc(68.2% - 30px);
}

@media (max-width: 1199px) {
  .service_wrap_two_wrap {
    width: calc(68.2% - 15px);
  }
}

@media (max-width: 991px) {
  .service_wrap_two_wrap {
    width: 100%;
  }
}

.service_wrap_two {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.services-page .services_wrap .service_wrap_two .service_wrap {
  width: calc(50% - 15px);
  margin-bottom: 29px;
}

@media (max-width: 1199px) {
  .services-page .services_wrap .service_wrap_two .service_wrap {
    width: calc(50% - 7px);
    margin-bottom: 29px;
  }
}

@media (max-width: 991px) {
  .services-page .services_wrap .service_wrap_two .service_wrap {
    width: 100%;
  }
}

.services-page .services_wrap .service_wrap_two .service_wrap .service_item {
  height: 348px !important;
}

@media (max-width: 1199px) {
  .services-page .services_wrap .service_wrap_two .service_wrap .service_item {
    height: 349px !important;
  }
}

@media (max-width: 991px) {
  .services-page .services_wrap .service_wrap_two .service_wrap .service_item {
    height: auto !important;
  }
}

.services-page .services_wrap .service_wrap .service_item {
  height: auto !important;
}

@media (max-width: 1199px) {
  .services-page .services_wrap .service_wrap {
    width: 31.2%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .services-page .services_wrap .service_wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1199px) {
  .services-page .services_wrap .service_wrap .service_item .head .serv_title {
    margin-left: 15px;
  }
}

.support_tariff_plans_new .slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

header .header-phone .icon-tel {
  position: absolute;
  display: none;
  /* display: inline-block; */
  width: 20px;
  height: 40px;
  left: 0;
  top: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  header .header-phone .icon-tel {
    height: 32px;
    display: block;
  }

  header .header-phone .icon-tel_notouch {
    display: none;
  }
}

@media (min-width: 768px) {
  header .header-phone .icon-tel_notouch {
    display: inline-block;
  }
}

.mob-whatsapp {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px #fff dotted;
}

footer .footer-contacts .ft-email-wa {
  color: #fff;
  border-bottom: 1px #fff dotted;
  text-transform: none;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 35px;
  margin-right: 10px;
  position: relative;
  text-decoration: none;
}

.header-phone-arr {
  display: inline-block;
  background-image: url(../images/icon/header-phone-arr.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 5px;
  margin-left: 4px;
  cursor: pointer;
  transition: all 0.3s;
  transform: rotate(0deg);
}

.header-phone-arr.active {
  transform: rotate(180deg);
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .header-phone-arr {
    display: none;
  }
}

.header-phone-menu-wrap {
  position: relative;
}

@media (max-width: 1199px) {
  .header-phone-menu-wrap {
    display: none;
  }
}

.header-phone-menu {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  bottom: -190px;
  right: -14px;
  width: 148px;
  background-color: #313233;
  color: #fff;
  padding: 20px 34px;
  font-family: 'Avenir Next Cyr Bold';
}

.header-phone-menu-scroll {
  bottom: -184px;
  transition: bottom 0.3;
}

@media (max-width: 1399px) {
  .header-phone-menu {
    right: -14px;
  }
}

.header-phone-menu.active {
  opacity: 1;
  transition: all 0.3s;
  z-index: 1;
  /* display: block; */
  visibility: visible;
}

.header-phone-menu-line {
  height: 6px;
  background: #ffd800;
  position: absolute;
  width: 147px;
  top: 0;
}

.header-phone-city {
  padding: 8px 0;
  padding-bottom: 0px;
  margin-bottom: 8px;
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px solid #313233;
  transition: all 0.3s;
}

.header-phone-city:hover {
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
}

.ft-email-wa:before,
.header-wa:before {
  content: '';
  display: inline-block;
  background-image: url(../images/icon/ft-email-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -30px;
}

.header-wa:before {
  left: -21px;
  width: 15px;
  height: 15px;
  top: 1px;
}

.ft-email-sk:before,
.header-skype:before {
  background-image: url(../images/icon/ft-email-2.svg);
}

.ft-email-tg:before,
.header-tg:before {
  background-image: url(../images/icon/castcom_telegram.png);
}

.header-skype:before {
  left: -21px;
  width: 15px;
  height: 15px;
  top: 2px;
}

.header-wa {
  margin-left: 22px;
  position: relative;
}

.header-skype {
  margin-left: 25px;
}

@media (max-width: 1199px) {
  .mob-menu-bottom .header-wa {
    display: inline-block;
  }

  .mob-menu-bottom .header-wa:before {
    top: 5px;
  }
}

header .header-phone .header-phone-tel {
  display: inline-block;
  margin-bottom: 4px;
}

.reviews-page h2.title {
  margin-bottom: 40px;
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 576px) {
  .reviews-page h2.title {
    font-size: 25px;
    margin-top: 40px;
  }
}

.tariff_no_grey {
  padding-top: 0px;
  background: none;
}

.tariff .block-marks {
  color: #949b9f;
}

.tariff .block-marks a {
  color: #FA4659;
}

header .header-phone .header-schedule {
  font-size: 13px;
  color: #fff;
  position: relative;
  top: -5px;
  left: 5px;
  font-family: 'Avenir Next Cyr Bold';
}

.support-text {
  text-align: center;
}

.support-text p {
  margin-bottom: 15px;
}

.support-text p span {
  display: inline-block;
  margin-left: 30px;
}

.support-text p span:before {
  content: '•';
  color: #FA4659;
  font-size: 22px;
  position: relative;
  top: 3px;
  left: -13px;
}

@media (max-width: 1199px) {
  .support-text p span {
    display: block;
    margin-top: 5px;
  }

  .support-text p span:before {
    display: none;
  }
}

.tariff_popular.tariff {
  padding-bottom: 60px;
}

@media (max-width: 1199px) {
  .tariff_popular.tariff {
    padding-bottom: 0px;
  }
}

.tariff_popular.tariff .tariff-content .tariff-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .tariff_popular.tariff .tariff-content .tariff-item {
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .tariff_popular.tariff .tariff-content {
    width: 2917px;
  }

  .tariff_popular.tariff .tariff-content-2 {
    width: 1648px;
  }

  .tariff_popular.tariff .tariff-content-3 {
    width: 996px;
  }

  .tariff_popular.tariff .tariff-content-4 {
    width: 1364px;
  }
}

@media (max-width: 576px) {
  .tariff_popular.tariff .tariff-content {
    width: 3333px;
  }

  .tariff_popular.tariff .tariff-content-2 {
    width: 1648px;
  }

  .tariff_popular.tariff .tariff-content-3 {
    width: 996px;
  }

  .tariff_popular.tariff .tariff-content-4 {
    width: 1364px;
  }
}

.tariff_popular.tariff .tariff-content .tariff-item img {
  width: 90%;
  margin-bottom: 10px;
}

.tariff_popular.tariff .tariff-content .tariff-item:hover {
  border-bottom: 1px solid #FA4659;
}

.tariff_popular.tariff h2.title {
  text-align: left;
  margin-left: 47px;
  position: relative;
  margin-bottom: 40px;
}

.articles-page h2.title {
  text-align: left;
  position: relative;
}

.articles-page h2.title-border-left {
  margin-left: 50px;
  text-align: left;
}

@media (max-width: 1629px) {
  .tariff_popular.tariff h2.title-border-left {
    /* margin-left: 85px; */
  }
}

@media (max-width: 1199px) {
  .tariff_popular.tariff h2.title-border-left {
    /* margin-left: 71px; */
  }
}

@media (max-width: 767px) {

  .tariff_popular.tariff h2.title,
  .articles-page h2.title-border-left {
    margin-left: 40px;
  }
}

@media (max-width: 576px) {

  .tariff_popular.tariff h2.title,
  .articles-page h2.title-border-left {
    max-width: 230px;
  }
}

.tariff_popular.tariff h2.title:before,
.articles-page h2.title-border-left:before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 50px;
  background-color: #FA4659;
  width: 4px;
  top: -4px;
  left: -39px;
}

@media (max-width: 767px) {

  .tariff_popular.tariff h2.title:before,
  .articles-page h2.title-border-left:before {
    height: 35px;
  }
}

@media (max-width: 576px) {

  .tariff_popular.tariff h2.title:before,
  .articles-page h2.title-border-left:before {
    height: auto;
    bottom: -4px;
  }
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project-new {
  /* width: 50%; */
  width: 33.33333333%;
}

.portfolio-page .portfolio-section .portfolio-projects .portfolio-project-new:nth-child(3n) {
  /* width: 50%; */
  width: 33.33333333%;
}

@media (max-width: 700px) {
  .portfolio-page .portfolio-section .portfolio-projects .portfolio-project-new {
    width: 50%;
  }

  .portfolio-page .portfolio-section .portfolio-projects .portfolio-project-new:nth-child(3n) {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .portfolio-page .portfolio-section .portfolio-projects .portfolio-project-new {
    width: 100%;
  }

  .portfolio-page .portfolio-section .portfolio-projects .portfolio-project-new:nth-child(3n) {
    width: 100%;
  }
}

.article-body {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.article-body .article-content {
  flex-grow: 1;
  min-width: 0;
}

.article-aside {
  display: none;
}

@media (min-width: 992px) {
  .article-aside {
    position: sticky;
    top: 65px;
    display: block;
    flex: none;
    width: 384px;
    margin-left: 45px;
    box-sizing: border-box;
  }
}

.article-order {
  display: block;
  border: 4px solid rgba(0, 178, 250, 0.1);
  font-size: 17px;
  color: #00b2fa;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  padding: 37px 41px;
  min-height: 222px;
  box-sizing: border-box;
  margin-bottom: 42px;
  transition: 0.3s;
  position: relative;
}

.article-order::after {
  content: '';
  display: block;
  width: 55px;
  height: 19px;
  margin-left: auto;
  background: url('../images/icon/order-arrow.svg') 0 0 no-repeat;
  background-size: contain;
  margin-top: 51px;
  position: relative;
  left: 0;
  transition: 0.3s;
}

.article-order:hover {
  border-color: transparent;
  background: rgba(0, 178, 250, 0.1);
  color: #2b98c5;
}

.article-order:hover::after {
  left: 15px;
}

.article-order__name {
  font-family: 'Avenir Next Cyr';
}

.article-order p {
  font-size: 15px;
  color: #000;
  text-transform: none;
  margin-top: 40px;
}

.article-together span {
  font-size: 17px;
  color: #00b2fa;
  font-weight: 900;
  text-transform: uppercase;
}

.article-together {
  margin-bottom: 42px;
}

.article-together p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 15px;
}

.article-together-btn {
  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;
  font-size: 1.125rem;
  line-height: 122.222222%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: 283px;
  height: 70px;
  background-color: #ffc107 !important;
  color: #fff !important;
  text-decoration: none !important;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-family: 'Avenir Next Cyr', sans-serif;
}

.article-together-btn:hover {
  background-color: #e0ac00 !important;
  -webkit-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
}

.article-prods,
.article-together {
  border: 4px solid rgba(0, 178, 250, 0.1);
  padding: 36px 45px;
}

.article-prods__label {
  color: #aec3cc;
  font-size: 15px;
  margin-bottom: 20px;
}

ul.article-prods__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-prods__list a {
  font-family: 'Avenir Next Cyr';
  color: #00b2fa;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 17px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.article-prods__list a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #00b2fa;
  transition: 0.3s;
}

.article-prods__list a:hover::after {
  width: 100%;
}

ul.list-check,
.article-page .article-content .list-check {
  padding-left: 10px !important;
  list-style: none !important;
  margin: 3px 0 20px 40px !important;
}

@media (min-width: 768px) {

  .list-check,
  .article-page .article-content .list-check {
    padding-left: 20px !important;
  }
}

ul.list-check li,
.article-page .article-content .list-check li {
  margin-bottom: 22px !important;
  position: relative !important;
  font-size: 17px !important;
}

.list-check li:before,
.article-page .article-content .list-check li::before {
  content: '' !important;
  width: 18px !important;
  height: 14px !important;
  background: url('../images/icon/list-check.svg') 0 0 no-repeat !important;
  background-size: 100% !important;
  left: -33px !important;
  top: 3px !important;
  display: block !important;
  position: absolute !important;
  border-radius: 0 !important;
}

@media (min-width: 768px) {

  .list-check li:before,
  .article-page .article-content .list-check li::before {
    left: -33px !important;
  }
}

@media (min-width: 768px) {
  .ft-messangers {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.article-content_nav {
  background: rgba(0, 178, 250, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  line-height: 26px;
}

.article-content_nav p {
  font-weight: bold;
}

.article-content_nav ol {
  padding-left: 20px;
  padding-bottom: 0px;
  line-height: 1.6;
  list-style: none;
  counter-reset: li;
  margin-top: 10px;
}

.article-content_nav ol li {
  padding-bottom: 7px;
  margin-bottom: 0 !important;
}

.article-page .article-content ol>li>strong {
  display: inline-block;
  margin: 10px 0;
}

.article-page .article-content ol li ul {
  margin-top: 20px;
}

.article-page .article-content strong,
.article-page .article-content ol li {
  margin-bottom: 21px;
  font-size: 17px;
}

.article-page .article-content ol {
  counter-reset: item;
}

.article-page .article-content ol>li {
  display: block;
}

.article-page .article-content ol>li:before {
  content: counter(item) '. ';
  counter-increment: item;
  color: #FA4659;
}

.article-page .article-content ol>li>strong {
  display: inline-block;
  margin: 10px 0;
}

.article-page .article-content ol li ul {
  margin-top: 20px;
}

.item-contents__title {
  position: relative;
  cursor: pointer;
}

.item-contents__title:before {
  content: '';
  position: absolute;
  top: -10px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: url(../images/arrow-up-2.png) no-repeat;
}

.article-content_nav.active .item-contents__title:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**MODAL right*/
.modal-rolls-out {
  position: fixed;
  right: -380px;
  bottom: 180px;
  transition: 0.6s;
  cursor: pointer;
  z-index: 99;
}

.modal-rolls-out__visible {
  right: 0;
}

.modal-rolls-out__android {
  position: absolute;
  top: 30px;
  left: -180px;
}

.modal-rolls-out__close {
  position: absolute;
  top: 26px;
  right: 21px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.modal-rolls-out__close:hover span {
  background-color: #ffc600;
}

.modal-rolls-out__close span {
  display: inline-block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background-color: #000;
  opacity: 0.6;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.modal-rolls-out__close span:nth-child(1) {
  position: relative;
  right: -33px;
  transform: rotate(45deg);
}

.modal-rolls-out__inner {
  position: relative;
  width: 404px;
  height: 496px;
  box-shadow: -2px 8px 20px 1px rgba(0, 0, 0, 0.17);
  background-color: #fff;
  padding: 62px;
  box-sizing: border-box;
  color: #010101;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
  letter-spacing: -1.1px;
}

.modal-rolls-out__p1 {
  margin-top: -6px;
}

.modal-rolls-out__p2 {
  margin-top: -6px;
  font-weight: 500;
}

.modal-rolls-out__h3 {
  margin-top: 14px;
  color: #00aff9;
  font-family: 'Avenir Next Cyr 800', sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}

.modal-rolls-out__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 232px;
  height: 76px;
  margin-top: 24px;
  background-color: #ffc600;
  color: #fff;
  font-family: 'Avenir Next Cyr', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.modal-rolls-out__btn:hover {
  background-color: #e0ac00;
}

.modal-rolls-out__btn span {
  margin-left: 20px;
}

@media (max-width: 520px) {
  .modal-rolls-out__visible {
    display: none;
  }
}

/**** BANNERS TO BLOG****/
.banners {
  margin-top: 100px;
  margin-bottom: 100px;
}

.banner__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 30px;
}

.banner-one {
  background: #313234 url('../images/banner-01-bg.png');
  background-repeat: no-repeat;
  background-size: 31%;
  background-position: 100% 120%;
  max-width: 770px;
  font-family: 'Avenir Next Cyr', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  margin: 20px 0;
}

.banner-one__body {
  padding: 60px 60px 60px 60px;
  border: 1px solid #fff;
  height: 100%;
}

@media (max-width: 770px) {
  .banner-one__body {
    padding-top: calc(15px + 45 * ((100vw - 320px) / 450));
    padding-bottom: calc(15px + 45 * ((100vw - 320px) / 450));
    padding-left: calc(15px + 45 * ((100vw - 320px) / 450));
    padding-right: calc(15px + 45 * ((100vw - 320px) / 450));
  }
}

.banner-one__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}

@media (max-width: 770px) {
  .banner-one__title-box {
    margin-bottom: calc(15px + 8 * ((100vw - 320px) / 450));
  }
}

.banner-one__title-img {
  display: block;
  width: 90px;
  height: 106px;
  margin-right: 38px;
}

@media (max-width: 770px) {
  .banner-one__title-img {
    width: calc(45px + 45 * ((100vw - 320px) / 450));
    height: calc(53px + 53 * ((100vw - 320px) / 450));
    margin-right: calc(15px + 23 * ((100vw - 320px) / 450));
  }
}

.banner-one__title {
  font-size: 2.1875rem;
  line-height: 125.714286%;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 770px) {
  .banner-one__title {
    font-size: calc(15px + 20 * ((100vw - 320px) / 450));
    line-height: calc(21px + 23 * ((100vw - 320px) / 450));
  }
}

.banner-one__title--color {
  color: #00aff9;
}

.banner-one__text {
  font-size: 1.0625rem;
  line-height: 117.647059%;
  font-weight: 500;
  color: #fff;
  max-width: 600px;
  margin-bottom: 47px !important;
}

@media (max-width: 770px) {
  .banner-one__text {
    font-size: calc(12px + 5 * ((100vw - 320px) / 450));
    line-height: calc(15px + 5 * ((100vw - 320px) / 450));
    margin-bottom: calc(15px + 32 * ((100vw - 320px) / 450)) !important;
  }
}

.banner-one__price-btn {
  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;
  font-size: 1.125rem;
  line-height: 122.222222%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff !important;
  width: 283px;
  height: 70px;
  background-color: #ffc107 !important;
  color: #fff !important;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media (max-width: 770px) {
  .banner-one__price-btn {
    font-size: calc(15px + 3 * ((100vw - 320px) / 450));
    line-height: calc(16px + 6 * ((100vw - 320px) / 450));
    width: calc(230px + 53 * ((100vw - 320px) / 450));
    height: calc(50px + 20 * ((100vw - 320px) / 450));
  }
}

.banner-one__price-btn:hover {
  background-color: #e0ac00 !important;
  -webkit-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
}

.banner-one__price-img {
  display: block;
  width: 12px;
  height: 21px;
  margin-left: 10px;
}

@media (max-width: 770px) {
  .banner-one__price-img {
    width: calc(8px + 4 * ((100vw - 320px) / 450));
    height: calc(14px + 7 * ((100vw - 320px) / 450));
  }
}

.banner-two {
  background: url('../images/banner-02-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  max-width: 770px;
  font-family: 'Avenir Next Cyr', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  margin: 20px 0;
}

.banner-two__body {
  padding: 60px 60px 60px 60px;
  border: 1px solid #fff;
  height: 100%;
}

@media (max-width: 770px) {
  .banner-two__body {
    padding-top: calc(15px + 45 * ((100vw - 320px) / 450));
    padding-bottom: calc(15px + 45 * ((100vw - 320px) / 450));
    padding-left: calc(15px + 45 * ((100vw - 320px) / 450));
    padding-right: calc(15px + 45 * ((100vw - 320px) / 450));
  }
}

.banner-two__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}

@media (max-width: 770px) {
  .banner-two__title-box {
    margin-bottom: calc(15px + 8 * ((100vw - 320px) / 450));
  }
}

.banner-two__title-img {
  display: block;
  width: 87px;
  height: 88px;
  margin-right: 38px;
}

@media (max-width: 770px) {
  .banner-two__title-img {
    width: calc(43px + 44 * ((100vw - 320px) / 450));
    height: calc(44px + 44 * ((100vw - 320px) / 450));
    margin-right: calc(15px + 23 * ((100vw - 320px) / 450));
  }
}

.banner-two__title {
  font-size: 2.0625rem;
  line-height: 133.333333%;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 770px) {
  .banner-two__title {
    font-size: calc(15px + 18 * ((100vw - 320px) / 450));
    line-height: calc(21px + 23 * ((100vw - 320px) / 450));
  }
}

.banner-two__title--color {
  color: #00aff9;
}

.banner-two__text {
  font-size: 1.0625rem;
  line-height: 117.647059%;
  font-weight: 500;
  color: #fff;
  max-width: 600px;
  margin-bottom: 47px !important;
}

@media (max-width: 770px) {
  .banner-two__text {
    font-size: calc(12px + 5 * ((100vw - 320px) / 450));
    line-height: calc(15px + 5 * ((100vw - 320px) / 450));
    margin-bottom: calc(15px + 32 * ((100vw - 320px) / 450)) !important;
  }
}

.banner-two__price-btn {
  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;
  font-size: 1.125rem;
  line-height: 122.222222%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: 283px;
  height: 70px;
  background-color: #ffc107 !important;
  color: #fff !important;
  text-decoration: none !important;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media (max-width: 770px) {
  .banner-two__price-btn {
    font-size: calc(15px + 3 * ((100vw - 320px) / 450));
    line-height: calc(16px + 6 * ((100vw - 320px) / 450));
    width: calc(230px + 53 * ((100vw - 320px) / 450));
    height: calc(50px + 20 * ((100vw - 320px) / 450)) !important;
  }
}

.banner-two__price-btn:hover {
  background-color: #e0ac00 !important;
  -webkit-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
}

.banner-two__price-img {
  display: block;
  width: 12px;
  height: 21px;
  margin-left: 10px;
}

@media (max-width: 770px) {
  .banner-two__price-img {
    width: calc(8px + 4 * ((100vw - 320px) / 450));
    height: calc(14px + 7 * ((100vw - 320px) / 450));
  }
}

.ramka {
  border: 1px #222 solid !important;
}




.main__menu_logo {
  font-family: 'Avenir Next Cyr';
  color: #FA4659;
  align-items: center;
  display: flex;
  font-weight: bold;
  font-size: 28px;
}

.fa-angle-right {
  font-size: 20px !important;
  position: absolute;
  left: 158px;
  top: 25px;
  color: white;
}

.popUp {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #000000db;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* opacity: 0.9; */
}

.popUp__form {


}

.popUp__form_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #38a6de;
  padding: 40px;
}

.popUp__form_head h2 {
  font-family: 'Avenir Next Cyr';
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
}

.popUp__form_head span {
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}
.popUp__form_body {
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.form-submit {
  border: none;
  cursor: pointer;
  background-color: #FA4659;
  color: white;
}

.form-submit:hover {
  background-color: #E23E57;
}


.popUp__form_body div {
  display: flex;
  gap: 20px
}


.popUp__form input {
  height: 50px;
  padding: 0 10px;
  outline: none;
  font-size: 20px;
  width: 100%;
  box-sizing: border-box;
  /* font-family: 'Avenir Next Cyr'; */
}

.popUp__form textarea {
  font-family: 'Avenir Next Cyr';
  font-size: 20px;
  outline: none;
  padding: 10px;
}

.popUp__success {
  position: fixed;
  display: none;
  /* flex-direction: column; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #000000d1;
  justify-content: center;
  align-items: center;
}

.popUp__success_block {
  background-color: #fff;
  padding: 40px;
}






