.header {
    padding: 15px 0 0;
    border-bottom: 1px solid #efefef;
}

.header .header-wrapper {
    padding: 15px 0;
}

.container h1 {
    margin-bottom: 1rem;
    color: #383838;
    font-weight: 600;
}

.logo-header {
    width: 250px;
}

.phone a {
    color: #1d1a1a;
    display: flex;
    align-items: center;
    font-size: 18px;
    transition: ease all .3s 0s;
}

.phone a:hover {
    color: #54b32e;
}

.phone i {
    font-size: 12px;
    margin-right: 5px;
}

.call-modal {
    display: block;
    width: 120px;
    margin: 10px auto;
    background: #54b32e;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 9px 13px 8px;
    display: inline-block;
    border: none;
    outline: none;
    position: relative;
    letter-spacing: 0.4px;
    width: auto;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
}

#title-searchs-input {
    padding: 10px 45px 9px 13px;
    background: #eee;
    border-color: transparent;
    height: 41px;
    position: relative;
    font-size: 12px;
    width: 100%;
}

#title-searchs-input:focus-visible {
    outline: none;
}

.search {
    position: relative;
    width: 100%;
}

.search .button {
    width: 39px;
    height: 39px;
    background: url(images/icons_wish.png) -56px -168px no-repeat;
    position: absolute;
    top: 3px;
    right: 2px;
    border: 0px;
}

.search .button:hover {
    opacity: 0.8;
}

.button.icon {
    text-indent: -9999px;
}

div.title-search-result {
    display: none;
    overflow: hidden;
    z-index: 205;
    min-width: 133px;
    background: #fff;
    box-shadow: 0px 0px 1px 1px #E5E5E5;
}



table.title-search-result td {
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

table.title-search-result td {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid transparent;
    transition: none 0s ease 0s;
}

table.title-search-result td.main {
    padding-left: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 14px;
}

table.title-search-result b {
    color: #383838;
    font-weight: normal;
}

table.title-search-result a {
    color: #54b32e;
    font-size: 14px;
}

table.title-search-result a:hover {
    color: #1d1a1a;
}

table.title-search-result tr.title-search-selected td {
    background-color: #F7F7F7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}



.info_line {
    padding: 30px 0;
}

.info_line_card {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(84, 179, 46, 0.4);
    -moz-box-shadow: 0px 5px 10px 2px rgba(84, 179, 46, 0.4);
    box-shadow: 0px 5px 10px 2px rgba(84, 179, 46, 0.4);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    margin-bottom: 15px;
    align-self: stretch;
    height: 100%;
}

.info_line_card_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    color: #12191d;
    text-align: center;
}

.info_line_card_desc {
    font-size: 14px;
    margin-bottom: 0;
    color: #12191d;
    text-align: center;
}

/* Footer */

.footer {
    border-top: 1px solid #e7e7e7;
    padding: 30px 0;
    background-color: #eaeaf1;
}

.copyright {
    color: #545454;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 1rem;
}

.flaticon-link {
    font-size: 12px;
    color: #545454;
}

.footer .call-modal {
    margin-left: 0;
}

.footer .submenu_top {
    display: flex;
    align-items: center;
}

.footer .menu_item {
    margin-right: 15px;
    font-weight: 400;
}

.footer .menu_item a {
    color: #161616;
    transition: ease all .3s 0s;
}

.footer .menu_item a:hover {
    color: #4ca32a;
}



.content .left_block {
    width: 100%;
    margin-right: 30px;
}

.left_menu {
    padding-left: 0;
}

.left_menu li a {
    line-height: 16px;
    padding: 11px 19px 12px;
    text-decoration: none;
}

.left_menu li:not(.exit) a {
    color: #383838;
    display: block;
}

.left_menu>li {
    display: block;
    font-size: 14px;
    margin-top: 1px;
    transition: background-color 0.07s ease-out 0s;
    -webkit-transition: background-color ease-out 0.07s;
    -moz-transition: background-color ease-out 0.07s;
    -o-transition: background-color ease-out 0.07s;
    background: #f7f7f7;
}

.left_menu>li:first-child {
    margin-top: 0;
}

.left_menu>li.current,
.left_menu>li:not(.exit):hover {
    background: #58ab2c;
}

.left_menu li:not(.exit):hover a,
.left_menu li:not(.exit).current a,
.left_menu li:not(.exit).current a:hover {
    color: #fff;
}

.detail_text {
    line-height: 26px;
    color: #333;
}

.detail_text li {
    display: flex;
    padding: 5px 0;
}

.detail_text ul li::before,
.preview_text ul li::before,
.preview-text ul li::before {
    padding: 0 10px 0 0;
}

.detail_text li:before {
    content: "\25CF";
    color: #58ab2c;
}


/* 404 */

.page_not_found {
    margin-top: 70px;
}

.page_not_found td.image img {
    background: #58ab2c;
}

.page_not_found td.description {
    text-align: center;
    padding-top: 40px;
}

.page_not_found td.description .title404 {
    font-size: 44px;
    line-height: 48px;
    color: #212121;
}

.page_not_found td.description .subtitle404 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}

.page_not_found td.description .descr_text404 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
}

.button.big_btn span, .button.bold {
    font-size: 13px;
    font-weight: 600;
}

.page_not_found td.description .back404 {
    margin-top: 5px;
}

.page_not_found td.description .back404, .page_not_found td.description .back404 a {
    font-size: 12px;
}

.button.big_btn {
    padding: 10px 21px 9px 20px;
}

.working_conditions a {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
}

.pdf_icon {
    width: 40px;
    vertical-align: bottom;
}

.image{
    width: 100%;
}

.cloud-services-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cloud-services-image-wrapper{
    background-color: #58ab2c;
    border-radius: 50%;
    padding: 25px;
    margin-bottom: 30px;
}

.cloud-services-image{
    width: 64px;
}

@media screen and (max-width: 992px) {
    .logo-wrapper{
        text-align: center;
    }

    .banner_title span{
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .banner-content{
        width: 100%;
        text-align: center;
    }

    .banner_title span{
        font-size: 1.5rem;
        line-height: 30px;
    }

    .carousel .banner_buttons{
        margin: 30px auto 0;
    }

    .carousel-control-next, .carousel-control-prev{
        width: 10%;
    }
}