html,
body {
    font-family: 'Libre Franklin', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: inherit;
}

:root {
    --system-color:#92BEE9;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000;
}

span {
    display: inline-block;
}

li {
    list-style: none;
}

input,
button,
select,
textarea {
    outline: none;
}

.hamburger {
    display: none;
}

header,
section,
footer,
main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.container {
    flex-basis: 1633px;
    max-width: 100%;
    padding: 0 10px;
}

.content li,
.text li {
    list-style: inside;
}

.text {
    line-height: 1.4;
}

.df {
    display: flex;
    align-items: center;
}

.img img {
    width: 100%;
    height: 100%;
}

.obj_cover {
    object-fit: cover;
    object-position: center;
}

.obj_contain {
    object-fit: contain;
    object-position: center;
}

/*     SLICK     */

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: flex;
    outline: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* ======== стили для стрел ======== */

.slider_arrow {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    transition: all 0.5s;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
}

.slider_arrow:hover span::before,
.slider_arrow:hover span::after {
    background-color: #fff;
}

.arrow_left {
    left: 10px;
}

.arrow_right {
    right: 10px;
}

.slider_arrow span {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.slider_arrow span::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #b3bfcb;
    transform: rotate(-49deg);
}

.slider_arrow span::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #b3bfcb;
    transform: rotate(49deg);
}

.arrow_left span::before {
    top: 0;
    left: 0;
    transform-origin: right;
}

.arrow_left span::after {
    bottom: 0;
    left: 0;
    transform-origin: right;
}

.arrow_right span::before {
    bottom: 0;
    right: 0;
    transform-origin: left;
}

.arrow_right span::after {
    top: 0;
    right: 0;
    transform-origin: left;
}

/* === если нужны дотсы === */

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    list-style: none;
}

.slick-dots button {
    opacity: 0.5;
}

/*========================*/

header {
    position: relative;
    background: linear-gradient(358.32deg, #4B6FA2 1.04%, #4B6FA2 52.1%, #4B6FA2 98.21%);
    padding: 37px 0 13px;
    overflow: hidden;
}

header::after {
    content: '';
    position: absolute;
    left: 32px;
    bottom: 0;
    height: 1px;
    width: calc(100% - 64px);
    background-color: var(--system-color);
    
}

header a {
    color: #fff;
}

header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 63px;
    column-gap: 60px;
    font-size: 18px;
}

.logo {
    width: 100%;
    max-width: 305px;
    height: 70px;
}

.logo a {
    width: 100%;
    height: 100%;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.menu {
    width: 100%;
}

.menu ul {
    display: flex;
    justify-content: space-between;
    column-gap: 35px;
}

.menu li {
    position: relative;
    transition: all 0.3s;
}

.menu li::after {
    content: '';
    position: absolute;
    left: -29px;
    bottom: -13px;
    height: 1px;
    width: calc(100% + 58px);
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.menu li:hover::after {
    opacity: 1;
    visibility: visible;
}

.header_contacts {
    width: 660px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 30px;
}

.header_contacts .part1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 8px;
    width: 400px;
}

.header_contacts .part2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 8px;
}

.header_contacts .element {
    display: flex;
    align-items: center;
    column-gap: 15px;
    color: #fff;
}

address {
    font-family: 'Libre Franklin', sans-serif;
    font-style: normal;
}

.banner {
    background: linear-gradient(358.32deg, #4B6FA2 1.04%, #4B6FA2 52.1%, #4B6FA2 98.21%);
    color: #fff;
}

.banner .container {
    position: relative;
    z-index: 1;
}

.banner .img {
    position: absolute;
    right: 0;
    top: 50px;
    width: 398px;
    height: 422px;
    z-index: -1;
}

.title {
    font-family: 'Montserrat', sans-serif;
}

.banner h1 {
    display: flex;
    flex-direction: column;
    max-width: 920px;
    font-size: 55px;
    font-weight: 300;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 104px 0 110px;
}

.banner h1 span {
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 0.06em;
    background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 55.65%);
    background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 55.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-clip: text;
    -webkit-text-stroke: 1px #fff;
}

