

/* Start:/bitrix/templates/shablon/components/bitrix/menu/menu_top/style.css?1584495142593*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	/*background:#F5F5F5 url(/bitrix/templates/shablon/components/bitrix/menu/menu_top/images/left_menu_bg.gif) top repeat-x;*/
}

ul.left-menu li a
{
	font-size:100%;
	/*color:#BC262C;*/
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	/*color:#BC262C;*/
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/bitrix/templates/shablon/components/bitrix/news.list/services_listfooter/style.css?1584001756150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/shablon/template_styles.css?1775631451113202*/

      .grecaptcha-badge {visibility: hidden;}

          #cookie_notification{
            display: none;
            justify-content: space-between;
            align-items: center;
            position: fixed;
            bottom: 15px;
            left: 50%;
            width: 1200px;
            max-width: 90%;
            transform: translateX(-50%);
            padding: 25px;
            background-color: white;
            border-radius: 4px;
            box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
            z-index: 99999999;
          }

          #cookie_notification p{
            margin: 0;
            font-size: 12px;
            text-align: left;
            color: black;
          }


          @media (min-width: 576px){
            #cookie_notification.show{
              display: flex!important;
            }
            .cookie_accept{
              margin: 0 0 0 25px;
            }
          }

          @media (max-width: 575px){
            #cookie_notification.show{
              display: block;
              text-align: left;
            }
            .cookie_accept{
              margin: 10px 0 0 0;
            }
          }


.footer {
    margin-top: 0;
}

/* Стили для блока цитаты */
.quote-block {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 0 20px;
}

.quote-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    align-items: start;
}

.quote-icon {
    grid-column: span 1;
    font-size: 200px;
    line-height: 0.7;
    color: #26B3E4;
    font-family: Georgia, serif;
    margin-top: 10px;
    text-align: center;
}

.quote-content {
    grid-column: span 5;
}

.quote-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
    font-family: "Panton Regular";
	font-weight: 500;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .quote-container {
        grid-template-columns: 1fr;
    }
    
    .quote-icon {
        grid-column: span 1;
        font-size: 80px;
        margin-bottom: -20px;
        text-align: left;
    }
    
    .quote-content {
        grid-column: span 1;
    }
    
    .quote-content p {
        font-size: 16px;
    }
}

