/*==========  Desktop First Method  ==========*/
@media only screen and (max-width : 1700px) {
    .hero, .slider-hero__image {
        height: 900px;
    }
    .hero__title {
        font-size: 48px;
        max-width: 645px;
        line-height: 110%;
    }
    .hero {
        padding-top: 165px;
    }
    .btn-main {
        height: 56px;
        font-size: 15px;
        border-radius: 24px 0;
        padding: 0 18px;
    }
    .hero__bottom {
        margin-top: 69px;
    }
    .hidden-laptop {
        display: none !important;
    }
    .item-service {
        padding: 16px;
    }
    .item-service>.item-service__bottom {
        gap: 24px;
        flex-direction: column;
        align-items: flex-start;
    }
    .item-industry__arrow, .item-service__arrow, .item-service__plus, .item-service__icon {
        width: 48px;
        height: 48px;
    }
    .item-service__top {
        font-size: 30px;
    }
    .item-service--main {
        height: 526px;
    }
    .item-service__inner {
        min-height: 348px;
    }
    .industries .name-section {
        padding-top: 0;
    }
    .item-industry__image {
        width: 280px;
        height: 324px;
    }
    .item-industry__content {
        padding: 24px 16px;
        font-size: 15px;
    }
    .cases .controls {
        margin-top: 0;
    }
    .about__wrapper {
        gap: 134px;
    }
    .news .title-section {
        font-size: 30px;
        line-height: 125%;
        max-width: 530px;
    }
    .news .name-section {
        font-size: 12px;
    }
    .item-news {
        width: 420px;
    }
    .slider-news {
        margin: 0;
    }
    .footer__about {
        margin-top: 114px;
    }
    .footer__bottom {
        padding-right: 0;
        padding-bottom: 72px;
    }
    .subscribe__title {
        font-size: 24px;
        line-height: 135%;
    }
    .news__grid {
        grid-template-columns: 1fr 3fr;
    }
    .news .name-section {
        font-weight: 400;
    }
    .menu__dropdown-grid {
        max-width: 1065px;
    }
    .menu__dropdown-grid.menu__dropdown-grid--main {
        max-width: 1070px;
    }
}

