@font-face {
    font-family: "PlusJakartaSans";
    src: url("../fonts/PlusJakartaSans-VariableFont_wght.ttf") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "RobotoFlex";
    src: url("../fonts/RobotoFlex.ttf") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #5C84FB;
    --secondary-color: #2B318A;
    --text-color: #1F1F1F;
    --light-bg: #CDDEFF;
    --white: #FFFFFF;
    --border-radius: 10px;
    --box-shadow: 1px 0px 12px 8px rgba(127, 127, 127, 0.3);
    --transition: all 0.3s ease;
}

html {
    font-family: "PlusJakartaSans", sans-serif;
    height: 100%;
    font-weight: 350;
}

body {
    min-height: 100vh;
    max-width: 1512px;
    color: var(--text-color);
}

.container {
    margin: 0 100px 0 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1250px) {
    .container {
        margin: 0 50px 0 50px;
}
}
@media (max-width: 480px) { 
    .container {
        margin: 0 18px 0 18px;
    }
}


/* Общие стили для заголовков */
.common-heading {
    font-size: 40px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Общие стили для параграфов */
.common-paragraph {
    margin-bottom: 15px;
}

/* Специфичные стили для разных типов текста */
.paragraph-large {
    font-size: 28px;
    line-height: 38px;
}

.paragraph-medium {
    font-size: 24px;
    line-height: 34px;
}

@media (max-width: 992px) {
    .common-heading {
        font-size: 34px;
        line-height: 46px;
    }
    
    .paragraph-large {
        font-size: 24px;
        line-height: 32px;
    }
    
    .paragraph-medium {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 768px) {
    .common-heading {
        font-size: 28px;
        line-height: 38px;
    }
    
    .paragraph-large {
        font-size: 20px;
        line-height: 28px;
    }
    
    .paragraph-medium {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 576px) {
    .common-heading {
        font-size: 24px;
        line-height: 32px;
    }
    
    .paragraph-large {
        font-size: 18px;
        line-height: 24px;
    }
    
    .paragraph-medium {
        font-size: 16px;
        line-height: 22px;
    }
}

.purpose-table, .purpose-table th, .purpose-table td {
    border: 1px solid #d8d8d8;
    font-size: inherit;
    line-height: inherit;
}

.purpose-table {
    border-collapse: collapse;
}

.data-field ul {
    display: flex;
    flex-direction: column;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
  }

  .popup-menu {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 70%;
    max-width: 350px;
  }

  .popup-menu > .nav-links > li > a {
    padding: 0;
  }

  .popup-menu > .nav-links > li {
    margin: 0 5px 16px 5px;
    list-style-type: none;
  }

  .popup-menu > .nav-links > :last-child {
    margin-bottom: 0;
  }

  .popup-menu > .nav-links {
    display: flex;
    flex-direction: column;
    justify-content: left;
  }

  .popup-menu ul {
    padding:0;
  }

.popup {
    display: none;
}

#burger-logo {
    display: none;
}

.popup-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
  /* Кнопка закрытия формы */
  .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    background: none;
    border: none;
    color: #fff;
}

.contact-form {
    display: flex;
    flex-direction: row;
    margin: 25px;
}
.contact-form-left ul {
    display: flex;
    flex-direction: column;
    padding-left: 5px;
}

.contact-form-left ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact-form-left ul li img {
    filter: brightness(0%);
}

.contact-form-left ul li p {
    font-size: 16px;
    line-height: 28px;
}

.contact-form-left p {
    font-size: 34px;
    line-height: 45px;
    margin-top: 0;
}

.contact-form-left {
    padding: 0 25px 0 25px;
}

.contact-form-right {
    display: flex;
    flex-direction: column;
}

.popup-form .form-inner-popup {
    border: 1px solid #5C84FB;
    border-radius: 15px;
    background: url(../img/background-element.png) no-repeat;
    background-color: #a6caf0;
    margin-left: 3%;
    margin-right: 3%;
}


.after-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F5FF;
    height: 271px;
    border-radius: 15px 18px 0 0;
}

.after-image > img {
    border-radius: 15px;
    max-width: 80%;
    cursor: pointer;
}

.popup-cases {
    display: none;
}

.popup-cases {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
  }

.popup-cases-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
  }

  .popup-cases-main > h2 {
    margin: 25px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 28px;
    line-height: 38px;
}

.popup-cases-li {
    font-size: 20px;
    line-height: 28px;
}

.popup-cases-main > img {
    cursor: pointer;
}

.popup-cases-img {
    background-color: #F2F5FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 15px 15px;
}

#popup-cases-image {
    width: 700px;
    height: 570px;
}

.popup-cases-img {
    background-color: #F2F5FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 15px 15px;
    padding: 20px;
    position: relative;
}

