* {
    font-family: 'Montserrat', sans-serif;
}

ol, ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a, a:hover {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.post .item ol {
    list-style-type: decimal;
}

.post .item ul {
    list-style-type: disc;
}

.post .item ul,
.post .item ol {
    padding-left: 15px;
}


body.active {
    overflow: hidden;
}

p.after {
    display: flex;
    align-items: center;
}

p.after span {
    width: 80px;
    height: 8px;
    transform: skew(-30deg);
    margin: 0;
}

p.after span:not(:last-child) {
    margin-right: 15px;
}

p.after span:first-child {
    background: #878787;
}

p.after span:nth-child(2) {
    background: #00FFFF;
}

p.after span:nth-child(3) {
    background: rgba(0, 255, 255, 0.15);
}

.button {
    border: none;
    outline: none;
    background: #2D2D2D;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.14);
    font-weight: 600;
    font-size: 16px;
    line-height: 68px;
    color: #FFFFFF;
    display: inline-block;
    transform: skew(-20deg);
    padding: 0 85px;
    transition: background-color .4s ease;
    box-sizing: border-box;
    max-width: 300px;
    cursor: pointer;
    text-align: center;
}

.button span {
    transform: skew(20deg);
    display: block;
}

.button:hover {
    color: #2D2D2D;
    background: #00FFFF;
}

.button:active {
    transform: skew(-20deg) translateY(1px);
}

.section__title {
    position: relative;
    margin-bottom: 20px;
}

.section__title--text {
    font-weight: 600;
    font-size: 32px;
    line-height: 78px;
    text-transform: uppercase;
    color: #2D2D2D;
    margin-bottom: 0;
}

.section__title--inner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.section__title-bg {
    position: absolute;
    left: -15px;
    width: 40%;
    background: rgba(0, 146, 170, 0.05);
    height: 100%;
    transform: skew(-20deg);
}

.section__title-bg:after {
    content: '';
    height: 100%;
    width: 10px;
    background: rgba(0, 255, 255, 0.5);
    position: absolute;
    top: 0;
    right: -20px;
}

.section__subtitle {
    max-width: 100%;
    color: #676767;
    font-size: 18px;
    text-align: center;
}

.header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

.header__contacts,
.header__links {
    display: flex;
    width: 33%;
}

.header__links a {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #2D2D2D;
}

.header__links li:first-child {
    margin-right: 17px;
    padding-right: 17px;
    position: relative;
}

.header__links li:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    background: rgba(0, 146, 170, 0.15);
    width: 2px;
}

.header__links li:first-child a {
    color: #00FFFF;
}

.header__contacts {
    align-items: center;
    font-size: 18px;
    justify-content: flex-end;
}

.header__contacts img {
    margin-right: 15px;
}

.header__nav {
    background: #00FFFF;
}

.header__nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__langs,
.header__nav .menu {
    display: flex;
    padding: 0;
    margin: 0;
}

.header__nav .menu a {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    padding: 0 30px;
    line-height: 58px;
    display: block;
}

.header__nav .menu li {
}

.header__nav .menu .current_page_item,
.header__nav .menu li:hover {
    transform: skew(-20deg);
    background: #fff;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
    transition: background-color .4s ease-in-out;

}

.header__nav .menu .current_page_item a,
.header__nav .menu li:hover a {
    transform: skew(20deg);
}

.header__langs li a {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    opacity: .5;
}

.header__langs li:first-child a {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.header__langs li.current-lang a {
    opacity: 1;
}

.header__langs li:first-child a:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
}

.hero {
    background: url('../images/hero_bg.png') no-repeat bottom right #F1F1F1;
}

.hero__slide,
.swiper {
    width: 100%;
    height: 525px;
}

.slide {
    position: relative;
}

.hero__slide {
    display: flex;
    padding-top: 54px;
    align-items: flex-start;
}

.hero__slide .slide__left {
    width: 500px;
    max-width: 100%;
}

.hero__slide .slide__right {
    width: 80%;
    max-width: calc(100% - 500px - 20px);
}

