.cover {
    padding: 0px 100px;
}

@media (max-width:768px) {
    .cover {
        padding: 0px 50px;
    }
}

@media (max-width:450px) {
    .cover {
        padding: 0px 20px;
    }
}

.main-bl__right .bl-img {
    right: -100px;
}

@media (max-width:575px) {
    .inner-bl {
        flex-direction: column;
    }
    .inner-bl__items {
        margin: 0 auto;
        margin-bottom: 25px;
    }
}

.footer-btn {
    border: 1px solid #585858 !important;
    transform: none !important;
}


.main-bl__left .block-btn .btn {
    width: 575px;
    justify-content: center;
}
.main-bl__left .block-btn .btn .img-elem {
    transform: translate(235px, -30px);
}
.main-bl__left .block-btn .btn::before {
    content: "";
    position: absolute;
    background: url(../img/wrapper1/Arrow.png) center center/cover no-repeat;
    width: 26px;
    height: 92px;
    right: -40px;
    top: 29px;
}

@media (max-width:685px) {
    .main-bl__left .block-btn .btn {
        width: 400px;
        justify-content: start;
    }
    .main-bl__left .block-btn .btn .img-elem {
        transform: translate(330px, -30px);
    }
}

@media (max-width:522px) {
    /* .main-bl__left .block-btn .btn::before {
        display: none;
    } */
}

@media (max-width:482px) { 
    .main-bl__left .block-btn .btn {
        width: 280px;
        justify-content: start;
    }
    .main-bl__left .block-btn .btn .img-elem {
      transform: translate(248px, 2px);
    }
    .main-bl__left .block-btn .btn::before {
      display: none;
    }
    .pseodo-txt {
      display: none;
    }
}








.main-bl__left .block-btn .pseodo-txt:before {
    display: none;
}

.inner-bl {
    padding-top: 30px;
}

.price {
    margin-top: -200px;
}

@media (max-width:977px) {
    .price {
        margin-top: 50px;
    }
    .main .btn {
      margin-top: 60px;
    }
}


@media (max-width:375px) {
    .main-bl {
        /* transform: scale(0.8); */
        /* margin-top: -122px; */
    }
}




#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span,
#fancybox-loading div,
.fancybox-overlay,
.fancybox-nav {
  background: none !important;
}

.fancybox-type-inline .fancybox-wrap,
.fancybox-type-inline .fancybox-inner {
  width: auto !important;
}

.fancybox-overlay {
  background-image: none !important;
  background-color: rgba(65, 66, 72, 0.7) !important;
}

.fancybox-skin {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}

.fancybox-inner {
  overflow: visible !important;
}

.fancybox-inner .popup {
  margin-left: auto;
}

.fancybox-nav {
  overflow: hidden;
}

