/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul,
ol {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

.gde_rab p{
    margin-bottom: 10px;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul,
ol {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

@font-face {
font-family: 'Montserrat';
src: url('fonts/ofont.ru_Montserrat.ttf') format('truetype');
}
@font-face {
font-family: 'Montserrat_bold';
src: url('fonts/ofont.ru_Montserrat_bold.ttf') format('truetype');
}
@font-face {
font-family: 'Bowler';
src: url('fonts/ofont.ru_Bowler.ttf') format('truetype');
}

* { font-family: 'Montserrat', sans-serif; font-weight: normal; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 1.3; }
h1,
h2,
h3,
h4,
.block_title,
.op_title { font-family: 'Bowler', sans-serif; font-weight: normal; }

.tgwa_bttn,
.bw_phone,
.text_bold,
.text_bold b,
.op_content,
.ozs_text,
.tab > label,
.por_black,
.por_black *,
#ms_text_1 { font-family: 'Montserrat_bold', sans-serif; }

html { scroll-behavior: smooth; }
html * {
    -webkit-transition: all .25s ease-out 0s;
     -moz-transition: all .25s ease-out 0s;
     -o-transition: all .25s ease-out 0s;
     transition: all .25s ease-out 0s;
     }
body { color: #F0F0F0; background: linear-gradient(to bottom, #030E17, #0F283A); }
.wrapper {  }
.mob { display: none; }
a { text-decoration: none; color: #f0f0f0; }
.wrap-in { max-width: 1177px; margin: 0 auto; }

.wrap_tires { background: url(img/bg_tire.png) left top no-repeat; background-size: auto 100%; }

#header { padding: 38px 0 27px; }
.head-row { display: flex; justify-content: space-between; align-items: center; }
.bttns_wrap { width: 50%; display: flex; justify-content: space-between; align-items: center; }
.bttns_wrap a { margin-left: 20px; }
.tgwa_bttn { display: flex; align-items: center; border-radius: 30px; border: 2px solid #f0f0f0; padding: 8px 44px 8px 13px; font-size: 12px; }
.wa_bttn { background: linear-gradient(to bottom, #28AE66, #2A7A0E); }
.tg_bttn { background: linear-gradient(to bottom, #5390E5, #3375BF); }
.tgwa_bttn img { margin-right: 20px; }
.bw_phone { font-size: 42px; white-space: nowrap; }
.site_logo { height: 70px; }
.site_logo img { width: 100%; height: 100%; object-fit: contain; }


.block_title { font-size: 50px; line-height: 55px; color: transparent; -webkit-background-clip: text; background-clip: text; background-image: linear-gradient(to right, #FFBF28, #FF8818, #A8ABAB); width: fit-content; text-align: center; margin: 0 auto; }
.call_bttn { background: linear-gradient(to right, #FF8717, #FFBF45); color: #06131E; padding: 28px 56px; font-size: 20px; border-radius: 10px; display: block; width: fit-content; position: relative; box-shadow: 0 0 30px rgba(255, 191, 69, 0.45); margin: 0 auto; animation: scale 1s linear infinite; }
.call_bttn:hover { transform: scale(1); box-shadow: 0 0 30px rgba(255, 191, 69, 1); }

@keyframes scale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

#main_screen { padding: 63px 0 203px; }
.wrapper_ms { background: url(img/bg_kuzov.png) right center no-repeat; }
#main_screen .block_title { margin: unset; margin-bottom: 63px; text-align: left; }
.ms_text { font-size: 25px; margin-bottom: 53px; }
#main_screen .call_bttn { margin: 0 0 53px 0; }
.call_bttn:before { content: ""; position: absolute; display: block; width: 20px; height: 100%; background: url(img/bttn_bg_left.png) no-repeat; background-size: 100% 100%; left: -10px; top: 0; }
.call_bttn:after { content: ""; position: absolute; display: block; width: 20px; height: 100%; background: url(img/bttn_bg_right.png) no-repeat; background-size: 100% 100%; right: -10px; top: 0; }

#services { padding: 62px 0 69px; }
#services .block_title { margin-bottom: 123px; }
#services .block_content { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 120px; }
.one_service { color: #1B1B1B; font-size: 20px; display: flex; align-items: center; background: linear-gradient(to bottom, #F4B623, #EEC14E); border: 2px solid #4396C0; width: 36%; border-radius: 30px; box-shadow: 0 0 30px rgba(255, 191, 69, 0.6); margin-bottom: 116px; position: relative; }
.one_service:last-child { margin: 0 auto; }
.os_img_right { padding: 40px 86px 40px 35px; }
.os_img_left { padding: 40px 35px 40px 106px; }
.one_service img { position: absolute; pointer-events: none; }
#os_img_1 { right: -1%; bottom: -2%; height: 121%; }
#os_img_2 { left: -33%;  bottom: -20%; }
#os_img_3 { right: -43%; bottom: -19%; }
#os_img_4 { left: -47%; bottom: -58%; }
#os_img_5 { left: -39%; bottom: -22%; }

.wrapper_perv { background: url(img/bg_perviy.png) no-repeat center center; background-size: cover; }
#perviy { padding: 50px 0 105px; }
#perviy .block_title { margin-bottom: 94px; }
#perviy .block_content { display: flex; justify-content: space-between; margin-bottom: 95px; }
.one_perviy { width: 23%; padding: 30px 20px; background: linear-gradient(to bottom, #fff, #B5B5B5); border-radius: 10px; box-shadow: 0 0 30px rgba(143, 239, 251, 0.3); }
.op_title_img { display: flex; justify-content: space-between; align-items: center; margin-bottom: 11px; }
.op_title { color: transparent; -webkit-background-clip: text; background-clip: text; background-image: linear-gradient(to right, #FF8818, #FFC045, #858A8A); font-size: 50px; }
.op_content { color: #06131E; font-size: 20px; }

#seychas { padding: 123px 0 100px; }
#seychas .block_content { width: 80%; margin: 94px auto 114px; position: relative; }
.one_seychas { display: flex; align-items: center; margin-bottom: 45px; }
.one_seychas:last-child { margin-bottom: 0; }
.one_seychas .ozs_img { width: 22%; }
.one_seychas .ozs_img img { height: 100%; width: auto; }
.ozs_text { font-size: 20px; color: #fff; }

.wrapper_fs { background: url(img/bg_full.png) center center no-repeat; background-size: cover; }
#fullspectr { padding: 113px 0 55px; }
#fullspectr .block_title { margin-bottom: 94px; }
#fullspectr .block_content { display: flex; justify-content: space-between; flex-wrap: wrap; }
.one_fullcard { width: 30%; aspect-ratio: 2 / 3; border-radius: 10px; overflow: hidden; background-size: cover; background-position: center center; box-shadow: 0 0 30px rgba(143, 239, 251, 0.3); margin-bottom: 42px; display: flex; flex-direction: column; justify-content: flex-end; }
.ofc_content { background: rgba(11, 36, 57, 0.8); padding: 12px 24px; }
.ofc_title { color: #fff; font-size: 20px; min-height: 53px; text-align: center; margin-bottom: 10px; display: flex; justify-content: center; align-items: center; }
#fullspectr .call_bttn { font-size: 20px; text-align: center; }
#fs_1 { background-image: url(img/fs_1.png); }
#fs_2 { background-image: url(img/fs_2.png); }
#fs_3 { background-image: url(img/fs_3.png); }
#fs_4 { background-image: url(img/fs_4.png); }
#fs_5 { background-image: url(img/fs_5.png); }
#fs_6 { background-image: url(img/fs_6.png); }
#fs_7 { background-image: url(img/mm1.jpg); }

#price { padding: 143px 0 133px; }
#price .block_title { margin-bottom: 52px; }
.prices_rub { width: 100%; margin: 21px 0 37px; text-align: center; color: #fff; font-size: 20px; }
.tab { display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 80px; }
.tab > input[type="radio"] { display: none; }
.tab-content { display: none; width: 100%; background: #fff; border-radius: 10px; box-shadow: 0 0 30px rgba(143, 239, 251, 0.3); color: #06131E; overflow: hidden; }
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3,
#tab-btn-4:checked~#content-4,
#tab-btn-5:checked~#content-5,
#tab-btn-6:checked~#content-6,
#tab-btn-7:checked~#content-7,
#tab-btn-8:checked~#content-8,
#tab-btn-9:checked~#content-9{ display: block; }
.tab > label { display: block; padding: 16px 16px; cursor: pointer; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; text-decoration: none; color: #000; border: 1px solid transparent; border-radius: 20px; background: linear-gradient(to bottom, #FF8818, #FFC045); margin: 10px;  font-size: 14px; }
.tab > input[type="radio"]:checked + label { cursor: default; color: #fff; background: transparent; border-color: #FF8818; }
.price_one_row { width: 100%; display: flex; padding: 0 60px; }
.price_one_row:first-child { margin: 4px 0; }
.price_one_row:nth-child(even) { background: #FFE5B5; }
.por { padding: 8px; text-align: center; }
.por_left { text-align: center; }
.por_100 { width: 100%; }
.por_40 { width: 40%; text-align: left; }
.por_20 { width: 20%; }
.por_50 { width: 50%; }
.por_33 { width: 33.33%; }

#gallary { padding: 0 0 133px; }
#gallary .block_title { margin-bottom: 92px; }
#gallary .block_content { display: flex; flex-wrap: wrap; justify-content: space-between; }
.one_gal_img { width: 30%; aspect-ratio: 2 / 3; box-shadow: 0 0 30px rgba(237, 201, 105, 0.4); margin-bottom: 60px; }
.one_gal_img img { height: 100%; width: 100%; object-fit: cover; }
.one_gal_img:last-child { width: 100%; aspect-ratio: 3 / 1; margin: 0; }

.wrapper_foot { background: #08131B; }
#footer { padding: 147px 0 74px; }
.foot-row { display: flex; justify-content: space-between; }
.foot_link { font-size: 42px; margin-bottom: 15px; }
.bttns_wrap_foot { display: flex; flex-direction: column; }
.foot_icons { display: flex; justify-content: space-around; }
.foot_icons img { width: 40px; }

.bk-burger { width: 50px; background-color: #FF8717; border-radius: 3px; height: 3px; position: relative; }
.bk-burger:after, .bk-burger:before { background: inherit; border-radius: inherit; content: ""; height: inherit; left: 0; position: absolute; width: inherit; transition: all .25s ease-out 0s; }
.bk-burger:before { top: -12px; }
.bk-burger:after { bottom: -12px; }
#menu_buger_bttn { display: block; padding: 12px 0; position: relative; z-index: 101; }
#mob_menu { display: flex; flex-direction: column; justify-content: space-around; position: fixed; width: calc(100vw - 100px); height: 100vh; left: 0; top: 0; box-sizing: border-box; padding: 30px; background: linear-gradient(to bottom, #030E17, #0F283A); z-index: 99; transform: translateX(-100%); }
#mob_menu.open { transform: translateX(0%); box-shadow: 120px 0 50px rgba(0,0,0,0.5); }
.open .bk-burger { background-color: transparent; }
.open .bk-burger:before, .open .bk-burger:after { background-color: #FF8717; }
.open .bk-burger:before { transform: rotate(45deg) translate(9px, 8px); }
.open .bk-burger:after { transform: rotate(-45deg) translate(9px, -8px); }
#mm-wrap { display: flex; flex-direction: column; align-items: center; }
#mm-wrap a { padding: 15px; color: #fff; font-size: 20px; text-decoratio: none; text-align: center; }
#mm-info-wrap { text-align: center; }
#mm-info-wrap a { margin-bottom: 15px; display: block; color: #fff; font-size: 20px; text-decoratio: none; text-align: center; }

#mm-foot-wrap { display: flex; flex-direction: column; align-items: center; }
#mm-foot-wrap a { padding: 5px; }


@media screen and (max-width: 1370px) {
    .wrapper_ms { background-size: 55% auto; }
    #main_screen .block_title { width: 50%; }  
    #main_screen .ms_text { width: 40%; }
}
@media screen and (max-width: 1000px) {
    .wrapper_ms { background-size: 450px auto; background-position: center 183px; }
    #main_screen .block_title { width: 100%; text-align: center; margin-bottom: 400px; }  
    #main_screen { padding-bottom: 40px; }
    #main_screen .ms_text { width: 60%; margin: 0 auto 50px; text-align: center; }
    #main_screen .ms_text br { display: none; }
    #main_screen .call_bttn { margin: 0 auto 53px; }
}
@media screen and (max-width: 1200px) {
    .wrapper { padding-left: 20px; padding-right: 20px; }
    .bttns_wrap { width: 80%; justify-content: flex-end; }
    .bttns_wrap a { margin-left: 20px; }
    .one_seychas .ozs_img { width: 15%; margin-right: 5%; }
    .ozs_text { width: 80%; }
    .os_img_right { padding-right: 87px; }
    .os_img_left { padding-left: 144px; }
    .one_service { width: 40%; }
    .one_service:first-child { padding: 30px 87px 50px 35px; }
    #os_img_4 { left: -41%; }
}
@media screen and (max-width: 1080px) {
    .os_img_right { font-size: 1rem; }
    .os_img_left { font-size: 1rem; }
}
@media screen and (max-width: 860px) {
    .bttns_wrap { flex-wrap: wrap; }
    .tgwa_bttn { margin-bottom: 20px; }
    #main_screen { padding-bottom: 100px; }
    .wrapper_ms { background-position: center 223px; }
    #services { padding: 50px 0 37px; }
    #services .block_title { margin-bottom: 54px; }
    .one_service { width: 75%; font-size: 12px; margin-bottom: 34px; }
    .os_img_right { margin-right: 25%; border-radius: 0 30px 30px 0; border-left: none; }
    .os_img_left { margin-left: 25%; border-radius: 30px 0px 0px 30px; border-right: none; }
    .wrapper_sv { padding: 0; }
    .one_service:last-child { margin: 0 25% 0 0; border-radius: 0 30px 30px 0; border-left: none; padding: 40px 86px 40px 35px; }
    #services .block_content { margin-bottom: 38px; }
    #perviy { padding: 50px 0 65px; }
    #perviy .block_title { margin-bottom: 57px; }
    #perviy .block_content { flex-wrap: wrap; margin-bottom: 57px; }
    .one_perviy { width: 48%; margin-bottom: 20px; padding: 23px 15px; }
    .op_title { font-size: 30px; }
    .op_img { width: 54px; }
    .op_content { font-size: 12px; }
    #fullspectr .block_title { margin-bottom: 27px; font-size: 30px; line-height: 32px; }
    #fullspectr .call_bttn { padding: 16px 24px; }
    .one_fullcard { width: 48%; }
    .tab-content { font-size: 13px; }
    .one_service:first-child { padding: 40px 87px 40px 35px; }
    #os_img_2 { left: -9%; bottom: -20%; height: 110%; }
    #os_img_3 { right: -14%; bottom: -19%; height: 110%; }
    #os_img_4 { left: -32%; height: 160%; }
    #os_img_5 { left: unset; right: -8%; height: 110%; }
}
@media screen and (max-width: 675px) {
    .os_img_right { padding-right: 20%; }
    .os_img_left { padding-left: 24%; }
    .one_service:first-child { padding: 40px 20% 40px 35px; }
}
@media screen and (max-width: 600px) {
    .foot-row { flex-direction: column; flex-direction: column; align-items: center; }
    #mm-foot-wrap { margin-bottom: 20px; }
}
@media screen and (max-width: 520px) {
	
    .call_bttn { padding: 20px 28px; text-align: center; }
    .desc { display: none; }
    .mob { display: block; }
    .site_logo { height: 60px; width: calc(100% - 90px); }
    .wrap_tires { background-position: center top; }
    #header { padding: 15px 0px 15px; }
    .head-row { flex-wrap: wrap; }
    .bttns_wrap { display: block; width: 100%; text-align: center; margin-top: 15px; }
    #main_screen { padding: 0 0 25px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; height: 100%; }
    #main_screen .wa_bttn { margin-right: 10px; }
    .block_title { font-size: 30px; line-height: 33px; }
    #main_screen .block_title { text-align: center; margin-bottom: 0px; }
    .ms_text { text-align: center; font-size: 18px; }
    #main_screen #ms_text_1 { margin-bottom: 0%; font-size: 20px; }
    .ms_text br { display: none; }
    .ms_text.mob { margin-bottom: 25px; }
    .bttns_mob { display: flex; justify-content: space-around; margin-bottom: 0px; }
    #main_screen .call_bttn { margin: 0 auto 0; }
    .wrapper_ms { background-position: center 200px; background-size: 64%; }
    #main_screen .ms_text { width: 100%; margin: 0; font-size: 24px; }
    #seychas { padding: 50px 0 39px; }
    #seychas .block_content { margin: 65px 0 56px; width: 100%; }
    .one_seychas { margin-bottom: 22px; justify-content: space-between; }
    .ozs_text { width: 70%; font-size: 12px; }
    #fullspectr .block_title { margin-bottom: 27px; font-size: 20px; line-height: 22px; }
    #fullspectr { padding: 50px 0 32px; }
    #fullspectr .call_bttn { font-size: 12px; padding: 10px; border-radius: 5px; }
    #fullspectr .call_bttn:before { width: 10px; left: -5px; }
    #fullspectr .call_bttn:after { width: 10px; right: -5px; }
    .ofc_title { font-size: 12px; min-height: 30px; }
    #price { padding: 50px 0 85px; }
    .tab > label { text-align: center; }
    .price_one_row { padding: 0 10px; font-size: 12px; }
    .por_40, .por_20 { width: 25%; }
    .tab { margin-bottom: 49px; }
    #gallary { padding: 0 0 66px; }
    #gallary .block_title { margin-bottom: 49px; }
    .one_gal_img { width: 48%; aspect-ratio: 1 / 1; border-radius: 5px; overflow: hidden; margin-bottom: 15px; }
    #footer { padding: 32px 0 27px; }
    #footer .site_logo { margin-bottom: 35px; }
    .os_img_right { padding: 20px 20% 20px 15px; }
    .one_service:first-child { padding: 20px 20% 20px 15px; }
    .os_img_left { padding: 20px 15px 20px 24%; }
    .one_service:last-child { padding: 20px 68px 20px 15px; }
    .foot_link { text-align: center; }
    .one_service { font-size: 16px; }
    .wrapper_sv { overflow: hidden; }
    
    .tgwa_bttn { margin-bottom: 0; }
    .bttns_wrap a.bw_phone { margin: 0; font-size: 32px; }
    .wrap_tires { height: 100vh; height: 100svh; display: flex; flex-direction: column; }
    .wrapper_ms { height: 100%; background: none; }
    #gazel { width: 60%; }

    .wrap_tires2 {
        height: auto;
    }
}
@media screen and (max-width: 400px) {
    #os_img_2 { bottom: -27%; height: 138%; left: -19%; }
    #os_img_3 { right: -43%; }
    #os_img_4 { left: -43%; }
    #os_img_5 { left: unset; right: -25%; height: 110%; }
    #mm-info-wrap a#small-font { font-size: 0.85rem; }
}
@media screen and (max-width: 350px) {
    .one_service:first-child { padding: 15px 24% 25px 15px; }
    #os_img_2 { left: -19%; }
    #os_img_3 { right: -35%; }
    #os_img_4 { left: -42%; }
    #os_img_5 { right: -20%; }
}

/* Стили для базового меню */
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    display: inline-block;
    padding: 0;
    cursor: pointer;
}

/* Стили для выпадающего меню */


a.popup__phone {
    font-size: 45px;
    text-decoration: none;
    font-weight: 700;
    color: #8BD336;
    margin-bottom: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    -webkit-transition: all 0.25sease;
    transition: all 0.25sease;
	
	  color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, #FFBF28, #FF8818, #A8ABAB);
}







.popup {
  position: fixed;
  z-index: -9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.popup._active {
  opacity: 1;
  z-index: 9999;
}

.popup__body {
  width: 691px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7490196078);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7490196078);
  padding: 53px 42px 63px;
  margin-bottom: 100px;
  position: relative;
}

.popup_close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 27px;
  height: 27px;
  background-image: url(../img/popup_close.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup__layer {
  position: absolute;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.7215686275);
  z-index: -1;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.6705882353);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.6705882353);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.popup._active .popup__layer {
  background-color: rgba(0, 0, 0, 0.7215686275);
  width: 100%;
  height: 100%;
}

.popup__title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 11px;
  color: #050505;
  text-align:center;
}

a.popup__phone {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

ul.popup__list {
  list-style: none;
  padding: 0 0 0 71px;
  margin: 38px 0 0 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  color: #050505;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

ul.popup__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.popup__list li::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(../img/popup-li.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 22px;
}

.whom__item img {
  width: 100%;
}








@media (max-width: 800px) {


  .popup__body {
    max-width: 470px;
    width: 100%;
  }

  .popup__title {
    font-size: 21px;
  }

  a.popup__phone {
    font-size: 36px;
  }

  a.popup__phone::before,
  ul.popup__list li::before{
    width: 30px;
    height: 30px;
  }

  ul.popup__list {
    padding: 0;
    margin-top: 20px;
    font-size: 21px;
  }
}