@charset "UTF-8";
/* CSS Document */

/*
Theme Name: AlexMade
Author: Alex Made
Author URI: http://alexmade.ru/
*/

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'MT Sans Light Condensed';
    src: url('font/MTSans-LightCondensed.eot');
    src: url('font/MTSans-LightCondensed.eot?#iefix') format('embedded-opentype'),
        url('font/MTSans-LightCondensed.woff2') format('woff2'),
        url('font/MTSans-LightCondensed.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MT Sans Condensed Regular';
    src: url('font/MTSans-RegularCondensed.eot');
    src: url('font/MTSans-RegularCondensed.eot?#iefix') format('embedded-opentype'),
        url('font/MTSans-RegularCondensed.woff2') format('woff2'),
        url('font/MTSans-RegularCondensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MT Sans Condensed Bold';
    src: url('font/MTSans-BoldCondensed.eot');
    src: url('font/MTSans-BoldCondensed.eot?#iefix') format('embedded-opentype'),
        url('font/MTSans-BoldCondensed.woff2') format('woff2'),
        url('font/MTSans-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    background: #f8f8f8;
}

.body {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    font-family: 'MT Sans Light Condensed';
    font-size: 20px;
    font-weight: normal;
    color: #1a1a1a;
    background: #fff;
    overflow-x: hidden;
}

section {
    width: 100%; 
    padding-top: 80px;
    padding-bottom: 110px; 
}

.container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box; 
}

a:hover {
    opacity: 0.8;
}

.header {
    height: 178px;
    position: absolute;
    width: 100%;
}

.logo {
    height: 60px;
    display: block;
}

.logo svg {
    height: 100%;
    width: auto;
}

.header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.header .right {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}


.menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.menu li a:hover {
    opacity: 1;
} 

.menu li {
    list-style: none;
}

.sub-menu {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    gap: 5px;
    padding-top: 5px;
}

.menu li.menu-item-has-children:hover .sub-menu{
    display: flex;
}

.service-one {
    height: 1080px;
    max-height: 100vh;
    padding: 0;
}

.service-one .container {
    height: 100%;
}

.service-one .bgr {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 76%, rgba(0, 0, 0, 0.3) 76%, rgba(0, 0, 0, 0.9) 100%);
}

.service-one .bgrtwo {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.9) 100%);
}

.cont-icon {
    height: 22px;
    width: auto;
    display: block;
}

.cont-icon svg {
    height: 100%;
    width: auto;
}

.cont-icon:hover {
    filter: brightness(10);
}

.contact {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.contact svg {
    height: 20px;
    width: auto;
}

.contact span {
    color: #fff;
    font-size: 20px;
}

.service-one .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 36px;
}

h1 {
    font-family: 'MT Sans Condensed Regular';
    color: #fff;
    font-size: 70px;
    font-weight: normal;
    line-height: 94%;
}

b {
    font-weight: normal;
}

.service-one .text-one {
    font-size: 33px;
    color: #B3B3B3;
    text-transform: uppercase;
}

.service-one .text-two {
    color: #fff;
    font-size: 24px;
}

.button {
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px #fff solid;
    padding: 0 20px;
    border-radius: 22px;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
}

.button:hover {
    border-color: #fff !important;
    color: #fff !important;
    opacity: 1 !important;
}

.button-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

h2 {
    font-size: 62px;
    color: #fff;
    font-family: 'MT Sans Condensed Regular';
    font-weight: normal;
    padding-bottom: 60px;
    line-height: 94%;
}

h3 {
    font-weight: normal;
    font-size: 24px;
}

.service-two .container {
    height: auto;
}

.service-two .block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 60px;
}