#popup-cases-image {
    max-width: 700px;
    max-height: 570px;
    width: auto;
    height: auto;
    object-fit: contain;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

#popup-cases-image:hover {
    transform: scale(1.02);
}

.popup-cases-main {
    max-height: 90vh; 
    overflow-y: auto; 
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
    ::-webkit-scrollbar {
        width: 8px;
    }
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }
    ::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.popup-cases {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
}

.popup-cases-main {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.popup-cases-main::-webkit-scrollbar {
    width: 8px;
}

.popup-cases-main::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.popup-cases-main::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.popup-cases-main::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.popup-cases-img {
    position: sticky;
    bottom: 0;
    background-color: #F2F5FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    z-index: 1;
}

.popup-cases-img {
    position: relative;
    bottom: 0;
    background-color: #F2F5FF;
    z-index: 1;
}


.full-image-enter {
    opacity: 0;
    transform: scale(0.95);
  }
  .full-image-enter-active {
    opacity: 1;
    transform: scale(1);
    transition: opacity 300ms, transform 300ms;
  }
  .full-image-exit {
    opacity: 1;
  }
  .full-image-exit-active {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 300ms, transform 300ms;
  }
  

  .fullscreen-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 3rem;
    cursor: pointer;
    z-index: 10001;
    padding: 1rem;
    user-select: none;
    transition: opacity 0.3s;
    opacity: 0.7;
  }
  
  .fullscreen-arrow:hover {
    opacity: 1;
  }
  
  .fullscreen-arrow.left {
    left: 2rem;
  }
  
  .fullscreen-arrow.right {
    right: 2rem;
  }
  

  .fullscreen-counter {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1.2rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    z-index: 10001;
  }
  

  .fullscreen-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: white;
    font-size: 3rem;
    cursor: pointer;
    z-index: 10001;
    opacity: 0.7;
    transition: opacity 0.3s;
  }
  
  .fullscreen-close:hover {
    opacity: 1;
  }

  .fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    cursor: zoom-out;
  }
  
  .fullscreen-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .fullscreen-image {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    cursor: default;
  }
  
  .fullscreen-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    cursor: pointer;
    z-index: 10001;
    transition: opacity 0.3s;
  }
  
  .fullscreen-close:hover {
    opacity: 0.8;
  }
  
  .fullscreen-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 40px;
    cursor: pointer;
    z-index: 10001;
    padding: 20px;
    user-select: none;
    transition: opacity 0.3s;
  }
  
  .fullscreen-arrow:hover {
    opacity: 0.8;
  }
  
  .fullscreen-arrow.left {
    left: 30px;
  }
  
  .fullscreen-arrow.right {
    right: 30px;
  }
  
  .fullscreen-counter {
    position: absolute;
    bottom: 20px;
    color: white;
    font-size: 18px;
    z-index: 10001;
  }

  #left-arrow-scroller, #right-arrow-scroller {
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index: 1;
}

#left-arrow-scroller:hover, #right-arrow-scroller:hover {
    transform: scale(1.1);
}

.popup-button-div > button {
    width: 190px;
    height: 56px;
}

.popup-button-div img {
    margin-left: 25%;
}

.cases-out-popup {
    display: flex;
    justify-content: flex-end;
}



#left-arrow-scroller {
    margin-left: 25px;
}

#right-arrow-scroller {
    margin-right: 25px;
}

#cases-popup-out {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    cursor: pointer;
}

.popup-button-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 5px;
}

.popup-button-div > p {
    font-weight: 600;
    max-width: 364px;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}



/* попап сайты */

.popup-cases-sites {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
  }

.popup-sites-main {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 950px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }

  .popup-sites-main h2 {
    margin-left: 35px;
    margin-top: 0;
  }

  .popup-cases-sites {
    display: none;
}
#popup-cases-image {
    max-width: 650px;
    cursor: pointer;
    height: auto;
    border-radius: 15px;
    padding: 20px;
}

.popup-cases-image {
    background-color: #F2F5FF;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    justify-content: center;
}

.popup-sites-button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}



.cases-out-popup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    right: 0;
    z-index: 1;
}

.cases-out-popup h2 {
    margin: 10px 0 0 25px;
}

.popup-sites-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}

.cases-out-popup img {
    cursor: pointer;
}

@media (max-width: 768px) {
    .contact-form {
        flex-direction: column;
    }
    .contact-form-left br {
        display: none;
    }

    .popup-form .form-inner-popup {
        margin-right: 10%;
        margin-left: 10%;
    }

    .contact-form-left p {
        font-size: 28px;
        line-height: 35px;
    }
}


@media (max-width: 600px) {
    .form-inner-right {
        padding: 20px;
        width: 95%;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 16px;
    }

    .contact-form label {
        font-size: 18px;
    }
}
.contact-form input {
    height: 40px;
    max-width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
    font: inherit;
    font-size: 16px;
    line-height: 23.4px;
    border: 1px solid #fff;
    border-radius: 15px;

    outline: none;
}

