@import url('https://fonts.googleapis.com/css?family=Montserrat:100i,200,200i,300,300i,400,400i,500,500i,600,600i&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    outline: none !important
}

ul {
    list-style: none;
}

.container-fluid {
    max-width: 1920px;
}

.container {
    max-width: 1740px;
}

body {
    counter-reset: heading;
    /* Инициируем счетчик */
}
.tabs-cont{
    position: relative;
}
/* -------------------------header-main-page------------------------ */

.header {
    background: linear-gradient(rgba(45, 53, 70, 0.5), rgba(80, 87, 100, 0.3));
    color: #fff;
    position: absolute;
    width: 100%;
}

.navigation-bar {
    padding: 0;
}

header .navbar {
    background: #575756;
}

.my-menu {
    max-width: 1420px;
    margin: 0 auto;
}

.my-menu ul {
    display: block;
    width: 100%;
}

.centerings {
    align-items: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

.epigraf {
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    color: #b0b9ce;
}

.texts span {
    font-weight: 400;
    font-size: 11px;
    font-style: italic;
}

.threeangle {
    padding-left: 20px;
}

.threeangle a {
    color: #fff;
}

.threeangle a:hover {
    color: #fff;
    text-decoration: none;
}

.threeangle::after {
    content: "";
    color: #fecc00;
    position: absolute;
    border-right: 1px solid #fecc00;
    right: 0;
    height: 100%;
    top: 0;
}

.phones a {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.phones a:hover {
    color: #fff;
    text-decoration: none;
}

.lang-hov a {
    color: #fff;
    font-style: italic;
    transition: .2s all;
}

.lang-hov a:hover {
    color: #fff;
    font-style: normal;
    text-decoration: none;
    font-weight: 600;
    transition: .2s all;
}

.multilingualism {
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
}

.left-hovers {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 5px solid transparent;
    transition: .5s all;
}

.uk, .ru, .en {
    width: 50%;
}

.uk:hover>.left-hovers, .ru:hover>.left-hovers, .en:hover>.left-hovers,
.current-lang > .left-hovers {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #fecc00;
    border-bottom: 5px solid transparent;
    transition: .5s all;
}

/* ----------------------------------menu------------------------ */

.nav-link, .nav-link:hover {
    color: #fff;
}

.nav-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
}

.left-hovers-menu {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid transparent;
    position: absolute;
    top: 0;
    transition: .5s all;
}
.dropdown .hover-navs .left-hovers-menu{
    top: -8px;
}
.hover-navs:hover>.left-hovers-menu {
    border-top: 7px solid #fecc00;
    transition: .5s ease-out;
}
@media(min-width:991px) {
    .dropdown-menu {
        padding-top: 10px;
        padding-bottom: 50px;
        border-radius: 0;
        border: 1px solid #ccc;
        padding-left: 10px;
        width: 130%;
        min-width: 12rem;
        top: 120%;
        left: -35px;
    }
}
nav.navbar .dropdown:hover>.dropdown-menu {
    display: block;
}

.menu-block {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid #ccc;
    border-right: 50px solid transparent;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: transparent;
}

.dropdown-menu a {
    color: #000;
    width: 100%;
    font-style: normal;
    font-weight: 600;
}

.dropdown-menu a:hover {
    color: #000;
    font-weight: 600;
}

.dropdown-menu .uk {
    width: 100%;
}

.dropdown-menu .lang-hov {
    width: 100%;
}

/* ---------------------------------------main-poster-------------------------------- */

.main-poster {
    background-image: url('../img/image.png');
    background-size: cover;
    background-position: center;
}

.main-text {
    margin-top: 18%;
    margin-bottom: 9%;
}

.main-text .text-rights {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 45px;
    padding: 65px 30px;
}

.second-cols {
    color: #fff;
    height: 140px;
}

.line-up, .line-down {
    margin: 10px;
}

.style-before, .style-before-down {
    height: 70px;
}

.style-before::before {
    content: "";
    color: #fecc00;
    position: absolute;
    border-left: 1px solid #fecc00;
    left: 0;
    height: 100%;
    box-shadow: 0 0 30px 1px #fecc00;
}

.style-before-down::before {
    content: "";
    color: #fecc00;
    position: absolute;
    border-left: 1px solid #fecc00;
    left: 0;
    height: 100%;
    box-shadow: 0 0 30px 1px #fecc00;
}

.style-before::after, .style-before-down::after {
    content: "";
    color: #fecc00;
    position: absolute;
    border-left: 1px solid #fecc00;
    left: -8px;
    top: -15px;
    height: 100%;
}

.first-cols {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    border-left: 1px solid rgba(204, 204, 204, 0.5);
    background: rgba(54, 61, 64, 0.6);
}

/* ---------------------------about_company----------------------- */

.about_company {
    color: #000;
    margin-bottom: 20px;
}

.about_company_heading {
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    transform: rotate(-90deg);
    margin: 10px 20px;
    width: 155px;
}

.lefts-figur {
    width: 0;
    height: 0;
    border-top: 10px solid #fecc00;
    border-left: 10px solid transparent;
}

.down-block {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.epigraf-texts {
    padding-top: 10%
}

.center-heading-block {
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 5px;
    margin-bottom: 50px;
}

.texts-about {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
}

.img-left-main {
    padding: 0;
}

.twxt-icons {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    hyphens: manual;
}

.my-block {
    margin-bottom: 50px;
    margin-top: 50px;
}

.blocks {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 60px solid #fecc00;
    border-right: 60px solid transparent;
    bottom: 0;
}

.img-left-main img {
    position: relative;
}

.img-text-position {
    position: relative;
    z-index: 10;
}

/* ----------------------------------block-partners-------------------------- */

.block-partners .back-partner {
    background: url('../img/image-back.png');
    background-size: cover;
    margin-top: -4%;
}

.block-partners-cont {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
}

.block-partners-heading {
    font-weight: 400;
    font-size: 40px;
    line-height: 36px;
    color: #fff;
    margin-top: 30px;
}

.block-partners-contact-text {
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
}

.block-partners-img img {
    width: 80% !important;
}

.block-partners-contact-tel a {
    color: #fecc00;
    font-weight: 600;
    font-size: 30px;
    line-height: 48px;
}

.block-partners-contact-tel a:hover {
    text-decoration: none;
}

.block-partners-block {
    width: 0;
    height: 0;
    border-bottom: 90px solid #fff;
    border-left: 90px solid transparent;
}

.block-partners-block-1 {
    width: 0;
    height: 0;
    border-top: 75px solid #fecc00;
    border-right: 75px solid transparent;
    position: absolute;
    z-index: 10;
    bottom: 0;
}

.block-text-position {
    margin-top: 100px;
    margin-bottom: 100px;
}

.block-partners-text {
    padding-left: 40px;
}

.block-partners-text::before {
    content: "";
    color: #fecc00;
    position: absolute;
    border-left: 1px solid #fecc00;
    left: 0;
    height: 100%;
    box-shadow: 0 0 30px 1px #fecc00;
}

.block-partners-text::after {
    content: "";
    color: #fecc00;
    position: absolute;
    border-left: 1px solid #fecc00;
    left: -8px;
    top: -15px;
    height: 100%;
}

/* ---------------------------------img-text-block----------------------------- */

.right-blocks {
    width: 0;
    height: 0;
    border-top: 150px solid #bcbcbb;
    border-left: 150px solid transparent;
}

.about_company_text {
    margin-top: 5%;
    margin-bottom: 5%;
}

/* --------------------------------------block-working---------------------------- */

.block-working-icon {
    width: 100%;
}

.blocks-bottoms {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.blocks-bottoms::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    width: 8px;
    height: 8px;
    color: transparent;
    background: #fecc00;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 10px 5px #fecc00;
    left: -1%;
}

.blocks-bottoms img {
    padding: 0px 18px 18px;
}

.blocks-top-text {
    margin-top: 20px;
    text-align: center;
}



/* ---------------------------slider----------------- */


.slides {
    border: 1px solid #ccc;
    position: relative;
}

.otz-wr{
    position: absolute;
    bottom: -1px;
}
.otz1{
    left: -2px;
}
.otz2{
    right: -2px;
}
.slick-slide.slick-current{
    border-right: none;
}
.slide-block {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding: 40px;
}

.company-text {
    font-style: italic;
    font-size: 11px;
    line-height: 20px;
}

.avtor-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.slick-slide.slick-active .slides .company-text, .slick-slide.slick-active .slides .avtor-text {
    text-align: right;
}

.slick-slide.slick-current.slick-active .slides .company-text, .slick-slide.slick-current.slick-active .slides .avtor-text {
    text-align: left;
}

.block-slide button {
    border: none;
    background: transparent;
    position: absolute;
    top: 25%;
}

.but-prev {
    left: -80px;
    color: #fecc00;
    font-size: 90px;
}

.but-next {
    right: -80px;
    color: #fecc00;
    font-size: 90px;
}

.slick-track {
    display: flex;
}

.slick-slide.slides {
    height: auto;
}

.slick-dots{
    display: none !important;
}

/* ------------------------------------block-context---------------------- */

.block-context {
    margin-bottom: 100px;
}

.block-context-text {
    padding-left: 50px;
    padding-right: 50px;
}

.block-context-text span {
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 5px;
    margin-bottom: 45px;
    display: block;
}

.block-context-img img {
    position: relative;
}

.blocks-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 65px solid #ccc;
    border-right: 65px solid transparent;
}

.blocks-img-right {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 70px solid #fecc00;
    border-right: 70px solid transparent;
}

/* -------------------------------footer--------------------- */

.footers-menu {
    border-top: 1px solid #ccc;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
}

.phones-block {
    border-top: 1px solid #ccc;
    padding-bottom: 50px;
}

.phones-block-1 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.down-footer {
    border-top: 1px solid #ccc;
    padding-top: 25px;
    padding-bottom: 25px;
}

.down-footer a{
    color: #000;
}

.down-footer a:hover{
    color: #000;
    text-decoration: none;
}

.my-column span {
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
}

.my-column a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
}