.banner_info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 23px;
    row-gap: 50px;
    margin-bottom: 108px;
}

.banner_info .element {
    position: relative;
    min-height: 174px;
    max-width: 382px;
    min-width: 360px;
    border-bottom: 1px solid var(--system-color);
    border-left: 1px solid var(--system-color);
    padding: 0 30px 30px;
}

.banner_info .element::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}

.banner_info .element::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 70px;
    background-color: var(--system-color);
}

.banner_info .element h3 {
    font-size: 28px;
    line-height: 1.5;
    color: var(--system-color);
    margin: -25px 0 0;
}

.banner_info .element p {
    font-size: 28px;
    line-height: 1.5;
}

h2.title {
    font-weight: 400;
    font-size: 44px;
    line-height: 1.2;
    color: #353535;
    margin: 131px 0 89px;
}

.ready_solutions .cards {
    position: relative;
    display: flex;
    min-height: 610px;
    perspective: 100px;
    margin-bottom: 66px;
}

.ready_solutions .card {
    position: absolute;
    top: 0;
    display: flex;
    width: 440px;
    min-height: 610px;
    padding: 41px 19px 25px;
    transition: all 0.3s;
}

.ready_solutions .card_inner {
    position: relative;
    border-bottom: 2px solid #fff;
    padding: 0 16px 21px;
}

.ready_solutions .card_inner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 120px;
    background-color: #fff;
}

.ready_solutions .card_inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 120px;
    background-color: #fff;
}

.ready_solutions .card h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.2;
    color: #262626;
    text-align: center;
}

.ready_solutions .card .price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.2;
    color: #4C6FA2;
    text-align: center;
    margin: 14px 0 35px;
}

.ready_solutions .card ul {
    padding: 0 16px;
}

.ready_solutions .card ul li {
    list-style-type: disc;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 30px;
}

.ready_solutions .card .buttons {
    display: none;
    flex-direction: column;
    row-gap: 16px;
    padding-top: 9px;
}

.ready_solutions .card .btn {
    width: 100%;
    min-height: 63px;
    font-weight: 500;
    font-size: 24px;
    line-height: 0.94;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 15px 30px;
    cursor: pointer;
}

.ready_solutions .card .btn.white {
    background-color: #fff;
    border: none;
}

.ready_solutions .card:nth-child(1) {
    left: 0;
    background: linear-gradient(0deg, rgba(76, 199, 255, 0.26), rgba(76, 199, 255, 0.26)), #F2F2F2;
    z-index: 1;
}

