.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;

}

:root {
    --bs-gutter-x: 20px;
    --bs-breadcrumb-divider: '>';
    /* --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12' viewBox='0 0 11 12' fill='none'%3E%3Cpath d='M9.16634 3L4.12467 8.5L1.83301 6' stroke='%23171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");*/
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12' viewBox='0 0 11 12' fill='none'%3E%3Cpath d='M9.16634 3L4.12467 8.5L1.83301 6' stroke='%23171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.form-check-input:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #585755;
    font-weight: 400;
    line-height: 24px;
    overflow-x: hidden;

}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
}

input:checked[type="checkbox"] {
    background-color: #fff;
    border-color: #fff;

}
.mob{
    display: none;
}
.desc{
    display: block;
}
@media (max-width: 650px) {
    .mob{
        display: block;
    }
    .desc{
        display: none;
    }
}

img {
	max-width: 100%;
	height: auto;
}

/*header block bg*/

.mob_menu.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #171717;
}

@media (max-width: 991px) {
    .mob_menu {
        max-width: none !important;
    }
}
header {
    background: url("../images/header_cases_bg.png") top right no-repeat, url('../images/footer_bg.png') repeat, #000;
}

.bd_cases header {
    background: url("../images/header_cases_bg.png") top right no-repeat, url('../images/footer_bg.png') repeat, #000;
}
.page-id-4198 header,
.page-id-4203 header,
.privacy-policy header,
.bd_index header {
    background: none;
    position: relative;
}
.page-id-4198 header:before,
.page-id-4203 header:before,
.privacy-policy header:before,
.bd_index header:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: url("../images/header_index_bg_webb.webp") top left no-repeat, url("../images/footer_bg.png") repeat, #000;
}
.btn-close {z-index:100;}
.page-id-4198 header:after,
.page-id-4203 header:after,
.privacy-policy header:after,
.bd_index header:after {
    position: absolute;
    content: '';
    top: 0;
    right: 50%;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: url("../images/footer_bg.png") repeat, #000;
}


@media (max-width: 991px) {

    .bd_cases header,
    header {

        background-size: auto, cover !important;
        min-height: 600px;
    }

    header.info_icons_line {
        min-height: auto;
        display: flex;
        flex-direction: column;
    }
    .page-id-4198 header,
    .page-id-4203 header,
    .privacy-policy header,
    .bd_index header {
        background: url("../images/header_index_bg.png") top 350px center no-repeat, url('../images/footer_bg.png') repeat, #000;
        background-size: auto, cover !important;
    }
}

@media (max-width: 539px) {
    .bd_cases header,
    header {
         background: url("../images/header_bg_mob.webp") bottom center no-repeat, url('../images/footer_bg.png') repeat, #000;
        background-size: 100%, cover !important;
        min-height: 600px;
    }

    header.info_icons_line {
        min-height: auto;
        display: flex;
        flex-direction: column;
    }

}


.max_height {
    max-height: 550px;
    height: 550px;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .max_height {
        min-height: auto;
        height: auto;
        max-height: none;
        padding-bottom: 0;

    }
}

.max_height > .row {
    height: 100%;
    /* min-height: 610px;*/
}

.m-40 {
    margin: 40px 0;
}

.mt-50 {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .m-40 {
        margin: 0px 0;
    }

    .mt-50 {
        margin-top: 0px;
    }

    .max_height > .row {

        min-height: 510px;
    }
}

textarea.form-control,
input.form-control {
    padding: 13px 20px;
    background: #FFFFFF;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #585755;
    border: none;
}

.form-control:focus {
    color: #212529;
    border: none;
    box-shadow: none;
}


.btn-yellow {
    padding: 11px 30px;
    gap: 20px;
    background: #FFE900;
    border-radius: 5px!important;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #171717;
    text-transform: uppercase;
}

.btn-yellow:focus,
.btn-yellow:hover {
    background: #FFF266;
    color: #171717;
}


.btn-yellow2 {
    padding: 13px 30px;
    gap: 20px;
    background: #FFE900;
    border-radius: 5px!important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #171717;
    text-transform: uppercase;
}

.btn-yellow2 svg {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

.btn-yellow2:focus,
.btn-yellow2:hover {
    background: #FFF266;
    color: #171717;
}

.btn-yellow2:focus svg path,
.btn-yellow2:hover svg path {
    fill: #171717;

}
input.btn.btn-yellow.pro,
button.btn.btn-yellow.pro {
    width: 100%;
    margin-top: 10px;
}
.wpcf7-spinner{
    display: none!important;

}
.input-group .wpcf7-form-control.btn-yellow2{
    width: 100%;
}

@media (max-width: 991px) {
    .btn-yellow {
        padding: 10px;
        width: 150px;
    }
}

.btn-black {

    padding: 13px 30px;

    gap: 10px;

    background: #171717;

    border-radius: 5px!important;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

    color: #FFE900;

    text-transform: uppercase;
}

.btn-black svg {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

.btn-black:focus,
.btn-black:hover {
    background: #585755;
    color: #FFE900;
}

.btn-black:focus svg path,
.btn-black:hover svg path {
    fill: #FFE900;

}
.input-group .wpcf7-form-control.btn-black{
    width: 100%;
}

.all_button {
    margin-top: 40px
}

.link_all_yellow {
    color: #FFE900;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.link_all_yellow svg path {
    fill: #FFE900;

}

.link_all_yellow svg {
    margin-left: 5px;
}

.link_all_yellow:focus,
.link_all_yellow:hover {
    color: #FFF266;

}

.link_all_yellow:focus svg path,
.link_all_yellow:hover svg path {
    fill: #FFF266;

}

.link_all1 {
    color: #171717;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.link_all1 svg {
    margin-left: 5px;
}

.link_all1:focus,
.link_all1:hover {
    color: #999794;

}

.link_all1:focus svg path,
.link_all1:hover svg path {
    fill: #999794;

}

.btn-weight {
    display: flex;
    width: 260px;
    padding: 13px 30px;
    justify-content: center;
    align-items: center;
}

.bg_black {
    background: url('../images/footer_bg.png') repeat #171717;
}

/* header info_icon*/
.info_icons {
    background: url('../images/subtract.png') center top no-repeat;
    padding: 28px 0 22px;
    position: relative;
}

.info_icons:before {
    background: url('../images/info_icons_bg_b.svg') no-repeat;
    content: '';
    position: absolute;
    bottom: -19px;
    width: 40px;
    height: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}

.info_icon {

    margin: 0 30px;
}

.info_icon .m-10 {
    margin-left: 10px;
}

.info_icon .param1 {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    writing-mode: vertical-rl;

}

.info_icon .param2 {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 60px;
    font-weight: 700;
    line-height: 40px;
}

@media (max-width: 991px) {
    .info_icons {
        margin-top: auto;
    }

    .info_icon img {
        max-width: 130px;
				height: auto;
    }
}

@media (max-width: 767px) {


    .info_icons_block {
        flex-wrap: wrap;
    }

    .info_icon {
        margin: 15px 0;
        flex: 0 0 50%;
        justify-content: space-between;
    }

    /*
  .link_all1 {
    font-size: 14px;
    font-weight: 900;
  }

  .info_icon .param2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
  }

  .info_icon .param1 {
    font-size: 10px;
  }

  .info_icon img {
    max-width: 90px;
  }*/
}

@media (max-width: 300px) {


    .info_icon {
        margin: 15px auto;
        flex: 0 0 100%;
        text-align: center;
    }
}

/*accordion*/
.accordion-item {
    border: none;
    border-bottom: 2px solid #F4F4F4;
}

.accordion-button {
    color: #171717;
    font-size: 21px;
    font-weight: 900;
    line-height: 32px;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}

.accordion-body {
    color: #585755;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 30px 20px 0;
}

.accordion-button:not(.collapsed) {
    color: #171717;
    background-color: #fff;
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed):after {
    background: url('../images/minus.svg') no-repeat;
    transform: none;
}

.accordion-button:after {

    background: url('../images/plus.svg') no-repeat;
}

@media (max-width: 991px) {
    .accordion-button:after {
        position: relative;
        right: -30px;
    }

    .accordion-body {
        padding-right: 0;
    }
}

/*pagination*/
.page-link {
    color: #999794;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    display: block;
    text-decoration: none;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
    padding-top: 3px;
    margin: 0 10px !important;
}

.page-link:focus,
.page-link:hover {
    z-index: 2;
    color: #fff;

    background: #171717;
    box-shadow: none;
}

.page-link.left {
    margin-right: 20px !important;
}

.page-link.right {
    margin-left: 20px !important;
}

.page-link.left,
.page-link.right {
    background: #FFF;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    border-radius: 5px;
    background: #171717;
}

.logo {
    margin: 30px 15px;
}

/*mainmenu*/
.navbar-menu {
    position: unset;
}

.mega-menu {
    margin: 0 auto;
    padding-left: 0;
}

.mega-menu ul {
    margin: 0;
    padding: 0;
}

.mega-menu li {
    margin: 0;
    list-style-type: none;
}

.mega-menu li a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;

}

.nav-link {
    padding: .5rem 0.5rem;
}

.language ul.sub-menu,
.mega-menu > li > ul.sub-menu {
    visibility: hidden;
    position: absolute;
    margin-top: 0;
    box-sizing: border-box;
    z-index: 3;
    opacity: 0;
    text-align: left;
    border-radius: 20px;
    background: #171717;
    white-space: nowrap;
    padding: 15px;
    width: 250px;


}

.language ul.sub-menu,
.mega-menu > li > ul.sub-menu {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
}

.language ul.sub-menu {
    width: auto;
}

.language ul.sub-menu li {
    margin: 0;
    list-style-type: none;
}

.language:hover ul.sub-menu,
.mega-menu > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
}


.mega-menu > li.megamenu > div.sub-menus {
    visibility: hidden;
    position: absolute;
    margin-top: 0;
    box-sizing: border-box;
    z-index: 3;
    opacity: 0;
    text-align: left;
    border-radius: 20px;
    background: #171717;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
    max-width: 1320px;
    width: 100%;
}

.mega-menu > li.megamenu > div.sub-menus > div {
    flex-wrap: wrap;
    background: url("../images/menu_logo.svg") right bottom no-repeat;
    margin: 60px;
}

.mega-menu > li.megamenu > div.sub-menus .sub-menu {
    flex: 0 0 calc(25% - 20px);
}

