@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../../s/roboto/v20/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../../s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../../s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../../s/roboto/v20/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
:root {
    --bg-color: #fff;
    --text-second: #949494;
}
.row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    
    margin-left:-9px;
    margin-top:-9px
}
.row>*{
    margin-left:9px;
    margin-top:9px
}
* {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  color: #000000;
}
body,
html {
  margin: 0;
  padding: 0;
}
.flex_sb {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.vl {
  width: 1px;
  margin: 0 80px;
  background-color: #E5E5E5;
}
.picture {
  transition: all 0.5s ease;
}
.picture:hover {
  transform: scale(1.101);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.pages {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.pages a {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin: 0 26px;
  color: #949494;
}
.pages a.active,
.pages a:hover {
  color: #4047FF;
}
.gallery hr {
  color: #FF0000;
  background: #FF0000;
}
.gallery .section_desc {
  max-width: 440px;
}
.gallery .gallery_cont {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.gallery .gallery_cont img {
  width: 100%;
  height: auto;
  position: relative;
}
.gallery picture {
  max-width: 100%;
  width: 100%;
}
.gallery .picture {
  display: block;
  z-index: 1;
}
.gallery .picture:hover {
  z-index: 10;
}
.gallery .small_foto {
  display: flex;
  flex-direction: column;
}
.about_main .section_desc {
  max-width: 492px;
}
.about_main .vl {
  margin: 0px 50px;
}
.about_main picture {
  width: calc(50% - 22px);
}
.about_main picture img {
  width: 100%;
  height: auto;
}
.about_main h3 {
  margin-bottom: 30px;
}
.about_main .flex_sb {
  flex-wrap: wrap-reverse;
}
.about_main .sertificats {
  width: calc(50% - 51px);
}
.about_main .about_text {
  width: calc(50% - 51px);
}
.about_main .about_text a {
  color: #4047FF;
  text-decoration: underline;
}
.about_main .about_text p {
  line-height: 160%;
  margin-bottom: 24px;
}
.about_main .about_text .show_more {
  margin-bottom: 0;
}
.about_main .show_more {
  display: none;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .about_main .about_text,
  .about_main .sertificats,
  .about_main .vl {
    width: 100%;
  }
  .about_main .text1 {
    max-height: 264px;
    overflow: hidden;
    transition-duration: 0.5s;
  }
  .about_main .vl {
    height: 1px;
    margin: 25px 0px;
  }
  .about_main .show_more {
    display: block;
  }
  .about_main picture {
    width: calc(50% - 11px);
  }
  .about_main picture img {
    width: 100%;
    height: auto;
  }
}
.remont {
  padding-top: 130px;
}
.remont hr {
  color: #4047FF;
  background: #4047FF;
}
.remont .section_desc {
  max-width: 440px;
}
.remont .info {
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .remont .vl {
    width: 100%;
    margin: 25px 0px;
    height: 1px;
  }
  .remont .flex_sb {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .remont {
    padding-top: 50px;
  }
}
.card_adv {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.card_adv img {
  margin-right: 20px;
}
.card_adv h3 {
  margin-bottom: 15px;
}
.card_adv:last-child {
  margin-bottom: 0;
}
.img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 650px;
}
.img img {
  max-width: 100%;
  height: auto;
}
p {
  font-size: 15px;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
}
body {
  overflow-x: hidden;
  width: 100%;
}
.wrapper {
  max-width: 1224px;
  margin: auto;
  width: 100%;
  background: #FFFFFF;
}
@media screen and (max-width: 1244px) {
  .wrapper {
    max-width: unset;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.burger {
  width: 40px;
  height: 40px;
  padding: 0px 2.5px;
  margin-left: 30px;
  padding: 10px 5px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  /*
	*/
}
.burger * {
  transition: transform 0.5s;
}
.burger span,
.burger:after,
.burger:before {
  display: block;
  height: 3px;
  width: 100%;
  content: ' ';
  background: #000000;
  border-radius: 2px;
}
.burger span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.burger:after,
.burger:before {
  transform-origin: 0 50%;
  transition: transform 0.5s;
}
.burger:after {
  transform: rotate(-45deg) translateY(3.1px) scale(0);
}
.burger:before {
  transform: rotate(45deg) translateY(-3.1px) scale(0);
}
header {
  z-index: 8000;
  height: 80px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  color: #000000;
  background-color: #FFFFFF;
}
header.white {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
header.black {
  background-color: #000000;
  color: #FFFFFF;
}
header.black .wrapper {
  background: #000000;
}
header.black .logo {
  color: #FFFFFF;
}
header.black .burger span,
header.black .burger:after,
header.black .burger::before {
  background-color: #FFFFFF;
}
header.black .header_meta_section {
  color: #FFFFFF;
}
header.black .header_meta_section p {
  color: #FFFFFF;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .header_meta_section {
  display: flex;
  color: inherit;
}
header .header_meta_section p {
  color: inherit;
}
header .header_meta_section .header_meta {
  color: inherit;
  margin-right: 50px;
}
header .header_meta_section .header_meta .meta_desc {
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
}
header .header_meta_section .header_meta:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  header .header_meta_section {
    display: none;
  }
  header .logo {
    width: 100%;
  }
}
.logo {
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo a {
  display: flex;
  align-items: center;
  color: inherit;
}
.logo a span {
  color: inherit;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
}
.logo a img {
  margin-right: 15px;
}
@media screen and (max-width: 350px) {
  .logo a span {
    font-size: 20px;
    line-height: 24px;
  }
  .logo a img {
    width: 40px;
    height: 40px;
  }
}
.button {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: white;
  background: linear-gradient(91.83deg, #FF0000 0%, #4047FF 50%, #FF0000 100%);
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  background-size: 200%;
  background-position: 0px 0px;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  transition-duration: 0.5s;
  padding: 13px 20px;
}
.button img {
  margin-left: 10px;
}
.button:hover {
  background-position: 100% 0px;
}
@media screen and (max-width: 1024px) {
  .button:hover {
    background-position: 0px 0px;
  }
}
section.mobile_menu {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-top: 0;
  overflow-x: hidden;
  z-index: -1;
  background: transparent;
  opacity: 0;
  transition: opacity 0s 0.5s, z-index 0s 0.5s;
}
section.mobile_menu .mobile_header {
  background: #FFFFFF;
  height: 80px;
  padding-top: 15px;
  transform: translateY(-100%);
  transition: transform 0.5s;
}
section.mobile_menu .mobile_header .logo {
  max-width: 328px;
}
section.mobile_menu .flex_container {
    min-height: 100%;
}
section.mobile_menu .flex_container > * {
  width: 50%;
  background: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 200px;
  transition: transform 0.5s;

}
section.mobile_menu .flex_container > * > div {
  max-width: 615px;
}
section.mobile_menu .mobile_contacts {
  transform: translateX(-100%);
  width: 51.4375%;
}
section.mobile_menu .mobile_contacts hr {
  color: #4047FF;
  background: #4047FF;
}
section.mobile_menu .mobile_contacts .meta_block {
  margin-bottom: 25px;
}
section.mobile_menu .mobile_contacts > div {
  margin-left: auto;
  padding-right: 145px;
}
section.mobile_menu .mobile_nav {
  transform: translateX(100%);
  width: 48.5625%;
}
section.mobile_menu .mobile_nav hr {
  color: #FF0000;
  background: #FF0000;
}
section.mobile_menu .mobile_nav > div {
  padding-left: 145px;
  max-width: 612px;
  width: 100%;
  border-left: 1px solid #E5E5E5;
}
section.mobile_menu .mobile_nav nav a {
  display: block;
  margin-bottom: 33px;
  font-size: 20px;
  line-height: 23px;
}
@media screen and (max-width: 1000px) {
  section.mobile_menu .flex_container {
    flex-wrap: wrap-reverse;
  }
  section.mobile_menu .mobile_nav,
  section.mobile_menu .mobile_contacts {
    width: 100%;
  }
  section.mobile_menu .mobile_header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  }
  section.mobile_menu .mobile_header .logo {
    width: 100%;
    max-width: unset;
  }
  section.mobile_menu .mobile_nav {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }
  section.mobile_menu .mobile_nav .section_desc {
    display: none;
    max-width: 468px;
  }
  section.mobile_menu .mobile_nav div {
    max-width: unset;
    padding-left: 0px;
    border-left: none;
    border-bottom: 1px solid #E5E5E5;
  }
  section.mobile_menu .mobile_contacts {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
  }
  section.mobile_menu .mobile_contacts div {
    padding-right: 0;
    margin: 0;
  }
}
body.mobile_menu {
  overflow: hidden;
}
body.mobile_menu section.mobile_menu {
  z-index: 9999;
  opacity: 1;
  transition: opacity 0s 0s, z-index 0s 0s;
}
body.mobile_menu section.mobile_menu .mobile_header {
  transform: translateY(0);
}
body.mobile_menu section.mobile_menu .flex_container > * {
  transform: translateX(0);
}
.banner {
  background: url('../../images/dest/banner_fon.png') right 4.875vw center no-repeat, #000000;
  background-size: auto 100%;
  color: #FFFFFF;
  padding-top: 0;
  padding-bottom: 0;
}
.banner .slogan {
  font-weight: bold;
  font-size: 48px;
  line-height: 145%;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.banner .wrapper {
  padding-top: 150px;
  padding-bottom: 280px;
  background: transparent;
}
.banner .banner_desc {
  display: flex;
  flex-wrap: wrap-reverse;
}
.banner .banner_info {
  max-width: 400px;
}
.banner .banner_info_main {
  font-size: 26px;
  line-height: 145%;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.banner .button_cont {
  display: flex;
  margin-right: 60px;
  align-items: flex-end;
}
.banner .button_cont .button {
  margin-top: 25px;
}
.banner .banner_info_small {
  font-size: 15px;
  line-height: 145%;
  color: #FFFFFF;
}
@media screen and (max-width: 900px) {
  .banner {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../../images/dest/banner_fon.png') left 50px center no-repeat, #000000;
  }
}
@media screen and (max-width: 750px) {
  .banner .wrapper {
    padding-top: 94px;
    padding-bottom: 175px;
  }
}
.feedback {
  padding-left: 16px;
}
.feedback form {
  max-width: 300px;
}
.fast_form.red hr {
  color: #FF0000;
  background: #FF0000;
}
@media screen and (max-width: 768px) {
  .fast_form .feedback {
    padding-left: 0;
  }
  .fast_form .img {
    max-width: unset;
    margin-top: 35px;
  }
  .fast_form .flex_sb {
    flex-direction: column-reverse;
  }
}
h2,
.head_title {
  font-weight: bold;
  font-size: 37px;
  line-height: 60px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
  h2,
  .head_title {
    font-size: 32px;
    line-height: 37px;
  }
}
h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  margin-top: 0;
}
hr {
  width: 150px;
  height: 1px;
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  border: none;
  margin-bottom: 25px;
  color: #4047FF;
  background: #4047FF;
}
section {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  section {
    padding-top: 50px;
  }
}
nav a:hover {
  color: #4047FF;
}
.contacts_main {
  padding-top: 130px;
}
.contacts_main .section_desc {
  max-width: 470px;
}
.contacts_main .flex_sb {
  margin-bottom: 50px;
}
.contacts_main .meta_bar {
  width: 100%;
 
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.contacts_main .meta_block {
  margin-top: 10px;
}
.contacts_main .vl {
  margin: 0 29px;
}
.contacts_main .contact_text {
  max-width: 473px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .contacts_main {
    padding-top: 50px;
  }
  .contacts_main iframe {
    height: 64vw;
  }
  .contacts_main .flex_sb {
    flex-wrap: wrap;
  }
  .contacts_main .meta_bar {
    padding-bottom: 0;
    margin-top: -25px;
  }
  .contacts_main .meta_block {
    margin-top: 25px;
  }
  .contacts_main .vl {
    width: 100%;
    height: 1px;
    margin: 25px 0px;
  }
}
.banner + section {
  padding-top: 130px;
}
@media screen and (max-width: 550px) {
  .banner + section {
    padding-top: 100px;
  }
}
.container {
  display: grid;
  gap: 1px;
  background-color: #E5E5E5;
  grid-template-columns: repeat(4, auto);
  justify-items: stretch;
}
.section_desc {
  margin-bottom: 55px;
  font-size: 18px;
  line-height: 150%;
}
.article_card {
  background-color: #FFFFFF;
  text-align: center;
}
.advantages .section_desc {
  max-width: 492px;
}
.advantages .container {
  grid-template-columns: repeat(3, 1fr);
}
.advantages hr {
  background-color: #4047FF;
  color: #4047FF;
}
.advantages .article_card {
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantages .article_card img {
  margin-bottom: 55px;
}
.advantages .article_card h3 {
  margin-top: 0;
  margin-bottom: 37px;
}
.advantages .article_card:first-child {
  padding-left: 50px;
}
.advantages .article_card:first-child p {
  width: 143px;
}
.advantages .article_card:last-child {
  padding-right: 50px;
}
.advantages .article_card:last-child p {
  width: 198px;
}
.advantages .article_card:nth-child(3) p {
  width: 145px;
}
@media screen and (max-width: 1100px) {
  .advantages .article_card:first-child {
    padding-left: 0px;
  }
  .advantages .article_card:last-child {
    padding-right: 0px;
  }
}
@media screen and (max-width: 950px) {
  .advantages .container {
    grid-template-columns: repeat(2, auto);
  }
  .advantages .article_card p {
    width: unset  !important;
    max-width: 192px;
  }
}
@media screen and (max-width: 500px) {
  .advantages {
    padding-bottom: 2px;
  }
  .advantages .container {
    grid-template-columns: repeat(1, auto);
  }
  .advantages .section_desc {
    margin-bottom: 7px;
  }
}
.link {
  display: flex;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  align-items: center;
  color: #4047FF;
  min-width: 133px;
  transition-duration: 0.5s;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.link img {
  margin-left: 5px;
}
.more_button {
  width: 70px;
  height: 70px;
  background: url('../../images/dest/more.svg');
  background-size: 100% 100%;
  transition-duration: 0.5s;
  cursor: pointer;
}
.more_button:hover {
  background: url('../../images/dest/more_hover.svg');
}
.over_hidden {
  overflow: hidden;
}
.brands hr {
  background-color: #FF0000;
  color: #FF0000;
}
.brands .section_desc {
  max-width: 562px;
}
.brands .more_card {
  border-right: 1px solid #E5E5E5;
  width: calc(100% / 5);
}
.brands .container {
  width: calc(100% + 1px);
  position: relative;
  gap: 0px;
  left: 2px;
  top: 1px;
  perspective: 10000px;
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
}
.brands .container .art_cont {
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  width: calc(100% / 5);
  background: #FFFFFF;
}
.brands .container .art_cont:nth-child(n+10) {
  display: none;
}
.brands .container .art_cont .link {
  white-space: nowrap;
}
.brands .container .art_cont:hover article {
  z-index: 10;
}
.brands .container article {
  transform-style: preserve-3d;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 225px;
  padding: 16px;
  z-index: 1;
  position: relative;
}
.brands .container article .icon {
    width: auto;
  transform-style: preserve-3d;
  transform: translateY(0);
  transition-duration: 0.5s;
  z-index: 2;
  position: relative;
}
.brands .container article a {
  z-index: 1;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 30%;
  left: 50%;
  display: flex;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  align-items: center;
  color: #4047FF;
  min-width: 133px;
  transform: translateX(-150%);
  opacity: 0;
  transition-duration: 0.5s;
}
.brands .container article a img {
  margin-left: 5px;
}
.brands .container article:hover .icon {
  transform: translateY(-25px) translateZ(50px);
}
.brands .container article:hover a {
  transform: translateX(-50%) translateZ(30px);
  opacity: 1;
}
@media screen and (max-width: 1050px) {
  .brands .container .art_cont,
  .brands .container .more_card {
    width: calc(100% / 4);
  }
}
@media screen and (max-width: 1024px) {
  .brands .container article:hover a {
    transform: translate(0);
    opacity: 0;
  }
  .brands .container article:hover .icon {
    transform: translate(0);
  }
}
@media screen and (max-width: 700px) {
  .brands .container .art_cont,
  .brands .container .more_card {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 600px) {
  .brands .container .art_cont,
  .brands .container .more_card {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 500px) {
  .brands {
    padding-bottom: 0;
  }
  .brands .container .art_cont,
  .brands .container .more_card {
    width: 100%;
  }
  .brands .container .art_cont:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .brands .section_desc {
    margin-bottom: 0;
  }
}
.prices hr {
  background-color: #4047FF;
  color: #4047FF;
}
.prices .section_desc {
  max-width: 478px;
}
.prices .table {
  width: 100%;
  display: flex;
}
.prices .table picture img {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-top: 53px;
}
.prices .table .show_table {
  cursor: pointer;
  outline: none;
  display: block;
  margin: auto;
  width: 240px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 15px 18px;
  border: 1px solid transparent;
  background: transparent;
  transition-duration: 0.5s;
  margin-top: 10px;
}
.prices .table .show_table img {
  transition-duration: 0.5s;
  transform: rotate(0deg);
  margin-right: 10px;
}
.prices .table .show_table:hover {
  border-image: linear-gradient(91.83deg, #FF0000 0%, #4047FF 100%);
  border-image-slice: 1;
}
.prices .table .table_div {
  width: 65.76%;
  margin-right: 44px;
}
.prices .table .table_wrap {
  display: block;
  overflow: hidden;
  transition-duration: 0.5s;
}
.prices .table table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  margin-bottom: 10px;
}
.prices .table thead tr {
  border: 1px solid #4047FF;
}
.prices .table thead tr th {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
  padding: 17px;
  padding-left: 0px;
}
.prices .table thead tr th:first-child {
  padding-left: 30px;
}
.prices .table thead tr th:nth-child(4) {
  padding-right: 30px;
}
.prices .table tbody td {
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 15px;
  line-height: 18px;
  transition-duration: 0.5s;
  cursor: default;
}
.prices .table tbody td span {
  opacity: 1;
  transition-duration: 0.5s;
}
.prices .table tbody td:first-child {
  padding-left: 30px;
}
.prices .table tbody td .link {
  padding: 0;
  white-space: nowrap;
  top: 0px;
  left: 0px;
  transform: translateX(-20%);
  opacity: 0;
  position: absolute;
}
.prices .table tbody td div {
  position: relative;
}
.prices .table tbody tr {
  transition-duration: 0.5s;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}
.prices .table tbody tr:last-child {
  border-bottom: none;
}
.prices .table tbody tr:hover {
  border-bottom-color: #4047FF;
}
.prices .table tbody tr:hover span {
  opacity: 0;
}
.prices .table tbody tr:hover td {
  color: #4047FF;
}
.prices .table tbody tr:hover td:last-child {
  display: table-cell;
}
.prices .table tbody tr:hover .link {
  transform: translateX(0%);
  opacity: 1;
}
.prices.full hr {
  background-color: #FF0000;
  color: #FF0000;
}
.prices.full .table {
  display: block;
}
.prices.full .table tbody td .link {
  transform: none;
  position: static;
  opacity: 1;
  color: #000000;
}
.prices.full .table tbody td .link img {
  visibility: hidden;
}
.prices.full .table tbody td:last-child {
  width: 12.4183%;
  max-width: 152px;
}
.prices.full .table tbody tr:hover td .link {
  color: #4047FF;
}
.prices.full .table tbody tr:hover td .link img {
  visibility: visible;
}
@media screen and (max-width: 975px) {
  .prices .table {
    display: block;
  }
  .prices .table .table_div {
    width: 100%;
  }
  .prices .table picture img {
    margin: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 670px) {
  .prices .table tbody tr td:first-child {
    padding-left: 8px;
    padding-right: 8px;
  }
  .prices .table tbody tr td:nth-child(3),
  .prices .table tbody tr td:nth-child(4),
  .prices .table tbody tr td:last-child {
    display: none ;
  }
  .prices .table tbody tr:hover {
    border-bottom-color: #E5E5E5;
  }
  .prices .table tbody tr:hover span {
    opacity: 0;
  }
  .prices .table tbody tr:hover td {
    color: #000000;
  }
  .prices .table tbody tr:hover td:last-child {
    display: none;
  }
  .prices .table tbody tr:hover .link {
    transform: none;
    opacity: 0;
  }
  .prices .table thead tr th:first-child {
    padding-left: 8px;
    padding-right: 8px;
  }
  .prices .table thead tr th:nth-child(3),
  .prices .table thead tr th:nth-child(4),
  .prices .table thead tr th:last-child {
    display: none;
  }
}
.roadmap hr {
  color: #FF0000;
  background: #FF0000;
}
.roadmap .section_desc {
  max-width: 492px;
}
.roadmap .article_card {
  padding-top: 42px;
  padding-bottom: 48px;
}
.roadmap .article_card .big_num {
  font-weight: bold;
  font-size: 96px;
  line-height: 112px;
  background: linear-gradient(#FF0000, #4047FF);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FF0000;
  margin-bottom: 48px;
}
.roadmap .article_card p {
  max-width: 182px;
  margin: auto;
}
.roadmap .article_card h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 37px;
}
@media screen and (max-width: 950px) {
  .roadmap .container {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (max-width: 500px) {
  .roadmap {
    padding-bottom: 8px;
  }
  .roadmap .section_desc {
    margin-bottom: 13px;
  }
  .roadmap .container {
    grid-template-columns: repeat(1, auto);
  }
}
.flex_container {
  display: flex;
}
.text {
  overflow: hidden;
  transition-duration: 0.5s;
}
.text p {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 160%;
}
.about {
  padding-bottom: 0;
}
.about hr {
  color: #4047FF;
  background: #4047FF;
}
.about .section_desc {
  max-width: 468px;
}
.about .text_cont {
  padding-right: 80px;
  margin-right: 80px;
  border-right: 1px solid #E5E5E5;
  width: 62.58%;
}
.about .text {
  max-height: 264px;
  margin-bottom: 8px;
}
.about .wrapper {
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .about .flex_container {
    flex-wrap: wrap-reverse;
  }
  .about .text_cont {
    margin-top: 25px;
    padding-top: 25px;
    padding-right: 0;
    border-right: none;
    border-top: 1px solid #E5E5E5;
    width: 100%;
    margin-right: 0;
  }
}
form h3 {
  margin-bottom: 25px;
}
form p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 25px;
}
form input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #4047FF;
  margin-bottom: 30px;
  outline: none;
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 11px;
  border-radius: 0px;
}
form input:focus {
  border-bottom-color: #FF0000;
}
form input:last-child {
  margin-bottom: 33px;
}
form .link {
  font-size: 18px;
  line-height: 21px;
  padding: 0;
}
.contact_form form .link {
    padding: 13px 20px;
    background: #FFFFFF;
  color: #000000 !important;
  justify-content: space-between;
  width: 100%;
  max-width: 270px;
}
@media screen and (max-width: 1000px) {
  form input {
    font-size: 16px;
  }
}
.show_more {
  font-weight: bold;
  font-size: 18px;
  line-height: 160%;
  cursor: pointer;
  color: #949494;
}
.meta_block .meta_title {
  color: #949494;
  margin-bottom: 5px;
}
.meta_block .meta_desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
.background {
  padding: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background .wrapper {
  background: url('../../images/dest/mainfon.png') no-repeat;
  background-position: center center;
  background-size: 100% auto;
  height: 100%;
}
.contact {
  background: transparent;
  padding-top: 200px;
  padding-bottom: 0;
}
.contact hr {
  color: #FF0000;
  background-color: #FF0000;
}
.contact .wrapper {
  padding-top: 130px;
  padding-bottom: 75px;
}
.contact .map {
  margin-right: 65px;
}
.contact .map * {
  display: block;
}
.contact .meta_block {
  margin-bottom: 25px;
}
@media screen and (max-width: 1100px) {
  .contact .flex_container {
    flex-wrap: wrap-reverse;
  }
  .contact .section_desc {
    max-width: 500px;
  }
  .contact .map {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .contact .map img {
    width: 100%;
    height: auto;
  }
}
footer .wrapper {
  padding-bottom: 50px;
}
footer hr {
  color: #E5E5E5;
  background-color: #E5E5E5;
  margin: auto;
  margin-bottom: 25px;
}
footer .wrapper {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .logo {
  margin-bottom: 25px;
}
footer .footer_nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 838px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  footer .footer_nav {
    flex-direction: column;
    align-items: center;
  }
  footer .footer_nav a {
    margin-bottom: 25px;
  }
  footer .footer_nav a:last-child {
    margin-bottom: 0;
  }
}
.copyright {
  text-align: center;
  background-color: #FFFFFF;
  color: #949494;
  padding-bottom: 62px;
  padding-left: 16px;
  padding-right: 16px;
}
.popup {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s 0.2s, z-index 0s linear 0.5s;
}
.popup .wrapper {
  background: inherit;
  padding-top: 57px;
  padding-bottom: 135px;
  background: url('../../images/dest/popupfon.png') no-repeat;
  background-position: center right 80px;
  position: relative;
}
.popup .close {
  top: 75px;
  right: 0px;
}
.popup .popup_container {
  background: #4047FF;
  max-height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  transition: transform 0.5s;
  transform: translateY(100%);
}
.popup .popup_container hr {
  color: #FFFFFF;
  background: #FFFFFF;
}
.popup .popup_container h2 {
  color: #FFFFFF;
}
.popup .popup_container form {
  max-width: 287px;
}
.popup .popup_container form * {
  color: #FFFFFF;
}
.popup .popup_container input {
  background: transparent;
  border-bottom-color: #FFFFFF;
}
.popup .popup_container input:-ms-input-placeholder {
  color: #FFFFFF;
}
.popup .popup_container input::placeholder {
  color: #FFFFFF;
}
@media screen and (max-width: 900px) {
  .popup .wrapper {
    background-image: none;
  }
}
@media screen and (max-width: 600px) {
  .popup .wrapper {
    padding-top: 41px;
    padding-bottom: 107px;
  }
  .popup h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
  }
  .popup .close {
    top: 40px;
    right: 10px;
  }
}
.close {
  position: absolute;
  cursor: pointer;
}
body.contact_form .popup.contact_form {
  overflow: hidden;
  opacity: 1;
  z-index: 9999;
  transition: opacity 0.5s, z-index 0s linear 0s;
}
body.contact_form .popup.contact_form .popup_container {
  transform: translateY(0%);
  transition: transform 0.5s 0.2s;
}
.catalog .section_desc {
  max-width: 490px;
}
.catalog .text {
  font-size: 15px;
  line-height: 160%;
}
.catalog article {
  padding-top: 37px;
  padding-bottom: 36px;
}
.catalog article h3 {
  margin-bottom: 30px;
}
.catalog article:nth-child(odd) {
  padding-right: 65px;
}
.catalog article:nth-child(even) {
  padding-left: 65px;
}
.catalog article .link {
  display: none;
}
.catalog article:hover h3 {
  text-align: center;
  font-size: 28px;
  line-height: 33px;
}
.catalog article:hover .text {
  display: none;
}
.catalog article:hover .link {
  display: flex;
}
.catalog .link {
  justify-content: center;
}
.catalog .photo {
  max-height: 250px;
  display: block;
  margin: auto;
  max-width: 95%;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .catalog article {
    width: 100%  !important;
    padding: 35px 0px !important;
  }
  .catalog .pages {
    margin-top: 13px;
  }
  .catalog .photo {
    max-height: unset;
  }
}
.article_main .article_title {
  font-size: 28px;
  line-height: 33px;
}
.article_main .vl {
  margin: 0 34px;
}
.article_main img {
  max-width: 100%;
  height: auto;
  align-self: center;
  width: calc(50% - 35px);
}
@media screen and (max-width: 1000px) {
  .article_main .flex_sb {
    flex-direction: column;
  }
  .article_main .vl {
    display: none;
  }
  .article_main img {
    margin-bottom: 25px;
  }
}
.over_catalog {
  overflow: hidden;
}
.flex_catalog {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  position: relative;
  top: -1px;
  left: -1px;
}
.flex_catalog article {
  width: 50%;
  border-left: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
}
.contacts__master-card{
    
    position:absolute;
    bottom:30px;
    left:30px;
    background-color:var(--bg-color);
    padding:8px;
    padding-top: 16px;
    opacity:0;
    -webkit-transform:translateY(100%);
    -ms-transform:translateY(100%);
    transform:translateY(100%);
    -webkit-transition:opacity .3s,-webkit-transform .1s .3s;
    transition:opacity .3s,transform .1s .3s,-webkit-transform .1s .3s;
    -o-transition:opacity .3s,transform .1s .3s;
    max-width:375px
}
.contacts__master-card .close {
    top: 10px;
    right: 10px;
}
@media screen and (max-width:1024px){
    .contacts__master-card{
        left:8px;
        bottom:8px;
        right:8px;
    }
}
.contacts__master-soc {
    width: 50px;
    height: 50px;
   background: #F7F7F7;
   display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 13px;
}
.contacts__master-card .button {
    font-weight: 500;
font-size: 15px;
line-height: 18px;
flex-grow: 1;
}
.contacts__master-card.open{
    opacity:1;
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
    -webkit-transition:opacity .3s,-webkit-transform .3s;
    transition:opacity .3s,transform .3s,-webkit-transform .3s;
    -o-transition:opacity .3s,transform .3s
}
.contacts__master-title{
    font-family:Roboto;
    font-style:normal;
    font-weight: 600;
font-size: 15px;
line-height: 18px;
margin-bottom: 0;
}
.contacts__master-title--main {
    margin-bottom: 15px;
}
.contacts__master-header .contacts__master-title {
    max-width: 126px;
}

.contacts__master-info{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background-color:#F7F7F7;
    padding:8px;
    margin-bottom:10px;
}
.contacts__master-photo{
    width:50px;
    height:50px;
    overflow:hidden;
    margin-right:10px;
    -ms-flex-negative:0;
    flex-shrink:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background:#fff
}
.contacts__master-header{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom:10px
}

.contacts__master-rate{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-negative:0;
    flex-direction: column;
    flex-shrink:0;
    justify-content: center;
}
.contacts__master-rate--main {
    flex-direction: row;
    background: #fff;
    padding: 11px 13px;
}
.contacts__master-rate--main .contacts__master-star{
    margin-bottom: 0;
    margin-right: 10px;
}
.contacts__master-rate--main  .contacts__master-num{
    font-weight: 500;
font-size: 18px;
line-height: 150%;
}
.contacts__master-rate--header{
    width: 50px;
    height: 50px;
    margin-right:15px;
   background: #F7F7F7;
}
.contacts__master-close{
    width:100%;
    justify-content: center;
    border-radius: 0;
    font-weight: 500;
font-size: 15px;
line-height: 18px;
}
.contacts__master-star{
    margin-bottom:2px
}
.contacts__master-num{
    font-family:Roboto;
    font-style:normal;
    font-weight: 500;
font-size: 13px;
line-height: 15px;
}
@media screen and (max-width:1024px){
    .contacts__master-num{
        font-weight:800;
        font-size:18px;
        line-height:22px
    }
    
}
@media screen and (max-width:350px) {
    .contacts__master-soc  {
       width: 40px;
       height: 40px;
    }
    .contacts__master-card .button {
        padding: 11px;
    }
}
.contacts__master-name{
    font-family:Roboto;
    font-style:normal;
    font-weight:600;
    font-size:15px;
    line-height:18px;
    margin-bottom:10px
}
.contacts__master-exp{
    color:var(--text-second);
    font-weight: 400;
font-size: 13px;
line-height: 15px;
}
.contacts__master-cont{
    margin-right:auto
}
.contacts__master-pic{
    width:100%;
    margin-bottom:10px;
    display:block
}
.map-cont {
    width: 100%; 
    position: relative;
    height: 500px;
    overflow: hidden;
}
.footer__phone {
    margin-bottom: 25px;

}
.flex__container {
    display: flex;
}
@media screen and (max-width: 1024px) {
    .flex__container {
        display: block;
    }
    .footer__phone {
        display: block;
    }
    .section_desc{
        
    }
}
.contacts_main .section_desc {
    margin-bottom: 25px;
}
.contacts_main .map-cont {
    max-width: 900px;
    margin-left: 30px;
}
.contacts_main .flex_sb{
    margin-right: auto;
}
@media screen and (max-width: 1024px) {
.contacts_main .map-cont {
    
    margin-left: 0px;
}
}