.my-column a:hover {
    color: #000;
    text-decoration: none;
}

.phones-block {
    color: #b4b4b4;
}

.phones-block-1 a {
    color: #b4b4b4;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.phones-block-1 a:hover {
    color: #b4b4b4;
}

.phones-block-1 span {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.phones-block-2 {
    color: #000;
    font-size: 13px;
    line-height: 20px;
}

.span1 {
    font-style: italic;
}

.up-phone {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
}

.up-phone a {
    color: #b4b4b4;
    font-weight: 600;
    font-size: 34px;
    line-height: 48px;
}

.up-phone a:hover {
    text-decoration: none;
}

.down-footer .left-hovers-menu {
    border-top: 7px solid #fecc00;
    right: 0;
}

/* -----------------------------------------------------------------WORK-PAGES----------------------------------------------------- */

.left-lines {
    border-left: 1px solid #ccc;
}
ul.btn-filter-wrap {
    display: flex;
    margin: 35px 0 50px;
}
button.btn-filter {
    border: 1px solid #ccc;
    padding: 15px 40px;
    position: relative;
    background: transparent;
    max-width: 350px;
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    transition: .2s ease-out;
}
button.btn-filter:hover {
    border: 1px solid #fecc00;
}
button.btn-filter:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 14px solid #ccc;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
}
button.btn-filter:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid #fecc00;
    border-bottom: 14px solid transparent;
    position: absolute;
    right: 0;
    top: 20%;
    opacity: 0;
}
button.btn-filter:hover:before,
button.btn-filter:hover:after{
    opacity: 1;
}
/* -------------------------header-work-page------------------------ */