.ready_solutions .card:nth-child(2) {
    left: 15.5vw;
    background: linear-gradient(0deg, #DEF3FF, #DEF3FF), #F2F2F2;
    z-index: 2;
}

.ready_solutions .card:nth-child(3) {
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(0deg, #C7D9F5, #C7D9F5), #F2F2F2;
    z-index: 3;
}

.ready_solutions .card:nth-child(4) {
    right: 15.5vw;
    background: linear-gradient(0deg, #DEF3FF, #DEF3FF), #F2F2F2;
    z-index: 2;
}

.ready_solutions .card:nth-child(5) {
    right: 0;
    background: linear-gradient(0deg, #C7D9F5, #C7D9F5), #F2F2F2;
    z-index: 1;
}

.ready_solutions .card:hover {
    box-shadow: 0px 4px 26px rgba(174, 174, 174, 0.25);
    z-index: 5;
    transform: scale(1.1);
}

.ready_solutions .card:hover .buttons {
    display: flex;
}

.ready_solutions .card:nth-child(3):hover {
    transform: translateX(-50%) scale(1.1);
}

.ready_solutions .to_compare {
    text-align: right;
    margin-bottom: 131px;
}

.transition {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    text-decoration-line: underline;
    color: #75A9C9;
}

.transition::after {
    content: url(../../img/perexod.png);
    margin-left: 23px;
}

.info_section {
    background-color: #E7F3FF;
}

.info_section .cards {
    display: flex;
    flex-wrap: wrap;
    column-gap: 26px;
    row-gap: 26px;
}

.info_section .card {
    min-height: 350px;
    width: calc(50% - 13px);
    background-color: #476C9F;
    color: #fff;
    padding: 42px 32px;
}

.info_section .card h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: 0.04em;
    color: #92BEE9;
    margin-bottom: 40px;
}

.info_section .card li {
    font-size: 18px;
    line-height: 2;
}

.tariff_comparison h2 {
    font-weight: 400;
    font-size: 44px;
    line-height: 1.2;
    color: #054663;
    margin-bottom: 72px;
}

.table_tariff .table_row {
    display: flex;
    align-items: center;
    min-height: 70px;
    padding: 19px 32px;
}

.table_tariff .table_row:nth-child(even) {
    background-color: #E7F3FF;
}

.table_tariff .tariff_variants {
    display: flex;
}

.table_tariff .table_row.top {
    border-bottom: 1px solid var(--system-color);
}

.table_tariff .table_row.top div {
    font-weight: 600;
    font-size: 35px;
    line-height: 1.1;
    color: #656565;
    white-space: nowrap;
}

.table_tariff .name {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    color: #656565;
}

.table_tariff .start {
    min-width: 100px;
    text-align: center;
    margin-left: 50px;
}

.table_tariff .start_plus {
    min-width: 130px;
    text-align: center;
    margin-left: 50px;
}

.table_tariff .standart {
    min-width: 165px;
    text-align: center;
    margin-left: 50px;
}

.table_tariff .optimal {
    min-width: 155px;
    text-align: center;
    margin-left: 50px;
}

.table_tariff b {
    display: none;
    color: #656565;
}

.table_tariff .img {
    width: 29px;
    height: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #656565;
    text-align: center;
    margin: 0 auto;
}

section.callback {
    margin: 131px 0;
}

section.callback .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 50px;
    background-color: #324D75;
    padding: 54px 10px;
}

section.callback h2 {
    max-width: 583px;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.26;
    color: #fff;
    margin: 0 0 34px;
}

section.callback .text {
    margin-left: 5vw;
}

section.callback .text p {
    max-width: 503px;
    font-size: 18px;
    line-height: 1.36;
    color: #E2E2E2;
}

section.callback form {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin: 0 auto;
}

form label {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #D4D4D4;
    z-index: 1;
}

form label sup {
    color: #FF5858;
    vertical-align: text-top;
}

.form_input,
section.callback form .select {
    width: 472px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    background-color: transparent;
    border: 1px solid #DDDDDF;
    border-radius: 6px;
    padding: 10px 32px 9px 19px;
}

.form_input::-webkit-input-placeholder {
    color: #A9A9A9;
}
  
.form_input:-ms-input-placeholder {
    color: #A9A9A9;
}

.form_input::placeholder {
    color: #A9A9A9;
}

label i {
    position: absolute;
    top: 38px;
    right: 15px;
    display: none;
    width: 18px;
    height: 13px;
    z-index: 1;
}

label i img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

label.success i {
    display: inline-block;
    pointer-events: none;
}

label.error input {
    border: 1px solid #FF5858;
}

label.error .error_text {
    display: block;
}

.error_text {
    display: none;
    font-size: 14px;
    line-height: 1.2;
    color: #FF5858;
}

.select a {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 0 3px;
}

section.callback form .select_wrapper {
    z-index: 5;
}

section.callback form .select {
    position: relative;
    z-index: 5;
}

.select .list {
    position: absolute;
    top: 100%;
    left: -1px;
    display: none;
    width: calc(100% + 2px);
    background-color: #fff;
    border: 1px solid #DDDDDF;
    border-radius: 6px;
    padding: 3px 16px;
    z-index: 2;
}

.select .list > div {
    margin: 7px 0;
}

.select .list > div:hover a {
    color: #75A9C9;
}

.sendForm {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    background-color: #bbb;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 18px 40px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

form:hover .sendForm {
    background-color: #fff;
    color: #000;
}

form .sendForm:hover {
    color: #fff;
    background-color: #75A9C9;
    background: #75A9C9;
}

form .sendForm:focus {
    color: #fff;
    background-color: #74B4FF;
}

[data-btn] {
    border: none;
    cursor: pointer;
}

.modal {
    position: relative;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99;
    padding: 20px;
}

.modal_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 735px;
    width: 100%;
    background-color: #fff;
    padding: 68px 30px 78px;
}

.modal_inner {
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.modal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.modal .close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    transform: rotate(45deg);
    transform-origin: center;
    background-color: #5F5F5F;
    border-radius: 1px;
}

.modal .close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    transform: rotate(-45deg);
    transform-origin: center;
    background-color: #5F5F5F;
    border-radius: 1px;
}

.modal .close:hover::before,
.modal .close:hover::after {
    box-shadow: 0 0 4px 1px #5F5F5F;
}

.modal h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 14px;
}

