/* Основа начало */

@font-face {
font-family: Inter;
src: url(../fonts/woff2/Inter-Bold.woff2) format('woff2'), url(../fonts/ttf/Inter-Bold.ttf) format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap
}
@font-face {
font-family: Inter;
src: url(../fonts/woff2/Inter-SemiBold.woff2) format('woff2'), url(../fonts/ttf/Inter-SemiBold.ttf) format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap
}
@font-face {
font-family: Inter;
src: url(../fonts/woff2/Inter-Regular.woff2) format('woff2'), url(../fonts/ttf/Inter-Regular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap
}
* {
box-sizing: border-box;
margin: 0;
padding: 0
}
html {
overflow-y: scroll;
scroll-behavior: smooth;
}
a {
outline: 0;
color: inherit;
text-decoration: none;
}
ul {
list-style: none
}
body {
background: #fff;
color: #262728;
font-size: 16px;
line-height: 1.5;
font-family: Inter, sans-serif;
scroll-behavior: smooth;
position: relative;
}

@media (max-width:800px) {
body {
font-size: 14px;
}
}



.hyperlink:after {
background: #FFD405;
width: calc(100% + 2px);
height: 100%;
content: "";
transform: rotate(-3deg);
position: absolute;
z-index: -1;
left:-1px;
border-radius: 4px;
}
.hyperlink {
position: relative;
font-weight: 600;
-webkit-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
transition: all 0.25s ease;
z-index: 1;
text-wrap: nowrap;
line-height: 1.5;
}
.hyperlink:hover:after {
background: #FFE300;
}

/* Основа конец */



/* Кнопки начало */

.l-button {
padding: 0 24px;
height: 48px;
border-radius: 24px;
color: #fff;
background: #d0121b;
font-weight: 600;
font-size: 18px;
display: flex;
justify-content: center;
align-items: center;
transition: .25s;
white-space: nowrap;
}
.l-button:hover {
background-color: #ee1312;
}

.l-button.yellow {
background-color: #FFD405;
color: #262728;
}
.l-button.yellow:hover {
background-color: #FFE300;
}


.l-button.twogis {
background-color: #19AA1E
}
.l-button.twogis:hover {
background-color: #2CC331
}

.l-button.vk {
background-color: #0077FF
}
.l-button.vk:hover {
background-color: #318ffa
}

.l-button.whatsapp {
background-color: #52ce5f
}
.l-button.whatsapp:hover {
background-color: #68d874
}
.l-button.telegram {
background-color: #3aa8fc;
}
.l-button.telegram:hover {
background-color: #5fb9ff
}
.l-button.twogis:before {
content: "";
background-image: url(../img/twogis-logo.svg);
background-size: 24px 24px;
width: 24px;
min-width: 24px;
height: 24px;
margin-right: 12px;
background-position: center center
}
.l-button.telegram:before {
content: "";
background-image: url(../img/telegram-logo-white.svg);
background-size: 24px 24px;
width: 24px;
min-width: 24px;
height: 24px;
margin-right: 12px;
background-position: center center
}
.l-button.whatsapp:before {
content: "";
background-image: url(../img/whatsapp-logo-white.svg);
background-size: 24px 24px;
width: 24px;
min-width: 24px;
height: 24px;
margin-right: 12px;
background-position: center center
}
.l-button.vk:before {
content: "";
background-image: url(../img/vk-logo-white.svg);
background-size: 24px 24px;
width: 24px;
min-width: 24px;
height: 24px;
margin-right: 12px;
background-position: center center
}

.l-button.photo {
border: 1px solid #E6E7E9;
background: #f4f5f8;
color: #262728
}
.l-button.photo:before {
content: "";
width: 24px;
height: 24px;
background: url(../img/photo.svg) no-repeat center/24px 24px;
margin-right: 16px;
display: inline-block;
vertical-align: middle
}
.l-button.photo:hover {
background: #E9EBF1;
border: 1px solid #E9EBF1;
}

.l-button.phone {
width: 100%;
height: 96px;
background: #F4F5F8;
color: #262728;
border-radius: 24px;
font-size: 20px;
padding: 0;
white-space: nowrap;
}
.l-button.phone:hover {
text-decoration: underline;
}
.l-button.phone:hover:before {
animation: ring 0.6s infinite;
}
.l-button.phone:before {
content: "";
background-image: url(../img/phone.svg);
background-size: 24px 24px;
width: 24px;
height: 24px;
margin-right: 12px;
background-position: center center;
display: flex;
}


.link {
font-weight: 600;
position: relative
}
.link:before {
background-color: #feefa5;
width: 100%;
height: 24px;
content: "";
transform: rotate(-2deg);
position: absolute;
z-index: -1;
transition: all .25s ease
}


@media (max-width:800px) {
.l-button.calc:before {
content: "";
width: 20px;
height: 20px;
background: url(../img/photo.svg) no-repeat center/20px 20px;
margin-right: 12px;
display: inline-block;
vertical-align: middle
}
.link:before {
height: 20px
}
.l-button {
height: 40px;
font-size: 16px;
}
.l-button.telegram:before, .l-button.whatsapp:before, .l-button.phone:before, .l-button.vk:before, .l-button.photo:before {
background-size: 20px 20px;
width: 20px;
min-width: 20px;
height: 20px
}
.l-button.phone {
height: 44px;
font-size: 16px;
border: 1px solid #E6E7E9;
}
}


/* Кнопки конец */



/* Контейнер начало */

.l-container {
margin: 0 auto;
padding: 0 48px;
max-width: 1680px;
position: relative;
}

@media (max-width:1240px) {
.l-container {
padding: 0 24px
}
}

@media (max-width:800px) {
.l-container {
padding: 0 16px
}
}

/* Контейнер конец */



/* Текст начало */

.l-title {
font-size: 20px;
font-weight: 600;
line-height: 1.4;
text-align: center;
}
.l-title__header {
font-size: 32px;
font-weight: 700;
margin-bottom: 48px;
line-height: 1.3;
text-align: center;
}

@media (max-width:800px) {
.l-title {
font-size: 16px;
}
.l-title__header {
font-size: 20px;
font-weight: 700;
margin-bottom: 24px;
line-height: 1.4;
}
}

/* Текст конец */



/* Хедер начало */

.c-header {
width: 100%;
background: #fff;
}
.c-header__phone .short {
display: none;
}
.c-header__content {
display: flex;
height: 80px;
align-items: center;
}
.c-header__content {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.c-header__logo {
height: 28px;
width: 140px;
background: url(../img/logo.svg) no-repeat center / contain;
}
.c-header__phone {
list-style: none;
}
.c-header__phone a {
  text-decoration: none;
  color: inherit;
  font-size: 20px;
  font-weight: 600;
  display: flex;        
  align-items: center;     
}

.c-header__phone a:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/phone.svg") center center / 24px 24px no-repeat;
  margin-right: 12px;
  flex-shrink: 0;        
  display: block;       
  transition: transform 0.3s;
}
.c-header__phone a:hover:before {
animation: ring 0.6s infinite;
}
.c-header__phone a:hover {
text-decoration: underline;
}
@keyframes ring {
0%   { transform: rotate(0deg); }
15%  { transform: rotate(15deg); }
30%  { transform: rotate(-15deg); }
45%  { transform: rotate(10deg); }
60%  { transform: rotate(-10deg); }
75%  { transform: rotate(5deg); }
100% { transform: rotate(0deg); }
}
.c-menu {
list-style: none;
display: flex;
justify-content: center;
align-items: center;
gap: 40px;
position: fixed;
left: 50%;
top: 12px;
white-space: nowrap;
transform: translateX(-50%);
padding: 0 24px;
z-index: 999;
background: rgba(255, 255, 255, 0.8);
border-radius: 28px;
height: 56px;
backdrop-filter: blur(10px);           
}

.c-menu a {
display: inline-block;
line-height: 24px;
font-weight: 400;
position: relative; 
text-align: center; 
color: #262728;
text-decoration: none;
}
.c-menu a::after {
content: attr(data-text);
font-weight: 600;
height: 0;
visibility: hidden;
display: block;
}
.c-menu a:hover,
.c-menu a.active {
font-weight: 600;
}
.c-menu a .hyperlink:before {
content: "";
width: 16px;
height: 16px;
background: url(../img/sale.svg) no-repeat center/16px 16px;
margin-right: 8px;
display: inline-block;
vertical-align: middle;
}

@media (max-width: 1080px) {
.c-menu a .hyperlink:before {
content: "";
width: 13px;
height: 13px;
background: url(../img/sale.svg) no-repeat center/13px 13px;
margin-right: 8px;
display: inline-block;
vertical-align: middle;
}
.c-header__logo {
width: 109px;
height: 22px;
background-size: 109px 22px;
}
.c-header__phone a {
font-size: 16px;
}
.c-header__phone a:before {
width: 20px;
height: 20px;
margin-right: 8px;
background-size: 20px 20px;
}
.c-menu {    
gap: 24px;
font-size: 13px;
padding: 0 16px;
border-radius: 20px;
height: 40px;
}

.c-header__content {
height: 64px;
}
.c-header__content {
display: flex;
justify-content: space-between; 
align-items: center;
width: 100%;
}
.c-menu a {
white-space: nowrap;
}
}

@media (max-width: 800px) {
.c-menu {
position: sticky;
top: 0;
left: 0;
transform: none;
height: 48px;
display: flex;
align-items: center;
justify-content: flex-start;
background: #fff;
border-top: 1px solid #E6E7E9;
border-bottom: 1px solid #E6E7E9;
margin: 0 -16px;
padding: 0 16px;
width: 100%;
z-index: 100;
border-radius: 0;
}
.c-header__content {
height: 48px;
}
}

@media (max-width: 480px) {
.c-menu {  
height: 48px;
}
}

@media (max-width:360px) { 
.c-header__phone .long {
display: none;
}
.c-menu {    
justify-content: space-between;
gap: 16px;
}
.c-header__phone .short {
display: flex!important;
align-items: center;
}
}

/* Хедер конец */



/* Социальные сети начало */

.c-social {
position: fixed;
z-index: 6;
bottom: 24px;
right: 24px;
}
.c-social__content {
display: flex;
flex-direction: column;
}
.c-social__link--whatsapp {
background: #52ce5f;
}
.c-social__link--telegram {
background: #3aa8fc;
}
.c-social__link--vk {
background: #0077FF;
}
.c-social__link--avito {
background: #fff;
border: 1px solid #E6E7E9;
}
.c-social__link {
display: flex;
transition: color .2s ease;
align-items: center;
justify-content: center;
height: 48px;
width: 48px;
border-radius: 24px;
margin-top: 12px;
transition: transform .2s ease;
}
.c-social__link:before {
content: "";
width: 24px;
height: 24px;
background-size: contain;
background-repeat: no-repeat;
transition: opacity .2s ease;
flex-shrink: 0;
}
.c-social__link:hover {
transform: scale(1.1);
}
.c-social__link--telegram:before {
background-image: url(../img/telegram-logo-white.svg)
}
.c-social__link--whatsapp:before {
background-image: url(../img/whatsapp-logo-white.svg)
}
.c-social__link--phone:before {
background-image: url(../img/phone-white.svg)
}
.c-social__link--vk:before {
background-image: url(../img/vk-logo-white.svg)
}
.c-social__link--avito:before {
background-image: url(../img/avito-logo.svg)
}

@media (max-width:800px) { 
.c-social {
bottom: 16px;
right: 16px;
}
.c-social__link {
height: 40px;
width: 40px;
border-radius: 20px;
margin-top: 12px;
}
.c-social__link:before {
content: "";
width: 20px;
height: 20px;
background-size: contain;
background-repeat: no-repeat;
flex-shrink: 0;
}
}

/* Социальные сети конец */