.header-works {
    background: transparent;
    color: #000;
}

.header-works .epigraf {
    color: #000;
}

.header-works .phones a {
    color: #000;
}

.header-works .lang-hov a {
    color: #000;
}

.request_call{
    align-items: center;
}

.request_call .threeangle a{
    color: #000 !important;
}

.header-works .threeangle a:hover{
    color: #000;
}

.header .call-out a{
    color: #fff !important;
}

.header .call-out a:hover{
    color: #fff !important;
}

/* ------------------------------------breadcrumb--------------------- */
.listed-about {
    margin: 20px 0 0px 0;
}
.section-breadcrumb {
   /* margin-left: 2%;*/
}
.breadcrumb {
    background: transparent;
    padding: .75rem 0rem;
}


.breadcrumb a {
    color: #000;
    font-weight: 400;
    font-size: 11px;
}

.breadcrumb-item.active {
    font-weight: 400;
    font-size: 11px;
    line-height: 24px;
    display: flex;
    align-items: baseline;
}
.bread-color .breadcrumb a{
    color: #fff;
}
.breadcrumb a:hover {
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ccc;
    font-family: 'icomoon';
    content: "\f0da";
    font-size: 15px;
}

.heading-working {
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 5px;
}

.tabs-work {
    width: 100%;
    margin-top: 50px;
}