.modal p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #9C9898;
    text-align: center;
    margin-bottom: 41px;
}

.modal button {
    width: 248px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    background-color: #75A9C9;
    border: none;
    border-radius: 5px;
    margin: 0 auto;
    padding: 11px 20px 10px;
    transition: all 0.3s;
    cursor: pointer;
}

.modal button:hover {
    background-color: #3E7DA3;
}

.modal button:focus {
    background-color: #82B3D0;
}

.cases {
    margin-bottom: 131px;
}

.cases .container {
    max-width: 1633px;
}

.cases h2 {
    font-weight: 400;
    font-size: 44px;
    line-height: 1.8;
    margin: 0 0 89px;
}

.cases_text {
    max-width: 522px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #464040;
}

.cases .slider_wrapper {
    position: relative;
    margin-top: 130px;
}

.cases .slider {
    position: relative;
}

.cases .slider .item {
    width: 786px;
    height: 395px;
    transition: all 0.5s;
}

.cases .slider .item[data-class="left_item"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    filter: drop-shadow(0px 4px 37px rgba(82, 82, 82, 0.19));
}

.cases .slider .item[data-class="main_item"] {
    position: relative;
    top: 0;
    left: 60%;
    transform: translateX(-50%) scale(1.1);
    z-index: 2;
}

.cases .slider .item[data-class="right_item"] {
    position: absolute;
    top: -250px;
    right: 0;
    z-index: 1;
    filter: drop-shadow(0px 4px 37px rgba(82, 82, 82, 0.19));
}

.cases .slider .item a {
    width: 100%;
    height: 100%;
}

.cases .arrows {
    position: absolute;
    bottom: -20px;
    right: 0;
    display: flex;
    align-items: center;
    column-gap: 30px;
    z-index: 5;
}

.cases .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    cursor: pointer;
}

.cases .arrow.left {
    transform: rotate(180deg);
    background-color: #E7F3FF;
    transition: all 0.3s;
}

.cases .arrow.left svg path {
    stroke:#000
}

.cases .arrow.left:hover svg path {
    stroke:#fff
}

.cases .arrow.left:hover {
    background-color: #324D75;
}

.cases .arrow.right {
    background-color: #324D75;
}

.cases .arrow.right svg path {
    stroke:#fff
}

.cases .arrow.right:hover svg path {
    stroke:#000
}

.cases .arrow.right:hover {
    background-color: #E7F3FF;
}

.services {
    background-color: #E7F3FF;
    padding: 131px 0;
}

.services .title {
    font-weight: 400;
    font-size: 44px;
    line-height: 0.9;
    margin: 0 0 89px;
}

.services .cards {
    display: flex;
    flex-wrap: wrap;
    column-gap: 51px;
    row-gap: 84px;
}

.services .card {
    display: flex;
    flex-direction: column;
    width: 363px;
    background-color: #fff;
    border-radius: 10px;
    padding: 31px 40px;
}

