@charset "UTF-8";
/* base */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baselinebaseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ''; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* base colors */
.color-violet {
  --main-500: #4f4ea1;
  --light-500: #d1d0ff; }

.color-blue {
  --main-500: #0e7bcf;
  --light-500: #c7e7ff; }

.color-red {
  --main-500: #c52727;
  --light-500: #f9c6c6; }

.color-green {
  --main-500: #199351;
  --light-500: #cbffe3; }

.color-blue-dark {
  --main-500: #195bbd;
  --light-500: #8cbafc;
}
.color-orange-dark {
  --main-500: #e37a01;
  --light-500: #fdb84d;
}

.color-light {
  color: var(--light-500); }

.color-border-light {
  border-color: var(--light-500) !important; }

.color-text {
  color: var(--main-500); }

.color-border {
  border-color: var(--main-500) !important; }

.color-block {
  background: var(--main-500); }

/* OTHER */

.err_field {
  border: 2px red solid!important;
}


/* icons */
.custom-stroke {
  stroke: var(--main-500);
  width: 36px;
  height: 36px;
  fill: var(--main-500); }

.phone_line {
  width: 36px;
  height: 36px; }

.car_line {
  width: 36px;
  height: 36px; }

.note_line, .gear_line {
  width: 40px;
  height: 40px; }

.list_line {
  width: 40px;
  height: 37px; }

.telegram_line {
  fill: #5eb2e4;
  width: 34px;
  height: 34px; }

.telegram_line.custom-color {
  fill: var(--main-500); }

.viber_line {
  /*stroke: #b05ef6;
  fill: #b05ef6;*/
  stroke: #8e23aa;
  fill: #8e23aa;
  width: 38px;
  height: 38px; }

.footer__contacts .viber_line {
  stroke: #b05ef6;
  fill: #b05ef6;
}

.viber_line.custom-color {
  stroke: var(--main-500);
  fill: var(--main-500); }

.wa_line {
  /*stroke: #29f40e;
  fill: #29f40e;*/
  stroke: #4bae50;
  fill: #4bae50;
  width: 30px;
  height: 30px; }

.footer__contacts .wa_line {
  stroke: #29f40e;
  fill: #29f40e;
}

.wa_line.custom-color {
  stroke: var(--main-500);
  fill: var(--main-500); }

/*.header__contacts .viber_line {
  stroke: #4bae50;
  fill: #4bae50; }

.header__contacts .wa_line {
  stroke: #8e23aa;
  fill: #8e23aa; }*/

.header__contacts .telegram_line {
  fill: #27aed6; }

/* profits */
.profits__item__content:before {
  content: '';
  height: 125px;
  width: 125px;
  background: var(--main-500);
  display: block;
  opacity: .05;
  position: absolute;
  top: -50px;
  left: -45px;
  border-radius: 100%; }

.profits__item__content:after {
  content: '';
  height: 80px;
  width: 80px;
  background: var(--main-500);
  display: block;
  opacity: .05;
  position: absolute;
  top: -20px;
  left: -35px;
  border-radius: 100px; }

.color-block .profits__item__hover.color-block {
  background: var(--light-500);
  color: #000000; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 24px; }

h1 {
  font-size: 48px;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 55px;
  font-weight: 600; }

h2 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 80px;
  font-weight: 600; }

h1 span {
  font-size: 36px;
  font-weight: 400;
  display: block; }

h3 {
  font-size: 40px;
  line-height: 54px;
  color: var(--main-500);
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center; }

.subtitle {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 80px;
  text-align: center; }

.color-block h3 {
  color: #ffffff; }

/* pages */
.center {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding: 60px 30px; }

.flex-block {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }

/* header */
.header {
  position: fixed;
  width: 100%;
  height: 80px;
  padding-top: 5px;
  left: 0 ;
  top: 0;
  z-index: 100;
  box-shadow: 0 0 10px 10px rgba(0,0,0,.3);
  background: #ffffff;
}
body {
  padding-top: 85px;
}
.header .center.flex-block {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 10px; }

.header__logo_image {
  width: 270px;
  text-align: center; }
  .header__logo_image img {
    /*max-height: 100px;*/
    max-height: 70px;
    max-width: 230px;
    vertical-aLign: middle; }

.header_cart {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding-left: 70px;
  position: relative;
  padding-right: 50px;
  box-sizing: border-box;
  width: 185px; }
  .header_cart:hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.08); }
  .header_cart b {
    font-weight: normal;
    position: relative;
    z-index: 5; }
  .header_cart:before {
    content: '';
    display: block;
    background: url(../images/cart.png) center center no-repeat;
    height: 28px;
    width: 32px;
    position: absolute;
    left: 20px;
    top: 5px;
    z-index: 5; }
  .header_cart span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #c80d0d;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5; }

.color-red .header_cart span {
  background: #680606; }

.header__contacts {
  margin-bottom: 7px; }
  .header__contacts .phones {
    padding-top: 5px;
  }
  .header__contacts .phones a {
    color: #000000;
    font-size: 24px;
    text-decoration: none;
    padding-left: 25px;
    background: url(../images/phone.png) left center no-repeat;
    margin-right: 20px; }
  .header__contacts .socials {
    width: 185px; }
    .header__contacts .socials a {
      margin-top: 15px;
      display: block;
      height: 30px;
    }
    .header__contacts .socials a.viber {
      margin-top: 13px;
    }
.header-content {
  width: calc(100% - 290px); }

.show-mobile-phone {
  display: none; }

.header_search form {
  width: calc(100% - 205px);
  height: 40px;
  border: 1px solid #c8c7c7;
  margin-right: 20px;
  border-radius: 50px;
  background: #ffffff;
  overflow: hidden; }
  .header_search form input[type="text"] {
    border-radius: 60px 0 0 60px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    padding-left: 20px;
    height: 40px;
    line-height: 39px;
    width: calc(100% - 50px); }
  .header_search form .search_button {
    height: 40px;
    width: 45px;
    border: none;
    outline: none;
    background: url(../images/lupa.png) center center no-repeat;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
    vertical-align: top; }
    .header .geo {
      display: block;
      background: url(../images/geo.png) left top no-repeat;
      padding-left: 25px;
      font-size: 16px;
      padding-top: 2px;
    }

.close-mobile-phone {
  display: none; }

/* footer */
.footer {
  position: relative;
  color: #ffffff; }

.footer:before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }

.footer .center {
  position: relative;
  z-index: 4;
  padding: 40px 30px; }
.footer b {
  font-size: 18px;
  font-weight: normal; }
.footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  margin-left: 20px; }
.footer .footer__mail a {
  font-size: 16px;
  padding-left: 35px;
  background: url(../images/mail.png) left center no-repeat; }
.footer .socials {
  margin-left: 30px; }

.footer__info {
  text-align: center;
  padding: 30px 0 0 0;
  font-size: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .footer__info p {
    margin-bottom: 5px; }
 .footer__info p:last-child {
   margin-bottom: 0; }
 .footer__info p.catsoft-info {
     margin-bottom: 0;
    text-align: right;
    font-size: 14px;
    opacity: .7;
    margin-top: 30px;
  }
      
  .footer .footer__info p.catsoft-info a {
    font-size: 14px;
     margin-left: 0;
    text-decoration: underline;
  }
/* profits */
.profits__item__blank {
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  transition: all .8s linear;
  z-index: 10;
  transition-delay: calc(0.3s * var(--i)); }

.animated .profits__item__blank {
  height: 0;
  width: 0; }

/*.profits__item__content div:after {
	content: attr(data-item);
}*/
.profits__content.flex-block {
  flex-wrap: wrap; }

.profits__item {
  width: 30%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 60px; }
  .profits__item:hover .profits__item__hover {
    opacity: 1; }

.profits__item .svg-inline--fa.fa-w-20 {
  width: 1.15em;
}

.profits__item__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  box-sizing: border-box;
  z-index: 5;
  transition: all .2s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  text-align: center; }
  .profits__item__hover p {
    font-size: 17px;
    line-height: 24px;
    padding: 20px 40px; }
  .profits__item__hover:before {
    content: '';
    display: block;
    width: 75px;
    height: 75px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: .1;
    filter: invert(100%); }
  .profits__item__hover.pic_01:before {
    background-image: url(../images/profit_01.png); }
  .profits__item__hover.pic_02:before {
    background-image: url(../images/profit_02.png); }
  .profits__item__hover.pic_03:before {
    background-image: url(../images/profit_03.png); }
  .profits__item__hover.pic_04:before {
    background-image: url(../images/profit_04.png); }
  .profits__item__hover.pic_05:before {
    background-image: url(../images/profit_05.png); }
  .profits__item__hover.pic_06:before {
    background-image: url(../images/profit_06.png); }

.profits__item__content {
  padding: 50px 0 50px 0; }
  .profits__item__content p {
    font-size: 20px;
    margin-bottom: 35px;
    padding: 0 20px 0 115px; }
    .profits__item__content p b {
      font-size: 24px;
      font-weight: 400;
      padding-top: 3px;
      display: block; }
  .profits__item__content div {
    height: 2px;
    width: 100%;
    border-top: 2px solid #e2e2e2;
    position: relative; }
    .profits__item__content div b {
      display: block;
      position: absolute;
      color: #ffffff;
      width: 30px;
      height: 30px;
      border-radius: 50px;
      border: 4px solid #ffffff;
      right: 20px;
      top: -19px;
      text-align: center;
      line-height: 27px; }
  .profits__item__content span {
    display: block;
    width: 75px;
    height: 75px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: .2; }
  .profits__item__content.pic_01 span {
    background-image: url(../images/profit_01.png); }
  .profits__item__content.pic_02 span {
    background-image: url(../images/profit_02.png); }
  .profits__item__content.pic_03 span {
    background-image: url(../images/profit_03.png); }
  .profits__item__content.pic_04 span {
    background-image: url(../images/profit_04.png); }
  .profits__item__content.pic_05 span {
    background-image: url(../images/profit_05.png); }
  .profits__item__content.pic_06 span {
    background-image: url(../images/profit_06.png); }

/* socials */
.socials {
  justify-content: center;
  display: flex; }
  .socials a {
    margin: 0 5px; }
  .socials img {
    vertical-align: middle; }
  .socials .viber {
    margin-top: -2px; }

/* map content */
.map__block {
  position: relative;
  overflow: hidden; }
  .map__block img {
    display: block; }
  .map__block .center {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    height: 100%;
    padding: 0; }

.map__contacts {
  position: absolute;
  top: 25px;
  right: 50px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  width: 320px;
  box-sizing: border-box;
  padding: 30px 30px 20px 30px; }
  .map__contacts p {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600; }
  .map__contacts .phone {
    padding-left: 50px;
    background: url(../images/phone.png) 17px center no-repeat;
    margin-bottom: 20px; }
    .map__contacts .phone a {
      color: #000000;
      font-weight: 600;
      font-size: 24px;
      text-decoration: none; }
  .map__contacts .geo {
    padding-left: 50px;
    background: url(../images/geo.png) 20px top no-repeat;
    margin-bottom: 20px; 
    font-size: 16px;
    line-height: 20px;
  }
  .map__contacts .socials {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
    .map__contacts .socials a {
      margin: 0 8px; }

/* choice variants */
.search-variants {
  background: url(../images/variants-bg.webp) center top no-repeat;
  background-attachment: fixed;
  position: relative; }
  .search-variants .color-cover {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .2;
    z-index: 2; }
  .search-variants .center {
    position: relative;
    z-index: 5; }
  .search-variants h3 {
    margin-bottom: 60px; }

.search-variants__item {
  width: 47%;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  opacity: 1;
  transition: all 1s linear;
  transition-delay: calc(.5s * var(--i));
  opacity: 0;
  position: relative; }
  .search-variants__item:nth-child(2) {
    z-index: 2; }

.animated .search-variants__item {
  opacity: 1; }

.search-variants__content {
  position: relative; }

.search-variants__list {
  padding: 0 55px; }

.search-variants__title {
  border-radius: 9px 9px 0 0;
  margin-bottom: 40px;
  padding: 20px 15px;
  padding-left: 80px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #ffffff; }

.search-variants__number {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: 7px solid #000000;
  position: absolute;
  left: 15px;
  top: -15px;
  text-align: center;
  line-height: 80px;
  font-size: 48px;
  font-weight: 600;
  color: #a6a6a6;
  background: #ffffff;
  z-index: 7; }

.search-variants__list_item {
  margin-bottom: 30px;
  height: 50px; }
  .search-variants__list_item.flex-block {
    justify-content: flex-start; }
  .search-variants__list_item p {
    padding-left: 25px; }
  .search-variants__list_item i {
    display: block;
    font-style: normal;
    opacity: .7;
    line-height: 20px;
    font-size: 17px; }

.search-variants__button {
  padding: 10px 55px 50px 55px; }
  .search-variants__button a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 6px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background: #bf0303;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    cursor: pointer; }
    .search-variants__button a:hover {
      background: #a51010; }
    .search-variants__button a b {
      display: block;
      height: 250%;
      width: 150px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
      transform: skew(-35deg, -35deg);
      position: absolute;
      z-index: 5;
      top: -30px; }

/* animation button */
#blink {
  -webkit-animation: blink 3s 2s linear infinite;
  animation: blink 3s 2s linear infinite; }

@-webkit-keyframes blink {
  0% {
    left: -200%; }
  100% {
    left: 450%; } }
@keyframes blink {
  0% {
    left: -10%; }
  100% {
    left: 450%; } }
.search-variants__slogan {
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  position: relative; }
  .search-variants__slogan:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }
  .search-variants__slogan .center {
    position: relative;
    z-index: 5; }

/* main screen */
.main_screen {
  background: url(../images/variants-bg_01.jpg) center top no-repeat;
  background-attachment: fixed; }
  .main_screen .main_screen__text {
    padding-top: 60px; }
  .main_screen .center {
    overflow: hidden; }
  .main_screen h1 {
    margin-left: -3000px;
    transition: all .2s linear;
    transition-delay: .4s; }
  .main_screen h2 {
    margin-left: -3000px;
    transition: all .5s linear;
    transition-delay: 0.5s; }
  .main_screen .main_screen__form {
    opacity: 0;
    transition: all .7s linear;
    transition-delay: 1s; }

.main_screen.start h1 {
  margin-left: 0; }
.main_screen.start h2 {
  margin-left: 0; }
.main_screen.start .main_screen__form {
  opacity: 1; }
.main_screen.start .main_screen__buttons {
  margin-left: 0; }

.main_screen__buttons {
  margin-left: -3000px;
  transition: all .5s linear;
  transition-delay: 1s;
  padding-top: 10px; }
  .main_screen__buttons h2 {
    padding-top: 10px; }
  .main_screen__buttons a {
    display: block;
    height: 45px;
    line-height: 45px;
    margin-right: 20px;
    padding-left: 70px;
    padding-right: 25px;
    position: relative;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
    border-radius: 6px;
    overflow: hidden; }
    .main_screen__buttons a span {
      position: relative;
      z-index: 5; }
    .main_screen__buttons a b {
      position: absolute;
      left: 0;
      top: 0;
      height: 45px;
      border-radius: 6px 0 0 6px;
      width: 55px;
      transition: all .3s linear;
      z-index: 2; }
    .main_screen__buttons a.main_screen__wa {
      background: #b6e4b6; }
      .main_screen__buttons a.main_screen__wa b {
        background: #0aa40a url(../images/wa-white.png) 12px 7px no-repeat; }
    .main_screen__buttons a.main_screen__catalog {
      background: #efb7b7; }
      .main_screen__buttons a.main_screen__catalog b {
        background: #c80d0d url(../images/catalog-white.png) 12px 7px no-repeat; }
    .main_screen__buttons a:hover {
      color: #ffffff; }
      .main_screen__buttons a:hover b {
        width: 100%; }
  .main_screen__buttons.flex-block {
    justify-content: flex-start; }

/* search variants // light block */
.search-variants.light-block .color-cover {
  background: #ffffff;
  opacity: .85; }
.search-variants.light-block .search-variants__item {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }

.color-block.light-block h3 {
  color: var(--main-500); }

/* search variants // horisontal */
.search-variants.horisontal .flex-block.search-variants-list {
  display: block; }
.search-variants.horisontal .search-variants__item {
  width: 100%;
  padding-bottom: 30px; }
.search-variants.horisontal .search-variants__list {
  display: flex;
  justify-content: space-between; }
.search-variants.horisontal .search-variants__title {
  text-align: left; }
.search-variants.horisontal .search-variants__number {
  color: #ffffff;
  background: none;
  border: none;
  width: 64px;
  height: 64px;
  line-height: 64px;
  opacity: .2;
  left: 10px;
  top: 0; }
.search-variants.horisontal .search-variants__list {
  padding: 0 40px; }
.search-variants.horisontal .search-variants__list_item {
  height: auto;
  width: 24%;
  box-sizing: border-box;
  padding-right: 5px; }
  .search-variants.horisontal .search-variants__list_item p {
    padding-left: 10px; }
    .search-variants.horisontal .search-variants__list_item p b {
      line-height: 20px;
      margin-bottom: 8px;
      display: block; }
.search-variants.horisontal .search-variants__button {
  padding: 0 40px; }
  .search-variants.horisontal .search-variants__button a {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    line-height: 50px; }
.search-variants.horisontal .search-variants__item:nth-child(1) {
  margin-bottom: 50px; }
.search-variants.horisontal .search-variants__form {
  position: relative;
  left: auto;
  top: auto;
  width: 47% !important;
  margin-left: auto;
  margin-right: auto; }
  .search-variants.horisontal .search-variants__form form {
    padding: 25px 40px; }

/* search variants // light block */
.profits__block.light-block {
  background: #f7f7f7; }

/* search variants // color block */
.profits__block.color-block {
  position: relative; }
  .profits__block.color-block:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 3; }
  .profits__block.color-block .center {
    position: relative;
    z-index: 5; }
  .profits__block.color-block .subtitle {
    color: #ffffff;
    opacity: .7; }

.color-block .profits__item__hover.color-block:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 3;
  opacity: .6; }
.color-block .profits__item__hover.color-block:before {
  opacity: .4; }
.color-block .profits__item__hover.color-block p {
  position: relative;
  z-index: 5; }

.vertical .profits__item__content {
  padding: 25px 0; }
  .vertical .profits__item__content p {
    padding-left: 120px;
    margin-bottom: 5px; }
  .vertical .profits__item__content:before {
    display: none; }
  .vertical .profits__item__content:after {
    border-radius: 0;
    width: 70px;
    height: 100%;
    left: 0;
    top: 0; }
.vertical .profits__item__content span {
  display: block;
  position: relative;
  left: auto;
  top: auto;
  margin-left: 120px;
  margin-bottom: 20px; }
.vertical .profits__item__content div {
  position: absolute;
  left: 25px;
  top: 15px;
  width: 60px;
  height: 60px;
  border: none; }
  .vertical .profits__item__content div b {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    top: 0;
    left: 0;
    line-height: 58px;
    font-size: 30px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    border: 0; }

/* slider */
.slider__content {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  border-radius: 10px; }

.slider__item {
  border-radius: 10px;
  overflow: hidden;
  position: relative; }
  .slider__item.flex-block {
    align-items: center; }
  .slider__item .button {
    position: absolute;
    bottom: 35px; }

.slider__item__img img {
  height: 400px;
  display: block;
  border-radius: 10px 0 0 10px; }

.slider__item__text {
  padding-left: 30px;
  padding-right: 20px; }
  .slider__item__text p {
    padding-bottom: 70px; }

.slider-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 30px; }


.slider__wrapper {
  padding-bottom: 55px;
  }

/* Ограничивающая оболочка*/
.slick-list {
  overflow: hidden; }

/* Лента слайдов */
.slider__content {
  min-width: 0;
  position: relative; }

.slick-track {
  display: flex; }

.slick-arrow {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #eceff3;
  margin: 0 5px;
  font-size: 0;
  bottom: 40px;
  z-index: 8;
  right: 100px;
  border: none;
  outline: none;
  cursor: pointer; }
  .slick-arrow:before {
    content: '';
    height: 20px;
    width: 12px;
    background: url(../images/slider-arrow.png) left top no-repeat;
    position: absolute;
    top: 10px;
    left: 12px; }
  .slick-arrow:hover:before {
    background-position: left bottom; }
  .slick-arrow.slick-next {
    right: 45px; }
  .slick-arrow.slick-next:before {
    transform: rotate(180deg);
    left: 16px; }

.slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -50px;
  width: 100%; }
  .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 6px; }
    .slick-dots li button {
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50px;
      background: #b4bece;
      font-size: 0;
      border: none;
      outline: none;
      cursor: pointer; }
    .slick-dots li.slick-active button {
      background: #c80d0d; }

/* Слайд  
.slick-slide{}*/
/* Слайд активный (показывается)
.slick-slide.slick-active{} */
/* Слайд основной 
.slick-slide.slick-current{} */
/* Слайд по центру 
.slick-slide.slick-center{} */
/* Клонированный слайд
.slick-slide.slick-cloned{}*/
/* Стрелка 
.slick-arrow{} */
/* Стрелка влево  
.slick-arrow.slick-prev{} */
/* Стрелка вправо  
.slick-arrow.slick-next{}*/
/* Стрелка не активная  
.slick-arrow.slick-disabled{}*/
/* Точки (булиты) 
.slick-dots{} 
.slick-dots li{} */
/* Активная точка
.slick-dots li.slick-active{}*/
/* Элемент точки 
.slick-dots li button{} */
/* form */
/* form elements */
.button {
  height: 50px;
  border-radius: 8px;
  padding: 0 45px;
  box-sizing: border-box;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  border: none;
  outline: none;
  background: #ee0f0f;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer; }
  .button:hover {
    background: #d50808; }

input[type='text'] {
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
  color: #000000;
  border-radius: 6px;
  border: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px; }

textarea {
  height: 80px;
  font-size: 16px;
  line-height: 18px;
  box-sizing: border-box;
  padding: 10px 15px;
  width: 100%;
  color: #000000;
  border-radius: 6px;
  border: none;
  font-family: 'Source Sans Pro', sans-serif; }

.form-item {
  margin-bottom: 25px; }
  .form-item label {
    display: block;
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 5px;
    padding-left: 5px; }
  .form-item .checkbox-label {
    font-size: 14px; }
    .form-item .checkbox-label span {
      padding-left: 30px;
      position: relative; }
      .form-item .checkbox-label span:before {
        content: '';
        display: block;
        height: 20px;
        width: 20px;
        border-radius: 3px;
        background: #ffffff;
        position: absolute;
        left: 0;
        top: -2px; }
    .form-item .checkbox-label input {
      display: none; }
    .form-item .checkbox-label input:checked + span:after {
      content: '';
      display: block;
      height: 13px;
      width: 7px;
      border-radius: 3px;
      background: transparent;
      position: absolute;
      left: 5px;
      top: -1px;
      transform: rotate(45deg);
      border-right: 3px solid var(--main-500);
      border-bottom: 3px solid var(--main-500); }

/* main screen form */
.main_screen__form {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  width: 400px;
  padding: 25px 35px 35px 35px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .main_screen__form .button {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    display: block; }
  .main_screen__form p {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px; }

.multiselect_form {
  position: relative; }
  .multiselect_form:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    position: absolute;
    z-index: 2; }
  .multiselect_form .center {
    position: relative;
    z-index: 5;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff; }
  .multiselect_form span {
    width: 15%; }
  .multiselect_form form {
    display: flex;
    justify-content: space-between;
    width: 85%; }
  .multiselect_form .flex-block {
    align-items: center; }
  .multiselect_form .button {
    height: 38px;
    box-shadow: none;
    width: 20%;
    font-size: 16px;
    text-transform: none;
    border-radius: 4px;
    margin-left: 20px; }
  .multiselect_form select {
    margin-left: 15px;
    height: 38px;
    border-radius: 4px;
    border: none;
    outline: none;
    background: #ffffff;
    width: 25%;
    box-sizing: border-box;
    padding: 0 12px;
    font-size: 15px; }
  .multiselect_form .close-multiselect {
    display: none; }

.search-variants__form {
  position: absolute;
  box-sizing: border-box;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 6;
  border-radius: 10px; }
  .search-variants__form:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    border-radius: 10px; }
  .search-variants__form form {
    padding: 25px 55px 25px 130px;
    position: relative;
    z-index: 5; }
    .search-variants__form form p {
      font-size: 22px;
      color: #ffffff;
      margin-bottom: 30px; }
    .search-variants__form form textarea {
      height: 110px; }
  .search-variants__form .close-order-form {
    font-size: 56px;
    font-weight: 500;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: .4;
    color: #ffffff;
    cursor: pointer; }
    .search-variants__form .close-order-form:hover {
      opacity: 1; }
      .search-variants__form   .form-item {
        margin-bottom: 18px;
      }

/* adaptive */
@media screen and (min-width: 1px) and (max-width: 1200px) {
  .map__block .center {
    width: 100%;
    left: 0;
    margin-left: 0; } 
    .header .geo {
      font-size: 14px;
      line-height: 16px;
    }
    .header__contacts .phones a {
      font-size: 22px;
    }
  }
@media screen and (min-width: 1px) and (max-width: 1100px) {
  body {
    font-size: 16px;
    line-height: 20px; }

  .multiselect_form span {
    font-size: 16px; }

  .multiselect_form .center {
    padding-top: 10px;
    padding-bottom: 10px; }

  h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px; }
    h1 span {
      font-size: 30px; }

  h2 {
    font-size: 24px;
    margin-bottom: 60px; }

  .main_screen__form p {
    font-size: 20px; }

  .button {
    height: 45px;
    padding: 0 30px;
    font-size: 16px; }

  h3 {
    font-size: 36px;
    line-height: 40px; }

  .subtitle {
    font-size: 20px;
    margin-bottom: 60px; }

  .profits__item__hover p {
    font-size: 16px;
    line-height: 20px; }

  .profits__item__content p {
    font-size: 18px; }
    .profits__item__content p b {
      font-size: 20px; }

  .vertical .profits__item__content span {
    margin-bottom: 10px; }

  .center {
    padding: 40px 30px; }

  .search-variants__list_item i {
    font-size: 14px;
    line-height: 17px; }

  .search-variants__title {
    margin-bottom: 20px;
    padding: 10px 15px;
    padding-left: 60px;
    font-size: 19px; }

  .search-variants__list_item {
    margin-bottom: 15px; }

  .search-variants.horisontal .search-variants__list_item p b {
    line-height: 18px; }

  .search-variants.horisontal .search-variants__number {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 34px; }

  .search-variants.horisontal .search-variants__button a {
    height: 45px;
    line-height: 45px; }

  .search-variants.horisontal .search-variants__item {
    padding-bottom: 25px; }

  .search-variants__slogan {
    font-size: 28px; }
    .search-variants__slogan .center {
      padding: 25px 30px; }

  .slider__item.flex-block {
    display: block; }

  .slider__item__img {
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    border-radius: 10px 10px 0 0; }
    .slider__item__img img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      border-radius: 0;
      height: auto; }

  .slider-title {
    margin-bottom: 10px; }

  .slider__item .button {
    position: relative;
    bottom: auto; }

  .slider__item__text {
    padding-bottom: 20px; }
    .slider__item__text p {
      padding-bottom: 20px; }

  .slider__wrapper .bx-controls-direction {
    bottom: 20px; } }
  .socials.mobile {
    display: none;
  }
  .main_screen__wa.mobile {
    display: none !important;
  }
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .socials {
    display: none;
  }
  .socials.mobile {
    display: flex;
  }
  .main_screen__wa {
    display: none !important;
  }
  .main_screen__wa.mobile {
    display: block !important;
  }
  .search-variants__number {
    width: 35px;
    height: 35px;
    border-width: 4px;
    line-height: 33px;
    left: 10px;
    top: -5px;
    font-size: 20px; }

  .search-variants__list {
    padding: 0 30px; }

  .search-variants__button {
    padding: 10px 30px 25px 30px; }

  .search-variants__form form {
    padding: 20px 30px 30px 65px; }

  .search-variants__form form p {
    margin-bottom: 20px; }

  .search-variants__form form textarea {
    height: 70px; } }
@media screen and (min-width: 1px) and (max-width: 900px) {
  .flex-block.search-variants-list {
    display: block; }
    .flex-block.search-variants-list .search-variants__item {
      width: 100%; }

  .search-variants__list_item {
    margin-bottom: 15px; }

  .search-variants__button a {
    height: 50px;
    line-height: 50px; }

  .search-variants__form form p {
    font-size: 18px;
    margin-bottom: 10px; }

  .search-variants__form .form-item {
    margin-bottom: 18px; }

  .search-variants__form form textarea {
    height: 70px; }
  .search-variants__form form input[type="text"] {
    height: 35px;
    line-height: 35px; }
  .search-variants__form form .button {
    height: 40px; }

  .search-variants__list_item {
    height: auto; } }
@media screen and (min-width: 1px) and (max-width: 600px) {
  .profits__item__content {
    padding: 20px 0 20px 0; }

  .profits__item__content p {
    margin-bottom: 20px;
    padding-left: 80px; }

  .profits__item__content span, .profits__item__hover::before {
    width: 60px;
    height: 60px;
    background-size: 80% auto;
    top: 10px;
    left: 10px; }

  .profits__item__content.pic_05 span,
  .profits__item:nth-child(5) .profits__item__hover::before {
    background-size: 65% auto; } }
@media screen and (min-width: 1px) and (max-width: 900px) {
  .header__logo_image {
    width: 200px; }
    .header__logo_image img {
      max-width: 100%; }

  .header-content {
    width: calc(100% - 220px); }

  .header__contacts .phones a {
    font-size: 20px; }

  .main_screen .center.flex-block {
    display: block; }

  .main_screen .main_screen__text {
    padding-top: 10px; }
    .main_screen .main_screen__text h1 {
      margin-bottom: 30px; }
    .main_screen .main_screen__text h2 {
      margin-bottom: 20px; }

  .main_screen.start .main_screen__buttons {
    margin-bottom: 30px; }

  .main_screen__form {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px; }

  h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px; }

  .subtitle {
    margin-bottom: 30px;
    font-size: 18px; }

  .footer__contacts.flex-block {
    display: block; }
    .footer__contacts.flex-block div {
      margin-bottom: 10px; }
    .footer__contacts.flex-block .socials {
      justify-content: flex-start; }

  .footer a {
    margin-left: 0;
    margin-right: 20px; }

  .footer .socials {
    margin-left: 0; }

  .footer__info {
    font-size: 15px;
    line-height: 18px;
    text-align: left; }

  .footer__phone a {
    display: block;
    margin-bottom: 10px; }   
    
  .profits__item {
    width: 32%;
    margin-bottom: 20px; }

  .vertical .profits__item__content p {
    padding-left: 80px; }

  .vertical .profits__item__content span {
    margin-left: 80px; }

  .vertical .profits__item__content:after {
    width: 50px; }

  .vertical .profits__item__content div {
    width: 45px;
    height: 45px;
    left: 15px; }
    .vertical .profits__item__content div b {
      line-height: 43px; } }
@media screen and (min-width: 1px) and (max-width: 780px) {
  .profits__item {
    width: 49%; }

  .search-variants.horisontal .search-variants__list {
    flex-wrap: wrap;
    padding: 0 20px; }

  .search-variants.horisontal .search-variants__list_item {
    width: 49%; }

  .search-variants.horisontal .search-variants__form {
    width: 90% !important; }

  .map__block .center {
    position: relative;
    left: auto;
    top: auto;
    background: var(--light-500);
    padding: 10px 0; }

  .map__contacts {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    right: auto; }

  .main_screen__buttons.flex-block {
    display: block; }
    .main_screen__buttons.flex-block a {
      display: block;
      margin-bottom: 15px;
      width: 70%;
      box-sizing: border-box; }

  .main_screen h1,
  .main_screen h2,
  .main_screen .main_screen__buttons {
    margin-left: 0 !important; }

  .main_screen .main_screen__form {
    opacity: 1 !important; } }
@media screen and (min-width: 1px) and (max-width: 600px) {
  .search-variants.horisontal .search-variants__list {
    display: block; }

  .search-variants.horisontal .search-variants__list_item {
    width: 100%; }

  .search-variants.horisontal .search-variants__form form {
    padding: 20px; }

  .search-variants.horisontal .search-variants__button a {
    width: 90%; }

  .main_screen__form {
    padding: 20px 20px 25px 20px; }

  .slider__wrapper .bx-controls-direction {
    right: 0; } }
@media screen and (min-width: 1px) and (max-width: 480px) {
  .center {
    padding: 25px 20px; }

  .profits__item {
    width: 100%;
    margin-bottom: 10px; }

  .vertical .profits__item__content {
    display: flex;
    align-items: center;
    padding: 15px 0; }
    .vertical .profits__item__content p {
      padding-left: 20px;
      padding-right: 10px; }
    .vertical .profits__item__content span {
      margin-left: 70px;
      width: 60px;
      height: 70px;
      background-size: 90% auto; }

  .vertical .profits__item__content.pic_01 span {
    background-size: 80% auto; }

  .vertical .profits__item__content.pic_02 span {
    background-size: 95% auto; }

  .vertical .profits__item__content:after {
    width: 40px; }

  .vertical .profits__item__content div {
    width: 35px;
    height: 35px; }
    .vertical .profits__item__content div b {
      line-height: 33px;
      font-size: 24px; }

  .search-variants.horisontal .search-variants__button a {
    width: 100%; }

  .search-variants.horisontal .search-variants__button {
    padding: 0 20px; }

  h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px; }
    h1 span {
      font-size: 24px; }

  h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px; }

  .subtitle {
    font-size: 16px;
    line-height: 20px; }

  .main_screen__buttons.flex-block a {
    width: 100%;
    margin-right: 0; }

  h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px; }

  .search-variants h3 {
    margin-bottom: 30px; } 
    .slick-arrow {
      right: 65px;
      bottom: 25px;
    }
    .slick-arrow.slick-next {
      right: 15px;
    }
  }
/* header */
@media screen and (min-width: 1px) and (max-width: 1000px) {
  body {
    padding-top: 50px; }

  .multiselect_form {
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    top: 120px;
    z-index: 50;
    padding: 20px 0 10px 0;
    display: none;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5); }
    .multiselect_form span {
      display: block;
      padding-bottom: 10px;
      font-size: 18px;
      width: 100%; }
    .multiselect_form .flex-block {
      display: block;
      position: relative; }
      .multiselect_form .flex-block form {
        display: block;
        padding: 10px 0;
        box-sizing: border-box;
        width: 100%; }
    .multiselect_form select {
      width: 100%;
      margin-bottom: 20px;
      margin-left: 0; }
    .multiselect_form .button {
      width: 250px;
      margin-left: auto;
      margin-right: auto;
      display: block; }
    .multiselect_form span.close-multiselect {
      display: block;
      font-size: 56px;
      font-weight: 500;
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      opacity: .4;
      color: #ffffff;
      cursor: pointer; }
      .multiselect_form span.close-multiselect:hover {
        opacity: 1; }

  .header {
    height: 50px;
    background: #ffffff;
    box-shadow: 0 20px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 49;
    width: 100%;
    left: 0;
    top: 0; }

  .header__logo_image {
    height: 40px;
    line-height: 40px;
    text-align: left;
    position: absolute;
    top: 5px;
    left: 10px; }
    .header__logo_image img {
      max-height: 40px;
      max-width: 100%; }

  .header_cart {
    position: fixed;
    right: 210px;
    top: 8px;
    z-index: 50;
    width: 35px;
    padding: 0px;
    height: 35px; }
    .header_cart:before {
      width: 35px;
      height: 35px;
      background-size: 22px auto;
      left: 0;
      top: 0;
      border-radius: 50px; }
    .header_cart span {
      width: 20px;
      height: 20px;
      line-height: 20px;
      top: 0;
      right: -12px;
      font-size: 12px; }
    .header_cart b {
      display: none; }

  .header_search form.header_search_form {
    display: none;
    position: fixed;
    height: 70px;
    background: var(--main-500);
    left: 0;
    top: 50px;
    z-index: 50;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5);
    width: 100%;
    margin-right: 0;
    padding-top: 12px;
    border: 0;
    border-radius: 0; }
    .header_search form.header_search_form .search_button {
      border-radius: 0 50px 50px 0;
      background-color: #ffffff; }

  .header__contacts {
    position: fixed;
    z-index: 50;
    right: 0;
    top: 0; }
    .header__contacts .phones {
      display: none;
      position: fixed;
      top: 50px;
      border-top: 1px solid var(--main-500);
      right: 0;
      background: #ffffff;
      padding: 10px 20px 10px 20px;
      width: 200px;
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5); }
      .header__contacts .phones a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 200px; }

  .header__contacts .socials {
    width: 110px;
    height: 35px;
    padding-top: 9px; }
    .header__contacts .socials a {
      margin-left: 0px;
      margin-right: 2px; 
    margin-top: 0;}
    .header__contacts .socials a.viber {
      margin-top: -2px;
    }

  .show-mobile-phone {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 8px;
    right: 120px;
    background: url(../images/phone.png) center center no-repeat;
    background-size: 16px auto;
    display: block;
    border-radius: 50px;
    border: 2px solid var(--light-500);
    cursor: pointer; }

  .show-mobile-search {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 8px;
    right: 160px;
    background: url(../images/lupa.png) center center no-repeat;
    background-size: 16px auto;
    display: block;
    border-radius: 50px;
    border: 2px solid var(--light-500);
    cursor: pointer; }

  .close-mobile-phone {
    display: block;
    font-size: 46px;
    font-weight: 500;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    opacity: .4;
    color: #2d4859;
    cursor: pointer; }
    .close-mobile-phone:hover {
      opacity: 1; } }