.nav-hover-effects {
    position: relative;
}

.tabs-work .left-hovers-menu {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 14px solid transparent;
    position: absolute;
    right: 0;
    top: 55%;
    transition: .2s ease-out;
}

.tabs-work .right-hovers-menu {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 14px solid transparent;
    position: absolute;
    right: 0;
    top: 20%;
    transition: .2s ease-out;
}

.nav-item:hover>.left-hovers-menu {
    border-bottom: 14px solid #ccc;
    transition: .2s ease-out;
}

.nav-item:hover>.right-hovers-menu {
    border-right: 12px solid #fecc00;
    transition: .2s ease-out;
}

.my-link, .my-link:hover {
    color: #000;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: transparent;
}

.nav-tabs .nav-link, .nav-tabs {
    border: none;
}

.tabs-work .nav-tabs {
    margin-left: 130px;
    margin-bottom: 50px;
}

.tabs-work .nav-item {
    border: 1px solid #ccc;
    padding: 15px 40px;
    position: relative;
}

.tabs-work .nav-item:hover {
    border: 1px solid #fecc00;
}

.tabs-work .nav-link {
    padding: 0;
}

.tabs-down {
    margin-bottom: 110px;
}

.tabs-heading {
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
}

.tabs-text {
    padding-left: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.tabs-text::before {
    content: "";
    color: #fecc00;
    position: absolute;
    border-left: 1px solid #fecc00;
    left: -5px;
    bottom: 0;
    height: 75%;
    box-shadow: 0 0 30px 1px #fecc00;
}

.tabs-cont::after {
    content: "";
    color: #fecc00;
    position: absolute;
    border-left: 1px solid #fecc00;
    left: -15px;
    top: 5px;
    height: 75%;
}

.tabs-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 70px solid #ccc;
    border-right: 70px solid transparent;
    right: 15px;
    bottom: 0;
    right: 0;
}

.tab-content-work {
    position: relative;
}

.tabs-triangle-1 {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 50px solid #fecc00;
    border-bottom: 50px solid transparent;
    position: absolute;
    bottom: -11%;
    right: 0;
}

/* ----------------------------------------------pagination-page--------------------------------- */

.pagination-page nav {
    margin: 40px auto;
}

.block-partners-work {
    margin-bottom: 110px;
}

.block-partners-work .back-partner {
    background: url(../img/image-back-work.png);
    background-size: cover;
}

.partner-left {
    position: absolute;
    z-index: 10;
    width: 0;
    height: 0;
    border-top: 140px solid transparent;
    border-left: 120px solid rgba(254, 204, 0, 0.2);
    border-bottom: 125px solid transparent;
}

.pagination a {
    color: #000;
}

.pre-links, .next-links {
    border: 1px solid transparent !important;
    color: #fecc00 !important;
}

.pre-links:hover, .next-links:hover {
    background: transparent !important;
}

.page-link {
    border: 1px solid #ccc;
}

.next-links {
    border-left: 1px solid #ccc !important;
}

/* -----------------------------------------service-page---------------------------- */

.main-poster-service {
    background: url('../img/image-service.png');
    background-position: center;
    background-size: cover;
    position: relative;
}
.main-poster-service:after{
    /*content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;*/
}
.listed::before {
    counter-increment: heading;
    /* Указываем идентификатор счетчика */
    content: counter(heading) ". ";
    /* Выводим текст перед содержимым тега <h2> */
    position: absolute;
    left: -20px;
    top: 30%;
    color: #ccc;
}

.listed-figure {
    position: relative;
    max-width: 225px;
}