.services .card .img {
    height: 160px;
    border-bottom: 1px solid #000;
    padding-bottom: 35px;
    margin-bottom: 12px;
}

.services .card h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.65;
    margin-bottom: 12px;
}

.services .card .price {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.65;
    margin-bottom: 19px;
}

.services .card .buttons {
    display: flex;
    flex-direction: column;
    row-gap: 19px;
}

.services .card .buttons button {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.65;
    border: 1px solid #3E7DA3;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
}

.services .card .btn_order {
    background-color: #3E7DA3;
    color: #fff;
}

.services .card .btn_more {
    background-color: #fff;
    color: #3E7DA3;
}

.order_popup1 form {
    width: 630px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.order_popup1 form .sendForm {
    background-color: #bbb;
}

.order_popup1 form:hover .sendForm {
    background-color: #3E7DA3;
    color: #fff;
}

.order_popup1 form .sendForm:focus {
    background-color: #82B3D0;
}

.order_popup2 button {
    width: 100%;
}


.order_popup1 .sendForm {
    width: 100%;
    margin-top: 11px;
}

.order_popup1 input {
    width: 100%;
    border: 1px solid #3E7DA3;
    color: #054663;
}

.order_popup1 .modal_wrap,
.order_popup2 .modal_wrap {
    max-width: 1090px;
    padding: 68px 230px 78px;
    box-shadow: 0px 4px 53px rgba(53, 53, 53, 0.25);
    border-radius: 10px;
}

.order_popup2 .modal_wrap {
    padding: 124px 190px;
}

.order_popup1 .title,
.order_popup2 .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    color: #054663;
    margin-bottom: 55px;
}

.order_popup2 .title {
    margin-bottom: 35px;
}

.order_popup1 label i {
    top: 14px;
    filter: brightness(0.5);
}

footer {
    background-color: #054663;
    padding: 86px 0 124px;
}

.footer_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 60px;
    row-gap: 80px;
    color: #fff;
    margin-top: 40px;
}

.footer_content .part + .part {
    margin-right: 110px;
}

.footer_content form,
.footer_content .part,
.footer_content .row {
    display: flex;
    flex-direction: column;
    row-gap: 43px;
}

.footer_content .row {
    font-family: 'Manrope', sans-serif;
    row-gap: 13px;
    line-height: 1.5;
    font-size: 18px;
}

.footer_content .row .name {
    font-weight: 600;
}

.footer_content .row .name.adr {
    color: #92BEE9;
}

.footer_content .row .descr {
    font-style: normal;
    font-weight: 400;
    color: #E2E2E2;
}

.footer_content form h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 0.9;
    color: #fff;
}

.footer_content form input {
    color: #fff;
    border: none;
    border-radius: unset;
    border-bottom: 1px solid #fff;
    padding-left: 0;
}

.footer_content .form_input::-webkit-input-placeholder {
    color: #fff;
}
  
.footer_content .form_input:-ms-input-placeholder {
    color: #fff;
}

.footer_content .form_input::placeholder {
    color: #fff;
}

.services_popup .modal_wrap {
    max-width: 1163px;
    width: 1163px;
    padding: 53px 0;
}

.services_popup .inner {
    display: flex;
    column-gap: 30px;
}

.services_popup .img {
    width: 409px;
    height: 200px;
    padding: 0 0 0 30px;
}

.services_popup .content {
    border-left: 1px solid #B0B0B0;
    padding: 0 47px;
}

.services_popup h3 {
    font-weight: 400;
    text-align: left;
    margin: 0 0 10px;
}

.services_popup .price {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.65;
    margin-bottom: 30px;
}

.services_popup .time {
    font-size: 18px;
    line-height: 1.65;
    color: #464040;
    margin-bottom: 22px;
}

.services_popup ul li {
    position: relative;
    list-style: none;
    font-size: 18px;
    line-height: 1.65;
    color: #464040;
    padding-left: 31px;
    margin-bottom: 10px;
}