.contact-form textarea {
    height: 100px;
    max-width: 100%;
    padding: 20px;
    font: inherit;
    border: 1px solid #fff;
    border-radius: 15px;
    overflow: auto;
    outline: none;
    resize: none;
}

.contact-form label {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
}

.checkbox-label p {
    margin: 0;
}

.contact-form button {
    margin-top: 20px;
    margin-bottom: 10px;
}

.form-inner-left h2 {
    font-size: 34px;
    line-height: 45px;
    margin-top: 0;
}

.form-inner-left p {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 0;
}


/* Кнопки */

.start-promotion {
    display: inline-block;	
	box-sizing: border-box;
	padding: 0 25px;
	margin: 0;
	outline: none;
    border: none;
	border-radius: 15px;
    height: 44px;
    width: 346px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background-color: var(--secondary-color);
    box-shadow: 1px 0px 12px 8px rgba(127, 127, 127, 0.3);
	cursor: pointer;
	user-select: none;
	appearance: none;
	touch-action: manipulation;  
	vertical-align: top;
	transition: box-shadow 0.2s;
}

.start-promotion:focus {
    outline: 1px solid white;
}

.start-promotion:hover {
    transition: all 0.5s;
	-webkit-box-shadow: 1px 0px 12px 8px rgba(127, 127, 127, 0.3);
    -moz-box-shadow: 1px 0px 12px 8px rgba(127, 127, 127, 0.3);
    box-shadow: 1px 0px 12px 8px rgba(127, 127, 127, 0.3);
    background-color: #2B318A;
}

.start-promotion:active {
    background-color: #5C84FB;
}

.detail {
    display: inline-block;	
	box-sizing: border-box;
	padding: 0 25px;
	margin: 0 30px 0 0;
	outline: none;
    border: none;
	border-radius: 40px;
	height: 56px;
    width: 190px;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background-color: var(--primary-color);
	box-shadow: 1px 0px 12px 8px rgba(127, 127, 127, 0.3);
	cursor: pointer;
	user-select: none;
	appearance: none;
	touch-action: manipulation;  
	vertical-align: top;
	transition: box-shadow 0.2s;
}

.detail:focus {
    outline: 1px solid white;
}

.detail:hover {
    transition: all 0.5s;
	-webkit-box-shadow: 1px 0px 12px 8px rgba(127, 127, 127, 0.3);
    -moz-box-shadow: 1px 0px 12px 8px rgba(127, 127, 127, 0.3);
    box-shadow: 1px 0px 12px 8px rgba(127, 127, 127, 0.3);
    background-color: #3F69E6;
}

.detail:active {
    background-color: #5C84FB;
}

.application {
    display: inline-block;	
	box-sizing: border-box;
	padding: 0 25px;
	margin: 0;
	outline: none;
    border: none;
	border-radius: 40px;
    height: 56px;
    width: 239px;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background-color: var(--secondary-color);
    box-shadow: 1px 0px 12px 8px rgba(127, 127, 127, 0.3);
	cursor: pointer;
	user-select: none;
	appearance: none;
	touch-action: manipulation;  
	vertical-align: top;
	transition: box-shadow 0.2s;
}

.application:focus {
	outline: 1px solid white;
}

.application:hover {
    transition: all 0.5s;
	-webkit-box-shadow: 1px 0px 12px 8px rgba(127, 127, 127, 0.3);
    -moz-box-shadow: 1px 0px 12px 8px rgba(127, 127, 127, 0.3);
    box-shadow: 1px 0px 12px 8px rgba(127, 127, 127, 0.3);
    background-color: #1B2174;
}

.application:active {
    background-color: #2B318A;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

/* Мобильное меню */
#mobile-logo {
    display: none;
}

/* Панель навигации */
header {
    position: sticky;
    top: 5px;
    z-index: 9999;
    transition: all 0.3s ease;
}

.header-box {
    min-height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    margin-left: 100px;
    margin-right: 100px;
    border-radius: 15px;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
}

/* Стили для прилипшего состояния */
header.scrolled .header-box {
    margin-top: 5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#logo {
    float: left;
    flex-shrink:0;
    width: 150px; 
    height: 60px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Уменьшаем логотип при скролле */
header.scrolled #logo {
    width: 160px;
    height: 50px;
}

nav {
    float: right;
    font-family: "RobotoFlex", sans-serif;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

li a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    line-height: 24px;
    font-size: 16px;
    text-align: left;
}

li a:hover {
    color: var(--primary-color);
}