@media screen and (min-width: 1px) and (max-width: 480px) {
  .header__logo_image {
    width: 120px; }

  .header__contacts .phones {
    box-sizing: border-box;
    width: 100%; } }

    /* modal */
    .modal__overlay {
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(0,0,0,.4);
      z-index: 1000;
    }

    .modal__wrap {
      width: 500px;
      box-sizing: border-box;      
      background: #ffffff;
      border-radius: 8px;
      position: fixed;
      z-index: 1010;
      top: 100px;
      left: 50%;
      margin-left: -250px;
      padding: 30px 30px 40px 30px;
    }
    .title_modal {
      font-size: 28px;
      font-weight: 600;
      line-height: 36px;
      text-align: center;
      margin-bottom: 20px;
    }
    .modal__content .subtitle {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 30px;
    }
    .modal__content input[type="text"], .form__textarea {
      border: 1px solid #cddaeb;
    }
    .form__label {
      display: block;
      margin-bottom: 5px;
      font-size: 16px;
    }
    .form__group {
      margin-bottom: 20px;
    }

    .modal__close::before {
      top: 50%;
      left: 15px;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      content: "";
      position: absolute;
      width: 20px;
      height: 2px;
      background-color: #fff;
      opacity: 0.7;
    }

    .modal__close::after {
      top: 50%;
      left: 24px;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      content: "";
      position: absolute;
      width: 2px;
      height: 20px;
      background-color: #fff;
      opacity: 0.7;
    }

    .modal__close {
      width: 50px;
      height: 50px;
      background: var(--main-500);
      border-radius: 100px;
      top: -20px;
      right: -20px;
      z-index: 5;
      padding: 0;
      font-size: 0;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      position: absolute;
    }
    .modal__close:hover:before, .modal__close:hover:after {
      opacity: 1;
    }

    .modal__content .button {
      width: 100%;
      margin-top: 20px;
      font-size: 18px;
      height: 56px;
    }

    .modal__content .form-item label {
      color: #000000;
      font-size: 16px;
    }

    .modal__content  .checkbox-label span::before {
      border: 1px solid #cddaeb;
    }

    .modal__content .checkbox-label input:checked + span::after {
      left: 6px;
    }

    @media screen and (min-width: 1px) and (max-width: 560px) {
      .modal__wrap {
        width: calc(100% - 40px);
        top: 40px;
        left: 20px;
        margin-left: 0;
        padding: 20px 20px 30px 20px;
      }
      .title_modal {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 15px;
      }

      .modal__content .subtitle {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 20px;
      }
      .modal__content .form-item label {
        font-size: 13px;
      }
      .modal__content .button {
        margin-top: 0;
      }
      .modal__close {
        right: -10px;
      }
    }