.service-two .block .item {
    width: calc(25% - 45px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.service-two .block .item .img {
    height: 255px;
    width: 100%;
    border-radius: 5px;
}

.service-two h3 {
    color: #fff;
    line-height: 100%;
}

.service-two h3 b {
    font-family: 'MT Sans Condensed Regular';
}

.service-three {
    background: linear-gradient(90deg,#DBDBDB 0%, #DBDBDB 30%, #e6e6e6 30%, #e6e6e6 100%);
}

.service-three h2,
.service-four h2,
.service-six h2,
.service-seven h2 {
    color: #1a1a1a;
}

.service-three .block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
}

.mySwiper2 {
    width: calc(50% - 45px);
    border-radius: 5px;
}

.mySwiper1 {
    width: calc(50% + 90px);
    align-items: center;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
}

.mySwiper1 .swiper-wrapper {
    height: auto !important;
}

.mySwiper1 .swiper-slide {
    height: auto !important;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%; 
}

.mySwiper1 .swiper-slide h3 {
    font-size: 32px;
    font-family: 'MT Sans Condensed Regular';
    line-height: 94%;
    color: #555;
    width: calc(100% - 90px);
    padding-left: 10px;
    font-weight: normal;
}

.mySwiper1 .swiper-slide-thumb-active {
    cursor: default;
    padding-left: 0;
}

.mySwiper1 .swiper-slide::before {
    content: '';
    width: 80px;
    height: 1px;
    background: #1a1a1a;
    display: block;
    background: rgba(0, 0, 0, 0);
}

.mySwiper1 .swiper-slide-thumb-active::before {
    background: #1a1a1a;
}

.mySwiper1  .swiper-slide-thumb-active h3 {
    color: #1a1a1a;
    
}

.service-four {
    background: linear-gradient(90deg,#f8f8f8 0%, #f8f8f8 70%, #f1f1f1 70%, #f1f1f1 100%);
}

.service-four .block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 90px;
    width: 100%;
}

.service-four .right {
    width: calc(35% - 45px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.service-four .right img {
    width: 100%;
    height: auto;
    border: 1px #ccc solid;
    border-radius: 5px;
}

.service-four .left {
    width: calc(65% - 45px);
}

.service-four .left .text {
    font-size: 32px;
}

.service-four .left .text b  {
    font-family: 'MT Sans Condensed Regular';
}

.service-five .bgr{
    background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 30%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 100%);
    padding-top: 80px;
    padding-bottom: 110px; 
    width: 100%;
}

section.service-five {
    padding: 0;
}

.service-five .block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;
}

.service-five .item {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    min-width: 410px;
}

.service-five .item span {
    font-size: 50px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-family: 'MT Sans Condensed Regular';
    text-align: center;
    background: #1a1a1a;
    border-radius: 5px;
}

.service-five .item h3 {
    color: #fff;
    font-size: 32px;
    line-height: 94%;
}

.service-six {
    background: linear-gradient(90deg, #fff 0%, #fff 70%, #f8f8f8 70%, #f8f8f8 100%);
}

.service-six .block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 90px;
}

.service-six .left {
    width: calc(60% - 45px);
}

.tags {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.tags span {
    font-size: 22px;
    line-height: 25px;
    height: 28px;
    padding: 0 10px;
    border-radius: 14px;
    border: 1px #555 solid;
    color: #555;
    white-space: nowrap;
    text-transform: lowercase;
}

.service-six .right {
    width: calc(60% - 45px);
}

.service-six .right img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.column{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.accordion-box {
    width: 100%;
}

.accordion {
    width: 100%;
}

.accordion input {
    display: none;
    position: absolute;
    visibility: hidden;
    left: 50%;
    top: 50%;
    z-index: 1;
}

.accordion__header {
    background-color: #f8f8f8;
    background-image: url(img/plus.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 18px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding: 14px 20px;
    margin: 0;
    font-size: 28px;
    border-radius: 5px;
    font-family: 'MT Sans Condensed Regular';
}

.accordion__header:hover {
    opacity: 0.9;
}

.accordion .accordion__header:last-child {
  border-bottom: 0px solid #fff;
}

.accordion input:checked ~ .accordion__header {
    background-image: url(img/minus.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 18px;
    border-radius: 5px 5px 0 0;
    color: #fff;
}
.accordion input:checked ~ .accordion__header:hover {
    opacity: 0.9;
    cursor: default;
}

.accordion input:checked ~ .accordion__header:after {
    display: none;
}

.accordion__content {
    background: #fff;
    display: none;
    padding: 14px 20px;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    font-size: 28px;
}

.accordion input:checked ~ .accordion__content {
    display: block;
}

.service-seven {
    background: linear-gradient(90deg,#DBDBDB 0%, #DBDBDB 30%, #e6e6e6 30%, #e6e6e6 100%);
}

.service-eight {
    padding: 0;
}

.service-eight .bgr {
    width: 100%;
    background: linear-gradient(90deg,rgba(255,255,255,0) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0.2) 70%, rgba(255,255,255,0.2) 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}

.service-eight .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.service-eight h2 {
    font-size: 45px;
    line-height: 94%;
    padding: 0;
}

.service-eight .button-box {
    margin-right: 10%;
}

.footer {
    background: #1a1a1a;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.footer .text {
    color: #fff;
}

.mess {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.mess a {
    width: 34px;
    height: 34px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.mess a img {
    filter: brightness(10);
    height: 20px;
    width: auto;
}

.contacts {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
}

.contacts div {
    align-items: flex-start;
}

.home-one {
    background: linear-gradient(90deg,#1a1a1a 0%, #1a1a1a 70%, #292929 70%, #292929 100%);
    padding-top: 190px;
    padding-bottom: 136px;
}

.home-one .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 90px;
}

.home-one .left {
    width: calc(50% - 45px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 36px;
}

.home-one h1 {
    font-size: 52px;
}

.home-one .right {
    width: calc(50% - 45px);
    border-radius: 5px;
}

.home-one .text {
    color: #fff;
}

.files {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
}

.files a {
    color: #555;
}

.files a:hover {
    color: #fff;
}

.home-two h2 {
    color: #fff;
}

.home-two .mySwiper1 .swiper-slide h3 {
    color: #f8f8f8;
}

.home-two .mySwiper1 .swiper-slide-thumb-active h3 {
    color: #ffff;
}

.home-two .mySwiper1 .swiper-slide-thumb-active::before {
    background: #fff;
}

.home-three {
    background: linear-gradient(90deg,#f8f8f8 0%, #f8f8f8 70%, #fff 70%, #fff 100%);
}

.home-three h2 {
    color: #1a1a1a;
}

.home-three .box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 50px;
    width: 100%;
}

.home-three .box .item {
    width: calc(20% - 40px);
}

.home-three .box .item .img {
    height: 200px;
    width: 100%;
    border-radius: 5px;
}

.home-three h3,
.home-three h4 {
    font-family: 'MT Sans Condensed Regular';
    line-height: 94%;
    font-weight: normal;
}

.home-three h4 {
    margin-top: 14px;
}

.home-three .block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
}

.home-four .block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 90px;
}

.home-four .left {
    width: calc(50% - 45px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.home-four .left .item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.home-four .left .item img {
    width: 47px;
    height: auto;
}

.home-four .left .item h3 {
    color: #fff;
    line-height: 94%;
    font-family: 'MT Sans Condensed Regular';
    font-weight: normal;
}

.home-four .right {
    width: calc(50% - 45px);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.mySwiper4 {
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    margin: 0;
}

.mySwiper4 .swiper-slide img {
    width: 100%;
    height: auto;
}

.home-five {
    background: linear-gradient(90deg,#292929 0%, #292929 30%, #1a1a1a 30%, #1a1a1a 100%);
}

.home-five .block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
}

.home-five .block .item {
    width: calc(16.66% - 16.66px);
}

.home-five .block .item .img {
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    border-radius: 5px;
}

.home-five .block .item .arr {
    width: 60px;
    height: 60px;
    background: #1c90a1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: -40px;
    z-index: 1;
}

.home-five .block .item .arr img {
    width: 26px;
    height: auto;
}

.home-five .block .item:last-child .arr {
    display: none;
}

.home-five .block .item h3 {
    color: #fff;
    margin-top: 20px;
    font-size: 26px;
}

.home-six {
    background: linear-gradient(90deg,#f8f8f8 0%, #f8f8f8 70%, #fff 70%, #fff 100%);
}

.home-six h2 {
    color: #1a1a1a;
}

.mySwiper3 {
    width: 100%;
}

.mySwiper3 .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 90px;
}

.mySwiper3 .swiper-slide .left {
    width: calc(50% - 45px);
}

.mySwiper3 .swiper-slide .right {
    width: calc(50% - 45px);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    color: #fff;
    padding: 10px;
    font-family: 'MT Sans Condensed Regular';
}

.swiper-button-prev,
.swiper-button-next {
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background: #1c90a1;
    margin: 0;
}

.swiper-button-prev {
    border-radius: 5px 0 0 5px;
}

.swiper-button-next {
    border-radius: 0 5px 5px 0;
}

.navig {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    height: 20px;
}

.mySwiper3 .swiper-slide .left h3 {
    font-family: 'MT Sans Condensed Regular';
    font-size: 36px;
    margin-bottom: 20px;
}

.mySwiper3 .swiper-slide .left h3 span {
    background: #1c90a1;
    padding: 0 2px;
    color: #fff;
    border-radius: 5px;
    margin-right: 4px;
}

.home-seven .bgr {
    width: 100%;
    background: none;
    padding-top: 80px;
    padding-bottom: 80px;
}

.bread {
    color: #f8f8f8;
}

.bread a {
    text-decoration: none;
}

.footer .menu {
    flex-direction: column;
    gap: 4px;
}

.footer .text {
    font-size: 18px;
}

.burger {
    height: 16px;
    filter: brightness(10);
    display: none;
}

.overlay {
    display:none; 
    position:fixed; 
    z-index:999; 
    opacity:0.7; 
    filter:alpha(opacity=50); 
    top:0; 
    right:0; 
    left:0; 
    bottom:0; 
    background:#000;
    text-align: center;
}

.popup {
    display:none; 
    position:fixed; 
    overflow-y: auto;
    z-index:1000;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
}

.popup-box {
    width: calc(100% - 30px);
    height: auto;
    background: #fff;
    margin: 15px 15px 0 15px;
    padding: 32px 15px 50px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    max-width: 400px;
}

.popup-box h2 {
    font-size: 42px;
    padding-bottom: 10px;
}

.popup-form {
    margin: 6% auto 0 auto;
    max-width: 400px;
    padding: 32px 30px;
}

.close {
    display:block; 
    width:20px;  
    cursor:pointer;  
    height:16px;    
    top:40px; 
    right:40px; 
}

.popup .menu li a {
    color: #1a1a1a;
    font-family: 'MT Sans Condensed Regular';
    font-size: 22px;
}

.popup .menu {
    flex-direction: column;
    gap: 20px;
}

.popup .contacts {
    padding-top: 50px;
    gap: 30px;
}

.popup .contact span {
    color: #1a1a1a;
}

.wpcf7 input {
    font-size: 18px;
    font-family: 'MT Sans Condensed Regular';
    padding: 10px;
    border-radius: 5px;
    border: 1px #777 solid;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 20px;
    box-sizing: border-box;
}

.wpcf7 textarea {
    font-size: 18px;
    font-family: 'MT Sans Condensed Regular';
    padding: 10px;
    border-radius: 5px;
    border: 1px #777 solid;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 20px;
    box-sizing: border-box;
    resize: vertical;
    height: 100px;
}

.wpcf7-file {
    font-size: 14px !important;
    border: none !important;
    padding: 0 !important;
}

.wpcf7-submit {
    color: #fff;
    border-radius: 22px !important;
}

.wpcf7-spinner {
    display: none !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0 0 !important;
    padding: 10px !important;
    border-width: 1px !important;
    border-radius: 5px;
    font-size: 18px !important;
}

.wpcf7-form br {
    display: none !important;
}

.about-two {
    background: #1c90a1;
}

.mySwiper5 .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
}

.mySwiper5 .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.about-three .box {
    flex-wrap: wrap;
}

.about-four {
    background: linear-gradient(90deg,#DBDBDB 0%, #DBDBDB 30%, #e6e6e6 30%, #e6e6e6 100%);
}

.about-four .block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 90px;
}

.about-four .left,
.about-four .right {
    width: calc(50% - 45px);
}

.about-four h2 {
    color: #1a1a1a;
}

.about-four .left .text {
    font-size: 32px;
    font-family: 'MT Sans Condensed Regular';
}

.about-four .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.mySwiper6 {
    height: 100%;
    border-radius: 5px;
}

.contact-one .right {
    border-radius: 5px;
    overflow: hidden;
}

.contact-one .right iframe,
.contact-one .right div {
    width: 100% !important;
    height: 100% !important;
}

.services-one .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
}

.services-one .container .left {
    width: 100%;
    gap: 30px;
}

.services-one .tags {
    max-width: 850px;
}

.services-one .blok {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 50px;
    width: 100%;
    margin-bottom: -280px;
    
}

.services-one .blok .item {
    width: calc(20% - 40px);
    text-decoration: none;
}

.services-one .blok .item .img {
    height: 200px;
    width: 100%;
    border-radius: 5px;
}

.services-one .blok .item h4 {
    font-family: 'MT Sans Condensed Regular';
    line-height: 94%;
    font-weight: normal;
    margin-top: 14px;
    color: #1a1a1a;
}

.services-one .blok .item h4 br {
    display: none;
}

.services-one .blok .item h4 b {
    color: #1a1a1a;
}

.services-two {
    height: 400px;
    padding-top: 280px;
    background: linear-gradient(90deg,#f8f8f8 0%, #f8f8f8 30%, #fff 30%, #fff 100%);
}

.services-two h2 {
    padding-bottom: 30px;
    color: #1a1a1a;
}

.services-two .text {
    color: #1a1a1a;
}

.services-two .big-text {
    color: #777;
    font-size: 24px;
    padding-top: 40px;
}

.services-two .big-text b {
    color: #1a1a1a;
    font-family: 'MT Sans Condensed Regular';
}

.services-three .right {
    border-radius: 10px;
}

.services-three .left .item h3 {
    font-family: 'MT Sans Light Condensed';
}

.services-three .left .item h3 b  {
    font-family: 'MT Sans Condensed Regular';
}


@media screen and (max-width: 1240px) {
    .header {
        height: 110px;
    }

    .logo {
        height: 44px;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        padding-bottom: 40px;
        font-size: 46px;
    }

    .service-one .container {
        font-size: 30px;
    }

    .service-one .text-one {
        font-size: 26px;
    }

    .service-one .text-two {
        font-size: 20px;
    }

    section,
    .service-five .bgr,
    .service-eight .bgr {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .service-two .block,
    .service-five .block {
        gap: 30px;
    }

    .service-two .block .item {
        width: calc(25% - 22.5px);
    }

    h3,
    .mySwiper1 .swiper-slide h3,
    .service-four .left .text,
    .service-five .item h3 {
        font-size: 22px;
    }

    .service-two .block .item .img {
        height: 220px;
    }

    .service-four .block,
    .service-six .block {
        gap: 60px;
    }

    .mySwiper1 {
        width: calc(50% + 60px);
        padding-top: 0;
        padding-bottom: 0;
    }

    .mySwiper1 .swiper-slide-thumb-active {
        padding-left: 0;
    }

    .mySwiper1 .swiper-slide::before {
        width: 50px;
    }

    .mySwiper1 .swiper-slide h3 {
        width: calc(100% - 60px);
    }

    .service-four .left,
    .service-four .right {
        width: calc(65% - 30px);
    }

    .service-five .item span {
        font-size: 30px;
        line-height: 43px;
        width: 42px;
        height: 42px;
    }

    .service-six .left {
        width: calc(55% - 30px);
    }

    .service-six .right {
        width: calc(45% - 30px);
    }

    .accordion__header,
    .accordion__content {
        font-size: 22px;
    }

    .service-eight h2 {
        font-size: 46px;
    }

    .service-eight .button-box {
        margin-right: 0;
    }

    .tags span {
        font-size: 18px;
        line-height: 22px;
        height: 24px;
        padding: 0px 7px;
        border-radius: 12px;
    }

    .home-one {
        padding-top: 145px;
        padding-bottom: 80px;
    }

    .home-one .left {
        gap: 30px;
    }

    .home-one h1 {
        font-size: 48px;
    }

    .home-three .box {
        gap: 30px;
    }

    .home-three .box .item {
        width: calc(20% - 24px);
    }

    .home-one .container {
        gap: 60px;
    }

    .home-one .left,
    .home-one .right {
        width: calc(50% - 15px);
    }

    .home-five .block .item h3 {
        font-size: 22px;
    }

    .mySwiper3 .swiper-slide {
        gap: 60px;
    }

    .mySwiper3 .swiper-slide .left,
    .mySwiper3 .swiper-slide .right {
        width: calc(50% - 15px);
    }
} 

@media screen and (max-width: 1024px) {
    .home-one .container {
        flex-direction: column;
    }

    .home-one .left,
    .home-one .right {
        width: 100%;
    }

    .home-one h1 br {
        display: none;
    }

    .home-one .right {
        height: 300px;
    }

    .home-three .box {
        flex-wrap: wrap;
    }

    .home-three .box .item {
        width: calc(33.33% - 20px);
    }

    .home-five .block .item .img {
        height: 120px;
    }

    .home-five .block .item h3 {
        font-size: 20px;
    }

    .swiper-button-prev, .swiper-button-next {
        position: relative;
        width: 34px;
        height: 34px;
    }
}


@media screen and (max-width: 960px) {
    .service-one .container {
        gap: 26px;
        padding-top: 50px;
    }

    h1 {
        font-size: 42px;
    }

    .button {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding: 0 16px;
        border-radius: 20px;
    }

    h2,
    .service-eight h2 {
        font-size: 36px;
    }

    .service-five .item {
        max-width: 380px;
    }
}

@media screen and (max-width: 900px) {
    .service-two .block .item .img {
        height: 180px;
    }

    .service-five .item {
        width: calc(50% - 15px);
        min-width: auto;
    }

    .footer .container {
        flex-wrap: wrap;
    }

    .footer .logo {
        width: 100%;
        margin-bottom: 20px;
    }

    .header .menu {
        gap: 20px;
    }

    .home-five .block {
        flex-wrap: wrap;
    }

    .home-five .block .item {
        width: calc(33.33% - 13.33px);
    }

    .home-five .block .item:first-child {
        order: 1;
    }

    .home-five .block .item:nth-child(2) {
        order: 2;
    }

    .home-five .block .item:nth-child(3) {
        order: 3;
    }

    .home-five .block .item:nth-child(3) .img {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .home-five .block .item:nth-child(3) .img .arr {
        margin-right: 10px;
    margin-bottom: -40px;
    transform: rotate(90deg);
    }

    .home-five .block .item:nth-child(4) {
        order: 6;
    }

    .home-five .block .item:nth-child(5) {
        order: 5;
    }

    .home-five .block .item:nth-child(6) {
        order: 4;
    }

    .home-five .block .item:nth-child(4) .img,
    .home-five .block .item:nth-child(5) .img {
        justify-content: flex-start;
    }

    .home-five .block .item:nth-child(4) .img .arr,
    .home-five .block .item:nth-child(5) .img .arr {
        margin-right: 0;
        margin-left: -40px;
    transform: rotate(180deg);
    }

    .home-five .block .item .img {
        height: 150px;
    }

    .home-four .block {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .home-four .left,
    .home-four .right {
        width: 100%;
    }

    .mySwiper4 {
        max-width: none;
    }

    .mySwiper4 .swiper-slide {
        border-radius: 5px;
        height: auto;
    }
}

@media screen and (max-width: 740px) {
    .header .menu-top-menu-container {
        display: none;
    }

    .burger {
        display: block;
    }

    .service-two .block {
        flex-wrap: wrap;
    }

    .service-two .block .item {
        width: calc(50% - 15px);
    }

    .mySwiper1 {
        width: calc(50% + 40px);
        padding-top: 0;
        padding-bottom: 0;
    }

    .mySwiper1 .swiper-slide-thumb-active {
        padding-left: 0;
    }

    .mySwiper1 .swiper-slide::before {
        width: 30px;
    }

    .mySwiper1 {
        width: calc(50% + 60px);
        padding-top: 0;
        padding-bottom: 0;
    }

    .mySwiper1 .swiper-slide-thumb-active {
        padding-left: 0;
    }

    .mySwiper1 .swiper-slide h3 {
        width: calc(100% - 40px);
    }

    .service-six .block {
        gap: 30px;
    }

    .service-six .left,
    .service-six .right {
        width: calc(55% - 15px);
    }

    .footer .container {
        flex-direction: column;
        gap: 40px;
    }

    .footer .logo {
        order: 1;
    }

    .menu-bottom-menu-container {
        order: 2;
    }

    .footer .menu {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer .menu li {
        white-space: nowrap;
    }

    .footer .contacts {
        order: 3;
        flex-direction: row;
        gap: 30px;
        flex-wrap: wrap;
    }

    .footer .text {
        order: 4;
    }

    .footer .text br {
        display: none;
    }

    .mess {
        margin-top: 0;
    }

    .service-eight h2 br {
        display: none;
    }

    .home-three .box .item {
        width: calc(50% - 15px);
    }

    .mySwiper3 .swiper-slide {
        flex-direction: column;
    }

    .mySwiper3 .swiper-slide .left, .mySwiper3 .swiper-slide .right {
        width: 100%;
    }

    .mySwiper3 .swiper-slide .right {
        height: 250px;
    }
}

@media screen and (max-width: 680px) {
    h1 {
        font-size: 36px;
    }

    h1 br {
        display: none;
    }

    h2, .service-eight h2 {
        font-size: 30px;
    }

    .service-one .text-two {
        font-size: 18px;
    }

    .service-two .block .item {
        width: 100%;
    }

    .service-three .block {
        flex-direction: column;
    }

    .mySwiper2 {
        width: 100%;
        height: 250px;
        margin-bottom: 30px;
    }

    .mySwiper1 {
        width: 100%;
    }

    .service-four .block {
        flex-direction: column;
    }

    .service-four .left, .service-four .right {
        width: 100%;
    }

    .service-five .item {
        width: 100%;
    }

    .service-six .block {
        flex-direction: column;
    }

    .service-six .left, .service-six .right {
        width: 100%;
    }

    .accordion input:checked ~ .accordion__header,
    .accordion__header {
        background-size: 12px;
    }

    .service-eight .container {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }

    .home-three .box .item {
        width: 100%;
    }

    .home-one h1 {
        font-size: 36px;
    }

    .home-one h1 br{
        display: none;
    }

    .home-five .block .item {
        width: calc(50% - 10px);
    }

    .home-five .block .item .arr {
        width: 40px;
        height: 40px;
    }

    .home-five .block .item .arr img {
        width: 24px;
    }


    .home-five .block .item:nth-child(3) {
        order: 4;
    }

    .home-five .block .item:nth-child(4) {
        order: 3;
    }

    .home-five .block .item:nth-child(6) {
        order: 6;
    }

    .home-five .block .item .arr {
        margin-right: -30px;
    }

    .home-five .block .item:nth-child(2) .img {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .home-five .block .item:nth-child(2) .img .arr {
        margin-right: 10px;
        margin-bottom: -20px;
        transform: rotate(90deg);
    }

    .home-five .block .item:nth-child(3) .img {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .home-five .block .item:nth-child(3) .img .arr {
        margin-right: 0;
        margin-bottom: 0;
        margin-left: -30px;
        transform: rotate(180deg);
    }

    .home-five .block .item:nth-child(4) .img {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .home-five .block .item:nth-child(4) .img .arr {
        margin-right: 10px;
        margin-bottom: -20px;
        margin-left: 0;
        transform: rotate(90deg);
    }

    .home-five .block .item:nth-child(5) .img {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    .home-five .block .item:nth-child(5) .img .arr {
        margin-right: -30px;
        margin-bottom: 0;
        margin-left: 0;
        transform: none;
    }
}

@media screen and (max-width: 420px) {
    .header .contact span {
        display: none;
    }

    
}