.active {
    color: var(--primary-color);
    font-weight: bold;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

/* блок с консультацией */

.consult {
    background-color: #CDDEFF;
    justify-content: center;
    display: flex;
    align-items: center;
    min-height: 459px;
    max-width: 1512px
}

.consult-section-row {
    width: 1312px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
    justify-content: center;
}

.consult-button {
    grid-row: span 2;
    margin: 50px 0 50px 0;
    text-align: center;
    align-content: center;
    min-height: 350px;
}

.consult-on-top {
    grid-column: span 2; 
    margin: 50px 0px 0px 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    gap: 20px;
}

.consult-on-top > :last-child {
    position: absolute;
    margin-left: 535px;
    margin-bottom: 40px;
    max-width: 420px;
    min-height: 120px;
}

.take-consult {
    display: flex;
    flex-direction: column;
}

.take-consult > h2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin: 0;
}

.take-consult > p {
    font-size: 24px;
    line-height: 34px;
	font-weight: bold;
    padding: 0;
    margin: 0;
}

.consult-yandexmaps {
    grid-column: span 2;
    margin: 0px 0px 50px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    min-height: 136px;
}

.grid-colums {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
}

.inner-item {
    background-color: #5C84FB;
    border-radius: 10px;
}

.inner-item > :nth-child(2) {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    text-align: left;
}

.inner-item_maps {
    margin: 20px 9px 20px 20px;
    display: flex;
    justify-content: space-between;
    min-height: 96px;
}

.inner-item_sites {
    margin: 20px 20px 20px 9px;
    display: flex;
    justify-content: space-between;
    min-height: 96px;
}

.inner-item > img {
    filter: grayscale(1) brightness(1000%);
}

.inner-item > :nth-child(3) {
    padding-left: 10px;
    margin: 10px;
}

.inner-item > :nth-child(1) {
    align-self: center;
    margin: 10px;
}

.inner-item > p {
    text-align: center;
    align-content: center;
    color: white;
}

.consult-yandexmaps > a {
    text-decoration: none;
}


/* футер */
footer {
    display: flex;
    justify-content: center;
    max-width: 1512px;
    height: 100%;
    background: url("../img/vector-footer.svg") no-repeat;
    background-color: #CDDEFF;
    margin-top: 100px;
  }

.footer-all {
    font-family: "RobotoFlex", sans-serif;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 100px 0 100px;
    width: 1312px;
    
}

footer ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.footer-menu {
    text-align: right;

    margin-top: 80px;
    margin-bottom: 80px;
}
  
.menu__link {
    font-size: 16px;
    line-height: 24px;
    transition: 0.5s;
    text-decoration: none;
    margin: 0;
    padding: 0;
  }
  
  .menu__link:hover {
    opacity: 1;
    color: #000DD4;
  }
  
footer > p {
    margin: 15px 0 10px 0;
    font-size: 14px;
    line-height: 20px;
  }