.hero__slide .slide__title {
    font-weight: 600;
    font-size: 52px;
    line-height: 76px;
    color: #2D2D2D;
    position: relative;
    padding-bottom: 20px;
}

.hero__slide .slide__info {
    font-size: 22px;
    line-height: 27px;
    color: #676767;
    margin-bottom: 70px;
    max-height: 135px;
}

.swiper-button-next, .swiper-button-prev {
    top: 0;
    height: 69px;
    transform: skew(-20deg);
    width: 100px;
    position: static;
    background: url("../images/arrow.png") no-repeat center center #fff;
}

.swiper-button-next {
    transform: skew(-20deg) rotate(180deg);
}

.swiper-button-next:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.14);
    transform: skew(-20deg);
    background-image: url("../images/arrow-a.png");
    transition: box-shadow .4s ease-in;
}

.swiper-button-prev:hover {
    transform: skew(-20deg) rotate(180deg);
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.14);
    background-image: url("../images/arrow-a.png");
    transition: box-shadow .4s ease-in;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: none;
}

.swiper-button-next:active {
    transform: skew(-20deg) translateY(1px);
}

.swiper-button-prev:active {
    transform: skew(-20deg) translateY(1px) rotate(180deg);
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.14);;
}

.swiper-arrows {
    height: 0px;
    position: absolute;
    bottom: 98px;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    padding-left: 650px;
}

.swiper-button-prev {
    margin-right: 20px;
}

.about {
    background: url("../images/1.png") no-repeat center / 120% 100%;
    padding-top: 120px;
    margin-top: -100px;
    z-index: 2;
}

.about__wrap {
    padding-top: 60px;
    color: #2D2D2D;
    background: url("../images/about-bg.png") no-repeat bottom right / 40%;
}

.about.page .about__wrap {
    background-position: 100% 20%;
}

.about__wrap h2,
.about__wrap h3,
.about__wrap h4,
.about__wrap h5,
.about__wrap h6 {
    font-weight: 700;
    color: #2D2D2D;
}

.about__wrap > * {
    max-width: 75%;
}

.about.page .about__wrap > * {
    max-width: 100%;
}

.about__wrap ul,
.about__wrap ol {
    list-style-type: disc;
    padding-left: 15px;
}