.listed-figure-block {
    width: 0;
    height: 0;
    border-top: 25px solid #ccc;
    border-right: 25px solid transparent;
    position: absolute;
    left: -35px;
    top: 0;
}

.figur-block {
    padding-left: 10%;
    position: relative;
}

.figur-block::before {
    content: "";
    color: #fecc00;
    position: absolute;
    border-left: 1px solid #fecc00;
    left: 8px;
    top: 0;
    height: 80%;
    box-shadow: 0 0 15px 1px #fecc00;
}

.figur-block::after {
    content: "";
    color: #fecc00;
    position: absolute;
    border-left: 1px solid #fecc00;
    left: 0;
    top: 15px;
    height: 80%;
}
.my-btn{
    position: relative;
    background: #e5e5e5;
    padding: 5px;
    border: none;
}
.my-btn:hover{
    background: #fecc00;
}
.img-left-main {
    position: relative;
}

.blocks-1 {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 90px solid #ccc;
    bottom: -18%;
    right: 0;
}

.block-partners-service {
    margin: 80px 0;
}

.but-prev-serv {
    border: none;
    background: transparent;
    position: absolute;
    top: 35% !important;
    left: 0;
    color: #fecc00;
    font-size: 90px;
}

.single-item-service .slides-service .slide-block {
    text-align: center;
}

.but-next-serv {
    border: none;
    background: transparent;
    position: absolute;
    top: 35% !important;
    right: 0;
    color: #fecc00;
    font-size: 90px;
}

.slick-slide img {
    display: inline;
}

/* --------------------------------block-partners-service------------------- */

.block-text-services {
    background: #FF9800;
    position: relative;
}

.service-image {
    position: absolute;
    z-index: 10;
}

.service-image img {
    width: 90% !important;
}

/* -------------------------------UP BUTTON------------------------- */

#button {
    border-top: 1px solid #ccc;
    display: inline-block;
    background-color: transparent;
    width: 55px;
    height: 95px;
    text-align: center;
    position: fixed;
    bottom: 90px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


#button:hover {
    cursor: pointer;
    background-color: #fecc00;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button span{
    font-weight: 600;
    font-size: 10px;
    line-height: 30px;
    color: #b3b3b3;
}
#button img {
    padding: 0 10px;
}

/* -------------------------------------------WORK-INNER-PAGE------------------------------------------- */

.heading-text {

}

.heading-text-cont {
    padding-left: 35px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 30px;
}

.heading-text-cont::before {
    content: "";
    color: #fecc00;
    position: absolute;
    border-left: 1px solid #fecc00;
    left: 8px;
    bottom: 0;
    height: 80%;
    box-shadow: 0 0 15px 1px #fecc00;
}

.heading-text-cont::after {
    content: "";
    color: #fecc00;
    position: absolute;
    border-left: 1px solid #fecc00;
    left: 0;
    bottom: 15px;
    height: 80%;
}

.tabs-down-img {
    margin-bottom: 30px;
}

.tabs-up-img {
    margin-top: 30px;
}

.cont-img .block-partners-contact-tel a {
    color: #000;
}

.cont-img .block-partners-contact-text {
    color: #000;
}

/* ----------------------------------------------------------------------------SERVICE-PAGE---------------------------------------------------------------------- */

.main-text .text-rights.cont {
    padding: 30px 0 40px;
}

.text-rights-heading {
    color: #FFF;
    font-weight: 600;
    font-size: 70px;
    line-height: 48px;
    letter-spacing: 5px;
}

.main-poster-cont {
    padding-top: 50px;
    padding-bottom: 30px;
}

.right-serv {
    width: 0;
    height: 0;
    border-top: 200px solid transparent;
    border-right: 250px solid rgba(254, 204, 0, 0.2);
    border-bottom: 200px solid transparent;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 9%;
}

.block-services-heading {
    font-weight: 400;
    font-size: 40px;
    line-height: 36px;
    letter-spacing: 5px;
    margin-bottom: 10px;
}

