@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.woff2') format('woff2'),
        url('../fonts/Lato-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Semibold.woff2') format('woff2'),
        url('../fonts/Lato-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

/* common */
* {
    box-sizing: border-box;
}

body {
    background: #031221;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
}

.form__field {
    -webkit-appearance: none !important;
}

body, button, textarea, input {
    font-family: 'Lato', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

button, textarea, input {
    box-sizing: border-box;
    border: none;
    outline: none;
}

.btn,
button {
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

picture {
    width: 100%;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4 {
    font-weight: 900;
    margin: 0;
}

h1 {
    font-size: 58px;
    line-height: 70px;
}

h2 {
    font-size: 36px;
    line-height: 43px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 17px;
    line-height: 20px;
}

p {
    margin: 0;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1904px;
    padding-left: 70px;
    padding-right: 70px;
    position: relative;
    z-index: 5;
}

.pos-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.photo-max-size,
.photo-full-size {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.photo-max-size {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.page-wrap {
    overflow: hidden;
    position: relative;
}

.page-wrap>* {
    position: relative;
    z-index: 2;
}

.common-block {
    padding-top: 50px;
    padding-bottom: 50px;
}

.common-block h2 {
    margin: 0 0 20px;
}

.block-desc {
    margin-bottom: 40px;
}

.block-desc>*:first-child {
    margin-top: 0;
}

.block-desc>*:last-child {
    margin-bottom: 0;
}

.block-desc p {
    font-size: 18px;
    line-height: 22px;
}

.block-top {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block-top__left {
    margin-right: 20px;
}

.block-top .block-desc {
    margin-bottom: 0;
}

.btn {
    white-space: nowrap;
    padding: 16px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    position: relative;
    z-index: 10;
}

.btn>* {
    position: relative;
    z-index: 5;
}

.btn>*:first-child {
    margin-right: 10px;
}

.btn>*:last-child {
    margin-right: 0;
}

.btn-small {
    padding: 12px 16px 10px;
    font-size: 15px;
}

.btn-gradient {
    background: linear-gradient(90deg, #097CFF 0%, #4BD3FF 100%);
}

.btn-gradient:hover {
    background: #097CFF;
}

.btn-transparent-white {
    padding: 17px 30px 15px;
}

.btn-transparent-gradient::before,
.btn-transparent-white::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(to right, #FFFFFF, #FFFFFF);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.btn-transparent-white:hover::before {
    background: linear-gradient(90deg, #097CFF 0%, #4BD3FF 100%);
}

.btn-transparent-gradient {
    padding: 16px 30px;
}

.btn-transparent-gradient::before {
    background: linear-gradient(90deg, #097CFF 0%, #4BD3FF 100%);
}

.btn-transparent-gradient:hover::before {
    background: linear-gradient(to right, #FFFFFF, #FFFFFF);
}

/* end common*/

/* icons */
.svg-icon {
    width: 20px;
    height: 20px;
}

.icon-profit,
.icon-clients,
.icon-bill {
    width: 24px;
    height: 24px;
}

.icon-drop-arrow {
    width: 12px;
    height: 7px;
}

.icon-social-max {
    width: 17px;
    height: 17px;
}

.icon-social-tg {
    width: 17px;
    height: 13px;
}

.icon-social-vk {
    width: 18px;
    height: 10px;
}

.icon-social-ytb {
    width: 18px;
    height: 14px;
}

.icon-task {
    width: 36px;
    height: 36px;
}

.icon-traffic {
    width: 24px;
    height: 24px;
}

.icon-popup-close {
    width: 21px;
    height: 20px;
}

.icon-plus {
    width: 16px;
    height: 16px;
}

.icon-equals {
    width: 16px;
    height: 8px;
}

.icon-menu {
    width: 30px;
    height: 30px;
}

.icon-tools-arrow {
    width: 12px;
    height: 7px;
}

.icon-menu-close {
    width: 21px;
    height: 20px;
}

/* end icons */

/* header */
.header {
    position: relative;
    z-index: 20;
}

.header__top {
    border: 1px solid rgba(246, 246, 246, 0.15);
}

.header__top .header__phone {
    display: none;
}

.nav,
.header__main .container,
.header__top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__links {
    margin-left: -5px;
    display: flex;
    gap: 50px;
}

.header__links a {
    padding: 16px 5px 14px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}

.header__links a:hover {
    color: #71DCFF;
}

.nav__item,
.nav__item-link,
.footer__phone,
.header__phone,
.languages__selected,
.header__controls {
    display: flex;
    align-items: center;
}

.search-wrap {
    position: relative;
    margin-right: 43px;
    display: flex;
}

.search-button {
    position: relative;
    background: none;
    width: 40px;
    height: 40px;
}

.icon-search {
    stroke: #FFFFFF;
}

.icon-drop-arrow {
    stroke: #848484;
}

.search-button:hover .svg-icon {
    stroke: #71DCFF;
}

.languages__selected {
    padding: 10px 0 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}

.languages__selected span {
    margin-right: 21px;
}

.languages:hover .languages__selected {
    color: #71DCFF;
}

.languages:hover .languages__selected .svg-icon {
    stroke: #71DCFF;
}

.header__main .btn {
    font-size: 15px;
}

.header__main {
    padding: 19px 0;
    border-bottom: 1px solid rgba(246, 246, 246, 0.15);
}

.header__main .header__controls {
    display: none;
}

.logo {
    display: flex;
    max-width: 208px;
}

.nav {
    padding-right: 10px;
    width: 55.78%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav__item-link {
    padding: 10px;
    margin-right: 8px;
}

.nav__item-link .svg-icon {
    stroke: #FFFFFF;
    position: relative;
    top: -2px;
}

.nav__item-link span {
    margin-left: 10px;
    font-weight: 600;
}

.nav__item-link:hover {
    color: #71DCFF;
}

.nav__item:hover .icon-drop-arrow,
.nav__item-link:hover .svg-icon {
    stroke: #71DCFF;
}

.nav__item:hover .icon-drop-arrow {
    transform: rotate(-180deg);
}

.footer__phone span,
.header__phone span {
    margin-left: 10px;
    font-weight: 900;
    font-size: 15px;
    line-height: 22px;
}

.footer__phone:hover,
.header__phone:hover {
    color: #71DCFF;
}

.nav__item {
    position: relative;
}

.nav__item:hover .nav__sec {
    display: block;
}

.nav__sec {
    width: 369px;
    left: 10px;
    top: 100%;
    margin-top: -5px;
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    padding: 4px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-shadow: 0 4px 17.6px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
}

.nav__sec a {
    padding: 11px 16px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    display: block;
}

.nav__sec a:hover {
    background: #1469B3;
    border-radius: 10px;
    color: #FFFFFF;
}

.nav__sec li {
    margin-bottom: 1px;
}

.nav__sec li:last-child {
    margin-bottom: 0;
}

/* end header */


.hero__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 73px;
}

.text-18 {
    font-size: 18px;
    line-height: 115%;
    color: #FFFFFF;
}

.hero__text {
    margin-bottom: 40px;
}

.hero__wrap h1 {
    text-align: left;
    margin-bottom: 60px;
    line-height: 115%;
}

.btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blue-btn {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    padding: 16px 30px;
    border-radius: 10px;
    background: linear-gradient(90deg, #097CFF 0%, #4BD3FF 100%);
    display: block;
}

.blue-btn:hover {
    background: #097CFF;

}

.trans-btn {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 100%;
    letter-spacing: 0%;
    outline: 2px solid #097CFF;
    border-radius: 10px;
    background-color: transparent;
    padding: 16px 30px;
    transition: background .25s ease;
}

.trans-btn:hover {
    outline-color: #fff;

}

.hero__relative {
    position: relative;
    max-width: 863px;
    width: 100%;
}

.hero__img {
    border-radius: 100px;
}

.hero__span {
    padding: 20px 12px;
    background-color: #CEF3FF;
    border-radius: 16px;
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    color: #031221;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    position: absolute;
    bottom: -8px;
    right: -6px;
}

.independent {
    padding-bottom: 84px;
}

.independent h2 {
    margin-bottom: 35px;
}

.independent__flex {
    display: flex;
    align-items: stretch;
    gap: 28px;
}

.independent__card {
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    overflow: hidden;
    gap: 20px;
    min-height: 244px;
    max-width: 568px;
    width: 100%;
}


.independent__texts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 35px 0 30px 30px;
}

.independent__card:nth-child(2) .independent__texts {
    gap: 10px;
}

.independent__card:nth-child(3) .independent__texts {
    gap: 10px;
}

.independent__texts h3 {
    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 115%;
    letter-spacing: 0%;
    color: #000;
    margin: 0;
}

.independent__texts p {
    font-family: Lato;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 115%;
    letter-spacing: 0%;
    color: #000;
    margin: 0;
}

.independent__img {
    max-width: 312px;
    width: 100%;
}


.product {
    background-color: #032844;
    padding: 60px 40px 40px;
    border-radius: 16px;
}


.product__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.product__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.product__card {
    border-radius: 16px;
    border: 2px solid #097CFF;
    padding: 32px 25px 25px 25px;
    display: flex;
    flex-direction: column;
    min-height: 385px;
    max-width: 312px;
    width: 100%;
    cursor: pointer;
}

.product__card:hover {
    background-color: #133651;
}

.product__texts {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.product__step {
    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.product__texts h3 {
    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 115%;
    letter-spacing: 0%;
    color: #fff;
    margin: 0;
}

.product__texts p {
    font-family: Lato;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #AED4DE;
    line-height: 115%;
    letter-spacing: 0%;
    margin: 0;
}

.product__img {
    margin-top: auto;
}

.product__card_white {
    background-color: #fff;
    border: 0;
    padding: 34px 30px 30px 23px;
}

.product__texts-2 {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.product__texts-2 span {
    font-family: Lato;
    font-weight: 900;
    color: Black;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;

}

/* footer */
.footer {
    margin-top: 35px;
    border-top: 1px solid rgba(246, 246, 246, 0.15);
}

.footer__main,
.footer__bottom {
    display: flex;
    justify-content: space-between;
}

.footer__bottom {
    align-items: center;
    padding: 22px 0 18px;
    border-top: 1px solid rgba(246, 246, 246, 0.15);
}

.footer__links {
    display: flex;
    margin-right: -10px;
    gap: 10px;
}

.footer__links a {
    white-space: nowrap;
}

.footer__links a,
.site-map a {
    display: inline-flex;
    padding: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}

.site-map a:hover,
.footer__links a:hover {
    color: #71DCFF;
}

.copyright {
    font-size: 14px;
    line-height: 17px;
    margin-right: 20px;
}

.footer__main {
    align-items: flex-start;
    padding: 60px 0 20px;
}

.footer__cols {
    display: flex;
    width: 79.81%;
}

.footer__col {
    width: 25%;
    padding-right: 30px;
}

.footer__col:last-child {
    padding-right: 0;
}

.site-map,
.footer__contacts {
    padding: 0;
    list-style: none;
}

.site-map {
    margin: -10px 0 0 -10px;
}

.footer__contacts {
    margin: 0;
}

.footer__contacts li {
    margin-bottom: 30px;
}

.footer__contacts li:last-child {
    margin-bottom: 0;
}

.footer__phone,
.footer__mail {
    display: inline-flex;
    align-items: center;
}

.footer__mail span {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    margin-left: 10px;
}

.footer__mail:hover {
    color: #71DCFF;
}

.social {
    display: flex;
    gap: 14px;
}

.social__link {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
}

.social__link:hover {
    background: rgba(113, 220, 255, 0.16);
}

/* end footer */

/* main */
.main {
    padding-top: 75px;
}

.main__wrap {
    position: relative;
}

.main__wrap .categories,
.main__wrap h1 {
    max-width: 773px;
}

.main__bg {
    width: 845px;
    height: 625px;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.main h1 {
    margin: 0 -4px 60px 0;
}

.categories {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.categories__item {
    width: calc(50% - 10px);
    padding: 30px;
    background: rgba(15, 51, 101, 0.47);
    border-radius: 20px;
}

.categories__item h3 {
    margin: 0 0 20px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags__link {
    font-size: 14px;
    line-height: 17px;
    color: #4BD3FF;
    border-radius: 10px;
    padding: 6px 9px 5px;
    border: 1px solid #4BD3FF;
}

.tags__link:hover {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

/* end main */

/* tools */
.tools__wrap {
    display: flex;
    position: relative;
}

.tools__link-drop {
    display: none;
}

.tools__link-wrap.active .tools__link-drop {
    display: block;
}

.tools__links {
    width: calc(29.47% - 20px);
    margin-right: 40px;
}

.tools__tab {
    width: calc(70.53% - 20px);
}

.tools__link {
    cursor: pointer;
    padding: 25px 30px;
    background: #032844;
    border-radius: 10px;
}

.tools__link-wrap {
    margin-bottom: 2px;
}

.tools__link-wrap:last-child {
    margin-bottom: 0;
}

.tools__link .svg-icon {
    display: none;
}

.tools__link:hover,
.tools__link-wrap.active .tools__link {
    color: #000000;
    background: #FFFFFF;
}

.tools__link-wrap.active .tools__link {
    padding: 20px 30px;
}

.tools__link h4 {
    margin: 0;
}

.tools__link-wrap.active .tools__link h4 {
    margin-bottom: 10px;
}

.tools__link:last-child {
    margin-bottom: 0;
}

.tools__link-drop>*:first-child {
    margin-top: 0;
}

.tools__link-drop>*:last-child {
    margin-bottom: 0;
}

.tools__tab {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.tools__link-wrap.active .tools__tab {
    display: block;
}

.tools__tab .btn {
    font-size: 15px;
}

.tools__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.tools__item {
    width: calc(50% - 10px);
    padding: 20px;
    background: #FFFFFF;
    border-radius: 20px;
    color: #000000;
}

.tools__item h3 {
    margin: 0 0 20px;
}

.tools__item h3:hover {
    color: #097CFF;
}

.tools__item .tags__link {
    color: #097CFF;
    border-block-color: #097CFF;
}

.tools__item .tags__link:hover {
    border-color: #000000;
    color: #000000;
}

.tools__item-photos {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.tools__item-photo {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: calc(60.14% - 5px);
}

.tools__item-photo:after {
    content: '';
    padding-top: 54.05%;
    display: block;
}

.tools__item-photo:nth-child(2n) {
    width: calc(39.86% - 5px);
}

.tools__item-photo:nth-child(2n):after {
    padding-top: 82.19%;
}

/* end tools */

/* cases */
.cases__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 30px;
}

.cases__item {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    color: #000000;
    position: relative;
    display: flex;
    align-items: center;
}

.cases__item-body {
    width: 100%;
}

.cases__item:hover {
    background: rgba(224, 240, 255, 0.89);
}

.cases__item .btn {
    top: 14px;
    right: 12px;
    z-index: 5;
    display: none;
    position: absolute;
    color: #FFFFFF;
}

.cases__item:hover .btn {
    display: block;
}

.cases__item h3 {
    margin: 0 0 10px;
}

.cases__item p {
    margin: 0;
    color: #454545;
}

.cases__item-desc {
    min-height: 100px;
    margin-bottom: 20px;
}

.cases__item-photo {
    display: block;
    position: relative;
    border: 1px solid #E5E5E5;
    box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.21);
    border-radius: 10px;
    overflow: hidden;
    padding-top: 56.34%;
}

/* end cases */

/* ticker */
.ticker {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}

.ticker__line {
    display: flex;
    flex-shrink: 0;
    width: max-content;
    min-width: 100%;
    animation: scroll 15s linear infinite;
}

.ticker__line a {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #71DCFF;
}

.ticker__line a:hover {
    color: #FFFFFF;
}

.ticker__line i {
    margin: 0 40px;
    width: 7px;
    height: 7px;
    background: #002A4A;
    border-radius: 50%;
}

.ticker:hover .ticker__line {
    animation-play-state: paused;
}

.ticker__group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* end ticker */

/* profit */
.profit__block {
    padding: 40px;
    border-radius: 20px;
    background: #032844;
}

.profit__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profit__separate {
    width: 70px;
    position: relative;
}

.profit__item {
    width: calc(33.333% - 49px);
    padding: 28px;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.profit__item_result {
    border: none;
    padding: 30px;
}

.profit__item .btn {
    position: absolute;
    z-index: 10;
    right: 15px;
    bottom: 17px;
    display: none;
}

.profit__item:hover .btn {
    display: block;
}

.profit__item_gradient .btn {
    right: 17px;
    bottom: 19px;
}

.profit__item_gradient {
    border: none;
    padding: 30px;
    background: linear-gradient(90deg, #097CFF 0%, #4BD3FF 100%);
}

.profit__item_gradient:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    background: #032844;
    border-radius: 20px;
}

.profit__item>* {
    position: relative;
    z-index: 5;
}

.profit__item_result {
    background: #FFFFFF;
}

.profit__item h3 {
    margin: 0 0 20px;
}

.profit__item-top h3 {
    margin: 0;
}

.profit__item-top {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.profit__item-desc {
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    background: linear-gradient(90deg, #097CFF 0%, #4BD3FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

a.profit__item-desc {
    text-decoration-line: underline;
}

a.profit__item-desc:hover {
    text-decoration: none;
}

.profit__item p {
    font-weight: 600;
    color: #AED4DE;
    margin: 0 0 20px;
}

.profit__item ul {
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
}

.profit__item li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 16px;
}

.profit__item li:last-child {
    margin-bottom: 0;
}

.profit__item li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
    left: 9px;
    top: 6px;
}

.profit__item_result {
    color: #000000;
    min-height: 305px;
}

.profit__item_result p {
    max-width: 230px;
    color: #097CFF;
}

.profit__item-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

/* end profit */

/* types */
.types__block {
    padding: 60px 76px;
    background: linear-gradient(270deg, #05359D 0%, #1771B7 100%);
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.types h2 {
    margin-bottom: 40px;
}

.types p {
    margin: 0 0 50px;
    font-size: 18px;
    line-height: 22px;
}

.types__left {
    max-width: 430px;
    padding-right: 20px;
}

.types__list {
    display: flex;
    gap: 30px;
    width: 62.65%;
}

.types__item {
    width: calc(50% - 15px);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.types__item:after {
    content: '';
    display: block;
    padding-top: 100.4%;
}

.types__item-text {
    position: absolute;
    z-index: 5;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 20px;
    background: rgba(0, 26, 42, 0.79);
    backdrop-filter: blur(6.5px);
    border-radius: 20px;
}

.types__item-title {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
}

/* end types */

/* advantages */
.advantages .container {
    display: flex;
    gap: 40px;
}

.advantages__item {
    width: calc(25% - 30px);
    display: flex;
    align-items: center;
}

.advantages__item-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-right: 20px;
}

.advantages__item-text {
    width: calc(100% - 90px);
}

.advantages__item-text h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #CEF3FF;
}

.advantages__item-text p {
    margin: 0;
}

/* end advantages */

/* news */
.news__item {
    display: block;
}

.news__item-photo {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding-top: 112.3%;
    margin-bottom: 20px;
}

.news__item-title {
    display: block;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.news__item-title:hover {
    color: #71DCFF;
}

.news__item-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* end news */

/* reviews */
.reviews {
    color: #000000;
}

.reviews h2 {
    margin-bottom: 40px;
}

.reviews__block {
    padding: 40px;
    background: #FFFFFF;
    border-radius: 40px;
}

/* end reviews */

/* ai */
.ai .container {
    display: flex;
    flex-wrap: wrap;
}

.ai__gallery {
    width: calc(47.22% - 29px);
    margin-right: 58px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ai__gallery-photo {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.ai__gallery-photo:after {
    content: '';
    display: block;
    padding-top: 89.42%;
}

.ai__gallery-photo:nth-child(1) {
    grid-column: 1 / 3;
}

.ai__gallery-photo:nth-child(1):after {
    padding-top: 53.43%;
}

.ai__block {
    width: calc(52.78% - 29px);
    background: url('../images/bg/ai-bg.png') no-repeat center;
    background-size: cover;
    border-radius: 20px;
    position: relative;
    padding: 60px 40px 40px;
    color: #000000;
}

.ai__block:after {
    content: '';
    position: absolute;
    background: url('../images/icons/icon-ai.svg') no-repeat center;
    background-size: cover;
    top: -45px;
    right: 32px;
    width: 106px;
    height: 91px;
}

.ai__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.ai__item {
    width: calc(50% - 15px);
    padding: 30px;
    background: #EEEEEE;
    border-radius: 20px;
    position: relative;
}

.ai__item:after {
    content: '';
    position: absolute;
    border-radius: 20px;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    background: #FFFFFF;
}

.ai__item h3 {
    margin: 0 0 20px;
    display: inline-flex;
}

.ai__item p {
    margin: 0;
    color: #454545;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ai__item:nth-child(1),
.ai__item:nth-child(2) {
    -webkit-line-clamp: 7;
}

.ai__item>* {
    position: relative;
    z-index: 5;
}

.ai__item:hover {
    background: linear-gradient(90deg, #097CFF 0%, #4BD3FF 100%);
}

.ai__item:hover h3 {
    background: linear-gradient(90deg, #097CFF 0%, #4BD3FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* end ai */

/* why */
.why {
    color: #000000;
}

.why__block {
    border-radius: 40px;
    background: #C4F0FF;
    padding: 40px;
}

.why__sliders {
    display: flex;
    gap: 40px;
}

.why__slider {
    width: calc(50% - 20px);
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0 4px 34px rgba(113, 220, 255, 0.26);
    border-radius: 20px;
}

.why__slider-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why__slider-top h3 {
    margin: 0;
}

.icon-slider-next,
.icon-slider-prev {
    stroke: #45A1BF;
}

.why__slider-top {
    margin-bottom: 20px;
}

.slider-control {
    display: flex;
    gap: 10px;
}

.slider-control__prev,
.slider-control__next {
    width: 40px;
    height: 40px;
    background: #CEF3FF;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.slider-control__prev:hover,
.slider-control__next:hover {
    background: #71DCFF;
}

.slider-control__prev:hover .svg-icon,
.slider-control__next:hover .svg-icon {
    stroke: #000000;
}

.certificates__slide {
    display: inline-flex;
    overflow: hidden;
    border: 1px solid #D7D7D7;
    border-radius: 10px;
}

.slider {
    overflow: hidden;
}

.certificates__slide {
    width: 117px;
}

.certificates__slide_big {
    width: 233px;
}

.parnters__slide img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 30px;
}

.parnters__slide img:last-child {
    margin-bottom: 0;
}

.parnters__slider {
    width: 100%;
}

/* end why */

/* projects */
.projects__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.projects__list:before,
.projects__list>* {
    height: 377px;
    width: calc(33.33333% - 20px);
}

.projects__list:before {
    content: '';
    display: flex;
}

.projects__main {
    position: absolute;
    left: 0;
    top: 0;
    padding: 40px;
    background: linear-gradient(90deg, #05359D 0%, #1771B7 100%), linear-gradient(90deg, #097CFF 0%, #4BD3FF 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.projects__main-center {
    width: 100%;
}

.projects__main-center h2 {
    margin-bottom: 30px;
}

.projects__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.projects__links-item {
    border: 2px solid #CEF3FF;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    padding: 14px 18px;
    cursor: pointer;
}

.projects__links-item:hover,
.projects__links-item.active {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #000000;
}

.projects__item {
    position: relative;
    border-radius: 20px;
}

.projects__item img {
    border-radius: 20px;
}

.projects__item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, #031221 0%, rgba(0, 0, 0, 0) 30.24%);
}

.projects__item-title {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    z-index: 5;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
}

.projects__item-params {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    background: rgba(0, 26, 42, 0.79);
    backdrop-filter: blur(6.5px);
    z-index: 5;
}

.projects__item-params-list {
    display: flex;

    justify-content: space-between;
    margin: 0 -10px -20px;
}

.projects__item-param-title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 4px;
}

.projects__item-param-title span {
    margin-left: 10px;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
}

.projects__item-param-desc {
    font-size: 13px;
    line-height: 16px;
}

.projects__item-param {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.projects__item .btn {
    position: absolute;
    z-index: 10;
    top: 14px;
    right: 14px;
    padding: 10px 16px;
    display: none;
}

.projects__item:hover .btn {
    display: flex;
}

/* end projects */

/* scroll-btn */
.scroll-btn {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 50;
    width: 102px;
    height: 96px;
}

.scroll-btn__link {
    display: block;
    text-align: center;
    padding: 10px 10px 8px;
    background: linear-gradient(90deg, #097CFF 0%, #4BD3FF 100%);
    border-radius: 20px 0 0 20px;
}

.scroll-btn__link:hover {
    background: #097CFF;
}

.scroll-btn__link span {
    display: block;
    margin-top: 3px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

/* end scroll-btn */

/* decor-round */
.decor-round {
    position: absolute;
    background: linear-gradient(90deg, rgba(9, 124, 255, 0.5) 0%, rgba(75, 211, 255, 0.5) 100%);
    filter: blur(62.4px);
    width: 316px;
    height: 316px;
}

.decor-round_review {
    right: -227px;
    top: 66px;
}

.decor-round_projects {
    width: 267px;
    height: 267px;
    left: -177px;
    bottom: 55px;
    background: linear-gradient(270deg, rgba(9, 124, 255, 0.8) 0%, rgba(75, 211, 255, 0.8) 54.33%);
}

.decor-round_ai-1 {
    width: 267px;
    height: 267px;
    left: -88px;
    bottom: -45px;
    background: linear-gradient(270deg, rgba(9, 124, 255, 0.8) 0%, rgba(75, 211, 255, 0.8) 54.33%);
}

.decor-round_ai-2 {
    right: 255px;
    bottom: -18px;
}

.decor-round_profit {
    top: -49px;
    left: -58px;
}

.decor-round_cases-1 {
    width: 169px;
    height: 169px;
    background: rgba(0, 149, 241, 0.6);
    filter: blur(36.7px);
    bottom: 357px;
    left: 38px;
}

.decor-round_cases-2 {
    top: 20px;
    right: 597px;
    width: 116px;
    height: 116px;
    background: rgba(0, 149, 241, 0.7);
    filter: blur(49.85px);
}

.decor-round_cases-3 {
    width: 151px;
    height: 151px;
    background: rgba(0, 149, 241, 0.6);
    filter: blur(36.7px);
    bottom: 302px;
    right: 481px;
}

.decor-round_cases-4 {
    width: 254px;
    height: 254px;
    background: rgba(0, 149, 241, 0.4);
    filter: blur(55.5px);
    right: -81px;
    bottom: 264px;
}

.decor-round_main-1,
.decor-round_main-2 {
    width: 183px;
    height: 183px;
    background: rgba(0, 149, 241, 0.4);
    filter: blur(36.7px);
}

.decor-round_main-1 {
    left: -76px;
    top: 94px;
}

.decor-round_main-2 {
    top: 363px;
    right: 829px;
}

/* end decor-round */

/* languages */
.header__top {
    position: relative;
    z-index: 10;
}

.languages {
    position: relative;
}

.languages:hover .svg-icon {
    transform: rotate(-180deg);
}

.languages__list {
    display: none;
    padding: 4px;
    position: absolute;
    width: 92px;
    right: -4px;
    top: 100%;
    margin-top: -5px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-shadow: 0 4px 17.6px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
}

.languages:hover .languages__list {
    display: block;
}

.languages__item {
    padding: 11px 16px;
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    border-radius: 10px;
}

.languages__item:hover,
.languages__item.active {
    background: #1469B3;
    color: #FFFFFF;
}

/* end languages */

/* search-form */
.search-wrap {
    position: relative;
}

.search-form {
    display: none;
}

.search-wrap.open .search-form {
    display: block;
}

.search-form {
    position: absolute;
    top: 0;
    right: -10px;
}

.search-form__field {
    width: 276px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 0 60px 0 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #535353;
}

.search-form__field::placeholder {
    color: #535353;
}

.search-form__btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 10px;
    background: none;
    cursor: pointer;
}

.search-form__btn .icon-search {
    stroke: #097CFF;
}

/* end search-form */

/* menu */
.header {
    z-index: 60;
}

.menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    overflow: auto;
    z-index: 90;
    transition: all, 0.3s;
    padding: 10px 20px 20px;
}

.menu.open {
    right: 0;
    background: #031221;
}

.menu .logo {
    max-width: 187px;
}

.menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu__close {
    display: flex;
    cursor: pointer;
}

/* hotel page */
.hotel-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 5% 28%, rgba(0, 165, 255, 0.28), transparent 10%),
        radial-gradient(circle at 68% 10%, rgba(0, 117, 255, 0.2), transparent 12%),
        radial-gradient(circle at 8% 77%, rgba(0, 165, 255, 0.25), transparent 9%),
        #031221;
    color: #FFFFFF;
    overflow: hidden;
}

.hotel-page .container {
    max-width: 1760px;
}

.hotel-section {
    padding-top: 104px;
    padding-bottom: 50px;
}

.hotel-tech {
    padding-top: 104px;
    padding-bottom: 50px;
}

.hotel-modules {
    padding-top: 50px;
}

.hotel-section__title {
    margin: 0 0 36px;
}

.hotel-tech__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 42px;
}

.hotel-tech__card {
    min-height: 446px;
    overflow: hidden;
    position: relative;
    background: #032844;
    border-radius: 20px;
    cursor: pointer;
}

.hotel-tech__card:hover h3 {
    text-decoration: underline;
}

.hotel-tech__card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55%;
    background: linear-gradient(180deg, rgba(3, 18, 33, 0) 0%, rgba(3, 18, 33, 0.92) 72%);
    z-index: 2;
}

.hotel-tech__image {
    width: 100%;
    border-radius: 18px;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.hotel-tech__body {
    position: absolute;
    left: 19px;
    right: 20px;
    bottom: 18px;
    z-index: 5;
}

.hotel-tech__title {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 115%;
}

.hotel-tech__text {
    margin: 0;
    max-width: 280px;
    color: #D5EBF5;
    font-size: 16px;
    line-height: 115%;
}

.hotel-modules__grid {
    display: flex;
    gap: 55px;
    align-items: start;
}

.hotel-modules__info {
    max-width: 682px;
    width: 100%;
    min-height: 402px;
    padding: 43px 44px 44px 38px;
    border-radius: 18px;
    background: linear-gradient(90deg, #05359D 0%, #1771B7 100%);

}

.hotel-modules__title {
    margin: 0 0 40px;
}

.hotel-modules__text {
    margin: 0 0 30px;
    max-width: 550px;
    color: #E5F6FF;
    font-size: 18px;
    line-height: 115%;

}

.hotel-modules__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hotel-modules__block {
    display: flex;
    gap: 10px;
}

.hotel-modules__tag {
    padding: 16px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.18);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 15px;
    line-height: 115%;
    cursor: pointer;
}

.hotel-modules__tag:hover {
    background-color: #001E47;
}

.hotel-modules__column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}



.hotel-modules__column img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.hotel-results {
    padding-top: 55px;
}

.hotel-results .projects__item {
    min-height: 377px;
}

.hotel-results .projects__item:nth-child(4) .projects__item-params {
    padding: 20px 20px 40px;
}

.hotel-results .projects__item:nth-child(4) .projects__item-params .projects__item-param-title {
    justify-content: start;
}

.hotel-results .projects__item:nth-child(4) .projects__item-params .projects__item-param {
    margin-right: unset;
}

.hotel-results .projects__item:nth-child(4) .projects__item-params-list {
    justify-content: unset;
}

.hotel-results .projects__item:nth-child(4) .projects__item-params .projects__item-param:last-child {
    margin-left: auto;
    margin-right: 9px;
}

.hotel-results .projects__item-title {
    top: 23px;
}

.hotel-results .projects__item-params {
    padding: 22px 20px 20px;
}

.hotel-results .projects__item-param-desc {
    text-align: center;
    display: block;
}



.projects__btn {
    width: 100%;
    margin-top: 40px;
    font-size: 14px;
    line-height: 115%;
    font-weight: 700;
    padding: 6px 14px;
}

.hotel-results .projects__item-param {
    margin-bottom: unset;
}


.projects__btn strong {
    display: block;
    font-weight: 900;
    font-size: 18px;
    line-height: 115%;
    margin-top: 4px;
}

.hotel-results .hotel-results__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
}

.hotel-results__card {
    min-height: 365px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: #032844;
    box-shadow: 0 22px 34px rgba(0, 0, 0, 0.2);
}

.hotel-results__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 18, 33, 0.78) 0%, rgba(3, 18, 33, 0) 32%),
        linear-gradient(180deg, rgba(3, 18, 33, 0) 32%, rgba(0, 26, 42, 0.95) 74%);
    z-index: 2;
}

.hotel-results__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.hotel-results__body {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.hotel-results__title {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    margin: 0;
    font-size: 18px;
    line-height: 115%;
}

.hotel-results__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 0 0 16px;
}

.hotel-results__stat {
    min-width: 0;
}

.hotel-results__stat dt {
    margin: 0 0 6px;
    color: #7FDCFF;
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
}

.hotel-results__stat dd {
    margin: 0;
    color: #C7E3EC;
    font-size: 12px;
    line-height: 14px;
}

.hotel-results__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 18px;
    border-radius: 8px;
    background: linear-gradient(90deg, #097CFF 0%, #4BD3FF 100%);
    color: #FFFFFF;
    text-align: center;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
}

.hotel-cta {
    padding-top: 50px;
}

.hotel-cta__grid {
    display: grid;
    grid-template-columns: 1.35fr 0.95fr;
    gap: 56px;
}

.hotel-price {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 40px 38px 20px;
    border-radius: 40px;
    background: #FFFFFF;
    color: #000000;
}

.hotel-price__title,
.hotel-question__title {
    margin: 0 0 22px;
}

.hotel-price__content {
    max-width: 478px;
    width: 100%;
}

.hotel-price__text {
    margin: 0 0 43px;
    max-width: 480px;
    color: #1E2E39;
    font-size: 18px;
    line-height: 115%;
}

.hotel-price__value {
    display: block;
    margin-bottom: 10px;
    color: #18A9FF;
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    white-space: nowrap;
}

.hotel-price__note {
    display: block;
    margin-bottom: 36px;
    color: #454545;
    font-size: 18px;
    line-height: 115%;
}

.hotel-price__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    max-width: 342px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hotel-price__tags li {
    padding: 16px 20px;
    border-radius: 8px;
    background: #E8F8FF;
    color: #0E2638;
    font-weight: 700;
    font-size: 15px;
    line-height: 115%;
}

.hotel-price__form {
    max-width: 393px;
    width: 100%;
    padding: 32px 27px;
    border-radius: 28px;
    background: #CFF6FF;
}

.hotel-price__form-title {
    margin: 0 0 15px;
    color: #0E2638;
    font-size: 20px;
    line-height: 115%;
}

.hotel-price__form-text {
    margin: 0 0 30px;
    color: #22475F;
    font-size: 18px;
    line-height: 115%;
}


.hotel-price__form input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 8px;
    background: #FFFFFF;
    color: #000000;
}

.hotel-price__form input:focus-visible {
    outline: 1px solid #4BD3FF;
}

.hotel-price__form button {
    width: 100%;
    min-height: 52px;
    border-radius: 8px;
    background: #1295FF;
    color: #FFFFFF;
    font-weight: 900;
}

.hotel-question {
    min-height: 510px;
    padding: 40px;
    border-radius: 28px;
    background: #053050;
    position: relative;
    overflow: hidden;
    background-image: url(../images/page-2/bg.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.hotel-question__content {
    position: relative;
    z-index: 5;
}

.hotel-question__text {
    font-size: 18px;
    line-height: 115%;
    margin: 0 0 38px;
    color: #C7E3EC;
}

.hotel-question__link,
.hotel-question__time {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    margin-bottom: 31px;
    color: #FFFFFF;
    font-weight: 500;
}

.hotel-question__link-tel {
    font-size: 18px;
}

.hotel-question__time {
    font-weight: 400;
    margin-bottom: 28px;
}

.hotel-question__socials {
    display: flex;
    gap: 14px;
    margin: 22px 0 28px;
}

.hotel-question__socials a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #FFFFFF;
    color: #097CFF;
    font-size: 10px;
    line-height: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.hotel-question__button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 4px 26px;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 900;
}

.hotel-question__mark {
    position: absolute;
    right: 58px;
    bottom: 18px;
    color: rgba(75, 211, 255, 0.18);
    font-weight: 900;
    font-size: 250px;
    line-height: 1;
}

.hotel-copy {
    padding: 50px 0 70px;
}

.hotel-copy p {
    margin: 0 0 10px;
    color: #C2D8E2;
    font-size: 18px;
    line-height: 120%;
}

@media all and (max-width: 1600px) {
    .independent__texts {
        min-width: 50%;
    }

    h1 {
        font-size: 50px;
        line-height: 115%;
    }

    h3 {
        font-size: 18px;
    }

    .text-18 {
        font-size: 16px;
    }

    body {
        font-size: 15px;
        line-height: 18px;
    }

    .independent__texts h3 {
        font-size: 18px;
        hyphens: auto;
    }

    .independent__texts p {
        font-size: 15px;
    }

    .product__texts h3 {
        font-size: 18px;
    }

    .product__texts-2 span {
        font-size: 16px;
    }

    .hotel-tech__title {
        font-size: 18px;
        hyphens: auto;
    }

    .hotel-modules__text {
        font-size: 16px;
    }

    .hotel-price__form-text {
        font-size: 16px;
        margin: 0 0 20px;
    }

    .hotel-price__form-title {
        font-size: 18px;
        margin-bottom: 21px;
    }

    .hotel-price__text {
        font-size: 16px;
    }

    .hotel-copy p {
        font-size: 16px;
    }

    .hotel-price__note {
        font-size: 16px;
    }

    .common-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .main {
        padding-top: 50px;
    }

    .container {
        padding-left: 65px;
        padding-right: 65px;
    }

    .block-desc {
        margin-bottom: 30px;
    }

    .block-desc p {
        font-size: 16px;
        line-height: 19px;
    }

    h2 {
        font-size: 30px;
        line-height: 36px;
    }

    h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .cases__list {
        gap: 30px;
    }

    .cases__item .btn {
        top: auto;
        bottom: 27px;
        right: 11px;
    }

    .footer {
        margin-top: 30px;
    }

    .ticker__line a {
        font-size: 17px;
        line-height: 20px;
    }

    .reviews__block {
        padding: 30px;
    }

    .reviews h2 {
        margin-bottom: 30px;
    }

    .news__slider {
        overflow: hidden;
    }

    .block-top {
        margin-bottom: 30px;
    }

    .news__item-title {
        font-size: 18px;
        line-height: 22px;
    }

    .footer__bottom {
        align-items: flex-start;
    }

    .footer__links a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer__cols {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    .footer__col {
        padding-right: 0;
        width: auto;
    }

    .footer__cols {
        width: 79.52%;
    }

    .header__links {
        margin-right: -5px;
    }

    .header__top .header__phone {
        display: flex;
    }

    .header__main .header__phone {
        display: none;
    }

    .header__main .logo {
        max-width: 187px;
    }

    .nav {
        width: 100%;
        max-width: 834px;
        padding-right: 10px;
    }

    .header__main .btn {
        padding: 16px 20px;
    }

    .ai__block:after {
        background: url('../images/icons/icon-ai-tablet.svg') no-repeat center;
        background-size: cover;
        width: 86px;
        height: 91px;
        top: -45px;
        right: 25px;
    }

    .ai__block {
        padding: 50px 30px 30px;
    }

    .ai__gallery {
        width: calc(41.49% - 15px);
        margin-right: 30px;
    }

    .ai__block {
        width: calc(58.51% - 15px);
    }

    .ai__list {
        gap: 20px;
    }

    .ai__item {
        padding: 20px;
        width: calc(50% - 10px);
    }

    .ai__item p {
        -webkit-line-clamp: 7;
    }

    .ai__item:nth-child(3) p,
    .ai__item:nth-child(4) p {
        -webkit-line-clamp: 8;
    }

    .types__block {
        padding: 30px;
    }

    .types p {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 30px;
    }

    .types__item-title {
        font-size: 18px;
        line-height: 22px;
    }

    .types__list {
        width: 65%;
    }

    .types__item:after {
        padding-top: 112.4%;
    }

    .advantages__item-icon {
        margin-right: 10px;
    }

    .advantages .container {
        gap: 30px;
    }

    .advantages__item {
        width: calc(25% - 22px);
    }

    .advantages__item-text {
        width: calc(100% - 80px);
    }

    .why__block {
        padding: 30px;
    }

    .certificates__slide {
        width: 101px;
    }

    .certificates__slide_big {
        width: 201px;
    }

    .why__slider {
        padding: 20px;
    }

    .projects__main {
        padding: 30px;
    }

    .projects__item .btn {
        top: 18px;
        right: 11px;
    }

    .projects__item-title {
        font-size: 18px;
        line-height: 22px;
    }

    .projects__item-params-list {
        margin-left: -18px;
        margin-right: -18px;
        margin-bottom: -10px;
        justify-content: center;
    }

    .projects__item-param {
        margin-bottom: 10px;
        margin-left: 18px;
        margin-right: 18px;
    }

    h4 {
        font-size: 16px;
        line-height: 19px;
    }

    .tools__link-wrap.active .tools__link {
        padding: 20px;
    }

    .tools__link-wrap:not(.active) .tools__link {
        min-height: 70px;
        padding: 14px 20px;
        display: flex;
        align-items: center;
    }

    .profit__block {
        padding: 30px;
    }

    .profit__separate {
        width: 54px;
    }

    .profit__item {
        width: calc(33.333% - 36px);
    }

    .profit__item-top {
        flex-wrap: wrap;
    }

    .profit__item-top h3 {
        margin-bottom: 20px;
        width: 100%;
    }

    .profit__item-desc {
        font-size: 16px;
        line-height: 19px;
    }

    .profit__item ul {
        padding-bottom: 0;
    }

    .profit__wrap {
        align-items: stretch;
    }

    .profit__item li {
        margin-bottom: 12px;
    }

    .profit__item {
        padding: 18px;
    }

    .profit__item_result {
        padding: 20px;
    }

    .profit__item_result p {
        max-width: 250px;
    }

    .profit__item_result p br {
        display: none;
    }

    .profit__item-bg {
        width: 246px;
        right: -6px;
        bottom: -11px;
    }

    .hotel-results .projects__item:nth-child(4) .projects__item-param-desc {
        text-align: left;
    }

    .hotel-results .projects__item:nth-child(4) .projects__item-params-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }


}

/* 1600px */


/* end menu */
@media all and (max-width: 1440px) {


    .hero__relative {
        max-width: 690px;
    }

    .hero__text {
        margin-bottom: 50px;
    }

    .hero__wrap {
        gap: 40px;
    }

    .hero__wrap h1 {
        margin-bottom: 50px;
    }

    .hero__img {
        border-radius: 80px;
        min-height: 556px;
        object-fit: cover;
    }

    .hero__span {
        font-size: 16px;
        bottom: -10px;
        right: 54px;
    }

    .independent h2 {
        margin-bottom: 25px;
    }

    .independent {
        padding-bottom: 60px;
    }

    .independent__img {
        max-width: 220px;
    }

    .independent__card {
        min-height: 204px;
    }

    .independent__texts {
        padding: 22px 0 10px 16px;
    }

    .independent__card:nth-child(2) .independent__img {
        max-width: 195px;
    }

    .independent__card:nth-child(3) .independent__img {
        max-width: 195px;
    }

    .product {
        padding: 30px 33px 30px 27px;
    }

    .product__flex {
        margin-bottom: 34px;
    }

    .product__card {
        padding: 21px 25px 25px 17px;
        min-height: 333px;
    }

    .product__card_white {
        padding: 23px 24px 30px 20px;
    }

    .product__texts-2 {
        gap: 25px;
    }

    .hotel-tech {
        padding-top: 64px;
    }

    .hotel-section__title {
        margin-bottom: 27px;
    }

    .hotel-tech__list {
        gap: 34px;
    }

    .hotel-tech__card {
        min-height: 306px;
    }

    .hotel-modules {
        padding-top: 5px;
    }

    .hotel-modules__info {
        max-width: 487px;
        padding: 32px 44px 27px 27px;
    }

    .hotel-modules__title {
        margin-bottom: 29px;
    }

    .hotel-modules__grid {
        gap: 30px;
    }

    .hotel-results {
        padding-top: 9px;
    }

    .projects__item-params-list {
        margin: 0;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .projects__btn {
        margin-top: 16px;
        padding: 6px 8px;
    }

    .hotel-results .projects__item:nth-child(4) .projects__item-params {
        padding: 14px 8px 16px;
    }

    .hotel-results .projects__item-param {
        margin: 0;
    }

    .hotel-results .projects__item-param-desc {
        text-align: left;
    }

    .hotel-cta {
        padding-top: 11px;
    }

    .hotel-cta__grid {
        display: flex;
        align-items: flex-start;
        gap: 30px;
        justify-content: space-between;
    }

    .hotel-price {
        max-width: 784px;
        align-items: flex-start;
        padding: 33px 28px 27px;
    }

    .hotel-price__title {
        margin-bottom: 18px;
    }

    .hotel-price__form {
        max-width: 363px;
        padding: 31px 28px;
    }

    .hotel-question {
        padding: 31px;
        min-height: 480px;
        max-width: 456px;
        width: 100%;
        background-position: bottom right;
        background-size: 45%;
    }

    .hotel-question__text {
        font-size: 16px;
    }

    .hotel-copy {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .footer__contacts li {
        margin-bottom: 25px;
    }

    .site-map a {
        padding: 10px 0 10px 6px;
    }

    .footer__bottom {
        padding-top: 31px;
    }
}

@media all and (max-width: 1360px) {
    .hotel-tech__list {
        gap: 20px;
    }

    .hotel-modules__grid {
        gap: 20px;
    }

    .hotel-results__list {
        gap: 20px;
    }

    .hotel-cta__grid {
        gap: 28px;
    }
}

@media all and (max-width: 1360px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .footer__cols {
        width: 77%;
    }

    .nav {
        max-width: 560px;
    }

    .nav__item-link span {
        width: calc(100% - 30px);
    }

    .nav__item-link {
        margin-right: 0;
    }

    .projects__main {
        position: static;
        width: 100%;
        height: auto;
    }

    .projects__list:before {
        display: none;
    }

    .projects__list {
        gap: 10px;
    }

    .hotel-results .hotel-results__list {
        grid-template-columns: 1fr 1fr;
    }

    .hotel-results .projects__item:nth-child(4) .projects__item-params .projects__item-param {
        justify-self: anchor-center;
        max-width: 70%;
    }

    .hotel-results .projects__item:nth-child(4) .projects__item-params .projects__item-param:last-child {
        margin-left: unset;
    }

    .projects__item-params svg {
        flex-shrink: 0;
    }

}

@media all and (max-width: 1199px) {
    .hotel-tech__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hotel-modules__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hotel-modules__info {
        grid-column: 1 / -1;
    }

    .hotel-results__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hotel-cta__grid,
    .hotel-price {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 767px) {
    .hotel-section {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .hotel-tech__list {
        gap: 19px 11px;
        display: flex;
        flex-wrap: wrap;
    }

    .hotel-section__title {
        margin-bottom: 22px;
        font-size: 28px;
        line-height: 34px;
    }

    .hotel-modules__grid,
    .hotel-results__list {
        grid-template-columns: 1fr;
    }

    .hotel-tech__card {
        min-height: 360px;
    }

    .hotel-modules__info,
    .hotel-price,
    .hotel-question {
        padding: 26px;
        border-radius: 22px;
    }

    .hotel-modules__title,
    .hotel-price__title,
    .hotel-question__title {
        font-size: 28px;
        line-height: 34px;
    }

    .hotel-question__mark {
        right: 20px;
        font-size: 170px;
    }

    .hotel-tech__card {
        width: 100%;
    }

    .hotel-tech__card:nth-child(1) {
        max-width: calc(33% - 6px);

    }

    .hotel-tech__card:nth-child(2) {
        max-width: calc(33% - 6px);

    }

    .hotel-tech__card:nth-child(3) {
        max-width: calc(33% - 6px);

    }

    .hotel-results .projects__item:nth-child(4) .projects__item-params .projects__item-param {
        max-width: 100%;
    }

    .hotel-results .projects__item:nth-child(4) .projects__item-params-list {
        gap: 10px;
        grid-template-columns: 1fr 1fr;
    }

    .hotel-tech__card:nth-child(4) {
        max-width: calc(50% - 6px);
    }

    .hotel-tech__card:nth-child(5) {
        max-width: calc(50% - 6px);
    }

    .hotel-tech__card:nth-child(4) .hotel-tech__body {
        bottom: 17px;
    }

    .hotel-tech__card:nth-child(5) .hotel-tech__body {
        bottom: 17px;
    }

    .hotel-tech__body {
        bottom: 20px;
    }

    .hotel-tech__card {
        min-height: 262px;
    }
}

/* end hotel page */




@media all and (max-width: 1200px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
        text-align: center;
    }

    .main__wrap {
        position: static;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .main__wrap h1 {
        width: 100%;
        max-width: inherit;
        margin-bottom: 50px;
    }

    .main__bg {
        height: auto;
        position: static;
    }

    .categories {
        max-width: inherit;
        width: 48.81%;
    }

    .main__bg {
        margin: 0;
        width: 47.55%;
    }

    .categories__item {
        padding: 20px;
    }
}

/* 1800px */



@media all and (max-width: 1199px) {
    .cases__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .hotel-results .projects__item:nth-child(4) .projects__item-params .projects__item-param:last-child {
        margin-left: unset;
    }

    .hotel-results .projects__item:nth-child(4) .projects__item-params-list {
        justify-content: space-between;
    }

    .footer__main {
        flex-wrap: wrap;
    }

    .footer__cols {
        width: 100%;
        margin-top: 20px;
    }

    .ai__gallery {
        display: none;
    }

    .ai__block {
        width: 100%;
    }

    .hotel-price {
        width: 100%;
        max-width: 100%;
    }

    .hotel-price__content {
        max-width: 100%;
    }

    .hotel-price__text {
        max-width: 100%;
    }

    .hotel-price__tags {
        max-width: 100%;
    }

    .hotel-cta__grid {
        flex-wrap: wrap;
    }

    .hotel-question {
        max-width: 100%;
    }

    .types__left {
        max-width: 390px;
    }

    .advantages .container {
        flex-wrap: wrap;
        gap: 20px;
    }

    .advantages__item {
        width: 100%;
    }

    .advantages__item-icon {
        margin-right: 20px;
    }

    .advantages__item-text {
        width: calc(100% - 90px);
    }

    .main__wrap h1 {
        order: 1;
        margin-bottom: 30px;
    }

    .main__bg {
        max-width: 508px;
        width: 100%;
        order: 2;
        margin: 0 auto 30px;
    }

    .main__wrap .categories {
        order: 3;
    }

    .main__wrap .categories {
        width: 100%;
        max-width: inherit;
    }

    .tools__links {
        margin-right: 0;
        width: 100%;
    }

    .tools__wrap {
        flex-wrap: wrap;
    }

    .tools__tab {
        padding-top: 10px;
        padding-bottom: 18px;
        width: 100%;
    }

    .profit__wrap {
        flex-wrap: wrap;
    }

    .profit__item {
        width: 100%;
    }

    .profit__separate {
        width: 100%;
        height: 34px;
    }

    .tools__tab {
        position: static;
    }

    .product__grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .product__card:nth-child(1) {
        grid-column: span 2;
    }

    .product__card:nth-child(2) {
        grid-column: span 2;
    }

    .product__card:nth-child(3) {
        grid-column: span 2;
    }

    .product__card:nth-child(4) {
        grid-column: span 3;
    }

    .product__card:nth-child(5) {
        grid-column: span 3;
    }

    .product__card {
        max-width: unset;
    }

}

/* 1199px */

@media all and (max-width: 991px) {
    h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .hotel-modules__grid {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .hero__wrap {
        flex-wrap: wrap;
    }

    .hero__relative {
        max-width: 100%;
    }

    .hero__img {
        width: 100%;
    }

    picture {
        display: block;
    }

    h2 {
        font-size: 24px;
        line-height: 29px;
        text-align: center;
    }

    .common-block {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .main {
        padding-top: 30px;
    }

    .block-desc {
        text-align: center;
    }

    .cases__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cases__item .btn {
        margin-top: 20px;
        position: static;
        display: flex;
        width: 100%;
    }

    .footer {
        margin-top: 30px;
    }

    .scroll-btn {
        display: none;
    }

    .ticker__line a {
        font-size: 16px;
        line-height: 19px;
    }

    .ticker__line i {
        margin-left: 20px;
        margin-right: 20px;
    }

    .reviews__block {
        padding: 20px;
    }

    .reviews__block h2 {
        margin-bottom: 20px;
    }

    .news__slider {
        overflow: visible;
    }

    .news__slide {
        width: 137px;
    }

    .block-top {
        margin-bottom: 20px;
    }

    .block-top__left>* {
        text-align: left;
    }

    .block-top {
        align-items: flex-start;
    }

    .btn-transparent-gradient {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .footer__bottom {
        padding-top: 20px;
        padding-bottom: 56px;
    }

    .copyright {
        max-width: 342px;
    }

    .footer__links a {
        padding: 0;
        text-align: left;
    }

    .footer__links {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-items: end;
        gap: 20px;
    }

    .footer__links {
        margin-right: 0;
    }

    .footer__cols {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px 20px;
    }

    .footer__col:last-child {
        grid-column: 1 / 4;
    }

    .footer__main {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer__contacts {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .footer__contacts li {
        margin-bottom: 0;
        display: flex;
    }

    .nav,
    .header__top {
        display: none;
    }

    .header__main .btn {
        display: none;
    }

    .header__main {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header__main .header__controls {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .search-button,
    .header__main .header__controls>* {
        display: flex;
        width: 30px;
        height: 30px;
    }

    .menu-button {
        background: none;
        position: relative;
    }

    .search-wrap {
        margin-right: 0;
    }

    .header__phone span {
        display: none;
    }

    .header__main .header__controls .svg-icon {
        width: 30px;
        height: 30px;
    }

    .ai__block:after {
        display: none;
    }

    .ai__block {
        padding: 20px;
    }

    .ai__block .block-desc {
        margin-bottom: 20px;
    }

    .ai__list {
        gap: 10px;
    }

    .ai__item {
        width: calc(50% - 5px);
    }

    .ai__item h3 {
        margin-bottom: 10px;
    }

    .types__block {
        border-radius: 20px;
        padding: 20px;
        flex-wrap: wrap;
        background: linear-gradient(0deg, #05359D 0%, #1771B7 100%);
    }

    .types__left {
        max-width: inherit;
        width: 100%;
        padding-right: 187px;
        position: relative;
    }

    .types__list {
        width: 100%;
        margin-top: 30px;
    }

    .types h2 {
        margin-bottom: 20px;
        text-align: left;
    }

    .types p {
        margin-bottom: 0;
    }

    .btn-transparent-white {
        padding-top: 12px;
        padding-bottom: 10px;
    }

    .types__left .btn {
        position: absolute;
        right: 0;
        top: 0;
    }

    .types__item-text {
        padding: 10px;
        border-radius: 10px;
    }

    .types__list {
        gap: 20px;
    }

    .types__item {
        width: calc(50% - 10px);
    }

    .types__item:after {
        padding-top: 100%;
    }

    .why__sliders {
        flex-wrap: wrap;
        gap: 10px;
    }

    .why__slider {
        width: 100%;
    }

    .certificates__slide {
        width: 90px;
    }

    .certificates__slide_big {
        width: 179px;
    }

    .why__block {
        padding: 20px;
        border-radius: 20px;
    }

    .projects__links {
        justify-content: center;
    }

    .projects__main-center h2 {
        margin-bottom: 20px;
    }

    .projects__main {
        padding: 20px;
    }

    .projects__links-item {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .projects__item-params {
        padding: 20px 14px;
        bottom: 40px;
        border-radius: 0;
    }

    .projects__item-params-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .projects__item-param {
        margin-left: 10px;
        margin-right: 10px;
    }

    .projects__item .btn {
        display: flex;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        right: auto;
        top: auto;
        border-radius: 0 0 10px 10px;
    }

    .categories {
        gap: 10px;
    }

    .categories__item {
        width: calc(50% - 5px);
        padding: 14px;
    }

    .categories__item h3 {
        text-align: center;
    }

    .tags {
        justify-content: center;
    }

    .tools__link {
        position: relative;
    }

    .tools__link-wrap.active .tools__link:not(.active) {
        padding-right: 40px;
    }

    .tools__link .svg-icon {
        position: absolute;
        right: 18px;
        top: 0;
        bottom: 0;
        padding: auto;
        margin: auto;
        display: block;
        stroke: #F5F5F5;
    }

    .tools__link-wrap.active .tools__link .svg-icon {
        top: 18px;
        bottom: auto;
        transform: rotate(-180deg);
        stroke: #4BD3FF;
    }

    .tools__item .tags {
        justify-content: flex-start;
    }

    .tools__item-photos {
        margin-top: 10px;
    }

    .tools__item h3 {
        margin-bottom: 10px;
    }

    .tools__list {
        gap: 10px;
    }

    .tools__item {
        padding: 14px;
        width: 100%;
    }

    .tools__item-photo,
    .tools__item-photo:nth-child(2n) {
        width: calc(50% - 5px);
    }

    .tools__item:nth-child(3),
    .tools__item:nth-child(4) {
        display: none;
    }

    .tools__item-photo:after,
    .tools__item-photo:nth-child(2n):after {
        padding-top: 50%;
    }

    .tools__tab .btn {
        width: 100%;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .profit__block {
        padding: 20px;
    }

    .profit__item-top {
        flex-wrap: nowrap;
    }

    .profit__item-top h3 {
        width: auto;
        margin-bottom: 0;
    }

    .profit__item-desc {
        white-space: nowrap;
    }

    .profit__item .btn {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: 164px;
        display: flex;
        margin-top: 20px;
    }

    .profit__item_result {
        min-height: 194px;
    }

    .profit__item_result p {
        max-width: 405px;
    }

    .profit__item-bg {
        width: 190px;
        bottom: 10px;
        right: 0;
    }

    .scroll-btn {
        display: block;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 36px;
        width: 100%;
    }

    .scroll-btn__link {
        height: 36px;
        border-radius: 20px 20px 0 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .scroll-btn__link span {
        margin-top: 0;
        margin-left: 6px;
    }

    .icon-task {
        width: 24px;
        height: 24px;
    }

    .search-wrap {
        position: static;
    }

    .header__main {
        position: relative;
    }

    .search-form {
        top: auto;
        right: 20px;
        bottom: -52px;
        left: 20px;
    }

    .header__main .search-form__btn .svg-icon {
        width: 20px;
        height: 20px;
        stroke: #031221;
    }

    .search-form__btn {
        right: 0;
    }

    .search-form__field {
        width: 100%;
    }

    .menu .languages {
        margin-left: 10px;
        margin-right: 10px;
    }

    .menu .languages__selected {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 94px;
        height: 40px;
        border: 2px solid rgba(246, 246, 246, 0.15);
        border-radius: 10px;
    }

    .menu .languages__list {
        width: 100%;
        right: 0;
        top: 100%;
        margin-top: 0;
    }

    .menu__footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu .header__phone span {
        display: flex;
        font-size: 16px;
        line-height: 19px;
    }

    .menu__footer .btn {
        padding-left: 26px;
        padding-right: 26px;
    }

    .menu__nav {
        padding: 18px 0 0;
        margin: 0 0 14px;
        list-style: none;
    }

    .menu__nav-link {
        display: flex;
        align-items: center;
    }

    .menu__nav-item {
        position: relative;
        border-bottom: 1px solid rgba(246, 246, 246, 0.15);
    }

    .menu__nav-item .icon-drop-arrow {
        position: absolute;
        top: 21px;
        right: 0;
    }

    .menu__nav-link {
        display: inline-flex;
        align-items: center;
    }

    .menu__nav-link span:last-child {
        margin-left: 10px;
    }

    .menu__nav-link span:first-child {
        margin-left: 0;
    }

    .menu__nav-link {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
        padding: 15px 0;
    }

    .menu__nav-link .svg-icon {
        stroke: #FFFFFF;
    }

    .menu__nav-item.open .menu__nav-link {
        color: #71DCFF;
    }

    .menu__nav-item.open .svg-icon {
        stroke: #71DCFF;
    }

    .menu__nav-item.open .icon-drop-arrow {
        transform: rotate(-180deg);
    }

    .menu__nav-sec {
        display: none;
        padding: 0 0 12px 30px;
        margin: 0;
        list-style: none;
    }

    .menu__nav-item.open .menu__nav-sec {
        display: block;
    }

    .menu__nav-sec a {
        font-weight: 600;
        font-size: 15px;
        line-height: 18px;
        display: block;
        padding: 5px 0;
    }

    .menu__nav-sec li {
        margin-bottom: 10px;
    }

    .menu__nav-sec li:last-child {
        margin-bottom: 0;
    }

    .hotel-results .projects__item .btn {
        display: none;
    }

    .hotel-results .projects__item-params {
        bottom: 0;
    }

    .hotel-price__value {
        font-size: 24px;
        line-height: 30px;
    }

    .independent__card {
        flex-direction: column;
        gap: 10px;
        max-height: 333px;
    }

    .independent__img {
        max-width: unset;
    }

    .independent__card:nth-child(2) .independent__img {
        max-width: unset;
        height: 100%;
        object-fit: cover;
    }

    .independent__card:nth-child(3) .independent__img {
        max-width: unset;
        height: 100%;
        object-fit: cover;
    }

    .hotel-modules__info {
        max-width: unset;
        min-height: unset;
        padding-top: 19px;
    }

    .hotel-modules__block {
        margin: 0 auto;
    }
}

/* 991px */

@media all and (max-width: 744px) {
    .projects__item {
        width: 100%;
    }

    .hero__wrap h1 {
        text-align: center;
        margin-bottom: 33px;
    }

    .hero {
        padding-top: 35px;
    }

    .hero__text {
        text-align: center;
        margin-bottom: 33px;
    }

    .btns {
        justify-content: center;
    }

    .blue-btn {
        padding: 12.5px 30px;
    }

    .trans-btn {
        padding: 12.5px 30px;
    }

    .hero__relative {
        max-width: 586px;
        margin: 0 auto;
    }

    .hero__wrap {
        gap: 30px;
    }

    .hero__img {
        min-height: 382px;
        border-radius: 60px;
    }

    .hero__span {
        left: 50%;
        transform: translateX(-50%);
        bottom: 6px;
        max-width: 387px;
        width: 100%;
        font-size: 15px;
        padding: 14px 12px;
    }

    .independent h2 {
        text-align: left;
    }

    .independent__texts {
        padding: 23px 19px 10px 19px;
        gap: 23px;
    }

    .independent__flex {
        gap: 11px;
    }

    .independent {
        padding-bottom: 40px;
    }

    .product {
        padding: 23px 20px 22px 20px;
    }

    .product h2 {
        text-align: left;
    }

    .product__flex {
        align-items: flex-start;
        margin-bottom: 27px;
    }

    .product .blue-btn {
        max-width: 222px;
    }

    .product__grid {
        gap: 11px;
        display: flex;
        flex-wrap: wrap;
    }

    .product__card:nth-child(1) {
        max-width: calc(33% - 6px);
        min-height: 287px;
    }

    .product__card:nth-child(2) {
        max-width: calc(33% - 6px);
        min-height: 287px;
    }

    .product__card:nth-child(3) {
        max-width: calc(33% - 6px);
        min-height: 287px;
    }

    .product__card:nth-child(4) {
        max-width: calc(50% - 6px);
    }

    .product__card:nth-child(5) {
        max-width: calc(50% - 6px);
    }

    .product__card {
        padding: 21px 20px 20px 17px;
        min-height: unset;
        min-height: 247px;
    }

    .product__texts-2 {
        gap: 23px;
    }

    .product__texts {
        gap: 21px;
    }

    .product__img {
        max-width: 136px;
        margin: auto auto 0;
    }

    .hotel-tech {
        padding-top: 37px;
    }

    .hotel-section__title {
        text-align: left;
        font-size: 23px;
    }


    .hotel-modules {
        padding-top: 11px;
    }

    .hotel-modules__info {
        padding: 20px 27px 20px;
    }

    .hotel-modules__title {
        font-size: 24px;
        margin-bottom: 17px;
    }

    .hotel-modules__text {
        text-align: center;
        margin: 0 auto 19px;
    }

    .hotel-modules__tags {
        justify-content: center;
    }

    .hotel-modules__tag {
        padding: 12px 20px;
    }

    .hotel-section__title {
        margin-bottom: 26px;
    }

    .hotel-results .projects__item {
        min-height: 310px;
    }

    .hotel-results .projects__item-params {
        padding: 20px;
    }

    .projects__item-params-list {
        margin: 0;
    }

    .projects__btn {
        margin-top: 19px;
        padding: 5.5px 23px;
    }

    .hotel-results .hotel-results__list {
        gap: 10px;
    }

    .hotel-results .projects__item:nth-child(4) .projects__item-params {
        padding: 14px 27px 16px;
    }

    .hotel-price {
        padding-top: 29px;
        border-radius: 30px;
        padding-bottom: 24px;
    }

    .hotel-price__title {
        text-align: left;
        font-size: 24px;
    }

    .hotel-price__form {
        max-width: 281px;
        padding: 25px 19px;
    }

    .hotel-price__value {
        font-size: 30px;
    }

    .hotel-price__text {
        margin-bottom: 37px;
    }

    .hotel-price__note {
        margin-bottom: 26px;
    }

    .hotel-price__tags {
        gap: 11px;
    }

    .hotel-price__tags li {
        padding: 13px 20px;
    }

    .hotel-price__form input {
        height: 40px;
    }

    .hotel-price__form button {
        padding: 11px 30px;
    }

    .hotel-price__form button {
        min-height: 40px;
    }

    .hotel-question__title {
        text-align: left;
        font-size: 24px;
        margin-bottom: 17px;
    }

    .hotel-cta__grid {
        gap: 19px;
    }

    .hotel-question__text {
        margin-bottom: 41px;
    }

    .hotel-question {
        min-height: 420px;
    }

    .hotel-question__button {
        min-height: 43px;
        padding: 7.5px 26px;
    }

    .hotel-question {
        background-size: 38%;
    }

    .footer {
        margin-top: 10px;
    }

    .footer .logo {
        max-width: 198px;
    }
}

/* 767px */


.hotel-modules__overflow {
    display: contents;
}

.hotel-results__overflow {
    display: contents;
}

@media all and (max-width: 575px) {
    .mobile-none {
        display: none;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .block-desc {
        margin-bottom: 20px;
    }

    .common-block {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .main {
        padding-top: 36px;
    }

    .footer {
        margin-top: -5px;
    }

    .cases__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .cases__item-desc {
        min-height: inherit;
    }

    .block-top {
        flex-wrap: wrap;
    }

    .block-top__right,
    .block-top__left {
        width: 100%;
        margin-right: 0;
    }

    .block-top__right {
        margin-top: 20px;
    }

    .block-top__right .btn {
        width: 100%;
    }

    .block-top__left>* {
        text-align: center;
    }

    .footer__links {
        justify-items: center;
        width: 100%;
    }

    .hotel-results .projects__item:nth-child(4) .projects__item-params-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .copyright {
        margin-right: 0;
        width: 100%;
        text-align: center;
        max-width: inherit;
        margin-bottom: 20px;
    }

    .footer__bottom {
        flex-wrap: wrap;
    }

    .logo {
        margin-left: auto;
        margin-right: auto;
    }

    .footer__cols {
        display: block;
        margin-top: 10px;
    }

    .footer__col {
        text-align: center;
    }

    .site-map {
        margin: 0;
    }

    .footer__contacts {
        display: block;
    }

    .footer__contacts li {
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer__contacts li:last-child {
        margin-bottom: 0;
    }

    .footer__col:last-child {
        padding-top: 10px;
    }

    .header__main .logo {
        margin-left: 0;
    }

    .header__main .header__controls {
        padding-left: 15px;
        gap: 20px;
    }

    .ai__item {
        width: 100%;
    }

    .ai__block {
        background: url('../images/bg/ai-bg-mobile.png') no-repeat center;
        background-size: cover;
    }

    .types__left {
        padding-right: 0;
    }

    .types__left .btn {
        width: 100%;
        position: relative;
    }

    .types h2 {
        text-align: center;
    }

    .types p {
        text-align: center;
        margin-bottom: 20px;
    }

    .types__list {
        gap: 30px;
        flex-wrap: wrap;
    }

    .types__item {
        width: 100%;
    }

    .advantages__item:first-child {
        align-items: flex-start;
    }

    .main__wrap h1 {
        margin-bottom: 24px;
    }

    .hero__text {
        margin-bottom: 25px;
    }

    .hero__span {
        max-width: 73%;
        bottom: -17px;
        padding: 7px 17px;
    }

    .hero__wrap {
        gap: 20px;
    }

    .btns {
        flex-wrap: wrap;
        gap: 11px;
    }

    .hero__img {
        min-height: 232px;
        border-radius: 40px;
        display: block;
        margin: 0 auto;
    }

    .btns button {
        width: 100%;
    }

    .categories__item {
        width: 100%;
    }

    .independent {
        padding-top: 33px;
        padding-bottom: 32px;
    }

    .independent__flex {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .independent__card:nth-child(3) {
        grid-column: span 2;
        flex-direction: row;
    }

    .independent__card {
        border-radius: 16px;
    }

    .independent__texts {
        gap: 25px;
        padding: 20px 17px;
    }

    .independent__card:nth-child(3) .independent__img {
        max-height: unset;
    }

    .independent__card:nth-child(3) {
        max-height: 170px;
        min-height: unset;
    }

    .independent__card {
        gap: 0;
    }

    .independent h2 {
        text-align: center;
        margin-bottom: 22px;
    }

    .independent__texts h3 {
        overflow-wrap: break-word;
    }

    .independent__img {
        max-height: 114px;
        object-fit: cover;
        margin-top: auto;
    }

    .product__flex {
        flex-direction: column;
        gap: 17px;
        margin-bottom: 21px;
    }

    .product__img {
        max-width: 99px;
        margin: 0;
    }

    .product .blue-btn {
        max-width: 100%;
        width: 100%;
    }

    .product__card:nth-child(1) {
        max-width: unset;
        min-height: unset;
    }

    .product__card:nth-child(2) {
        max-width: unset;
        min-height: unset;
    }

    .product__card:nth-child(3) {
        max-width: unset;
        min-height: unset;
    }

    .product__texts {
        gap: 22px;
    }

    .product__texts-2 {
        gap: 24px;
    }

    .product__card:nth-child(4) {
        max-width: unset;
        min-height: unset;
    }

    .product__card:nth-child(5) {
        max-width: unset;
        min-height: unset;
        padding-top: 25px;
        padding-bottom: 14px;
    }

    .hotel-tech {
        padding-top: 23px;
    }

    .hotel-section__title {
        text-align: center;
        margin-bottom: 17px;
    }

    .hotel-tech__list {
        gap: 10px;
    }

    .hotel-tech__card:nth-child(1) {
        max-width: calc(50% - 5px);
    }

    .hotel-tech__card:nth-child(2) {
        max-width: calc(50% - 5px);
    }

    .hotel-tech__card:nth-child(3) {
        max-width: calc(50% - 5px);
    }

    .hotel-tech__card:nth-child(4) {
        max-width: calc(50% - 5px);
    }

    .hotel-tech__card:nth-child(5) {
        max-width: 100%;
    }

    .hotel-tech__body {
        bottom: 20px;
    }

    .hotel-tech__card {
        min-height: 269px;
    }

    .hotel-modules {
        padding-top: 0;
    }

    .hotel-modules__title {
        margin-bottom: 12px;
    }

    .hotel-modules__info {
        padding: 20px 16px 20px;
        overflow: hidden;
    }

    .hotel-modules__tags {
        flex-wrap: nowrap;
        width: max-content;
    }

    .hotel-modules__overflow {
        display: block;
        overflow: auto;
    }

    .hotel-results__overflow {
        display: block;
        overflow: auto;
    }

    .hotel-results .hotel-results__list {
        display: flex;
        width: 100%;
    }

    .hotel-results .projects__item {
        min-width: 100%;
    }

    .hotel-cta {
        padding-top: 3px;
    }

    .hotel-price__note {
        margin-bottom: 18px;
    }

    .hotel-price__tags li {
        padding: 12px 19px;
    }

    .hotel-price__form {
        max-width: 100%;
        padding: 20px;
    }

    .hotel-section__title {
        margin-bottom: 16px;
    }

    .hotel-price__text {
        margin-bottom: 19px;
    }

    .hotel-question__text {
        margin-bottom: 22px;
    }

    .hotel-question__button {
        max-width: 100%;
        width: 100%;
    }

    .hotel-question {
        min-height: unset;
    }

    .hotel-section {
        padding-bottom: 26px;
    }

    .hotel-question__socials {
        margin-bottom: 18px;
    }

    .hotel-price {
        flex-direction: column;
        padding: 19px 21px 18px;
        border-radius: 40px;
    }

    .hotel-question {
        padding: 21px;
    }

    .hotel-price__value {
        font-size: 24px;
    }

    .hotel-price__title {
        margin-bottom: 16px;
    }

    .hotel-modules__tag {
        white-space: nowrap;
    }

    .hotel-section__title {
        text-align: left;
    }

    .hotel-results {
        padding-top: 5px;
    }

    .product__card {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 20px 20px 14px 17px;

    }

    .product {
        padding: 12px 10px 22px 9px;
    }

    .product h2 {
        text-align: center;
    }

    .main__bg {
        margin-bottom: 20px;
    }

    .tools__item-photo:after, .tools__item-photo:nth-child(2n):after {
        padding-top: 57%;
    }

    .profit__item .btn {
        max-width: inherit;
    }

    .profit__item-top h3 {
        margin-right: 10px;
    }

    .profit__item_result {
        min-height: 237px;
    }

    .profit__item_result h3,
    .profit__item_result p {
        max-width: 157px;
    }

    .profit__item-bg {
        bottom: -5px;
    }

    .profit__block {
        padding-left: 10px;
        padding-right: 10px;
    }

    .menu .logo {
        margin: 0;
    }

    .menu__footer {
        flex-wrap: wrap;
    }

    .menu__footer .btn {
        width: 100%;
        margin-top: 20px;
    }
}

/* 575px */

@media all and (max-width: 350px) {
    .header__main .header__controls {
        gap: 15px;
    }
}

/* 350px */

.cap {
    padding-top: 51px;
    padding-bottom: 36px;
}

@media (max-width: 1600px) {
    .cap {
        padding-bottom: 27px;
    }
}

@media (max-width: 991px) {
    .cap {
        padding-top: 29px;
    }
}

@media (max-width: 575px) {
    .cap {
        padding-top: 17px;
        padding-bottom: 20px;
    }
}

.cap__crumbs {
    padding-bottom: 24px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1600px) {
    .cap__crumbs {
        padding-bottom: 22px;
    }
}

@media (max-width: 991px) {
    .cap__crumbs {
        padding-bottom: 31px;
    }
}

@media (max-width: 575px) {
    .cap__crumbs {
        padding-bottom: 17px;
    }
}

.cap__crumbs:before {
    content: "";
    position: absolute;
    top: 100%;
    left: -150px;
    width: 183px;
    height: 183px;
    border-radius: 50%;
    background-color: rgba(0, 149, 241, 0.4);
    -webkit-filter: blur(30px);
    filter: blur(30px);
    z-index: -1;
}

.cap__caption {
    position: relative;
    z-index: 2;
}

.cap__caption h1 {
    font-size: 58px;
    line-height: 120%;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    text-align: left;
    letter-spacing: 0;
}

@media (max-width: 1600px) {
    .cap__caption h1 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .cap__caption h1 {
        font-size: 30px;
    }
}

.crumbs:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.crumbs__unit {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    position: relative;
}



.crumbs__unit:not(:last-child) {
    padding-right: 26px;
    margin-right: 19px;
    float: left;
}

.crumbs__unit:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    width: 7px;
    height: 12px;
    background-image: url(../images/icons/icon-crumbs-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.crumbs__link {
    color: #848484;
    text-decoration: none;
    display: block;
    z-index: 2;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.crumbs__link:hover {
    color: #FFFFFF;
}

.crumbs__current {
    color: #FFFFFF;
    cursor: default;
    display: block;
}

.novelty {
    padding-bottom: 99px;
}

@media (max-width: 1600px) {
    .novelty {
        padding-bottom: 76px;
    }
}

@media (max-width: 991px) {
    .novelty {
        padding-bottom: 31px;
    }
}

@media (max-width: 575px) {
    .novelty {
        padding-bottom: 23px;
    }
}

.novelty__container {
    position: relative;
    z-index: 1;
}

.novelty__container:before {
    content: "";
    position: absolute;
    top: 13%;
    left: 47.2%;
    width: 183px;
    height: 183px;
    border-radius: 50%;
    background-color: rgba(0, 149, 241, 0.4);
    -webkit-filter: blur(30px);
    filter: blur(30px);
    z-index: -1;
}

@media (max-width: 1600px) {
    .novelty__container:before {
        left: 65%;
    }
}

@media (max-width: 991px) {
    .novelty__container:before {
        display: none;
    }
}

.novelty__group {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 40px 41px 40px 40px;
}

@media (max-width: 1600px) {
    .novelty__group {
        padding: 29px 41px 31px 30px;
    }
}

@media (max-width: 991px) {
    .novelty__group {
        padding: 19px 20px 20px 20px;
    }
}

.novelty__group:not(:last-child) {
    margin-bottom: 40px;
}

@media (max-width: 1600px) {
    .novelty__group:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .novelty__group:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .novelty__group:first-child .novelty__content {
        font-size: 15px;
    }
}

.novelty__content {
    font-size: 18px;
    line-height: 122%;
    color: #000000;
    font-weight: 400;
}

@media (max-width: 1600px) {
    .novelty__content {
        font-size: 16px;
        line-height: 120%;
    }
}

.novelty__content *:last-child {
    margin-bottom: 0;
}

.novelty__content p {
    padding-top: 3px;
    margin: 0 0 18px 0;
}

.novelty__content p.novelty__text {
    padding-top: 12px;
    color: #097CFF;
    line-height: 120%;
    font-weight: 400;
}

@media (max-width: 991px) {
    .novelty__content p.novelty__text {
        padding-top: 2px;
    }
}

.novelty__content p.novelty__note {
    padding-top: 23px;
    color: #097CFF;
    line-height: 120%;
    font-weight: 400;
}

@media (max-width: 1600px) {
    .novelty__content p.novelty__note {
        padding-top: 21px;
    }
}

@media (max-width: 991px) {
    .novelty__content p.novelty__note {
        padding-top: 2px;
    }
}

@media (max-width: 575px) {
    .novelty__content p.novelty__note {
        padding-top: 0;
    }
}

.novelty__content p img {
    height: 14px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    pointer-events: none;
}

@media (max-width: 1600px) {
    .novelty__content p img {
        height: 14px;
    }
}

.novelty__content a {
    text-decoration: none;
    border-bottom: 1px solid;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.novelty__content a:hover {
    color: #000000;
}

.novelty__content h2 {
    padding-top: 2px;
    font-size: 36px;
    line-height: 120%;
    font-weight: 900;
    margin: 0 0 18px 0;
    text-align: left;
}

@media (max-width: 1600px) {
    .novelty__content h2 {
        padding-top: 4px;
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .novelty__content h2 {
        font-size: 24px;
    }
}

.novelty__content h3 {
    padding-top: 1px;
    font-size: 20px;
    line-height: 120%;
    font-weight: 900;
    margin: 0 0 17px 0;
    text-align: left;
}

@media (max-width: 1600px) {
    .novelty__content h3 {
        font-size: 18px;
    }
}

.novelty__content h4 {
    padding-top: 1px;
    font-size: 17px;
    line-height: 120%;
    font-weight: 900;
    margin: 0 0 22px 0;
    text-align: left;
}

@media (max-width: 1600px) {
    .novelty__content h4 {
        font-size: 16px;
        margin: 0 0 18px 0;
    }
}

.novelty__content ul {
    margin: 0 0 39px 0;
    padding-left: 10px;
    list-style-type: none;
}

@media (max-width: 1600px) {
    .novelty__content ul {
        padding-left: 9px;
    }
}

@media (max-width: 991px) {
    .novelty__content ul {
        margin: 0 0 20px 0;
    }
}

.novelty__content ul li {
    font-size: 18px;
    line-height: 120%;
    position: relative;
    padding-left: 17px;
}

@media (max-width: 1600px) {
    .novelty__content ul li {
        font-size: 16px;
        padding-left: 15px;
    }
}

.novelty__content ul li:not(:last-child) {
    margin-bottom: 10.2px;
}

.novelty__content ul li:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #000000;
}

.novelty__dyad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1360px) {
    .novelty__dyad {
        display: block;
    }
}

.novelty__image {
    margin-left: 50px;
    min-width: 743px;
    width: 100%;
    max-width: 743px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1600px) {
    .novelty__image {
        margin-left: 90px;
        min-width: 547px;
        max-width: 547px;
    }
}

@media (max-width: 1360px) {
    .novelty__image {
        margin-left: 0;
        margin-top: 35px;
    }
}

@media (max-width: 991px) {
    .novelty__image {
        margin-top: 17px;
        min-width: auto;
        max-width: none;
        padding-bottom: 41.2%;
        position: relative;
    }
}

@media (max-width: 575px) {
    .novelty__image {
        padding-bottom: 64.2%;
    }
}

.novelty__image img {
    max-width: 100%;
    border-radius: 30px;
    pointer-events: none;
}

@media (max-width: 1600px) {
    .novelty__image img {
        width: 100%;
        min-height: 473px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 1360px) {
    .novelty__image img {
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .novelty__image img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        min-height: auto;
    }
}

.novelty__date {
    margin-top: 26px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #F3F3F3;
    border-radius: 10px;
    color: #505050;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    white-space: nowrap;
    padding: 7px 8px 3px 9px;
}

@media (max-width: 991px) {
    .novelty__date {
        margin-top: 17px;
    }
}

.novelty__date img {
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    margin-right: 10px;
    pointer-events: none;
    -o-object-fit: contain;
    object-fit: contain;
}

.tidings {
    padding-bottom: 48px;
    overflow: hidden;
}

@media (max-width: 1600px) {
    .tidings {
        padding-bottom: 29px;
    }
}

@media (max-width: 991px) {
    .tidings {
        padding-bottom: 18px;
    }
}

@media (max-width: 575px) {
    .tidings {
        padding-bottom: 30px;
    }
}

.tidings__caption {
    margin-bottom: 37px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1600px) {
    .tidings__caption {
        margin-bottom: 16px;
    }
}

.tidings__caption h2 {
    margin: 0;
    font-size: 36px;
    line-height: 120%;
    font-weight: 900;
    color: #ffffff;
    text-align: left;
}

@media (max-width: 1600px) {
    .tidings__caption h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .tidings__caption h2 {
        font-size: 24px;
    }
}

.tidings__body {
    position: relative;
}

.tidings__body:before {
    content: "";
    position: absolute;
    top: -56px;
    right: calc(100% + 75px);
    height: 120%;
    width: 100vw;
    z-index: 3;
    pointer-events: none;
    background-color: #031221;
}

@media (max-width: 991px) {
    .tidings__body:before {
        display: none;
    }
}

.tidings__body:after {
    content: "";
    position: absolute;
    top: -56px;
    left: calc(100% + 75px);
    height: 120%;
    width: 100vw;
    z-index: 3;
    pointer-events: none;
    background-color: #031221;
}

@media (max-width: 991px) {
    .tidings__body:after {
        display: none;
    }
}

.tidings__slider {
    overflow: visible;
    position: relative;
}

.tidings__box {
    height: auto;
}





.tidings__item {
    height: 100%;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}



.tidings__item:hover .tidings__name {
    text-decoration: underline;
}

.tidings__upper {
    width: 100%;
    margin-bottom: 16px;
}

.tidings__image {
    position: relative;
    padding-bottom: 71%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 22px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1600px) {
    .tidings__image {
        padding-bottom: 73.2%;
        margin-bottom: 23px;
    }
}

@media (max-width: 991px) {
    .tidings__image {
        padding-bottom: 72%;
    }
}

.tidings__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tidings__name {
    color: #ffffff;
}

.tidings__name h3 {
    margin: 0;
    font-size: 20px;
    line-height: 120%;
    font-weight: 900;
}

@media (max-width: 1600px) {
    .tidings__name h3 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .tidings__name h3 {
        line-height: 122%;
    }
}

.tidings__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #ABD5FD;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 14px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 575px) {
    .tidings__date {
        margin-bottom: 0;
    }
}

.tidings__date img {
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    margin-right: 10px;
    pointer-events: none;
    -o-object-fit: contain;
    object-fit: contain;
}

.tidings__under {
    width: 100%;
}

.tidings__text {
    font-size: 16px;
    line-height: 122%;
    color: #ffffff;
    font-weight: 400;
}

@media (max-width: 1600px) {
    .tidings__text {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .tidings__text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}

@media (max-width: 575px) {
    .tidings__text {
        display: none;
    }
}

.tidings__prev, .tidings__next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 3;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .tidings__prev, .tidings__next {
        display: none;
    }
}

.tidings__prev:hover, .tidings__next:hover {
    background-color: #71DCFF;
}

.tidings__prev:hover svg path, .tidings__next:hover svg path {
    stroke: #ffffff;
}

.tidings__prev.swiper-button-disabled, .tidings__next.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}

.tidings__prev svg, .tidings__next svg {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
}

.tidings__prev svg path, .tidings__next svg path {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tidings__prev {
    left: -22px;
}

.tidings__prev svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.tidings__next {
    right: -22px;
}

.tidings__start, .tidings__end {
    position: absolute;
    top: -56px;
    height: 120%;
    width: 198px;
    z-index: 2;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .tidings__start, .tidings__end {
        display: none;
    }
}

.tidings__start.hide, .tidings__end.hide {
    opacity: 0;
}

.tidings__start {
    left: -75px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(3, 18, 33, 0)), color-stop(89.76%, #031221));
    background: linear-gradient(270deg, rgba(3, 18, 33, 0) 0%, #031221 89.76%);
}

.tidings__end {
    right: -75px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 18, 33, 0)), color-stop(89.76%, #031221));
    background: linear-gradient(90deg, rgba(3, 18, 33, 0) 0%, #031221 89.76%);
}

/* ===== portfolio / cases page ===== */

.cap__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 23px;
    position: relative;
    z-index: 2;
}

@media(max-width: 575px) {
    .cap__filters {
        flex-wrap: nowrap;
        width: max-content;
        margin-top: 20px;
    }
}

.white-border-btn {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding: 16px 20px;
    border: 2px solid #CEF3FF;
    border-radius: 10px;
    background-color: transparent;
}

@media(max-width: 768px) {
    .white-border-btn {
        padding: 11px 20px;
    }
}

.white-border-btn:hover {
    border-color: #4BD3FF;
    color: #4BD3FF;
}

.white-border-btn.active {
    background-color: #fff;
    color: #000000;
}


.portfolio {
    padding-top: 13px;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .portfolio {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .portfolio {
        padding-top: 0px;
        padding-bottom: 30px;
    }
}

.portfolio__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .portfolio__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
}

@media (max-width: 575px) {
    .portfolio__grid {
        grid-template-columns: 1fr;
        gap: 30px 20px;
        margin-bottom: 20px;
    }
}

.portfolio__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    justify-content: space-between;
    -webkit-box-direction: normal;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    z-index: 2;
    padding: 10px;
    min-height: 377px;
}

.portfolio__card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, #031221 0%, rgba(0, 0, 0, 0) 30.24%);
}

.portfolio__card:hover h3 {
    text-decoration: underline;
}


.portfolio__img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.portfolio__card h3 {
    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 20px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 10px;
    position: relative;
    z-index: 2;
}

@media(max-width: 1440px) {
    .portfolio__card h3 {
        font-size: 18px;
    }
}

.portfolio__card-stats {
    max-width: 116px;
    width: 100%;
    border-radius: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #001929;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
    padding: 20px 10px;
    position: relative;
    z-index: 2;
}

.portfolio__stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.portfolio__stat:last-child {
    border-bottom: none;
}

.portfolio__stat .svg-icon {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.portfolio__stat-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    gap: 10px;
}

.portfolio__stat-value {
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    white-space: nowrap;
}

.portfolio__stat-label {
    display: block;
    font-family: Lato;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.portfolio__pagination {
    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;
    gap: 10px;
}

.portfolio__page,
.portfolio__page-arrow {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: none;
    background: transparent;
    color: #ffffff;
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    border: 1px solid #597482;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

@media(max-width: 575px) {

    .portfolio__page,
    .portfolio__page-arrow {
        width: 40px;
        height: 40px;
    }
}

.portfolio__page.active {
    background: #4BD3FF;
    color: #000000;
}

.portfolio__page:hover:not(.active),
.portfolio__page-arrow:hover {
    border-color: #4BD3FF;
}

.cap__overflow {
    overflow: auto;
    display: contents;
}

@media(max-width: 575px) {
    .cap__overflow {
        display: block;
    }
}

.portfolio__page-arrow svg {
    pointer-events: none;
}

@media(max-width: 575px) {

    .portfolio__page-arrow svg {
        width: 4.25px;
        height: 8px;
    }
}

/* ===== end portfolio ===== */

.contacts {
    padding-bottom: 131px;
}

.contacts__flex {
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.contacts__block {
    background-color: #032844;
    border-radius: 40px;
    padding: 40px;
    max-width: 862px;
    width: 100%;
    min-height: 559px;
}

.contacts h2 {

    margin-bottom: 40px;
}



.contacts__tel {
    display: block;
    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 20px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}

.contacts__text {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Lato;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    color: #fff;
    margin-bottom: 34px;
    line-height: 115%;
    letter-spacing: 0%;

}

.contacts__text svg {
    flex-shrink: 0;
    transform: translateY(-3px);
}

.social {}

.contacts__socials .social__link {
    width: 40px;
    height: 40px;
}


.contacts__socials .icon-social-tg {
    width: 22px;
    height: 18px;
}

.pos-center {}

.contacts__socials .icon-social-vk {
    width: 26px;
    height: 14px;
}

.contacts__socials .icon-social-max {
    width: 22px;
    height: 22px;
}

.contacts__socials .icon-social-ytb {
    width: 25px;
    height: 18px;
}

.contacts__block-2 {
    background: #C4F0FF;
    box-shadow: 0px 4px 34px 0px #71DCFF42;
    padding: 40px;
    border-radius: 30px;
    max-width: 862px;
    width: 100%;
}

.contacts__block-2 h2 {
    color: #000;
    margin-bottom: 28px;
}

.contacts__block-2 p {
    font-family: Lato;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #000;
    line-height: 115%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.contacts__form input {
    height: 50px;
    background-color: #fff;
    border-radius: 10px;
    padding-left: 20px;
    border: 1px solid #E8E8E8;
    width: 100%;
}

.contacts__form input::placeholder {
    font-family: Lato;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    color: #535353;
    line-height: 100%;
    letter-spacing: 0%;

}

.contacts__flex-2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.js-hotel-name {}

.js-hotel-email {}

.js-hotel-phone {}

.contacts__textarea {
    height: 100px;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #E8E8E8;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}

.contacts__flex-3 {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 20px;
    margin-bottom: 20px;
}

.contacts__flex-3 .toggle-consent {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    min-width: 0;
}

/* toggle-consent */
.toggle-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toggle-consent__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.toggle-consent__track {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50px;
    height: 28px;
    border-radius: 100px;
    background-color: #4BD3FF;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    margin-top: 1px;
}

.toggle-consent__thumb {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
}

.toggle-consent__input:checked+.toggle-consent__track {
    background-color: #d0d0d0;
}

.toggle-consent__input:checked+.toggle-consent__track .toggle-consent__thumb {
    -webkit-transform: translateX(22px);
    transform: translateX(22px);
}

.toggle-consent__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 115%;
    color: #1a1a1a;
}

.toggle-consent__text a {
    color: #1a1a1a;
    text-decoration: underline;
}

.toggle-consent__text a:hover {
    text-decoration: none;
}

/* end toggle-consent */
@media(max-width: 1440px) {
    .contacts h2 {

        margin-bottom: 33px;
    }

    .contacts__text br {
        display: none;
    }

    .contacts__flex {
        gap: 30px;
    }

}

@media(max-width: 991px) {

    .contacts__flex {
        flex-direction: column;
    }

    .contacts__block {
        max-width: 100%;
        padding: 30px;
        min-height: unset;
    }

    .contacts h2 {
        text-align: left;
    }

    .contacts__tel {
        font-size: 18px;
    }

    .contacts__text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contacts__socials .social__link {
        width: 36px;
        height: 36px;
    }

    .contacts__block-2 {
        padding: 30px;
        max-width: 100%;
    }

    .contacts__block-2 h2 {
        margin-bottom: 20px;
    }

    .contacts__block-2 p {
        font-size: 15px;
    }

    .contacts__form input {
        height: 40px;
    }

    .contacts {
        padding-bottom: 10px;
    }

    .contacts__tel {
        margin-bottom: 20px;
    }
}

@media(max-width: 576px) {
    .contacts__block {
        padding: 20px;
        border-radius: 40px;
    }

    .contacts h2 {
        margin-bottom: 20px;
    }

    .contacts__block-2 {
        padding: 20px;
        border-radius: 30px;
    }

    .contacts__flex-2 {
        flex-direction: column;

    }

    .contacts__textarea {
        height: 80px;
    }

    .contacts__flex-3 {
        gap: 20px;
    }

    .contacts .blue-btn {
        width: 100%;
    }

}

.news {
    padding-bottom: 103px;
}

.news__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 40px;
    margin-bottom: 30px;
}

@media(max-width: 991px) {
    .news__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .news {
        padding-bottom: 40px;
    }
}

@media(max-width: 576px) {
    .news__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
    }

    .news {
        padding-bottom: 30px;
    }
}

.articles .tidings__text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
}

.articles .tidings__item {
    justify-content: unset;
}

.tidings__tags {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: auto;
}

.tidings__tag {
    font-family: Lato;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 6px 9px;
    border: 1px solid #FFFFFF80;
    border-radius: 10px;
    background-color: transparent;
}

.tidings__tag:hover {
    border-color: #4BD3FF;
    color: #4BD3FF;
}

.events .tidings__name {
    margin-bottom: 16px;
}

.events .tidings__tags {
    margin-top: unset;
}

.events .tidings__item {
    justify-content: unset;
}

.events .tidings__upper {
    margin-bottom: unset;
}

@media(max-width: 1440px) {
    .articles .news__grid {
        gap: 32px 40px;
    }

    .events .news__grid {
        gap: 30px;
    }
}


@media(max-width: 991px) {
    .articles .news__grid {
        gap: 22px 20px;
    }
}


@media(max-width: 576px) {
    .events .tidings__date {
        margin-bottom: 16px;
    }

    .articles .tidings__tags {
        display: none;
    }

    .events .news__grid {
        gap: 20px 10px;
    }

    .tidings__tag {
        font-size: 14px;
    }

    .articles .tidings__text {
        margin-bottom: unset;
    }

    .articles .tidings__item {
        justify-content: space-between;
    }


}

.news-detail {
    padding-bottom: 100px;
}

[class$="__overflow"] {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

[class$="__overflow"]::-webkit-scrollbar {
    display: none;
}

.news-detail__block {
    background-color: #fff;
    padding: 40px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-detail__block:not(:last-child) {
    margin-bottom: 40px;
}

.news-detail__block p {
    font-family: Lato;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #000;
    line-height: 115%;
    letter-spacing: 0%;
}

.news-detail__block span {
    font-family: Lato;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #097CFF;
    line-height: 115%;
    letter-spacing: 0%;
}

.news-detail__block h2 {
    color: #000;
}

.news-detail__block h3 {
    color: #000;
}

.news-detail__texts {
    max-width: 881px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-detail__block ul {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding-left: 10px;
    list-style-position: inside;
    margin: 0;
    list-style-type: unset;
    margin-bottom: 20px;
}

.news-detail__block li {
    font-family: Lato;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #000;
    line-height: 115%;
    letter-spacing: 0%;
    list-style-type: unset;
    list-style: none;
}

.news-detail__block ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.news-detail__block ul li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: relative;
    top: 7px;
    flex-shrink: 0;
}

.news-detail__block a {
    color: #097CFF;
    text-decoration: underline;
    transition: color .3s;
}

.news-detail__block a:hover {
    color: #000;
}


.news-detail__block strong {
    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 17px;
    color: #000000;
    line-height: 115%;
    letter-spacing: 0%;


}

.news-detail__date {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 9px;
    background-color: #F3F3F3;
    border-radius: 10px;
    max-width: max-content;
}

.news-detail__date span {
    color: #505050;
    font-size: 15px;
    line-height: 115%;
    position: relative;
    top: 3px;
}

.news-detail__flex {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 60px;
    justify-content: space-between;
}

h4 {
    font-family: Lato;
    font-weight: 900;
    font-style: Black;
    font-size: 17px;
    color: #000;
    line-height: 115%;
    letter-spacing: 0%;

}

.news-detail__img {
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px #FFFFFF36 inset;
    width: 100%;
    max-width: 743px;
}

.news-detail__flex-2 {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
}

.news-detail__img-2 {
    border-radius: 20px;
    max-width: calc(50% - 15px);
}

.news-detail-tidings .tidings__text {
    margin-bottom: 16px;
}

@media(max-width: 1440px) {
    .news-detail__texts {
        max-width: 465px;
    }

    .news-detail__img {
        height: auto;
        display: block;
        object-fit: cover;
        max-width: 652px;
    }

    .news-detail__flex {
        align-items: stretch;
    }

    .news-detail__block span {
        font-size: 16px;
    }

    .news-detail__block p {
        font-size: 16px;
    }

    .news-detail__block ul li {
        font-size: 16px;
    }

    .news-detail__date span {
        font-size: 15px;
        top: 1px;
    }

    .news-detail__block {
        padding: 30px;
    }

    .news-detail__block:not(:last-child) {
        margin-bottom: 20px;
    }

    h4 {
        font-size: 16px;
    }

}

@media(max-width: 1199px) {
    .news-detail__block {
        flex-direction: column;
    }

    .news-detail__texts {
        max-width: 100%;
    }

    .news-detail__img {
        max-width: 100%;
    }

    .news-detail__flex {
        gap: 20px;
    }
}

@media(max-width: 991px) {
    .news-detail__block {
        padding: 20px;
    }

    .news-detail__block:not(:last-child) {
        margin-bottom: 10px;
    }

    .news-detail__block p {
        font-size: 15px;
    }

    .news-detail__block span {
        font-size: 15px;
    }

    .news-detail__block ul li {
        font-size: 15px;
    }

    .news-detail__block ul {
        margin-bottom: unset;
    }



    .news-detail__date span {
        top: 1.5px;
    }

    .news-detail__block h2 {
        text-align: left;
    }

    .news-detail__img {
        max-height: 238px;
    }

    .news-detail__flex-2 {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 10px;
    }

    .news-detail__img-2 {
        max-width: 100%;
        width: 100%;
    }

    .news-detail__block ul li::before {
        top: 6px;
    }

    .news-detail {
        padding-bottom: 30px;
    }
}

@media(max-width: 576px) {
    .news-detail__img {
        max-height: 152px;
    }

    .news-detail-tidings .tidings__tags {
        display: none;
    }

    .news-detail-tidings .tidings__text {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        margin-bottom: unset;
    }
}