.mega-menu .sub-menu__arrow {
  background-color: #fff;
  -webkit-mask: url("../images/menu-arrow.svg") no-repeat center;
  mask: url("../images/menu-arrow.svg") no-repeat center;
	margin: -4px 5px 0 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.mega-menu a:focus > .sub-menu__arrow,
.mega-menu a:hover > .sub-menu__arrow {
  background-color: #FFE900;
}

.mega-menu > li.megamenu > a.nav-link > span {
    display: block;
    vertical-align: middle;
}

.language a.nav-link > span:after,
.mega-menu > li > a.nav-link > span:after {

    content: '';
    background: url("../images/menu_trigger.svg") center center no-repeat;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    width: 10px;
    height: 6px;
    transform: rotate(0deg);
}

.language:hover a.nav-link > span:after,
.mega-menu > li:hover > a.nav-link span:after {
    transform: rotate(180deg);
}

.mega-menu > li.megamenu:hover > div.sub-menus {
    visibility: visible;
    opacity: 1;
}

.mega-menu > li.megamenu > div.sub-menus {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
}

.mega-menu > li.megamenu a.item {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;

}

.mega-menu > li.megamenu a.item svg {
    margin-right: 5px;
}

.mega-menu > li.megamenu .children {
    margin-left: 20px;
    margin-bottom: 60px;
    margin-top: 20px;
}

.mega-menu > li.megamenu .children:first-child {
    margin-bottom: 0px;
}

.mega-menu > li.megamenu .children li {
    margin-bottom: 15px;
}

.mega-menu > li.megamenu a.children-item {
    color: #D1CEC9;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.mega-menu a:focus,
.mega-menu a:hover {
    color: #FFE900 !important;
}

.mega-menu a:focus svg path,
.mega-menu a:hover svg path {
    fill: #FFE900 !important;
}

.navbar-dark .navbar-toggler:hover,
.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler {
    border: none;
    box-shadow: none;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("../images/navba_toggle_icon.svg");

}

.offcanvas {
    display: none;
}

.mob_languge {
    display: none;
}

.navbar-expand-md .offcanvas {
    display: flex !important;
    flex-basis: auto;
}

@media (max-width: 1400px) {
    .nav-link {
        padding: .5rem 0.5rem;
    }

    .container:not(.mob_menu), .container-lg, .container-md, .container-sm {
        max-width: 1280px;
    }
}

@media (max-width: 1200px) {
    .top_call_back .btn {
        padding: 11px 15px;
    }

    .container:not(.mob_menu), .container-lg, .container-md, .container-sm {
        max-width: 1080px;
    }
}

@media (max-width: 1100px) {
    .language a.nav-link > span::after, .mega-menu > li > a.nav-link > span::after {
        margin-left: 5px;

    }
}

@media (max-width: 1090px) {

    .top_call_back .btn {
        padding: 11px 11px;
    }

    .container:not(.mob_menu), .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }

    .top_phone a {
        font-size: 12px !important;
    }

    .language a {

        font-size: 14px !important;

    }

    .top_call_back .btn {
        padding: 10px;
    }

    header .container.mob_menu > .row > * {
        padding-right: 0;
        padding-left: 0;
    }

}

@media (max-width: 991px) {
   /* .container, .container-lg, .container-md, .container-sm {
        max-width: 760px;
    }*/

    .mob_languge {
        display: block;
    }

    /*#navbarNav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: left;
    overflow-x: scroll;
    background: url("../images/menu_logo.svg") right 30px bottom 30px no-repeat, #171717;
    padding-bottom: 50px;
    z-index: 100;
  }*/
    .offcanvas {
        transition: 0.3s;
        background: url("../images/menu_logo.svg") right 30px bottom 30px no-repeat, #171717;
        left: 0;
        top: 0;
        transform: translateX(100%);
        width: 400px;
        overflow-x: scroll;
    }

    #navbarNav .logo_img {
        margin: 10px;
    }

    #navbarNav .mega-menu {
        margin: 0;
        padding: 0;
    }

    .mega-menu > li.megamenu > a {
        position: relative;
    }

    .mega-menu > li.megamenu > div.sub-menus {
        visibility: visible;
        position: static;
        transform: none;
        margin-top: 0;
        background: transparent;
    }

    .mega-menu > li.megamenu > div.sub-menus {

        opacity: 1;
        display: none;
    }

    .mega-menu > li.megamenu > div.sub-menus > div {
        margin: 20px;
        background: none;
    }

    .language a.nav-link > span:after,
    .mega-menu > li > a.nav-link > span:after {
        content: none;
    }

    .mega-menu > li > a.nav-link {
        display: flex;
        align-items: center
    }

    .mega-menu > li > a.nav-link .toggle {

        width: 20px;
        height: 20px;

        background: url("../images/menu_trigger.svg") center center no-repeat;
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;

        transform: rotate(0deg);
    }

    .mega-menu > li > a.nav-link .toggle.active {
        transform: rotate(180deg);
    }

    .close_menu {
        float: right;
        margin-right: 15px;
        margin-top: 15px;
    }
}


/*top_phone*/
.top_phone a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #FFFFFF;
}

.top_phone a:focus,
.top_phone a:hover {
    color: #FFE900;
}

.language a {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: .5rem 0;
}

.language a:focus,
.language a:hover {
    color: #FFE900;
}

.header_title_block {
    padding-top: 70px;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .header_title_block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .cases-template-default .header_title_block {
        padding-bottom: 30px;
    }
    .header_title_block .btn {
        width: 100%;
        margin-top: 30px;
    }
}

.bd_personal_article .personal_article_bg,
.bd_personal_article .header_title_block {
    padding-top: 15px;
}

.bd_service .header_title_block {
    padding-bottom: 103px;
}

.bd_autor_article .header_title_block {
    padding-bottom: 260px;
}

@media (max-width: 991px) {
    .bd_autor_article .header_title_block {
        padding-bottom: 0;
    }
}

.title {

    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 2.75px;
}

.bd_blogs .title,
.bd_cases .title {
    margin-top: -90px;
}

.title span {
    color: #FFE900;
}


.header_title {
    color: #FFF;

    font-size: 55px;
    font-style: normal;
    font-weight: 900;
    line-height: 70px;
    letter-spacing: 2.75px;

}

.header_title span {
    color: #FFE900;
    font-size: 55px;
    font-style: normal;
    font-weight: 900;
    line-height: 70px;
    letter-spacing: 2.75px;
}