.block-services-text {
    padding-left: 33%;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.block-services-contact-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.block-services-contact-tel a {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.block-services-contact-tel a {
    color: #000;
    text-decoration: none;
}

/* --------------------------------------------------------------------------------ABOUT--------------------------------------------------------------------- */

.figur-block-about {
    width: 100%;
}

.about-up {
    font-weight: 600;
    font-size: 55px;
    line-height: 45px;
    letter-spacing: 5px;
    color: #fecc00;
    padding-bottom: 3%;
}

.about-down {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.block-text-about {
    background: #fecc00;
    position: relative;
}

.about-color {
    border-bottom: 60px solid #bcbcbb;
}

.block-about-text {
    padding: 20px 50px;
    position: relative;
}

.block-about-block {
    width: 0;
    height: 0;
    border-bottom: 60px solid #fff;
    border-left: 60px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.block-about-block-1 {
    width: 0;
    height: 0;
    border-top: 45px solid #ccc;
    border-right: 45px solid transparent;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
}

/* ---------------------------------------------------CONTACT------------------------------------------------------------- */

.contact-image {
    position: relative;
}

.contact-image-block {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 60px solid #fecc00;
    border-left: 60px solid transparent;
}

.contact-line {
    margin-left: 15px;
}

.contacts-form-1::before {
    content: "";
    color: #fecc00;
    position: absolute;
    border-left: 1px solid #fecc00;
    left: 8px;
    bottom: 0;
    height: 80%;
    box-shadow: 0 0 15px 1px #fecc00;
}

.contacts-form-1::after {
    content: "";
    color: #fecc00;
    position: absolute;
    border-left: 1px solid #fecc00;
    left: 0;
    bottom: 15px;
    height: 80%;
}

.contact-heading {
    width: 60%;
}

.contact-header {
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 5px;
}

.contact-context {
    font-weight: 400;
    font-size: 14;
    line-height: 24px;
    margin-bottom: 50px;
}

.down-cont {
    margin-bottom: 40px;
}

.block-1 {
    font-style: italic;
    font-size: 11px;
    line-height: 24px;
}

.block-2 a, .mail-1, .text-1 {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.block-2 a:hover {
    color: #000;
    text-decoration: none;
}

.button-contact {
    position: relative;
    background: #e5e5e5;
    padding: 5px;
    border-right: 1px solid #fecc00;
}

.button-contact a {
    color: #000;
    font-size: 11px;
    font-weight: 600;
    line-height: 24px;
}

.button-contact a:hover {
    color: #000;
    text-decoration: none;
}

.button-1 {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 18px solid #fecc00;
    border-bottom: 18px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
}
.block-context-text {
    width: 100%;
    height: 475px;
    overflow: auto;
}

/* --------------------------media------------------------------- */

@media(max-width:1440px) {
    .block-context-text {
        height: 390px;
    }
    .up-phone a {
        font-size: 30px;
    }

    .blocks-1{
        bottom: -21%;
    }

    .block-services-text{
        padding-left: 41%;
    }
}

@media(max-width:1366px){
    .contact-heading {
        width: 100%;
    }
    .block-context-text {
        height: 380px;
    }
}

@media(max-width:1024px) {
    .block-context-text {
        height: 260px;
    }
    .blocks-img {
        border-top: 45px solid #ccc;
        border-right: 45px solid transparent;
    }
    .blocks-img-right {
        border-bottom: 50px solid #fecc00;
        border-right: 50px solid transparent;
    }
    .up-phone a {
        font-size: 20px;
    }

    .right-serv{
        bottom: 4%;
    }

    .blocks-1 {
        bottom: -29%;
    }

    .block-services-text {
        padding-left: 50%;
    }
}

@media(max-width:1024px){
    .block-partners-contact-tel a{
        font-size: 22px;
        line-height: 36px;
    }

    .block-partners-cont{
        font-size: 15px;
        line-height: 23px;
    }

    .block-partners-heading{
        font-size: 35px;
        line-height: 36px;
    }

    .navbar {
        z-index: 10;
    }
    .navbar-toggler {
        color: rgba(255, 255, 255, .5);
        border-color: rgba(255, 255, 255, .1);
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(204,204,204)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .tabs-work .nav-tabs{
        margin-left: 0;
    }

    .tabs-triangle{
        border-top: 45px solid #ccc;
        border-right: 45px solid transparent;
    }

    .tabs-triangle-1{
        border-top: 30px solid transparent;
        border-right: 30px solid #fecc00;
        border-bottom: 30px solid transparent;
        bottom: -10%;
    }

    .about-up{
        font-size: 41px;
        line-height: 45px;
    }

}

@media(min-width:823px){
    .last-block{
        border-right: 1px solid #ccc;
    }

    .blocks-bottoms::after{
        /*font-family: "Font Awesome 5 Free";
        content: "\f111";
        width: 8px;
        height: 8px;
        color: transparent;
        background: #fecc00;
        border-radius: 50%;
        position: absolute;
        box-shadow: 0 0 10px 5px #fecc00;
        right: -1%;*/
    }

    .txt-l{
        margin-left: -12%;
    }

    .about_company_heading {
        margin: 60px 20px;
        width: 283px;
    }
}

@media(max-width:823px){
    .main-text{
        margin-top: 26%;
    }

    .main-text .text-rights{
        padding: 45px 30px;
    }

    .menu-block{
        display: none;
    }

    .about_company_heading {
        transform: none;
    }
    .main-text {
        margin-top: 28%;
    }

    .down-block {
        align-items: flex-start;
    }

    .about_company_text {
        margin-top: 0;
    }
    .img-left-main {
        display: none;
    }
    .right-blocks {
        height: 0;
        border-top: 100px solid #bcbcbb;
        border-left: 100px solid transparent;
    }
    .epigraf-texts {
        padding-top: 0;
        padding-bottom: 5%;
    }
    .block-partners .back-partner {
        margin-top: 0;
    }
    .my-index {
        justify-content: center !important;
    }

    .tabs-work .nav-item{
        padding: 15px 10px;
    }

    .tabs-triangle {
        border-top: 65px solid #ccc;
        border-right: 65px solid transparent;
    }

    .tabs-triangle-1 {
        border-top: 50px solid transparent;
        border-right: 50px solid #fecc00;
        border-bottom: 50px solid transparent;
        bottom: -12%;
    }

    .heading-text{
        margin-left: 0;
    }

    .tabs-down-img div{
        text-align: center;
        margin-bottom: 15px;
    }

    .contact-line{
        margin-left: 0;
    }

    .last-image{
        display: none;
    }

    .txt-d{
        display: none;
    }
    .epigraf span p{
        padding-left: 0 !important;
    }
}

@media(max-width:768px) {

    .navbar-nav .dropdown-menu{
        background: transparent !important;
        padding-bottom: 5px;
        
    }

    .dropdown-item{
        color: #fff !important;
    }

    .main-text .text-rights {
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        padding: 35px 30px;
    }
    .style-before, .style-before-down {
        margin-bottom: 10px;
    }
    
    .heading-working{
        margin-left: 15px;
    }

    .tabs-down{
        justify-content: center;
    }

    .tabs1{
        margin-bottom: 15px;
    }
    
    .tabs-down{
        margin-bottom: 0;
    }

    .right-serv {
        bottom: 0%;
    }

    .main-poster-service .main-text{
        margin-top: 90px;
    }

    .listed-figure{
        margin-bottom: 15px;
    }

    .my-block{
        margin-bottom: 0;
    }
    .service-image{
        display: none;
    }

    .block-services-text{
        padding-left: 0;
    }

    .block-context .row{
        justify-content: center;
    }

    .image-block{
        justify-content: center !important;
    }

    .blocks-bottoms::before{
        left: -0.5%;
    }
    .main-text {
        margin-top: 32%;
    }
   
}

@media(max-width:736px){
    .main-text {
        margin-top: 38%;
    }

    .style-before, .style-before-down{
        height: 55px;
    }

    .right-blocks{
        display: none;
    }

    .listed-about{
        margin-bottom: 15px;
    }

    #myTab{
        flex-direction: column;
    }

    .multilingualism{
        flex-direction: row !important;
    }

    .row.centerings{
        justify-content: flex-end !important;
    }



}

@media(max-width:568px){
    .main-text {
        margin-top: 65%;
    }

    .style-before, .style-before-down {
        height: 39px;
    }

    .my-column{
        text-align: center;
        margin-bottom: 15px;
    }

    .down-footer{
        font-size: 13px;
    }

    .block-about-text{
        padding: 0;
    }

    .block-services-heading{
        font-size: 22px;
        line-height: 29px;
    }
    .logo, .epigraf{
        text-align: center;
    }
    .row.centerings{
        /* justify-content: flex-end; */
    }
    .multilingualism {
        flex-direction: row !important;
    }
    .center-heading-block{
        font-size: 36px;
    }
}

@media (max-width:426px) {

    .main-text {
        margin-top: 88%;
    }

    .center-heading-block {
        font-size: 25px;
        line-height: 36px;
    }

    .icons-block .index-img, .twxt-icons{
        text-align: center;
    }

    .icons-block{
        margin-bottom: 15px;
    }

    .block-partners-cont{
        font-size: 14px;
        line-height: 25px;
    }

    .block-partners-heading{
        font-size: 32px;
        line-height: 30px;
    }

    .slide-block{
        padding: 15px;
    }

    .slick-arrow{
        display: none !important;
    }

    .slick-dots{
        display: block !important;
    }

    .blocks-img {
        border-top: 45px solid #ccc;
        border-right: 45px solid transparent;
        right: 3%;
    }

    .block-context-text span{
        margin-bottom: 30px;
    }

    .style-before, .style-before-down{
        height: 30px;
    }

    .blocks-bottoms::before{
        left: 3%;
    }

    .tabs-triangle {
        border-top: 45px solid #ccc;
        border-right: 45px solid transparent;
    }

    .tabs-triangle-1 {
        border-top: 30px solid transparent;
        border-right: 30px solid #fecc00;
        border-bottom: 30px solid transparent;
        bottom: -10%;
    }



}

@media(max-width:375px){
    .center-heading-block{
        font-size: 23px;
        line-height: 33px;
    }

    .tabs-triangle {
        border-top: 35px solid #ccc;
        border-right: 35px solid transparent;
    }

    .tabs-triangle-1{
        bottom: -22%;
    }

    .heading-working{
        font-size: 22px;
    }

    .block-partners-contact-tel a{
        font-size: 17px;
    }

    .text-rights-heading{
        font-size: 33px;
        line-height: 20px;
    }

    .main-text .text-rights{
        font-size: 15px;
    }

    .block-services-heading{
        font-size: 26px;
        line-height: 31px;
    }

    .block-services-contact-text{
        font-size: 12px;
    }

    .block-services-contact-tel a{
        font-size: 12px;
    }

}

@media(max-width:360px){
    .main-text {
        margin-top: 95%;
    }
    .center-heading-block{
        font-size: 22px;
    }
}

@media(max-width:320px){
    .main-text {
        margin-top: 107%;
    }

    .main-text .text-rights{
        font-size: 15px;
        line-height: 23px;
        padding: 15px 10px;
    }

    .center-heading-block {
        font-size: 16px;
        line-height: 28px;
    }

    .center-heading-block{
        margin-bottom: 22px;
    }

    .block-text-position {
        margin-top: 35px;
        margin-bottom: 45px;
    }

    .block-partners-heading {
        font-size: 23px;
        line-height: 24px;
    }

    .block-context-text{
        padding: 0;
    }

    .block-context-text span{
        font-size: 32px;
        line-height: 19px;
        margin-bottom: 27px;
        margin-top: 15px;
    }

    .down-footer{
        font-size: 11px;
    }

    .pagination a{
        font-size: 11px;
    }

    .block-services-contact-tel a {
        font-size: 10px;
    }
    .phones a{
        font-size: 13px;
    }    
}

@media(max-width:991px){
    .left-hovers-menu{
        display: none;
    }
    .hover-navs{
        flex-wrap: wrap;
        justify-content: start !important;
    }
    .navbar-nav .dropdown-menu {
        background: transparent !important;
        padding-bottom: 5px;
        width: 100%;
        border: none;
    }
    .dropdown-menu a {
        width: 100%;
        font-style: normal;
        font-size: 14px;
        font-weight: 500;
        padding: 5px;
    }
	ul.btn-filter-wrap {
	    display: flex;
	    margin: 15px 0 25px;
	    flex-wrap: wrap;
	}
	ul.btn-filter-wrap li{
		width: 100%;
	}
	    .text-rights-heading {
        font-size: 34px;
        letter-spacing: 3px;
    }
}