.socials > a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.socials {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.socials img {
    filter: brightness(0%);
}

.tel-email a {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.tel-email {
    display: flex;
    flex-direction: row;
    
}
.tg-wts {
    display: flex;
    flex-direction: row;
    
}

.tg-wts p {
    margin: 10px; 
}

.tel-email p {
    margin: 10px;
}

.tg-wts a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-left-info {
    margin-top: 80px;
    margin-bottom: 80px;
}

.footer-info {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.privasy a {
    text-decoration: none;
}

/* Блок преимущества + отзывы + меню + блок консультации + футер*/
@media (max-width: 1250px) {
    .header-box {
        flex-direction: column;
        margin: 0 50px 0 50px;
    }
    .consult-on-top > :last-child {
        max-width: 320px;
        min-height: 70px;
    }

    .consult-section-row {
        width: 1150px;
    }

    .consult-yandexmaps {
        justify-content: space-between;
    }

    .reviews_border > :nth-child(5) {
        top: 96%;
    }
    .consult-section-row {
        display: flex;
        flex-direction: column;
    }
    .consult-button {
        margin: 0;
        max-width: 100%;
        min-height: 84px;
    }
    .consult-on-top > :last-child {
        display: none;
    }
    .inner-item {
        min-width: 280px;
    }

    .inner-item > :nth-child(3) {
        padding-left: 35px;
        padding-right: 5px;
    }
}

@media (max-width: 1150px) {

    
    .inner-item > :nth-child(3) {
        padding-left: 15px;
    }
    .consult-section-row {
        max-width: 830px;
    }
    .reviews-container {
        margin-left: 100px;
        margin-right: 100px;
    }

    .reviews_border {
        min-height: 640px;
    }

    .inner-item {
        min-width: 210px;
    }
}

@media (max-width: 930px) {
    #logo {
        max-width: 100px;
        max-height: 32px;
        padding: 10px;
    }

    .header-box {
        flex-direction: row;
        justify-content: space-between;
        min-height: auto;
        align-items: center;
    }

    header {
        max-height: 32px;
        margin-bottom: 32px;
        margin-top: 25px;
        justify-content: right;

    }
    #burger-logo {
        display: block;
        padding: 10px;
    }

    .menu {
        display: none;
    }

    .footer-all {
        flex-direction: column;
    }

    .footer-menu {
        order: 0;
        margin-top: 25px;
        margin-bottom: 0;
    }

    .footer-menu > ul {
        align-items: center;
    }

    .footer-left-info {
        order: 1;
    }

    .inner-item_maps {
        min-width: 250px;
    }

    .inner-item {
        max-width: 150px;
    }

    .inner-item > :nth-child(3) {
        padding-left: 1px;
    }

    .inner-item_sites {
        min-width: 250px;
    }
    .inner-item > :nth-child(2) {
        font-size: 16px;
    }

    .inner-item {
        min-height: 80px;
    }

    
    .reviews-container {
        flex-direction: column;
        margin-left: 80px;
        margin-right: 80px;
    }

    .reviews_border > :nth-child(5) {
        top: 92%;
    }

    .reviews_border:first-child {
        margin-left: 9px;
    }

    .reviews_border {
        min-height: 100%;
        margin-bottom: 9px;
    }
}

@media (max-width: 650px) {
    .tel-email {
        flex-direction: column;
    }

    .socials {
        align-items: center;
    }
    .footer-left-info {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .take-consult {
        order: 0;
        z-index: 30;
    }

    .consult-section-row {
        margin-left: 0;
        margin-right: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .consult-on-top > img {
        display: none;
    }

    .take-consult > h2 {
        font-size: 32px;
        line-height: 44px;
        font-weight: bold;
        text-align: left;
        padding: 0;
        margin: 0;
    }
    
    .take-consult > p {
        font-size: 18px;
        line-height: 34px;
        font-weight: bold;
        padding: 0;
        margin: 0;
    }
    .consult-yandexmaps {
        min-height: 85px;
    }

    .inner-item {
        min-width: 148px;
        min-height: 45px;
    }

    .grid-colums {
        align-items: center;
        width: 100%;
    }

    .inner-item > :nth-child(2) {
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        text-align: left;
        min-width: 57px;
    }

    .inner-item > :nth-child(1) {
        width: 24px;
        height: 24px;
    }

    .inner-item > :nth-child(3) {
        width: 24px;
        height: 24px;
        padding: 0;
    }

    .inner-item > img {
        margin: 10px;
    }

    .inner-item_maps {
        align-items: center;
    }
    
    .inner-item_sites {
        align-items: center;
    }

    
    .reviews_border > :nth-child(5) {
        top: 95%;
    }
    .reviews-box {
        margin-right: 0;
        margin-left: 0;
    }

    .reviews_border {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 9px;
    }

    .reviews_border:first-child {
        margin-left: 0;
    }

    .after-image > img {
        max-width: 60%;
    }

}

@media (max-width: 480px) {
    .inner-item br {
        display: none;
    }
    .inner-item {
            min-width: 280px;
        }
    .inner-item > :nth-child(2) {
        font-size: 16px;
    }
    
    .grid-colums {
        width: 414px;
    }

    .header-box {
        margin: 0 18px 0 18px;
    }

    .grid-colums {
        flex-direction: column;
    }
    .inner-item_maps {
        margin: 0;
        margin-top: 10px;
    }

    .inner-item_sites {
        margin: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .contact-form textarea {
        height: auto;
    }

    .chackbox-label {
        margin:0;
    }

    .contact-form-left p {
        margin-bottom: 0;
    }
}

@media (max-width: 430px) {
    .grid-colums {
        width: 350px;
    }

    .consult-on-top {
        margin-top: 25px;
    }

    .consult-yandexmaps {
        margin-bottom: 25px;
    }
}

@media (max-width: 390px) {
    .footer-all {
        margin-left: 18px;
        margin-right: 18px;;
    }
    .consult-section-row {
        max-width: 354px;
        margin-left: 18px;
        margin-right: 18px;
        margin-top: 8px;
        margin-bottom: 8px
    }

    .grid-colums {
        justify-content: center;
    }

    .consult-on-top {
        min-width: 354px;
        margin-top: 8px;
        min-height: 196px;
    }

    .consult-button {
        min-width: 354px;
    }

    .consult-yandexmaps {
        min-width: 354px;
        margin-bottom: 8px;
    }

    .inner-item {
        max-width: 148px;
        max-height: 45px;
        border-radius: 15px;
    }

    .inner-item > p {
        margin: 0;
        padding-left: 5px;
    }

    .take-consult {
        width: 250px;
    }

    .grid-colums {
        max-width: 324px;
    }

    
    .header-box {
        justify-content: space-between;
        margin-right: 18px;
        margin-left: 18px;
    }

    .header-box > :nth-child(2) {
        margin-right: 18px;
    }

    .reviews-container {
        margin-left: 18px;
        margin-right: 18px;
    }
    .reviews_border > :nth-child(5) {
        top: 95%;
    }

    .reviews_border {
        max-height: 548px;
        padding: 32px 18px 32px 18px;
    }

    .reviews_border > :nth-child(4) {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Наши тарифы */
.price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    width: 100%;
}

.price-container > h2 {
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 30px;
}

.price-box-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;

    margin: 0 auto;
}

.price-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #5C84FB;
    border-radius: 15px;
    min-height: 850px;
    width: 100%;
    max-width: 620px;
    box-shadow: -2px 2px 16px -3px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.price-info-pro {
    background-color: #2B318A;
    max-width: 800px;
}

.price-info-pro h3 {
    color: #F2F5FF;
}

.price-info-pro p {
    color: #F2F5FF;
}

.price-info-pro button {
    background-color: #FFFFFF;
    color: #2B318A;
    box-shadow: none;
}

.price-border > p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 20px;
}

.price-border {
    border-bottom: 1px solid #5C84FB;
    margin: 0 20px 0 20px;
    height: 150px;
}

.price-count > p {
    font-size: 56px;
    font-weight: 800;
    margin-left: 20px;
    display: inline;
}

.price-count > :last-child {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 300;
    color: #6A6E83;
}

.price-count {
    display: flex;
    align-items: center;
}

.why, .bonus {
    padding: 0 20px;
    margin-top: 20px;
}

.price-info > button {
    margin-left: 20px;
    align-self: center;
    margin-right: 20px;
}

.price-info-pro > button:hover {
    background-color: #FFFFFF;
    color: #2B318A;
}

.price-info > ul {
    margin-top: 40px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    padding-left: 20px;;
}

.price-info > ul > li > p {
    font-size: 16px;
    margin-left: 17px;
    margin-top: 0;
    margin-bottom: 0;
}

.price-info > ul > li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 0;
}

.price-info p {
    font-size: 18px;
    line-height: 24px;
}

.price-count p {
    font-size: 56px;
    font-weight: 800;
}

.price-info-pro > .price-count:first-child {
    font-size: 50px;
    font-weight: 800;
}

@media (min-width: 1200px) {
    .price-box-wrapper {
        flex-wrap: nowrap;
    }
    .price-info:not(.price-info-pro) {
        max-width: 400px;
    }
}

@media (max-width: 1199px) {
    .price-box-wrapper {
        flex-direction: column;
        align-items: center;
    }
    
    .price-info {
        max-width: 620px;
    }
    
    .price-info-pro {
        max-width: 620px;
    }
}

@media (max-width: 768px) {
    .price-container > h2 {
        font-size: 32px;
        line-height: 40px;
    }
    
    .price-count > p {
        font-size: 48px;
    }
    
    .price-border {
        height: auto;
    }
    .contact-methods-checkbox {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .price-container > h2 {
        font-size: 28px;
        line-height: 36px;
    }
    

    
    .price-count > :last-child {
        margin-left: 20px;
        margin-top: 5px;
    }
    
    .price-info > ul > li {
        align-items: flex-start;
    }
    
    .price-info > ul > li > p {
        margin-left: 10px;
    }
}

@media (max-width: 480px) {
    .price-info > button {
        width: 250px;
    }
}

/* ЧЗВ */

.faq {
    width: 100%;
    box-sizing: border-box;
}

.faq > h2 {
    margin-top: 50px;
    font-size: 40px;
    line-height: 56px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.faq-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.details {
    width: 100%;
    max-width: 1312px;
}

details {
    background-color: white;
    border: 1px solid #5C84FB;
    border-radius: 10px;
    margin-bottom: 1em;
    width: 100%;
    box-sizing: border-box;
}

summary {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    position: relative;
}

details[open] {
    background-color: white;
}

details > p {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    margin: 0 24px 18px 24px;
    padding-bottom: 16px;
}

summary::after {
    content: '';
    background: url('../img/arrow.svg') no-repeat;
    width: 16px;
    height: 16px;
    background-size: cover;
    margin-left: .5em;
    transition: 0.2s;
    transform: rotate(-90deg);
    flex-shrink: 0;
}

details[open] > summary::after {
    transform: rotate(0deg);
}

summary::-webkit-details-marker {
    display: none;
}

@media (max-width: 1024px) {
    .faq > h2 {
        font-size: 36px;
        line-height: 48px;
    }
    
    summary {
        font-size: 18px;
        line-height: 26px;
    }
    
    details > p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 768px) {
    .faq > h2 {
        font-size: 32px;
        line-height: 42px;
        margin-top: 30px;
    }
    
    summary {
        font-size: 16px;
        line-height: 24px;
        padding: 14px 20px;
    }
    
    details > p {
        margin: 0 20px 16px 20px;
        font-size: 15px;
        line-height: 21px;
    }
    
    summary::after {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 480px) {
    .faq {
        padding: 0 15px;
    }
    
    .faq > h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    
    summary {
        padding: 12px 16px;
        align-items: flex-start;
    }
    
    details > p {
        margin: 0 16px 14px 16px;
        font-size: 14px;
        line-height: 20px;
    }
    
    summary::after {
        margin-top: 4px;
    }
}

/* Как работает платформа? */

.works-popup {
    display: none;
}
.works-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
    overflow-y: auto;
  }

.popup-works {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #2B318A;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-height: 90vh; 
    overflow-y: auto; 
    display: flex;
    flex-direction: column;
    width: 60%;
  }

  .out-popup {
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
  }

  .out-popup > img {
    cursor: pointer;
  }

  .works-advantages-header-popup > p {
    color: white;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
  }

  .works-advantages-header-popup {
    border-bottom: 1px solid white;
    margin: 15px;
  }

  .works-advantages-text-popup > p {
    color: white;
    font-size: 24px;
    line-height: 34px;
  }

  .works-advantages-text-popup {
    margin: 15px;
  }

  #popup-main-image {
    margin: 15px;
  }

  .lower-arrow {
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
  }

  .lower-arrow > img {
    cursor: pointer;
  }

.works {
    background: url("../img/bg-works.png") no-repeat;
    height: 100%;
}

.works-container {
    margin-right: 100px;
    margin-left: 100px;
    margin-top: 100px;
    padding-bottom: 100px;
}

.works-container > h2 {
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 34px;
    padding-top: 25px;
}

.works-advantages {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.works-advantages-first {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 34px;
    gap: 30px;
}

.works-advantages-second {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}

.works-advantages-img-first {
    display: flex;
    justify-content: center;
    align-items: center;
}

.works-advantages-img-first img {
    max-width: 80%;
    margin: 30px 30px 30px 30px;
    border-radius: 10px;
}

.works-advantages-text > p {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: white;
    margin: 0 0 30px 0;
    align-self:flex-start;
}

.works-advantages-first > .works-advantages-container:first-child {
    background-color: #2B318A;
}

.works-advantages-first > .works-advantages-container:last-child {
    background-color: #4F78D0;
}

.works-advantages-second > .works-advantages-container:first-child {
    background-color: #6F8FD2;
}

.works-advantages-second > .works-advantages-container:last-child {
    background-color: #373FAE;
}

.works-advantages-container {
    border-radius: 15px;
}

.works-advantages-container:hover {
    box-shadow: 0 0 10px rgba(24, 24, 24, 0.5);
    cursor: pointer;
}

.works-advantages-text {
    border-bottom: 1px solid white;
    margin: 0 30px 0 30px;
}

.works-advantages-img {
    display: flex;
    flex-direction: row;
    justify-content: right;
    margin: 20px 30px 20px 0;
}

@media (max-width: 768px) {
    .works {
        background: none;
        background-color: #CDDEFF;
    }
    
    .popup-image {
      max-width: 100%;
      height: auto;
      margin: 10px auto;
    }
    
    .works-advantages-header-popup > p {
      font-size: 22px;
      line-height: 30px;
    }
    
    .works-advantages-text-popup > p {
      font-size: 18px;
      line-height: 26px;
    }
    
    .works-container {
      margin-right: 20px;
      margin-left: 20px;
      margin-top: 50px;
      padding-bottom: 50px;
    }
    
    .works-container > h2 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 20px;
    }
    
    .works-advantages-first,
    .works-advantages-second {
      flex-direction: column;
      margin-bottom: 0;
    }
    
    .works-advantages-container {
      margin-bottom: 20px;
    }
    
    .works-advantages > img {
      max-width: 100%;
      height: auto;
      margin: 15px;
    }
    
    .works-advantages-text > p {
      font-size: 20px;
      line-height: 28px;
    }
  }
  

  @media (min-width: 769px) and (max-width: 1024px) {
    .popup-works {
      width: 80%;
      max-width: none;
    }
    
    .works-container {
      margin-right: 50px;
      margin-left: 50px;
    }
    
    .popup-image {
      max-width: 80%;
      height: auto;
      margin: 15px auto;
    }
  }
  

  .popup-works {
    box-sizing: border-box;
  }
  
  .popup-image {
    max-width: 50%;
    height: auto;
    border-radius: 15px;
  }

  .popup-works-main-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  

  @media (max-width: 480px) {
    .popup-works {
        padding: 15px;
    }

    .works-advantages-header-popup > p {
      font-size: 20px;
      line-height: 28px;
    }
    
    .works-advantages-text-popup > p {
      font-size: 16px;
      line-height: 24px;
    }
    
    .out-popup > img,
    .lower-arrow > img,
    .works-advantages-img > img {
      width: 24px;
      height: 24px;
    }

    .popup-image {
        max-width: 90%;
    }

    .popup-works {
        width: 90%;
    }
  }


  .contact-methods {
    display: flex;
    flex-direction: column;
}

.contact-methods > :first-child {
    margin-left: 20px;
    margin-top: 5px;
}

.contact-methods p {
    margin-bottom: 8px;
}

#submitButton:disabled {
    cursor: not-allowed;
    background-color: #EAECF0;
    color: #A8B1CE;
}

.contact-methods-checkbox {
    display: flex;
    flex-direction: row;
}

.checkbox-label {
    gap: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 10px;
}

.checkbox-label input[type="checkbox"] {
    height: 16px;
    cursor: pointer;
    margin:0;
}


/* Обработка куков */
.cookie-notification {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #2B318A;
    color: white;
    padding: 15px 20px;
    text-align: center;
    display: none;
    z-index: 9999;
    width: calc(100% - 40px);
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    margin: 0 auto;
  }
  
  .cookie-content {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    max-width: 1312px;
  }
  
  .cookie-content p {
    margin: 0;
    flex: 1;
    min-width: 200px;
  }
  .cookie-content button {
    box-shadow: none;
  }
  
  .cookie-content button:hover {
    box-shadow: none;
  }

  @media (max-width: 768px) {
    .cookie-notification {
      bottom: 10px;
      padding: 12px 15px;
    }
    
    .cookie-content {
      flex-direction: column;
      gap: 10px;
    }
    
    .cookie-content p {
      min-width: unset;
      font-size: 14px;
    }
    
    .cookie-content button {
      width: 100%;
      padding: 10px;
    }
  }
  
  @media (max-width: 480px) {
    .cookie-notification {
      bottom: 5px;
    }
    
    .cookie-content p {
      font-size: 13px;
    }
    .popup-form .form-inner-popup {
        margin-right: 0;
        margin-left: 0;
        height: 100%;
    }
    .contact-methods-checkbox {
        justify-content: left;
    }
    .checkbox-label input[type="checkbox"] {
        margin: 0;
        padding:0;
    }
  }
  @media (max-width: 428px) {
    .contact-form-left {
        padding: 0;
    }
    .contact-form-left p {
        font-size: 18px;
        line-height: 22px;
    }

    .contact-form-left ul li a {
        padding: 0 0 5px 5px
    }

    .contact-form-left ul li img {
        margin-bottom: 5px;
    }
    .contact-form input {
        margin-bottom: 5px;
    }

    .contact-form label {
        font-size: 16px;
        line-height: 15px;
    }

    .contact-form button {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .contact-form {
        margin: 20px 40px 20px 40px;
    }
}

@media (max-width: 325px) {
    .grid-colums {
        max-width: 290px;
        min-width: 50px;
    }

    .consult-section-row {
        max-width: 290px;
        margin: 8px 0 8px 0;
        min-width: 50px;
    }
}

input:invalid:not(:focus):not(:placeholder-shown),
textarea:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #ff4444;
}

input:valid:not(:focus):not(:placeholder-shown),
textarea:valid:not(:focus):not(:placeholder-shown) {
    border-color: #00c851;
}

.popup-cases-sites .popup-sites-main .cases-out-popup {
    justify-content: right;
}

.sites-left-bar {
    display: flex;
    flex-direction: column;
}
.sites-results {
    margin-left: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex: 1;
    margin-right: 25px;
  }

  .sites-results-left {
    height: 100%;
      width: 100%;
      padding: 10px;
  }

  .sites-results-right {
    height: 100%;
    width: 100%;
    padding: 10px;
    margin-left: 25px;
  }

  .sites-results-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex: 1;
    margin-right: 25px;
    margin-left: 25px;
  }

  .sites-results-left-info {
    height: 100%;
    width: 100%;
    padding: 10px;
  }
  .sites-results-right-info {
    height: 100%;
    width: 100%;
    padding: 10px;
    margin-left: 25px;
  }


.sites-results ul {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.sites-results-right-info ul {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.sites-results-info h3 {
    font-size: 20px;
    line-height: 28px;
}

.sites-results h3 {
    font-size: 20px;
    line-height: 28px;
}

.sites-results-left-info p {
    font-size: 20px;
    line-height: 28px;
}

.sites-results-right p {
    font-size: 20px;
    line-height: 28px;
}

@media (max-width: 768px) {
    .sites-results-info {
        flex-direction: column;
    }
    .sites-results-right-info {
        margin-left: 0;
    }

    .sites-results {
        flex-direction: column;
    }

    .sites-results-right {
        margin-left: 0;
    }

    .sites-results {
        margin: 0 25px 0 25px;
    }

    #popup-cases-image {
        max-width: 80%;
    }

    .popup-sites-main h2 {
        margin-left: 35px;
    } 
}