.bd_index .header_title {
    color: #FFF;

    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 80px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.bd_index .header_title span {
    color: #FFE900;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 80px;
    letter-spacing: 3px;
    text-transform: uppercase;
}


.title_text {
    color: #D1CEC9;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 50px;
    margin-top: 20px;
}

.title_block {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    color: #171717;
    /*letter-spacing: 2.5px;*/

}

.title_block p {
    letter-spacing: normal;
}

.title_block.white {
    color: #FFFFFF;
}

.header_title_block .title_block {
    color: #D1CEC9;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .bd_service .header_title_block {
        padding-bottom: 60px;
    }

    .title {
        font-size: 40px;
        line-height: 55px;
    }

    .header_title {
        color: #FFF;

        font-size: 40px;
        font-style: normal;
        font-weight: 900;
        line-height: 55px;
        letter-spacing: 2px;
        text-transform: none;
    }

    .header_title span {
        color: #FFE900;
        font-size: 40px;
        font-style: normal;
        font-weight: 900;
        line-height: 55px;
        letter-spacing: 2px;
        text-transform: none;
    }

    .bd_index .header_title {
        color: #FFF;

        font-size: 40px;
        font-style: normal;
        font-weight: 900;
        line-height: 55px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .bd_index .header_title span {
        color: #FFE900;
        font-size: 40px;
        font-style: normal;
        font-weight: 900;
        line-height: 55px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }


    .title_block {
        font-size: 32px;
        line-height: 42px;
        font-weight: 900;
    }

    .title_text {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

@media (max-width: 539px) {
    .page-id-4198 .header_title,
    .page-id-4203 .header_title,
    .privacy-policy .header_title {
        font-size: 30px;
    }
}
.home_img {
    margin: auto;
}

.bd_service .home_img {
    max-height: 420px;
    max-width: 620px;
}

.home_img img {
    width: 100%;
    height: auto;
}

/*breadcrumb*/
.breadcrumb {
    color: #D1CEC9;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    flex-wrap: nowrap;
    overflow: hidden;
    min-width: 0;
}
.breadcrumb li{
    display: flex;

}
.breadcrumb li:last-child{
    min-width: 0;
}
.breadcrumb a {
    color: #FFE900;
}
.breadcrumb span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}
.breadcrumb li:last-child > a,
.breadcrumb li > span {
    color: #D1CEC9;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #D1CEC9;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M5.32149 4.30264C5.69919 4.69084 5.69919 5.30916 5.32149 5.69736L1.71825 9.40069C1.39882 9.72899 0.871449 9.72899 0.55202 9.40069C0.244732 9.08486 0.244732 8.5818 0.552021 8.26598L3.05122 5.69736C3.42892 5.30917 3.42892 4.69084 3.05122 4.30265L0.552021 1.73402C0.244733 1.4182 0.244732 0.915136 0.55202 0.599312C0.871449 0.27101 1.39882 0.27101 1.71825 0.599312L5.32149 4.30264Z' fill='%23D1CEC9'/%3E%3C/svg%3E");
}

/*call_back*/

.modal.fade {
    transition: none;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(7.5px);
}

.call_back .modal-dialog {
    max-width: 620px !important;
}

.call_back .modal-content {
    background: url('../images/footer_bg.png') repeat, #171717;
    border: 0;
    position: relative;
    min-height: 350px;
    width: 100%;
    height: 100%;
    /*call_back_bg.png*/
}

.call_back .modal-content:before {
    background: url('../images/call_back_bg.png') no-repeat top right;
    content: '';
    position: absolute;
    bottom: -30px;
    right: 30px;
    left: 0;
    top: -20px;
    /*call_back_bg.png*/
}

.call_back .modal-body {
    margin-top: -15px;
    padding: 0 30px 30px
}

.call_back .modal-header {

    border-bottom: 0;

}

.btn-close {
    fill: #fff;
    background: url('../images/x.svg') center center no-repeat;
}

.btn-close:focus,
.btn-close:hover {
    color: #fff
}

.call_back form {
    width: 100%;
}
.call_back form .d-grid,
.call_back form .mb-3 {
    width: 50%;
}
.call_back .btn {
    font-size: 16px;
    line-height: 24px;
}


.call_back .form-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    width: 50%;
}

@media (max-width: 991px) {
    .call_back form .d-grid,
    .call_back .form-title,
    .call_back form .mb-3,
    .call_back form {
        width: 100%;
    }
}

/* cases*/
.cases {
    padding: 100px 0;
}

.cases .cases_block {

    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.case_block {

    flex: 0 0 calc(33.3% - 20px);
    border-radius: 10px;
    background: #F4F4F4;
    margin-top: 40px;
    flex-direction: column;
    display: flex;
}

.case_block .link .link_all1 {
    background: #171717;
    color: #FFE900;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 4px;
}
.case_block .link .link_all1:hover {
    background: #2f2f2f;
}

.case_block .link .link_all1 svg path {
  fill: #FFE900;
}

.case_block .link .link_all1:hover svg path {
  fill: #FFE900;
}

.case_block .img {
    text-align: center;
    max-height: 200px;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    z-index: 1;
}

.case_block .img::before {
    content: '';
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 67.25%);
}

.case_block .text_block {
    padding: 20px 40px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.case_block .tag {
    color: #999794;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}

.case_block .title {
    color: #171717;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    margin: 5px 0 10px;
    letter-spacing: 0;
}

.case_block .desc {
    color: #585755;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    flex: 1 0 auto;
}

.case_block .link {
    text-align: center
}

.case_block.last {
    flex: 0 0 calc(66.7% - 20px);

}

.case_block.last .img {
    height: 420px;
    max-height: 420px;
}

.all_button,
.cases_all_button {
    margin-top: 40px
}

.paginations,
.cases_pagination {
    margin-top: 40px
}

@media (max-width: 991px) {
    .case_block,
    .case_block.last {
        flex: 0 0 calc(50% - 15px);
    }
    .case_block.last .img {
        height: auto;
        max-height: 200px;
    }

}

@media (max-width: 539px) {
    .case_block .link {
        margin-top: 10px;
    }
    .cases .title_block {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0;
        /* margin-top: 60px;*/
    }

    .case_block {
        margin-top: 30px;
    }

    .case_block .title,
    .case_block .desc,
    .case_block .link {
        font-size: 14px;
        line-height: 21px;
    }

    .cases {
        padding: 60px 0;
        margin-top: 0px;
    }

    .case_block,
    .case_block.last {
        flex: 0 0 100%;
    }

    .case_block.last .img {
        height: unset;
    }

    .cases_all_button {
        display: none
    }

    .cases_pagination {
        margin-top: 30px;
    }

    .case_block .img {
        max-height: 160px;
    }
}

/*case_article*/
.case_article {
    padding: 100px 0;
}

.case_article .title_block2 {
    color: #171717;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 40px;
    margin-top: 60px;
}

.case_article .text_block {
    margin-top: 40px;
}

.initials_data {
    padding: 100px 0;
}

.initial_data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 620px;
    margin: 40px auto 0;
    border-bottom: 2px solid #585755;
    padding-bottom: 20px;
}

.initial_data .title {
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: normal;
}

.initial_data .param {

    color: #FFE900;
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;

}

.result_article {
    padding: 100px 0;
}

.result_article .text_block {
    margin-top: 40px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.case_article .img_block {
    margin-bottom: 40px;
}

.case_article .chevrons {
    margin: 0;
    padding: 0;
}

.case_article .chevrons li {
    list-style-type: none;
    background: url("../images/chevrons-right.png") left center no-repeat;
    padding-left: 25px;
    margin: 10px 0;
}

.whole_works {
    padding: 100px 0;
}

#case_goals.whole_works {
    padding-bottom: 60px;
}

.whole_works .check {
    max-width: 620px;
    margin: 40px auto;

}


.whole_works .check li {
    display: block;
    color: #171717;
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
    background: url("../images/check.png") right bottom no-repeat;

}

.whole_works .check li span {
    display: block;
    color: #D1CEC9;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

.result_article .tables {
    max-width: 950px;
    margin: 40px auto 0;
    text-align: left;
    border-radius: 20px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #F4F4F4;
    width: 100%;
}

table tr:last-child th:first-child {
    border-top-left-radius: 20px;
}

table tr:last-child th:last-child {
    border-top-right-radius: 20px;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

.result_article .tables tr {
}

.result_article .tables td,
.result_article .tables th {
    vertical-align: middle;
    text-align: left;

    padding: 15px 20px;
  /*  width: auto;
    max-width: 238px;*/
    border: 1px solid #F4F4F4;


}

.result_article .tables td {
    background: #FFF;
}

.result_article .tables .title {
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.result_article .tables .rows {
    color: #585755;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.result_article .tables .col_title1 {
    background: #999794;
    color: #FFF;
}

.result_article .tables .col_title2 {
    background: #FFFBCC;
}

.result_article .tables .col_title3 {
    background: #FFF699;
}

.result_article .tables .col_title4 {
    background: #FFF266;
}
@media (min-width: 576px) {
    .col_title1.d-sm-block {
        display: table-cell !important;
    }
}
@media (max-width: 575px) {

    table tr:last-child th:nth-child(2) {
        border-top-left-radius: 20px;
    }
.col_title4{
    border: 0!important;
}
    table tr:last-child td:nth-child(2) {
        border-bottom-left-radius: 20px;
    }
    .result_article .tables tr:last-child td:last-child{
        border: 0!important;
    }
    .result_article .tables .bg2 td{background:#999794!important;color: white!important; text-align: center}

}
@media (max-width: 539px) {
    .case_article {
        padding: 60px 0;
    }

    .case_article .title_block2 {
        color: #171717;
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        line-height: 42px;
        margin: 40px 0;
    }

    .whole_works {
        padding: 60px 0;
    }

    .result_article {
        padding: 60px 0;
    }

    .result_article .tables td,
    .result_article .tables th {

        width: 33.33%;
        padding: 15px;
    }

    .result_article .tables {
        max-width: unset;
        margin: 40px auto 0;
    }

    table tr:last-child th:nth-child(2) {
        border-top-left-radius: 20px;
    }

    table tr:last-child td:nth-child(2) {
        border-bottom-left-radius: 20px;
    }

    table .rows.d-lg-none td {
        border-top: 1px solid #F4F4F4;
        border-left: 1px solid #F4F4F4;
        background: #999794;
        color: #FFF;
        text-align: center;
        font-size: 14px;
        padding: 5px 15px;
        font-weight: 700;
        line-height: 21px;
        text-transform: uppercase;
    }

    .whole_works {
        padding-top: 60px;
    }

    .whole_works .check {
        padding-left: 0;
    }

    .whole_works .check li {

        font-size: 16px;
        font-weight: 700;
        line-height: 24px;

    }

    .whole_works .check li span {
        font-size: 21px;
        font-weight: 900;
        line-height: 32px;

    }


}

/* tabs */
.url-tabs,
.nav-tabs {
    border: none;
    text-align: center;
}

.url-tabs .nav-link,
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: none;
    border-radius: 0;
    color: #D1CEC9;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    border-bottom: 5px solid #D1CEC9;
    margin: 0 20px 0;
    padding: 0;
    height: 42px;
    display: inline-block;
}

.url-tabs .nav-link:last-child,
.nav-tabs .nav-link:last-child {
    margin-right: 0;
}

.url-tabs .nav-link:first-child,
.nav-tabs .nav-link:first-child {
    margin-left: 0;
}

.url-tabs .nav-item.show .nav-link:focus,
.url-tabs .nav-link:focus,
.url-tabs .nav-item.show .nav-link:hover,
.url-tabs .nav-link:hover,
.url-tabs .nav-item.show .nav-link,
.url-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link:focus,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-item.show .nav-link:hover,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #171717;
    border-color: #FFE900;

}

@media (max-width: 991px) {
    .url-tabs .nav-link,
    .nav-tabs .nav-link {
        font-size: 16px;
        line-height: 24px;
        margin: 0 10px 20px;
        font-weight: 900;
    }

    .url-tabs,
    .nav-tabs {
        margin-bottom: 10px;
    }


}
@media (max-width: 485px) {

    .bd_contacts .url-tabs span,
    .bd_contacts .nav-tabs span{
display: block;
        width: 100%;
    }
    .bd_contacts .url-tabs .nav-link:first-child,
    .bd_contacts .nav-tabs .nav-link:first-child {
        margin-left: 10px;
    }
    .bd_contacts .url-tabs .nav-link:last-child,
    .bd_contacts .nav-tabs .nav-link:last-child {
        margin-right: 10px;
    }
}
@media (max-width: 430px) {
    .bd_index .url-tabs .nav-link,
    .bd_index .nav-tabs .nav-link {
        margin: 0 0px 20px;
    }

}

/* nav-tabs black*/
.url-tabs.black,
.nav-tabs.black {
    border: none;
    flex-wrap: nowrap;
}

.url-tabs.black .nav-link,
.nav-tabs.black .nav-link {
    background: 0 0;
    border: none;
    border-radius: 0;
    color: #585755;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    border-bottom: 2px solid #585755;
    margin: 0px 20px;
    padding: 0 0 10px;
    height: 60px;
}

.url-tabs.black .nav-item.show .nav-link:focus,
.url-tabs.black .nav-link:focus,
.url-tabs.black .nav-item.show .nav-link:hover,
.url-tabs.black .nav-link:hover,
.url-tabs.black .nav-item.show .nav-link,
.url-tabs.black .nav-link.active,
.nav-tabs.black .nav-item.show .nav-link:focus,
.nav-tabs.black .nav-link:focus,
.nav-tabs.black .nav-item.show .nav-link:hover,
.nav-tabs.black .nav-link:hover,
.nav-tabs.black .nav-item.show .nav-link,
.nav-tabs.black .nav-link.active {
    color: #FFE900;
    border-color: #FFE900;
}

@media (max-width: 991px) {
    .url-tabs.black,
    .nav-tabs.black {
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

    .url-tabs.black .nav-link,
    .nav-tabs.black .nav-link {
        font-size: 16px;
        line-height: 24px;
        margin: 20px 10px;
        flex: 0 0 calc(33% - 20px);
    }


}
@media (max-width: 539px) {


    .url-tabs.black .nav-link,
    .nav-tabs.black .nav-link {
        flex: 0 0 calc(50% - 20px);
    }


}
/*counter*/
.case_block .counter {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    z-index: 3;
}

/*
.case_block .counter:after {
  position: absolute;
  content: '';
  background: #000;
  opacity: 0.6;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}*/

.case_block .counterbl {
    margin: 10px;
}

.case_block .counterbl .counter_title {
    color: #D1CEC9;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}

.case_block .counterbl .counter_count {
    color: #FFF;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

.case_block.last .counterbl .counter_count {

    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
}

@media (max-width: 991px) {
    .case_block .counterbl .counter_title {
        font-size: 10px;
    }

    .case_block.last .counterbl .counter_count,
    .case_block .counterbl .counter_count {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 342px) {
    .case_block .counter {
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .case_block .counterbl {
        flex: 0 0 50%;
        margin: 0;
        margin: 5px auto;
    }
}

/*counter_black*/
.counter_black {
    margin: 40px auto 80px;
}

.counter_black .counterbl {
    background: url('../images/subtract.svg') center center no-repeat;
    height: 165px;
    width: 165px;
    margin: 0 -5px;
    padding: 10px;

}

.counter_black .counterbl .counter_count {
    color: #FFE900;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 2.5px;
    margin-top: 23px;
}

.counter_black .counterbl .counter_title {
    color: #D1CEC9;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    min-height: 50px;
}

@media (max-width: 539px) {
    .counter_black {
        flex-wrap: wrap;
    }

    .counter_black .counterbl {
        background: none;
        flex: 0 0 50%;
        height: auto;
        width: auto;
        margin: 10px auto;
    }

    .counter_black .counterbl .counter_count {
        color: #FFE900;
        text-align: center;
        font-size: 50px;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: 2.5px;
    }

    .counter_black .counterbl .counter_title {
        color: #D1CEC9;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

}

/*our_clients*/
.our_clients {
    padding-top: 100px;
    margin-bottom: 156px;
}

.bd_about_company .our_clients {
    margin-bottom: 0;
}


.clients_logo {
    margin: 40px auto 100px;
    max-width: 965px;
}
.single .client_logos_container,
.home .client_logos_container {
    margin-bottom: 80px;
}
.single  .client_logo,
.home .client_logo {
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	display: flex;
}

.clients_logo .client_logo .img {
    margin: 0 20px;
}

.clients_logo .client_logo .img:nth-child(6n+1) {
    margin-left: 0;
}

.clients_logo .client_logo .img:nth-child(6n+5) {
    margin-right: 0;
}

.clients_logo .client_logo img {
    max-height: 44px;
		width: auto;
}

.clients_logo hr {
    margin: 40px auto;
    border: 2px solid #585755;
    width: 100%;
}

.clients_logo hr:last-child {
    display: none;
}

@media (max-width: 991px) {
    .our_clients {
        padding-top: 60px;
        margin-bottom: 0;
    }

    .our_clients .title_block {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0;
    }

    .clients_logo hr {
        display: none
    }

    .client_logo {
        flex-wrap: wrap
    }

    .clients_logo .client_logo .img img {
        max-width: 100%;
        height: auto;
    }

    .clients_logo .client_logo .img {
        flex: 0 0 33.33%;
        padding: 15px 10px;
        margin: 0;
        text-align: center;
    }
}

@media (max-width: 570px) {
    .clients_logo .client_logo {
display: flex;
    }

    .clients_logo .client_logo .img {
        flex: 0 0 50%;
    }

    .clients_logo .client_logo .img img {
        max-width: 100%;
        height: auto;
    }
}

/*included*/
.included {
    padding-top: 100px;
    margin-bottom: 156px;
}

.bd_about_company .included {

    margin-bottom: 0px;
}

.included_block {
    margin-bottom: 50px
}

.included-slider {
    padding: 40px 0 0px;
    margin: 0 -10px;
}

.included-slider .text_block {
    border-radius: 10px;
    background: #090909;
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 20px;
    margin: 0 20px;
}

.included-slider .text_block .icon {
    text-align: center;
    margin-bottom: 20px;
}

.included-slider .text_block .text_modal {
    display: none;
}

.included-slider .text_block .icon img {
    height: 60px;
    width: 60px;
    margin: 0 auto;
}

.included-slider .text_block .title {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0;
    height: 45px;
}

.included-slider .text_block .desc {
    color: #D1CEC9;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    flex: 1 0 auto;
}

.included-slider .text_block .link {
    text-align: center;
}

.included_tabs {
    margin-bottom: 80px;
}

.included .coment {
    border-radius: 10px;
    background: #F4F4F4;
    padding: 40px 40px 20px;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
}

.included .coment .desc {
    color: #585755;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    max-height: 196px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    flex: 1 0 auto;
}

.included .coment .text_info {
    margin-top: 30px;
    border-top: 2px solid #D1CEC9;
    padding-top: 10px;
}

.included .coment .autor {
    color: #171717;

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.included .coment .url {
    margin-left: 10px;
    color: #D1CEC9;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    align-items: flex-end;
    flex: 1 0 auto;
}

.included .rating_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.included .rating_block .img {
    flex: 0 0 calc(66.7% - 20px);
    text-align: right;
    margin-bottom: -80px;
}

.included .rating_block .text_block {
    flex: 0 0 calc(33.3% - 40px);
}

.included .rating_block .title {
    color: #D1CEC9;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0;
}

.included .rating_block .score {
    color: #FFF;
    text-align: left;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .included {
        padding-top: 60px;
        margin-bottom: 0;
    }

    .included_block {
        margin-bottom: 0px;
    }

    .included_tabs {
        margin-top: 40px;
		margin-bottom: 20px;
    }

    .included .title_block.white {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0;
    }

    .included-slider .text_block {
        margin: 0 15px;
    }

    .included-slider {
        margin: 0 -12px;
    }

    .included .url-tabs.black .nav-link,
    .included .nav-tabs.black .nav-link {
        flex: 0 0 calc(33.33% - 20px);
        margin: 10px 10px;
        padding: 0;
    }

    .included .m-40 {
        margin: 10px 0;
    }

    .included .coment {
        flex: unset;
        padding: 20px;
        margin: 0 15px;
    }

    .coments {
        margin: 0 -12px;
    }

    .included .rating_block {
        margin-top: 30px;
    }

    .included .rating_block .title,
    .included .rating_block .score {
        text-align: center;
    }

    .included .rating_block .img {
        display: none;
    }

    .included .rating_block .text_block {
        flex: 0 0 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .included .rating_block .text_block .scores {
        flex: 0 0 50%;
    }

    .included .rating_block .text_block .star_ratings_block {
        flex: 0 0 50%;
        margin-left: 50%;
        text-align: center;
    }

    /*.included .coment .desc{
    max-width: 350px;
    width: 100%;
  }*/


}

@media (max-width: 539px) {
    .included .url-tabs.black .nav-link,
    .included .nav-tabs.black .nav-link {
        flex: 0 0 calc(50% - 20px);
    }
}

/**/
/*included_white*/
.included_white {
    padding-top: 100px;
    margin-bottom: 156px;
}

.included_white_block {
    margin-bottom: 80px
}

.included_white-slider {
    padding: 40px 0 0px;
    margin: 0 -10px;
}

.included_white-slider .text_block {
    border-radius: 10px;
    background: #F4F4F4;
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 20px;
    margin: 0 20px;
}

.included_white-slider .text_block .icon {
    text-align: center;
    margin-bottom: 20px;
}

.included_white-slider .text_block .icon img {
    height: 60px;
    width: 60px;
    margin: 0 auto;
}

.included_white-slider .text_block .title {
    color: #171717;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0;
    height: 45px;
}

.included_white-slider .text_block .desc {
    color: #585755;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    flex: 1 0 auto;
}

.included_white-slider .text_block .text_modal {
    display: none;
}

.included_white-slider .text_block .link {
    text-align: center;
}


.included_white_tabs {
    margin-bottom: 80px;
}

.included_white .coment {
    border-radius: 10px;
    background: #F4F4F4;
    padding: 40px 40px 20px;
    margin: 0 20px;
    display: flex;
    flex-direction: column;

}

.included_white .coment .desc {
    color: #585755;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    max-height: 196px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    flex: 1 0 auto;
}

.included_white .coment .text_info {
    margin-top: 30px;
    border-top: 2px solid #D1CEC9;
    padding-top: 10px;
}

.included_white .coment .autor {
    color: #171717;

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.included_white .coment .url {
    margin-left: 10px;
    color: #D1CEC9;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.included_white .rating_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.included_white .rating_block .img {
    flex: 0 0 calc(66.7% - 20px);
    text-align: right;
    margin-bottom: -80px;
}

.included_white .rating_block .text_block {
    flex: 0 0 calc(33.3% - 40px);
}

.included_white .rating_block .title {
    color: #585755;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0;
}

.included_white .rating_block .score {
    color: #171717;
    text-align: left;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
}

.included_white_tabs .url-tabs.black .nav-item.show .nav-link:focus,
.included_white_tabs .url-tabs.black .nav-link:focus,
.included_white_tabs .url-tabs.black .nav-item.show .nav-link:hover,
.included_white_tabs .url-tabs.black .nav-link:hover,
.included_white_tabs .url-tabs.black .nav-item.show .nav-link,
.included_white_tabs .url-tabs.black .nav-link.active,
.included_white_tabs .nav-tabs.black .nav-item.show .nav-link:focus,
.included_white_tabs .nav-tabs.black .nav-link:focus,
.included_white_tabs .nav-tabs.black .nav-item.show .nav-link:hover,
.included_white_tabs .nav-tabs.black .nav-link:hover,
.included_white_tabs .nav-tabs.black .nav-item.show .nav-link,
.included_white_tabs .nav-tabs.black .nav-link.active {
    color: #171717;

}

@media (max-width: 991px) {
    .included_white {
        padding-top: 60px;
        margin-bottom: 0;
    }

    .included_white_block {
        margin-bottom: 0px;
    }

    .included_white_tabs {
        margin-top: 40px;
    }

    .included_white .title_block.white {
        font-size: 32px;
        line-height: 42px;
    }

    .included_white-slider {
        margin: 0 -12px;
    }

    .included_white-slider .text_block {
        margin: 0 15px;
    }

    .included_white .url-tabs.black .nav-link,
    .included_white .nav-tabs.black .nav-link {
        flex: 0 0 calc(33.33% - 20px);
        margin: 10px 10px;
        padding: 0;
    }

    .included_white .m-40 {
        margin: 10px 0;
    }

    .included_white .coment {
        flex: unset;
        padding: 20px;
        margin: 0 20px;
    }

    .included_white .rating_block {
        margin-top: 30px;
    }

    .included_white .rating_block .title,
    .included_white .rating_block .score {
        text-align: center;
    }

    .included_white .rating_block .img {
        display: none;
    }

    .included_white .rating_block .text_block {
        flex: 0 0 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .included_white .rating_block .text_block .scores {
        flex: 0 0 50%;
    }

    .included_white .rating_block .text_block .star_ratings_block {
        flex: 0 0 50%;
        margin-left: 50%;
        text-align: center;
    }
}

@media (max-width: 539px) {
    .included_white .url-tabs.black .nav-link,
    .included_white .nav-tabs.black .nav-link {
        flex: 0 0 calc(50% - 20px);

    }
}

/*our_numbers*/
.our_numbers {
    padding: 100px 0 0;
}

.bd_about_company .our_numbers {
    padding: 400px 0 100px;
    margin-bottom: 0px;
}

.our_numbers .text_block {
    margin-top: 20px;
    color: #D1CEC9;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 991px) {
    .our_numbers {
        padding: 60px 0 0;
    }

    .bd_about_company .our_numbers {
        padding: 60px 0 0;
    }

    .our_numbers .counter_black {
        margin: 40px auto;
    }
}


/*sertificate*/
.sertificate {
    padding: 100px 0 140px;
}

.counter_sertificate .counterbl {
    background: url("../images/counter_sertificate_bg.png") bottom center no-repeat;
    margin: 0 20px;
    height: 290px;
    width: 290px;
}

.counter_sertificate .counterbl .counter_title {
    color: #999794;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    max-width: 190px;
    margin-bottom: 50px;
}

.counter_sertificate .counterbl .counter_icon {
    margin-bottom: 5px;
}

.counter_sertificate .counterbl .counter_count {
    color: #171717;
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 2.5px;
}

.sertificate-slider {
    margin-top: 40px;
}

.sertificate-slider .images {
    background: #F4F4F4;
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px;
    position: relative;
    border-radius: 10px;
}

.sertificate-slider .images img {
    margin: auto;
    cursor: pointer;


}

.sertificate-slider .images:after {
    position: absolute;
    right: 15px;
    bottom: 15px;
    height: 40px;
    width: 40px;
    content: '';
    cursor: pointer;
    background: url("../images/zoom-in.png") right bottom no-repeat;

}

@media (max-width: 991px) {
    .sertificate {
        padding: 60px 0 100px;
    }

    .sertificate .text_block {
        margin-top: 40px;
    }

    .counter_sertificate .counterbl {
        margin: 10px auto;
    }
}

/*team*/
.team {
    padding: 100px 0 140px;
}

.team .text_block {
    color: #585755;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 40px 0;
}

.team_slider {
    margin: 0 20px;

}

.team_slider > div {


    text-align: center;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background: url("../images/team_slider_bg.png") center bottom no-repeat;
    background-size: contain;
}


.team_slider .autor_info {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    padding-bottom: 30px;
    background: linear-gradient(0deg, #090909 0%, rgba(9, 9, 9, 0.00) 100%);
    width: 100%;
}

.team_slider .autor_info .name {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.team_slider .autor_info .text {
    color: #D1CEC9;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.team_slider .autor_info .work {
    color: #D1CEC9;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

@media (max-width: 991px) {
    .team {
        padding: 60px 0 100px;
    }

    .team .text_block {
        font-size: 14px;
        line-height: 21px;
    }

    .team_slider {
        text-align: center;
    }


}

/* usefull_articles*/
.usefull_articles {
    padding: 100px 0;
    margin-top: 75px;
}

.bd_index .usefull_articles {
    margin-top: 0;
}

.usefull_articles .usefull_articles_block {

    display: flex;

    justify-content: space-between;
    /*align-items: flex-start;*/
    align-content: stretch;
    flex-wrap: wrap;
}

.usefull_article_block {

    flex: 0 0 calc(33.3% - 20px);

    border-radius: 10px;

    background: #F4F4F4;

    margin-top: 40px;

    flex-direction: column;
    display: flex;
    border-radius: 10px;
}

.advantag_block .usefull_article_block {

    flex: 0 0 calc(33.3% - 200px);
}

.usefull_article_block .img {
    text-align: center;
    max-height: 420px;
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0 0px;
}

.usefull_article_block .text_block {
    padding: 20px 40px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.usefull_article_block .tag {
    color: #999794;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.usefull_article_block .date {
    color: #999794;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    width: 50%;
    float: right;
}

.usefull_article_block .title {
    color: #171717;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    margin: 10px 0;
    clear: both;
    letter-spacing: 0;
}

.usefull_article_block .desc {
    color: #585755;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    flex: 1 0 auto;
}

.usefull_article_block .link {
    text-align: center;
}

.usefull_article_block.last {
    flex: 0 0 calc(66.7% - 10px);

}

.usefull_article_block.last .img {
    height: 420px;
}

.usefull_articles_all_button {
    margin-top: 40px
}

.usefull_articles_pagination {
    margin-top: 40px
}

@media (max-width: 991px) {
    .usefull_article_block,
    .usefull_article_block.last {
        flex: 0 0 calc(50% - 15px);
    }

    .last .img.fiximg {
        max-width: 406px;
        height: 229px;
        width: 100%;
    }
}

@media (max-width: 539px) {
    .usefull_articles .title_block {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0;
    }

    .usefull_article_block {
        margin-top: 30px;
		flex: 0 0 calc(100% - 15px);
    }

    .usefull_article_block .title,
    .usefull_article_block .desc,
    .usefull_article_block .link {
        font-size: 14px;
        line-height: 21px;
    }

    .usefull_articles {
        padding: 60px 0 44px;
        margin-top: 0px;
    }

    .usefull_articles.p-0 {
        padding: 40px 0 !important;
        margin-top: 0px !important;
    }

    .advantag_block .usefull_article_block,
    .usefull_article_block.last {
        flex: 0 0 calc(100% - 10px);
    }

    .usefull_article_block.last .img {
        height: unset;
    }

    .usefull_articles_all_button {
        display: none
    }

    .usefull_articles_pagination {
        margin-top: 30px;
    }
}

/*faq*/
.faq {
    padding: 100px 0;
}

.faq_block {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .faq {
        padding: 60px 0;
    }

    .faq .title_block {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0;

    }

    .faq .accordion-button {
        font-size: 16px;
        line-height: 24px;
        padding-right: 30px;

    }
}

/*services*/
.services {
    padding: 100px 0;
}

.services .title_block {
    letter-spacing: 2.5px;
}

.services_block .text_left {
    color: #585755;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    flex: 0 0 calc(75% - 20px);
}

.services_block .text_right {
    flex: 0 0 calc(25% - 20px)
}

.services_block .services_link a {
    color: #171717;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 10px;
    border-bottom: 2px solid #F4F4F4;
    margin-bottom: 20px;
    background: url("../images/material_arrow.svg") top 3px right no-repeat;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.services_block .services_link a:hover {
    color: #D1CEC9;
}

.bd_service .services_block .services_link {
    flex-wrap: wrap;
}

.bd_service .services_block .services_link a {
    background: none;
    margin: 0 10px;
    flex: 0 0 calc(25% - 20px);
    text-align: center;
    margin-top: 20px;
}

.bd_service .services_block .services_link a:last-child {
    margin-bottom: auto;
}

.services_block .services_link a:last-child {
    margin-bottom: 0;
}

.services .text_block {
    color: #585755;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.services .img_block {
    margin-top: 40px;
    margin-bottom: -400px;
    position: relative;
    text-align: center;
}

.services .img_block p {
    position: absolute;
    bottom: 0px;
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    width: 100%;
    padding: 74px 0 40px;
    margin: 0;
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(0deg, rgba(9, 9, 9, 0.75) 0%, rgba(9, 9, 9, 0.00) 61.25%);
}

.services .img_block p svg {
    margin-right: 10px;
}


@media (max-width: 991px) {
    .services {
        padding: 60px 0;
    }

    .services_block .text_right {
        margin-top: 40px;
    }

    .services .title_block {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 30px;
    }

    .bd_service .services_block .services_link a {
        background: url("../images/material_arrow.svg") top -2px right no-repeat;
        white-space: nowrap;
        padding-right: 35px;
        flex: 0 0 calc(50% - 20px);

    }

    .bd_service .services_block .services_link a:last-child {
        margin-bottom: 20px;
    }

    .bd_service .services_block .all_button {
        display: none
    }
	.all_button.text-center.all-services {
		display: block;
	}
    .services .title_block {
        letter-spacing: normal;

    }

    .services .img_block {
        margin-bottom: 0;
    }

    .services .img_block p {
        font-size: 16px;
        font-weight: 900;
        line-height: 24px;
        bottom: 0;

    }
    .services_block .services_link {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .services_block .services_link a {
        color: #171717;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        background: url(../images/material_arrow.svg) top -2px right no-repeat;
        flex: 0 0 calc(50% - 15px);
    }

    .company_img {
        margin: 0 -12px;
    }

    .services .img_block p svg {
        margin-right: 0px;
        width: 50%;
    }

    .company_img p {
        text-align: left;
        border-radius: 0 !important;
        padding: 15px !important;
    }
}

/*ideology*/
.ideology {
    padding: 100px 0;
}

.ideology_autor {
    max-width: 455px;
    max-height: 455px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    background: url("../images/ideology_bg.png") bottom right no-repeat;
    background-size: 100%;
    position: relative;
}

.ideology_autor .autor_info {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    padding-bottom: 40px;
    width: 100%;
    opacity: 0.75;
    background: linear-gradient(0deg, #090909 17.13%, rgba(9, 9, 9, 0.00) 68.95%);
}

.ideology_autor .autor_info .ceo_position {
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    display: block;
}

.ideology_autor .autor_info .ceo_fio {
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px; /* 152.381% */
    display: block;
}

.ideology .text_block {
    margin-top: 40px;
    color: #585755;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.ideology .text_block span {
    color: #171717;
    font-weight: 700;
}

.ideology .text_block .title {
    color: #171717;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    margin: 30px 0 20px;
    letter-spacing: 0;
}

.ideology .text_block .title p {
    color: #171717;
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;

}

.ideology .text_block .title svg {

    margin-right: 10px;
    width: 64px;
    height: 46px;
}

@media (max-width: 991px) {
    .ideology {
        padding: 60px 0;
    }

    .ideology_autor img {
        width: 320px;
    }

    .ideology_autor {
        max-width: 320px;
        max-height: 320px;
        margin: 0 auto;
    }

    .ideology .text_block {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
    }

    .ideology .text_block span {
        font-size: 14px;
        line-height: 21px;
    }

    .ideology .text_block .title p {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }
}


/*advantages*/
.advantages {
    padding: 100px 0;

}

.advantages_block {
    position: relative;
    margin-top: 40px;
}

.advantages_block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.2;
    background: url("../images/advantages_bg.png") top right no-repeat;

}

.advantage_block {
    clear: both;
    display: flex;
}

.advantage_block:nth-child(2n) {
    border-left: 1px solid #F4F4F4;
    margin-left: 25px;
    padding-left: 100px;
    margin-top: -25px;
    margin-bottom: -25px;
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
}

.advantage_block:nth-child(2n):after {
    content: '';
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translate(0, -50%);
    width: 10px;
    height: 10px;
    z-index: -1;
    background: #F4F4F4;
    border-radius: 100%;
}

.advantage_block:nth-child(2n):before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100px;
    height: 0px;
    border: 1px solid #F4F4F4;
    z-index: -1;
}

.advantage_block .number {
    color: #F4F4F4;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #F4F4F4;
    background: #fff;
    text-align: center;
    padding-top: 6px;
    flex: 0 0 50px;
    position: relative;
    z-index: 3;
}

.advantage_block .comm {
    margin-left: 10px;
    flex: 0 0 calc(100% - 50px);
    margin-left: 20px;
}

.advantage_block .title_block {
    color: #585755;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    letter-spacing: 0;
}

.advantage_block .title_block strong {
    color: #171717;
    font-size: 21px;
    font-weight: 900;
    line-height: 32px;
}

.advantage_block .autor {
    color: #171717;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.advantage_block .url {
    color: #D1CEC9;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-left: 10px;
}

@media (max-width: 991px) {
    .advantages {
        padding: 60px 0;
    }

    .advantage_block .comm {
        flex: 0 auto;
    }

    .advantages .title_block {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0;
    }

    .advantage_block {
        margin: 8px 0;
    }

    .advantage_block:nth-child(2n):after,
    .advantage_block:nth-child(2n):before,
    .advantages_block:before {
        display: none;
    }

    .advantage_block:nth-child(2n) {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .advantage_block .title_block {
        font-size: 16px;
        line-height: 24px;

    }

    .advantage_block .title_block strong {
        font-size: 16px;
        line-height: 24px;
    }


}

/*article_links*/
.article_links {
    padding: 100px 0;
}

.article_link {
    margin-top: 40px;
}

.article_link .logotip {
    border-radius: 100px 0px 0px 100px;
    background: #999794;
    width: 290px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}

.article_link .links div {
    margin-bottom: 20px;
}

.article_link .links div:last-child {
    margin-bottom: 0;
}

.article_link .links a {

    color: #FFF;
    font-size: 21px;
    font-weight: 900;
    line-height: 32px;

    border-bottom: 2px solid #585755;
    padding-bottom: 3px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.article_link .links a:hover {

    color: #D1CEC9;

}

.article_link .links svg {
    margin-left: 10px;
}

@media (max-width: 991px) {
    .article_links {
        padding: 60px 0;
    }
    .article_link{
        display: flex;
        justify-content: space-between;
    }
    .article_link .logotip {
        margin: 0 25px 20px 0;
        max-width: 240px;
        /*width: 100%;*/
    }

    .article_link .links a {

        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

}
@media (max-width: 539px) {
    .article_link{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
/*blog_article*/
.blog_article {
    padding: 100px 0;
}

.blog_article .title_block {
    margin-top: 60px;
    margin-bottom: 30px;
}

.blog_article .text_block {
    margin-top: 40px;
    color: #585755;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.blog_article .title_block2 {
    margin-top: 100px;
    color: #171717;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
}
.blog_article iframe{
    width: 100%;
}
.blog_article_collapse {
    margin: 0;
    padding: 0;
}

.blog_article_collapse li {
    list-style-type: none;
}

.blog_article_collapse > li {
    margin: 10px 0;
}

.blog_article_collapse > li > a {
    color: #585755;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.blog_article_collapse > li > a:hover {
    color: #D1CEC9;
}

.blog_article_collapse > li ul a {
    color: #999794;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background: url("../images/chevron-right.png") left center no-repeat;
    padding-left: 15px;
}

.collapse_title {
    color: #171717;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/*autor_block*/
.autor_block {
    margin-top: 50px;
}

.autor_block .avatar {
    margin-right: 20px;
}

.autor_block .name {
    color: #585755;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
}

.autor_block .work {
    color: #999794;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/*personal_article*/
.personal_article_bg {
    background: url("../images/personal_article_bg.png") bottom right no-repeat;
    background-size: contain;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    max-height: 455px;
    max-width: 455px;
}

.bd_personal_article main {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .personal_article_bg {
        background-size: 100%;
        margin-bottom: 50px;
    }
}

@media (min-width: 650px) {
    .autor_block:nth-child(1) {
        margin-right: 50px;
    }
    .autors {
        display: flex;
    }
}

/*positions*/
.positions {
    padding: 100px 0 0;
}

.position_block {
    margin-top: 40px;
}

.position_block .logotip {
    border-radius: 100px 0px 0px 100px;
    background: #999794;
    width: 290px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}

.position_block .links div {
    margin-bottom: 20px;
}

.position_block .links div:last-child {
    margin-bottom: 0;
}

.position_rating {
    width: 50px;
    height: 50px;
    background: url('../images/positions_num_bg.png') center center no-repeat, #171717;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFE900;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 10px;
}

.positions_rating > div {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 20px;
}

.position_text {

    border-bottom: 2px solid #F4F4F4;
}

.position_text a {
    color: #171717;
    font-size: 16px;
    font-weight: 900;
    line-height: 32px;
}

.positions_sertificate {
    position: relative;
}

.positions_sertificate img {
    max-width: 200px;
    max-height: 280px;
    position: relative;

}

.positions_sertificate .sertif3 {
    z-index: 3;
    right: 0;
    top: -280px;
}

.positions_sertificate .sertif2 {
    right: -110px;
    top: -120px;
    z-index: 2;
}

.positions_sertificate .sertif1 {
    right: -220px;
    top: 40px;
    z-index: 1;
}

@media (max-width: 1100px) {

    .positions_sertificate .sertif1, .positions_sertificate .sertif2, .positions_sertificate .sertif3 {
        position: unset;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .positions {
        padding: 60px 0;
    }
.positions_block{
    display: flex;
    justify-content: space-between;
}
    .position_block .logotip {
       /* width: 100%;*/
        margin: 0 0 20px;
    }

    .position_text {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

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

    .positions_sertificate .sertif1, .positions_sertificate .sertif2, .positions_sertificate .sertif3 {
        position: unset;
        margin: 0 10px;
        max-width: 100%;
        height: auto;
        max-height: none;
        width: 100%;
    }

}
@media (max-width: 640px) {

    .positions_block{
        display: block;
    }
}
@media (max-width: 539px) {
    .positions_sertificate {
        flex-direction: column !important;
    }

    .positions_sertificate .sertif1, .positions_sertificate .sertif2, .positions_sertificate .sertif3 {
        position: unset;
        margin:  10px 0;
        max-width: 100%;
        height: auto;
        max-height: none;
        width: 100%;
    }
}

/*optimization_steps*/
.optimization_steps {
    padding: 100px 0;
}

.steps_block .title_block {
    color: #FFF;
    font-size: 32px;
    font-weight: 900;
    line-height: 42px;
    letter-spacing: 0;
}

.steps_block .text_block {
    color: #D1CEC9;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0;
}

.steps_block:last-child .text_block {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .optimization_steps {
        padding: 60px 0;
    }

    .optimization_steps .title_block {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0;
    }

    .steps_block .title_block {
        font-size: 21px;
        line-height: 32px;
    }
}

/*blogs*/
.blogs {
    padding: 100px 0;
}

.blog_block .img {
    min-width: 290px;
    margin-right: 20px;
}

.blog_block .title_block {
    color: #171717;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0;
}

.blog_block .desc {
    color: #585755;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.slider-arrows {
    margin-top: 40px;
}

.blog_block .blog_info {
    color: #999794;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 5px;
    flex-wrap: wrap;
}

.blog_block .blog_info div {
    margin-right: 20px;
    display: flex;
    align-items: center;

}
.blog_block .blog_info > div{
    margin-bottom: 10px;
}
.blog_block .blog_info div:last-child{
    margin-right:0px;
}
.blog_block .blog_info div div:last-child{
    margin-right:0px;
}
.blog_block .blog_info img {
    margin-right: 5px;
}

.blog_block .link {
    text-align: right;
}

.blogs_block hr {
    margin: 20px 0;
    height: 2px;
    border-radius: 10px;
    background: #F4F4F4;
}

.blogs_pagination {
    margin-top: 40px;
}

.blog_tags .title_block {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;

    padding: 15px 0px;
    border-radius: 10px 10px 0px 0px;
    background: #171717;
}

.blog_tags .title_block span {
    color: #FFE900;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.blog_tags .blog_tag {
    display: flex;
    padding: 15px;
    flex-direction: row;
    align-items: flex-start;
    border-radius: 0px 0px 10px 10px;
    background: #F4F4F4;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.blog_tags .blog_tag a {
    border-radius: 10px;
    border: 2px solid #171717;
    color: #171717;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px;
    margin: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.blog_tags .blog_tag a:hover {

    border: 2px solid #D1CEC9;
    color: #D1CEC9;
}

.blog_contact_form .title_block {
    padding: 15px;
    border-radius: 10px 10px 0px 0px;
    background: #090909;
    color: #FFE900;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.blog_contact_form .form_block {
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
}

.blog_contact_form .form_block .btn {
    width: 100%;
    margin-top: 10px;
    padding: 11px 20px;
}

.blog_contact_form .form_block .params .wpcf7-checkbox {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.blog_contact_form .form_block .params .wpcf7-checkbox .wpcf7-list-item:nth-child(1n),
.blog_contact_form .form_block .params label:nth-child(1n) {
    flex: 0 0 60%;
    margin: 3px 0;
    display: inline-block;
}

.blog_contact_form .form_block .params .wpcf7-checkbox .wpcf7-list-item:nth-child(2n),
.blog_contact_form .form_block .params label:nth-child(2n) {
    flex: 0 0 40%;
    margin: 3px 0;
    display: inline-block;
}

.blog_contact_form .form_block .input-group {
    margin: 2px 0;
}

.blog_contact_form .form_block .input-group p {
    margin-bottom: 0;
    width: 100%;
}

.blog_contact_form .form_block .params {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .blogs {
        padding: 60px 0;
    }

    .blog_block {
        flex-direction: column;

    }

    .blog_block .img {
        min-width: auto;
        margin-right: 0px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .blog_block .title_block {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        margin-bottom: 10px;
    }

    .blog_block .desc {
        color: #585755;
        font-size: 14px;
        line-height: 21px;
    }

    .blog_block .blog_info {
        flex-wrap: wrap;
    }

    .blog_info.d-flex.justify-content-lg-start.align-items-center {
        justify-content: center;
    }

    .blog_block .blog_info > div {
        margin-bottom: 10px;
    }

    .blog_block .blog_info div.tag {
        order: 1
    }

    .blog_block .blog_info div.date {
        order: 3
    }

    .blog_block .blog_info div.viewed {
        order: 2
    }

    .blog_block .blog_info div.autor-work {
        order: 4
    }



    .blog_block .link {
        text-align: center;
        margin-bottom: 40px;
    }

    .blogs_block hr {
        display: none;
    }

    .blogs_pagination {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .blog_contact_form .title_block {
        font-size: 14px;
        line-height: 21px;
    }

    .blog_tags .blog_tag {
        align-items: center;
        justify-content: center;

    }
    .blog_contact_form .wpcf7-form{
        width: auto;
    }
}

/*blog_article*/
.blog_article {
    padding: 100px 0;
}

.title_blog_info {
    margin-top: 20px;
}

.title_blog_info > div {
    border-right: 2px solid #585755;
    padding-right: 20px;
    margin-right: 20px;
    color: #D1CEC9;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.title_blog_info > div:not(.tag) {
    white-space: nowrap;
}

.title_blog_info > div.rates {
    padding-right: 0;
    border: 0;
}

.title_blog_info > div:nth-last-child(-n+1) {

    border-right: none;
    padding-right: 0;

}

.title_blog_info > div > img {
    margin-right: 10px;
    margin-bottom: 3px;
}

.title_blog_count {
    margin-top: 30px;
    margin-bottom: 40px;
}

.title_blog_count .counterbl {
    margin-right: 40px;

}

.title_blog_count .icon {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 2px solid #D1CEC9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;

}

.title_blog_count .counter_title {
    color: #D1CEC9;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.title_blog_count .counter_count {
    color: #FFE900;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    line-height: 42px;
}

@media (max-width: 991px) {
    .blog_article {
        padding: 60px 0;
    }

    .title_blog_info {
        flex-wrap: wrap;
    }

    .title_blog_info > div {
        padding-right: 10px;
        margin-right: 10px;
        color: #D1CEC9;
        text-align: right;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        margin-bottom: 10px;
    }

    .title_blog_info > div > img {
        margin-right: 5px;
    }

    .title_blog_info > div:nth-last-child(-n+1) {
        width: 100%;
        text-align: left;
    }

    .title_blog_info > div.rates {
        padding-right: 0px;
        margin-right: 0px;
        border: 0;
    }

    .title_blog_info .link_all_yellow {
        text-align: left;
    }

    .blog_article .img_block {
        margin-top: 50px;
    }

    .blog_article .title_block {
        margin-top: 40px;
    }

    .blog_article .title_block2 {
        margin-top: 40px;
        font-size: 21px;
        font-weight: 700;
        line-height: 32px;
    }

    .title_blog_count {
        flex-wrap: wrap;
    }
    .title_blog_count .counterbl {
        margin: 0 auto 40px;
        flex: 0 0 50%;
    }
.alignnone{
    max-width: 100%;
    height: auto;
}
}
@media (max-width: 539px) {
    .title_blog_count {
        flex-direction: column;
        margin-bottom: 0;
    }
    .title_blog_count .counterbl {
       justify-content: space-between!important;
				width: calc(100% - 50px);
    }
		.title_blog_count .counter_title {
			text-align: right;
		}
}


/*contacts*/
.contacts {
    padding: 100px 0 0;
}

.bd_contacts .title_block {
    width: 90%;
}

.title_contact a {
    color: #D1CEC9;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
}

.bd_contacts .home_img {
    position: relative;
    text-align: right;
    display: flex;
    justify-content: end;

}

.title_form {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
width: 50%;
}

.title_form .form-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.title_contact {
    margin-top: 20px;
}

.title_contact hr {
    border: 2px solid #585755;
    width: 20px;
    transform: rotate(90deg);
    margin: 0 10px;
}

.title_contact .title_social_btn a {
    margin-right: 20px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.title_contact .title_social_btn a:hover svg circle {
    fill: #FFFFFF;
}

.contacts #nav-contacts1,
.contacts #nav-contacts2,
.contacts #nav-contacts3,
.contacts #nav-contacts4,
.contacts #nav-contacts5 {
    height: 620px;
}

.contacts_map {

    position: absolute;
    left: 0;
    right: 0;
    height: 620px;
    z-index: 1;
}

.info_cont {
    position: absolute;
    border-radius: 10px;
    background: #F4F4F4;
    max-width: 520px;
    max-height: 365px;
    flex-shrink: 0;
    z-index: 2;
    padding: 40px 70px 40px 40px;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.10);
}

.info_cont > div.mail a:nth-child(3) {
  margin-left: 0px;
}

.info_cont > div {
    margin-bottom: 40px;
    color: #171717;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.info_cont > div a {
    color: #171717;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.info_cont > div.mail span {
    color: #D1CEC9;
}

.info_cont > div.mail a {
    margin-left: 33px;
}

.info_cont > div.mail a:nth-child(2) {
    margin-left: 0px;
}

.info_cont > div.clock span {
    font-weight: 900;
}

.info_cont > div img {
    margin-right: 5px;

}

.info_cont > div:last-child {
    margin-bottom: 0px;
}

@media (max-width: 1361px) {
    .title_contact a {
        font-size: 18px;
    }

    .title_contact hr {
        margin: 0 5px;
    }

    .bd_contacts .home_img img {
        width: 70%;
    }
}

@media (max-width: 1200px) {
    .title_contact .title_social_btn a {
        margin-right: 10px;

    }

    .title_contact a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .contacts {
        padding: 60px 0;
    }

    .title_contact hr {
        display: none;
    }

    .title_form {
        position: unset;
        top: unset;
        transform: unset;
        margin: 40px 0;
        width: 100%;
    }

    .title_contact > div {
        margin-bottom: 20px;
    }

    .title_form .text_title {
        padding: 15px 0;
        border-radius: 10px 10px 0px 0px;
        background: #585755;
        margin-bottom: 0 !important;
        color: #FFF;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
    }

    .title_form .text_block {
        border-radius: 0px 0px 10px 10px;
        padding: 20px;
        background: url('../images/footer_bg.png') repeat, #171717;
    }

    .info_cont {
        margin: 0 -12px;
        padding: 30px;
        bottom: -25px;
    }

    .contacts .tab-pane {
        height: auto;
        position: relative;
    }

    .contacts_map {
        position: static;
        margin: 0 -12px 25px;
    }

    .info_cont > div {
        font-size: 14px;
        line-height: 21px;
    }

    .info_cont > div a {
        font-size: 14px;
        line-height: 21px;
    }

    .bd_contacts .home_img {
        display: block;
    }
}

/*contact_form*/
.contact_form_block {

    background: url('../images/contact_form_block_bg.png') center top repeat, #FFE900;
    padding: 60px 0;
    gap: 10px;
}

.contact_form .title_block {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 21px;
    line-height: 32px;
    text-transform: uppercase;
    color: #171717;
    letter-spacing: 0;
}

.contact_form .text_block {

    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    text-align: center;
    max-width: 671px;
    color: #585755;
    margin: 30px auto;

}


.form_block .input-group {
    max-width: 290px;
    margin: 0 20px;
}

@media (max-width: 991px) {
    .bd_cases .contact_form_block {
        display: none
    }

    .contact_form {
        text-align: center;
    }

    .contact_form form {
        width: 50%;
        margin: 0 auto;
    }

    .contact_form .title_block {
        font-size: 21px;
        line-height: 32px;
    }

    .contact_form .text_block {
        font-size: 14px;
        line-height: 21px;
    }

    .form_block .input-group {
        max-width: none;
        margin: 10px auto;
    }

    .form_block .input-group .btn {
        width: 100%;
    }
    .text_block.small-link2 a,
    .contact_form .text_block.small-link a, .contact_form_black .text_block.small-link a {
        display: flex;
        justify-content: space-around;
        padding-top: 5px;
    }
}

@media (max-width: 539px) {
    .contact_form form {
        width: 100%;
        margin: 0 auto;
    }
}

/*contact_form_black*/
.contact_form_black {

    background: url('../images/contact_form_black_bg.webp') left top repeat, #090909;
    border-radius: 10px;
    padding: 60px 15px;

    gap: 10px;

    margin-bottom: -156px;
}

.contact_form_black .title_block {
    font-weight: 900;
    font-size: 21px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0;
}

.contact_form_black .text_block.small-link {
    margin: 30px auto 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.contact_form_black .text_block {

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    text-align: center;
    max-width: 671px;
    color: #D1CEC9;
    margin: 10px auto 30px;

}


@media (max-width: 991px) {
    .contact_form_black form {
        width: 50%;
        margin: 0 auto;
    }

    .contact_form_black_block {
        display: none
    }

    .contact_form_black {
        text-align: center;
        margin: 0 -12px 0;
    }

    .contact_form_black .title_block {
        font-size: 21px;
        line-height: 32px;
    }

    .contact_form_black .text_block {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 539px) {
    .contact_form_black form {
        width: 100%;
    }

}


/*video poster*/

.videos {
    position: relative;
}

.videos:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 50%;
    background: url('../images/footer_bg.png') repeat #171717;
    width: 100%;
    height: 50%;
    z-index: -1;
}

.video {
    position: relative;

}

.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000;
    overflow: hidden;
    border-radius: 20px;
}

.videoWrapper169 {
    height: 660px;
}

.videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    transition-delay: 0s, 0.8s;
}

.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background: url("../images/video_bg.png") center center no-repeat;
    background-size: 100% !important;
    overflow: hidden;

}

.videoPoster:focus svg path,
.videoPoster:hover svg path {
    fill: #171717;
}
@media (max-width: 1401px) {
    .videoPoster{
        background-size:auto!important;
    }
}
@media (max-width: 991px) {
    .video {
    }

    .videoWrapper169 {
        height: 450px;
    }
    .videoPoster {
        background-size: cover !important;
    }
}
@media (max-width: 601px) {
    .videoPoster{
        background-size:cover!important;
    }
    .videoWrapper169 {
        height: 242px;
    }
}
/*blockquote*/
.blockquote {
    border-radius: 10px;
    background: #F4F4F4;
    padding: 40px;
    display: flex;
    margin: 40px 0;
    color: #171717;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
}

.blockquote svg {
    width: 100%;
    margin-right: 10px;
    height: auto;
    display: block;
    max-height: 50px;
    max-width: 50px;
}

@media (max-width: 991px) {
    .blockquote {
        font-size: 16px;
        line-height: 24px;
        margin: 30px -12px;
        border-radius: 0px;
        padding: 40px 20px;
    }

}

/*text_page*/
.text_page {
    padding: 100px 0;
}

@media (max-width: 991px) {
    .text_page {
        padding: 60px 0;
    }

}

/*footer*/
footer {

    background: url('../images/footer_bg.png') repeat #171717;
    background-color: #171717;
    padding: 60px 0 0;
}

.footer_logo {
    margin-bottom: 10px;
}

.footer_menus {
}

.footer_menu {
    padding: 0;
    margin: 0;
}

.footer_menu li {
    list-style-type: none;
    margin-bottom: 15px;
}

.footer_menu a {

    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer_menu a:focus,
.footer_menu a:hover {
    color: #FFE900;
}

.footer_phone a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #FFFFFF;

}

.footer_phone a:focus,
.footer_phone a:hover {
    color: #FFE900;
}

.footer_call_back {
    margin: 20px 0 25px;
}

.footer_contact {
    display: inline-block;
    text-align: left
}

.footer_social_btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.footer_social_btn.left {
    justify-content: left;
}


.footer_social_btn a {
    height: 45px;
    width: 45px;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.footer_social_btn a:hover svg circle {
    fill: #585755;
}

.footer_social_btn a.col1:hover svg path {

    fill: #090909;
}

.footer_social_btn a.col2:hover svg path {
    stroke: #090909;
}

.rating {
    display: inline-block;
    /*max-width: 180px;*/
    width: 100%;
}

.rate {
    float: right;

    padding: 0 10px;
}

.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 25px;
    color: #ccc;
}

.rate:not(:checked) > label:before {
    content: 'â˜… ';
}

.rate > input:checked ~ label {
    color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}


.star_ratings {
    color: #FFE900;
    font-size: 22px;
    letter-spacing: 8px;
    margin-bottom: 10px;
}

.star_ratings s {
    color: #FFE900;
}

/* match */


/* do not change */
/*.star_ratings {
    display: inline-block;
    padding-top: 0;
    position: relative;
    white-space: nowrap;
}*/


.star_ratings {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #ccc;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 8px;
}

.star_ratings::before {
  content: "☆☆☆☆☆";
  position: relative;
  z-index: 1;
  color: #ccc;
}

.star_ratings s {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  color: #FFE900;
  display: block;
  bottom: 0;
}

.star_ratings s::before {
  content: "★★★★★";
  position: absolute;
  top: 0;
  left: 0;
}
.stars-outer {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #ccc;
  letter-spacing: 4px;
  line-height: 1;
}

.stars-outer::before {
  content: '★★★★★';
  display: block;
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #FFE900;
  width: 0;
  pointer-events: none;
}

.stars-inner::before {
  content: '★★★★★';
  display: block;
}
/*.star_ratings s:before,
.star_ratings s:after {
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.star_ratings:before {
    content: "☆☆☆☆☆";
}

.star_ratings s:after {
    content: "★★★★★";
}*/

.svg-star {
    margin: 10px 0 20px;
}

.rating_text a {
    color: #FFF;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 20px;
}

.rating_text span {
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-left: 4px;
}

.rating_text a:hover span {
    color: #FFE900;
}

.link_all_reviews {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.link_all_reviews:focus svg path,
.link_all_reviews:hover svg path {
    fill: #FFE900;
}

.link_all_reviews:focus,
.link_all_reviews:hover {
    color: #FFE900;
}

.link_all_reviews svg {
    margin-left: 5px
}

.copyright {
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

    margin: 40px 0;
    opacity: 0.5;
}


@media (max-width: 991px) {
    .footer_social_btn.left {
        justify-content: center;

    }

    .footer_social_btn.left a {
        margin: 0 10px;
    }

    footer {
        text-align: center;
    }

    .rating_text a {
        text-align: center;
        display: inline-block;
    }

    .footer_menus {
        padding: 40px 0;
    }

    .footer_logo {
        margin-bottom: 30px;
    }
}


.p-0 {
    padding: 0;
}

.p-50 {
    padding: 50px 0;
}

.bd_autor_article .usefull_articles {
    margin: 0;
}

/* The Modal (background) */
.modal_img {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content-img {
    margin: auto;
    display: block;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content-img,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close-img {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close-img:hover,
.close-img:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content-img {
        width: 100%;
    }
}


/*#includedModal*/

#includedModal .modal-dialog {
    max-width: 620px !important;
}

#includedModal .modal-content {
    background: #171717;
    border: 0;
    position: relative;
    width: 100%;

}

#includedModal.white .modal-content {
    background: #F4F4F4;

}

#includedModal .modal-body {

    padding: 0 40px 40px;
}

#includedModal .modal-header {

    border-bottom: 0;

}

#includedModal .btn {
    font-size: 16px;
    line-height: 24px;
}

#includedModal .modal-body .bltop {

    border-bottom: 2px solid #D1CEC9;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#includedModal .modal-body .bltop .title {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 5px;
}

#includedModal .modal-body .text_modal {
    color: #D1CEC9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


#includedModal.white .modal-body .bltop .title {
    color: #171717;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 5px;
}

#includedModal.white .modal-body .bltop img path {
    fill: #171717;

}

#includedModal.white .modal-body .text_modal {
    color: #585755;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#includedModal.white .btn-close {
    fill: #fff;
    background: url('../images/x_white.svg') center center no-repeat;
}


/*#comentModal*/

#comentModal .modal-dialog {
    max-width: 620px !important;
}

#comentModal .modal-content {
    background: #171717;
    border: 0;
    position: relative;
    width: 100%;

}

#comentModal.white .modal-content {
    background: #F4F4F4;

}

#comentModal .modal-body {

    padding: 0 40px 40px;
}

#comentModal .modal-header {

    border-bottom: 0;

}

#comentModal .btn {
    font-size: 16px;
    line-height: 24px;
}

#comentModal .modal-body .desc {
    color: #585755;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
		display: block;
}

#comentModal .modal-body .text_info {
    margin-top: 30px;
    border-top: 2px solid #D1CEC9;
    padding-top: 10px;
}

#comentModal .modal-body .text_info .autor {
    color: #171717;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#comentModal .modal-body .text_info .url {
    margin-left: 10px;
    color: #D1CEC9;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#comentModal.white .btn-close {
    fill: #fff;
    background: url('../images/x_white.svg') center center no-repeat;
}

.text_block.small-link{
    margin: 20px auto 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
    position: relative;
}
.contact_form .text_block.small-link {
    margin: 20px auto 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #585755;
}

.contact_form_black .text_block.small-link a {
    color: #ffe900;
    text-decoration: underline;
    /* display: flex; */
    /* justify-content: space-around; */
    /* padding-top: 5px; */
}
.text_block.small-link a{
    color: #ffffff;
    text-decoration: underline;

}
.contact_form .text_block.small-link a {
    color: #171717;
    text-decoration: underline;
}

footer .star_ratings {
    color: #FFE900;
    font-size: 22px;
    /*letter-spacing: 8px;*/
    margin-bottom: 17px;
    margin-top: 12px;
}

@media (min-width: 1100px) {
    .top_phone {
        margin-left: -39px;
    }

}


#feedback_pop_up .modal-content {
    background: #F4F4F4;
}

#feedback_pop_up .btn-close {
    background: url('../images/x2.svg') center center no-repeat;
}

#feedback_pop_up .modal-header {
    border-bottom: 0;

}

#feedback_pop_up .modal-body {
    padding: 0 50px 50px;
}

#feedback_pop_up .modal-dialog {
    max-width: 640px;

}

#feedback_pop_up .form-title {
    color: #171717;
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px; /* 152.381% */
    text-transform: uppercase;
    margin-bottom: 30px;
}

#feedback_pop_up .info {
    color: #585755;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    text-align: center;
    margin-top: 10px;

}

#feedback_pop_up .info a {
    color: #171717;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    text-decoration-line: underline;
}


.comments-rating {
    border: none;
    padding: 0;
    margin-left: 0;
}

.comments-rating label {
    display: inline-block;
    font-size: 18px;
}

.rating-container {
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl;
		white-space: nowrap;
}

.rating-container * {
    font-size: 1.4rem;
}

.rating-container > input {
    display: none;
}

.rating-container > input + label {
    font-family: 'dashicons';
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 42px;
    height: 40px;
    white-space: nowrap;
    cursor: pointer;
    margin: 0 32.7px;
}

.rating-container > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='38' viewBox='0 0 41 38' fill='none'%3E%3Cpath d='M9.55606 37.7762C8.79978 38.2336 7.86547 37.5569 8.06419 36.6957L10.8099 24.796C10.893 24.4357 10.7706 24.0589 10.4915 23.8164L1.27945 15.8098C0.613164 15.2307 0.969303 14.1353 1.84875 14.0588L14.0194 12.9996C14.3888 12.9675 14.7101 12.7336 14.8542 12.3919L19.5785 1.1857C19.9223 0.370335 21.0777 0.370336 21.4215 1.1857L26.1458 12.3919C26.2899 12.7336 26.6112 12.9675 26.9806 12.9996L39.1512 14.0588C40.0307 14.1353 40.3868 15.2307 39.7205 15.8098L30.5085 23.8164C30.2294 24.0589 30.107 24.4357 30.1901 24.796L32.9358 36.6957C33.1345 37.5569 32.2002 38.2336 31.4439 37.7762L21.0175 31.4708C20.6993 31.2784 20.3007 31.2784 19.9825 31.4708L9.55606 37.7762Z' fill='%23D1CEC9'/%3E%3C/svg%3E");

    color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='38' viewBox='0 0 41 38' fill='none'%3E%3Cpath d='M9.55606 37.7762C8.79978 38.2336 7.86547 37.5569 8.06419 36.6957L10.8099 24.796C10.893 24.4357 10.7706 24.0589 10.4915 23.8164L1.27945 15.8098C0.613164 15.2307 0.969303 14.1353 1.84875 14.0588L14.0194 12.9996C14.3888 12.9675 14.7101 12.7336 14.8542 12.3919L19.5785 1.1857C19.9223 0.370335 21.0777 0.370336 21.4215 1.1857L26.1458 12.3919C26.2899 12.7336 26.6112 12.9675 26.9806 12.9996L39.1512 14.0588C40.0307 14.1353 40.3868 15.2307 39.7205 15.8098L30.5085 23.8164C30.2294 24.0589 30.107 24.4357 30.1901 24.796L32.9358 36.6957C33.1345 37.5569 32.2002 38.2336 31.4439 37.7762L21.0175 31.4708C20.6993 31.2784 20.3007 31.2784 19.9825 31.4708L9.55606 37.7762Z' fill='%23FFE900'/%3E%3C/svg%3E");

    color: #FB9C30;
    text-shadow: 0 0 1px #888;
}


.rating-container:hover > input + label:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='38' viewBox='0 0 41 38' fill='none'%3E%3Cpath d='M9.55606 37.7762C8.79978 38.2336 7.86547 37.5569 8.06419 36.6957L10.8099 24.796C10.893 24.4357 10.7706 24.0589 10.4915 23.8164L1.27945 15.8098C0.613164 15.2307 0.969303 14.1353 1.84875 14.0588L14.0194 12.9996C14.3888 12.9675 14.7101 12.7336 14.8542 12.3919L19.5785 1.1857C19.9223 0.370335 21.0777 0.370336 21.4215 1.1857L26.1458 12.3919C26.2899 12.7336 26.6112 12.9675 26.9806 12.9996L39.1512 14.0588C40.0307 14.1353 40.3868 15.2307 39.7205 15.8098L30.5085 23.8164C30.2294 24.0589 30.107 24.4357 30.1901 24.796L32.9358 36.6957C33.1345 37.5569 32.2002 38.2336 31.4439 37.7762L21.0175 31.4708C20.6993 31.2784 20.3007 31.2784 19.9825 31.4708L9.55606 37.7762Z' fill='%23D1CEC9'/%3E%3C/svg%3E");

    color: #888;
    text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='38' viewBox='0 0 41 38' fill='none'%3E%3Cpath d='M9.55606 37.7762C8.79978 38.2336 7.86547 37.5569 8.06419 36.6957L10.8099 24.796C10.893 24.4357 10.7706 24.0589 10.4915 23.8164L1.27945 15.8098C0.613164 15.2307 0.969303 14.1353 1.84875 14.0588L14.0194 12.9996C14.3888 12.9675 14.7101 12.7336 14.8542 12.3919L19.5785 1.1857C19.9223 0.370335 21.0777 0.370336 21.4215 1.1857L26.1458 12.3919C26.2899 12.7336 26.6112 12.9675 26.9806 12.9996L39.1512 14.0588C40.0307 14.1353 40.3868 15.2307 39.7205 15.8098L30.5085 23.8164C30.2294 24.0589 30.107 24.4357 30.1901 24.796L32.9358 36.6957C33.1345 37.5569 32.2002 38.2336 31.4439 37.7762L21.0175 31.4708C20.6993 31.2784 20.3007 31.2784 19.9825 31.4708L9.55606 37.7762Z' fill='%23FFE900'/%3E%3C/svg%3E");

    color: #FB9C30;
    text-shadow: 0 0 1px #888;
}

.rating-container-title {
    display: flex;
}

.rating-container-title .label {
    color: #585755;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    text-transform: uppercase;
    flex: 0 0 20%;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 639px) {
    .rating-container {
        display: flex;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .rating-container > input + label {
       margin:0 15px
    }
    .rating-container-title{display: none}

    #feedback_pop_up .btn{
        padding: 11px;
    }
}
@media (max-width: 479px) {
    .rating-container > input + label {
        margin:0 ;
    }
    .rating-container-title{display: none}
}

.img.fiximg {
    /* max-width: 406px;*/
    height: 229px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    width: 100%;
}

.last .img.fiximg {

    /*max-width: 844px;*/
    max-height: 475px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.case_block .desc {
    overflow: hidden;

}

.case_block .tag {
    min-height: 18px;
}

.fiximg_blog {
   /*width: 290px;*/
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 10px;
}

.category-blog .fiximg_blog, .tag .fiximg_blog {
    width: 290px;
}
@media (max-width: 991px) {
    .category-blog .fiximg_blog, .tag .fiximg_blog {
        width:auto;
    }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    font-size: 14px;
    color: white;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -10px;
    text-align: center;
	font-weight: 600;

}
.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    font-size: 14px;
    color: white;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -10px;
    text-align: center;
    font-weight: 600;
}
.contact_form_block .wpcf7 form.invalid .wpcf7-response-output,
.contact_form_block .wpcf7 form.unaccepted .wpcf7-response-output,
.contact_form_block .wpcf7 form.payment-required .wpcf7-response-output
{
    border: none;
    font-size: 14px;
    color: #585755;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
	font-weight: 600;

}
.comment-form-cookies-consent{
    display: none;
}
.comment-list{
    text-align: center;
    padding: 0;
}
.comment-list.is-invalid{
    color: red;
}
.comment-list.messages{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
}
.comment-list button{
    margin: 25px auto 0;
}
#commentform .comment-list.is-invalid{
    text-align: left;
    margin-left: 20px;
    margin-top: 5px;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545!important;
}
@media (max-width: 639px) {
    #commentform .d-grid.mx-auto {
        flex-wrap: wrap;
        flex-direction: column;
    }
    #commentform .d-grid.mx-auto > .btn:first-child {
        margin-bottom: 15px;
    }
}