@font-face {
    font-family: 'Kepler 296';
    src: url('/bitrix/templates/shablon/fonts/Kepler-296.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Panton Regular';
    src: url('/bitrix/templates/shablon/fonts/Panton-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Основные стили */
.appreciation {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.titleblock {
    font-size: 28px;
    text-align: left;
    margin-bottom: 40px;
    color: #333;
    font-family: "Kepler 296";
}

/* Сетка для верхнего ряда */
.appreciation_area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

/* Сетка для нижнего ряда (4 колонки) */
.appreciation_area_bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Общие стили плиток */
.appreciation_tile {
    position: relative;
    padding: 30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    min-height: 190px;
    overflow: hidden;
    display: flex;
}

/* Блоки 1-5 - текст внизу слева */
.appreciation_tile:not(.number6) {
    align-items: flex-end;
}

/* Блок 6 занимает 2 колонки */
.number6 {
    grid-column: span 2;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

/* Стили цифр */
.tile_number {
    position: absolute;
    font-family: "Kepler 296";
    font-size: 170px;
    color: rgb(223 223 223 / 64%);;

    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    filter: blur(1px);
    line-height: 1;
}

/* Центрирование цифры ∞ */
.number6 .tile_number {
    right: 50%;
    transform: translate(50%, -50%);

}

/* Стили текста */
.tile_title {
    position: relative;
    z-index: 5;
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
    font-family: "Kepler 296";
    width: 100%;
}

/* Центрированный текст для 6 блока */
.number6 .tile_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    padding: 0;
}

/* Белый текст */
.white-text .tile_title {
    color: white;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

/* Затемнение фона для белого текста */
.white-text::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .appreciation {
        padding: 30px 15px;
    }
    
    .appreciation_area, .appreciation_area_bottom {
        grid-template-columns: 1fr;
    }
    
    .number6 {
        grid-column: span 1;
    }
    
    .appreciation_tile {
        min-height: 180px;
        padding: 20px;
    }
    
    .tile_number {
        font-size: 140px;
    }
    
    .tile_title {
        font-size: 16px;
    }
}

/* Специфичные стили для блоков с изображениями */
.number1, .number3, .number5 {
    background-size: cover;
    background-position: center;
}


address {
  font-style: normal; }



* {
  margin: 0;
  
  padding: 0;
  border: 0;
  box-sizing: border-box; }

input:focus {
  outline: none !important; }


.container {
  max-width: 1100px;
  padding: 30px 0;
  box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 1150px) {
    .container {
      max-width: 920px;
      padding: 0 15px;
    }
}

@media screen and (max-width: 992px) {
    .container {
      max-width: 780px;
      padding: 0 25px;
    }
}



.tdrdmenu {
  position: relative; }

.dropmenu {
  display: none;
  position: absolute;
  transition: 0.3s;
  top: 100%;
  background: #0033ff; }
  .dropmenu li {
    padding: 10px; }
    .dropmenu li:hover {
      opacity: 0.8; }

.tdrdmenu:hover .dropmenu {
  display: block; }

.longarrow {
  display: inline-block;
  background: url("/bitrix/templates/shablon/./img/rightarrow.png") no-repeat center center;
  background-size: 58px 22px;
  width: 58px;
  height: 22px; 
}


.header .block .header_menu li a.lintop {
  height: 70px;
  line-height: 70px;
  display: block;
}
.header .block .header_menu li a.lintop.lintopno {
  height: auto;
  line-height: auto;
  display: inline-block;
}

.header .block .header_menu .dropmenu li a.lintop {
  height: 30px;
  line-height: 30px;
}

.post-body h2 span {
  color: red;
}
.post-body ul {
  list-style: decimal;
  padding-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.post-body ul li {
  list-style: decimal;
  margin-bottom: 10px;
}
.post-body p {
  margin-bottom: 10px;
}





/* Виджет инстаграм */
.instawall-root70114{min-height:80px;margin:0 auto}
.tabs-lside1{display:none}
.instawall-root32017 { 
  min-height: 560px; margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .instawall-root32017 { 
    min-height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .instawall-root32017 { 
    min-height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .instawall-root32017 { 
    min-height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .instawall-root32017 { 
    min-height: 210px;
  }
  .instawall-root32017 iframe {
    min-height: 210px !important;
      height: 210px !important;
  }
}
@media screen and (max-width: 479px) {
  .instawall-root32017 { 
    min-height: 150px;
  }
  .instawall-root32017 iframe {
    min-height: 150px !important;
      height: 150px !important;
  }
}
/* Виджет инстаграм */

  @media (max-width: 800px) {
    .longarrow {
      background-size: 38px 14px;
      width: 38px;
      height: 14px; } }

a {
  text-decoration: none; }

li {
  list-style-type: none; }

.mainpage {
  z-index: 3; 
}

.main-title {
  font-family: "Kepler 296";
  font-size: 36px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  max-width: 60%;
}
.block-sale {
  font-family: "Kepler 296";
  font-size: 75px;
  color: #FF0000;
  font-weight: bold;
  margin-bottom: 0px;
}

.bread {
  position: absolute;
  top: 90px;
  display: block;
  z-index: 2;
  padding: 5px 20px 5px 0;
}
  .bread a {
    color: #b3b3b3; }
  .bread .bx-breadcrumb-item {
    color: #b3b3b3; }

.fa-whatsapp {
  color: #00cc00;
  font-size: 25px; }

.fa-search {
  color: #dedede; }

.fa-play {
  color: #ffffff; }

.cirklebutton:hover {
  background-color: #d0cece; }

.popup_visor {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: fit-content;
  height: 50%;
  text-align: center; }
  @media (max-width: 980px) {
    .popup_visor {
      width: 80%; } }

.darclose {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000080;
  z-index: 9; }

.nopage {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 63px;
  padding: 54px 20px 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 520px;
  text-align: center; }
  .nopage .titleblock {
    margin-bottom: 10px; }
  .nopage .undertitle {
    font-family: "Panton Regular";
    font-size: 18px;
    color: #333333; }
  .nopage .num {
    font-family: "Kepler 296";
    font-size: 220px;
    color: #33ccff;
    padding-top: 60px;
    padding-bottom: 40px; }
    @media (max-width: 500px) {
      .nopage .num {
        font-size: 100px;
        padding-top: 30px;
        padding-bottom: 20px; } }
  .nopage .some {
    font-family: "Panton Regular";
    font-size: 14px; }
  .nopage .button {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;
    width: 237px;
    border-radius: 40px;
    text-align: center;
    background: #0000ff;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 2px solid #0000ff;
    font-family: 'Kepler 296', sans-serif;
    font-size: 18px;
    cursor: pointer; }
    .nopage .button:hover {
      background: #0000cc; }
    @media (max-width: 720px) {
      .nopage .button {
        width: 190px;
        padding: 15px 30px;
        font-size: 16px; } }
  .nopage .link {
    padding-top: 20px;
    font-size: 18px;
    color: #333333;
    font-family: "Panton Regular"; 
  }

.cirklebutton {
  cursor: pointer;
  color: #000000;
  background-color: #ededed;
  text-align: center;
  border-radius: 100%;
  height: 48px;
  width: 48px;
  display: grid;
  align-content: center; }

.titleblock {
  font-size: 48px;
  font-family: "Kepler 296";
  color: #000;
  margin-bottom: 55px; 
}
.titleblock span {
  color: #0000ff;
}


  @media (max-width: 1150px) {
    .titleblock {
      margin-bottom: 35px;
      font-size: 36px; } }
  @media (max-width: 980px) {
    .titleblock {
      margin-bottom: 35px;
      font-size: 28px; } }

.block {
  max-width: 1110px;
  margin: 0 auto; }
  @media (max-width: 1150px) {
    .block {
      max-width: 920px; } }
  @media (max-width: 980px) {
    .block {
      max-width: 780px; } }
  @media (max-width: 800px) {
    .block {
      padding-right: 25px;
      padding-left: 25px; } }

.mobile_menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  transition: 1s;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 10;
  top: 20px;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 18% 20px 10% 15%; }
  .mobile_menu .mobile_menu_close {
    transform: rotate(360deg); }
  .mobile_menu .mobile_menu_close {
    display: block;
    position: absolute;
    font-size: 30px;
    transition: 1s;
    color: #333333;
    right: 8%; 
    top: 70px;
  }
  .mobile_menu ul li {
    margin-top: 7%; }
    .mobile_menu ul li a {
      font-family: "Kepler 296";
      font-size: 1.5rem;
      color: #333333; }

.header {
  width: 100%;
  z-index: 10;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px -1px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px -1px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -1px 5px 1px rgba(0, 0, 0, 0.05); }
  .header .block {
    display: grid;
    grid-template-columns: 200fr 664fr 540fr;
    grid-column-gap: 20px;
    background-color: #fff;
    height: 80px;
    width: 100%;
    z-index: 5; }
    @media (max-width: 1150px) {
      .header .block {
        grid-template-columns: 200fr 664fr auto;
        grid-column-gap:auto; } }
    @media (max-width: 980px) {
      .header .block {
        /*grid-template-columns: 2fr 1fr;
        grid-row-gap: 20px;*/
        height: auto;
        padding: 20px 20px 10px; } }
    @media (max-width: 800px) {
      .header .block {
       /* grid-template-columns: 1fr 1fr min-content;*/
        grid-row-gap: 20px; } 
      }

    @media (max-width: 800px) {
      .header .block {
        padding: 20px 5px;
      } 
      }
    @media (max-width: 410px) {
      .header .block {
        grid-column-gap: 6px; } }
    .header .block .header_logo {
      display: grid;
      align-items: center; }
      .header .block .header_logo img {
        max-width: 200px;
        height: auto; }
        @media (max-width: 800px) {
          .header .block .header_logo img {
            width: 100px;
            height: auto; } }
    .header .block .mob_menu {
      display: none;
      cursor: pointer;
      font-size: 25px;
      text-align: right; 
      position: relative;
      top: 10px;

    }
      @media (max-width: 800px) {
        .header .block .mob_menu {
          display: block; } }
    .header .block .header_menu {
      display: grid;
      grid-template-columns: auto auto auto auto auto auto auto;
      grid-column-gap: 30px; }
      .header .block .header_menu li.litop:hover {
        background: #0033ff; }
        .header .block .header_menu li.litop:hover a.lintop {
          color: #ffffff; }
      .header .block .header_menu .litop {
        height: 70px; }
        @media (max-width: 980px) {
          .header .block .header_menu .litop {
            height: auto;
            padding: 10px; } }
      .header .block .header_menu li {
        display: grid;
        justify-content: center;
        align-content: center;
        transition: 0.5s; }
        .header .block .header_menu li a {
          color: #000000;
          font-family: "Panton Regular";
           
          font-size: 14px;
          transition: 0.5s; }
          @media (max-width: 1150px) {
            .header .block .header_menu li a {
              font-size: 13px; } 
          }


    .header .block .header_contact {
      display: flex;
      align-items: center;
    }
    .header_contact-cont {
      margin-right: 30px;
    }
    .header_contact-cont a {
      display: block;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #1F1F1F;
      transition: opacity 0.5s;
      position: relative;
      padding-left: 25px;
      margin-bottom: 10px;
    }
    .header_contact-cont a:last-child {
      margin-bottom: 5px;
    }
    .header_contact-cont a span {
      font-weight: 600;
      display: inline;
    }
    .header_contact-cont a:hover {
      opacity: 0.6;
    }
    .header_contact-cont a:before {
      content: '';
      display: block;
      background-size: contain;
      position: absolute;
      top: -2px;
      left: 0;
    }
    .header_contact-cont-tel:before {
      width: 19px;
      height: 19px;
      background: url('/bitrix/templates/shablon/img/icon-phone.svg') center center no-repeat;
    }
    .header_contact-cont-whatsup:before {
      width: 17px;
      height: 17px;
      background: url('/bitrix/templates/shablon/img/icon-whatsup.svg') center center no-repeat;
    }
      .header_contact-cont-telegram:before {
          width: 17px;
          height: 17px;
          background: url('/bitrix/templates/shablon/img/icon-telegram.svg') center center no-repeat;
      }

    .button_header {
      cursor: pointer;
      padding: 5px 25px;
      border-radius: 40px;
      text-align: center;
      background: #0000ff;
      color: #ffffff;
      text-decoration: none;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      border: 2px solid #0000ff;
      font-family: 'Kepler 296', sans-serif;
      font-size: 16px;
      
    }
    .button_header:hover {
      cursor: pointer;
      text-decoration: underline;
    }
    .header_contact-address {
      margin-bottom: 8px;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #1F1F1F;
      display: block;
      transition: opacity 0.5s;
    }
    .header_contact-address:hover {
      opacity: 0.7;
    }

    @media (max-width: 1150px) {

        .header .block .header_logo img {
          max-width: 100px;
        }

        .header_contact-cont a {
          font-size: 12px;
        }
        .button_header {
          font-size: 14px;
        }
        .header_contact-address {
          font-size: 12px;
        }

    }


    @media (max-width: 768px) {
      .header_contact-cont {
        margin-right: 0;
        margin-left: 20px;
      }
      .header .block .header_logo img {
        width: 85px;
      }
    }

    @media (max-width: 576px) {
      .header_contact-cont a {
        font-size: 13px;
        margin-bottom: 15px;
      }
    }



      @media (max-width: 800px) {
        .header .block .header_contact {
          margin-top: 0;
        }
        .header_contact-address {
          display: none;
        }
      }
      .header .block .header_contact .header_contact_search {
        cursor: pointer;
        display: grid;
        justify-content: center;
        align-content: center; }
      @media (max-width: 800px) {
        .header .block .header_contact .header_contact_search {
          display: none; } 
      }

      .top {
        position: relative;
        margin-top: 70px;
        padding: 130px 0 130px;
        height: auto;
        position: relative; 
      }






  @media (max-width: 980px) {
    .top {
      background: url("/bitrix/templates/shablon/./img/top_bg.jpg") no-repeat center center;
      background-size: cover; } }
  @media (max-width: 800px) {
    .top {
      margin-top: 58px;
      background: url("/bitrix/templates/shablon/./img/top_bmw.webp") no-repeat center center;
      background-size: cover; } }


      

  .top .topmobile {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none; }
    @media (max-width: 800px) {
      .top .topmobile {
        display: block; } }
  .top .overlay {
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    @media (max-width: 980px) {
      .top .overlay {
        display: none; } }
  .top .fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -2; 
  }

    @media (max-width: 980px) {
      .top .fullscreen-bg__video {
        display: none; } 
    }

  .top {
    position: relative;
  }
  .topoverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);

  }
  .top .block {
    z-index: 2;
    position: relative;
    display: block;
  }

  .top .block h1,
  .top .block .blockttl {
    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    text-align: left; 
    margin-bottom: 30px;
    max-width: 70%;
  }

  .block-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    max-width: 60%;
    box-sizing: border-box;
    margin-bottom: 50px;
  }
  .block-subtitle span {
    color: red;
    font-weight: bold;
    font-size: 22px;
  }



  .uslugiForm-title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .uslugiForm-input {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    padding: 15px 20px;
    box-sizing: border-box;
    margin-right: 15px;
    text-align: left;
    cursor: pointer;
  }

  .uslugiForm-input::-webkit-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
  }

  .uslugiForm-input::-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
  }

  .uslugiForm-input::placeholder {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
  }

  .uslugiForm-btn {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    padding: 17px 50px;
    box-sizing: border-box;
    background: #0000FF;
    border: none;
  }

  .uslugiForm-btn:hover {
    text-decoration: underline;
    cursor: pointer;
  }

  .uslugiForm-policy {
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
  }
  .uslugiForm-policy a {
    color: #fff!important;
    text-decoration: underline;
    opacity: 0.8;
  }
  .uslugiForm-policy a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .thanks-uslugi {
    text-align: left;
    color: #fff;
    line-height: 1.4;
    font-size: 20px;
    background: rgba(0,0,0,0.7);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
  }




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

    .top .block h1,
    .top .block .blockttl {
      font-size: 32px;
      max-width: 80%;
    }

    .block-subtitle {
      font-size: 14px;
      max-width: 80%;
    }

    .top {
      padding: 130px 0 100px;
      height: auto;
    }

    .uslugiForm-input {
      font-size: 17px;
      margin-right: 0;
      margin-bottom: 15px;
      width: 100%;
    }
    .uslugiForm-input::-webkit-input-placeholder {
      font-size: 17px;
    }
    .uslugiForm-input::-ms-input-placeholder {
      font-size: 17px;
    }
    .uslugiForm-input::placeholder {
      font-size: 17px;
    }

    .uslugiForm-btn {
      margin-top: 0px;
      width: 100%;
    }

  }

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

    .top .block h1,
    .top .block .blockttl {
      font-size: 30px;
      max-width: 100%;
      margin-bottom: 20px;
    }

    .block-subtitle {
      font-size: 18px;
      max-width: 100%;
    }

    .top {
      padding: 120px 0 70px;
      height: auto;
    }

    .main-title {
      text-align: center!important;
    }

    .uslugiForm-title {
      font-weight: bold;
    }

    .uslugiForm-title span {
      display: block;
    }

    .uslugiForm-policy a {
      display: block;
    }
    .uslugiForm-policy {
      margin-top: 25px;
      font-size: 12px;
    }

    .thanks-uslugi {
      text-align: left;
      color: #fff;
      font-size: 20px;

    }

  }



    .top .block .button {
      margin-top: 45px;
      padding: 20px 40px;
      width: 237px;
      border-radius: 40px;
      text-align: center;
      background: #0000ff;
      color: #ffffff;
      text-decoration: none;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      border: 2px solid #0000ff;
      font-family: 'Kepler 296', sans-serif;
      font-size: 18px;
      cursor: pointer; }
      .top .block .button:hover {
        background: #0000cc;
        text-decoration: underline; 
      }
      @media (max-width: 720px) {
        .top .block .button {
          width: 190px;
          padding: 15px 30px;
          font-size: 16px; } }
      @media (max-width: 720px) {
        .top .block .button {
          margin-top: 50px; } }

.button_od:hover {
  background: #0000cc; }

.button_od {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  padding: 15px 20px;
  width: 130px;
  border-radius: 40px;
  text-align: center;
  background: #0000ff;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #0000ff;
  font-family: 'Kepler 296', sans-serif;
  font-size: 14px;
  cursor: pointer;
  z-index: 10; }
  @media (max-width: 480px) {
    .button_od {
      display: none; } }

.popservices {
  display: grid;
  padding-top: 150px; }
  @media (max-width: 1150px) {
    .popservices {
      padding-top: 80px; } }
  @media (max-width: 610px) {
    .popservices {
      padding-top: 40px; } }
  .popservices .popservices_gridarea {
    display: grid;
    grid-template-columns: 456fr 256fr 360fr;
    grid-gap: 10px;
    grid-template-rows: 290px 290px; }
    @media (max-width: 980px) {
      .popservices .popservices_gridarea {
        grid-template-rows: 200px 200px; } }
    @media (max-width: 610px) {
      .popservices .popservices_gridarea {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 200px 200px 200px; } }
    @media (max-width: 410px) {
      .popservices .popservices_gridarea {
        grid-template-rows: 150px 150px 150px; } }
    .popservices .popservices_gridarea a:hover .pricedark {
      opacity: 0.8; }
    .popservices .popservices_gridarea a {
      position: relative;
      border-radius: 2pt;
      padding: 60px 50px; }
      @media (max-width: 980px) {
        .popservices .popservices_gridarea a {
          padding: 30px 20px; } }
      @media (max-width: 410px) {
        .popservices .popservices_gridarea a {
          padding: 20px 10px; } }
      .popservices .popservices_gridarea a .pricedark {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, rgba(2, 0, 36, 0) 0%, black 40%);
        opacity: 0;
        z-index: 2;
        transition: 0.5s; }
      .popservices .popservices_gridarea a p {
        position: relative;
        color: #ffffff;
        font-size: 24px;
        line-height: 1.25;
        font-family: "Kepler 296";
        z-index: 3;
        color: #ffffff; }
        @media (max-width: 980px) {
          .popservices .popservices_gridarea a p {
            font-size: 18px; } }
        @media (max-width: 410px) {
          .popservices .popservices_gridarea a p {
            font-size: 13px; } }
      .popservices .popservices_gridarea a span {
        position: absolute;
        bottom: 40px;
        color: #888888;
        font-size: 40px;
        opacity: 0.3;
        transition: 0.5s;
        z-index: 3; }
        @media (max-width: 980px) {
          .popservices .popservices_gridarea a span {
            bottom: 20px;
            font-size: 30px; } }
  .popservices .popservices_gridarea a:nth-child(1):hover span {
    opacity: 1; }
  .popservices .popservices_gridarea a:nth-child(2):hover span {
    opacity: 1; }
  .popservices .popservices_gridarea a:nth-child(3):hover span {
    opacity: 1; }
  .popservices .popservices_gridarea a:nth-child(4):hover span {
    opacity: 1; }
  .popservices .popservices_gridarea a:nth-child(5):hover span {
    opacity: 1; }
  .popservices .popservices_gridarea a:nth-child(6):hover span {
    opacity: 1; }
  .popservices .popservices_gridarea a:nth-child(7):hover span {
    opacity: 1; }
  .popservices .popservices_gridarea a:nth-child(8):hover span {
    opacity: 1; }
  .popservices .popservices_gridarea a:nth-child(1) {
    background: url("/bitrix/templates/shablon/./img/service1.jpg") no-repeat center center;
    background-size: cover; }
  .popservices .popservices_gridarea a:nth-child(2) {
    background: url("/bitrix/templates/shablon/./img/service2.jpg") no-repeat center center;
    background-size: cover;
    grid-area: 1/2/3/3; }
  .popservices .popservices_gridarea a:nth-child(3) {
    background: url("/bitrix/templates/shablon/./img/service3.jpg") no-repeat center center;
    background-size: cover; }
  .popservices .popservices_gridarea a:nth-child(4) {
    background: url("/bitrix/templates/shablon/./img/service4.jpg") no-repeat center center;
    background-size: cover; }
  .popservices .popservices_gridarea a:nth-child(5) {
    background: url("/bitrix/templates/shablon/./img/service5.jpg") no-repeat center center;
    background-size: cover; }
  .popservices .popservices_gridarea a:nth-child(6) {
    background: url("/bitrix/templates/shablon/./img/service6.jpg") no-repeat center center;
    background-size: cover; }
  .popservices .popservices_gridarea a:nth-child(7) {
    background: url("/bitrix/templates/shablon/./img/service7.jpg") no-repeat center center;
    background-size: cover; }
  .popservices .popservices_gridarea a:nth-child(8) {
    background: url("/bitrix/templates/shablon/./img/service8.jpg") no-repeat center center;
    background-size: cover; }
    @media (max-width: 610px) {
      .popservices .popservices_gridarea a:nth-child(8) {
        grid-column-start: 1;
        grid-column-end: 3; } }

.team {
  display: grid;
  padding-top: 150px; }
  @media (max-width: 1150px) {
    .team {
      padding-top: 80px; } }
  .team .team_area {
    display: grid;
    grid-template-columns: 729fr 380fr;
    grid-template-rows: 530px; }
    @media (max-width: 980px) {
      .team .team_area {
        grid-template-rows: 430px; } }
    @media (max-width: 800px) {
      .team .team_area {
        grid-template-columns: 1fr; } }
    @media (max-width: 610px) {
      .team .team_area {
        grid-template-columns: 1fr;
        grid-template-rows: 250px; } }
    .team .team_area .team_area_photo {
      background: url("/bitrix/templates/shablon/./img/teamphoto.jpg") no-repeat center center;
      background-size: cover;
      z-index: 1; }
    .team .team_area .team_area_more {
      position: relative;
      padding: 70px 30px 60px 60px;
      border: solid 36px #ededed;
      margin: -96px 0 40px -64px; }
      @media (max-width: 980px) {
        .team .team_area .team_area_more {
          padding: 50px 20px 40px 40px;
          margin: -76px 0 40px -44px; } }
      @media (max-width: 800px) {
        .team .team_area .team_area_more {
          padding: 20px 20px;
          margin: 20px 0 0; } }
      @media (max-width: 610px) {
        .team .team_area .team_area_more {
          border: solid 18px #ededed; } }
      .team .team_area .team_area_more .titleblock {
        margin-bottom: 15px; }
        @media (max-width: 800px) {
          .team .team_area .team_area_more .titleblock {
            text-align: center; } }
      .team .team_area .team_area_more .button {
        margin-top: 45px;
        padding: 20px 40px;
        width: 237px;
        border-radius: 40px;
        text-align: center;
        background: #0000ff;
        color: #ffffff;
        text-decoration: none;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        border: 2px solid #0000ff;
        font-family: 'Kepler 296', sans-serif;
        font-size: 18px;
        cursor: pointer; }
        .team .team_area .team_area_more .button:hover {
          background: #0000cc;
          text-decoration: underline; 
        }
        @media (max-width: 720px) {
          .team .team_area .team_area_more .button {
            width: 190px;
            padding: 15px 30px;
            font-size: 16px; } }
        @media (max-width: 800px) {
          .team .team_area .team_area_more .button {
            margin: 45px auto 0; } }
        .team .team_area .team_area_more .button a {
          color: #ffffff; }

.mobnon {
  display: none; }

.withus {
  padding-top: 150px; }
  @media (max-width: 1150px) {
    .withus {
      padding-top: 80px; } }
  @media (max-width: 980px) {
    .withus {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  .withus .titleblock {
    text-align: center; }
  .withus .withus_area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px; }
    @media (max-width: 800px) {
      .withus .withus_area {
        grid-template-columns: 1fr; } }
    .withus .withus_area .withus_area_tiles {
      border-radius: 2pt;
      padding: 60px 0 0 50px;
      height: 260px; }
      @media (max-width: 610px) {
        .withus .withus_area .withus_area_tiles {
          padding: 20px 10px 0 30px;
          margin: 0 40px;
          height: 210px; } }
      @media (max-width: 420px) {
        .withus .withus_area .withus_area_tiles {
          font-size: 18px;
          padding: 10px;
          height: 160px;
          margin: 0; } }
      .withus .withus_area .withus_area_tiles .withus_area_title {
        color: #000;
        font-size: 24px;
        line-height: 1.25;
        font-family: "Kepler 296"; }
        @media (max-width: 420px) {
          .withus .withus_area .withus_area_tiles .withus_area_title {
            font-size: 21px; } }
    .withus .withus_area .number01 {
      background: url("/bitrix/templates/shablon/./img/01.jpg") no-repeat right bottom #ededed;
      background-size: 50%; }
    .withus .withus_area .number02 {
      background: url("/bitrix/templates/shablon/./img/02.jpg") no-repeat right bottom #ededed;
      background-size: 50%; }
    .withus .withus_area .number03 {
      background: url("/bitrix/templates/shablon/./img/03.jpg") no-repeat right bottom #ededed;
      background-size: 50%; }
    .withus .withus_area .number04 {
      background: url("/bitrix/templates/shablon/./img/04.jpg") no-repeat right bottom #ededed;
      background-size: 50%; }

.visor {
  display: grid;
  grid-template-columns: 490fr 635fr;
  padding-top: 95px; }
  @media (max-width: 800px) {
    .visor {
      grid-template-columns: 1fr;
      text-align: center;
      grid-template-rows: min-content 1fr;
      grid-row-gap: 25px; } }
  .visor .visor_left {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 80px;
    margin-right: -20px;
    z-index: 2; }
    @media (max-width: 1150px) {
      .visor .visor_left {
        padding-top: 80px; } }
    @media (max-width: 800px) {
      .visor .visor_left {
        margin: 0; } }
    .visor .visor_left .visor_number {
      font-size: 150px;
      font-family: "Kepler 296";
      color: #33ccff; }
      @media (max-width: 1150px) {
        .visor .visor_left .visor_number {
          font-size: 115px; } }
      @media (max-width: 980px) {
        .visor .visor_left .visor_number {
          font-size: 95px; } }
      @media (max-width: 800px) {
        .visor .visor_left .visor_number {
          display: none; } }
    .visor .visor_left .visor_undernumber {
      font-size: 18px;
      line-height: 1.22;
      font-family: "Panton Regular";
      margin-top: -50px;
      padding-left: 15px; }
      @media (max-width: 1150px) {
        .visor .visor_left .visor_undernumber {
          margin-top: -30px; } }
      @media (max-width: 800px) {
        .visor .visor_left .visor_undernumber {
          display: none; } }
  .visor .visor_right {
    display: grid;
    grid-template-columns: 380fr 255fr;
    background: url("/bitrix/templates/shablon/./img/a.jpg") no-repeat right top;
    background-size: 450px; }
    @media (max-width: 1150px) {
      .visor .visor_right {
        background-size: 350px; } }
    @media (max-width: 980px) {
      .visor .visor_right {
        background-size: 250px; } }
    @media (max-width: 800px) {
      .visor .visor_right {
        grid-template-columns: min-content 1fr;
        background: none; } }
    .visor .visor_right .visor_photo {
      background: url("/bitrix/templates/shablon/./img/visorphoto.webp") no-repeat bottom center;
      background-size: contain;
      padding-top: 112px; }
      @media (max-width: 800px) {
        .visor .visor_right .visor_photo {
          padding: 0;
          height: 450px;
          grid-area: 1/1/3/3; } }
    .visor .visor_right .visor_right_right {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: min-content max-content max-content;
      align-content: end; }
      @media (max-width: 800px) {
        .visor .visor_right .visor_right_right {
          grid-column-start: 1;
          grid-column-end: 3;
          grid-template-columns: min-content 1fr;
          margin: 24px auto; } }
      .visor .visor_right .visor_right_right .play:hover {
        background-color: #cc0000; }
      .visor .visor_right .visor_right_right .play {
        cursor: pointer;
        border-radius: 50%;
        background-color: #d90a0a;
        padding: 25px;
        height: 66px;
        width: 66px;
        text-align: center;
        margin-bottom: 25px;
        margin-left: -33px; }
        @media (max-width: 800px) {
          .visor .visor_right .visor_right_right .play {
            margin: auto;
            grid-area: 1/1/3/2; } }
      .visor .visor_right .visor_right_right .visor_look {
        font-family: "Panton Regular";
         
        font-size: 14px;
        color: #000;
        line-height: 1.22;
        padding-left: 35px;
        padding-bottom: 10px;
        text-align: left; }
        @media (max-width: 800px) {
          .visor .visor_right .visor_right_right .visor_look {
            padding-left: 22px;
            font-size: 13px; } }
      .visor .visor_right .visor_right_right .visor_name {
        padding-left: 35px;
        font-family: "Kepler 296";
        font-size: 24px;
        line-height: 1.25;
        text-align: left; }
        @media (max-width: 800px) {
          .visor .visor_right .visor_right_right .visor_name {
            padding-left: 22px;
            font-size: 20px; } }

.map {
  position: relative;
  padding-top: 50px; }
  @media (max-width: 1150px) {
    .map {
      padding-top: 40px; } }
  .map .titleblock {
    text-align: center; }
  .map .map_map {
    background-color: #ededed;
    height: 700px;
    position: relative; }
  .map .map_dark {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background-color: #000000;
    opacity: 0.5; }
  .map .map_popup {
    position: absolute;
    left: 8%;
    top: 55%;
    transform: translate(0, -25%);
    background-color: #fff;
    border-radius: 2pt;
    padding: 60px 50px 50px;
    display: grid;
    grid-template-columns: 1fr;
    width: 350px;
    z-index: 8; }
    @media (max-width: 800px) {
      .map .map_popup {
        width: 95%;
        padding: 50px 30px 45px;
        bottom: 0;
        top: auto;
        position: absolute;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0);
        text-align: center; } }
    .map .map_popup .adress {
      font-size: 18px;
      line-height: 1.25;
      font-family: "Kepler 296";
      margin-bottom: 45px; }
      @media (max-width: 800px) {
        .map .map_popup .adress {
          font-size: 16px; } }
    .map .map_popup .map_tel {
      font-size: 24px;
      font-family: "Panton Light";
       
      color: #000000;
      margin-bottom: 10px; }
      @media (max-width: 800px) {
        .map .map_popup .map_tel {
          font-size: 18px; } }
    .map .map_popup .map_time {
      font-size: 12px;
      font-family: "Panton Light";
       
      margin-bottom: 40px; }
    .map .map_popup .button {
      margin-top: 45px;
      padding: 20px 40px;
      width: 237px;
      border-radius: 40px;
      text-align: center;
      background: #0000ff;
      color: #ffffff;
      text-decoration: none;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      border: 2px solid #0000ff;
      font-family: 'Kepler 296', sans-serif;
      font-size: 18px;
      cursor: pointer; }
      .map .map_popup .button:hover {
        text-decoration: underline;
        background: #0000cc; 
      }
      @media (max-width: 720px) {
        .map .map_popup .button {
          width: 190px;
          padding: 15px 30px;
          font-size: 16px; } }
      @media (max-width: 800px) {
        .map .map_popup .button {
          margin: auto; } }

.footer {
  background-color: #000000; 
  margin-top: 30px;
}
.foooter_services {
    font-family: "Panton Regular";
}
  .footer .block {
    display: grid;
    grid-template-columns: 190fr 730fr;
    grid-column-gap: 190px;
    grid-template-rows: min-content auto auto;
    color: #e0e0e0;
    padding: 60px 20px; }
    @media (max-width: 1150px) {
      .footer .block {
        grid-column-gap: 60px; } }
    @media (max-width: 800px) {
      .footer .block {
        padding: 60px 30px 30px; } }
    .footer .block .footer_mob_logo {
      display: none; }
      @media (max-width: 800px) {
        .footer .block .footer_mob_logo {
          display: block;
          max-width: 170px;
          background-size: contain;
          height: 25px;
          grid-area: 1/1/2/3;
          margin-bottom: 30px; } }
    .footer .block .footer_left {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: min-content auto auto; }
      @media (max-width: 800px) {
        .footer .block .footer_left {
          grid-area: 3/1/4/3;
          text-align: center;
          margin-bottom: 30px; } }
      .footer .block .footer_left .footer_left_logo {
        height: 18px;
        max-width: 170px;
        background-size: contain; }
        @media (max-width: 800px) {
          .footer .block .footer_left .footer_left_logo {
            display: none; } }
      .footer .block .footer_left .footer_left_contacts {
        margin-top: 56px; }
        @media (max-width: 980px) {
          .footer .block .footer_left .footer_left_contacts {
            margin-top: 38px; } }
        .footer .block .footer_left .footer_left_contacts .footer_tel {
          color: #ffffff;
          font-size: 18px;
          font-family: "Panton Light";  }
          @media (max-width: 980px) {
            .footer .block .footer_left .footer_left_contacts .footer_tel {
              font-size: 14px; } }
          .footer .block .footer_left .footer_left_contacts .footer_tel:hover {
            opacity: 0.8; }
        .footer .block .footer_left .footer_left_contacts .footer_adress {
          margin-top: 15px;
          margin-bottom: 15px;
          line-height: 1.42;
          font-size: 14px;
          font-family: "Panton Regular";
          letter-spacing: 1px; }
          @media (max-width: 980px) {
            .footer .block .footer_left .footer_left_contacts .footer_adress {
              font-size: 12px; } }
          @media (max-width: 800px) {
            .footer .block .footer_left .footer_left_contacts .footer_adress {
              width: 160px;
              margin-right: auto;
              margin-left: auto; } }
        .footer .block .footer_left .footer_left_contacts .footer_soclink {
          display: grid;
          grid-template-columns: min-content auto;
          grid-column-gap: 15px; }
          @media (max-width: 800px) {
            .footer .block .footer_left .footer_left_contacts .footer_soclink {
              grid-template-columns: 1fr 1fr;
              width: 30%;
              margin: 0 auto;
              padding-bottom: 20px; } }
          .footer .block .footer_left .footer_left_contacts .footer_soclink a, .footer .block .footer_left .footer_left_contacts .footer_soclink .fa-whatsapp {
            color: #ffffff;
            font-size: 25px; }
            @media (max-width: 800px) {
              .footer .block .footer_left .footer_left_contacts .footer_soclink a, .footer .block .footer_left .footer_left_contacts .footer_soclink .fa-whatsapp {
                font-size: 30px; } }
          .footer .block .footer_left .footer_left_contacts .footer_soclink a:hover, .footer .block .footer_left .footer_left_contacts .footer_soclink .fa-whatsapp:hover {
            color: #0000ff; }
      .footer .block .footer_left .footer_left_partnermap p {
        font-size: 14px;
        line-height: 1.42;
        padding-bottom: 10px; }
      .footer .block .footer_left .footer_left_partnermap .partnermap_title:hover {
        color: #0000ff; }
      .footer .block .footer_left .footer_left_partnermap .partnermap_title {
        font-family: "Panton Light";
         
        text-decoration: underline;
        padding-bottom: 20px;
        display: block;
        cursor: pointer;
        color: #FFFFFF; }
    .footer .block .footer_right {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-column-gap: 28px; }
      @media (max-width: 980px) {
        .footer .block .footer_right {
          grid-column-gap: 14px; } }
      @media (max-width: 800px) {
        .footer .block .footer_right {
          grid-area: 2/1/3/3;
          grid-template-columns: 1fr 1fr;
          grid-column-gap: 30px;
          margin-bottom: 50px; } }
      .footer .block .footer_right .footer_right_section .footer_section_name {
        font-family: "Kepler 296";
        font-size: 18px;
        letter-spacing: 0.001em;
        padding-bottom: 25px;
        color: #ffffff; }
        @media (max-width: 980px) {
          .footer .block .footer_right .footer_right_section .footer_section_name {
            font-size: 16px;
            padding-bottom: 15px; } }
      .footer .block .footer_right .footer_right_section .foooter_services li {
        margin-bottom: 20px; }
        @media (max-width: 980px) {
          .footer .block .footer_right .footer_right_section .foooter_services li {
            margin-bottom: 10px; } }
        .footer .block .footer_right .footer_right_section .foooter_services li a {
          color: #e0e0e0;
          font-size: 14px;
          letter-spacing: 0.001em; }
          .footer .block .footer_right .footer_right_section .foooter_services li a:hover {
            color: #ffffff; }
      .footer .block .footer_right .footer_right_section:nth-child(3) {
        grid-area: 1/3/3/4; }
        @media (max-width: 800px) {
          .footer .block .footer_right .footer_right_section:nth-child(3) {
            grid-area: 1/1/3/2;
            display: block;
            justify-content: left; } }
      @media (max-width: 800px) {
        .footer .block .footer_right .footer_right_section {
          margin-bottom: 15px;
        }
        .footer .block .footer_right .footer_right_section:nth-child(1) {
          grid-area: 3/2/4/3; } }
      .footer .block .footer_right .footer_right_section:nth-child(4) {
        grid-area: 1/4/3/5; }
        @media (max-width: 800px) {
          .footer .block .footer_right .footer_right_section:nth-child(4) {
            grid-area: 3/1/4/2;
            display: block;
            justify-content: left; } }
      .footer .block .footer_right .footer_right_section:nth-child(5) {
        grid-area: 2/2/3/3; }
        @media (max-width: 800px) {
          .footer .block .footer_right .footer_right_section:nth-child(5) {
            grid-area: 1/2/2/3; } }
    .footer .block .footer_bottom {
      grid-area: 2/1/3/3;
      display: grid;
      grid-template-columns: 1fr 1fr; }
      @media (max-width: 800px) {
        .footer .block .footer_bottom {
          grid-area: 4/1/5/3;
          width: 60%;
          margin: 0 auto;
          grid-template-columns: 1fr; } }
      .footer .block .footer_bottom .footer_bottomleft {
        display: grid;
        align-content: end; }
        @media (max-width: 800px) {
          .footer .block .footer_bottom .footer_bottomleft {
            align-content: center;
            justify-content: center;
            text-align: center; } }
        .footer .block .footer_bottom .footer_bottomleft p {
          font-size: 14px;
          line-height: 1.42;
          letter-spacing: 0.001em; }
      .footer .block .footer_bottom .footer_bottomright {
        text-align: right; }
        @media (max-width: 800px) {
          .footer .block .footer_bottom .footer_bottomright {
            text-align: center; } }
        .footer .block .footer_bottom .footer_bottomright .footer_liderlogo {
          height: 30px; }
          @media (max-width: 800px) {
            .footer .block .footer_bottom .footer_bottomright .footer_liderlogo {
              margin-top: 30px; } }
        .footer .block .footer_bottom .footer_bottomright a {
          color: #ffffff;
          font-size: 14px;
          letter-spacing: 0.01em;
          text-decoration: underline;
          padding-top: 10px; 
          position: relative;
          top: 8px;
          left: -5px;
          text-decoration: none;
        }
        .footer .block .footer_bottom .footer_bottomright a:hover {
          text-decoration: underline;
        }

.partnermap_title:hover {
  color: #0000ff; }

.partnermap_title {
  font-family: "Panton Light";
   
  text-decoration: underline;
  padding-bottom: 20px;
  display: block;
  cursor: pointer; }

.pageservices h1 {
  font-size: 50px;
  font-family: "Kepler 296";
  margin-top: 50px;
  padding: 60px 0 55px; 
}
  @media (max-width: 1024px) {
    .pageservices p {
      font-size: 80px; } }
  @media (max-width: 820px) {
    .pageservices p {
      font-size: 60px; } }
  @media (max-width: 680px) {
    .pageservices p {
      font-size: 46px; } }
  @media (max-width: 480px) {
    .pageservices p {
      font-size: 32px; } }

.servicetabs .tabstop {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 24px;
  font-family: "Kepler 296";
  color: #cccccc;
  margin-bottom: 70px;
  grid-gap: 20px; }
  @media (max-width: 800px) {
    .servicetabs .tabstop {
      font-size: 20px; } }
  @media (max-width: 720px) {
    .servicetabs .tabstop {
      grid-template-columns: 1fr; } }
  @media (max-width: 520px) {
    .servicetabs .tabstop {
      font-size: 16px;
      margin-bottom: 22px; } }
  .servicetabs .tabstop .tabs_title {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 32px;
    align-content: center;
    cursor: pointer; }
    @media (max-width: 720px) {
      .servicetabs .tabstop .tabs_title {
        text-align: center; } }
    @media (max-width: 380px) {
      .servicetabs .tabstop .tabs_title {
        grid-gap: 12px; } }
    .servicetabs .tabstop .tabs_title .tabs_title_one {
      color: #000000; }
    @media (max-width: 440px) {
      .servicetabs .tabstop .tabs_title div span {
        display: none; } }
  .servicetabs .tabstop .tabs_number {
    display: grid;
    grid-template-columns: 48px 48px 70px;
    justify-content: end;
    grid-gap: 10px; }
    @media (max-width: 720px) {
      .servicetabs .tabstop .tabs_number {
        display: none;
        justify-content: center;
        grid-area: 1/1/2/2; } }
    .servicetabs .tabstop .tabs_number .tabs_counter {
      margin: auto 0 auto 20px;
      display: grid;
      grid-template-columns: max-content auto;
      justify-content: end; }
      .servicetabs .tabstop .tabs_number .tabs_counter .tabs_current {
        color: #000000; }
  .servicetabs .tabstop .tabs_class {
    display: grid;
    grid-template-columns: 83px 83px 83px;
    grid-column-gap: 80px;
    justify-content: end; }
    @media (max-width: 440px) {
      .servicetabs .tabstop .tabs_class {
        grid-template-columns: auto auto auto;
        grid-gap: 20px; } }
    .servicetabs .tabstop .tabs_class div {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 15px;
      font-family: "Panton Regular";  }
      .servicetabs .tabstop .tabs_class div p:first-child {
        color: #000; }
      .servicetabs .tabstop .tabs_class div p:nth-child(2) {
        font-size: 14px;
        color: #33333370; }
.servicetabs .pricetabs {
  display: grid;
  grid-template-columns: 1fr; }
  .servicetabs .pricetabs div .price {
    display: grid;
    grid-template-columns: auto 1fr;
    font-family: "Panton Regular";
     
    font-size: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px; }
    @media (max-width: 980px) {
      .servicetabs .pricetabs div .price {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding-bottom: 7px; } }
    @media (max-width: 360px) {
      .servicetabs .pricetabs div .price {
        font-size: 14px; } }
    @media (max-width: 980px) {
      .servicetabs .pricetabs div .price .pricename {
        text-align: center; } }
    .servicetabs .pricetabs div .price .pricevalue {
      display: grid;
      justify-content: end;
      grid-template-columns: 83px 83px 83px;
      grid-gap: 80px; }
      @media (max-width: 980px) {
        .servicetabs .pricetabs div .price .pricevalue {
          justify-content: center;
          font-family: "Kepler 296";
          grid-template-columns: auto auto auto; } }
      @media (max-width: 520px) {
        .servicetabs .pricetabs div .price .pricevalue {
          grid-gap: 20px;
          font-size: 15px; } }
      @media (max-width: 380px) {
        .servicetabs .pricetabs div .price .pricevalue {
          grid-gap: 20px;
          font-size: 13px; } }
.servicetabs .tabs {
  display: grid;
  grid-template-columns: 1fr; }
  .servicetabs .tabs div a {
    padding: 60px 50px 55px;
    color: #ffffff;
    font-family: "Kepler 296";
    font-size: 24px;
    line-height: 1.25;
    position: relative; }
    @media (max-width: 980px) {
      .servicetabs .tabs div a {
        padding: 40px 30px 30px;
        font-size: 22px; } }
    @media (max-width: 720px) {
      .servicetabs .tabs div a {
        padding: 20px;
        font-size: 18px; } }
    @media (max-width: 380px) {
      .servicetabs .tabs div a {
        padding: 20px;
        font-size: 11px; } }
    .servicetabs .tabs div a span {
      position: absolute;
      bottom: 55px;
      font-family: "Panton Light";
       
      font-size: 18px;
      opacity: 0.2;
      z-index: 3; }
    .servicetabs .tabs div a p {
      position: relative;
      z-index: 3; }
    .servicetabs .tabs div a .pricedark {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2;
      background: radial-gradient(circle, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 0.8) 60%);
      transition: 0.5s;
      opacity: 0;
      left: 0;
      top: 0; }
  .servicetabs .tabs div a:hover span {
    opacity: 1;
    transition: 0.5s; }
  .servicetabs .tabs div a:hover .pricedark {
    opacity: 1; }
  .servicetabs .tabs .tabs_one {
    display: grid;
    grid-template-columns: 455fr 275fr 360fr;
    grid-template-rows: 289px 289px;
    grid-gap: 10px; }
    @media (max-width: 980px) {
      .servicetabs .tabs .tabs_one {
        grid-template-rows: 200px 200px; } }
    @media (max-width: 720px) {
      .servicetabs .tabs .tabs_one {
        grid-template-rows: 160px 160px; } }
    @media (max-width: 600px) {
      .servicetabs .tabs .tabs_one {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 160px 160px 160px; } }
    .servicetabs .tabs .tabs_one a {
      border-radius: 2pt; }
    .servicetabs .tabs .tabs_one a:nth-child(1) {
      background: url("/bitrix/templates/shablon/./img/tabs_one_one.jpg") no-repeat center center;
      background-size: cover; }
    .servicetabs .tabs .tabs_one a:nth-child(2) {
      background: url("/bitrix/templates/shablon/./img/tabs_one_two.jpg") no-repeat center center;
      background-size: cover;
      grid-area: 1/2/3/3; }
    .servicetabs .tabs .tabs_one a:nth-child(3) {
      background: url("/bitrix/templates/shablon/./img/tabs_one_three.jpg") no-repeat center center;
      background-size: cover;
      grid-area: 1/3/3/4; }
      @media (max-width: 500px) {
        .servicetabs .tabs .tabs_one a:nth-child(3) {
          grid-area: 3/1/4/3; } }
    .servicetabs .tabs .tabs_one a:nth-child(4) {
      background: url("/bitrix/templates/shablon/./img/tabs_one_four.jpg") no-repeat center center;
      background-size: cover; }
    .servicetabs .tabs .tabs_one a:nth-child(5) {
      background: url("/bitrix/templates/shablon/./img/tabs_one_five.jpg") no-repeat center center;
      background-size: cover; }
  .servicetabs .tabs .tabs_two {
    display: none;
    grid-template-columns: 275fr 172fr 275fr 360fr;
    grid-template-rows: 289px 289px 289px 289px;
    grid-gap: 10px; }
    @media (max-width: 980px) {
      .servicetabs .tabs .tabs_two {
        grid-template-rows: 200px 200px 200px 200px; } }
    @media (max-width: 720px) {
      .servicetabs .tabs .tabs_two {
        grid-template-rows: 160px 160px 160px 160px; } }
    @media (max-width: 640px) {
      .servicetabs .tabs .tabs_two {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 160px 160px 160px 160px 160px 160px; } }
    @media (max-width: 380px) {
      .servicetabs .tabs .tabs_two {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 160px 160px 160px 160px 160px 160px; } }
    .servicetabs .tabs .tabs_two a {
      border-radius: 2pt; }
    .servicetabs .tabs .tabs_two a:nth-child(1) {
      background: url("/bitrix/templates/shablon/./img/tabs_two_one.jpg") no-repeat center center;
      background-size: cover;
      grid-area: 1/1/2/3; }
      @media (max-width: 640px) {
        .servicetabs .tabs .tabs_two a:nth-child(1) {
          grid-area: auto; } }
    .servicetabs .tabs .tabs_two a:nth-child(2) {
      background: url("/bitrix/templates/shablon/./img/tabs_two_two.jpg") no-repeat center center;
      background-size: cover;
      grid-area: 1/3/3/4; }
      @media (max-width: 600px) {
        .servicetabs .tabs .tabs_two a:nth-child(2) {
          grid-area: 1/3/3/4; } }
      @media (max-width: 640px) {
        .servicetabs .tabs .tabs_two a:nth-child(2) {
          grid-area: auto; } }
    .servicetabs .tabs .tabs_two a:nth-child(3) {
      background: url("/bitrix/templates/shablon/./img/tabs_two_four.jpg") no-repeat center center;
      background-size: cover; }
    .servicetabs .tabs .tabs_two a:nth-child(4) {
      background: url("/bitrix/templates/shablon/./img/tabs_two_three.jpg") no-repeat center center;
      background-size: cover;
      grid-area: 2/1/3/3; }
      @media (max-width: 640px) {
        .servicetabs .tabs .tabs_two a:nth-child(4) {
          grid-area: auto; } }
    .servicetabs .tabs .tabs_two a:nth-child(5) {
      background: url("/bitrix/templates/shablon/./img/tabs_two_five.jpg") no-repeat center center;
      background-size: cover; }
      @media (max-width: 600px) {
        .servicetabs .tabs .tabs_two a:nth-child(5) {
          grid-column-start: 2;
          grid-column-end: 4; } }
      @media (max-width: 640px) {
        .servicetabs .tabs .tabs_two a:nth-child(5) {
          grid-area: auto; } }
    .servicetabs .tabs .tabs_two a:nth-child(6) {
      background: url("/bitrix/templates/shablon/./img/tabs_two_six.jpg") no-repeat center center;
      background-size: cover;
      grid-area: 3/1/4/2; }
      @media (max-width: 640px) {
        .servicetabs .tabs .tabs_two a:nth-child(6) {
          grid-area: auto; } }
    .servicetabs .tabs .tabs_two a:nth-child(7) {
      background: url("/bitrix/templates/shablon/./img/tabs_two_seven.jpg") no-repeat center center;
      background-size: cover;
      grid-area: 3/2/4/5; }
      @media (max-width: 640px) {
        .servicetabs .tabs .tabs_two a:nth-child(7) {
          grid-area: auto; } }
    .servicetabs .tabs .tabs_two a:nth-child(8) {
      background: url("/bitrix/templates/shablon/./img/tabs_two_eight.jpg") no-repeat center center;
      background-size: cover; }
      @media (max-width: 600px) {
        .servicetabs .tabs .tabs_two a:nth-child(8) {
          grid-column-start: 1;
          grid-column-end: 3; } }
      @media (max-width: 600px) {
        .servicetabs .tabs .tabs_two a:nth-child(8) {
          grid-area: auto; } }
    .servicetabs .tabs .tabs_two a:nth-child(9) {
      background: url("/bitrix/templates/shablon/./img/tabs_two_ten.jpg") no-repeat center center;
      background-size: cover;
      grid-area: 4/2/5/4; }
      @media (max-width: 640px) {
        .servicetabs .tabs .tabs_two a:nth-child(9) {
          grid-area: auto; } }
    .servicetabs .tabs .tabs_two a:nth-child(10) {
      background: url("/bitrix/templates/shablon/./img/tabs_two_eleven.jpg") no-repeat center center;
      background-size: cover; }
  .servicetabs .tabs .tabs_three {
    display: none;
    grid-template-columns: 455fr 275fr 360fr;
    grid-template-rows: 289px 289px 289px;
    grid-gap: 10px; }
    @media (max-width: 980px) {
      .servicetabs .tabs .tabs_three {
        grid-template-rows: 200px 200px 200px; } }
    @media (max-width: 720px) {
      .servicetabs .tabs .tabs_three {
        grid-template-rows: 160px 160px 160px; } 

        .servicetabs .tabs .tabs_three {
          height: 300px;
        }
        .servicetabs .tabs .tabs_two {
          height: 600px;
        }
      }
    @media (max-width: 600px) {
      .servicetabs .tabs .tabs_three {
        grid-template-columns: 2fr 1fr;
        grid-template-rows: 160px 160px 160px 160px 160px; } }
    .servicetabs .tabs .tabs_three a {
      border-radius: 2pt; }
    
    .servicetabs .tabs .tabs_three a:nth-child(1) {
      background: url("/bitrix/templates/shablon/./img/tabs_three_one.jpg") no-repeat center center;
      background-size: cover;
      grid-area: 1/1/2/4; 
    }
    .servicetabs .tabs .tabs_three a:nth-child(2) {
      background: url("/bitrix/templates/shablon/./img/tabs_three_two.jpg") no-repeat center center;
      background-size: cover;
      grid-area: 2/1/3/3; }
    .servicetabs .tabs .tabs_three a:nth-child(3) {
      background: url("/bitrix/templates/shablon/./img/tabs_three_three.jpg") no-repeat center center;
      background-size: cover; }
    .servicetabs .tabs .tabs_three a:nth-child(4) {
      background: url("/bitrix/templates/shablon/./img/tabs_three_four.jpg") no-repeat center center;
      background-size: cover; }
    .servicetabs .tabs .tabs_three a:nth-child(5) {
      background: url("/bitrix/templates/shablon/./img/tabs_three_five.jpg") no-repeat center center;
      background-size: cover; }
    .servicetabs .tabs .tabs_three a:nth-child(6) {
      background: url("/bitrix/templates/shablon/./img/tabs_three_six.jpg") no-repeat center center;
      background-size: cover;
      grid-area: 3/1/4/3; }
    .servicetabs .tabs .tabs_three a:nth-child(7) {
      background: url("/bitrix/templates/shablon/./img/tabs_three_seven.jpg") no-repeat center center;
      background-size: cover; }
      @media (max-width: 600px) {
        .servicetabs .tabs .tabs_three a:nth-child(7) {
          grid-column-start: 1;
          grid-column-end: 3; } 

          .servicetabs .tabs .tabs_three a:nth-child(1) {
            background: url("/bitrix/templates/shablon/./img/tabs_three_one.jpg") no-repeat center center;
            background-size: cover;
            grid-area: 1/1/1/1; 
          }
        }
  .servicetabs .tabs .tabs_four {
    display: none;
    grid-template-columns: 740fr 360fr;
    grid-template-rows: 289px 289px;
    grid-gap: 10px; }
    @media (max-width: 980px) {
      .servicetabs .tabs .tabs_four {
        grid-template-rows: 200px 200px; } }
    @media (max-width: 720px) {
      .servicetabs .tabs .tabs_four {
        grid-template-rows: 160px 160px; } }
    @media (max-width: 600px) {
      .servicetabs .tabs .tabs_four {
        grid-template-columns: 1fr;
        grid-template-rows: 160px 160px 160px; } }
    .servicetabs .tabs .tabs_four a {
      border-radius: 2pt; }
    .servicetabs .tabs .tabs_four a:nth-child(1) {
      background: url("/bitrix/templates/shablon/./img/tabs_four_one.jpg") no-repeat center center;
      background-size: cover; }
    .servicetabs .tabs .tabs_four a:nth-child(2) {
      background: url("/bitrix/templates/shablon/./img/tabs_four_three.jpg") no-repeat center center;
      background-size: cover; }
    .servicetabs .tabs .tabs_four a:nth-child(3) {
      background: url("/bitrix/templates/shablon/./img/tabs_four_two.jpg") no-repeat center center;
      background-size: cover;
      grid-area: 1/2/3/3; }
      @media (max-width: 600px) {
        .servicetabs .tabs .tabs_four a:nth-child(3) {
          grid-area: auto; } }

@media (max-width: 980px) {
  .pricetabs .tabstop {
    grid-template-columns: 1fr; } }
.pricetabs .tabstop .tabs_title {
  align-content: start; }
  @media (max-width: 980px) {
    .pricetabs .tabstop .tabs_title {
      align-content: center; } }
  @media (max-width: 450px) {
    .pricetabs .tabstop .tabs_title div span {
      display: none; } }
@media (max-width: 980px) {
  .pricetabs .tabstop .tabs_class {
    justify-content: center; } }

.portfolio .portfolio_img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px; }
  @media (max-width: 680px) {
    .portfolio .portfolio_img {
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px; } }
  @media (max-width: 520px) {
    .portfolio .portfolio_img {
      grid-gap: 10px; } }
  .portfolio .portfolio_img img {
    display: block;
    border-radius: 2pt;
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 1s; }
.portfolio .button {
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
  width: 237px;
  border-radius: 40px;
  text-align: center;
  background: #0000ff;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #0000ff;
  font-family: 'Kepler 296', sans-serif;
  font-size: 18px;
  cursor: pointer; }
  .portfolio .button:hover {
    background: #0000cc; }
  @media (max-width: 720px) {
    .portfolio .button {
      width: 190px;
      padding: 15px 30px;
      font-size: 16px; } }

.insta {
  padding-top: 150px;
  text-align: center; }
  .insta .titleblock {
    text-align: center; }
  .insta .instagalary {
    /*display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 265px 265px;
    grid-gap: 10px; }
    @media (max-width: 1150px) {
      .insta .instagalary {
        grid-template-rows: 200px 200px; } }
    @media (max-width: 980px) {
      .insta .instagalary {
        grid-template-rows: 150px 150px; } }
    @media (max-width: 780px) {
      .insta .instagalary {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 250px 250px 250px 250px; } }
    @media (max-width: 580px) {
      .insta .instagalary {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 150px 150px 150px 150px; } }
    .insta .instagalary div {
      width: 100%; }
    .insta .instagalary div:nth-child(1) {
      background: url("/bitrix/templates/shablon/./img/inst1.jpg") no-repeat center center;
      background-size: cover; }
    .insta .instagalary div:nth-child(2) {
      background: url("/bitrix/templates/shablon/./img/inst2.jpg") no-repeat center center;
      background-size: cover; }
    .insta .instagalary div:nth-child(3) {
      background: url("/bitrix/templates/shablon/./img/inst3.jpg") no-repeat center center;
      background-size: cover; }
    .insta .instagalary div:nth-child(4) {
      background: url("/bitrix/templates/shablon/./img/inst4.jpg") no-repeat center center;
      background-size: cover; }
    .insta .instagalary div:nth-child(5) {
      background: url("/bitrix/templates/shablon/./img/inst5.jpg") no-repeat center center;
      background-size: cover; }
    .insta .instagalary div:nth-child(6) {
      background: url("/bitrix/templates/shablon/./img/inst6.jpg") no-repeat center center;
      background-size: cover; }
    .insta .instagalary div:nth-child(7) {
      background: url("/bitrix/templates/shablon/./img/inst7.jpg") no-repeat center center;
      background-size: cover; }
    .insta .instagalary div:nth-child(8) {
      background: url("/bitrix/templates/shablon/./img/inst8.jpg") no-repeat center center;
      background-size: cover;*/ }
  .insta .button {
    display: inline-block;
    margin-top: 45px;
    padding: 20px 40px;
    width: 237px;
    border-radius: 40px;
    text-align: center;
    background: #0000ff;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 2px solid #0000ff;
    font-family: 'Kepler 296', sans-serif;
    font-size: 18px;
    cursor: pointer; }
    .insta .button:hover {
      background: #0000cc; }
    @media (max-width: 720px) {
      .insta .button {
        width: 190px;
        padding: 15px 30px;
        font-size: 16px; } }

.contacts .contactsarea {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 50px;
  justify-content: start;
  }
  @media (max-width: 600px) {
    .contacts .contactsarea {
      grid-template-columns: auto auto; } }
  @media (max-width: 440px) {
    .contacts .contactsarea {
      grid-gap: 30px;
      grid-template-columns: auto; } }
  .contacts .contactsarea .contactsarea_two {
    grid-column-start: 2;
    grid-column-end: 4; }
    @media (max-width: 600px) {
      .contacts .contactsarea .contactsarea_two {
        grid-column-start: auto;
        grid-column-end: auto; } }
  .contacts .contactsarea div {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content auto;
    grid-gap: 10px; }
    .contacts .contactsarea div span {
      font-size: 14px;
      color: #666666; }
    .contacts .contactsarea div a {
      font-size: 18px;
      color: #000000; }

.reviews .reviewsarea {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 30px; }
  @media (max-width: 800px) {
    .reviews .reviewsarea {
      grid-template-columns: 1fr; } }
.reviews .button {
  margin: 45px auto 0;
  padding: 20px 40px;
  width: 237px;
  border-radius: 40px;
  text-align: center;
  background: #ffffff;
  color: #0033ff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #ffffff;
  font-family: 'Kepler 296', sans-serif;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #0033ff; }
  .reviews .button:hover {
    background: #0000cc; }
  @media (max-width: 720px) {
    .reviews .button {
      width: 190px;
      padding: 15px 30px;
      font-size: 16px; } }
.reviews .button:hover {
  color: #ffffff; }

.playbut {
  cursor: pointer;
  border-radius: 50%;
  background-color: #d90a0a;
  padding: 25px;
  height: 66px;
  width: 66px;
  text-align: center;
  margin-bottom: 25px;
  margin-left: -33px; }

.who .who_visor {
  background: url("/bitrix/templates/shablon/./img/a.jpg") no-repeat center bottom;
  background-size: 450px;
  background-position-x: 30%;
  display: grid;
  margin-top: -450px;
  grid-template-columns: 490fr 635fr;
  padding-top: 95px; }
  @media (max-width: 800px) {
    .who .who_visor {
      margin-top: 0;
      grid-template-columns: 1fr;
      text-align: center;
      grid-template-rows: min-content 1fr;
      grid-row-gap: 25px;
      background: none;
      grid-gap: 0;
      padding-top: 0; } }
  .who .who_visor .visor_left {
    display: grid;
    grid-template-columns: 1fr;
    z-index: 2; }
    .who .who_visor .visor_left .titleblock {
      font-size: 100px;
      line-height: 1.1;
      padding-top: 50px; }
    .who .who_visor .visor_left .visor_number {
      font-size: 150px;
      font-family: "Kepler 296";
      color: #33ccff; }
      @media (max-width: 1150px) {
        .who .who_visor .visor_left .visor_number {
          font-size: 115px; } }
      @media (max-width: 980px) {
        .who .who_visor .visor_left .visor_number {
          font-size: 95px; } }
      @media (max-width: 800px) {
        .who .who_visor .visor_left .visor_number {
          display: none; } }
    .who .who_visor .visor_left .visor_undernumber {
      font-size: 18px;
      line-height: 1.22;
      font-family: "Panton Regular";
       
      margin-top: -50px;
      padding-left: 15px; }
      @media (max-width: 1150px) {
        .who .who_visor .visor_left .visor_undernumber {
          margin-top: -30px; } }
      @media (max-width: 800px) {
        .who .who_visor .visor_left .visor_undernumber {
          display: none; } }
  .who .who_visor .visor_right {
    display: grid;
    grid-template-columns: 380fr 255fr; }
    @media (max-width: 1150px) {
      .who .who_visor .visor_right {
        background-size: 350px; } }
    @media (max-width: 980px) {
      .who .who_visor .visor_right {
        background-size: 250px; } }
    @media (max-width: 800px) {
      .who .who_visor .visor_right {
        grid-template-columns: min-content 1fr;
        background: none; } }
    .who .who_visor .visor_right .visor_photo {
      background: url("/bitrix/templates/shablon/./img/visorphoto.jpg") no-repeat bottom center;
      background-size: contain;
      padding-top: 570px; }
      @media (max-width: 800px) {
        .who .who_visor .visor_right .visor_photo {
          padding: 0;
          height: 450px;
          grid-area: 1/1/3/3; } }
      @media (max-width: 360px) {
        .who .who_visor .visor_right .visor_photo {
          padding: 0;
          height: 350px;
          grid-area: 1/1/3/3; } }
    .who .who_visor .visor_right .visor_right_right {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: min-content max-content max-content;
      align-content: end; }
      @media (max-width: 800px) {
        .who .who_visor .visor_right .visor_right_right {
          grid-column-start: 1;
          grid-column-end: 3;
          grid-template-columns: min-content 1fr;
          margin: 24px auto; } }
      .who .who_visor .visor_right .visor_right_right .play:hover {
        background-color: #cc0000; }
      .who .who_visor .visor_right .visor_right_right .play {
        cursor: pointer;
        border-radius: 50%;
        background-color: #d90a0a;
        padding: 25px;
        height: 66px;
        width: 66px;
        text-align: center;
        margin-bottom: 25px;
        margin-left: -33px; }
        @media (max-width: 800px) {
          .who .who_visor .visor_right .visor_right_right .play {
            margin: auto;
            grid-area: 1/1/3/2; } }
      .who .who_visor .visor_right .visor_right_right .visor_look {
        font-family: "Panton Regular";
         
        font-size: 14px;
        color: #000;
        line-height: 1.22;
        padding-left: 35px;
        padding-bottom: 10px;
        text-align: left; }
      .who .who_visor .visor_right .visor_right_right .visor_name {
        padding-left: 35px;
        font-family: "Kepler 296";
        font-size: 24px;
        line-height: 1.25;
        text-align: left; }
.who .who_blocknumber .titleblock {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 30px; }
  @media (max-width: 980px) {
    .who .who_blocknumber .titleblock {
      margin-top: 40px; } }
.who .who_blocknumber .undertitle {
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  font-family: "Panton Regular";
   
  color: #333333; }
.who .who_blocknumber .who_number {
  display: grid;
  grid-template-columns: auto auto auto;
  margin-top: 20px; }
  @media (max-width: 570px) {
    .who .who_blocknumber .who_number {
      grid-template-columns: auto; } }
  .who .who_blocknumber .who_number div p:nth-child(1) {
    font-family: "Kepler 296";
    color: #33ccff;
    font-size: 150px;
    text-align: center; }
    @media (max-width: 1150px) {
      .who .who_blocknumber .who_number div p:nth-child(1) {
        font-size: 120px; } }
    @media (max-width: 800px) {
      .who .who_blocknumber .who_number div p:nth-child(1) {
        font-size: 80px; } }
  .who .who_blocknumber .who_number div p:nth-child(2) {
    font-family: "Panton Regular";
    color: #333333;
    font-size: 18px;
    text-align: center;
    margin-top: -40px; }
    @media (max-width: 800px) {
      .who .who_blocknumber .who_number div p:nth-child(2) {
        margin-top: -20px; } }
.who .regals {
  padding-top: 150px; }
  @media (max-width: 980px) {
    .who .regals {
      padding-top: 40px; } }
  .who .regals .titleblock {
    text-align: center; }
  .who .regals .regals_area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px; }
    @media (max-width: 580px) {
      .who .regals .regals_area {
        grid-template-columns: 1fr 1fr; } }
    .who .regals .regals_area div {
      border: 36px solid #dedede;
      border-radius: 2pt; }
      @media (max-width: 800px) {
        .who .regals .regals_area div {
          border: 18px solid #dedede; } }
      .who .regals .regals_area div img {
        display: block;
        width: 100%;
        object-fit: cover; }

.blog .titleblog {
  font-size: 100px;
  color: #000;
  font-family: "Kepler 296"; }
.blog .button {
  margin: 45px auto 0;
  padding: 20px 40px;
  width: 237px;
  border-radius: 40px;
  text-align: center;
  background: #ffffff;
  color: #0033ff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #ffffff;
  font-family: 'Kepler 296', sans-serif;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #0033ff; }
  .blog .button:hover {
    background: #0000cc; }
  @media (max-width: 720px) {
    .blog .button {
      width: 190px;
      padding: 15px 30px;
      font-size: 16px; } }
.blog .button:hover {
  color: #ffffff; }
.blog .blogarea {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px; }
  @media (max-width: 1150px) {
    .blog .blogarea {
      grid-gap: 10px; } }
  @media (max-width: 800px) {
    .blog .blogarea {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 580px) {
    .blog .blogarea {
      grid-template-columns: 1fr; } }
  .blog .blogarea .blog_element:hover .blog_element_dark {
    opacity: 1; }
  .blog .blogarea .blog_element:hover .blog_element_link {
    opacity: 1; }
  .blog .blogarea .blog_element {
    position: relative;
    display: grid;
    padding: 70% 25px 75px;
    align-content: end;
    border-radius: 2pt;
    height: 637px; }
    @media (max-width: 1150px) {
      .blog .blogarea .blog_element {
        padding: 70% 15px 45px; } }
    .blog .blogarea .blog_element .blog_element_bg {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .blog .blogarea .blog_element .blog_element_dark {
      z-index: 2;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+77,000000+100&0.27+0,0.77+42,1+85 */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 12%, rgba(0, 0, 0, 0.49) 35%, rgba(0, 0, 0, 0.66) 47%, black 72%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 12%, rgba(0, 0, 0, 0.49) 35%, rgba(0, 0, 0, 0.66) 47%, black 72%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 12%, rgba(0, 0, 0, 0.49) 35%, rgba(0, 0, 0, 0.66) 47%, black 72%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */
      transition: 1s;
      opacity: 0.8; }
    .blog .blogarea .blog_element .blog_element_content {
      display: grid;
      grid-template-columns: min-content auto;
      z-index: 3;
      grid-gap: 18px; }
      .blog .blogarea .blog_element .blog_element_content .blog_element_data {
        background-color: #0000ff;
        color: #ffffff;
        font-size: 14px;
        font-family: "Panton Light";
         
        padding: 5px;
        border-radius: 2px; }
      .blog .blogarea .blog_element .blog_element_content .blog_element_stars {
        text-align: right;
        color: #ffffff;
        font-size: 18px;
        cursor: pointer; }
      .blog .blogarea .blog_element .blog_element_content .blog_element_title {
        color: #ffffff;
        grid-column-start: 1;
        grid-column-end: 3;
        font-size: 24px;
        font-family: "Kepler 296"; }
        @media (max-width: 1150px) {
          .blog .blogarea .blog_element .blog_element_content .blog_element_title {
            font-size: 18px; } }
      .blog .blogarea .blog_element .blog_element_content .blog_element_text {
        font-size: 14px;
        line-height: 1.71;
        grid-column-start: 1;
        grid-column-end: 3;
        color: #cccccc; }
        @media (max-width: 1150px) {
          .blog .blogarea .blog_element .blog_element_content .blog_element_text {
            font-size: 12px; } }
    .blog .blogarea .blog_element .blog_element_link {
      z-index: 3;
      font-size: 28px;
      color: #ffffff;
      position: absolute;
      bottom: 30px;
      left: 30px;
      opacity: 0;
      transition: 1s;
      cursor: pointer; }
      @media (max-width: 1150px) {
        .blog .blogarea .blog_element .blog_element_link {
          bottom: 10px;
          left: 15px; } }
.blog .blog_popular {
  margin-top: 150px; }
  .blog .blog_popular .popular_area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px; }
    @media (max-width: 1150px) {
      .blog .blog_popular .popular_area {
        grid-gap: 15px; } }
    @media (max-width: 800px) {
      .blog .blog_popular .popular_area {
        grid-template-columns: 1fr;
        max-width: 350px;
        margin: 0 auto; } }
    .blog .blog_popular .popular_area .popular_content:hover .popdark {
      opacity: 0.9; }
    .blog .blog_popular .popular_area .popular_content:hover .blog_popular_link {
      opacity: 1; }
    .blog .blog_popular .popular_area .popular_content {
      position: relative;
      display: grid;
      grid-template-columns: auto 1fr;
      padding: 50px 24px 70px 30px;
      grid-gap: 18px; }
      .blog .blog_popular .popular_area .popular_content .popdark {
        background: radial-gradient(circle, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 0.8) 60%);
        z-index: 3;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 1;
        transition: 0.7s; }
      @media (max-width: 1150px) {
        .blog .blog_popular .popular_area .popular_content {
          padding: 30px 15px 45px 15px; } }
      .blog .blog_popular .popular_area .popular_content .popular_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        object-fit: cover; }
      .blog .blog_popular .popular_area .popular_content .popular_data {
        font-family: "Panton Light";
         
        color: #ffffff;
        z-index: 3; }
      .blog .blog_popular .popular_area .popular_content .popular_stars {
        text-align: right;
        cursor: pointer;
        z-index: 3;
        color: #ffffff; }
      .blog .blog_popular .popular_area .popular_content .popular_title {
        grid-column-start: 1;
        grid-column-end: 3;
        z-index: 3;
        color: #ffffff;
        font-family: "Kepler 296";
        font-size: 24px; }
        @media (max-width: 1150px) {
          .blog .blog_popular .popular_area .popular_content .popular_title {
            font-size: 16px; } }
      .blog .blog_popular .popular_area .popular_content .blog_popular_link {
        position: absolute;
        z-index: 3;
        bottom: 20px;
        left: 30px;
        color: #ffffff;
        font-size: 30px;
        transition: 1s;
        opacity: 0; }
        @media (max-width: 1150px) {
          .blog .blog_popular .popular_area .popular_content .blog_popular_link {
            left: 15px;
            bottom: 10px; } }

.post {
  display: grid;
  padding-top: 70px; }
.post.block h1{
  text-align: center;
}
h2.titleblock {
  text-align: center; 
  font-size: 35px;
  margin-bottom: 25px;
}
  @media (max-width: 1150px) {
    .post {
      padding-top: 100px; } }
  @media (max-width: 980px) {
    .post {
      padding-top: 80px; } }
  .post .post_block_two .post_inblock_left .post_inblock_right {
    display: grid;
    align-content: end; }
  .post .post_block_one {
    margin-bottom: 150px; }
    .post .post_block_one .post_inblock_left {
      display: grid;
      grid-template-columns: 57fr 47fr;
      grid-template-rows: auto 1fr;
      grid-column-gap: 50px; }
      @media (max-width: 800px) {
        .post .post_block_one .post_inblock_left {
          grid-template-columns: 1fr;
          grid-gap: 30px; } }
      .post .post_block_one .post_inblock_left .post_block_text {
        font-size: 18px;
        line-height: 1.714;
        font-family: "Panton SemiBold";
         
        color: #000000; }
        .post .post_block_one .post_inblock_left .post_block_text li {
          list-style-type: circle;
          margin-left: 15px;
          font-size: 14px; }
    .post .post_block_one .post_inblock_right {
      grid-area: 1/2/3/3; }
      @media (max-width: 800px) {
        .post .post_block_one .post_inblock_right {
          grid-area: 2/1/3/2; } }
      .post .post_block_one .post_inblock_right img {
        display: grid;
        align-content: start;
        width: 100%;
        /*height: 250px;*/
        object-fit: cover;
         }
  .post .post_block_before .before_img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px; }
    @media (max-width: 600px) {
      .post .post_block_before .before_img {
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr; } }
    .post .post_block_before .before_img a img {
      border-radius: 2pt;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .post .before_video {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; }
    @media (max-width: 720px) {
      .post .before_video {
        grid-template-columns: 1fr; } }
    .post .before_video div img {
      border-radius: 2pt;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .post .post_block_soc {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 80px;
    padding: 35px 50px 50px;
    border-radius: 2pt;
    background: url(/bitrix/templates/shablon/./img/share.jpg) no-repeat center #ededed;
    background-size: auto 120%;
    background-position-x: 95%; }
    @media (max-width: 690px) {
      .post .post_block_soc {
        background: #ededed; } }
    @media (max-width: 800px) {
      .post .post_block_soc {
        grid-template-columns: 1fr;
        grid-gap: 50px; } }
    .post .post_block_soc .post_stars {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 15px; }
      .post .post_block_soc .post_stars p {
        font-family: "Kepler 296";
        font-size: 24px; }
        @media (max-width: 500px) {
          .post .post_block_soc .post_stars p {
            font-size: 18px; } }
    .post .post_block_soc .post_linksoc {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 15px; }
      .post .post_block_soc .post_linksoc p {
        font-family: "Kepler 296";
        font-size: 24px; }
        @media (max-width: 500px) {
          .post .post_block_soc .post_linksoc p {
            font-size: 18px; } }
        @media (max-width: 360px) {
          .post .post_block_soc .post_linksoc p {
            font-size: 16px; } }
      .post .post_block_soc .post_linksoc .four_soc_link div ul {
        display: grid;
        grid-template-columns: 80px 80px 80px 80px;
        grid-gap: 15px; }
        @media (max-width: 500px) {
          .post .post_block_soc .post_linksoc .four_soc_link div ul {
            grid-template-columns: 80px 80px; } }
        @media (max-width: 360px) {
          .post .post_block_soc .post_linksoc .four_soc_link div ul {
            font-size: 16px; } }
        .post .post_block_soc .post_linksoc .four_soc_link div ul a:after {
          font-family: "Font Awesome 5 Pro";
          content: "\f1e0";
          display: inline-block;
          padding-left: 5px;
          padding-top: 6px;
          vertical-align: middle;
          font-weight: 900;
          color: #333333; }

.writing {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  z-index: 10; }
  .writing .write {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
    width: 100%; }

.write {
  background: url("/bitrix/templates/shablon/./img/wait.jpg") no-repeat center center;
  background-size: contain;
  padding-bottom: 80px;
  padding-right: 96px;
  margin-top: 150px; }
  @media (max-width: 1150px) {
    .write {
      background: none;
      padding: 80px 0; } }
  .write .team_area {
    grid-template-columns: 670fr 380fr;
    grid-template-rows: 565px; }
    @media (max-width: 980px) {
      .write {
        margin-top: 0px;
      }
      .write .team_area {
        grid-template-columns: 1fr;
        grid-template-rows: auto; } }
    .write .team_area .team_area_photo {
      background: url("/bitrix/templates/shablon/./img/wait_img.jpg") no-repeat top right;
      background-size: contain; }
      @media (max-width: 980px) {
        .write .team_area .team_area_photo {
          display: none; } }
    .write .team_area .team_area_more {
      padding: 70px 25px 60px 60px;
      background-color: #fff;
      width: min-content; }
      @media (max-width: 980px) {
        .write .team_area .team_area_more {
          width: 100%;
          margin: 0 auto; } }
      @media (max-width: 800px) {
        .write .team_area .team_area_more {
          text-align: center;
          padding: 50px 25px; } }
      @media (max-width: 560px) {
        .write .team_area .team_area_more {
          padding: 40px 20px; } }
      .write .team_area .team_area_more .titleblock {
        text-align: left; }
        @media (max-width: 800px) {
          .write .team_area .team_area_more .titleblock {
            text-align: center; } }
      .write .team_area .team_area_more .formundertitle {
        font-size: 18px;
        line-height: 1.2;
        color: #333333;
        padding-bottom: 35px; }
        @media (max-width: 560px) {
          .write .team_area .team_area_more .formundertitle {
            font-size: 14px; } }
      @media (max-width: 800px) {
        .write .team_area .team_area_more form {
          display: grid; } }
      .write .team_area .team_area_more form .writelabel {
        font-family: "Panton Regular";
         
        font-size: 14px;
        color: #333333; }
      .write .team_area .team_area_more form .writetel {
        height: 40px;
        font-size: 18px;
        font-family: "Kepler 296";
        border-bottom: 1px solid #ededed; }
        @media (max-width: 800px) {
          .write .team_area .team_area_more form .writetel {
            text-align: center; } }
        @media (max-width: 400px) {
          .write .team_area .team_area_more form .writetel {
            font-size: 14px; } }

.writing .fyou_close {
  position: absolute;
  right: 7%;
  top: 3%;
  font-size: 22px;
  z-index: 11; }
  .writing .fyou_close:hover {
    opacity: 0.5;
    cursor: pointer; }

.fyou {
  display: none;
  position: fixed;
  z-index: 10;
  background: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 4%; }
  .fyou .fyou_close {
    position: absolute;
    right: 7%;
    top: 3%;
    font-size: 22px;
    z-index: 11; }
  .fyou .who_visor {
    background: url("/bitrix/templates/shablon/./img/a.jpg") no-repeat right bottom;
    display: grid;
    grid-template-columns: 420fr 635fr;
    grid-column-gap: 40px;
    padding-top: 95px; }
    @media (max-width: 1150px) {
      .fyou .who_visor {
        grid-template-columns: 1fr 1fr;
        background: none; } }
    @media (max-width: 800px) {
      .fyou .who_visor {
        grid-template-columns: 1fr;
        text-align: center;
        grid-template-rows: min-content 1fr;
        grid-row-gap: 25px;
        background: none;
        grid-gap: 0;
        padding-top: 0; } }
    .fyou .who_visor .visor_left {
      display: grid;
      grid-template-columns: 1fr 1fr;
      z-index: 2;
      margin-left: 20px; }
      @media (max-width: 1150px) {
        .fyou .who_visor .visor_left {
          grid-template-columns: 1fr 2fr; } }
      @media (max-width: 800px) {
        .fyou .who_visor .visor_left {
          grid-template-columns: 1fr;
          margin-left: 0; } }
      .fyou .who_visor .visor_left .big {
        font-size: 150px;
        font-family: "Kepler 296";
        color: #33ccff;
        text-align: right;
        grid-column-start: 1;
        grid-column-end: 3; }
        @media (max-width: 1150px) {
          .fyou .who_visor .visor_left .big {
            font-size: 100px; } }
        @media (max-width: 800px) {
          .fyou .who_visor .visor_left .big {
            grid-column-start: 1;
            grid-column-end: 2;
            text-align: center; } }
        @media (max-width: 480px) {
          .fyou .who_visor .visor_left .big {
            font-size: 80px; } }
      .fyou .who_visor .visor_left .za {
        font-size: 18px;
        font-family: "Panton Regular";
        
        color: #333333;
        grid-column-start: 2; }
        @media (max-width: 800px) {
          .fyou .who_visor .visor_left .za {
            grid-column-start: 1;
            padding-bottom: 10px; } }
      .fyou .who_visor .visor_left .mi {
        font-family: "Kepler 296";
        font-size: 18px;
        color: #000;
        margin-bottom: 60px;
        grid-column-start: 2; }
        @media (max-width: 800px) {
          .fyou .who_visor .visor_left .mi {
            grid-column-start: 1; } }
      .fyou .who_visor .visor_left .youname {
        grid-column-start: 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 10px; }
        @media (max-width: 800px) {
          .fyou .who_visor .visor_left .youname {
            display: none; } }
        .fyou .who_visor .visor_left .youname .name {
          grid-column-start: 2;
          font-size: 24px;
          font-family: "Kepler 296";
          color: #000; }
        .fyou .who_visor .visor_left .youname .position {
          grid-column-start: 2;
          font-size: 14px;
          color: #333333;
          font-family: "Panton Regular";
          
        }
      .fyou .who_visor .visor_left .titleblock {
        font-size: 100px;
        line-height: 1.1;
        padding-top: 50px; }
      .fyou .who_visor .visor_left .visor_number {
        font-size: 150px;
        font-family: "Kepler 296";
        color: #33ccff; }
        @media (max-width: 1150px) {
          .fyou .who_visor .visor_left .visor_number {
            font-size: 115px; } }
        @media (max-width: 980px) {
          .fyou .who_visor .visor_left .visor_number {
            font-size: 95px; } }
        @media (max-width: 800px) {
          .fyou .who_visor .visor_left .visor_number {
            display: none; } }
      .fyou .who_visor .visor_left .visor_undernumber {
        font-size: 18px;
        line-height: 1.22;
        font-family: "Panton Regular";
        
        margin-top: -50px;
        padding-left: 15px; }
        @media (max-width: 1150px) {
          .fyou .who_visor .visor_left .visor_undernumber {
            margin-top: -30px; } }
        @media (max-width: 800px) {
          .fyou .who_visor .visor_left .visor_undernumber {
            display: none; } }
    .fyou .who_visor .visor_right {
      display: grid;
      grid-template-columns: 540fr 255fr;
      margin-right: 20px; }
      @media (max-width: 1150px) {
        .fyou .who_visor .visor_right {
          grid-template-columns: 1fr; } }
      @media (max-width: 980px) {
        .fyou .who_visor .visor_right {
          background-size: 250px; } }
      @media (max-width: 800px) {
        .fyou .who_visor .visor_right {
          display: none; } }
      .fyou .who_visor .visor_right .visor_photo {
        background: url("/bitrix/templates/shablon/./img/visorphoto.jpg") no-repeat bottom center;
        background-size: contain;
        padding-top: 570px; }
        @media (max-width: 800px) {
          .fyou .who_visor .visor_right .visor_photo {
            padding: 0;
            height: 450px;
            grid-area: 1/1/3/3; } }
        @media (max-width: 360px) {
          .fyou .who_visor .visor_right .visor_photo {
            padding: 0;
            height: 350px;
            grid-area: 1/1/3/3; } }
      .fyou .who_visor .visor_right .visor_right_right {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: min-content max-content max-content;
        align-content: end; }
        @media (max-width: 800px) {
          .fyou .who_visor .visor_right .visor_right_right {
            grid-column-start: 1;
            grid-column-end: 3;
            grid-template-columns: min-content 1fr;
            margin: 24px auto; } }
        .fyou .who_visor .visor_right .visor_right_right .play:hover {
          background-color: #cc0000; }
        .fyou .who_visor .visor_right .visor_right_right .play {
          cursor: pointer;
          border-radius: 50%;
          background-color: #d90a0a;
          padding: 25px;
          height: 66px;
          width: 66px;
          text-align: center;
          margin-bottom: 25px;
          margin-left: -33px; }
          @media (max-width: 800px) {
            .fyou .who_visor .visor_right .visor_right_right .play {
              margin: auto;
              grid-area: 1/1/3/2; } }
        .fyou .who_visor .visor_right .visor_right_right .visor_look {
          font-family: "Panton Regular";
          
          font-size: 14px;
          color: #000;
          line-height: 1.22;
          padding-left: 35px;
          padding-bottom: 10px;
          text-align: left; }
        .fyou .who_visor .visor_right .visor_right_right .visor_name {
          padding-left: 35px;
          font-family: "Kepler 296";
          font-size: 24px;
          line-height: 1.25;
          text-align: left; }

.inhide {
  position: relative; }
  @media (max-width: 980px) {
    .inhide {
      grid-area: 2/1/3/3; } }
  @media (max-width: 800px) {
    .inhide {
      display: none; } }

.pagination {
  margin-top: 45px;
  text-align: center; }

.top_hide {
  position: absolute;
  display: none;
  top: 70px;
  background: #ffffff;
  padding: 50px 100px;
  grid-gap: 44px;
  grid-template-columns: auto auto auto;
  width: max-content; }

  @media (max-width: 1150px) {
    .top_hide {
      left: -25%; } }
  @media (max-width: 980px) {

    .post-head__image.mobile {
      height: 350px;
      object-fit: cover;
    }
    .bread {
      display: none;
    }
    .top_hide {
      left: -15%;
      top: 100%; } }
  .top_hide .footer_right_section .footer_section_name {
    font-size: 18px;
    font-family: "Kepler 296";
    color: #000;
    margin-bottom: 20px; }
  .top_hide .footer_right_section .foooter_services {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 25px; }
    .top_hide .footer_right_section .foooter_services li {
      justify-content: left; }
      .top_hide .footer_right_section .foooter_services li a {
        font-family: "Panton Regular";
        
        font-size: 14px;
        color: #333333; }
  .top_hide div:nth-child(2) {
    grid-area: 1/2/3/3; }

/*# sourceMappingURL=template_styles.css.map */


.pricetable__name-tabs {
  display: flex;
  flex-wrap: wrap;
}

.pricetable__name-tab {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  color: #000;
  border: 1px solid #D3D3D3;
  border-radius: 30px;
  transition: .3s all;
  font-size: 18px;
  cursor: pointer;
}

@media (max-width: 560px) {
  .pricetable__name-tab {
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 4px;
    margin-bottom: 8px;
    background-color: #fff;
    color: #000;
    border: 1px solid #D3D3D3;
    border-radius: 30px;
    transition: .3s all;
    font-family: "Panton Regular";
    
    font-size: 14px;
    cursor: pointer;
  }

  .pricetable.block {
    padding-left: 15px;
    padding-right: 15px;
  } 
}

.pricetable__name-tab:hover {
  color: #fff;
  background-color: #203E96;
  border-color: #203E96;
  transition: .3s all;
}

.pricetable__name-tab.active {
  color: #fff;
  background-color: #203E96;
  border-color: #203E96;
  transition: .3s all;
}

.pricetable__body {
  margin-top: 15px;
}

.pricetable__content {
  margin-top: 15px;
}

.pricetable__table-row {
  display: flex;
  flex-wrap: wrap;
  width: 1110px;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C9C9C9;
  font-size: 16px;
  padding-left: 15px;
}

@media (max-width: 1110px) {
  .tabs__content {
    overflow: hidden;
    overflow-x: scroll;
  }
}

.pricetable__table-row:hover {
  background-color: #f9f9f9;
}

.pricetable__table-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.table-subcol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.pricetable__table-col__title {
  padding-left: 20px;
}

.pricetable__table-row:first-child {
  border-color: transparent;
}

.pricetable__table-row--current {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #F1F5FF;
}

.table-col--57 {
  -ms-flex: 0 0 57.333333%;
  flex: 0 0 57.333333%;
  max-width: 57.333333%;
}

.table-col--33 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}


.table-col--30 {
  -ms-flex: 0 0 30.333333%;
  flex: 0 0 30.333333%;
  max-width: 30.333333%;
}


.table-col--22 {
  -ms-flex: 0 0 22.333333%;
  flex: 0 0 22.333333%;
  max-width: 22.333333%;
}

.table-col--13 {
  -ms-flex: 0 0 13.333333%;
  flex: 0 0 13.333333%;
  max-width: 13.333333%;
}

.table-col--11 {
  -ms-flex: 0 0 11.333333%;
  flex: 0 0 11.333333%;
  max-width: 11.333333%;
}

.table-col--8 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.pricetable__car-class {
  margin-bottom: 5px;
  color: #8A8A8A;
  font-size: 18px;
  font-family: "Panton Regular";
  
}

.pricetable__sidebar {
  margin-top: 20px;
}

@media screen and (max-width: 1199px) {
  /*.pricetable__wrapper-desc {
    display: none;
  }*/
  .pricetable__table-col {
    padding-left: 20px;
  }
  .pricetable__table-col__title {
    padding-left: 0;
  }
  .pricetable__table-row {
    width: 100%;
  }
  .table-col--11 {
    -ms-flex: 0 0 40.333333%;
    flex: 0 0 40.333333%;
    max-width: 40.333333%;
  }
  .table-col--13 {
    -ms-flex: 0 0 40.333333%;
    flex: 0 0 40.333333%;
    max-width: 40.333333%;
  }
}

@media screen and (max-width: 575px) {
  .table-col--57 {
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
  }
  .table-col--11 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .table-col--13 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .pricetable__table-col {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .pricetable__wrapper-mob {
    display: none;
  }
}



.tabs__content {
  display: none; /* по умолчанию прячем все блоки */    
}
.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
}

.pricetable__table-col__section-right {
  -ms-flex: 0 0 60.333333%;
  flex: 0 0 60.333333%;
  max-width: 60.333333%;
}

.pricetable__table-col__descr {
  font-size: 16px;
  color: #848484;
  max-width: 31ch;
}


.u-sale__title {
  font-family: 'Kepler 296';
  font-size: 26px;
  line-height: 140%;
  max-width: 29ch;
  margin-bottom: 10px;
}

.u-sale__title span {
  color: red;
}

.u-sale__badge {
  color: #fff;
  background-color: #213f9a;
  padding: 5px 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.u-sale__list {
  margin-bottom: 20px;
}

.u-sale__list-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.post .post_block_one .post_inblock_left .post_block_text li {
  list-style: none;
  margin-left: 0;
  font-size: 16px;
  margin-bottom: 7px;
}

.u-sale__list li::before {
  content: "—";
  margin-right: 7px;
  font-family: 'Kepler 296';
  font-size: 16px;
  color: #213f9a;
}

.u-sale__message {
  font-family: 'Kepler 296';
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 10px;
}

.u-sale__phone {
  color: #213f9a;
  font-family: 'Kepler 296';
  font-size: 26px;
  letter-spacing: 0.6px;

}


.flexBlock {
  display: flex;
}
.tonimg {
  margin-right: 30px;
}
.flex .list {
  margin-top: 0;
}
.list {
  margin: 0 20px 20px;
}
.list li {
  margin-bottom: 10px;
  list-style-type: disc;
}
.pageservices h1.h1 {
  margin-bottom: 0px!important;
}

.list2 {
  padding-left: 20px; 
  margin-top: 20px;
}
.img {
  width: 350px;
  height: auto;
  float: right;
  margin-left: 30px;
  margin-top: 20px;
}
.news-detail a {
  color: #FF000BFF;
}

.form-chekbox {
  font-size: 12px;
  margin: 20px 0;
}

.team .team_area .team_area_more .titleblock {
  font-size: 36px;
  line-height: 1.1;
}
.form-chekbox-label {
  display: flex;
}
.form-agree {
  display: inline-block;
  margin-left: 15px;
}



.blockmenu {
  margin-top: 25px;
  padding-top: 25px;
  font-weight: bold;
  font-size: 18px;
  border-top: 2px solid #213E9AFF;
}
.blockmenu a {
  color: #333;
}
.blockmenu span {
  display: block;
  color: #FF000BFF;
  margin-bottom: 10px;
}





@media screen and (max-width: 992px) {
  .img {
    float: none;
    margin-left: 0;
  }

  .flexBlock {
    flex-direction: column;
  }
  .button_header {
    display: none;
  }

  .team .team_area .team_area_more .titleblock {
    font-size: 26px;
  }
}


@media screen and (max-width: 620px) {
  .pageservices h1.h1 {
    font-size: 26px;
  }
  .block-sale {
    font-size: 36px;
  }
  .main-title {
    font-size: 26px;
    max-width: 100%;
  }
  .block {
    text-align: left;
  }
  .block #popup_button {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .mainpage1 {
    background: url('/bitrix/templates/shablon/img/slide1-mobile.jpg') center center no-repeat!important;
    background-size: cover;
  }

  .formundertitle a {
    display: block;
  }
  #mainSLider .button {
    margin-left: auto;
    margin-right: auto;
  }

  .top.mainpage {
    padding: 50px 0;
  }
  
}


#mainSLider .slick-slide {
  max-height: 580px;
}


#timer {
    
}
.timer-border {
    width: 150px;
    height: 150px;
    border-radius:50%;
    position: fixed;
    bottom: 50px;
    left: 30px;
    z-index: 1000;
    border: 2px solid #FF0C00;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.timer {
    width: 142px;
    height: 142px;
    background: #fff;   
    border-radius:50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.timer-img {
    position: absolute;
    top: -45px;
}
.timer-title {
    text-align: center;
    margin-top: 10px;
    font-family: "Panton Regular";
    
}
.timer-title-present {
    display: block;
    font-size: 19px;
    font-weight: bold!important;
    color: red;
    text-transform: uppercase;
    font-family: "Panton Regular";
    
}
.timer-title-opic {
    display: block;
    font-size: 12px;
    color: #0076C0;
    font-weight: bold;
    margin-top: 0px;
    font-family: "Panton Regular";
    
}
.timer-block {
    margin-top: 5px;
}
.timer-clock {
    font-size: 29px;
    color: red;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Panton Regular";
    
}

.btnUp {
    position: fixed;
    bottom: 45px;
    right: 30px;
    border: none;
    cursor: pointer;
    z-index: 900;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #34CBFFFF url('/bitrix/templates/shablon/img/arrow.svg') 48% 50% no-repeat;
    transform-origin: center center;
    transform: rotateZ(90deg);
    transition: .3s;
    opacity: 0.5;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: none;
}
.btnUp:hover {
    opacity: 1;
}



@media screen and (max-width: 768px) {
      
      .timer-border {
        width: 100px;
        height: 100px;
      }
      .timer {
        width: 95px;
        height: 95px;
      }

      .timer-title-present {
        font-size: 11px;
        font-weight: bold!important;
      }
      .timer-title-opic {
        font-size: 11px;
      }

      .timer-block {
        margin-top: 0;
      }
      .timer-clock {
        font-size: 22px;
      }

      .timer-border {
        bottom: 15px;
        left: 15px;
      }
      .timer-clock {
        font-size: 14px;
      }

}



    
/* &#34;Блок-обертка&#34;, где мы задаем фоновое изображение скриншотом как на карте */
.ymap-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: url('/bitrix/templates/shablon/img/yandex-before-load-marker.jpg') #ffffff no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 2em  0 rgba(0,0,0,.2);
}
 
/* Блок, в котором появится Яндекс.Карта */
#map-yandex {
  position: relative;
  z-index: 7;
  width: 100%;
  height: 40em;
  cursor: pointer;
  background-color: transparent;
}
.map_popup {
  position: relative;
  z-index: 8;
}
.map-text {
  display: none;
  font-size: 18px;
  color: #eee;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(0,0,0,0.3);
}

/* Индикатор загрузки, который показывается до загрузки карты */
.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #000000;
  transition: opacity .7s ease;
  opacity: 0;
  background-color: rgba(0,0,0,.55);
}
 
.loader:after,
.loader:before {
  box-sizing: border-box;
}
 
.loader.is-active {
  top: 0;
  opacity: 1;
}
 
.loader-default:after {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  content: '';
  animation: rotation 1s linear infinite;
  border: solid 8px #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}
 
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
 
@keyframes blink {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}



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

.map-text {
  display: block;
}

.ymap-container {
  background-position: 47% -130px;
}


}






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

.header .block .header_logo img {
    width: 85px;
    height: auto;
}

}




.instagalary {
  max-width: 70%;
  margin: 0 auto;
}

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

  .instagalary {
    max-width: 100%;
    margin: 0 auto;
  }

}








/* priceSection */
.priceSection {
  max-width: 1920px;
  margin: 0 auto;
}
.priceSection-title {
  font-family: 'Kepler 296';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  margin-bottom: 25px;
}


/* price */

.pricelist {
  cursor: default;
}


.pricelist {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.pricelist thead {
  background: #F1F5FF;
}

.pricelist th {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #18203C;
    text-align: left;
    padding: 10px 15px;
    border: 1px solid #ccc;
}
.pricelist th:last-child {
    text-align: center;
}

.pricelist tr {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pricelist td {
    text-align: left;
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}
.pricelist th:nth-child(2),
.pricelist th:nth-child(3) {
  text-align: center;
}
.pricelist td:nth-child(2),
.pricelist td:nth-child(3) {
    text-align: center;
}


.pricelist td:last-child {
    text-align: center;
}


.pricelist-subtext {
  font-size: 16px;
  padding: 20px 0;
}


.policy {
  margin-top: 8px;
}
.policy a {
  color: #fff;
}
.policy a:hover {
  text-decoration: underline!important;
}



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

  .pricelist-subtext span {
    display: block;
  }
  .pricelist-subtext a {
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block;
  }

  .pricelist th {
      font-size: 18px;
      padding: 10px;
      text-align: center;
  }
  .pricelist th:first-child,
  .pricelist td:first-child {
    width: 70%;
    text-align: left;
  }
  .pricelist td {
      padding: 10px;
      font-size: 14px;
  }


  .policy-h1 {
    word-break: break-word;
    font-size: 23px;
  }

}



.formBlock {
  margin-bottom: 50px;
  margin-top: 30px;
} 


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

  .formBlock {
    margin: 0 0 30px;
    padding: 0;
  }

  .news-detail .post-head {
    grid-gap: 0;
  }

}




/* End */
/* /bitrix/templates/shablon/components/bitrix/menu/menu_top/style.css?1584495142593 */
/* /bitrix/templates/shablon/components/bitrix/news.list/services_listfooter/style.css?1584001756150 */
/* /bitrix/templates/shablon/template_styles.css?1775631451113202 */
