*,
*:before,
*:after {
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box; }

body,
input,
button,
textarea,
select,
.fancybox-skin {
  font-family: "Proxima Nova";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #131510; }

img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%; }

a {
  color: #131510;
  text-decoration: none; }

.hidden,
.modals {
  display: none; }

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent; }

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
  display: none; }

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent !important; }

[placeholder]:focus:-moz-placeholder {
  color: transparent !important; }

[placeholder]:focus::-moz-placeholder {
  color: transparent !important; }

[placeholder]:focus:-ms-input-placeholder {
  color: transparent !important; }

.input-1, .input-2 {
  position: relative; }
  .input-1 input, .input-2 input,
  .input-1 textarea,
  .input-2 textarea {
    width: 100%;
    font-size: 19px;
    color: #fff;
    border: 1px solid #a7e195;
    outline: none;
    background: none; }
    .input-1 input::-webkit-input-placeholder, .input-2 input::-webkit-input-placeholder,
    .input-1 textarea::-webkit-input-placeholder,
    .input-2 textarea::-webkit-input-placeholder {
      color: #daffce; }
    .input-1 input:-moz-placeholder, .input-2 input:-moz-placeholder,
    .input-1 textarea:-moz-placeholder,
    .input-2 textarea:-moz-placeholder {
      color: #daffce;
      opacity: 1; }
    .input-1 input::-moz-placeholder, .input-2 input::-moz-placeholder,
    .input-1 textarea::-moz-placeholder,
    .input-2 textarea::-moz-placeholder {
      color: #daffce;
      opacity: 1; }
    .input-1 input:-ms-input-placeholder, .input-2 input:-ms-input-placeholder,
    .input-1 textarea:-ms-input-placeholder,
    .input-2 textarea:-ms-input-placeholder {
      color: #daffce; }
  .input-1 input, .input-2 input {
    height: 65px;
    padding: 15px 24px; }
  
  .input-1 textarea,
  .input-2 textarea {
    height: 228px;
    padding: 19px 24px;
    resize: none; }

.input-2 input,
.input-2 textarea {
  font-size: 17px;
  color: #131510;
  border: none;
  border-bottom: 1px solid #959495; }
  .input-2 input::-webkit-input-placeholder,
  .input-2 textarea::-webkit-input-placeholder {
    color: #4b4b4b; }
  .input-2 input:-moz-placeholder,
  .input-2 textarea:-moz-placeholder {
    color: #4b4b4b;
    opacity: 1; }
  .input-2 input::-moz-placeholder,
  .input-2 textarea::-moz-placeholder {
    color: #4b4b4b;
    opacity: 1; }
  .input-2 input:-ms-input-placeholder,
  .input-2 textarea:-ms-input-placeholder {
    color: #4b4b4b; }

.input-2 input {
  padding: 10px;
  height: 36px; }

.input-2 textarea {
  padding: 14px 10px; }

.select-1.jq-selectbox {
  display: block;
  height: 36px;
  border-bottom: 1px solid #959495; }
  .select-1.jq-selectbox .jq-selectbox__select {
    height: 100%; }
  .select-1.jq-selectbox .jq-selectbox__select-text {
    display: flex;
    font-size: 17px;
    color: #4b4b4b;
    align-items: center;
    height: 100%;
    margin: 0 30px 0 10px; }
  .select-1.jq-selectbox .jq-selectbox__trigger {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
    height: 5px;
    margin: -3px 0 0;
    background: url("../images/arrow-2.png") no-repeat; }
  .select-1.jq-selectbox .jq-selectbox__dropdown {
    width: 100%;
    font-size: 17px;
    background: #f3f5f3; }
    .select-1.jq-selectbox .jq-selectbox__dropdown ul {
      max-height: 220px;
      overflow: auto; }
    .select-1.jq-selectbox .jq-selectbox__dropdown li {
      position: relative;
      padding: 5px 10px;
      cursor: pointer; }
      .select-1.jq-selectbox .jq-selectbox__dropdown li.sel {
        color: #fff;
        background: #52b633; }
      .select-1.jq-selectbox .jq-selectbox__dropdown li:hover {
        color: #fff;
        background: #52b633; }
  .select-1.jq-selectbox.opened .jq-selectbox__trigger {
    transform: rotate(180deg); }

.button-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  padding: 0 32px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  border: none;
  cursor: pointer;
  background: #52b633; }
  .button-1:hover {
    background: #408e28; }

.button-2, .button-3, .button-7, .button-4, .button-5, .button-6 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  padding: 0 40px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  border: none;
  cursor: pointer;
  background: none; }
  .button-2 i, .button-3 i, .button-7 i, .button-4 i, .button-5 i, .button-6 i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .button-2 i:before, .button-3 i:before, .button-7 i:before, .button-4 i:before, .button-5 i:before, .button-6 i:before, .button-2 i:after, .button-3 i:after, .button-7 i:after, .button-4 i:after, .button-5 i:after, .button-6 i:after {
      display: block;
      content: '';
      position: absolute;
      background: #52b633; }
    .button-2 i:first-child:before, .button-3 i:first-child:before, .button-7 i:first-child:before, .button-4 i:first-child:before, .button-5 i:first-child:before, .button-6 i:first-child:before, .button-2 i:first-child:after, .button-3 i:first-child:after, .button-7 i:first-child:after, .button-4 i:first-child:after, .button-5 i:first-child:after, .button-6 i:first-child:after {
      height: 3px; }
    .button-2 i:first-child:before, .button-3 i:first-child:before, .button-7 i:first-child:before, .button-4 i:first-child:before, .button-5 i:first-child:before, .button-6 i:first-child:before {
      top: 0;
      left: 11px;
      right: 0; }
    .button-2 i:first-child:after, .button-3 i:first-child:after, .button-7 i:first-child:after, .button-4 i:first-child:after, .button-5 i:first-child:after, .button-6 i:first-child:after {
      bottom: 0;
      left: 0;
      right: 11px; }
    .button-2 i:last-child:before, .button-3 i:last-child:before, .button-7 i:last-child:before, .button-4 i:last-child:before, .button-5 i:last-child:before, .button-6 i:last-child:before, .button-2 i:last-child:after, .button-3 i:last-child:after, .button-7 i:last-child:after, .button-4 i:last-child:after, .button-5 i:last-child:after, .button-6 i:last-child:after {
      width: 3px; }
    .button-2 i:last-child:before, .button-3 i:last-child:before, .button-7 i:last-child:before, .button-4 i:last-child:before, .button-5 i:last-child:before, .button-6 i:last-child:before {
      left: 0;
      top: 13px;
      bottom: 0; }
    .button-2 i:last-child:after, .button-3 i:last-child:after, .button-7 i:last-child:after, .button-4 i:last-child:after, .button-5 i:last-child:after, .button-6 i:last-child:after {
      right: 0;
      top: 0;
      bottom: 13px; }
  .button-2:before, .button-3:before, .button-7:before, .button-4:before, .button-5:before, .button-6:before, .button-2:after, .button-3:after, .button-7:after, .button-4:after, .button-5:after, .button-6:after {
    display: block;
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: #52b633; }
  .button-2:before, .button-3:before, .button-7:before, .button-4:before, .button-5:before, .button-6:before {
    left: 0;
    top: 0; }
  .button-2:after, .button-3:after, .button-7:after, .button-4:after, .button-5:after, .button-6:after {
    right: 0;
    bottom: 0; }
  .button-2:hover i:first-child:before, .button-3:hover i:first-child:before, .button-7:hover i:first-child:before, .button-4:hover i:first-child:before, .button-5:hover i:first-child:before, .button-6:hover i:first-child:before {
    left: 0; }
  .button-2:hover i:first-child:after, .button-3:hover i:first-child:after, .button-7:hover i:first-child:after, .button-4:hover i:first-child:after, .button-5:hover i:first-child:after, .button-6:hover i:first-child:after {
    right: 0; }
  .button-2:hover i:last-child:before, .button-3:hover i:last-child:before, .button-7:hover i:last-child:before, .button-4:hover i:last-child:before, .button-5:hover i:last-child:before, .button-6:hover i:last-child:before {
    top: 0; }
  .button-2:hover i:last-child:after, .button-3:hover i:last-child:after, .button-7:hover i:last-child:after, .button-4:hover i:last-child:after, .button-5:hover i:last-child:after, .button-6:hover i:last-child:after {
    bottom: 0; }

.button-3, .button-7 {
  color: #52b633 !important; }

.button-4, .button-5, .button-6 {
  background: #52b633; }
  .button-4:before, .button-5:before, .button-6:before, .button-4:after, .button-5:after, .button-6:after {
    display: none; }
  .button-4:hover, .button-5:hover, .button-6:hover {
    background: #408e28; }

.button-5 {
  color: #52b633 !important;
  background: #fff; }
  .button-5:hover {
    background: #e6e6e6; }

.button-6 {
  height: 60px;
  font-size: 19px; }

.button-7 {
  height: 60px;
  font-size: 19px; }

.text-nowrap {
  white-space: nowrap; }

.main-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden; }

.container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }

/* START HERE */
a,
.button-1, .button-2 i:before, .button-3 i:before, .button-7 i:before, .button-4 i:before, .button-5 i:before, .button-6 i:before, .button-2 i:after, .button-3 i:after, .button-7 i:after, .button-4 i:after, .button-5 i:after, .button-6 i:after,
.button-5,
.button-6,
.menu, .menu__close, .modal-close,
.homescreen__item-content, .homescreen__item-content:before,
.examples__slide,
.examples__slide-content,
.video__placeholder:before, .video__placeholder:after,
.quality__image:after,
.jq-selectbox__dropdown li,
.fancybox-close,
.slick-arrow, .slick-arrow:before,
.slick-dots button,
.slick-dots button:before {
  transition: all 0.4s ease-in-out; }

.menu {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  width: 290px;
  height: 100%;
  padding: 30px 0;
  transform: translateX(100%);
  background: #fff;
  opacity: 0;
  visibility: hidden; }

.menu_active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible; }

.menu__close, .modal-close {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 30px;
  background: url("../images/close-2.png") no-repeat; }
  .menu__close:hover, .modal-close:hover {
    transform: rotate(90deg); }

.menu__language {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 15px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05); }

.menu__list {
  font-size: 16px;
  font-weight: bold;
  list-style: none; }
  .menu__list li {
    margin: 10px 0 0; }
    .menu__list li:first-child {
      margin: 0; }
  .menu__list a {
    display: block;
    padding: 7px 15px;
    color: #131510; }
    .menu__list a:hover {
      color: #fff;
      background: #52b633; }

.menu__button {
  margin: 15px 15px 0; }

.menu__social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 15px 0;
  list-style: none; }
  .menu__social li {
    margin: 0 0 0 23px; }
    .menu__social li:first-child {
      margin: 0; }
  .menu__social a {
    filter: grayscale(100%); }
    .menu__social a:hover {
      filter: grayscale(0%); }

.header {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  color: #181616;
  background: #fff; }
  .header a {
    color: #181616; }

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 15px; }

.header__logo {
  flex-shrink: 0;
  display: inline-block;
  height: 98px; }
  .header__logo img {
    height: 100%; }

.header__menu {
  display: flex;
  margin: 0 15px;
  font-size: 17px;
  letter-spacing: 0.7px;
  list-style: none; }
  .header__menu li {
    margin: 0 0 0 15px; }
    .header__menu li:first-child {
      margin: 0; }
  .header__menu a {
    display: inline-block;
    padding: 5px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent; }
    .header__menu a:hover, .header__menu a.active {
      color: #52b633;
      border-bottom-color: #52b633; }

.header__menu-button {
  flex-shrink: 0;
  position: relative;
  display: none;
  width: 24px;
  margin: 0 0 0 15px;
  padding: 8px 0; }
  .header__menu-button i {
    display: block;
    height: 4px;
    border-radius: 1px;
    background: #131510; }
  .header__menu-button:before, .header__menu-button:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 1px;
    background: #131510; }
  .header__menu-button:before {
    top: 0; }
  .header__menu-button:after {
    bottom: 0; }

.header__right {
  display: flex;
  align-items: center; }

.header__phones {
  margin: 0 15px 0 0;
  font-size: 16px;
  line-height: 1;
  list-style: none;
  text-align: right; }
  .header__phones li {
    margin: 5px 0 0; }
    .header__phones li:first-child {
      margin: 0; }

.homescreen {
  color: #fff;
  background-size: cover !important; }
  .homescreen a {
    color: #fff; }

.homescreen_index {
  background: #131510 url("../images/homescreen-kv2-2.jpg") center no-repeat; }

.homescreen_rolls {
  background: #131510 url("../images/homescreen-kv2-4.jpg") center no-repeat; }

.homescreen_glazing {
  background: #131510 url("../images/homescreen-bg-3.jpg") center no-repeat; }

.homescreen_protection {
  background: #131510 url("../images/homescreen-bg-4.jpg") center no-repeat; }

.homescreen__inner {
  padding: 75px 0 0; }

.homescreen__content {
  text-align: center; }

.homescreen__title {
  max-width: 777px;
  margin: 0 auto 55px;
  font-size: 60px;
  font-weight: normal;
  line-height: 1.033; }
  .homescreen__title span {
    display: inline-block;
    padding: 0 9px;
    background: #52b633; }

.homescreen__subtitle {
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: normal; }

.homescreen__button {
  max-width: 552px;
  margin: 0 auto; }

.homescreen__items {
  display: flex;
  flex-wrap: wrap;
  margin: 56px -15px 0;
  overflow: hidden; }

.homescreen__item {
  width: 31.5%;
  margin: 30px 0 0;
  padding: 0 15px; }
  .homescreen__item:nth-child(3n+2) {
    width: 37%; }

.homescreen__item-content {
  position: relative;
  height: 100%;
  padding: 29px 20px 22px 35px;
  background: rgba(0, 4, 1, 0.76);
  cursor: default; }
  .homescreen__item-content:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
    bottom: 0;
    width: 6px;
    background: #52b633; }
  .homescreen__item-content:hover {
    background: #52b633; }
    .homescreen__item-content:hover:before {
      top: 0; }

.homescreen__item-icon {
  height: 50px;
  line-height: 50px;
  margin: 0 0 20px; }
  .homescreen__item-icon img {
    vertical-align: middle; }

.homescreen__item-title {
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0.4px; }
  .homescreen__item-title:before {
    display: block;
    content: '';
    width: 83px;
    height: 1px;
    margin: 0 0 19px;
    background: #fff; }

.title {
  position: relative;
  z-index: 10;
  font-weight: normal;
  text-align: center; }

.title_big {
  font-size: 82px;
  line-height: 0.8; }

.title_middle {
  font-size: 68px; }

.subtitle {
  margin: -11px auto 0;
  font-size: 24px;
  line-height: 1.17;
  text-align: center; }

.categories_gray {
  background: #f8f8f8; }

.categories__inner {
  position: relative;
  padding: 87px 0 109px; }
  .categories__inner:before {
    display: block;
    content: '';
    position: absolute;
    right: -375px;
    bottom: 0;
    width: 370px;
    height: 216px;
    background: #fff; }

.categories__items {
  margin: 84px 0 0; }

.categories__item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 -15px; }
  .categories__item:before, .categories__item:after {
    display: block;
    content: '';
    position: absolute; }
  .categories__item:first-child .categories__item-image:before {
    display: none; }
  .categories__item:first-child:before {
    right: -360px;
    top: 91px;
    bottom: 158px;
    width: 67px;
    background: #dbdbdb; }
  .categories__item:nth-child(odd) .categories__item-image {
    margin: 0 0 0 -375px; }
  .categories__item:nth-child(even) {
    flex-direction: row-reverse;
    margin-top: -73px; }
    .categories__item:nth-child(even) .categories__item-image {
      margin: 0 -375px 0 -100px; }
  .categories__item:nth-child(2n+1) .categories__item-content {
    margin-top: 30px;
    margin-bottom: 48px;
    padding-top: 73px;
    padding-bottom: 73px; }
  .categories__item:nth-child(2n+2) {
    z-index: 1; }
    .categories__item:nth-child(2n+2) .categories__item-image:after {
      z-index: 2;
      right: 0;
      bottom: -31px;
      width: 50%;
      max-width: 384px;
      height: 146px;
      background: #f8f8f8; }
    .categories__item:nth-child(2n+2) .categories__item-content {
      padding-right: 115px;
      padding-top: 122px;
      padding-bottom: 45px; }
    .categories__item:nth-child(2n+2) .categories__item-title:after {
      right: -98px; }
    .categories__item:nth-child(2n+2):before {
      left: -360px;
      top: 40px;
      bottom: 81px;
      width: 255px;
      background: #f8f8f8; }
    .categories__item:nth-child(2n+2):after {
      z-index: 3;
      right: -360px;
      bottom: -138px;
      width: 281px;
      height: 378px;
      background: #fff; }
  .categories__item:nth-child(2n+3) {
    z-index: 2; }
    .categories__item:nth-child(2n+3) .categories__item-image:after {
      z-index: 2;
      left: 0;
      bottom: -16px;
      width: 124px;
      height: 75%;
      max-height: 378px;
      background: #fff; }
    .categories__item:nth-child(2n+3) .categories__item-content {
      padding-top: 15px;
      padding-bottom: 84px; }
    .categories__item:nth-child(2n+3):before {
      z-index: 2;
      left: 36.5%;
      right: -360px;
      bottom: 30px;
      height: 28%;
      background: #fff; }

.categories__item-image {
  position: relative;
  width: 100%;
  padding: 0 15px; }
  .categories__item-image img {
    position: relative;
    z-index: 1;
    width: 100%; }
  .categories__item-image:before, .categories__item-image:after {
    display: block;
    content: '';
    position: absolute; }
  .categories__item-image:before {
    left: -15px;
    right: -15px;
    top: -30px;
    bottom: 30px;
    background: #fff; }

.categories__item-content {
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  width: 50%;
  padding: 0 15px; }

.categories__item-title {
  position: relative;
  margin: 0 30px 22px 0;
  padding: 0 0 28px;
  font-size: 54px;
  font-weight: normal;
  line-height: 0.94; }
  .categories__item-title:after {
    display: block;
    content: '';
    position: absolute;
    left: -100px;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #52b633; }

.categories__item-text {
  margin: 0 0 22px;
  font-size: 16px;
  text-align: justify; }

.categories__item-button {
  max-width: 282px; }

.examples {
  background: #f8f8f8; }

.examples__inner {
  position: relative;
  padding: 55px 0 69px; }
  .examples__inner:before, .examples__inner:after {
    display: block;
    content: '';
    position: absolute;
    background: #fff; }
  .examples__inner:before {
    right: -375px;
    top: 0;
    width: 370px;
    height: 134px; }
  .examples__inner:after {
    left: -375px;
    bottom: 0;
    width: 312px;
    height: 162px; }

.examples__slider {
  position: relative;
  z-index: 1;
  margin: 40px -375px 0 100px; }
  .examples__slider .slick-list {
    overflow: visible; }
  .examples__slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -67px;
    width: 77px;
    height: 90px;
    font-size: 2px;
    color: transparent;
    background: #e9e9e9;
    border: none;
    cursor: pointer; }
    .examples__slider .slick-arrow:before {
      display: block;
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 9px;
      height: 16px;
      background: url("../images/arrow-1.png"); }
    .examples__slider .slick-arrow.slick-prev {
      transform: translateY(-41px); }
      .examples__slider .slick-arrow.slick-prev:before {
        transform: translate(-50%, -50%); }
    .examples__slider .slick-arrow.slick-next {
      transform: translateY(-143px); }
      .examples__slider .slick-arrow.slick-next:before {
        transform: translate(-50%, -50%) rotate(180deg); }
    .examples__slider .slick-arrow:hover {
      background: #52b633; }
      .examples__slider .slick-arrow:hover:before {
        filter: brightness(0) invert(1); }
  .examples__slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 47px 0 0;
    padding: 0 470px 0 0;
    list-style: none; }
    .examples__slider .slick-dots li {
      margin: 0 11px; }
      .examples__slider .slick-dots li.slick-active button:before {
        height: 100%;
        background: #52b633; }
    .examples__slider .slick-dots button {
      position: relative;
      display: block;
      width: 9px;
      height: 44px;
      font-size: 2px;
      color: transparent;
      background: none;
      border: none;
      overflow: hidden;
      cursor: pointer; }
      .examples__slider .slick-dots button:before {
        display: block;
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 1px;
        height: 43.18%;
        background: #8d8d8c; }
      .examples__slider .slick-dots button:hover:before {
        height: 100%; }

.examples__slide {
  position: relative;
  transform: scale(0.84); }
  .examples__slide.slick-active {
    transform: scale(1); }
    .examples__slide.slick-active .examples__slide-content {
      opacity: 1; }

.examples__slide-image img {
  width: 100%; }

.examples__slide-content {
  position: absolute;
  z-index: 1;
  left: 22.15%;
  right: 360px;
  bottom: 0;
  padding: 26px 78px 35px 37px;
  color: #6c6666;
  background: #fff;
  opacity: 0; }

.examples__slide-title {
  margin: 0 0 9px;
  font-size: 40px;
  font-weight: normal;
  line-height: 1; }

.examples__slide-text {
  font-size: 16px;
  text-align: justify; }

.examples__slide-buttons {
  display: flex;
  margin: 24px -13px 0; }

.examples__slide-button {
  padding: 0 15px; }
  .examples__slide-button a {
    min-height: 100%; }

.solutions {
  background: #f8f8f8; }

.solutions__inner {
  position: relative;
  padding: 83px 0 76px; }
  .solutions__inner:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 462px;
    height: 226px;
    background: #fff; }

.solutions__slider {
  margin: 73px 0 0; }
  .solutions__slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: -14px;
    left: 50%;
    width: 77px;
    height: 90px;
    font-size: 2px;
    color: transparent;
    background: #e9e9e9;
    border: none;
    cursor: pointer; }
    .solutions__slider .slick-arrow:before {
      display: block;
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 9px;
      height: 16px;
      background: url("../images/arrow-1.png"); }
    .solutions__slider .slick-arrow.slick-prev {
      transform: translateX(-154px); }
      .solutions__slider .slick-arrow.slick-prev:before {
        transform: translate(-50%, -50%); }
    .solutions__slider .slick-arrow.slick-next {
      transform: translateX(-77px); }
      .solutions__slider .slick-arrow.slick-next:before {
        transform: translate(-50%, -50%) rotate(180deg); }
    .solutions__slider .slick-arrow:hover {
      background: #52b633; }
      .solutions__slider .slick-arrow:hover:before {
        filter: brightness(0) invert(1); }
  .solutions__slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 57px 0 0;
    padding: 0 15px;
    list-style: none; }
    .solutions__slider .slick-dots li {
      margin: 0 11px; }
      .solutions__slider .slick-dots li.slick-active button:before {
        height: 100%;
        background: #52b633; }
    .solutions__slider .slick-dots button {
      position: relative;
      display: block;
      width: 9px;
      height: 44px;
      font-size: 2px;
      color: transparent;
      background: none;
      border: none;
      overflow: hidden;
      cursor: pointer; }
      .solutions__slider .slick-dots button:before {
        display: block;
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 1px;
        height: 43.18%;
        background: #8d8d8c; }
      .solutions__slider .slick-dots button:hover:before {
        height: 100%; }

.solutions__slide {
  overflow: hidden; }

.solutions__slide-inner {
  display: flex;
  align-items: center;
  margin: 0 -15px; }

.solutions__slide-image {
  width: 100%;
  margin: 0 0 0 -375px;
  padding: 0 15px; }
  .solutions__slide-image img {
    width: 100%; }

.solutions__slide-content {
  flex-shrink: 0;
  width: 50%;
  padding: 33px 15px 15px; }

.solutions__slide-title {
  position: relative;
  margin: 0 -10px 22px 0;
  padding: 0 0 30px;
  font-size: 48px;
  font-weight: normal;
  line-height: 0.94; }
  .solutions__slide-title:after {
    display: block;
    content: '';
    position: absolute;
    left: -100px;
    right: 10px;
    bottom: 0;
    height: 1px;
    background: #52b633; }

.solutions__slide-text {
  margin: 0 0 26px;
  max-width: 462px;
  font-size: 16px;
  text-align: justify; }

.solutions__slide-price {
  margin: 0 0 34px;
  font-size: 54px;
  font-weight: normal;
  line-height: 1; }

.solutions__slide-buttons {
  display: flex;
  margin: 0 -15px; }

.solutions__slide-button {
  width: 100%;
  padding: 0 15px; }
  .solutions__slide-button a {
    padding: 0 15px; }
  .solutions__slide-button:first-child {
    flex-shrink: 0;
    width: 205px; }

.video__inner {
  position: relative;
  padding: 83px 0 158px; }
  .video__inner:before, .video__inner:after {
    display: block;
    content: '';
    position: absolute; }
  .video__inner:before {
    z-index: 3;
    right: -375px;
    top: 135px;
    width: 483px;
    height: 186px;
    background: #fff; }
  .video__inner:after {
    z-index: 2;
    left: -375px;
    bottom: 108px;
    width: 586px;
    height: 437px;
    background: rgba(0, 4, 1, 0.06); }

.video__placeholder {
  display: block;
  position: relative;
  margin: 64px -375px 0 0; }
  .video__placeholder img {
    width: 100%; }
  .video__placeholder:before, .video__placeholder:after {
    display: block;
    content: '';
    position: absolute; }
  .video__placeholder:before {
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000602;
    opacity: 0.6; }
  .video__placeholder:after {
    z-index: 3;
    left: -15px;
    bottom: -15px;
    width: 167px;
    height: 167px;
    background: #52b633 url("../images/play-1.png") center no-repeat; }
  .video__placeholder:hover:before {
    opacity: 0; }
  .video__placeholder:hover:after {
    background-color: #6dce4e; }

.clients {
  background: #f8f8f8; }

.clients_square .clients__inner:before {
  display: block;
  content: '';
  position: absolute;
  right: -375px;
  top: 0;
  width: 357px;
  height: 220px;
  background: #fff; }

.clients_square .subtitle {
  max-width: 500px; }

.clients__inner {
  position: relative;
  padding: 83px 0 121px; }

.clients__slider {
  position: relative;
  margin: 50px -15px 0; }
  .clients__slider .slick-list {
    overflow: visible; }
  .clients__slider .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 152px;
    margin: 0 15px;
    background: #fff; }
    .clients__slider .slick-slide img {
      max-width: 80%;
      max-height: 80%; }
  .clients__slider .slick-arrow {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 77px;
    height: 90px;
    font-size: 2px;
    color: transparent;
    background: #e9e9e9;
    border: none;
    cursor: pointer; }
    .clients__slider .slick-arrow:before {
      display: block;
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 9px;
      height: 16px;
      background: url("../images/arrow-1.png"); }
    .clients__slider .slick-arrow.slick-prev {
      right: -107px; }
      .clients__slider .slick-arrow.slick-prev:before {
        transform: translate(-50%, -50%); }
    .clients__slider .slick-arrow.slick-next {
      right: -184px; }
      .clients__slider .slick-arrow.slick-next:before {
        transform: translate(-50%, -50%) rotate(180deg); }
    .clients__slider .slick-arrow:hover {
      background: #52b633; }
      .clients__slider .slick-arrow:hover:before {
        filter: brightness(0) invert(1); }
  .clients__slider:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    right: -375px;
    top: 0;
    width: 375px;
    height: 100%;
    background: #f8f8f8; }

.quality__inner {
  padding: 85px 0 128px; }

.quality__content {
  position: relative;
  display: flex;
  align-items: center;
  margin: 84px -15px 0; }
  .quality__content:before {
    display: block;
    content: '';
    position: absolute;
    right: -360px;
    top: 91px;
    bottom: 158px;
    width: 117px;
    background: #dbdbdb; }

.quality__left {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  padding: 69px 100px 70px 15px; }
  .quality__left:before {
    display: block;
    content: '';
    position: absolute;
    left: -360px;
    right: 15px;
    top: 0;
    height: 100%;
    background: #f8f8f8; }

.quality__image {
  position: relative;
  z-index: 1;
  display: block;
  padding: 30px 28px 28px 24px;
  background: #fff; }
  .quality__image img {
    width: 100%;
    box-shadow: 0px 0px 0px 3px #f8f8f8; }
  .quality__image:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 81px;
    transform: translate(-34%, -53%);
    background: url("../images/zoom-1.png") no-repeat; }
  .quality__image:hover:after {
    opacity: 0; }

.quality__right {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 35px 15px 15px; }

.quality__text {
  position: relative;
  margin: 0 0 38px;
  padding: 23px 0 0;
  font-size: 16px;
  text-align: justify; }
  .quality__text:before {
    display: block;
    content: '';
    position: absolute;
    left: -100px;
    right: 0;
    top: 0;
    height: 1px;
    background: #52b633; }

.quality__button {
  max-width: 362px; }

.write {
  color: #fff;
  background: #52b633; }
  .write a {
    color: #fff; }

.write__inner {
  position: relative;
  padding: 83px 0 86px; }
  .write__inner:before {
    display: block;
    content: '';
    position: absolute;
    right: -375px;
    top: 0;
    width: 427px;
    height: 93px;
    background: #f8f8f8; }

.write__form {
  position: relative;
  margin: 36px 0 0; }
  .write__form:before {
    display: block;
    content: '';
    position: absolute;
    left: -375px;
    top: 12px;
    bottom: 96px;
    width: 210px;
    background: #64c546; }

.write__form-inputs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }

.write__form-input {
  width: 50%;
  margin: 30px 0 0;
  padding: 0 15px; }

.write__form-input_wide {
  width: 100%; }

.write__form-button {
  width: 100%;
  margin: 39px auto 0;
  max-width: 362px; }

.footer {
  color: #181616; }
  .footer a {
    color: #181616; }
    .footer a:hover, .footer a.active {
      color: #52b633; }

.footer__inner {
  display: flex;
  align-items: center;
  padding: 14px 0 15px; }

.footer__logo {
  flex-shrink: 0;
  display: inline-block;
  height: 98px; }
  .footer__logo img {
    height: 100%; }

.footer__menu {
  display: flex;
  flex-wrap: wrap;
  width: 337px;
  margin: 0 0 0 62px;
  font-size: 17px;
  letter-spacing: 0.7px;
  list-style: none; }
  .footer__menu li {
    margin: 2px 0 0;
    padding: 0 15px; }
    .footer__menu li:nth-child(odd) {
      width: 127px; }
    .footer__menu li:nth-child(even) {
      break-after: always; }

.footer__content {
  margin: 11px 15px 0; }

.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none; }
  .footer__social li {
    margin: 0 0 0 23px; }
    .footer__social li:first-child {
      margin: 0; }
  .footer__social a {
    filter: grayscale(100%); }
    .footer__social a:hover {
      filter: grayscale(0%); }

.footer__policy {
  display: inline-block;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.5px; }

.footer__contacts {
  margin: 8px 0 0 auto; }

.footer__address {
  font-size: 17px;
  letter-spacing: 0.7px; }

.footer__phone {
  font-size: 20px;
  letter-spacing: 0.8px; }

.modal-close {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  margin: 0; }

.modal-policy {
  position: relative;
  height: 90vh;
  width: 1170px;
  padding: 30px 15px;
  background: #fff; }

.modal-policy__text {
  height: 100%;
  font-size: 16px;
  overflow: auto; }
  .modal-policy__text h3 {
    font-size: 120%; }
  .modal-policy__text ul {
    margin: 20px 0 0;
    list-style: none; }
  .modal-policy__text ul, .modal-policy__text ol {
    list-style-position: inside; }
  .modal-policy__text li, .modal-policy__text p {
    margin: 20px 0 0; }
    .modal-policy__text li:first-child, .modal-policy__text p:first-child {
      margin: 0; }
  .modal-policy__text li span {
    font-weight: bold; }

.modal-callback {
  position: relative;
  width: 570px;
  padding: 30px 50px 44px;
  color: #131214;
  background: #fff; }

.modal-callback__title, .modal-calc__title, .modal-thanks__title {
  font-size: 44px;
  line-height: 1;
  font-weight: normal;
  text-align: center; }

.modal-callback__subtitle, .modal-thanks__subtitle {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center; }

.modal-callback__inputs {
  margin: 20px 0 0; }

.modal-callback__input {
  margin: 30px 0 0; }
  .modal-callback__input:first-child {
    margin: 0; }

.modal-callback__button, .modal-calc__button {
  width: 100%;
  margin: 39px auto 0; }

.modal-calc {
  position: relative;
  width: 970px;
  padding: 30px 41px 44px;
  color: #131214;
  background: #fff; }

.modal-calc__sides {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -15px 0; }
  .modal-calc__sides .modal-calc__sides {
    margin-top: 0; }

.modal-calc__side {
  width: 50%;
  padding: 0 15px; }

.modal-calc__input {
  margin: 30px 0 0; }
  .modal-calc__input:first-child {
    margin: 0; }

.modal-calc__button {
  max-width: 470px; }

.modal-thanks {
  position: relative;
  width: 570px;
  padding: 30px;
  color: #131214;
  background: #fff; }

.popup-card {
  position: relative;
  z-index: 10;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.92);
  overflow: auto; }
  .popup-card .modal-close {
    right: 24px;
    top: 24px; }
  .popup-card a {
    color: #fff; }

.popup-card__inner {
  display: flex;
  flex-direction: column;
  padding: 93px 0 30px; }

.popup-card__menu, .popup-card__categories {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
  font-size: 17px;
  letter-spacing: 0.7px;
  list-style: none; }
  .popup-card__menu li, .popup-card__categories li {
    margin: 0 0 0 54px; }
    .popup-card__menu li:first-child, .popup-card__categories li:first-child {
      margin: 0; }
  .popup-card__menu a, .popup-card__categories a {
    display: inline-block;
    padding: 5px 12px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent; }
    .popup-card__menu a:hover, .popup-card__categories a:hover, .popup-card__menu a.active, .popup-card__categories a.active {
      color: #52b633;
      border-bottom-color: #52b633; }

.popup-card__title {
  margin: 0 0 40px;
  font-size: 82px;
  font-weight: normal;
  text-align: center; }

.popup-card__categories {
  align-self: center;
  margin: 0 0 80px;
  padding: 0 42px;
  background: #fff; }
  .popup-card__categories li {
    margin: 0 0 0 30px; }
  .popup-card__categories a {
    color: #000; }

.popup-card__tab {
  display: none; }

.popup-card__tab_active {
  display: flex; }

.popup-card__tab-image {
  width: 100%;
  margin: 0 0 0 -390px;
  padding: 0 15px; }
  .popup-card__tab-image img {
    width: 100%; }

.popup-card__tab-content {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 50%;
  padding: 33px 0 3px 15px; }

.popup-card__tab-title {
  position: relative;
  margin: 0 0 33px;
  padding: 0 0 22px;
  font-size: 54px;
  line-height: 1;
  font-weight: normal; }
  .popup-card__tab-title:after {
    display: block;
    content: '';
    position: absolute;
    left: -100px;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #52b633; }

.popup-card__tab-text {
  margin: 0 0 33px;
  font-size: 16px;
  text-align: justify; }
  .popup-card__tab-text ul {
    list-style: none; }
    .popup-card__tab-text ul li {
      position: relative;
      padding: 0 0 0 13px; }
      .popup-card__tab-text ul li:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 5px;
        height: 5px;
        background: #fff;
        border-radius: 50%; }

.popup-card__tab-buttons {
  display: flex;
  margin: 0 -15px 33px; }

.popup-card__tab-button {
  width: 50%;
  padding: 0 15px; }
  .popup-card__tab-button a {
    padding: 0 15px; }

.popup-card__tab-back {
  position: relative;
  display: inline-block;
  align-self: flex-start;
  margin: auto 0 0;
  padding: 5px 21px 5px 11px;
  border-bottom: 2px solid #ddd; }
  .popup-card__tab-back:before {
    display: block;
    content: '';
    position: absolute;
    right: 100%;
    bottom: -11px;
    width: 11px;
    height: 20px;
    background: url("../images/arrow-3.png") no-repeat; }

.debug {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  padding: 5px;
  color: #fff;
  background: #000; }
  .debug:before {
    content: 'desktop'; }

/* Debug */
@media (max-width: 1199px) {
  .debug:before {
    content: '1199'; } }

@media (max-width: 991px) {
  .debug:before {
    content: '991'; } }

@media (max-width: 767px) {
  .debug:before {
    content: '767'; } }

@media (max-width: 575px) {
  .debug:before {
    content: '575'; } }

/* FONT SIZE TABLE */
/*
82 > 64 > 48 > 36 > 28
68,
60 > 48 > 36 > 28 > 22
54,
48,
44,
40 > 36 > 28 > 22 > 18
28 > 22 > 20 > 18 > 16
25,
24,
22 > 20 > 18 > 16
18 >    > 16 >    > 
16 >    >    >    > 14
*/
@media (max-width: 1599px) {
  .clients__slider {
    margin: 45px 30px 0; }
    .clients__slider .slick-list {
      overflow: hidden; }
    .clients__slider .slick-arrow {
      bottom: auto;
      top: 50%;
      width: 50px;
      height: 50px;
      transform: translateY(-25px); }
      .clients__slider .slick-arrow.slick-prev {
        right: auto;
        left: -30px; }
      .clients__slider .slick-arrow.slick-next {
        right: -30px; } }

@media (max-width: 1199px) {
  .button-1 {
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    letter-spacing: 0; }
  .button-2, .button-3, .button-7, .button-4, .button-5, .button-6 {
    padding: 0 30px;
    height: 60px;
    font-size: 20px;
    letter-spacing: 0; }
  .input-1 input, .input-2 input {
    height: 60px; }
  .input-2 input {
    height: 36px; }
  .header__inner {
    padding: 10px 0; }
  .header__logo, .footer__logo {
    height: 60px; }
  .header__menu {
    margin-left: 15px;
    letter-spacing: 0; }
    .header__menu li {
      margin: 0 0 0 15px; }
  .homescreen__title {
    margin-bottom: 30px;
    font-size: 48px; }
  .homescreen__subtitle {
    font-size: 22px; }
  .homescreen__item {
    width: 33.33% !important; }
  .title_big, .title_middle {
    font-size: 48px; }
  .subtitle {
    margin-top: 0;
    font-size: 20px; }
  .categories__inner,
  .examples__inner,
  .solutions__inner,
  .video__inner,
  .clients__inner,
  .quality__inner,
  .write__inner {
    padding: 60px 0; }
  .categories__items {
    margin: 60px 0 0; }
  .categories__item {
    align-items: flex-start;
    margin: 60px -15px 0 !important; }
    .categories__item:first-child {
      margin-top: 0 !important; }
    .categories__item:nth-child(odd) .categories__item-image {
      margin-left: -15px; }
    .categories__item:nth-child(even) .categories__item-image {
      margin-left: 0;
      margin-right: -15px; }
    .categories__item:nth-child(2n+2) .categories__item-image:after {
      display: none; }
    .categories__item:nth-child(2n+3):before {
      display: none; }
    .categories__item:nth-child(2n+3) .categories__item-image:after {
      display: none; }
  .categories__item-image:before {
    display: none; }
  .categories__item-content {
    margin: 0 !important;
    padding: 0 15px !important; }
  .categories__item-title {
    margin-right: 0;
    font-size: 36px; }
  .categories__item-text {
    text-align: left; }
  .examples__slider {
    margin: 45px 0 0; }
    .examples__slider .slick-arrow {
      top: auto;
      bottom: 0;
      width: 50px;
      height: 50px;
      transform: none !important; }
      .examples__slider .slick-arrow.slick-prev {
        left: 0; }
      .examples__slider .slick-arrow.slick-next {
        left: auto;
        right: 0; }
    .examples__slider .slick-dots {
      margin: 30px 0 0;
      padding: 0 30px; }
  .examples__slide-content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 30px; }
  .examples__slide-title {
    font-size: 36px; }
  .examples__slide-text {
    text-align: left; }
  .solutions__slider .slick-arrow {
    width: 50px;
    height: 50px; }
  .solutions__inner:before {
    display: none; }
  .solutions__slider {
    margin: 45px 0 0; }
    .solutions__slider .slick-arrow {
      left: auto;
      top: auto;
      bottom: 0;
      transform: none !important; }
      .solutions__slider .slick-arrow.slick-prev {
        left: 15px; }
      .solutions__slider .slick-arrow.slick-next {
        right: 15px; }
    .solutions__slider .slick-dots {
      margin: 30px 0 0;
      padding: 0 30px; }
  .solutions__slide-inner {
    align-items: flex-start; }
  .solutions__slide-image {
    margin-left: -15px; }
  .solutions__slide-content {
    padding: 0 15px; }
  .solutions__slide-title {
    margin-right: 0;
    font-size: 36px; }
    .solutions__slide-title:after {
      right: 0; }
  .solutions__slide-text {
    text-align: left; }
  .solutions__slide-price {
    font-size: 36px; }
  .video__inner:before, .video__inner:after {
    display: none; }
  .video__placeholder {
    margin: 60px 0 0; }
  .quality__content {
    margin-top: 60px; }
  .quality__text {
    text-align: left; }
  .write__inner:before {
    display: none; }
  .modal-policy {
    width: 970px; }
  .modal-callback__title, .modal-calc__title, .modal-thanks__title {
    font-size: 36px; }
  .modal-callback__subtitle, .modal-thanks__subtitle {
    font-size: 20px; }
  .popup-card .modal-close {
    right: 15px;
    top: 15px; }
  .popup-card__inner {
    padding: 50px 0; }
  .popup-card__menu, .popup-card__categories {
    margin: 0;
    letter-spacing: 0; }
    .popup-card__menu li, .popup-card__categories li {
      margin: 0 0 0 15px; }
  .popup-card__title {
    margin: 0;
    font-size: 64px; }
  .popup-card__categories {
    margin: 0 0 30px;
    padding: 0; }
  .popup-card__tab-image {
    margin-left: -30px; }
  .popup-card__tab-content {
    padding-top: 0; }
  .popup-card__tab-title {
    font-size: 36px; }
  .popup-card__tab-text {
    text-align: left; } }

@media (max-width: 991px) {
  .button-2, .button-3, .button-7, .button-4, .button-5, .button-6 {
    font-size: 18px; }
  .input-1 input, .input-2 input,
  .input-1 textarea,
  .input-2 textarea {
    font-size: 16px; }
  .header__menu {
    display: none; }
  .header__right {
    margin-left: auto; }
  .header__menu-button {
    display: block; }
  .homescreen__title {
    font-size: 36px; }
  .homescreen__subtitle {
    font-size: 20px; }
  .homescreen__item-content {
    padding: 15px 15px 15px 21px; }
  .homescreen__item-icon {
    height: 36px;
    line-height: 36px; }
  .homescreen__item-title {
    font-size: 16px;
    letter-spacing: 0; }
  .title_big, .title_middle {
    font-size: 36px; }
  .subtitle {
    font-size: 18px; }
  .categories__item-title {
    font-size: 28px; }
  .examples__slide-title {
    font-size: 28px; }
  .solutions__slide-price {
    font-size: 28px; }
  .solutions__slide-buttons {
    display: block; }
  .solutions__slide-button {
    width: auto !important;
    margin: 15px 0 0; }
    .solutions__slide-button:first-child {
      margin: 0; }
  .solutions__slide-title {
    font-size: 28px; }
  .clients__slider .slick-slide {
    height: 125px; }
  .footer {
    text-align: center; }
  .footer__inner {
    flex-direction: column; }
  .footer__menu {
    display: block;
    width: auto;
    margin: 30px 0 0; }
    .footer__menu li {
      width: auto !important; }
  .footer__content {
    order: 1;
    margin: 30px 0 0; }
  .footer__contacts {
    margin: 30px 0 0; }
  .modal-policy {
    width: 740px; }
  .modal-callback__title, .modal-calc__title, .modal-thanks__title {
    font-size: 28px; }
  .modal-callback__subtitle, .modal-thanks__subtitle {
    font-size: 18px; }
  .modal-calc {
    width: 740px; }
  .popup-card__menu, .popup-card__categories {
    display: none; }
  .popup-card__title {
    font-size: 48px; }
  .popup-card__categories {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none; }
    .popup-card__categories li {
      margin: 0; }
    .popup-card__categories a {
      color: #fff; }
  .popup-card__tab-title {
    font-size: 28px; } }

@media (max-width: 767px) {
  .button-1, .button-2, .button-3, .button-7, .button-4, .button-5, .button-6 {
    font-size: 16px; }
  .homescreen__title {
    font-size: 28px; }
  .homescreen__subtitle {
    font-size: 18px; }
  .homescreen__button {
    max-width: 250px; }
  .homescreen__item {
    padding: 0 5px; }
  .homescreen__item-content {
    padding: 15px 10px 15px 12px; }
    .homescreen__item-content:before {
      top: 0;
      width: 2px; }
  .homescreen__item-title {
    font-size: 14px; }
  .title_big, .title_middle {
    font-size: 28px; }
  .subtitle {
    font-size: 16px; }
  .categories__item-title {
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 22px; }
  .examples__slider .slick-dots li {
    margin: 0 0 0 15px; }
  .solutions__slide-inner {
    display: block; }
  .solutions__slide-image {
    width: auto;
    margin: 0 -15px; }
  .solutions__slide-content {
    width: auto;
    margin: 30px 0 0; }
  .examples__slide-title {
    font-size: 22px; }
  .examples__slide-buttons {
    display: block; }
  .examples__slide-button {
    margin: 15px 0 0; }
    .examples__slide-button:first-child {
      margin: 0; }
  .solutions__slide-price {
    font-size: 22px; }
  .solutions__slide-title {
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 22px; }
    .solutions__slide-title:after {
      left: 0; }
  .solutions__slide-text {
    margin: 0 0 15px; }
  .solutions__slide-price {
    margin: 0 0 15px; }
  .video__placeholder:after {
    width: 100px;
    height: 100px;
    background-size: 40px 40px; }
  .clients__slider .slick-slide {
    height: 100px; }
  .quality__left {
    padding: 30px 30px 30px 15px; }
  .quality__image {
    padding: 15px; }
  .quality__right {
    padding: 0 15px; }
  .quality__text {
    padding: 0;
    margin: 0 0 30px; }
    .quality__text:before {
      display: none; }
  .modal-policy {
    width: 550px; }
  .modal-callback {
    width: 290px;
    padding: 30px 15px; }
  .modal-callback__title, .modal-calc__title, .modal-thanks__title {
    font-size: 22px; }
  .modal-callback__subtitle, .modal-thanks__subtitle {
    font-size: 16px; }
  .modal-calc {
    width: 290px;
    padding: 30px 15px; }
  .modal-calc__sides {
    display: block; }
  .modal-calc__side {
    width: auto;
    margin: 30px 0 0; }
    .modal-calc__side:first-child {
      margin: 0; }
  .modal-thanks {
    width: 290px;
    padding: 30px 15px; }
  .popup-card__title {
    font-size: 36px; }
  .popup-card__tab-title {
    font-size: 22px; }
  .popup-card__tab_active {
    display: block; }
  .popup-card__tab-image {
    width: auto;
    margin: 0 -15px; }
  .popup-card__tab-content {
    width: auto;
    margin: 30px -15px 0;
    padding: 0 15px; }
  .popup-card__tab-title {
    margin: 0 0 15px;
    padding: 0 0 15px; }
    .popup-card__tab-title:after {
      left: 0; }
  .popup-card__tab-back {
    align-self: center; } }

@media (max-width: 575px) {
  .header__button {
    display: none; }
  .header__phones {
    margin: 0; }
  .homescreen__title {
    font-size: 22px; }
  .homescreen__subtitle {
    font-size: 16px; }
  .homescreen__items {
    margin-top: 15px; }
  .homescreen__item-icon {
    height: 28px;
    line-height: 32px;
    margin: 0 0 10px; }
  .homescreen__item-title {
    font-size: 11px; }
    .homescreen__item-title:before {
      margin: 0 0 10px; }
  .title_big, .title_middle {
    font-size: 22px; }
  .categories__item {
    display: block;
    margin: 30px 0 0 !important; }
  .categories__item-image {
    width: auto;
    margin: 0 -15px !important;
    padding: 0; }
  .categories__item-content {
    width: auto;
    margin: 15px 0 0 !important;
    padding: 0 !important; }
  .categories__item-title {
    font-size: 18px; }
    .categories__item-title:after {
      left: 0 !important;
      right: 0 !important; }
  .categories__item-text {
    font-size: 14px; }
  .examples__slide-content {
    padding: 15px; }
  .examples__slide-title {
    font-size: 18px; }
  .examples__slide-text {
    font-size: 14px; }
  .solutions__slide-price {
    font-size: 18px; }
  .solutions__slide-text {
    font-size: 14px; }
  .solutions__slide-title {
    font-size: 18px; }
  .solutions__slide-text {
    font-size: 14px; }
  .quality__content {
    display: block; }
  .quality__left {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 15px; }
    .quality__left:before {
      display: none; }
  .quality__image {
    padding: 0; }
  .quality__right {
    width: auto;
    margin: 30px 0 0; }
  .quality__text {
    font-size: 14px;
    text-align: center; }
  .quality__button {
    max-width: none; }
  .write__form-inputs {
    display: block; }
  .write__form-input {
    width: auto; }
    .write__form-input:first-child {
      margin: 0; }
  .write__form-button {
    max-width: none; }
  .modal-policy {
    width: 290px; }
  .modal-callback__title, .modal-calc__title, .modal-thanks__title {
    font-size: 18px; }
  .modal-callback__subtitle, .modal-thanks__subtitle {
    font-size: 14px; }
  .popup-card__title {
    font-size: 28px; }
  .popup-card__tab-title {
    font-size: 18px; }
  .popup-card__tab-text {
    font-size: 14px; }
  .popup-card__tab-buttons {
    display: block; }
  .popup-card__tab-button {
    width: auto;
    margin: 15px 0 0; }
    .popup-card__tab-button:first-child {
      margin: 0; } }