@media (max-width: 460px) {
    .services_link.d-flex.justify-content-center.d-inline-block {
        display: inline-block !important;
        width: 100%;
    }
    .d-inline-block .service-item {
        text-align: left !important;
    }
}

@media (min-width: 990px) {
    .without-padding {
        padding-bottom: 0px !important;
        max-height: 450px !important;
    }
}


/*Сareers*/
.page-template-page-careers main {
    background: url('../images/info_icons_bg_b.svg') no-repeat center top;
}

.single-careers main {
    background: url('../images/info_icons_bg_b.svg') no-repeat center top;
    padding-top: 108px;
}

.spysok {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #D1CEC9;
}

.spysok svg {
    margin-right: 5px;
}

.career_info {
    margin-bottom: 100px;
}

.career_info h2 {
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 5%;
    text-align: center;
    vertical-align: middle;
    color: #171717;
    margin-bottom: 40px;
}

.career_info .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #585755;
}

.single-careers .form_block .input-group {
    max-width: 456px;
}


.single-careers .wpcf7-form-control.wpcf7-file {
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    top: -10px;
    left: -30px;
}

.single-careers .input-group.filecheced {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #fff;
    margin-top: 10px !important;
    padding-bottom: 15px;
}

.single-careers .input-group.filecheced::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: background 0.2s ease;
}