.services_popup ul li::before {
    content: url(../../img/ok_black.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 11px;
    object-fit: contain;
    object-position: center;
}

.services_popup button {
    margin-top: 45px;
}

.product_descr .modal_inner {
    border-radius: 10px;
    box-shadow: 0px 4px 31px rgba(186, 186, 186, 0.25);
}

.product_descr .modal_wrap {
    width: 735px;
}



@media (max-width: 1670px) {

    header::after {
        left: 0;
        width: 100%;
    }

}

@media (max-width: 1400px) {

    .cases .slider .item[data-class="right_item"] {
        top: -120px;
    }

}

@media (max-width: 1300px) {

    .cases .slider .item[data-class="main_item"] {
        left: 50%;
    }
    
    .footer_content .part + .part {
        margin-right: 0;
    }

}

@media (max-width: 1200px) {

    .services_popup .modal_wrap {
        max-width: 100%;
        width: 100%;
    }

    .order_popup1 .modal_wrap, .order_popup2 .modal_wrap {
        max-width: 750px;
        padding: 68px 60px 78px;
    }

    .ready_solutions .cards {
        min-height: 690px;
    }

    .ready_solutions .card {
        width: 350px;
        min-height: 690px;
    }

    .ready_solutions .card:nth-child(3):hover {
        transform: translateX(-50%) scale(1.05);
    }

    .ready_solutions .card:hover {
        transform: scale(1.05);
    }

    .header_contacts {
        width: 540px;
    }
    
    .header_contacts .part1 {
        flex-direction: column;
        width: 260px;
    }

}

@media (max-width: 1100px) {

    .table_tariff .table_row.top {
        display: none;
    }

    .table_tariff .table_row {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }

    .table_tariff .name {
        font-weight: 700;
        font-size: 21px;
    }

    .table_tariff .tariff_variants {
        flex-wrap: wrap;
        column-gap: 50px;
        row-gap: 20px;
    }

    .table_tariff .start,
    .table_tariff .start_plus,
    .table_tariff .standart,
    .table_tariff .optimal {
        min-width: unset;
        margin: 0;
    }

    .table_tariff b {
        display: inline-block;
        margin-bottom: 5px;
    }

    .tariff_variants.numbers .img {
        width: unset;
    }

    section h2.title,
    .services .title {
        font-size: 38px;
        margin-bottom: 50px;
    }

}

@media (max-width: 992px) {

    .product_descr .modal_wrap {
        width: 100%;
    }

    .cases .slider .item[data-class="left_item"] {
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-100px);
    }

    .cases .slider .item[data-class="right_item"] {
        bottom: -100px;
        top: unset;
        right: unset;
        left: 50%;
        transform: translateX(-50%) translateY(10px);
    }
    
    .cases .slider .item[data-class="main_item"] {
        position: relative;
        top: unset;
        right: unset;
        left: 50%;
    }

    .cases .slider .item {
        width: 680px;
    }

    section.callback .container {
        flex-direction: column;
    }

    section.callback form {
        margin: 0;
        margin-top: 30px;
    }

    section.callback .text {
        margin-left: 0;
    }

    section.callback h2 {
        max-width: unset;
    }

    .ready_solutions .cards {
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 20px;
    }

    .ready_solutions .card {
        position: static;
        transform: unset;
        min-height: unset;
    }

    .ready_solutions .card_inner {
        display: flex;
        flex-direction: column;
    }

    .ready_solutions .card .buttons {
        display: flex;
        margin-top: auto;
    }

    .ready_solutions .card:nth-child(3):hover,
    .ready_solutions .card:nth-child(3),
    .ready_solutions .card:hover {
        transform: unset;
    }

    header {
        overflow: unset;
    }
    
    header::after,
    .menu li::after {
        display: none;
    }

    .header_contacts {
        flex-direction: column;
        row-gap: 8px;
        width: auto;
    }

    .hamburger{
        padding: 10px;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        order: 1;
    }

    .hamburger.active .hamburger-inner,
    .hamburger.active .hamburger-inner::before,
    .hamburger.active .hamburger-inner::after{
        background-color: #fff;
    }

    .hamburger-box{
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative;
    }

    .hamburger-inner{
        display: block;
        top: 50%;
        margin-top: -2px;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after{
        width: 40px;
        height: 4px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

    .hamburger-inner::before,
    .hamburger-inner::after{
        content: "";
        display: block;
    }

    .hamburger-inner::before{
        top: -10px;
    }

    .hamburger-inner::after{
        bottom: -10px;
    }

    .hamburger--collapse .hamburger-inner{
        top: auto;
        bottom: 0;
        transition-duration: 0.13s;
        transition-delay: 0.13s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--collapse .hamburger-inner::after{
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    }

    .hamburger--collapse .hamburger-inner::before{
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--collapse.active .hamburger-inner{
        transform: translate3d(0, -10px, 0) rotate(-45deg);
        transition-delay: 0.22s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .hamburger--collapse.active .hamburger-inner::after{
        top: 0;
        opacity: 1;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    }

    .hamburger--collapse.active .hamburger-inner::before{
        top: 0;
        transform: rotate(-90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    header .menu {
        position: absolute;
        top: 81px;
        left: 0;
        z-index: 99;
        width: 80%;
        transform: translateX(-100%);
        transition: all 0.5s;
        color: #000;
        background-color: #fff;
        border: 1px solid #4B6FA2;
        border-left: none;
        padding: 30px 20px;
    }

    .menu .header_contacts .element,
    header .menu a {
        color: #000;
        transition: all 0.3s;
    }

    .menu .header_contacts,
    .menu .header_contacts .part1,
    .menu .header_contacts .part2 {
        row-gap: 15px;
    }

    header .menu a:hover {
        color: #4B6FA2;
    }

    header .menu svg path {
        stroke: #000;
    }

    header .menu.active {
        transform: translateX(0);
    }
    
    header .menu ul {
        flex-direction: column;
        margin-bottom: 30px;
    }

    header .menu li {
        margin-bottom: 15px;
    }

    .banner_info .element {
        min-width: unset;
        max-width: unset;
        width: 365px;
    }

}

@media (max-width: 768px) {

    .order_popup1 form,
    .info_section .card {
        width: 100%;
    }

    .ready_solutions .card {
        width: unset;
    }

    .cases .slider .item {
        width: 460px;
    }

    .services_popup .inner {
        flex-direction: column;
        row-gap: 30px;
    }

    .services_popup .img img {
        object-position: left;
    }

    .services_popup .content {
        border: none;
    }

}

@media (max-width: 540px) {

    .order_popup1 .modal_wrap,
    .order_popup2 .modal_wrap {
        padding: 68px 20px 78px;
    }

    .order_popup1 .title, .order_popup2 .title {
        font-size: 26px;
    }

    section.callback form {
        width: 100%;
    }

    .form_input,
    section.callback form .select {
        width: 100%;
    }

    .table_tariff .start, .table_tariff .start_plus, .table_tariff .standart, .table_tariff .optimal {
        width: 90px;
    }

    .banner h1 span,
    .banner h1 {
        font-size: 42px;
    }

    .info_section .card h3 {
        font-size: 26px;
    }

    header .logo {
        max-width: 160px;
        height: auto;
        max-height: 70px;
    }

    .cases .slider .item {
        width: 330px;
        height: 320px;
    }

    .cases .slider .item[data-class="left_item"] {
        transform: translateX(-50%) translateY(-80px);
    }

    .cases .slider .item[data-class="right_item"] {
        transform: translateX(-50%) translateY(-30px);
    }

    .banner_info .element {
        width: 100%;
    }

}

@media (max-width: 390px) {

    header .menu {
        width: 100%;
    }

    .banner h1 span,
    .banner h1 {
        font-size: 34px;
    }

    section h2.title, .services .title {
        font-size: 28px;
    }

    .cases .slider .item {
        width: 270px;
        height: 280px;
    }

}