.about__bottom {
    background: linear-gradient(110deg, #929292 55%, #00FFFF 55.1%);
    clip-path: polygon(0 11%, 100% 0, 100% 100%, 0% 100%);
    margin-top: 40px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
}

.about__bt {
    position: absolute;
    top: -10%;
    margin-left: -45px;
    z-index: 2;
}

.about__all-bottom {
    position: relative;
}

.about__bottom-wrap {
    height: 235px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.about__bottom-wrap h4 {
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    color: #2D2D2D;
    margin-bottom: 0;
}

.about__bottom-wrap p {
    font-weight: 500;
    font-size: 22px;
    margin-top: 5px;
    text-transform: uppercase;
    color: #2D2D2D;
}

.about p.after {
    margin: 0;
}

.services {
    margin-top: 70px;
}

.services .section__title-bg {
    width: 52%;
}

.services__wrap {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-flow: row wrap;
}

.services__item {
    flex-basis: calc(100% / 4 - 20px);
    padding: 0 10px;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    height: 236px;
}

.services__item .item__image {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.services__item .item__name {
    background: linear-gradient(110deg, #00FFFF 75%, #FFF 75.1%);
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    left: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    box-sizing: border-box;
    transition: transform .4s ease;
    transform: translateY(150%);
}

.services__item .item__short {
    font-size: 12px;
    color: #676767;
    margin-top: 10px;
}

.services.page .services__item {
    overflow: visible;
    margin-bottom: 95px;
}

.services.page .services__item .item__name {
    background: rgba(33, 33, 33, 0.75);
    transform: translateY(0);
}

.services__item:hover .item__name {
    transform: translateY(0);
}

.services__item .item__title {
    font-weight: 500;
    color: #2d2d2d;
    font-size: 14px;
    max-width: 80%;
    transition: color .3s ease-in;
}
.products .services__item .item__title,
.services.page .services__item .item__title {
    color: #Fff;
}


.products.page {
    background: none;
    padding: 0;
}

.services__item .item__link {
    background: url("../images/arrow-a.png") no-repeat center center;
    width: 65px;
    height: 65px;
}

.services.page .services__item .item__link {
    opacity: 0;
    transition: opacity .3s ease-in;
}

.services.page .services__item:hover .item__name {
    background: linear-gradient(110deg, #00FFFF 75%, #FFF 75.1%);
}

.products.page .services__item:hover .item__name {
    background: linear-gradient(110deg, rgba(33, 33, 33, 0.5) 80%, #000 80.1%);
}

.services.page .services__item:hover .item__title {
    color: #000;
}

.products.page .services__item:hover .item__title {
    color: #fff;
}

.services.page .services__item:hover .item__link {
    opacity: 1;
}

.services__bottom {
    margin-top: 30px;
}

.services__bottom .button {
    width: 300px;
    padding: 0;
}

.about.page,
.page + .about {
    background: none;
    margin-top: 0;
    padding-top: 20px;
}

.about.page,
.page + .about {

}

.page-template section.page {
    margin-top: 40px;
    padding-top: 0;
}

.page + .about .about__bottom {
    background: #F7F7F7;
    padding-bottom: 60px;
}

.products {
    padding-top: 100px;
    margin-top: 20px;
    padding-bottom: 120px;
    background: url("../images/1.png") no-repeat center / 120% 100%;
    position: relative;
    z-index: 2;
}

.products .item {
    flex-basis: calc(100% / 3 - 30px);
}

.products .item__name {
    background: linear-gradient(110deg, rgba(33, 33, 33, 0.5) 80%, #000 80.1%);
    clip-path: polygon(0 0, 100% 28%, 100% 100%, 0% 100%);
    color: #fff;
    height: 75px;
}

.products .item__link {
    background-image: url("../images/arrow-w.png");
    position: relative;
    top: 10px;
    left: 12px;
}

.post {
    margin: 30px 0 35px;
    min-height: 400px;
}

.post .item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap;
}

.page .item {
    flex-direction: column;
}

.post .item__image {
    width: 43%;
}

.post .item__info {
    width: 55%;
    display: flex;
    flex-direction: column;
}

.post .item__title {
    font-size: 24px;
    text-transform: uppercase;
    background: rgba(0, 146, 170, 0.05);
    color: #2D2D2D;
    padding: 20px 14px;
    text-align: center;
    margin-bottom: 20px;
}

.post .item__about {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
    padding: 24px;
    line-height: 22px;
    font-size: 18px;
    color: #676767;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.post .item__text {
    margin-top: 20px;
    overflow: hidden;
    color: #000;
}

.post .item__text em {
    color: #000;
}

.post .item__text a {
    text-decoration: underline;
}

.post .item__text-wrap {
    max-height: 300px;
    overflow-y: auto;
    width: calc(100% + 17px);
}

.post .item__text h1 {
    font-size: 1.7rem;
}

.post .item__text ul {
    margin-bottom: 15px;
    margin-left: 15px;
}

.post .item__bottom {
    margin: auto 0 0;
    display: flex;
}

.post .item__bottom > * {
    margin-right: 15px;
}

.post .item__bottom > button {
    margin-right: 30px;
}

.social {
    width: 72px;
    height: 70px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .4s ease-in;
}

.social:hover {
    opacity: .8;
}

.social:active {
    transform: translateY(1px);
}

.social.viber {
    background: #7D3DAF;
}

.social.telegram {
    background: #039BE5;
}

.footer {
    background: linear-gradient(110deg, #FFF 40%, #2D2D2D 40.1%);
    padding-top: 90px;
    margin-top: -108px;
    z-index: 1;
    position: relative;
}

.post ~ .footer,
.page ~ .footer {
    margin-top: -70px;
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
    box-shadow: inset 0px 44px 89px rgba(0, 0, 0, 0.15);
}

.post ~ .footer,
.about.page + .footer {
    margin-top: 30px;
}

.footer__wrap {
    display: flex;
    justify-content: space-between;
}

.footer__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer__left > p {
    color: #2D2D2D;
    max-width: 60%;
    font-size: 12px;
    margin-top: auto;
}

.dev_copyright {
    font-size: 11px;
}

.footer__right {
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #FFFFFF;
    min-width: 60%;
    display: flex;
    flex-direction: column;
}

.footer__title {
    margin-bottom: 50px;
}

.footer__phones {
    display: flex;
    align-items: center;
    margin-left: auto;
    justify-content: flex-end;
}

.footer__phones:before {
    content: url("../images/phone.svg");
    margin-right: 20px;
}

.footer__email,
.footer__phones a {
    font-weight: 600;
    font-size: 18px;
}

.footer__email {
    margin-top: 20px;
}

.footer__phones li {
    list-style-type: none;    
}

.footer__phones li:not(:last-child) {
    padding-right: 17px;
    margin-right: 17px;
    position: relative;
}

.footer__phones li:not(:last-child):after {
    content: '';
    background: rgba(255, 255, 255, 0.15);
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.footer__email:before {
    content: url("../images/contacts.svg");
    margin-right: 20px;
}

.footer__nav {
    margin-top: 70px;
    margin-bottom: 20px;
}

.footer__nav .menu {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.footer__nav .menu a {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
}

.footer__nav .menu a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transition: background-color .4s ease-in;
}

.footer__nav .menu a:hover:after,
.footer__nav .menu .current_page_item a:after {
    background: #00FFFF;
}

.contacts {
    width: 100%;
    margin-top: 20px;
}

.contacts .footer__title {
    margin-bottom: 20px;
}

.contacts .footer__phones {
    margin-bottom: 30px;
    width: 100%;
    justify-content: flex-start;
}

.contacts .footer__phones:before {
    content: none;
}

.contacts .footer__phones li:not(:last-child):after {
    background: #c1c1c1;
}

.uk-modal-dialog {
}

.uk-modal-title {
    font-size: 24px;
    text-transform: uppercase;
    background: rgba(0, 146, 170, 0.05);
    color: #2D2D2D;
    padding: 20px 14px;
    text-align: center;
    margin-bottom: 45px;
}

.order-form {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

.order-form input {
    line-height: 50px;
    padding: 0 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 146, 170, 0.25);
}

.order-form input:focus {
    outline: none;
    border-color: rgb(0, 146, 170);

}

#order .button {
    padding: 0 20px;
    line-height: 2.4;
}

#order .uk-button {
    transform: skew(-20deg);
    margin-right: 20px;
}

#order .uk-button:active {
    transform: skew(-20deg) translateY(1px);
}

#order .uk-button span {
    transform: skew(20deg);
    display: block;
}

.about__slider .swiper {
    height: auto;
}

.about__slider,
.about_sl-image {
    width: 100%;
    max-width: 100%;
}

.about_sl-text {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    width: 100%;
    background: rgba(33, 33, 33, 0.75);
    height: 61px;
    color: #fff;
    padding: 0 20px;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    box-sizing: border-box;
}

.about__slider .swiper-button-next, .about__slider .swiper-button-prev {
    position: absolute;
    transform: skew(0deg);
    top: unset;
    bottom: 0;
    height: 61px;
    width: 60px;
    background-color: transparent;
}

.about__slider .swiper-button-prev {
    right: 60px;
    left: unset;
    transform: rotate(0deg);
}

.about__slider .swiper-button-next {
    right: 20px;
    left: unset;
    transform: rotate(180deg);
}

.about__slider .swiper-button-next:hover {
    transform: rotate(0deg);
}

.about__slider .swiper-button-prev:hover {
    transform: rotate(180deg);
}

.post .item__image.mobile {
    display: none;
}

.header__nav .header__links,
.header__nav .header__contacts,
.header__nav .mobile_close,
.header__nav .mobile_menu {
    display: none;
}

@media screen and (max-width: 1220px) {
    .footer__email, .footer__phones a {
        font-size: 15px;
    }
}

@media screen and (max-width: 1025px) {
    .header__links a {
        font-size: 21px;
    }

    .services .section__title-bg {
        width: 65%;
    }

    .about__bt {
        top: unset;
        width: 50%;
    }

    .about__bottom-wrap h4 {
        font-size: 29px;
    }

    .about__bottom-wrap p {
        font-size: 18px;
    }

    .services__item {
        flex-basis: calc(100% / 3 - 20px);
    }

    .header__top {
        flex-direction: row-reverse;
    }

    .footer {
        background: linear-gradient(110deg, #FFF 35%, #2D2D2D 35.1%);
    }

    .footer__email, .footer__phones a {
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {

    .swiper-arrows {
        padding-left: 335px;
        box-sizing: border-box;
    }

    .about__bottom-wrap h4 {
        font-size: 28px;
    }

    .services .section__title-bg {
        width: 67%;
    }

    .products {
        padding-top: 127px;
        margin-top: 0;
    }

}

@media screen and (max-width: 769px) {
    .header__nav .menu a {
        font-size: 13px;
        padding: 0 15px;
    }
    
    .hero__slide .button {
        display: block;
        margin: 0 auto;
    }

    .custom-logo {
        width: 80%;
    }

    .header__links a {
        font-size: 15px;
    }

    .header__contacts img {
        height: 20px;
    }

    .header__contacts {
        font-size: 15px;
    }

    .hero__slide .slide__title {
        font-size: 33px;
        line-height: 1.4;
    }

    p.after span {
        width: 70px;
    }

    .hero__slide .slide__info {
        font-size: 16px;
        line-height: 1.3;
    }

    .hero__slide .slide__right {
        max-width: 60%;
    }

    .swiper-arrows {
        bottom: 99px;
    }

    .section__title-bg {
        width: 48%;
    }

    .about__bottom-wrap h4 {
        font-size: 22px;
    }

    .about__bottom-wrap p {
        font-size: 15px;
    }

    .about__bt {
        bottom: 20px;
    }

    .services .section__title-bg {
        width: 86%;
    }

    .products .item,
    .services__item {
        flex-basis: calc(100% / 2 - 20px);
    }

    .page + .about .about__bottom {
        padding-bottom: 0;
    }

    .page + .about .about__bt {
        bottom: unset;
    }

    .footer__email, .footer__phones a {
        font-size: 19px;
    }

    .footer__nav .menu a {
        font-size: 12px;
    }

    .footer__email {
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer .custom-logo {
        width: 50%;
    }

    .about__wrap {
        background: url("../images/about-bg.png") no-repeat 100% 0 / 70%;
    }

    .about_sl-text {
        font-size: 15px;
    }

    .post .item__image.desktop {
        display: none;
    }

    .post .item,
    .post .item__image.mobile {
        display: block;
    }

    .post .item__image {
        width: 100%;
        margin-bottom: 20px;
    }

    .post .item__info {
        width: 100%;
    }

    .footer__info {
        display: flex;
        justify-content: center;
    }

    .footer__phones {
        flex-direction: column;
        width: 50%;
        align-items: ;
    }

    .footer__phones li:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
    }

    .footer__phones li:not(:last-child):after {
        content: none;
    }

    .footer__title {
        margin-bottom: 22px;
    }

    .footer__nav {
        margin-top: 30px;
    }

    .footer__email:before,
    .footer__phones:before {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .header__nav-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: #fff;
        z-index: 99;
        padding: 80px 20px 40px;
        box-sizing: border-box;
        transition: transform .4s ease-in;
        transform: translateX(-150%);
    }

    .header__nav .mobile_close {
        position: absolute;
        top: 15px;
        right: 15px;
        display: block;
    }

    .header__nav-wrap.active {
        transform: translateX(0);
    }

    .header__nav-wrap .menu {
        display: block;
    }

    .header__langs {
        position: absolute;
        bottom: 40px;
    }

    .header__nav .menu a {
        font-size: 16px;
    }

    .header__langs li a {
        font-size: 17px;
    }

    .header__nav .menu .current_page_item, .header__nav .menu li:hover {
        background: rgba(0, 146, 170, 0.05);
    }

    /*.header__nav .header__links,*/
    .header__nav .header__contacts,
    .header__nav .mobile_menu {
        display: flex;
    }

    .header__nav .mobile_menu {
        transform: scale(1.2);
    }

    .header__top > .header__contacts {
        display: none;
    }

    .header__top {
        justify-content: space-between;
    }

    .header__top .custom-logo-link {
        width: 40%;
    }

    .header__contacts, .header__links {
        width: 72%;
    }

    .header__nav-wrap2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        color: #000;
    }

    .hero__slide .slide__right {
        display: none;
    }

    .swiper-arrows {
        bottom: 30px;
        padding-left: 0;
    }

    .swiper-button-next, .swiper-button-prev {
        height: 45px;
        width: 60px;
        background-size: 20%;
    }

    .swiper-arrows {
        height: 45px;
        display: flex;
        justify-content: center;
    }

    .about {
        background: none;
        margin-top: 0;
        padding-top: 20px;
    }

    .about p.after {
        display: none;
    }

    .section__title--text {
        font-size: 16px;
    }

    .section__title-bg {
        width: 95%;
    }

    .about__wrap {
        padding-top: 0;
    }

    .about__bottom {
        clip-path: none;
        background: linear-gradient(
                180deg, #929292 55%, #00FFFF 55.1%);
    }

    .about__bt {
        bottom: -38px;
        left: 50%;
        transform: translateX(-41%);
        width: 100%;
    }

    .about__bottom-wrap {
        height: 168px;
        padding: 40px 0;
        justify-content: flex-start;
    }

    .products {
        background: none;
        padding-top: 60px;
    }

    .products .item, .services__item {
        flex-basis: calc(100% - 20px);
    }

    .footer {
        background: linear-gradient(
                360deg, #FFF 45%, #2D2D2D 45.1%);
        margin-top: 0;
        padding-top: 40px;
    }

    .post ~ .footer, .page ~ .footer {
        clip-path: none;
    }

    .footer__wrap {
        flex-direction: column-reverse;
    }

    .footer__title {
        text-align: center;
        line-height: 1.4;
    }

    .footer__nav {
        display: none;
    }

    .footer__email, .footer__phones a {
        font-size: 15px;
    }

    .footer__left {
        align-items: center;
        text-align: center;
        margin-top: 20px;
    }

    .footer .custom-logo {
        width: 80%;
        margin-bottom: 20px;
    }

    .services .section__title-bg {
        width: 91%;
    }

    .section__subtitle {
        font-size: 15px;
        text-align: justify;
    }

    .page + .about .about__bt {
        bottom: -38px;
    }

    .page ~ .footer {
        margin-top: 0;
        clip-path: none;
        padding-top: 70px;
        background: linear-gradient(
                360deg, #FFF 43%, #2D2D2D 43.1%);
    }

    .about__wrap > * {
        max-width: 100%;
    }

    .about_sl-text {
        font-size: 10px;
        position: static;
    }

    .about__slider .swiper-button-prev {
        right: unset;
        left: 0;
    }

    .about__slider .swiper-button-prev,
    .about__slider .swiper-button-next {
        bottom: 0;
        background-color: rgba(0, 0, 0, .6);
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    .about__slider .swiper-button-next {
        right: 0;
    }

    .slide {
        padding-bottom: 40px;
    }

    .hero ~ .services .item__image,
    .hero ~ .services .item {
        height: auto;
        overflow: visible;
    }

    .hero ~ .services .item__name {
        transform: translateY(0);
        position: static;
        width: 100%;
        clip-path: none;
    }

    .post .item__bottom {
        flex-flow: row wrap;
    }

    .social {
        margin-top: 20px;
        width: 50px;
        height: 50px;
    }

    .social img {
        width: 70%;
    }

    .uk-modal-body {
        padding: 30px 15px;
    }

    .uk-modal-title {
        font-size: 17px;
    }
}

@media screen and (max-width: 386px) {
    .header__contacts, .header__links {
        width: 126%;
    }

    .about__bottom-wrap h4 {
        font-size: 18px;
    }

    .about__bottom-wrap p {
        font-size: 12px;
    }
}