.single-careers .input-group.filecheced.checked::before {

    background-image: url('data:image/svg+xml;utf8,<svg fill="%23171717" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.173 13.025L1.146 7.99l1.414-1.415 3.613 3.613L13.44 2.92l1.414 1.415z"/></svg>');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center;
}
.single-careers .input-group.filecheced .wpcf7-not-valid-tip {
    top: 15px;
    left: -25px;
    position: absolute;
    display: block;
    width: 100%;
    min-width: 350px;
    bottom: 0;
}
.single-careers .input-group {
    margin-bottom: 5px !important;
}

.input-group.texturl {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    margin-top: 20px !important;
}

.input-group.texturl a {
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #FFE900;
    margin-top: 5px;
}

.single-careers textarea.form-control {
    max-height: 150px;
}

/**/
.vacancies .title_block {
    margin-bottom: 40px;
}

.vacancies_block {
    border-bottom: 2px solid #F4F4F4;
    margin-bottom: 40px;
}

.vacancies_block .title {
    font-weight: 900;
    font-size: 21px;
    line-height: 32px;
    text-transform: uppercase;
    color: #171717;
    margin-bottom: 5px;
}

.vacancies_block .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #585755;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;       /* Ограничение строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 120px;
}

.vacancies_block .robota {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    min-height: 20px;
}