@media only screen and (max-width : 1400px) {
    .metrics__value {
        font-size: 81px;
        margin-bottom: 25px;
    }
    .metrics {
        gap: 15px;
    }
    .metrics__item {
        padding: 15px;
    }
    .metrics__value small {
        font-size: 24px;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .menu {
        display: none;
    }
    .header {
        padding: 18px 0;
    }
    .burger {
        width: 48px;
        height: 48px;
        background-image: url(/img/burger.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        flex: none;
        cursor: pointer;
    }
    .header__wrapper {
        gap: 24px;
    }
    .header__wrapper .logo {
        margin-right: auto;
    }
    .hero, .slider-hero__image {
        height: 960px;
    }
    .hero {
        padding-top: 193px;
    }
    .hero__bottom {
        margin-top: 100px;
    }
    .name-section {
        padding-top: 64px;
        margin-bottom: 24px;
    }
    .head-section {
        display: block;
    }
    .title-section {
        font-size: 30px;
        line-height: 125%;
    }
    .services__wrapper {
        padding: 64px 0;
        display: block;
    }
    .item-service--main {
        margin-bottom: 2px;
    }
    .services .title-section {
        max-width: 481px;
    }
    .item-service--main {
        height: 426px;
    }
    .item-service__inner {
        min-height: 248px;
    }
    .services__elements {
        grid-template-columns: repeat(2, 1fr);
    }
    .item-service>.item-service__bottom {
        padding-right: 30px;
    }
    .industries .title-section {
        font-size: 38px;
        margin-bottom: 24px;
    }
    .industries__wrapper {
        padding-top: 64px;
        grid-template-columns: 1fr;
    }
    .item-industry__image {
        width: 280px;
        height: 300px;
    }
    .tabs {
        white-space: nowrap;
        overflow: auto;
        margin-right: -36px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .tabs::-webkit-scrollbar {
        display: none;
    }
    .slider-cases .item-case {
        width: 440px;
    }
    .slider-cases {
        margin: 0 -36px;
    }
    .about {
        padding-top: 40px;
    }
    .about__wrapper {
        gap: 44px;
    }
    .hidden-tablet {
        display: none !important;
    }
    .about .item-team {
        width: 196px;
    }
    .item-team__image {
        height: 216px;
    }
    .metrics__value {
        font-size: 60px;
        line-height: 100%;
    }
    .metrics__value small {
        font-size: 24px;
    }
    .metrics__item {
        padding: 24px;
        min-height: 200px;
    }
    .news__grid {
        display: block;
    }
    .news .name-section {
        margin-bottom: 16px;
    }
    .item-news {
        width: 375px;
    }
    .item-news__text {
        font-size: 15px;
    }
    .slider-news {
        margin-right: -36px;
        max-width: initial;
    }
    .news .top-section {
        margin-bottom: 24px;
    }
    .item-news__title {
        font-size: 24px;
    }
    .item-news__content {
        padding: 32px 16px;
    }
    .news .controls {
        margin-top: 64px;
    }
    .subscribe {
        margin: 0;
    }
    .container {
        padding: 0 36px;
    }
    .about .show-tablet .name-section {
        border: none;
        margin-bottom: 0;
    }
    .table-subscribe {
        padding-top: 24px;
        border-top: 1px solid #DBE2E7;
    }
    .footer__grid {
        display: block;
    }
    .footer .logo svg,
    .footer .logo img {
        width: 200px;
    }
    .footer__info {
        margin-top: 24px;
        margin-bottom: 48px;
    }
    .footer__main {
        padding-bottom: 64px;
    }
    .footer__row {
        grid-template-columns: repeat(2, 1fr);
    }
    .item-footer {
        margin-bottom: 24px;
    }
    .footer__about {
        margin-top: 80px;
    }
    .footer__about br {
        display: none;
    }
    .footer__bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .footer__bottom-links {
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .copyright {
        margin-top: 64px;
    }
    .slick-current .item-media {
        background: #fff;
        color: #04202B;
    }
    .item-industry.item-industry--more {
        min-height: 300px;
    }
    .no-scroll {
        overflow: hidden;
    }
    .menu-mobile {
        padding: 36px;
        padding-top: 96px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background: #fff;
        display: none;
        z-index: 200;
        color: #04202B;
    }
    .menu-mobile .menu {
        display: block;
        width: 100%;
    }
    .menu-mobile__content {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .menu-mobile .menu__list {
        display: block;
    }
    .menu__list>li {
        position: relative;
    }
    .menu__list>li>a {
        font-size: 24px;
        padding: 11px 0;
        font-weight: 600;
        line-height: 135%;
        border-bottom: 1px #DBE2E7 solid;
        letter-spacing: -0.01em;
        font-family: 'Raleway';
    }
    .menu-mobile__contacts {
        gap: 12px;
        width: 100%;
        padding-top: 20px;
        margin: auto 0;
        display: flex;
        align-items: center;
    }
    .menu-mobile .menu__list li>i {
        width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        z-index: 10;
    }
    .menu-mobile__close {
        width: 56px;
        height: 56px;
        position: absolute;
        top: 5px;
        right: 5px;
        background-image: url(/img/close.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 32px auto;
        z-index: 100;
    }
    .menu__dropdown {
        padding: 24px 36px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 50;
        overflow: auto;
    }
    .menu__dropdown-column {
        border: none;
        min-height: initial;
        padding: 0;
    }
    .menu__dropdown-grid {
        max-width: initial;
        grid-template-columns: repeat(2, 1fr);
    }
    .menu__dropdown--title {
        font-size: 24px;
        padding-bottom: 12px;
        margin-bottom: 32px;
        line-height: 135%;
        letter-spacing: -0.01em;
        font-weight: 600;
        font-family: 'Raleway';
    }
    .menu__dropdown-back {
        padding: 12px;
        margin-bottom: 24px;
        padding-left: 0;
        gap: 8px;
        width: 400px;
        max-width: 100%;
        display: inline-flex;
        align-items: center;
        cursor: pointer;
    }
    .menu__dropdown-back i {
        width: 24px;
        height: 24px;
        font-size: 90%;
        flex: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu__dropdown-item {
        margin-bottom: 24px;
    }
    .menu__dropdown-unit {
        padding: 0;
    }
    .menu__dropdown-grid.menu__dropdown-grid--main {
        max-width: 100%;
        grid-template-columns: 1fr;
    }
    .menu__dropdown-list.menu__dropdown-list--main li {
        margin-bottom: 18px;
    }
    .socials-list a.btn-main {
        padding-right: 18px;
    }
    .item-service.active .item-service__content {
        visibility: visible;
        transform: scale(1);
        opacity: 1;
        z-index: 2;
    }
    .item-service__content {
        top: -8px;
        left: -8px;
        right: -8px;
        bottom: -8px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767.88px) {
    .header__wrapper .btn-main {
        display: none;
    }
    .container {
        padding: 0 15px;
    }
    .burger {
        order: 2;
    }
    .logo svg,
    .logo img {
        width: 140px;
    }
    .slider-hero__image {
        height: 100vh;
    }
	
	.hero .controls {	
		justify-content: flex-end;
	}	
	
    .hero__center {
        margin: auto 0;
    }
    .hero {
        padding-top: 0;
        height: auto;
        min-height: initial;
    }
    .hero .container {
        padding-top: 110px;
        padding-bottom: 80px;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .slider-media-wrapper {
        width: 100%;
        margin-top: auto;
    }
    .hero__title {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 125%;
    }
    .hero .btn-main {
        font-size: 12px;
        height: 48px;
        margin-bottom: 20px;
        border-radius: 16px 0;
        text-transform: uppercase;
        
    }
    .hero__bottom {
        margin-top: 74px;
        margin-bottom: 8px;
        display: block;
    }
    .hero__bottom .title-min {
        margin-bottom: 12px;
		font-size: 16px;
    }
	.link-page {
		font-size: 16px;
	}	
	
	
    .item-media__image {
        width: 75px;
        height: 48px;
    }
    .item-media {
        padding: 16px;
    }
    .item-media__title {
        font-size: 15px;
        line-height: 140%;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    .item-media__date {
        margin-bottom: 8px;
    }
    .slick-arrow {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }
    .title-section {
        font-size: 24px;
    }
    .services .title-section {
        max-width: 345px;
    }
    .item-service__inner {
        min-height: 348px;
    }
    .item-service__more {
        font-size: 15px;
        line-height: 140%;
    }
    .services__elements {
        grid-template-columns: repeat(1, 1fr);
    }
    .item-service__icon {
        width: 32px;
        height: 32px;
        margin-bottom: 2px;
    }
    .item-service {
        height: auto;
    }
    .item-service--main {
        height: 426px;
    }
    .item-service__title {
        font-size: 19px;
        font-weight: 700;
        font-family: 'Segoe UI';
    }
    .item-service__top {
        font-size: 19px;
        margin-bottom: 42px;
    }
    .item-service--more .item-service__title {
        color: #C9D4DB;
    }
    .industries .title-section {
        font-size: 28px;
    }
    .item-industry {
        flex-direction: column-reverse;
    }
    .item-industry__image {
        height: 180px;
        width: 100%;
    }
    .item-industry__content {
        padding: 16px;
        line-height: 140%;
    }
    .item-industry__title {
        font-size: 19px;
        font-weight: 700;
        line-height: 140%;
        font-family: 'Segoe UI';
    }
    .item-industry__arrow {
        margin-top: 24px;
    }
    .top-section {
        padding-top: 40px;
    }
    .tabs-wrap {
        margin-bottom: 20px;
    }
    .btn-tab {
        height: 55px;
        padding: 0 20px;
        color: #04202B;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        cursor: pointer;
        font-weight: 700;
        border: 1px #04202B solid;
    }
    .btn-tab::after {
        position: relative;
        content: "\f061";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        font-size: 80%;
        transform: rotate(90deg);
        transition: all 0.3s;
    }
    .btn-tab.active::after {
        transform: rotate(-90deg);
    }
    .tabs {
        display: none;
        padding-top: 0;
        margin: 0;
    }
    .tabs a {
        justify-content: flex-start;
        text-align: left;
    }
    .slider-cases {
        margin: 0 -14px;
    }
    .slider-cases .item-case {
        width: 100%;
    }
    .item-case {
        min-height: 100%;
    }
    .item-case__title {
        font-size: 24px;
        line-height: 135%;
    }
    .item-case__text {
        font-size: 15px;
        margin-bottom: 16px;
        line-height: 140%;
    }
    .item-case__image {
        height: auto;
        margin-bottom: 14px;
		padding: 0;
    }
    .controls {
        gap: 20px;
    }
    .about {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .about__wrapper {
        display: block;
    }
    .about .item-team {
        width: 100%;
        margin-bottom: 40px;
        display: none;
    }
    .item-team__image {
        height: 380px;
    }
    .about__content .title-section {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .metrics__item {
        padding: 16px 8px;
        font-size: 14px;
        min-height: 145px;
        line-height: 140%;
    }
    .metrics__value {
        font-size: 50px;
        margin-bottom: 10px;
    }
    .metrics__value small {
        font-size: 19px;
    }
    .metrics {
        grid-template-columns: repeat(2, 1fr);
    }
    .news {
        padding-top: 64px;
    }
    .news .top-section {
        flex-direction: column-reverse;
    }
    .news .top-section .link-page {
        margin-top: -25px;
        margin-bottom: 32px;
        margin-left: auto;
    }
    .news .name-section {
        margin-bottom: 0;
    }
    .news .title-section {
        font-size: 24px;
        line-height: 135%;
    }
    .item-news {
        width: 344px;
    }
    .slider-news {
        margin-right: -15px;
    }
    .news .controls {
        margin-top: 0;
    }
    .footer {
        padding-top: 40px;
    }
    .footer__middle,
    .footer__top {
        padding: 32px 0;
        padding-bottom: 25px;
    }
    .footer__row {
        display: block;
    }
    .item-footer:last-child {
        margin-bottom: 24px;
    }
    .item-industry.item-industry--more {
        min-height: initial;
    }
    .menu-mobile {
        padding: 16px;
        padding-top: 96px;
    }
    .menu-mobile__contacts {
        margin-top: auto;
        margin-bottom: 40px;
    }
    .menu__dropdown-grid {
        grid-template-columns: 1fr;
    }
    .menu__dropdown {
        padding: 24px 16px;
    }
    .hero__bottom {
        		
		width: 100%;
		display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-content: space-between;
        align-items: baseline;
		
    }
    .item-news__content {
        padding: 16px;
    }
    .item-news__image {
        height: 180px;
    }
    .item-news__title {
        font-size: 20px;
    }
    .item-news__text {
        display: none;
    }
    .item-news__descr {
        margin-bottom: 7px;
        font-size: 14px;
    }
    .tags-news {
        padding-top: 20px;
    }
    .item-news__label {
        top: 12px;
        left: 12px;
    }
    .footer__main {
        padding-bottom: 30px;
    }
    .footer__title {
        padding: 8px 0;
        margin: 0;
        gap: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer__more {
        display: none;
        padding: 10px 0;
    }
    .footer__title--haschild {
        cursor: pointer;
    }
    .footer__title--haschild::after {
        position: relative;
        content: "\f061";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        transform: rotate(90deg);
        transition: all 0.3s;
    }
    .footer__title--haschild.active::after {
        transform: rotate(-90deg);
    }
    .footer__middle .item-footer {
        margin: 0;
    }
    .footer__about {
        margin-top: 30px;
    }
    .name-section {
        padding-top: 30px;
    }
    .industries__wrapper,
    .services__wrapper {
        padding-top: 40px;
    }
    .about__text {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 150%;
    }
    .about .name-section {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .copyright br {
        display: none;
    }
    .btn-tab {
        display: none !important;
    }
    .tabs {
        display: flex !important;
    }
    .footer__more {
        display: block !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .item-service:hover .item-service__content {
        visibility: visible;
        transform: scale(1);
        opacity: 1;
        z-index: 2;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .menu-mobile,
    .burger,
    .show-tablet {
        display: none !important;
    }
}


/*hovers*/
@media (hover: hover) {
    .item-service__arrow:hover,
    .btn-main:hover {
        background: #AE1421;
    }
    .socials-list a:hover,
    .btn-main.btn-main--gray:hover,
    .item-industry__arrow:hover,
    .slick-arrow:hover,
    .btn-main.btn-main--light:hover {
        background: #E4EAED;
        color: #04202B;
    }
    .link-page:hover {
        color: #586A72;
        border-color: #586A72;
    }
    .link-page.link-page--light:hover {
        border-color: #ABB5B8;
        color: #ABB5B8;
    }
    .item-news:hover .item-news__image img,
    .item-industry:hover .item-industry__image img {
        transform: scale(1.2);
    }
    .menu__dropdown-list a:hover,
    .footer__bottom-links a:hover,
    .footer__nav a:hover {
        color: #D11828;
    }
    .tabs a:hover {
        color: #04202B;
        border-color: #04202B;
    }
    .item-media:hover {
        background: #fff;
        color: #04202B;
    }
    .menu__list>li:hover>a {
        color: #D11828;
        border-color: #D11828;
    }
}

/*mobile hovers*/
@media (hover: none) {
    .item-service__arrow:active,
    .btn-main:active {
        background: #AE1421;
    }
    .socials-list a:active,
    .btn-main.btn-main--gray:active,
    .item-industry__arrow:active,
    .slick-arrow:active,
    .btn-main.btn-main--light:active {
        background: #E4EAED;
        color: #04202B;
    }
    .link-page:active {
        color: #586A72;
        border-color: #586A72;
    }
    .link-page.link-page--light:active {
        border-color: #ABB5B8;
        color: #ABB5B8;
    }
    .item-news:active .item-news__image img,
    .item-industry:active .item-industry__image img {
        transform: scale(1.2);
    }
    .menu__dropdown-list a:active,
    .footer__bottom-links a:active,
    .footer__nav a:active {
        color: #D11828;
    }
    .tabs a:active {
        color: #04202B;
        border-color: #04202B;
    }
    .item-media:active {
        background: #fff;
        color: #04202B;
    }
    .menu__list>li:active>a {
        color: #D11828;
        border-color: #D11828;
    }
}