.fancybox-nav span {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100px;
  height: 100px;
  background-color: rgba(216, 40, 22, 0.5) !important;
  border-radius: 50%;
  z-index: 9;
  background-image: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.fancybox-nav span:hover {
  background-color: rgba(216, 40, 22, 0.95) !important;
}

.fancybox-nav span:active {
  background-color: #d82816 !important;
}

.fancybox-nav span::before {
  content: '';
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  border: 5px solid transparent;
  border-right: 5px solid #fff;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.fancybox-nav:hover span::before {
  opacity: 1;
}

.fancybox-nav.fancybox-prev span {
  left: -50px;
}

.fancybox-nav.fancybox-next span {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  right: -50px;
}

.fancybox-nav span {
  visibility: visible !important;
}

.fancybox-nav:hover::before {
  border-right-color: #fff;
}

.fancybox-close {
  background-image: none;
  width: 60px;
  height: 60px;
  border-radius: 0 5px 0 5px;
  top: 0;
  right: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.fancybox-close:hover {
  background-color: #D82816 !important;
}

.fancybox-close:active {
  background-color: #aa1f11 !important;
}

.fancybox-close::before, .fancybox-close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 3px;
  margin: auto;
  background-color: #D82816;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.fancybox-close:hover::before, .fancybox-close:hover::after {
  background-color: #fff;
}

.fancybox-close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fancybox-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.fancybox-close:hover::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.fancybox-close:hover::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media only screen and (max-width: 575px) {
  .fancybox-type-inline.fancybox-wrap {
    position: fixed !important;
    top: 80px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    overflow: auto !important;
    min-width: 320px;
  }
}

@media only screen and (max-width: 575px) {
  .fancybox-type-inline .fancybox-skin {
    max-width: 690px;
    position: relative;
  }
}

@media only screen and (max-width: 575px) {
  .fancybox-type-inline .fancybox-inner {
    width: 100% !important;
    padding: 40px 15px !important;
  }
}

@media only screen and (max-width: 575px) {
  .fancybox-overlay {
    top: 60px !important;
    background: #fff !important;
  }
}

.popup {
  background-color: #fff;
  width: 430px;
  border-radius: 14px;
  padding: 30px 60px;
  -webkit-box-shadow: 0px 0px 30px rgba(139, 139, 139, 0.2);
          box-shadow: 0px 0px 30px rgba(139, 139, 139, 0.2);
  text-align: center;
  color: #1A1A1A;
}

@media only screen and (max-width: 575px) {
  .popup {
    width: 100%;
    padding: 40px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.popup_lg {
  max-width: none;
  width: 1200px;
}

@media only screen and (max-width: 1199px) {
  .popup_lg {
    width: 960px;
  }
}

@media only screen and (max-width: 991px) {
  .popup_lg {
    width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .popup_lg {
    width: 540px;
  }
}

@media only screen and (max-width: 575px) {
  .popup_lg {
    width: 100%;
  }
}

.popup_video {
  padding: 0;
}

.popup .form__heading {
  margin-bottom: 30px;
}

.popup .form__title {
  display: inline-block;
  background: #F1EFEC;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 700;
}

.popup .form__subtitle {
  font-size: 14px;
}

.popup__video.b-img {
  background-color: transparent;
}

.popup__video.b-img::before {
  padding-top: 56%;
}

.popup__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.policy {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  text-align: left;
}

.policy::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: -o-linear-gradient(bottom, #fff 0%, transparent 100%);
  background: linear-gradient(360deg, #fff 0%, transparent 100%);
}

.policy__scroll {
  max-height: 630px;
  padding-right: 10px;
  overflow-y: scroll;
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .policy__scroll {
    max-height: 500px;
  }
}

@media only screen and (max-width: 575px) {
  .policy__scroll {
    max-height: 400px;
  }
}

.policy__item {
  margin-top: 30px;
}

.policy__item:first-child {
  margin-top: 0;
}

.policy__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.policy__descr li {
  margin-top: 2px;
}


#popupForm-1 {
    text-align: center;
}

.input.js-error .input__input, .input.js-error .input:not(.input) {
    border-color: #D82816 !important;
    color: #D82816;
}
.input_icon .input__input {
    padding-right: 50px;
}

.input__input {
    height: 50px;
    width: 100%;
    max-width: 100%;
    padding: 0 10px 0 20px;
    background-color: #FBFBFB;
    border: 1px solid #9D9D9D;
    border-radius: 5px;
    text-align: left;
    font-weight: 400;
    color: #AB731F;
    font-family: "Tahoma";
    font-size: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.input.js-error .input__error {
    opacity: 1;
    visibility: visible;
}

.input__error {
    position: absolute;
    bottom: 100%;
    left: 15px;
    background-color: #D82816;
    color: #fff;
    padding: 1px 7px;
    font-size: 12px;
    border-radius: 2px 2px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.input__icon {
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    text-align: center;
}

.input {
    position: relative;
    display: block;
    margin-bottom: 10px; 
}

.input_textarea .input__input {
    height: 120px;
    min-height: 120px;
    padding-top: 20px;
    resize: vertical;
    vertical-align: top;
}

.input_icon .input__input {
    padding-right: 50px;
}

.input_textarea .input__icon {
    top: 20px;
    bottom: auto;
}

.form__info .link {
    color: #AB731F;
}



#popupForm-1 .btn-wrap, #popupThanks .btn-wrap {
    border: none;
    background-color: #e0221a;
    height: 80px;
    max-width: 470px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 900;
    font-family: Gilroy,sans-serif;
    color: #ffffff;
    margin-top: 59px;
    cursor: pointer;
}

#popupForm-1 .btn-wrap:hover, #popupThanks .btn-wrap:hover {
    background-color:#b21c16;
    -webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow:0px 0px 20px 0px rgba(0,0,0,0.75)
}
.form__subtitle {
    margin-top: 5px;
}
.popup .form__subtitle {
    font-size: 14px;
}


.form__check {
  max-width: 150px;
  margin: 0 auto 20px;
  position: relative;
}

.popup_thanks {
  text-align: center !important;
}

.popup .form__title {
  display: inline-block;
  background: #f1efec;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 700;
}

.popup .form__subtitle {
  font-size: 14px;
}

.form__subtitle {
  margin-top: 5px;
}


/* автоблик*/
.autoflash{
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.flash{
 content: "";
background-color: rgba(255, 255, 255, 0.5);
height: 100%;
width: 5em;
display: block;
position: absolute;
top: 0;
left: -4.5em;
-webkit-transform: skewX(-45deg) translateX(0);
transform: skewX(-45deg) translateX(0);
-webkit-transition: none;
transition: none;
}

.lighting {
-webkit-animation: moving 3s ease-in-out infinite;
-moz-animation: moving 3s ease-in-out infinite;
-ms-animation: moving 3s ease-in-out infinite;
-o-animation: moving 3s ease-in-out infinite;
animation: moving 3s ease-in-out infinite;

}

@keyframes moving {  
30% {  webkit-transform: skewX(-45deg) translateX(63.5em);
  transform: skewX(-45deg) translateX(83.5em);   
  
  }

100% {  webkit-transform: skewX(-45deg) translateX(63.5em);
  transform: skewX(-45deg) translateX(83.5em);   
  
  }
}
/* //автоблик*/

.btn_blick {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}


@media (max-width: 1100px) {
  .main-bl__right {
    position: absolute;
    /* left: 36px; */
    /* right: 14px; */
    top: 149px;
    left: 176px;
    width: 578px;
  }
  .cover {
    padding: 0px 40px;
  }
}

@media (max-width: 600px) {
  .cover {
    padding: 0px 10px;
  }
}

@media (max-width: 779px) {
  .main-bl__left .cards-list .cards-items {
    height: 113px !important;
    padding-top: 3px;
  }
}



.cards-list2 {
  display: flex;
  justify-content: space-between;
  width: 770px;
}

.img_bg {
  display: none;
}

@media (max-width:858px) {
  .cards-list2 {
    flex-direction: column;
    align-items:center;
    width: 100%;
  }
  .cards-items2 {
    margin-bottom: 20px;
  }
  .main .block-btn {
    display: none !important;
  }
  .main .block-btn.block-btn-media {
    display: flex !important;
  }
  .polygon {
    height: auto;
  }
  .pseodo-txt {
    margin: 10px 0 20px 0 !important;
  }
  .img_bg {
    display: block;
    height: 30vh;
    margin: 0 auto;
  }
  .main-header {
    margin-bottom: 30px;
  }
  .main-bl__left span {
    margin: 10px 0;
  }
}

.cards-items2 {
  background-color: #fff;
  color: #000;
  padding: 11px;
  max-width: 250px;
  height: 140px;
  border-radius: 8px;
  box-shadow: 0px 2px 7px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

@media (max-width:858px) {
  .cards-items2 {
    max-width: 330px;
  }
}



.cards-items2 p {
  display: block;
  border: 1px dashed rgba(0,0,0,0.08);
  border-radius: 8px;
  height: 100%;
  padding: 13px 52px 0px 16px;
}

.cards-items2 img {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width:500px) {
  .img_bg {
    height: auto;
  }
}

.wrap .btn_blick {
  padding: 0 20px;
}

.btn_blick {
  background: #DF2623;
  border-radius: 10px;
  transition: 0.6s all;
}

.btn_blick:hover {
  background: #FF2723;
  /* box-shadow: 0px 20px 40px -10px rgba(196, 25, 22, 0.6); */
  border-radius: 10px;
}

.btn_bottom {
  height: 75px;
  width: 90%;
  color: white;
  text-transform: uppercase;
  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
  margin-top: 20px;
}

@media (max-width:840px) {
  .wrap-bl {
    flex-direction: column-reverse;
    align-items: center;
  }
  .wrap-bl__left {
    width: 500px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .wrap-bl__right {
    width: 300px;
  }
}

@media (max-width:600px) {
  .wrap-bl__left {
    width: 95%;
  }
  .wrap-bl__right {
    width: 50%;
  }
}

.price-bl p {
  font-size: 48px;
}

.price-bl span {
  font-size: 30px;
}

.footer-btn:hover {
  background: #FF2723;
  color: #fff;
  border: none !important;
  box-shadow: 0px 20px 40px -10px rgba(196, 25, 22, 0.6);
}


/* Лого разработчика */
.b-developer__img svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
  }

  .b-developer__link {
	display: inline-block;
  }
  
  .b-text-white .b-developer__link, .footer .b-developer__link {
	color: #fff;
  }
  
  .b-developer__link:hover .b-developer__img-hover {
	width: 100%;
  }
  
  .b-developer__link:active .b-developer__img svg path:nth-child(1) {
	fill: #c7ab00;
  }
  
  .b-developer__link:active .b-developer__img svg path:nth-child(2) {
	fill: #333;
  }
  
  .b-developer__label {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
  }
  
  .b-developer__img {
	vertical-align: middle;
	display: inline-block;
	margin-left: 15px;
	position: relative;
  }
  
  .b-developer__img,
  .b-developer__img svg {
    width: 70px;
    height: 19.61px;
  }
  
  .b-developer__img svg path {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
  }
  
  .b-developer__img svg path:nth-child(1) {
	fill: #fff;
  }
  
  .b-developer__img svg path:nth-child(2) {
	fill: #333;
  }
  
  .b-developer__img-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	overflow: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
  }
  
  .b-developer__img-hover svg {
	left: 0;
	-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
			transform: translate(0, -50%);
  }
  
  .b-developer__img-hover svg path:nth-child(1) {
	fill: #FAD700;
  }
  
  .b-developer__img-hover svg path:nth-child(2) {
	fill: #333;
  }

  .development.footer__development.b-developer__label {
	color: #000; /*цвет текста создание сайта*/
  }

  .development.footer__development.b-developer__label:hover {
	color: #333; /*цвет текста при наведении */
  }

  /* END Лого разработчика */

  .btn {
  position: relative;
  cursor: pointer;
  }

  .btn::after {
    content: '';
    width: calc(100% - 10px);
    height: 100%;
    background-color: #b6201e;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 10px;
    transition: 0.6s all;
  }

  .btn:hover::after {
    background-color: #cf1e1b;
  }

  .wrap-bl__left {
    z-index: 1;
  }

  .inner-bl__items p {
    font-size: 20px;
  }

  @media (max-width:570px) {
    .inner-bl__items {
      display: flex;
      width: 90%;
    }
    .inner-bl__items p {
      text-align: left;
      width: 55%;
      padding-top: 30px;

    }
    .inner-bl__items .img-vect::before {
      -webkit-transform: translate(0px, 0px);
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      width: 100%;
    }
    .inner-bl__items .img-vect {
      width: 35%;
      margin-right: 5%;
    }
    
  }

  @media (max-width:570px) {
    .inner-bl__items p {
      text-align: left;
      width: 55%;
      padding-top: 0px;
    }
  }

  .btn_bottom .btn_blick {
    text-align: center;
  }

  @media (max-width:442px) {
    .main-bl__left h1 {
      font-size: 29px;
    }
    .main-bl__left span {
      font-size: 22px;
    }
  }


  .footer-bl__cpoyrait .footer_item {
    text-align: center;
    width: 30%;
  }




  @media (max-width: 630px){
    .footer-info__item, .footer_item p {
      font-size: 16px;
    }
    .footer-bl__cpoyrait p {
      text-align: center;
      justify-content: center;
    }


  }

  @media (max-width: 550px){
    .footer-bl__cpoyrait {
      display: flex;
      flex-direction: column;
    }
    .footer-bl__cpoyrait .footer_item {
      width: 100%;
    }
    .footer-bl__cpoyrait .footer_item {
      margin: 5px 0;
    }

  }

  @media (max-width: 384px){
    /* a .b-developer__link {
      display: flex;
      flex-direction: column;
      text-align: center;
      align-items: center;
    } */
    .b-developer__img, .b-developer__img svg {
      margin-left: 0px;
    }
  }

  /* .img_bg_mobile {
    display: none;
  }

  @media (max-width:970px) {
    .img_bg {
      display: none;
    }
    .img_bg_mobile {
      display: inline;
    }
  } */

  .btn_top {
    display: none;
  }

  @media (max-width:421px) {
    
    .edit-set-1 {
      display: none !important;
    }
    .btn_top {
      display: block;
      margin: 0 auto;
      margin-bottom: 30px;
    }
  }

  

  .telefon_burger {
    display: none;
  }

  .main .footer-btn {
    display: none;
  }

  @media (max-width:526px) {
    .main-header {
    flex-direction: row-reverse;
    padding-left: 10px;
    }
    .main-header .phone {
      display: none;
    }
    .telefon_burger {
      display: block;
      margin-top: 30px;
    }
    .main-header .logo-mob .burger-left .socila-icon {
      flex-direction: row;
    }
    .burger-left.open .footer-btn {
      height: 45px;
      border: none;
      width: 100%;
      height: 70px;
      font-size: 16px;
      font-weight: 900;
      font-family: Gilroy, sans-serif;
      color: #585858;
      background-color: transparent;
      border-radius: 15px;
      cursor: pointer;
      -webkit-transition: .3s all;
      transition: .3s all;
      position: relative;
      -webkit-transform: translate(-185px, 0px);
      transform: translate(-185px, 0px);
      display: block;
    }
    .burger-left.open .footer-btn:hover {
      background: #FF2723;
      color: #fff;
      border: none !important;
      box-shadow: 0px 20px 40px -10px rgba(196, 25, 22, 0.6);
    }
    

    
  }


  /* @media (max-width: 835px) {
    .price-bl p {
      font-size: 30px;
    }
    
    .price-bl span {
      font-size: 20px;
    }
  } */
  @media (max-width: 835px) {
    .price-bl p {
      font-size: 30px;
    }
    
    .price-bl span {
      font-size: 22px;
    }
  }


  /* .b-developer__img:hover svg path:nth-child(1){
    fill: #000 !important;
  }

  .b-developer__img:hover svg path:nth-child(2){
    fill: #fff !important;
  } */

  .b-developer__img svg path:nth-child(1) {
    fill: #FAD700;
  }

  .b-developer__img-hover svg path:nth-child(1) {
    fill: #000;
  }
  .b-developer__img-hover svg path:nth-child(2) {
    fill: #fff;
  }


/* #marquiz__inline-frame_60798ac57b6a75004494409d {
  height: 1200px !important;
  
}

.marquiz__container_inline {
  max-width: 1200px !important;
} 

@media (max-width:425px) {
  .marquiz__container_inline {
    max-width: 1118px !important;
  } 
}

@media (max-width:375px) {
  .marquiz__container_inline {
    max-width: 1045px !important;
  } 
}

@media (max-width:375px) {
  .marquiz__container_inline {
    max-width: 957px !important;
  } 
} */

/* #marquiz__inline-frame_60798ac57b6a75004494409d .quiz {
  max-width: none !important;
  max-height: none !important;
  border: none !important;
} */




/* Основные стили шапки */
.custom-header {
    font-family: 'Gilroy', sans-serif;
}

.custom-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.custom-logo__text {
    font-size: 14px;
    line-height: 1.3;
    margin-left: 10px;
    font-weight: normal;
}

/* Десктопная версия */
.custom-header__desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.custom-desktop-phone {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}

.custom-desktop-phone:hover {
    color: #db221a;
}

/* Мобильная версия */
.custom-header__mobile {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    position: relative;
}

.custom-header__right {
    display: flex;
    align-items: center;
}

.custom-phone-icon {
    margin-right: 20px;
    display: flex;
    transition: transform 0.3s;
}

.custom-phone-icon:hover {
    transform: scale(1.1);
}

.custom-phone-icon svg {
    width: 35px;
    height: 35px;
}

@keyframes phoneSwing {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(5deg);
    }
}

.custom-phone-icon {
    margin-right: 20px;
    display: flex;
    transition: transform 0.3s;
    animation: phoneSwing 2s linear infinite;
}


.custom-burger {
    width: 24px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.custom-burger__line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all 0.3s;
}

    /* Мобильное меню */
    .custom-mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        padding: 20px;
        box-shadow: 5px 0 15px rgba(0,0,0,0.1);
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

    .custom-mobile-menu.open {
        transform: translateX(0);
    }

    .custom-mobile-menu__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    .custom-mobile-menu__close {
        width: 24px;
        height: 18px;
        position: relative;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }

    .custom-mobile-menu__close span {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #000;
        top: 50%;
    }

    .custom-mobile-menu__close span:first-child {
        transform: rotate(45deg);
    }

    .custom-mobile-menu__close span:last-child {
        transform: rotate(-45deg);
    }

    .custom-mobile-menu__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .custom-mobile-phone {
        font-weight: bold;
        font-size: 18px;
        color: #000;
        text-decoration: none;
        margin-bottom: 30px;
        transition: color 0.3s;
    }

    .custom-mobile-phone:hover {
        color: #db221a;
    }

    .custom-mobile-button {
        width: 250px;
        height: 70px;
        background-color: #db221a;
        color: #fff;
        border: none;
        border-radius: 15px;
        font-weight: 900;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .custom-mobile-button:hover {
        background-color: #b21c16;
    }
    /* Мобильное меню - улучшенная версия */
.custom-mobile-menu__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.custom-mobile-logo-wrapper {
    width: 100%;
    margin-bottom: 25px;
}

.custom-logo--mobile {
    flex-direction: column;
    align-items: flex-start;
}

.custom-logo__text--mobile {
    margin-left: 0;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.4;
}

.custom-mobile-menu__close {
    position: absolute;
    top: 25px;
    right: 20px;
}

.custom-phone-block {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

.custom-phone-trigger {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.custom-phone-trigger:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #db221a;
}

.custom-mobile-phone {
    font-weight: bold;
    font-size: 22px;
    color: #000;
    text-decoration: none;
    display: block;
    transition: color 0.3s;
    padding: 5px 0;
}

.custom-mobile-phone:hover {
    color: #db221a;
}

.custom-mobile-button {
    width: 100%;
    max-width: 280px;
    height: 60px;
    background-color: #db221a;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 900;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-mobile-button:hover {
    background-color: #b21c16;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Адаптация */
@media (max-width: 992px) {
    .custom-header__desktop {
        display: none;
    }
    
    .custom-header__mobile {
        display: flex;
    }  
}

@media (min-width: 993px) {
    .custom-header__mobile {
        display: none;
    }
}
.wrap_contacts {
    display: flex;
    flex-direction: column;
    gap: 15px;
} 

@media (max-width:426px) {
    .footer-bl__elem {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}