.vacancies_block .robota svg {
    margin-right: 6px;
}

.vacancies_block .link {
    margin-bottom: 20px;
}

.vacancies_block .link .link_all1 {
    background: #171717;
    color: #FFE900;
    padding: 13px 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
}

.vacancies_block .link .link_all1:hover {
    background: #2f2f2f;
}

.vacancies_block .link .link_all1 svg path {
    fill: #FFE900;
}

.vacancies_block .link .link_all1:hover svg path {
    fill: #FFE900;
}

/**/
.vidgukis {
    padding: 60px 0 100px;
}
.vidguki_block{
    margin-top: 40px;
}
.vidguki_block .text_block{
    background: #F4F4F4;
    border-radius: 10px;
    padding: 40px;
    margin: 0 20px;
}
.vidguki_block .top-block{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    border-bottom: 2px solid #D1CEC9;
    padding-bottom: 20px;
}
.vidguki_block .posada {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #D1CEC9;
}
.vidgukis .text_block .icon{
    width: 60px;
    height: 60px;
}
.vidgukis .text_block .icon img{
    border-radius: 100%;
}
.vidguki_block .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #171717;
}

.vidguki_block .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    color: #585755;
}
.page-template-page-careers .included {
    padding-top: 100px;
    margin-bottom: 100px;
}
.single-careers .col .rght_side{
    position: sticky;
    top: 0;
}
.single-careers .blog_contact_form{
    margin-bottom: 100px;
}
.single-careers .modal-dialog .blog_contact_form {
    margin-bottom: 0px;
}
@media (max-width: 991px) {
    .vacancies{
        margin-top: 60px;
    }
    .vidguki_block .desc,
    .included-slider .text_block .desc,
    .vacancies_block .desc {
        display: block;
    }
    .page-template-page-careers .slider-arrows {
        margin: 40px;
    }
    .vidgukis {
        padding: 20px 0 60px;
    }
    .vacancies_block{
        text-align: center;
    }
    .career_info h2 {
        font-size: 21px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .page-template-page-careers main {
        background: none;
    }
    .single-careers main {
        background: none;
        padding-top: 60px;
    }
    .career_info {
        margin-bottom: 60px;
    }
    .col .rght_side {
        display: none;
    }
}

#blogcontactform .btn-close {
    fill: white;
    background: url('../images/x2.svg') center center no-repeat;
    opacity: 1;
}