@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    background: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'open_sansregular', Arial;
    font-size: 14px;
    color: #222;
    background: #cccccc;
    padding: 0;
    margin: 0;
}

p {
    line-height: 24px;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*    margin: 0 auto;*/
    /*    padding: 0;*/
}

.clear:after,
.container:after,
main:after,
header:after,
.header-left__info-menu ul:after,
#services ul:after,
section:after,
#bread-crumbs:after,
#documentation #gallery .big:after,
#num:after,
#info:after {
    content: '';
    clear: both;
    display: block;
}


.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.container {
    width: 1310px;
    margin: 0 auto;
    position: relative;
}

main {
    width: 100%;
    background: #fff;
    position: relative;
    padding-top: 132px;
}

input[type="text"]:focus {
    outline: none;
}

select:focus {
    outline: none;
}

h1 {
    font-family: 'open_sansbold', sans-serif;
    font-weight: 100;
}

.txt h1 {
    font-family: 'open_sansbold', sans-serif;
    font-size: 40px;
    color: #222222;
    line-height: 46px;
    padding-bottom: 0;
    font-weight: 100;
    margin: 0;
}

.txt h2 {
    font-family: 'open_sansbold', sans-serif;
    font-size: 34px;
    color: #222222;
    line-height: 35px;
    margin-top: 40px;
    padding-bottom: 0;
    font-weight: 100;
}

.txt h3 {
    font-family: 'open_sansbold', sans-serif;
    font-size: 28px;
    color: #222222;
    line-height: 30px;
    margin-top: 40px;
    padding-bottom: 0;
    font-weight: 100;
}

.txt h4 {
    font-family: 'open_sansbold', sans-serif;
    font-size: 21px;
    color: #222222;
    line-height: 26px;
    margin-top: 40px;
    padding-bottom: 0;
    font-weight: 100;
}

.txt h5,
.news-item h2 {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 18px;
    color: #222222;
    line-height: 25px;
    margin-top: 40px;
    margin-bottom: 5px;
    padding-bottom: 0;
    font-weight: 100;
}

.txt h6 {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 18px;
    color: #222222;
    line-height: 25px;
    margin-top: 40px;
    padding-bottom: 0;
    font-weight: bold;
}

.txt p {
    margin: 20px 0;
    line-height: 24px;
    font-size: 15px;
}

p::selection, li::selection, b::selection, span::selection, h1::selection, h2::selection, h3::selection, h4::selection,
h5::selection, h6::selection, strong::selection, i::selection, a::selection {
    background: #ff8a00; /* Safari */
    color: #fff;
}

p::-moz-selection, li::-moz-selection, b::-moz-selection, span::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection,
h5::-moz-selection, h6::-moz-selection, strong::-moz-selection, i::-moz-selection, a::-moz-selection {
    background: #ff8a00; /* Firefox */
    color: #fff;
}

strong {
    font-family: 'open_sansbold', sans-serif;
    font-weight: 100;
}

#advantages-block,
#projects,
#documentation,
#video,
#info {
    padding-top: 65px;
}

@media screen and (max-width: 1200px) {
    .complex-way,
    #advantages-block,
    #projects,
    #documentation,
    #video,
    #info {
        padding-top: 30px;
    }
}

b {
    /*    font-family: 'open_sansbold', sans-serif;*/
    font-weight: 600;
}

.txt {
    font-family: 'open_sansregular', sans-serif;
    font-size: 15px;
    font-weight: 100;
    color: #000;
    line-height: 24px;
}

#left-side .txt img {
    border: 2px solid #ff8b00 !important;
    margin-left: 15px;
    opacity: 0.8;
}

#left-side .txt img:hover {
    opacity: 1;
}

#left-side .txt p:first-child {
    margin-top: 0;
}

.review-page a img {
    border: 2px solid #ff8b00;
    margin-right: 20px;
    margin-bottom: 20px;
}

#img_border {
    border: 2px solid #ff8b00 !important;
    margin-right: 20px;
    margin-bottom: 20px;
}

.txt ul {
    padding-left: 23px;
    list-style: circle;
}

.txt ol {
    padding-left: 23px;
    list-style: circle;
}

.txt ol {
    list-style: decimal;
}

.txt a,
.txt a span,
.copyright a,
.policy a {
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: 100;
    color: #ff8b00;
    text-decoration: none;
}

.txt a:hover,
.txt a span:hover,
.copyright a:hover,
.policy a:hover {
    color: #ff8b00;
    text-decoration: underline;
}

.txt ul li,
.txt ol li {
    line-height: 24px;
    margin: 15px 0;
    position: relative;
}

.txt .bold {
    font-family: 'open_sansbold', sans-serif;
    font-weight: 100;
}

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

.txt .a-block {
    display: block;
    margin: 20px 0;
    font-weight: bold;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 100;
}

.txt h4 {
    padding-bottom: 5px;
}

.txt ul,
.txt ol {
    padding-left: 23px;
}

.txt ul li,
.txt ol li {
    margin: 15px 0;
    position: relative;
}

#info ul,
.info ol {
    padding-left: 23px;

}

#info ul li,
.info ol li {
    margin: 15px 0;
    position: relative;
}

.inline-menu {
    padding-top: 0;
}

ul {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid grey;
    margin: 20px 0;
}

th {
    background: #222222;
    font-family: arial, sans-serif;
    color: #fff;
    text-align: left;
    padding: 20px;
    white-space: nowrap;
}

td {
    border: 1px solid #222222;
    padding: 20px 20px;
    text-align: left;
}

td p {
    padding: 0px 20px;
}

td.align-center {
    text-align: center;
}

a {
    color: #ff8a00;
}

a:hover {
    text-decoration: none;
}

a span {
    color: #000;
}

a,
button {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.transform {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.transform-top {
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.transform-left {
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

center h1,
.center h1,
center h2,
.center h2 {
    font-size: 36px;
    color: #ff8a00;
    line-height: 40px;
    font-family: 'open_sansbold', sans-serif;
    margin-bottom: 30px;
    font-weight: 100;
}

center p,
.center p {
    font-size: 20px;
    line-height: 28px;
    color: #222222;
    padding-bottom: 20px;
}

section {
    padding-top: 0;
    padding-bottom: 65px;
}

#re-form-feedback-contacts {
    max-width: 480px;
}

.txt #re-form-feedback-contacts p {
    margin: 0;
}

#re-form-feedback-contacts .button {
    margin-top: 35px;
}


/*HEADER*/
.header-index {
    position: relative;
}

header {
    background: #222 url(../images/bg-header.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0 3px 3px 0 #000;
    padding: 15px 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
}

.header-index header:not(.exclude) {
    background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.5));
    box-shadow: none;
    position: absolute;
}

main.main-index {
    padding-top: 0;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
}


.header-left {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin: 0;
}

.header-right {
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin: 0;
}

.header-left__info,
.header-right__social,
.header-right__contact {
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin: 0;
}

.header-left__logo {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.header-left__logo-link {
    display: block;
}

.header-left__logo-link img {
    width: 200px;
}

.header-left__logo-lang {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10px 0 0 0;
}

.header-left__logo-lang a,
.header-menu__bottom-lang a {
    font-size: 13px;
    color: #fff;
    border: 0 !important;
    text-decoration: none;
    transition: all 0.3s;
    margin: 0 10px;
}

.header-left__logo-lang a.active,
.header-left__logo-lang a:hover,
.header-menu__bottom-lang a.active,
.header-menu__bottom-lang a:hover {
    color: #ff8a00;
}

.header-left__info-title {
    font-family: 'open_sanssemibold', sans-serif;
    color: #ff8a00;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin: 12px 0 0 25px;
}

.header-left__info-title-text {
    margin: 0;
    white-space: nowrap;
}

.header-left__info-title-text p {
    margin-top: 0;
}

.header-left__info-title-img {
    margin: 0 0 0 40px;
}

.header-left__info-menu {
    margin: 0 0 0 10px;
}

.header-right__contact-connection {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.header-right__contact-connection a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-family: 'open_sanssemibold', sans-serif;
    white-space: nowrap;
}

.header-right__contact-connection a:hover {
    color: #ff8a00;
}

.header-right__contact-phone {
    font-size: 16px;
    margin-bottom: 5px;
}

.header-right__contact-order {
    transform: translateY(4px);
}

.header-right__contact-order .button {
    font-size: 13px;
    line-height: 13px;
    padding: 12px 15px;
    font-family: 'open_sanssemibold', sans-serif;
}

.header-right__social {
    margin-left: 20px;
}

.header-right__social a:hover {
    transform: scale(1.2);
}

.header-left__info-menu ul {
    list-style: none;
}

.header-left__info-menu li {
    display: block;
    float: left;
}

.header-left__info-menu li a {
    text-decoration: none;
    font-size: 14px;
    color: #fefefe;
    font-family: 'open_sanssemibold', sans-serif;
    padding: 10px 12px;
    border: 2px solid transparent;
    border-radius: 34px;
    display: block;
}

.header-left__info-menu li a:hover {
    color: #ff8a00;
    text-decoration: none;
}

.header-left__info-menu li.active > a {
    border: 2px solid #ff8a00;
    border-radius: 34px;
}

.header-left__info-menu li.page-kursy- a:hover {
    /*color: #ff8a00;
    text-decoration: none;*/
    /*    background: url("../img/icon_courses_orange.jpg") no-repeat;*/
}

.header-left__info-menu .back .logo {
    width: 136px !important;
    position: relative;
    left: 3px;
}

.header-right__menu-mobile {
    display: none;
}

center h2, .center h2, center h1, .center h1 {
    margin-top: 0;
}

@media screen and (min-width: 1330px) {
    header .container {
        width: 1310px !important;
    }
}

@media screen and (min-width: 1250px) and (max-width: 1329px) {
    header .container {
        width: 1230px !important;
    }
}

@media screen and (max-width: 1366px) {
    main {
        padding-top: 96px;
    }

    header {
        padding-bottom: 10px;
    }

    .header-left__info-menu,
    .header-left__logo-lang,
    .header-right__social,
    .header-right__contact-connection {
        display: none;
    }

    .header-left__info,
    .header-right__social,
    .header-right__contact {
        justify-content: center;
    }

    .header-left__info-title {
        margin-top: 4px;
    }

    .header-right__contact-order .button {
        margin-top: 0;
        margin-right: 10px;
    }

    .header-right__menu-mobile {
        display: block;
    }

    .header-right {
        margin: 0 auto;
        padding-right: 100px;
    }
}

@media screen and (max-width: 1000px) {
    .header-left__info-title-img {
        display: none;
    }

    .header-left__info-title {
        margin-top: 0;
    }
}

@media screen and (max-width: 1000px) {
    .header-left__info-title-img {
        display: none !important;
    }
}


@media screen and (max-width: 768px) {
    .header-left__info-title {
        display: none;
    }
}

@media screen and (max-width: 570px) {
    .header-right__contact {
        display: none;
    }
}


/*MENU*/
.menu-panel {
    padding: 0;
}

#menu .has-sub .active {
    border: 0;
}

.header-right__menu-mobile {
    float: right;
    padding-top: 49px;
}

.header-right__menu-mobile .back .logo img {
    /*width: 100% !important;*/
}

.header-right__menu-mobile li {
    display: block;
    width: 100%;
    float: none;
    position: relative;
    border-bottom: 1px solid #fff;
}

.header-right__menu-mobile li a {
    display: block;
    padding: 20px 30px;
    text-decoration: none;
}

.main-nav, .menu-panel .mobile-toggle, .header-right__menu-mobile .arrow, .back, .submenu {
    display: block
}

.main-nav {
    top: 3px;
    right: 0;
}

.menu-icon {
    background: url(../images/menu.png) no-repeat center !important;
    height: 100%;
    width: 100%;
    display: block;
    cursor: pointer;
    transition: transform .2s ease;
    margin: 0 auto 0 -20px;
    position: relative;
}


.header-right__menu-mobile .arrow {
    background: url(../images/arrow-slider.png) no-repeat center;
    width: 50px;
    height: 100%;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    border-right: 1px solid #fff;
    top: 0;
    cursor: pointer;
}

.header-right__menu-mobile .arrow:hover {
    background: url(../images/arrow-slider-hover.png) no-repeat center;
}

.header-right__menu-mobile .arrow:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    right: 0;
}

.main-nav,
.menu-panel .mobile-toggle,
.arrow,
.back,
.submenu {
    display: none;
}

.logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-menu__bottom {
    padding: 10px 0 20px 25px;
}

.header-menu__bottom > div {
    margin: 20px 0;
}

.header-menu__bottom .button {
    margin: 0 !important;
}

.header-menu__bottom-contact a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.menu-panel {
    background: #202020;
}

.menu-panel .mobile-toggle {
    height: 90px !important;
    padding: 10px 20px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.menu-panel .logo {
    margin: 0;
    padding: 10px 0 !important;
}

.menu-panel .logo img {
    float: none;
    height: 45px;
    width: auto !important;
}

.menu-panel .mobile-toggle .menu-icon {
    float: none;
    display: block;
    height: 30px;
    margin: 0;
    background: url(../images/menu.png) no-repeat center right !important;
}

.menu-panel #menu li {
    border: 0;
}

.menu-panel #menu li a {
    padding: 13px 25px;
}

.menu-panel #menu li span {
    font-family: 'open_sanssemibold', sans-serif;
    color: #fff;
    font-size: 18px;
    width: 100%;
    padding: 0;
    display: block;
}

.menu-panel #menu li.tit-block a span {
    color: #ff8a0a;
}

.menu-panel #menu {
    border: 0;
}

.menu-panel,
#menu .submenu {
}

.menu-panel #menu li.has-sub .arrow {
    position: relative;
    background: none;
    width: 100%;
    border: 0;
    transform: none;
    right: auto;
    top: auto;
    padding: 15px 25px;
    display: flex;
    align-items: center;
}

#menu .back {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-panel .back .mobile-toggle {
    padding: 0;
    width: 60px;
    margin: 0;
}

#menu .submenu {
    background: #202020;
}

#menu .submenu ul {
    background: #202020;
    border: 0;
    height: 100%;
}

#menu .back .flex {
    display: flex;
    align-items: center;
    padding: 0;
    width: auto;
}

#menu .back .flex img {
    margin-right: 5px;
}


.menu-panel #menu .arrow:before {
    display: none;
}

.menu-panel {
    height: 100vh;
}

.menu-panel #menu {
    height: calc(100% - 90px);
    overflow-y: auto;
}

#slider {
    position: relative;
}

#slider h2 {
    font-size: 60px;
    color: #ff8a00;
    font-family: 'open_sansbold', sans-serif;
    line-height: 70px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#slider .img-block {
    position: relative;
    z-index: 0;
    max-width: 100%;
    line-height: 0;
}

#slider .img-block img {
    max-width: 100%;
}

.swiper-button-next {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background: url(../images/arrow-slider.png) no-repeat center;
}

.swiper-button-prev {
    background: url(../images/arrow-slider.png) no-repeat;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    border: 2px solid #ff8a00;
    background: url(../images/arrow-slider-hover.png) no-repeat;
    background-position: 11px 10px;
}

.swiper-pagination-bullet:hover {
    background: #ff8a00;
}


@media screen and (max-width: 1366px) {
    .mobile-toggle {
        cursor: pointer;
        z-index: 1000;
        height: 100%;
        width: 130px;
        outline: none;
        position: relative;
        display: flex;
        flex-direction: row;
        color: #fff;
        align-items: center;
        justify-content: end;
        font-size: 14px;
    }

    .menu-panel {
        width: 460px;
        position: fixed;
        top: 0;
        right: -460px;
        z-index: 999;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background: #222;
        height: 100%;
    }

    .menu-bg {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

    .menu-block a {
        display: block;
        font-size: 18px;
        line-height: 25px;
        font-weight: 200;
    }

    .menu-icon:before, .menu-icon.white-color:after {
        line-height: 0;
    }

    .menu-panel {
        z-index: 9999 !important;
    }

    .main-nav {
        z-index: 99;
    }

    .menu-panel .mobile-toggle .menu-icon {
        background: url(../images/menu-close.png) no-repeat center !important;
        height: 100%;
        width: 50px;
        filter: none;
        float: right;
        margin-left: 8px;
        background-size: 18px;
    }

    .main-nav {
        position: absolute;
        height: 100%;
        margin-left: 0;
        display: block;
    }

    .menu-panel .mobile-toggle {
        height: 40px;
        width: 100%;
        z-index: 2;
    }

    #menu {
        /* height: 100%; */
        width: 100%;
        padding-bottom: 0;
        padding-top: 0;
        border-top: 1px solid #fff;
    }

    #menu ul {
        /* height: 100%; */
        list-style: none;
    }

    #menu ul li a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        font-size: 16px;
        color: #fff;
        /* line-height: 16px; */
    }

    #menu ul li a:hover {
    }

    #menu .submenu {
        height: 100%;
        background: #222;
    }

    #menu .back {
        color: #fff;
        padding: 10px 20px;
        cursor: pointer;
        position: relative;
    }

    .submenu, .submenu-level-2 {
        display: none;
        width: 460px;
        position: fixed;
        top: 0;
        right: -460px;
        z-index: 999;
        height: 100%;
        background: #1B1B18;
    }

    #menu ul {
        width: 100%;
        list-style: none;
        position: relative;
        margin: 0;
        overflow: auto;
    }

    #menu ul li {
        position: relative;
    }

    #menu ul li:last-child {
        border-bottom: 1px solid #242424;
    }

    #menu-panel {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        cursor: pointer;
        top: 0;
        left: 0;
        z-index: 9;
    }

    .ico-sub {
        background: url(../images/arrow.png) no-repeat center;
        height: 14px;
        width: 10px;
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        display: inline-block;
        cursor: pointer;
        background-size: contain;
        float: right;
    }

    .ico-submenu {
        background: url(../images/arrow.png) no-repeat left center;
        display: block;
        height: 12px;
        width: 20px;
        float: left;
        background-size: contain;
        position: relative;
        top: 2px;
    }

    .menu-panel .main-nav {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 10px;
        left: 15px;
    }

    #menu ul.submenu {
        padding-top: 0;
    }

    #menu .submenu ul {
        padding-top: 0;
        border-bottom: 1px solid #ccc;
    }
}


/*services*/

#services,
#projects.inside {
    background: url(../images/img-2ext.jpg) #fff no-repeat top;
    background-size: contain;
    position: initial;
}

#services .grid {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 60px;
    margin-bottom: 80px;
}

#services .item {
    margin: initial;
    width: calc((100% - 220px) / 4);
}

#services .item .services-item {
    padding: 25px;
    border: 2px solid #ff8a00;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    height: 100%;
    display: block;
    background: #fff;
}

#services .item .services-item h3 {
    /*font-family: 'open_sansextrabold', sans-serif;*/
    font-size: 16px;
    color: #ff8a00;
    text-transform: uppercase;
    line-height: 19px;
}

#services .item .services-item a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-top: 25px;
}

#services .i-arrow img {
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#services .i-arrow {
    margin: 0 15px;
    position: relative;
    width: 43px;
}

.logo-brend {
    margin-left: -65px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.logo-brend .item-b {
    width: 200px;
    text-align: left;
    margin-left: 65px;
    margin-bottom: 40px;
}

.logo-brend .item-b:last-child {
    margin-right: 0;
}

.logo-brend .item-b:nth-child(22),
.logo-brend .item-b:nth-child(21) {
    margin-right: 0;
}

.logo-brend .item-b .title {
    font-family: 'open_sansbold', sans-serif;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
}

.logo-brend .item-b p {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}

.logo-brend img {
    width: 100%;
    margin-bottom: 20px;
    max-height: 65px;
    border: 0 !important;
}


/*projects*/

#projects {
    background: url(../images/img-3.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

#projects .logo img {
    border: none;
    margin-right: 0;
    margin-bottom: 0;
}

#projects center p,
#projects .center p {
    color: #fff;
}

#project-items {
    margin: 60px 0;
}

#project-items .title-block {
    font-family: 'open_sansbold', sans-serif;
    font-size: 34px;
    color: #222222;
    line-height: 35px;
    margin-top: 40px;
    padding-bottom: 0;
    font-weight: 100;
}

#project-items .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#project-items .item .img-block {
    margin-bottom: 15px;
}

#project-items .item {
    width: 50%;
    margin-bottom: 15px;
}

#project-items .item .title {
    font-family: 'open_sansbold', sans-serif;
}

#slider-filter {
    position: relative;
}

#slider-filter figure {
    width: 355px;
    position: relative;
    overflow: hidden;
}

#slider-filter figure:hover figcaption {
    right: 0;
}

#slider-filter figcaption {
    position: absolute;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.5s ease-out;
    background: #222222;
    width: 100%;
    height: 100%;
    border: 2px solid #ff8a00;
    text-align: center;
    padding: 30px 40px;
}

#slider-filter figcaption .logo1 {
    display: block;
    margin-bottom: 30px;
}

#slider-filter figcaption span {
    color: #fefefe;
    font-size: 16px;
    /*font-family: 'open_sansbold', sans-serif;*/
    line-height: 23px;
}

#slider-filter figcaption a {
    color: #fefefe;
    text-decoration: none;
}

#slider-filter figcaption a:hover {
    color: #ff8a00;
    text-decoration: none;
}

#slider-filter figcaption .more:hover {
    text-decoration: none;
}

#slider-filter figcaption p {
    font-size: 16px;
    color: #ff8a00;
    margin-top: 16px;
}

#slider-filter figcaption .more {
    position: absolute;
    bottom: 35px;
    padding: 13px 20px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 16px;
    /*font-family: 'open_sansbold', sans-serif;*/
    text-decoration: none;
    color: #222;
    border: 2px solid #ff8a00;
    background: #ff8a00;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    font-family: 'open_sanssemibold', sans-serif;
}

#slider-filter figcaption .more:hover {
    color: #222;
    background: #fff;
}

#slider-filter .img-block {
    line-height: 0;
    max-width: 100%;
}

#slider-filter .img-block img {
    max-width: 100%;
}

#slider-filter .swiper-container .swiper-slide {
}

#slider-filter .swiper-button-next,
#slider-filter .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
}

#slider-filter .swiper-button-prev,
#slider-filter .swiper-container-rtl .swiper-button-next {
    left: 0 !important;
}

#slider-filter .swiper-container {
    width: 1153px;
    margin: 10px auto 55px;
}

#slider-filter .swiper-pagination {
    width: 100%;
}

#slider-filter .swiper-slide {
}

#slider-filter .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*#documentation*/

#documentation {
    background: #fff;
}

#documentation .map {
    margin-bottom: 40px;
}

#documentation #gallery {
    margin-top: 55px;
    margin-bottom: 70px;
}

#documentation #gallery img {
    max-width: 100%;
}

#documentation #gallery .big {
}

#documentation #gallery .big .img-block {
    border: 1px solid #cccccc;
    width: calc((100% - 70px) / 3);
    height: 585px;
    float: left;
    margin-right: 35px;
    margin-bottom: 35px;
    border: 2px solid #ff8b00;
    overflow: hidden;
}

#documentation #gallery .big .img-block:last-child {
    margin-right: 0;
}

#documentation #gallery .smoll:after {
    content: '';
    display: block;
    clear: both;
}

#documentation #gallery .smoll .img-block {
    border: 1px solid #cccccc;
    width: calc((100% - 100px) / 6);
    height: 290px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 2px solid #ff8b00;
    overflow: hidden;
}

#documentation #gallery .smoll .img-block:nth-child(6n) {
    margin-right: 0;
}

#filter-menu {
    margin-top: 24px;
}

#filter-menu ul {
    list-style: none;
    text-align: center;
}

#filter-menu li {
    display: inline-block;
    padding-bottom: 25px;
}

#filter-menu a {
    font-size: 14px;
    color: #fefefe;
    text-decoration: none;
    padding: 13px 20px;
    font-family: 'open_sansbold', sans-serif;
    margin: 0;
}

#filter-menu a:hover {
    color: #ff8a00;
}

#filter-menu a.active {
    color: #ff8a00;
    border: 2px solid #ff8a00;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}

#filter-menu h2 {
    font-size: 14px;
    padding: 0;
    margin: 0;
    display: inline-block;
}

#video {
    background: url(../images/img-4.jpg) no-repeat;
    background-size: cover;
}

#video img {
    border: 2px solid #ff8a00;
}

#video center p,
#video .center p {
    color: #fff;
    padding-left: 20%;
    padding-right: 20%;
}

.video {
    margin: 50px 0 55px;
    text-align: center;
}

.video iframe {
    max-width: 100%;
}

#num {
    display: -webkit-box;
    padding-left: 13%;
    padding-right: 13%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: flex-start;
    font-family: 'open_sanssemibold', sans-serif;
}

#num .num-item .num {
    margin-bottom: 15px;
}

#num .num-item .num span {
    font-size: 72px;
    color: #ff8b00;
    display: inline-block;
    margin-right: 5px;
    line-height: 72px;
}

#num .num-item .num p {
    font-size: 72px;
    color: #ff8b00;
    display: inline-block;
    padding: 0;
}

#num .num-item p {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    padding-left: 5px;
}


@keyframes fix {
    0% {
        top: -100%;
    }
    100% {
        top: 0;
    }
}


#info {
    background: #fff;
    padding-bottom: 40px;
}

#info .left,
#info .right {
    width: calc((100% - 80px) / 2);
    width: 100%;
    padding-top: 0;
}

#info .left a span,
#info .right a span {
    color: #222222;
}

#info h1 {
    font-family: 'open_sansbold', sans-serif;
    font-size: 36px;
    color: #222222;
    line-height: 40px
}

#info span.title {
    font-size: 21px;
    color: #222222;
    font-family: 'open_sansbold', sans-serif;
    text-transform: uppercase;
    line-height: 24px;
}

#info p {
    margin: 20px 0;
    color: #222222;
}

#news {
    background: #fff;
    padding-top: 0;
}

#news .news {
    margin-top: 50px;
}

#news .news .news-item {
    border: 1px solid #dfdfdf;
    width: calc((100% - 240px) / 4);
    float: left;
    margin-right: 80px;
    padding: 25px;
    height: 280px;
    margin-bottom: 45px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#news .news .news-item:nth-child(4n) {
    margin-right: 0;
}

#news .news .news-item h3 a {
    color: #ff8a00;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 15px;
    text-decoration: none !important;
    border: 0 !important;
}

#news .news .news-item a {
    max-height: 173px;
    overflow: hidden;
    display: block;
    margin-top: 15px;
}

#news .news .news-item span {
    line-height: 22px;
}

#news .news .news-item:hover {
    border: 1px solid #ff8a00;
}

.news-button {
    font-size: 16px;
    text-decoration: none;
    padding: 13px 20px;
    font-family: 'open_sansbold', sans-serif;
    color: #222;
    border: 2px solid #ff8a00;
    background: #ff8a00;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    line-height: 17px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 100;
}

.news-button:hover,
#tabs-block .tabs-content button.button:hover,
.tabs-block .tabs-content button.button:hover {
    background: #fff;
    color: #222;
}

.news .tag-link {
    color: #000;
    text-decoration: none;
    font-family: 'open_sansregular', sans-serif;
}

.news .tag-link:hover {
    color: #000;
    text-decoration: underline;
}

#message {
    background: #fff;
    padding-top: 0;
    padding-bottom: 75px;
}

#message .img-block {
    margin-top: 30px;
}

#message .img-block img {
    max-width: 100%;
    border: 1px solid #dfdfdf;
}

#toTop {
    background: url(../images/top_black.png) no-repeat center;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    margin-left: 10px;
    opacity: 0.9;
    cursor: pointer;
    float: right;
    z-index: 2;
}

#toTop:hover {
    opacity: 1;
    background: url(../images/top.png) no-repeat center;
}


/*MODAL*/


/*----TAB----*/

#tabs-block,
.tabs-block {
    padding: 40px 60px 35px;
}

#tabs-block div.tabs-content,
.tabs-block div.tabs-content {
    width: 100%;
    height: 100%;
    left: 0;
    padding-top: 20px;
}

#tabs-block > div.tabs-content,
#tabs-block > input,
.tabs-block > div.tabs-content,
.tabs-block > input {
    display: none;
}

#tabs-block > input:nth-of-type(1):checked ~ div.tabs-content:nth-of-type(1),
#tabs-block > input:nth-of-type(2):checked ~ div.tabs-content:nth-of-type(2),
.tabs-block > input:nth-of-type(1):checked ~ div.tabs-content:nth-of-type(1),
.tabs-block > input:nth-of-type(2):checked ~ div.tabs-content:nth-of-type(2) {
    display: block;
}

#tabs-block label.tabs-tittle,
.tabs-block label.tabs-tittle {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    line-height: 14px;
    font-size: 14px;
    color: #222222;
    display: block;
    z-index: 7;
    font-family: 'open_sansbold', sans-serif;
    width: 50%;
    text-align: right;
    padding-right: 20px;
    font-weight: 100;
}

#tabs-block label.tabs-tittle.right,
.tabs-block label.tabs-tittle.right {
    text-align: left;
    padding-left: 20px;
    padding-right: 0;
}

#tabs-block h2,
.tabs-block h2 {
    color: #333;
    margin-bottom: 30px;
}

#tabs-block > input:checked + label.tabs-tittle,
.tabs-block > input:checked + label.tabs-tittle {
    position: relative;
    z-index: 4;
    color: #ff8a00;
    text-decoration: underline;
}

#tabs-block label.tabs-tittle:hover,
.tabs-block label.tabs-tittle:hover {
    color: #ff8a00;
    text-decoration: underline;
}

.tab-1 form input,
.tab-1 form .button {
}

.tab-2 form input {
    width: 390px;
}

.tab-2 form .button {
    width: 190px;
    padding: 15px;
    font-size: 32px;
    color: #000;
    font-weight: 100;
}

.tab-2 form label.text-left {
    text-align: left;
}

.tab-2 form textarea {
    height: 200px;
    max-height: 200px;
}


/*-- FILE --*/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    border: 0;
    margin: 0;
    padding: 0;
}

.inputfile + label {
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    margin-bottom: 0;
    position: relative;
    margin-top: 15px;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    display: inline-block;
}

.inputfile + label p {
    border-bottom: 1px solid #ff8a00;
}

.inputfile + label p:hover {
    border-bottom: 1px solid #fff;
}

.inputfile + label {
}

.inputfile + label:focus {
    outline: none;
}

.inputfile + label img {
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
    color: #000;
    outline: none;
}

#tabs-block, .tabs-block {
}

#tabs-block .tabs-content, .tabs-block .tabs-content {
}

#tabs-block .tabs-content h3, .tabs-block .tabs-content h3 {
}

#tabs-block .tabs-content p, .tabs-block .tabs-content p {
}

.form-block {
    position: relative;
    text-align: center;
    margin: 40px 0;
}

#tabs-block .tabs-content input,
.tabs-block .tabs-content input,
.tabs-block .tabs-content select,
.form-block input,
.manufacturer-login input,
.auction input,
.auction select,
.manufacturer input {
    width: 100%;
    border: 3px solid #ff8a00;
    border-radius: 9px;

    padding: 14px;
    margin-bottom: -3px;
    font-family: 'open_sansregular', sans-serif;
    font-size: 18px;
    color: #222;
    line-height: 18px;
    text-overflow: ellipsis;
    height: 58px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.my_select {
    position: relative;
    width: 100%;
    border: 3px solid #ff8a00;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    padding: 14px;
    margin-bottom: -3px;
    font-family: 'open_sansregular', sans-serif;
    font-size: 18px;
    text-align: left;
    color: #bbb;
    line-height: 18px;
    text-overflow: ellipsis;
    content: "";
}

.my_span {
    line-height: 10px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    display: none;
}

.manufacturer select {
    width: 505px;
    max-width: 100%;
    border: 3px solid #ff8a00;
    border-radius: 9px;
    background: #fff;
    padding: 14px;
    margin: 0;
    font-family: 'open_sansregular', sans-serif, Arial;
    font-size: 16px;
    color: #222;
    line-height: 18px;
}

.manufacturer select option {
    font-family: 'open_sansregular', sans-serif, Arial;
    font-size: 16px;
}

.manufacturer-login input[type=checkbox],
.auction input[type=checkbox],
.manufacturer input[type=checkbox] {
    height: 24px;
}

input::placeholder,
textarea::placeholder {
    color: #bbb !important;
}

#tabs-block .tabs-content textarea,
.tabs-block .tabs-content textarea,
.manufacturer-login textarea,
.auction textarea,
.form-block textarea,
.manufacturer textarea {
    width: 100%;
    display: block;
    border: 3px solid #ff8a00;
    -webkit-border-radius: 23px;
    -moz-border-radius: 14px;
    border-radius: 9px;
    padding: 14px;
    margin-bottom: -3px;
    height: 120px;
    font-family: 'open_sansregular', sans-serif;
    font-size: 18px;
    color: #222;
    line-height: 24px;
}

#tabs-block .tabs-content button.button,
.tabs-block .tabs-content button.button {
    margin-top: 25px;
    font-size: 15px;
    text-decoration: none;
    padding: 13px 20px;
    color: #222;
    border: 2px solid #ff8a00;
    background: #ff8a00;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    line-height: 17px;
    font-family: 'open_sansbold', sans-serif;
    display: inline-block;
    cursor: pointer;
    font-weight: 100;
}

input::-webkit-input-placeholder {
    font-family: 'open_sansregular', sans-serif;
    font-size: 18px;
    color: #222;
    line-height: 18px
}

input::-moz-placeholder {
    font-family: 'open_sansregular', sans-serif;
    font-size: 18px;
    color: #222;
    line-height: 18px
}

input:-moz-placeholder {
    font-family: 'open_sansregular', sans-serif;
    font-size: 18px;
    color: #222;
    line-height: 18px
}

input:-ms-input-placeholder {
    font-family: 'open_sansregular', sans-serif;
    font-size: 18px;
    color: #222;
    line-height: 18px
}

textarea::-webkit-input-placeholder {
    font-family: 'open_sansregular', sans-serif;
    font-size: 18px;
    color: #222;
    line-height: 24px
}

textarea::-moz-placeholder {
    font-family: 'open_sansregular', sans-serif;
    font-size: 18px;
    color: #222;
    line-height: 24px
}

textarea:-moz-placeholder {
    font-family: 'open_sansregular', sans-serif;
    font-size: 18px;
    color: #222;
    line-height: 24px
}

textarea:-ms-input-placeholder {
    font-family: 'open_sansregular', sans-serif;
    font-size: 18px;
    color: #222;
    line-height: 24px
}

input:focus {
    outline: none
}

textarea:focus {
    outline: none
}

.modal_btn {
    background: url(../images/modal.png) no-repeat;
    width: 51px;
    height: 260px;
    display: block;
    text-decoration: none;
    position: fixed;
    right: calc((100% - 1420px) / 2);
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
}

.modal_btn span {
    font-family: 'open_sansbold', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 21px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 255px;
    text-align: center;
    margin-left: -2px;
    font-weight: 100;
}

.skype,
.mail {
    color: #ff8a00;
    text-decoration: underline;
}

.soc {
    margin-top: 25px;
}

.soc a {
    display: inline-block;
    margin-right: 5px;
}


#menu .active {
    border: 3px solid #ff8a00;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}

#menu .active-inside {
    border: 3px solid #ff8a00;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}

#menu .active span {
    color: #ff8a00;
}

#bread-crumbs {
    padding: 4px 0 8px;
    font-size: 12px;
}

#bread-crumbs ul {
    list-style: none;
}

#bread-crumbs li {
    display: block;
    float: left;
    margin-right: 8px;
    color: #ff8a00;
}

#bread-crumbs a {
    text-decoration: none;
}

#bread-crumbs img {
    border: 0 !important;;
    margin: 0 !important;
}

#bread-crumbs a:hover {
    text-decoration: underline;
}

section.inside {
    padding-top: 24px;
}

#left-side {
    width: 270px;
    float: left;
}

#right-side {
    width: calc(100% - 270px);
    padding-left: 7%;
    float: left;
    position: relative;
}

#left-menu {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 10px;
    background: #222;
    border: 2px solid #ff8a00;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    width: 100%;
    margin-bottom: 80px;
}

#left-menu a {
    text-decoration: none;
}

#left-menu a span {
    color: #fff;
    text-decoration: none;
    font-family: 'open_sanssemibold', sans-serif;
}

#left-menu a span:hover {
    color: #ff8a00;
    text-decoration: none;
}

#left-menu ul {
    list-style: none;
    margin-bottom: 5px;
}

#left-menu li {
}

#left-menu h3 {
    font-size: 14px;
    color: #ff8a00;
    font-family: 'open_sanssemibold', sans-serif;
    text-transform: none;
    font-weight: 100;
    margin: 0;
}

#left-menu li a {
    display: block;
    padding: 12px 18px;
    position: relative;
}

#left-menu li .active {
    background: #222;
    text-decoration: none;
    border: 0;
}

#left-menu li .active span {
    color: #ff8a00;
}

#left-menu li .active:after {
    content: '';
    display: block;
    background: url(../images/arrow-2.png) no-repeat;
    width: 43px;
    height: 24px;
    position: absolute;
    right: -65px;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
}

#left-menu.margin-bottom-65 {
    margin-bottom: 65px;
}

#left-menu li > ul {
    margin-left: 15px;
    list-style: none;
    padding-left: 0;
}

#left-menu a.active-submenu {
    color: white;
}

#left-menu-add {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    background: #222;
    width: 100%;
}

#left-menu-add li a {
    display: block;
    padding: 12px 18px;
    position: relative;
}

#left-menu-add li a:hover {
    text-decoration: underline;
}

#left-menu-add a:active {
    background: #222;
    text-decoration: underline;
    border: 0;
}

.border img {
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
}

.review h4 {
    margin-bottom: 20px;
}

#projects.black-bg {
    background: url(../images/img-3.jpg) no-repeat;
    background-size: cover;
}

.txt .img-block {
    margin: 30px 0;
}

#slider-filter figcaption .logo1 img {
    max-width: 70%;
}

#projects .logo1 img {
    border: none;
    margin-right: 0;
    margin-bottom: 0;
}


/*--------------------------------------------------*/
/*-------------------NEW STYLE---------------------*/
/*--------------------------------------------------*/

#slider {
    height: 100vh;
    position: relative;
    z-index: 1;
}

#slider .swiper-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#slider .item {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#slider a:not(.file-delete),
#slider a span {
    margin: 0;
    font-size: 60px;
    font-family: 'open_sansbold', sans-serif;
    text-decoration: none;
    line-height: 70px;
    text-align: center;
    color: #ff8a00;
    display: block;
}

#slider a:hover,
#slider a:hover span {
    text-decoration: none;
    color: #ff8a00;
}

#slider a img {
    max-width: 100%;
}


.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: calc((100% - 1310px) / 2);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: calc((100% - 1310px) / 2);
}


#tabs-block > div.tabs-content,
#tabs-block > input,
.tabs-block > div.tabs-content,
.tabs-block > input {
    display: block;
}

.remodal {
    width: 600px !important;
}


#slider .swiper-container {
    height: 100% !important
}

#slider a,
#slider a span {
    font-size: 40px;
    line-height: 50px;
}


#slider .item {
    padding-top: 0
}


@media screen and (max-width: 700px) {
    #slider a,
    #slider a span {
        font-size: 30px;
        line-height: 40px;
    }

    .remodal {
        width: 90% !important;
    }
}

@media screen and (max-width: 470px) {
    #slider a,
    #slider a span {
        font-size: 25px;
        line-height: 38px;
    }

    .logo img {
        width: 170px !important;
    }
}

@media screen and (max-width: 350px) {
    #slider a,
    #slider a span {
        font-size: 20px;
        line-height: 35px;
    }
}

/*--------------------------------------------------*/

/*--------------------------------------------------*/
.color {
    color: #ff8a00;
}


#scroll {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/*#loader*/
#loader {
    background: #fff url(../images/load-bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
}

#loader .spinner {
    animation: loading 2s linear infinite;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

#loader .bubble-1,
#loader .bubble-2 {
    animation: bounce 2s ease-in-out infinite;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}

#loader .bubble-2 {
    animation-delay: -1.0s;
}

@keyframes loading {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
    }
}

#slider a.btn {
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    padding: 13px 15px;
    border: 2px solid #ff8a00;
    border-radius: 30px;
    margin-top: 20px;
    position: relative;
    background: none;
    line-height: 17px;
}

#slider a.btn:hover {
    color: #fefefe;
    border: 2px solid #fefefe;
    text-decoration: none;
}

a.active {
    border-radius: 34px;
}

.container {
    width: 90% !important;
    position: initial;
}

@font-face {
    font-family: 'open_sansregular', sans-serif;
    src: url('../fonts/opensans-semibold/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.tab-block ul {
    list-style: none;
    text-align: center;
    margin-top: 44px;
}

.tab-block ul li {
    display: inline-block;
}

.tab-block ul li a {
    font-size: 14px;
    color: #fefefe;
    text-decoration: none;
    padding: 13px 20px;
    font-family: 'open_sansbold', sans-serif;
    border: 2px solid transparent;
    border-radius: 30px;
    display: block;
}

.tab-block ul li a:hover,
.tab-block ul li a.active,
.tab-block ul li.current a {
    color: #ff8a00;
    border: 2px solid #ff8a00;
}

.tab-block .box {
    display: none;
}

.tab-block .box.visible {
    display: block;
}

.tab-block {
    height: 522px;
    overflow: hidden;
}

#slider-filter .swiper-pagination {
    width: 100%;
    bottom: -69px;
}

.form {
    margin: 40px 0;
}

.form button.button {
    margin-top: 15px;
}

.form button.button:hover {
    background: #fff;
    color: #222;
}

.form form {
    position: relative;
}

.form input {
    width: 100%;
    display: block;
    border: 3px solid #ff8a00;
    -webkit-border-radius: 23px;
    -moz-border-radius: 14px;
    border-radius: 9px;
    padding: 10px;
    margin-bottom: -3px;
    font-family: 'open_sansitalic', sans-serif;
    font-size: 18px;
    color: #222;
    line-height: 18px;
}

.form textarea {
    width: 100%;
    display: block;
    border: 3px solid #ff8a00;
    -webkit-border-radius: 23px;
    -moz-border-radius: 14px;
    border-radius: 9px;
    padding: 14px;
    margin-bottom: -3px;
    height: 170px;
    font-family: 'open_sansitalic', sans-serif;
    font-size: 18px;
    color: #222;
    line-height: 18px;
}

.form button.button {
    margin-top: 50px;
    font-size: 16px;
    text-decoration: none;
    padding: 13px 20px;
    font-family: 'open_sansbold', sans-serif;
    color: #222;
    border: 2px solid #ff8a00;
    background: #ff8a00;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    line-height: 17px;
    display: inline-block;
    cursor: pointer;
    font-weight: 100;
}

/*--------------------------------------------------*/

/*-------------------NEW STYLE---------------------*/

/*--------------------------------------------------*/


#video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    overflow: hidden;
}

#video-bg video {
    min-width: 100% !important;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#video-bg .video-image {
    background-color: #222222;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#slider .item {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 40px;
}

#slider a {
    margin: 0;
    font-size: 60px;
    font-family: 'open_sansbold', sans-serif;
    text-decoration: none;
    line-height: 70px;
    text-align: center;
}

#slider a:hover {
    color: #ff8a00;
    text-decoration: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: calc((100% - 1310px) / 2);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: calc((100% - 1310px) / 2);
}

#tabs-block > div.tabs-content,
#tabs-block > input,
.tabs-block > div.tabs-content,
.tabs-block > input {
    display: block;
    /*margin-left: 80px;*/
}

.remodal {
    width: 1200px !important;
}

.modal-text-1 p {
    font-size: 15px !important;
    color: black;
    font-weight: normal;
}

.modal-text-1 h1 {
    font-size: 20px;
    color: black;
    font-weight: bolder;
    margin-bottom: 10px;
}

.modal-text-2 {
    font-family: 'open_sanssemibold', sans-serif;
    margin-top: 55px;
}

.modal-text-2 p {
    width: 100%;
    font-size: 16px !important;
    color: black;
    line-height: 23px;
    text-align: left !important;
    padding: 0px 40px 0px;
}

.modal-text-2 a {
    color: #ff8a00 !important;
}

.modal-text-2 a:hover {
}

.modal-text-5 {
    padding: 0px 40px;
}

.modal-text-5 p {
    margin-bottom: -5px;
    font-size: 18px !important;
    text-align: left !important;
    font-weight: bolder;
}

.model-text-4 p {
    font-size: 18px !important;
    left: left;
    text-align: left !important;
}

.modal-text-6 {
    width: 100%;

}

@media screen and (max-width: 1030px) {

    #slider .swiper-container {
        height: 100% !important
    }

    #slider a {
        font-size: 40px;
        line-height: 50px;
    }

    #slider .item {
        padding-top: 50px
    }

}

@media screen and (max-width: 300px) {

    .remodal {
        width: 90% !important;
    }
}


@media screen and (max-width: 700px) {
    #slider a {
        font-size: 30px;
        line-height: 40px;
    }

    .remodal {
        width: 90% !important;
    }
}

@media screen and (max-width: 470px) {

    #slider a {
        font-size: 25px;
        line-height: 38px;
    }

    .logo img {
        width: 170px !important;
    }
}

@media screen and (max-width: 350px) {
    #slider a {
        font-size: 20px;
        line-height: 35px;
    }

    iframe {
        max-width: 100%;
    }

    .complex-way h1 {
        font-size: 28px !important;
    }

    center h1, .center h1, center h2, .center h2 {
        font-size: 28px !important;
    }

    div.right_panel {
        min-width: auto !important;
    }

    div.left_panel {
        max-width: 100% !important;
    }

    .mobile-toggle > div {
        display: none;
    }
}

@media screen and (orientation: landscape) {
    #slider {
        height: 740px;
    }
}

/*--------------------------------------------------*/

/*--------------------------------------------------*/
.color {
    color: #ff8a00;
}

#scroll {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#scroll img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#scroll:hover img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    transform: translate(0, 10px)
}

/*#loader*/
#loader {
    background: #1d1e20 url(../images/load-bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
}

#loader .spinner {
    animation: loading 2s linear infinite;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

#loader .bubble-1,
#loader .bubble-2 {
    animation: bounce 2s ease-in-out infinite;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}

#loader .bubble-2 {
    animation-delay: -1.0s;
}

@keyframes loading {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
    }
}

#slider a:not(.file-delete) {
    display: block;
}

#slider a.btn {
    color: #fff;
    font-family: 'open_sanssemibold', sans-serif;
    border: 2px solid #ff8a00;
    margin-top: 30px;
}

a.active {
    border: 2px solid #ff8a00;
    border-radius: 34px;
}

.container {
    width: 90% !important;
    position: initial;
}

@font-face {
    font-family: 'open_sansitalic', sans-serif;
    src: url('../fonts/opensans-italic-webfont.woff2') format('woff2'), url('../fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

em,
i {
    font-family: 'open_sansitalic', sans-serif;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular', sans-serif;
    src: url('../fonts/opensans-semibold/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.tab-block ul {
    list-style: none;
    text-align: center;
    margin-top: 44px;
}

.tab-block ul li {
    display: inline-block;
}

.tab-block ul li a {
    font-size: 14px;
    color: #fefefe;
    text-decoration: none;
    padding: 13px 20px;
    font-family: 'open_sansbold', sans-serif;
    border: 2px solid transparent;
    border-radius: 30px;
    display: block;
}

.tab-block ul li a:hover,
.tab-block ul li a.active,
.tab-block ul li.current a {
    color: #ff8a00;
    border: 2px solid #ff8a00;
}

.tab-block .box {
    display: none;
}

.tab-block .box.visible {
    display: block;
}

.tab-block {
    height: 522px;
    overflow: hidden;
}

@media screen and (max-width: 1030px) {
    #projects {
        display: none
    }

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

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

#gallerySlider .placeholder img {
    max-height: 90% !important;
}

#gallerySlider:before {
    content: "";
    display: block;
    background: url(../images/cancel.png) no-repeat;
    width: 34px;
    height: 34px;
    position: fixed;
    top: 40px;
    right: 40px;
    background-size: contain;
    z-index: 22;
    cursor: pointer
}

@media screen and (max-width: 600px) {
    .logo-brend .item-b {
        width: 100%;
        margin: 0 0 20px 0
    }

    .logo-brend .item-b img {
        max-height: inherit;
    }

    #video center p,
    #video .center p {
        padding: 0 7%
    }

    #video img {
        height: 100%
    }

    #info h1 {
        font-size: 19px;
        line-height: 25px;
    }

    #info .left .uslugi,
    #info .right .uslugi {
        margin-bottom: 15px;
    }

    .logo-brend .item-b img {
        margin: 0

    }

    #info h3 {
        font-size: 17px;
        line-height: 20px;
    }

    #info p {
        margin: 10px 0;
    }
}

.complex-way {
    background: url(../images/diag-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0 55px;
}

.complex-way .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.complex-way .item {
    position: relative;
    display: flex;
    align-items: center;
}

.complex-way .item .title {
    font-size: 16px;
    color: #ff8a00;
    font-family: 'open_sansbold', sans-serif;
    margin-bottom: 20px;
}

.complex-way .item a,
.complex-way .item span {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 21px;
    text-decoration: none;
}

.complex-way .item a span,
.complex-way .item span {
    color: #fff;
    font-family: 'open_sanssemibold', sans-serif;
    text-decoration: none;
}

.complex-way .item a span:hover {
    color: #ff8a00;
    text-decoration: none;
}

.complex-way .item:before {
    content: '';
    display: block;
    background: url(../images/diag-arrow.png) no-repeat;
    width: 43px;
    height: 24px;
    right: -48%;
    position: absolute;
}

.complex-way .item:last-child:before {
    display: none;
}

.complex-way .img {
    line-height: 0;
}

.complex-way .txt-block {
    position: absolute;
}

.complex-way .i-1 .txt-block {
    top: 60px;
    left: 40px;
    padding-right: 40px;
}

.complex-way .i-2 .txt-block {
    left: 105px;
    padding-right: 30px;
}

.complex-way .i-3 .txt-block {
    left: 35px;
    top: 160px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 5% !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 5% !important;
}

#loader .bubble-1 {
    background: #ff8a00;
}

.txt .button,
.button {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 15px;
    text-decoration: none !important;
    padding: 13px 20px;
    font-family: 'open_sansbold', sans-serif;
    color: #222;
    border: 2px solid #ff8a00;
    background: #ff8a00;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    line-height: 17px;
    display: inline-block;
    cursor: pointer;
    font-weight: 100;
    outline: none;
    text-align: center;
}

.txt .button:hover,
.button:hover {
    background: #fff !important;
    color: #222 !important;
    text-decoration: none !important;
}

.txt .button span,
.txt .button:hover span,
.button span,
.button:hover span {
    font-family: 'open_sansbold', sans-serif;
    color: #222 !important;
    text-decoration: none !important;
}

.txt .button:disabled,
.button:disabled {
    background: #dddddd;
    color: #777777;
    border-color: #dddddd;
    cursor: not-allowed;
}

.complex-way h1 {
    font-size: 36px;
    color: #ff8a00;
    line-height: 40px;
    font-family: 'open_sansbold', sans-serif;
    margin-bottom: 30px;
    font-weight: 100;
    text-align: center;
    margin-top: 0;
}

.complex-way p strong {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 100;
}

.complex-way .item.i-1 img {
    animation: i-1 2s ease-in-out infinite;
    position: relative;
}

@keyframes i-1 {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, -10px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.complex-way .item.i-2 img {
    animation: i-2 4s ease-in-out infinite;
}

@keyframes i-2 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.complex-way .item.i-3 img {
    animation: i-3 2s ease-in-out infinite;
}

@keyframes i-3 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

@media screen and (min-width: 1500px) {
    .container {
        width: 1310px !important;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: calc((100% - 1310px) / 2) !important;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: calc((100% - 1310px) / 2) !important;
    }
}

.complex-way .flex.noanim img {
    animation-play-state: paused;
}

.usl-oll {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 1200px) {
    .usl-oll {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .usl-oll {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width: 576px) {
    .usl-oll {
        display: flex;
        flex-direction: column;
    }

}

.oll-block {
    /*column-width: 350px; */
    /* column-gap: 50px; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 -25px;

}

.usl-oll .uslugi {
    display: inline-block;
    margin: 10px 20px 0 0;
}

.oll-block .item {
    /*margin-bottom: 40px;*/
    /* display: inline-block; */
    width: 29%;
    margin: 0 25px;
}

.oll-block .item.item-x2 {
    width: 59%;

}

.complex-way.animstop .item img {
}

.projects-2 center,
.projects-2 .center {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 40px;
}

#projects.projects-2 .container {
    width: 100% !important;
}

#projects.projects-2 #slider-filter .swiper-container {
    width: 80% !important;
}

#projects.projects-2 #slider-filter .img-block {
    margin: 0;
}

#projects.projects-2 .swiper-button-next,
#projects.projects-2 .swiper-container-rtl .swiper-button-prev {
    right: 4% !important;
}

#projects.projects-2 .swiper-button-prev,
#projects.projects-2 .swiper-container-rtl .swiper-button-next {
    left: 4% !important;
}

@media screen and (max-width: 1030px) {
    #projects {
        display: block !important;
    }

    #projects.projects-2 #slider-filter .swiper-container {
        width: 100% !important;
    }

    #slider-filter .swiper-pagination {
        bottom: -30px;
    }

    #projects {
        padding-bottom: 1px !important;
    }
}

/*------------------------------*/

/*------------------------------*/

/*   #advantages-block          */

/*------------------------------*/

/*------------------------------*/
#advantages-block {
    background: url(../images/img-2ext.jpg) no-repeat;
    background-size: cover;
}

#advantages-block center h2,
#advantages-block .center h2 {
    color: #000;
    margin-top: 0;
}

#advantages-block .flex {
    display: flex;
    justify-content: space-between;
    margin-right: -25px;
    margin-top: 40px;
}

#advantages-block .item {
    width: calc(100% / 4);
    margin-right: 23px;
    padding: 25px 25px 45px;
    border: 3px solid #ff8a00;
    border-radius: 5px;
    background: #fff;
}

#advantages-block .item .img {
    line-height: 0;
    margin-bottom: 13px;
}

#advantages-block .item h3 {
    margin-bottom: 30px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    line-height: 24px;
    font-family: 'open_sansbold', sans-serif;
}

@media screen and (max-width: 1200px) {
    #advantages-block .item {
        width: calc((100% / 2) - 24px);
        margin-bottom: 25px;
    }

    #advantages-block .flex {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 700px) {
    #advantages-block .item {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }

    #advantages-block .flex {
        margin-top: 20px;
        margin-right: 0;
    }

}

@media screen and (max-width: 500px) {
    #advantages-block .item {
        padding: 20px;
    }

}

.projects-2 center,
.projects-2 .center {
    margin-bottom: 20px;
}

#projects.projects-2 .swiper-button-next,
#projects.projects-2 .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
}

#projects.projects-2 .swiper-button-prev,
#projects.projects-2 .swiper-container-rtl .swiper-button-next {
    left: 0 !important;
}

#projects.projects-2 #slider-filter figcaption span {
    margin-top: 0;
}

#projects.projects-2 #slider-filter figcaption span a {
    height: 46px;
    overflow: hidden;
    display: block;
}

#projects.projects-2 #slider-filter figcaption p {
    margin-top: 7px;
}

#projects.projects-2 #slider-filter figcaption span a {
    position: relative;
}

#projects.projects-2 #slider-filter figcaption span a:after {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #222;
    padding-left: 9px;
}

@media screen and (max-width: 1400px) {
    #projects.projects-2 .swiper-button-next,
    #projects.projects-2 .swiper-container-rtl .swiper-button-prev {
        right: 0 !important;
    }

    #projects.projects-2 .swiper-button-prev,
    #projects.projects-2 .swiper-container-rtl .swiper-button-next {
        left: 0 !important;
    }

    #projects.projects-2 #slider-filter figcaption span a:after {
        padding-left: 7px;
    }

    .header-left__info-title-img a {
        display: none;
    }
}

/*------------------------------*/

/*------------------------------*/

/*   #advantages-block          */

/*------------------------------*/

/*------------------------------*/
#advantages-block {
    background: url(../images/img-2ext.jpg) no-repeat;
    background-size: cover;
}

#advantages-block center h2,
#advantages-block .center h2 {
    color: #000;
}


#advantages-block .flex {
    display: flex;
    justify-content: space-between;
    margin-right: -25px;
    margin-top: 40px;
}

#advantages-block .item {
    width: calc(100% / 4);
    margin-right: 23px;
    padding: 25px 25px 45px;
    border: 3px solid #ff8a00;
    border-radius: 5px;
    background: #fff;
}

#advantages-block .item .img {
    line-height: 0;
    margin-bottom: 13px;
}

#advantages-block .item span.title {
    margin-bottom: 30px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    line-height: 21px;
    font-family: 'open_sansbold', sans-serif;
    display: block;
}

@media screen and (max-width: 1200px) {
    #advantages-block .item {
        width: calc((100% / 2) - 24px);
        margin-bottom: 25px;
    }

    #advantages-block .flex {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 700px) {
    #advantages-block .item {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }

    #advantages-block .flex {
        margin-top: 20px;
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    #advantages-block .item {
        padding: 20px;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.modal.open {
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.modal-content {
    margin: auto;
    display: block;
    position: relative;
    background: url(../images/img-1.jpg) no-repeat;
    background-size: cover;
    z-index: 9;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
}

.modal-content {
    /*animation-name: zoom;*/

    animation-duration: 0.6s;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

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

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: rgba(33, 30, 130, 0.3);
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: rgba(33, 30, 130, 1);
    text-decoration: none;
    cursor: pointer;
}

.modal-content video {
    width: 100%;
    max-height: 80vh;
    padding: 0;
}

.modal-ov {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 2;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
        border-radius: 0;
    }

    .gall-mod .modal-content img {
        height: auto
    }

    .modal.open {
        padding: 0;
    }

    .modal.modal-small .modal-content {
        width: 100%;
        padding: 20px
    }

}

.serv-modal {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.serv-modal .ico {
    margin: 0;
}

.serv-modal .tit {
    font-size: 18px;
    color: #fc8900;
    font-family: 'open_sansbold', sans-serif;
    margin: 0;
    margin-left: 10px;
}

.serv-modal .tit:hover {
    text-decoration: underline;
}

.serv-modal-body {
}

.serv-modal-body .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    position: relative;
    z-index: 3;
}

.serv-modal-body .logo {
    float: none;
    padding: 0;
    margin: 0;
    position: relative;
    top: 4px;
    left: 9px;
}

.serv-modal-body .close {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 5;
}

.serv-modal-body .mod-block {
    padding-left: 305px;
    position: relative;
    top: -90px;
    padding-right: 40px;
}

.serv-modal-body .mod-block .tit {
    color: #ff8b00;
    font-size: 24px;
    font-family: 'open_sansbold', sans-serif;
    line-height: 24px;
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: flex-start;
}

.serv-modal-body .mod-block .tit a {
    display: block;
    width: 100%;
}

.serv-modal-body .mod-block .tit .link-main {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    width: 100%;
    line-height: 18px;
}

.serv-modal-body .mod-block li {
    margin-bottom: 20px;
}

.serv-modal-body .mod-block li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    z-index: 3;
}

body.open {
    overflow: hidden;
}

#advantages-block .index-buttons {
    margin-top: 75px;
}

@media screen and (max-width: 1400px) {
    .serv-modal-body .mod-block li {
        margin-bottom: 13px
    }

    .serv-modal-body .mod-block li a {
        font-size: 18px;
    }

}

@media screen and (max-width: 900px) {
    .serv-modal-body .mod-block {
        padding-left: 0;
        top: 0;
        padding-top: 20px;
    }

    .serv-modal-body .mod-block .tit {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 800px) {
    .simple,
    .simple tr,
    .simple td,
    .simple tbody {
        width: 100%;
        display: block;
        border: 0;
        padding: 4px 0;
    }

    .simple tr:first-child {
        display: none
    }

    .simple tr {
        margin-bottom: 20px;
        border: 1px solid grey;
        padding: 20px;
    }

    .simple td br {
        display: none
    }
}

#left-menu li {
    position: relative;
}

#left-menu li .serv-modal {
    position: absolute;
    right: 18px;
    justify-content: flex-end;
    top: 1px;
    height: 100%;
    width: 20px;
}

#right-side .serv-modal {
    margin-top: 20px;
    margin-bottom: 20px;
}

.serv-modal-body .close {
    background: none !important;
}

.serv-modal-body .close:hover {
    opacity: 1;
}

.serv-modal-body .mod-block ul {
    list-style: none;
    padding-left: 0;
}

.serv-modal-body .mod-block ul a:hover,
.hm-accordion__sub-li a:hover {
    color: #ff8b00;
}

@media screen and (max-width: 1450px) {
    #projects.projects-2 #slider-filter figcaption p {
        display: none;
    }
}

ul {
    list-style: none;
}

.uslugi ul {
    list-style: none;
}

.uslugi ul .title a {
    color: #000;
}

.uslugi ul li a {
    text-decoration: none;
}

.uslugi ul li a:hover {
    text-decoration: underline;
}

#projects.projects-2 #slider-filter .swiper-container .swiper-slide {
    padding: 0;
}

#projects.projects-2 #slider-filter figcaption .more {
    bottom: 20px;
    padding: 6px 20px 9px;
}

@media screen and (max-width: 1320px) {
    .container {
        width: 95% !important;
    }

    #projects.projects-2 .swiper-button-next,
    #projects.projects-2 .swiper-container-rtl .swiper-button-prev,
    #projects.projects-2 .swiper-button-prev,
    #projects.projects-2 .swiper-container-rtl .swiper-button-next {
        /* display: none !important */
    }

    .logo {
        height: 65px;
    }
}

#gallerySlider .placeholder img {
    max-width: 86% !important;
}

#slider-filter .swiper-slide {
    margin: 0;
}

#projects.inside {
    padding-top: 24px;
}

.projects-2 center,
.projects-2 .center {
    color: #ff8a00;
    position: relative;
    top: -25px;
    font-family: 'open_sansbold', sans-serif;
}

.serv-modal-body .mod-block ul a:hover,
.hm-accordion__sub-li a:hover {
    color: #ff8b00;
    -webkit-transition: all 400ms ease;
    transition: all 0s ease;
    transition-delay: 0s !important;
}

#projects.inside {
    z-index: 3;
}


#close-gal {
    content: "";
    display: block;
    background: url(../images/cancel.png) no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 40px;
    right: 40px;
    background-size: contain;
    z-index: 22;
    cursor: pointer;
    opacity: 0.6;
}

#close-gal:hover {
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .serv-modal-body .mod-block .tit a {
        font-size: 24px;
        line-height: 26px
    }

    .serv-modal-body .mod-block li {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1400px) {
    .serv-modal-body .mod-block li a {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px
    }
}


.l-b {
    display: flex;
    flex-direction: column;
    margin: 0;
    position: relative;
}

#left-menu a span {
    padding-right: 26px;
}

.menu-panel #menu .sub-menu li a span {
    color: #fff;
}

.menu-panel #menu li.tit-block > a span {
    color: #ff8a0a;
}

.advantages-bottom {
    padding-top: 78px;
}

.advantages-bottom center h2,
.advantages-bottom .center h2 {
    margin-bottom: 23px;
    margin-top: 0;
}

#advantages-block .advantages-bottom .flex {
    justify-content: center;
    margin: 0;
}

#advantages-block .advantages-bottom .item {
    margin: 0 12px 0;
    padding-bottom: 25px;
}

#advantages-block .advantages-bottom ul {
    list-style: none;
}

#advantages-block .advantages-bottom li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

#advantages-block .advantages-bottom span:not[class=title] {
    width: 35px;
    height: 35px;
    background: #ff8a00;
    border-radius: 50%;
    display: flex;
    margin: 0 15px 0 0;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: #fff;
    font-family: 'open_sansbold', sans-serif;
    padding-bottom: 3px;
}

#advantages-block .advantages-bottom p {
    /* font-size: 16px; */
    font-family: 'open_sanssemibold', sans-serif;
    margin: 0;
    text-transform: uppercase;
    width: calc(100% - 50px);
}

#advantages-block .advantages-bottom a {
    display: block;
    color: #ff8a00;
    font-family: 'open_sansbold', sans-serif;
    font-weight: 100;
    text-decoration: none;
}

#advantages-block .advantages-bottom a:hover {
    text-decoration: underline;
}

#advantages-block .advantages-bottom .txt {
    text-align: center;
    margin-top: 30px;
}

#advantages-block .advantages-bottom .txt p {
    font-size: 18px;
    color: #222222;
    font-family: 'open_sansextrabold', sans-serif;
    width: 100%
}

@media screen and (max-width: 1200px) {
    .advantages-bottom {
        padding-top: 40px;
    }

    #advantages-block .advantages-bottom .item {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    #advantages-block .advantages-bottom p {
        font-size: 14px
    }

    #advantages-block .advantages-bottom p br {
        display: none
    }

    #advantages-block .advantages-bottom li {
        margin-bottom: 15px
    }

    #advantages-block .advantages-bottom .txt {
        margin-top: 0;
    }

    #advantages-block .advantages-bottom .txt p {
        font-size: 15px
    }

    #projects.projects-2 center, #projects.projects-2 .center {
        top: 0;
        padding: 0 10px;
    }
}


.complex-way .flex.noanim .i-3 .img {
    transform: scale(0.97);
}

.logo-brend .item-b {
    margin-right: 0;
}


.cad-oll {
    display: flex;
    flex-direction: row;
    margin-bottom: 0 !important;
}

.cad-col {
    width: calc(100% - 30px);
    display: inline-block;
    margin: 0 !important;
}

.cad-col:first-child {
    margin-right: 60px !important;
}

@media screen and (max-width: 1030px) {
    .cad-oll {
        flex-direction: column;
    }
}

.cad-col .item {
    margin-bottom: 30px !important;
    display: inline-block;
}


.manufacturer,
.auction {
    margin: 20px 0;
    position: relative;
}

.manufacturer > label {
    display: block;
    padding: 7px 0;
}

.manufacturer > label span,
.manufacturer-company span {
    display: inline-block;
    font-size: 16px;
}

.manufacturer > label span {
    width: 100px
}

.manufacturer-company span {
    margin-left: 26px;
}

.manufacturer-company label {
    font-size: 16px;
    font-weight: bold;
}

.manufacturer-login,
.auction-login {
    margin: 30px 0;
    max-width: 300px;
}

.auction-register,
.manufacturer-register {
    margin: 30px 0;
}

.auction-register-form {
    max-width: 360px;
    margin: 0 0 10px 0;
}

.manufacturer-register-form {
    max-width: 400px;
    margin: 0 0 10px 0;
}

.auction th,
.auction td {
    padding: 5px 10px;
}

.auction dt {
    font-weight: bold;
}

.auction dd {
    margin-bottom: 20px;
}


/* CHECKBOX оранжевый */
/* для элемента input c type="checkbox" */
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox + label {
    display: inline-flex;
    /*    align-items: center;*/
    user-select: none;
    padding: 0;
    cursor: pointer;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #000;
    border-radius: 2px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75% 75%;
    margin-top: 2px;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {

}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active + label::before {
    background-color: #FDEEDC;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 138, 0, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked) + label::before {

}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked + label::before {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ff8a00' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled + label::before {
    background-color: #e0e0e0;
}

.custom-checkbox-1 {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox-1 + label::before {
    content: '';
    margin-left: 30px;
    vertical-align: top;
    display: inline-block;
    background: #fff;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #000;
    border-radius: 2px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75% 75%;
    margin-top: 2px;
}

.custom-checkbox-1:checked + label::before {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ff8a00' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox-2 {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox-2 + label::before {
    content: '';
    vertical-align: top;
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #000;
    border-radius: 2px;
    margin-right: 8px;
    background: #fff no-repeat center center;
    background-size: 75% 75%;
    margin-top: 2px;
}

.custom-checkbox-2:checked + label::before {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ff8a00' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox-2:disabled + label::before {
    background-color: #e0e0e0;
}

.custom-checkbox-3 {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox-3 + label::before {
    content: '';
    vertical-align: top;
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #000;
    border-radius: 2px;
    margin-right: 8px;
    background: #fff no-repeat center center;
    background-size: 75% 75%;
    margin-top: 2px;
}

.custom-checkbox-3:checked + label::before {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ff8a00' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox-3:disabled + label::before {
    background-color: #e0e0e0;
}

.custom-radio {
    display: none;
}

.custom-radio + label {
    position: relative;
    padding-left: 28px;
}

.custom-radio + label::before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-top: 4px;
    border: 1px solid #ff8a00;
    border-radius: 8px;
}

.custom-radio + label::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 4px;
    margin-top: 8px;
    background: #ff8a00;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
}

.custom-radio:checked + label::after {
    height: 10px;
    width: 10px;
    left: 4px;
}

/* анимация на странице кадпроекта */
@-webkit-keyframes spin-clockwise {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin-clockwise {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spin-counterclockwise {
    to {
        transform: rotate(-1turn)
    }
}

@keyframes spin-counterclockwise {
    to {
        transform: rotate(-1turn)
    }
}

.l-index-main__wrapper {
    position: relative;
    margin: 20px 0 10px;
}

.l-index-main__image {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.l-index-main__image--sm {
    max-width: 100%;
    height: auto;
    display: none;
}

.c-btn__gear {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-btn__gear:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.c-btn__gear:hover:before {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.c-btn__gear span {
    position: relative;
    z-index: 5;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 17px;
}

.c-btn__gear:hover span {
    color: #fff !important;
}

.l-index-main__gear-orange {
    position: absolute;
    top: 115px;
    left: 87px;
}

.c-btn__gear--orange {
    width: 170px;
    height: 170px;
}

.c-btn__gear--orange span {
    margin-top: 5px;
    color: #ef6e45 !important;
}

.c-btn__gear--orange:before {
    background-image: url(/media/images/cadproekt/index-main-gear-orange.svg);
    animation: spin-clockwise 10s linear infinite;
}

.c-btn__gear--orange:after {
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto;
    top: 21px;
    bottom: 21px;
    left: 21px;
    right: 21px;
}

.c-btn__gear--orange:hover:after {
    background-color: #ef6e45;
}

.l-index-main__gear-green {
    position: absolute;
    top: 90px;
    right: 10px;
}

.c-btn__gear--green {
    width: 200px;
    height: 200px;
}

.c-btn__gear--green span {
    color: #72a065 !important;
}

.c-btn__gear--green:before {
    background-image: url(/media/images/cadproekt/index-main-gear-green.svg);
    -webkit-animation: spin-counterclockwise 15s linear infinite;
    animation: spin-counterclockwise 15s linear infinite;
}

.c-btn__gear--green:after {
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto;
    top: 24px;
    bottom: 24px;
    left: 24px;
    right: 24px;
}

.c-btn__gear--green:hover:after {
    background-color: #72a065;
}

.l-index-main__hand-blue {
    width: 87px;
    height: 58px;
    position: absolute;
    top: 181px;
    left: 40px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(/media/images/cadproekt/index-main-hand-blue.svg);
}


@media screen and (max-width: 1420px) {
    .c-btn__gear span {
        font-size: 13px;
    }

    .c-btn__gear--orange {
        width: 11vw;
        height: 11vw;
    }

    .l-index-main__gear-orange {
        top: 33%;
        left: 10%;
    }

    .c-btn__gear--green {
        width: 13vw;
        height: 13vw;
    }

    .l-index-main__gear-green {
        top: 22%;
        right: 0%;
    }

    .l-index-main__hand-blue {
        width: 5.5vw;
        height: 5.5vw;
        top: 43.5%;
        left: 4%;
    }
}

@media screen and (max-width: 1320px) {
    .c-btn__gear span {
        font-size: 11px;
    }
}

@media screen and (max-width: 1030px) {
    .c-btn__gear span {
        font-size: 14px;
    }

    .c-btn__gear--orange {
        width: 17vw;
        height: 17vw;
    }

    .c-btn__gear--green {
        width: 20vw;
        height: 20vw;
    }

    .l-index-main__hand-blue {
        width: 9vw;
        height: 9vw;
    }
}

@media screen and (max-width: 860px) {
    .c-btn__gear span {
        font-size: 11px;
    }
}

@media screen and (max-width: 768px) {
    .l-index-main__image {
        display: none;
    }

    .l-index-main__image--sm {
        display: inline-block;
    }

    .c-btn__gear span {
        font-size: 11px;
    }

    .c-btn__gear--orange:after,
    .c-btn__gear--green:after {
        top: 17px;
        bottom: 17px;
        left: 17px;
        right: 17px;
    }

    .c-btn__gear--orange {
        width: 20vw;
        height: 20vw;
    }

    .l-index-main__gear-orange {
        top: 37%;
        left: 15.5%;
    }

    .c-btn__gear--green {
        width: 25vw;
        height: 25vw;
    }

    .l-index-main__gear-green {
        top: 31%;
        right: 23%;
    }

    .l-index-main__hand-blue {
        width: 11vw;
        height: 11vw;
        top: 48%;
        left: 9%;
    }

    .modal-text-2 {
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .l-index-main__wrapper {
        margin-left: -60px;
        margin-right: -100px;
    }

    .c-btn__gear span {
        font-size: 10px;
    }

    .c-btn__gear--orange {
        width: 32vw;
        height: 32vw;
    }

    .c-btn__gear--green {
        width: 36vw;
        height: 36vw;
    }

    .l-index-main__hand-blue {
        width: 15vw;
        height: 14vw;
    }

    .mobile-hidden {
        display: none;
    }

    .desktop-visible {
        display: none;
    }
}

@media screen and (min-width: 500px) {
    .desktop-visible {
        display: block;
    }

    .mobile-hidden {
        display: block;
    }
}


.time {
    color: #ccc;
}

.check {
    color: #009900;
    font-weight: bold;
    cursor: pointer;
}


/*.__jivoMobileButton {*/
/*    display: none !important;*/
/*}*/


.js-business {
    margin-bottom: 54px;
}

.switcher {
    background: #ff8a00;
    border-radius: 30px;
    padding: 3px;
    display: inline-block;
    border: none;
}

.switcher a {
    display: inline-block;
    padding: 13px 20px;
    margin: 0;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
    background: #ff8a00;
    border: none;
    transition: all 0.25s;
}

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

.switcher a.active {
    background: #fff;
}

.switcher a.active:hover {
    color: #000;
}


.js-select-multiple {
    display: block;
}

.chosen-container.chosen-container-multi .chosen-choices {
    font-size: 15px;
    padding: 7px 9px;
    border: 3px solid #ff8a00;
    border-radius: 9px;
    background: #fff;
}

.chosen-container.chosen-container-active .chosen-choices {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice {
    padding: 8px 20px 8px 6px;
    border: 1px solid #ff8a00;
    background: #ffeeda;
    box-shadow: none;
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 9px;
    right: 4px;
}

.chosen-container.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 35px;
}

.chosen-container.chosen-container-multi .chosen-results {
    color: #000;
}

.chosen-container.chosen-container-multi .chosen-drop {
    border: 1px solid #ff8a00;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.chosen-container.chosen-container-multi .chosen-results li.highlighted {
    background: #ff8a00;
    color: #000;
}


.policy {
    margin-top: 10px;
}

.policy a {
    font-family: 'open_sansbold', sans-serif;
}

.policy-check + label {
    display: inline !important;
}

.policy-check + label::before {
    transform: translateY(2px);
}

#modal-start {

}

#modal-start .policy {
    margin-bottom: 10px;
    margin-top: 0px !important;
    text-align: left;
    width: 80%;
}

#modal-start .input {
    width: 400px;
    padding: 10px 10px 10px;
}

#modal-start .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#modal-start .policy a {
    font-family: 'open_sansbold', sans-serif;
    display: contents;
}

#modal-start .policy-check + label::before {
    transform: translateY(2px);
    margin-left: 10px;
}

#modal-start .policy-check + label {
    display: inline-flex !important;
}

#modal-start .policy-check + label {
    display: inline-flex !important;
}

#modal-start section {
    padding: 0px !important;
}

.has-file .file-delete {
    display: inline-block;
}

.file-delete {
    display: none;
    transform: translateX(10px);
}

.index-way {
    text-align: center;
    margin: -10px 0 0;
}

.index-buttons {
    text-align: center;
    margin: 20px 0 15px;
}

.index-buttons a,
.index-way a {
    margin: 5px 10px;
}


.container .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    border-style: solid;
    border-color: #fff;
    border-width: 0 1px;
}

.container .swiper-pagination-bullet {
    width: auto;
    height: 8px;
    border-radius: 0;
    background: #222;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px 0;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    opacity: 1;
}

.container .swiper-pagination-bullet-active {
    background-color: #FF8A00;
}

.slider-white #slider-filter {
    margin-top: 30px;
}

.slider-white #slider-filter .swiper-container {
    width: 100% !important;
}

.slider-white .swiper-button-next,
.slider-white .swiper-button-prev {
    filter: invert(1);
}

.slider-white .swiper-button-next:hover,
.slider-white .swiper-button-prev:hover {
    filter: none;
}

#reviews .swiper-pagination {
    bottom: -30px;
}

#reviews .block img {
    width: 100%;
}

.slider-white #slider-filter .swiper-button-next {
    right: -50px !important;
}

.slider-white #slider-filter .swiper-button-prev {
    left: -50px !important;
}

.form-email {
    background: #ffefdd;
    padding: 30px 0;
}

.form-email .title {
    font-size: 21px;
    line-height: 30px;
    padding-right: 80px;
    width: 50%;
}

.form-email .form {
    margin: 0;
    width: 50%;
}

.form-email .form form {
    display: flex;
    position: relative;
}

.form-email input {
    background: #ffefdd;
}

.form-email .form button.button {
    margin-top: 0;
}

.form-email .button-wrap {
    padding-left: 10px;
}

.form-email-wrap {
    display: flex;
    font-family: 'open_sansbold', sans-serif;
}

.form-head-wrap {
    padding: 65px 80px 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    border: 1px solid #fff;
    text-align: center;
}

.form-head-wrap input[type=checkbox] {
    width: auto;
}

.form-head-wrap .title {
    font-family: 'open_sansbold', sans-serif;
    text-align: center;
    color: #ff8a00;
    font-size: 40px;
    line-height: 50px;
}

.form-head-wrap .description {
    font-family: 'open_sansbold', sans-serif;
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
}

.form-head-wrap .form {
    /*display: flex;*/
    margin: 20px 0 0;
}

.form-head-wrap form {
    display: flex;
}

.form-head-wrap form input {
    font-size: 15px;
    line-height: 17px;
    padding: 11px;
}

.form-head-wrap .inline {
    width: 50%;
}

.form-head-wrap .wrap-inputs {
    display: flex;
    width: 100%;
}

.form-head-wrap .wrap-add-elements {
    text-align: left;
    color: #fff;
    margin-top: 10px;
}

.form-head-wrap .button-wrap {
    width: 42%;
    display: flex;
    flex-direction: column;
}

.form-head-wrap .button-wrap .buttons {
    order: 0;
    display: flex;
}

.form-head-wrap .button-wrap .policy {
    order: 1;
}

.form-head-wrap .buttons {
    margin: 0;
    padding-left: 10px;
}

#slider .form-head-wrap .policy {
    /*margin-top: 0;*/
    text-align: left;
    color: #fff;
    margin-left: 30px;
}

label p {
    margin: 0;
}

.form-head-wrap .custom-checkbox + label::before {
    border: 1px solid #fff;
}

#slider .form-head-wrap .policy a {
    display: inline;
    font-size: 14px;
    line-height: 17px;
}

.form-head-wrap .inputfile + label:hover {
    color: #fff;
}

.form-head-wrap .wrap-add-elements .inputfile + label p:hover {
    color: #fff;
    border-bottom: 0px;
    margin-bottom: 1px;
    line-height: 24px;
}

.form-head-wrap .inputfile + label {
    margin-top: 10px;
    color: #fff;
    height: 26px;
}

#slider .has-file {
    display: inline-block !important;
    margin-right: 20px;
}

#slider .has-file a {
    line-height: 14px;
    font-size: 14px;
}

.form-head-wrap .form button.button {
    margin: 0;
    margin-left: 5%;
    /*    margin-left: -30%;*/
}

.form-head-wrap input + input {
    margin-left: 10px;
}

#slider .form-head-wrap .form a.btn {
    margin: 0 0 0 20px;
    line-height: 17px;
}

.thanks-buttons {
    margin: 20px 0;
}

.thanks-buttons a + a {
    margin-left: 30px;
}


.index-banner {
    padding: 0;
}

.index-banner__image img {
    width: 100%;
}

.index-banner__image {
    line-height: 0;
}

.index-banner__image--1920,
.index-banner__image--1400,
.index-banner__image--1000,
.index-banner__image--570 {
    display: none;
}

.index-start {
    padding: 0;
}

.index-start__modal {
    line-height: 0;
    align-content: center;
    width: 100%;
    margin-top: 8px;
}

.index-start__modal--1920,
.index-start__modal--570 {
    display: none;
}

@media screen and (min-width: 1400px) {
    .index-start__modal--1920 {
        display: block;
        align-items: center;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1399px) {
    .index-start__modal--1920 {
        display: block;
        align-items: center;
    }

    #modal-start .policy {
        padding-top: 10px;
    }

    #modal-start .input {
        width: 300px;
        padding: 10px 10px 10px;
    }
}

@media screen and (min-width: 570px) and (max-width: 999px) {
    .index-start__modal--1920 {
        display: block;
        align-items: center;
    }

    #modal-start .policy {
        padding-top: 10px;
    }

    #modal-start .input {
        width: 300px;
        padding: 10px 10px 10px;
    }

    #modal-start .policy-check + label {
        padding: 10px;
    }

    #modal-start .policy {
        font-size: 11px;
    }
}

@media screen and (max-width: 569px) {
    .index-start__modal--570 {
        display: block;
        align-items: center;
    }

    #modal-start .policy {
        width: 100%;
        text-align: center;
        font-size: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #modal-start .policy-check + label {
        display: inline-block !important;
        padding: 10px;
    }

    img {
        /*margin-top: 15px;*/
    }

    .my_select img {
        margin-top: 0;
    }

    #modal-start .input {
        max-width: 300px;
        width: 100%;
        padding: 10px 10px 10px;
    }
}


@media screen and (min-width: 1400px) {
    .index-banner__image--1920 {
        display: block;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1399px) {
    .index-banner__image--1400 {
        display: block;
    }
}

@media screen and (min-width: 570px) and (max-width: 999px) {
    .index-banner__image--1000 {
        display: block;
    }
}

@media screen and (max-width: 569px) {
    .index-banner__image--570 {
        display: block;
    }
}


.img-responisve {
    display: inline-block;
    max-width: 100%;
    max-height: auto;
}

@media screen and (max-width: 1420px) {
    .container {
        width: 1150px;
    }

    #services .item .services-item a {
        margin-top: 15px;
    }

    #services .item .services-item a br {
        display: none
    }

    section {
        padding: 50px 0 55px;
    }

    .modal_btn {
        right: 0;
        margin-right: 0;
    }

    #news .news .news-item {
        width: calc((100% - 120px) / 4);
        margin-right: 40px;
        margin-bottom: 40px;
    }

    #slider-filter .swiper-container {
        width: 1010px;
    }

    #slider-filter figure {
        width: auto;
    }

    #slider-filter figcaption p {
        display: none;
    }

    #slider-filter figcaption span {
        max-height: 70px;
        overflow: hidden;
    }

    #services .item .services-item a {
        font-size: 13px;
        line-height: 17px;
    }

    #right-side {
        width: calc(100% - 350px);
    }

    #news .news .news-item a {
        max-height: 177px;
    }

    .complex-way .item:before {
        right: -84px;
    }
}

@media screen and (max-width: 1320px) {
    .container {
        width: 1100px;
    }

    .complex-way .item:before {
        display: none !important
    }
}

@media screen and (max-width: 1200px) {
    main {
        width: 100%
    }

    .container {
        width: 100% !important;
        padding: 0 30px;
    }

    #slider h2 br {
        display: none
    }

    #slider h2 {
        width: 100%;
        font-size: 50px;
        text-align: center;
        padding: 0 40px;
    }

    #slider .swiper-button-next, #slider .swiper-button-prev {
        display: none !important
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0 !important;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0 !important;
    }

    section {
        padding: 30px 0 35px;
    }

    center h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    #services .grid {
        margin-top: 35px;
        margin-bottom: 40px;
    }

    #services .item {
        width: auto;
    }

    #services .i-arrow img {
        width: 100%
    }

    #services .item .services-item {
        padding: 15px;
    }

    #services .i-arrow {
        width: 30px;
        margin: 0 10px;
    }

    .logo-brend img {
        margin-bottom: 10px;
    }

    #slider-filter .swiper-container {
        width: 100%;
        margin: 40px auto 60px;
    }

    #filter-menu {
        margin-top: 30px;
    }

    #projects {
        padding-bottom: 60px;
    }

    #documentation #gallery {
        margin: 40px 0;
    }

    #documentation #gallery .big .img-block {
        height: 510px;
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-bottom: 30px;
    }

    #documentation #gallery .smoll .img-block {
        height: 250px;
    }

    center p {
        padding: 0 30px;
    }

    #info .left, #info .right {
        width: 100%;
        padding-top: 30px;
    }

    #info .left div, #info .right div {
        margin-bottom: 25px;
    }

    #news .news {
        margin-top: 30px;
    }

    #news .news .news-item {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-bottom: 30px;
    }

    #news .news .news-item:nth-child(4n) {
        margin-right: 30px;
    }

    #news .news .news-item:nth-child(3n) {
        margin-right: 0;
    }

    #news .news .news-item a {
        max-height: 180px;
    }

    #message {
        padding-bottom: 60px;
    }

    .complex-way .flex {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .complex-way .item {
        width: calc((100% / 3) - 50px);
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .complex-way .img {
        width: 100%;
        height: 200px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
        display: none
    }

    .complex-way .img img {
        max-width: 100%;
        max-height: 100%;
    }

    .complex-way .txt-block {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        text-align: center;
    }

    .oll-block {
        margin: 0 -20px;
    }

    .oll-block .item {
        margin: 0 20px;
    }
}

/*Ipad*/
@media screen and (max-width: 1030px) {
    #left-side {
        display: none
    }

    #right-side {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .txt h1 {
        font-size: 29px;
        color: #222222;
        line-height: 33px;
    }

    .txt h2 {
        font-size: 27px;
        color: #222222;
        line-height: 30px;
        margin-top: 20px;
    }

    .txt h3 {
        font-size: 25px;
        color: #222222;
        line-height: 27px;
        margin-top: 20px;
    }

    .txt h4 {
        font-size: 21px;
        color: #222222;
        line-height: 21px;
        margin-top: 20px;
    }

    .txt h5 {
        font-size: 18px;
        color: #222222;
        line-height: 21px;
        margin-top: 20px
    }

    .txt p {
        font-size: 15px;
        line-height: 20px;
        margin: 20px 0;
    }

    .txt {
        font-size: 15px;
    }

    .txt ul li, .txt ol li {
        font-size: 15px;
        line-height: 20px;
        margin: 10px 0;
    }

    .modal_btn {
        right: auto;
        bottom: 0;
        position: absolute;
        bottom: -106px;
        right: 106px;
        -moz-transform: translate(0, 0) rotate(90deg);
        -ms-transform: translate(0, 0) rotate(90deg);
        -webkit-transform: translate(0, 0) rotate(90deg);
        -o-transform: translate(0, 0) rotate(90deg);
        transform: translate(0, 0) rotate(90deg);
        top: auto;
    }

    #right-side .serv-modal {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .form-email-wrap {
        display: block;
    }

    .form-email .form {
        padding-right: 0;
        width: 100%;
        text-align: left;
    }

    .form-email .form .inline {
        width: 100%;
    }

    .form-email .title {
        width: 100%;
        margin-bottom: 30px;
    }

    .remodal {
        width: 90% !important;
    }
}

@media screen and (max-width: 1000px) {
    #services .grid {
        display: block;
    }

    #services .item {
        width: 300px;
        margin: 30px auto;
    }

    #services .i-arrow {
        width: 33px;
        margin: 15px auto;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        height: 20px;
    }

    .revealator-slideright {
        transform: translate(0, -100px);
        opacity: 0;
    }

    #slider .swiper-container {
        height: 360px;
    }

    #slider .img-block img {
        height: 100%;
        max-width: initial;
    }

    #slider h2 {
        width: 100%;
        font-size: 38px;
        text-align: center;
        padding: 0 40px;
        line-height: 45px;
        margin-top: 15px;
    }

    /*    #filter-menu, .switcher {display:none}*/
    #filter-menu {
        overflow: auto;
    }

    #filter-menu .js-struct {
        display: flex;
    }

    #filter-menu .js-business {
        display: flex;
        margin-bottom: 0;
    }

    #filter-menu li {
        padding-bottom: 20px;
        white-space: nowrap;
    }

    #filter-menu a {
        padding: 0px 12px;
    }

    #filter-menu a.active {
        border: 0;
    }

    #documentation #gallery .big .img-block {
        height: 415px;
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        margin-bottom: 20px;
    }

    #documentation #gallery .smoll .img-block {
        height: 200px;
        margin: 0 10px 10px 0;
        width: calc((100% - 50px) / 6);
    }

    #num .num-item .num span {
        font-size: 40px;
        color: #fff;
        display: inline-block;
        margin-right: 5px;
        line-height: 40px;
    }

    #num .num-item .num p {
        font-size: 30px;
        line-height: 30px;
        position: relative;
        top: -5px;
    }

    #num .num-item .num {
        margin-bottom: 10px;
    }

    #num .num-item p {
        font-size: 15px;
        line-height: 19px;
        padding-left: 3px;
    }

    #info .left, #info .right {
        width: 100%;
        padding-top: 10px;
    }

    #services .item .services-item {
        padding: 15px;
        text-align: center;
    }

    .remodal {
        width: 90%;
    }

    #tabs-block, .tabs-block {
        padding: 20px 30px;
    }

    .modal-dialog h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
        margin-top: 0;
    }

    #tabs-block label.tabs-tittle, .tabs-block label.tabs-tittle {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
        padding: 0
    }

    #tabs-block label.tabs-tittle.right, .tabs-block label.tabs-tittle.right {
        text-align: center;
        padding-left: 0;
    }

    .remodal-close {
        right: 15px;
        top: 15px;
    }

    .modal-dialog form {
        margin-top: 25px;
    }

    .complex-way .item {
        width: 100%;
        margin-bottom: 40px
    }

    .complex-way {
        padding: 50px 0 10px
    }

    .oll-block {
        margin: 0 -30px;
    }

    .oll-block .item {
        margin: 0 30px;
        width: 42%;
    }

    .oll-block .item.item-x2 {
        width: 84%;
    }

    .form-head-wrap .wrap-inputs {
        display: block;
    }

    .form-head-wrap input + input {
        margin-left: 0;
        margin-top: 10px;
    }
}


@media screen and (max-width: 860px) {
    #documentation #gallery .big .img-block {
        height: 250px;
    }

    #documentation #gallery .smoll .img-block {
        height: 120px;
        margin: 0 10px 10px 0;
        width: calc((100% - 30px) / 4);
    }

    #documentation #gallery .smoll .img-block:nth-child(6n) {
        margin-right: 10px;
    }

    #documentation #gallery .smoll .img-block:nth-child(4n) {
        margin-right: 0;
    }

    #documentation #gallery {
        margin: 20px 0;
    }

    .container {
        width: 100% !important;
        padding: 0 20px;
    }

    .video {
        margin: 30px 0 0;
    }

    #num {
        display: none
    }

    .video iframe {
        max-width: 100%;
        height: auto;
    }

    center h2 {
        font-size: 24px;
    }

    center p {
        font-size: 16px;
        line-height: 19px;
    }

    .oll-block {
        margin: 0 -20px;
    }

    .oll-block .item {
        margin: 0 20px;
        width: 90%;
    }

    .oll-block .item.item-x2 {
        width: 90%;
    }

    .form-head-wrap form {
        display: block;
    }

    .form-head-wrap .inline {
        width: 100%;
    }

    .form-head-wrap .button-wrap {
        margin-top: 20px;
        width: 100%;
        justify-content: center;
    }

    #slider .form-head-wrap .policy {
        margin-top: 0;
        margin-bottom: 20px;
        order: 0;
        margin-left: 0;
    }

    #slider .form-head-wrap .buttons {
        order: 1;
    }
}

@media screen and (max-width: 550px) {
    .logo {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        padding: 20px 0;
    }

    .logo img {
        width: auto !important;
        height: 100%;
    }

    .logo span {
        display: none;
    }

    #slider h2 {
        font-size: 30px;
        line-height: 36px;
        margin-top: 15px;
    }

    #slider .swiper-container {
        height: 300px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 25px;
    }

    .logo-brend {
        margin-left: 0;
    }

    .logo-brend img {
        width: calc((100% - 45px) / 2);
        margin: 20px 10px;
    }

    #slider-filter figcaption span {
        max-height: 100%;
    }

    #slider-filter figcaption {
        padding: 20px;
    }

    #slider-filter figcaption .logo {
        display: none
    }

    #slider-filter figcaption span {
        font-size: 20px;
        line-height: 26px;
    }

    center h2 {
        padding: 0 15px;
    }

    #documentation #gallery .big .img-block {
        height: 170px;
    }

    #info .left, #info .right {
        width: 100%;
        padding-top: 10px;
    }

    #info {
        padding-bottom: 10px;
    }

    #news .news .news-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        height: auto;
    }

    #message {
        padding-bottom: 60px;
        padding: 0 20px 50px;
    }

    #news .news .news-item h3 {
        margin-bottom: 15px;
    }

    #info h3 {
        text-align: center
    }

    .menu-panel, #menu .submenu {
        width: 90%;
        right: -100%
    }

    #bread-crumbs {
        padding: 15px 0 20px;
    }

    tr td, tr th {
        padding: 15px 15px
    }

    .txt .a-block {
        margin: 15px 0;
    }

    #tabs-block, .tabs-block {
        padding: 20px;
    }

    #cbh_widget_wrapper {
        display: none !important
    }

    #bread-crumbs {
        padding-bottom: 0
    }

    #projects.projects-2 #slider-filter figcaption span a {
        height: auto;
    }

    #right-side iframe:not([width="100%"]) {
        height: auto;
    }

    .form-email .form form {
        display: block;
    }

    .form-email .title {
        font-size: 16px;
        line-height: 26px;
        padding-right: 0;
    }

    .form-email .button-wrap {
        padding-left: 0;
        margin-top: 20px;
    }

    .form-head-wrap {
        padding: 20px 30px 15px;
    }

    .form-head-wrap .wrap-inputs {
        display: block;
    }

    .form-head-wrap input + input {
        margin-left: 0;
    }

    .form-head-wrap .title {
        font-size: 26px;
        line-height: 30px;
    }

    .form-head-wrap .description {
        font-size: 18px;
        line-height: 22px;
        margin-top: 10px;
    }

    #slider .form-head-wrap .form a.btn {
        display: none;
    }

    .thanks-buttons a + a {
        margin-left: 0;
    }
}

@media screen and (max-width: 440px) {
    #services .item {
        width: 250px;
        margin: 20px auto;
    }

    #services .i-arrow {
        width: 40px
    }

    #slider-filter figcaption {
        padding: 15px;
    }

    #slider-filter figcaption .more {
        bottom: 15px;
        padding: 8px 20px;
        font-size: 15px;
        line-height: 16px;
    }

    #documentation #gallery .big .img-block {
        height: auto;
        margin: 0 10px 10px 0;
        width: calc((100% - 20px) / 3);
    }

    .smoll {
        display: none
    }

    #news .news .news-item {
        margin-bottom: 20px;
    }

    #slider-filter figcaption p {
        display: block !important
    }

    #projects.projects-2 #slider-filter figcaption p {
        display: block !important
    }

    #projects.projects-2 #slider-filter figcaption span {
        font-size: 18px;
    }

}

@media screen and (max-width: 390px) {
    #slider-filter figcaption span {
        font-size: 18px;
        line-height: 22px;
    }

    #news .news .news-item {
        margin-bottom: 15px
    }

    .txt h1 {
        font-size: 21px;
        color: #222222;
        line-height: 25px;
    }

    .txt h2 {
        font-size: 18px;
        color: #222222;
        line-height: 20px;
        margin-top: 15px;
    }

    .txt h3 {
        font-size: 17px;
        color: #222222;
        line-height: 19px;
        margin-top: 15px;
    }

    .txt h4 {
        font-size: 15px;
        color: #222222;
        line-height: 17px;
        margin-top: 15px;
    }

    .txt h5 {
        font-size: 18px;
        color: #222222;
        line-height: 21px;
        margin-top: 20px
    }

    .txt p {
        font-size: 16px;
        line-height: 20px;
        margin: 15px 0;
    }

    .txt {
        font-size: 14px;
    }

    .txt ul li, .txt ol li {
        font-size: 16px;
        line-height: 20px;
        margin: 8px 0;
    }

    #slider-filter figcaption p {
        display: block
    }

}

@media screen and (max-width: 380px) {
    #slider h2 {
        font-size: 25px;
        line-height: 30px;
        margin-top: 20px;
    }

}

#partners {
    margin-top: 20px;
    border-top: 1px solid #ffefdd;
    padding-bottom: 0;
}

#partners .items, #partners-about .items {
    display: flex;
    flex-wrap: wrap;
}

#partners .items .item, #partners-about .items .item {
    width: 25%;
    text-align: center;
    padding: 60px 0;
    margin: 0;
}

#partners-about .items .item {
    width: 33%;
}

#partners .items .item .title {
    font-size: 34px;
    font-family: 'open_sansbold', sans-serif;
    text-transform: uppercase;
    text-align: left;
}

@media screen and (max-width: 768px) {

    #partners .items .item, #partners-about .items .item {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {

    #partners .items .item, #partners-about .items .item {
        width: 100%;
    }

    #partners .items .item .title {
        font-size: 28px;
    }
}


.item-service + .item-service {
    margin-top: 40px;
}


.row {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
}

.col-4 {
    width: 32%;
    padding: 0 10px;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-8 {
    width: 64%;
    padding: 0 10px;
}


.col-md-1 {
    width: 8.33333333%;
}

.col-md-2 {
    width: 16.66666667%;
}

.col-md-10 {
    width: 83.33333333%;
}

.col-md-11 {
    width: 91.66666667%;
}

.checkbox-list {
    text-align: left;
    margin-bottom: 25px;
}

.checkbox-list div + div {
    margin-top: 10px;
}

.checkbox-list input[type=checkbox] {
    width: auto;
    display: inline;
}

@media screen and (max-width: 768px) {

    #partners .items .item {
        width: 100%;
        padding: 30px 0;
    }

}

@media screen and (max-width: 768px) {
    .row {
        display: block;
    }

    .col-4, .col-8, .col-6 {
        width: 100%;
    }

    .form-head-wrap form input {
        width: 100%;
    }
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    /*  border-bottom: 1px solid rgba(0, 0, 0, 0.125);*/
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.services .group a {
    color: #222222;
}

.services .group-title {
    background-color: #222222 !important;
    font-size: 2rem;
    color: #ffffff !important;
}

.services .group .card-header {
    background-color: #ffffff;
    color: #222222;
    position: relative;
    width: 100%;
}

.services .group .card-link {
    font-size: 1.25rem;
}

.services .group .card-link::after {
    content: "";
    background: url("../img/minus.svg") no-repeat;
    top: 0;
    left: 95%;
    right: 0;
    bottom: 0;
    width: 24px;
    position: absolute;
    background-position: 50%;
}

.services .group .card-link::before {
    content: "";
    background: url("../img/minus.svg") no-repeat;
    top: 47%;
    left: 95%;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 4px;
    position: absolute;
    background-position: 50%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.services .group .card-link.collapsed::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.services .group .card-body a:not(.btn) {
    color: #FF8A00;
}

.services .group .card-body a:not(.btn):hover {
    color: #FF8A00;
    text-decoration: underline;
}

.services .group li {
    padding-bottom: 25px;
}

.services-1 .group a {
    color: gray;
    text-decoration: none;
}

.services-1 .group-title {
    background-color: #222222 !important;
    font-size: 2rem;
    font-style: italic;
    color: #ffffff !important;
}

.services-1 .group .card-header {
    background-color: #ffffff;
    color: #222222;
    font-family: 'open_sansregular', sans-serif;
    font-size: 1rem;
    position: relative;
    width: 100%;
    text-align: left;
}

.services-1 .group .card-link {
    text-align: left;
    font-size: 18px;
    line-height: 10px;
    font-family: 'open_sansregular', sans-serif;
    color: #222;
}

.services-1 .group .card-link::after {

    content: "";
    /*background: url("../img/chevron2.png") no-repeat;*/
    top: 0;
    left: 95%;
    right: 0;
    bottom: 0;
    width: 24px;
    position: absolute;
    background-position: 50%;
}

.services-1 .group .card-link::before {
    content: "";
    background: url("../img/chevron1.png") no-repeat;
    top: 47%;
    right: 3.2%;
    bottom: 0;
    width: 24px;
    height: 14px;
    position: absolute;
    background-position: 50%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.services-1 .group .card-link.collapsed::before {
    -webkit-transform: rotate(200grad);
    -ms-transform: rotate(200grad);
    transform: rotate(200grad);
}


.services-1 .group .card-body a:not(.btn) {
    color: #FF8A00;
}

.services-1 .group .card-body a:not(.btn):hover {
    color: #FF8A00;
    text-decoration: none;
}

.services-1 .group li {
    padding-bottom: 25px;
}

.service_info {
    display: none;
    border: 3px solid #ff8a00;
    border-top: 0px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    animation: all .3s;
    text-align: center;
    font-size: 14px;
    margin-bottom: -3px;
    padding-bottom: 8px;
}

.service_info_2 {
    display: none;
    animation: all .3s;
    text-align: center;
    font-size: 14px;
    font-style: italic;
}

.chevron {
    position: absolute;
    right: 3.5%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    rotate: 0grad;
}


.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 0;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 1.25rem;
    margin-top: -15px;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.45rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    /*  border-bottom: 1px solid rgba(0, 0, 0, 1);*/
}


.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 1);
}


.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

.card-group > .card {
    margin-bottom: 15px;
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

.accordion {
    overflow-anchor: none;
}

.accordion > .card {
    overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.services .group a.card-link {
    text-decoration: none;
}

.card-body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    text-align: left;
    font-family: 'open_sansregular', sans-serif;

}

.card + .card {
    border-top: 0;
}

.tabs-block .tabs-content button.button-default {
    background: #fff !important;
}

#accordion {
    margin-top: 30px;
}

#accordion-1 {
    /*    margin-top: 10px;*/
    margin-bottom: 10px;
}

.footer-form {
    background: #222 url(../images/bg-header-22.jpg) no-repeat;
    background-size: cover;
    padding: 35px 0 20px;
    color: #fff;
}

.footer-form-1 {
    background: black;
    background-size: cover;
    padding: 40px 0 40px;
    color: #fff;
    line-height: 10px;
}

.footer-form-1 p {
    line-height: 35px;
}

.footer-form-1 .title {
    color: #ff8b00;
    font-size: 28px;
    font-weight: bolder;
    font-family: sans-serif;
    margin-bottom: 30px;
}

.footer-form-1 .title p {
    line-height: 35px;
}

.footer-form-1 .description {
    margin-top: 25px;
    font-weight: bold;
    line-height: 24px;
}


.footer-form .title {
    color: #ff8b00;
    font-size: 28px;
    font-weight: bolder;
    font-family: sans-serif;
}

.footer-form .description {
    margin-top: 25px;
    font-weight: bold;
    line-height: 24px;
}

.footer-form .form {
    margin: 30px 0;
}

.footer-form .wrap-add-elements i {
    color: #eee;
}

.footer-form .wrap-inputs {
    display: flex;
}

.footer-form form {
    display: flex;
}

.footer-form .button-wrap {
    display: flex;
    padding-left: 10px;
}

.footer-form .form button.button {
    margin-top: 0;
}

.footer-form .policy {
    width: 50%;
    text-align: left;
    margin-top: 8px;
}

.footer-form .add {
    align-items: center;
}

.footer-form small {
    display: inline-block;
    margin-top: 18px;
}

.footer-form .inputfile + label:hover {
    color: #fff;
}

.footer-form input[type=checkbox] {
    width: auto;
}

.footer-form .form input + input {
    margin-left: 14px;
}

.footer-form .custom-checkbox + label::before {
    border: 2px solid #ff8b00;
}

.footer-form button + button {
    margin-left: 25px;
}

.footer-form .has-file {
    color: #fff;
}

.form button.button-black {
    background: #000;
    color: #fff;
}

.footer-form .inputfile:focus + label,
.footer-form .inputfile.has-focus + label,
.footer-form .inputfile + label:hover {
    color: #fff;
    outline: none;
}


@media screen and (max-width: 1000px) {
    .footer-form form {
        display: block;
    }

    .footer-form .add {
        display: block;
        margin-bottom: 30px;
    }

    .footer-form .title {
        text-align: center;
    }

    .footer-form .description {
        text-align: center;
    }
}

@media screen and (max-width: 780px) {
    .footer-form .button-wrap {
        display: block;
    }

    .footer-form .policy {
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
    }
}

.model-title {
    display: block
}

.model-title-md {
    display: none
}

@media all and (max-width: 480px) {
    .footer-form .wrap-inputs {
        display: block;
    }

    .footer-form .form input + input {
        margin: 10px auto;
    }

    .footer-form .form button.button.add-question {
        display: none;
    }

    .footer-form .add {
        margin-bottom: 0;
    }

    .footer-form button + button {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {

    .reorderthisrow {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: grid;
        width: 100%;
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
        flex-wrap: wrap;
    }

    /*** custom classes to reorder the order of columns in the flex box row ***/
    .order-first-on-mobile {
        -webkit-order: 1;
        order: 1;
    }

    .order-second-on-mobile {
        -webkit-order: 2;
        order: 2;
    }

    .model-title {
        display: none;
    }

    .model-title-md {
        display: block;
    }

    .video-home-1 {
        width: 100%;
        display: block;
        margin: auto;
        margin-left: 0 !important;
    }

    .modal-text-2 p {
        max-width: fit-content;
        font-size: 14px !important;
        color: black;
        line-height: 17px;
        text-align: left !important;
        padding: 5px 5px 5px;
    }

    .modal-text-1 p {
        width: 140%;
        margin-left: 15px;
        font-size: 11px !important;
        color: black;
        font-weight: normal;
        line-height: 16px;
    }

    .modal-text-1 h1 {
        margin-top: 20px;
        width: 155%;
        font-size: 20px;
        color: black;
        font-weight: bolder;
        margin-bottom: 10px;
    }
}

.video-home {
    width: 50%;
    margin: 0 auto;
}

.video-home-1 {
    margin: auto;
    width: 100%;
}

@media screen and (max-width: 780px) {
    .video-home {
        width: 100%;
        padding: 0 15px;
        margin-bottom: -20px;
    }

    .services .group .card-link::after {
        left: 90%;
    }

    .services .group .card-link::before {
        left: 90%;
        top: 49%;
    }

}


.flyMessage {
    background-color: rgb(255, 255, 255);
    padding: 0px 24px;
    max-width: 300px;
    position: fixed;
    bottom: 55px;
    border-radius: 12px;
    box-shadow: rgba(0, 18, 46, 0.16) 0px 8px 26px 0px;
    display: flex;
    flex-direction: column;
    z-index: 10000;
    max-height: calc(100% - 76px);
    right: 30px;
}

.flyMessage .close-button-wrapper {
    position: absolute;
    bottom: 100%;
    opacity: 0;
    width: 100%;
    height: 45px;
    transition: all 0.3s ease 0s;
    transform: translateY(10px);
    left: 0px;
}

.flyMessage:hover .close-button-wrapper {
    opacity: 1;
    transform: translateY(0px);
}

.flyMessage .button-wrapper button, .flyMessage .button-wrapper a.button-url {
    border: 0px none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    color: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-family: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-optical-sizing: inherit;
    font-language-override: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0px;
    user-select: none;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    color: rgb(0, 125, 252);
    background: rgb(255, 255, 255);
    line-height: 21px;
    margin-top: 6px;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: border-color 0.2s ease 0s;
    margin-right: 16px;
    text-align: left;
    text-decoration: none;
}

.flyMessage .message-container {
    padding: 19px 38px 19px 0px;
    max-width: 290px;
    font-size: 15px;
    background: rgb(255, 255, 255);
    position: relative;
    overflow-wrap: break-word;
    overflow: hidden auto;
    white-space: pre-line;
}

.flyMessage .message-container p {
    margin: 0;
}

.flyMessage .close-button-wrapper button.material-icons.exit-chat.mobile-close {
    cursor: pointer;
    position: absolute;
    top: 0px;
    border-radius: 50%;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    height: 24px;
    width: 24px;
    display: flex;
    background: rgb(255, 255, 255);
    right: 5px;
    padding: 3px;
    border: none;
}

.flyMessage .close-button-wrapper button.material-icons.exit-chat.mobile-close svg {
    top: -1px;
    position: relative;
    width: 20px;
    height: 20px;
    fill: rgb(136, 148, 171);
}

.flyMessage .input-group {
    padding-bottom: 15px;
    margin: 0;
}

.bg-primary {
    background-color: #FF8A00 !important;
    padding: 2rem !important;
    margin: 35px 0 45px;
}

.bg-primary .title, .border-primary .title {
    font-size: 16px;
    font-weight: 600;

    h2 {
        font-size: 20px;
        font-family: 'open_sanssemibold', sans-serif;
        font-weight: 100;
        margin-top: 0;
    }
}

.bg-primary ol li, .border-primary ol li {
    list-style-type: decimal;
}

.border-primary {
    border: 3px solid #ff8a00;
    border-radius: 5px;
    padding: 2rem !important;
    margin: 35px 0 45px;
}

.services .group .list li {
    margin-bottom: 0;
    padding-bottom: 0;
}

.block-formula .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.my-bisness-list {
    margin-bottom: 15px;
    margin-left: -2%;
}

.my-bisness-list .flex {
    display: flex;
    flex-wrap: wrap;
}

.my-bisness-list .flex .item {
    width: calc(94% / 3);
    margin-left: 2%;
    padding: 25px 25px 45px;
    padding-bottom: 45px;
    border: 3px solid #ff8a00;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 25px;
}

.my-bisness-list .item p {
    margin: 0;
}

.my-bisness-list .item .title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    line-height: 21px;
    font-family: 'open_sansbold', sans-serif;
    height: 65px;
}

.button-wrap + .button-wrap {
    margin-top: 20px;
}

.block-formula {
    margin-top: 40px;
    margin-bottom: 40px;
}


.block-formula .item {
    width: 5%;
}

.block-formula .item-border {
    border: 3px solid #ff8a00;
    border-radius: 5px;
    padding: 25px 25px;
    width: 29%;
}

.block-formula .item .title {
    margin-top: 15px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    line-height: 21px;
    font-family: 'open_sansbold', sans-serif;
}

.block-formula .item .title + .title {
    margin-top: 20px;
}

.block-formula .item .mark {
    text-align: center;
    font-size: 48px;
    color: #000;
    text-transform: uppercase;
    line-height: 21px;
    font-family: 'open_sans', sans-serif;
}

#new-diagram h1,
.advantages-block h1,
#projects h2,
#documentation h2,
#projects h1,
#documentation h1 {
    margin-top: 0;
}

.modal-content .top .logo img {
    width: 200px;
}

@media screen and (max-width: 980px) {
    .my-bisness-list .flex .item {
        width: calc(96% / 2);
    }
}

@media screen and (max-width: 780px) {
    .block-formula .item-border {
        width: 35%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 620px) {
    .block-formula .flex {
        display: block;
    }

    .block-formula .item-border {
        width: 70%;
    }
}

@media screen and (max-width: 480px) {
    .my-bisness-list .flex .item {
        width: 100%;
    }

    .block-formula .flex {
        display: block;
    }

    .block-formula .item {
        width: 100%;
    }

    .block-formula .item .mark {
        margin: 30px 0;
    }

    .block-formula .item-border {
        width: 70%;
    }
}

.button.animation {
    position: relative;
    overflow: hidden;
    box-shadow: rgba(255, 138, 0, 0.7) 0 0 0 0, #ff8a00 0 1px 0 inset;
    animation: 1s cubic-bezier(0.6, 0, 0, 1) 5s 10 normal none running pulse;
}

/*.button.animation:after
{
  content: "";
  position: absolute;
  height: 100px;
  width: 35px;
  background : #fff;
  left: -55px;
  top: -20px;
  transform: rotate(37deg);
  transition: all .3s;
  opacity: 0.3;
  animation: 1s cubic-bezier(0.6, 0, 0, 1) 5s 10 normal none running pulse;
}*/


@keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(255, 138, 0, 0), inset 0 1px 0 #ff8a00;
    }
}

@keyframes moveX {
    0% {
        left: 0;
    }
    40% {
        left: 110%;
    }
    100% {
        left: 110%;
    }
}

/*.header-left__info-menu li.page-kursy- a
{
    color: #ff8a00;
}

.header-left__info-menu li.page-kursy- a:hover
{
    color:#fefefe;
}

.header-left__info-menu li.page-kursy-.active > a
{
    border-color: #fefefe;
}*/

.header-left__info-title-img {
    display: flex;
    align-items: flex-start;
}

.header-left__info-title-img a.button {
    margin-left: 70px;
    margin-top: 0px;
    margin-bottom: 10px;
}

#my_select_1, #my_select_2 {
    display: none;
}

.table-responsive {
    overflow-x: auto;
}


.modal input[name="data[email2]"] {
    border-left: 1;
}


.img-responsive {
    max-width: 100%;
}

.fixid thead {
    background: white;
    color: black;
}

.fixid-thead thead td {
    background: #ffdfba;
}

.fixid-thead tbody tr:nth-child(even) {
    background: #fafafa;
}

/*.fixid tbody tr:hover{*/
/*    background:#BDC3C7;*/
/*    color:#FFFFFF;*/
/*}*/

.fixed {
    top: 120px;
    position: fixed;
    width: auto;
    display: none;
    border: none;
}

.price-service {
    font-size: 12px;
    margin-top: 20px;
    padding: 10px 20px 10px;
    background-color: #fff6e9;
}

.show-980 {
    display: none;
}

.show-560 {
    display: none;
}

@media screen and (max-width: 1200px) {
    .hidden-980 {
        display: none;
    }


    .show-980 {
        display: block;
    }

    .show-980 img {
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .hidden-560 {
        display: none;
    }
    .show-560 {
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    #modal-start .row {
        display: block;
    }
}

@media screen and (min-width: 1000px) {
    #modal-project, #modal-start {
        max-width: 1000px !important;
    }
}

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 100%;
    padding: 0 10px;
}

.orange {
    color: orange;
    display: contents;
}

.txt td p {
    padding: 0;
    margin: 0;
}

.txt td ol, .txt td ul, .txt td ol li:first-child, .txt td ul li:first-child {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.txt td p + p, .txt td p + ul, .txt td p + ol, .txt td ul + p, .txt td ol + ul {
    margin-top: 20px;
}

.footer-toolbar {
    height: 100px;
    width: 100%;
    position: fixed;
    bottom: -100px;
    background: #555555;
    z-index: 1000;
    transition: all 1s ease 0s;
}

.footer-toolbar a:hover {
    text-decoration: none;
}

.footer-toolbar.open {
    bottom: 0;
}

.footer-toolbar .row {
    align-items: center;
}

.footer-toolbar img {
    max-height: 100px;
}

.footer-text {
    font-size: 16px;
    line-height: 24px;
    font-family: 'open_sansbold', sans-serif;
    padding: 15px;
    color: #ff8a00;
}

.footer-text .info-1 span {
    color: #fff;
}

.footer-text .info-2 {
    color: #fff;
}

.footer-text .info-2 span {
    color: #ff8a00;
}


.footer-toolbar .footer-btn {
    position: absolute;
    right: 30px;
    top: 0;
}

.footer-toolbar .footer-btn a {
    text-decoration: none;
}

.footer-toolbar .footer-btn a:hover {
    text-decoration: underline;
}

a.close-footer-form::after {
    content: "×";
    font-size: 22px;
    line-height: 17px;
    position: absolute;
}

.footer-text .button {
    margin-left: 35px;
}

@media screen and (max-width: 768px) {
    .footer-toolbar .row {
        display: flex;
    }

    .footer-toolbar {
        padding-top: 15px;
        height: 140px;
        bottom: -140px;
    }

    .footer-text {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .footer-text img {
        margin-top: 0;
    }

    .footer-text .button {
        margin-left: 15px;
        display: block;
    }

    .col-xs-12 {
        width: 100%;
    }

    .hidden-xs {
        display: none;
    }
}

section#products .grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

#thumbs {
    display: flex;
}

@media screen and (max-width: 768px) {
    #thumbs {
        display: block;
    }
}

/* Projects Grid */
div.projects-grid {
    div.project-item {
        padding: 7px;
        text-align: center;
        position: relative;

        img {
            max-width: 100%;
        }

        @media screen and (min-width: 991px) {
            width: 25%;
        }
        @media screen and (max-width: 990px) {
            width: 33.33%;
        }
        @media screen and (max-width: 768px) {
            width: 50%;
        }
        @media screen and (max-width: 480px) {
            width: 100%;
        }

        div.pr-overlay {
            transition: opacity .2s;
            opacity: 0;
            padding: 7px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        div.pr-wrapper {
            padding: 10px;
            position: absolute;
            top: 7px;
            left: 7px;
            width: calc(100% - 14px);
            height: calc(100% - 18px);
            background-color: rgba(0, 0, 0, 0.75);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 15px;
            border: 1px solid #ff8a00;

            img {
                max-width: 200px;
                margin-bottom: 3rem;
            }

            span.title {
                color: #ff8a00;
                font-size: 1.17rem;
                margin: 15px 0;
                font-weight: bold;
            }

            span.for {
                color: white;
            }
        }

        &:hover {
            .pr-overlay {
                opacity: 1;
            }
        }

        @media (hover: none) {
            div.pr-overlay {
                opacity: 1;

                div.pr-wrapper {
                    top: 7px;
                    bottom: auto;
                    left: 7px;
                    right: 0;

                    border: none;
                    height: 250px;
                    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 100%);
                    justify-content: flex-start;

                    gap: 10px;
                    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);

                    span.title {
                        padding: 0;
                        margin: 0;
                        font-size: 1.1rem;
                    }

                    img {
                        display: none;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 1366px) {
    header.course {

        div.header-right__contact-order {
            a#modal-project-open {
                display: none;
            }
        }

        div.header-left__info-title-img a {
            display: none;
        }
    }
}

@media screen and (min-width: 1367px) {
    header.course {
        div.header-right__contact-order {
            a#modal-course-open {
                display: none;
            }
        }
    }
}

#re-form-course form select.select {
    background: white;
    background: url(/media/img/chevron2.png) 97% center no-repeat !important;
}

/* COM-221 */
.header-left__info-menu li.page-kursy- {
    position: relative;

    svg#kursy_badge {
        position: absolute;
        top: -3px;
        left: 14px;
        width: 37px;
    }

    a {
        color: #ffdfba;

        &:hover {
            color: #ff8a00;
        }
    }

    &.active {
        #badge-bg {
            fill: #ff8a00;
        }

        a {
            color: white;

            &:hover {
                color: #ff8a00;
            }
        }
    }

    &:hover a {
        color: #ff8a00;
    }

    #badge-bg {
        fill: #ffdfba;
        transition: fill .2s ease-out;
    }

    &:hover #badge-bg {
        fill: #ff8a00;
    }
}

.social-fixed-icons {
    position: fixed;
    background: #ff8a00;
    top: 45%;
    right: 0;
    padding: 12px;
    z-index: 2;
}

.social-fixed-icons .item {
    /*    width: 25px;
        height: 25px;*/
}

.social-fixed-icons img {
    width: 25px;
    height: auto;
    max-width: 100%;
    max-height: auto;
    fill: #242d2a;
}

.social-fixed-icons img:hover {
    opacity: 0.6;
}

.social-fixed-icons .item + .item {
    margin-top: 12px;
}

@media screen and (max-width: 768px) {
    .social-fixed-icons {
        padding: 8px;
    }

    .social-fixed-icons img {
        width: 20px;
    }

    .social-fixed-icons .item + .item {
        margin-top: 4px;
    }
}

/* contacts page */
.contacts_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contacts_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

div.left_panel {
    flex-grow: 1;
}

div.right_panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    min-width: 410px;
}

.contact_form_wrapper {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #222 url(../images/diag-bg.jpg) no-repeat;
    background-size: cover;
    /*border-left: 2px solid #ff8a00;*/
    padding: 40px 30px 0 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    max-width: 410px;
    border-radius: 2rem;

    span.title {
        color: #ff8b00;
        font-size: 30px;
        font-family: 'open_sanssemibold', sans-serif;
        text-align: center;
        line-height: 1.1;
    }

    .custom-checkbox + label::before {
        border: 1px solid #ff8a00;
        background: antiquewhite;
    }

    .custom-checkbox:checked + label::before {
        border: 1px solid #ff8a00;
        background-color: antiquewhite;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ff8a00' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    }

    .add label.label:hover span,
    .add label.label:hover p {
        color: #ff8a00;
    }
}

.left_panel {
    display: flex;
    flex-direction: column;
}

.content-wrapper div.info {
    margin-bottom: 2rem;
    position: relative;

    p {
        margin: 0 0 1rem 0;
    }

    p.strong {
        margin-bottom: .6rem;
        font-size: larger;
    }

    div.title {
        font-size: 28px;
        line-height: 34px;
        font-family: 'open_sanssemibold', sans-serif;
        margin: 40px 0 5px;
    }

    .strong {
        font-weight: 600;
    }

    ul {
        padding: 0;
        list-style: none;
    }

    ul.inline {
        margin: 0 0 1rem 0;
    }

    ul.inline li {
        display: inline-block;
        margin: 0 1rem 0 0;

        img {
            vertical-align: middle;
        }
    }
}

.d-flex {
    display: flex;
}

.flex-center {
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

#services #right-side #project-items {
    margin-bottom: 0;
    padding-bottom: 0;
}


@media screen and (min-width: 1030px) {
    .contacts_container {
        .contacts_wrapper {
            flex-wrap: nowrap;
        }
    }
}

@media screen and (min-width: 1031px) and (max-width: 1366px) {
    .contacts_container {
        .contacts_wrapper {
            flex-wrap: wrap;
        }
    }
}

.table-width-btn .button {
    margin-left: 20px;
}

@media screen and (max-width: 870px) {
    .contacts_container {
        .contacts_wrapper {
            flex-wrap: wrap;

            .right_panel {
                width: 100%;
            }
        }

        .contact_form_wrapper {
            max-width: 410px;
        }
    }

    .d-flex {
        display: block;
    }

    .table-width-btn .button {
        margin-left: 0;
    }
}

@media screen and (max-width: 350px) {
    .content-wrapper div.info {
        h2 {
            font-size: 18px;
            line-height: 24px;
        }
    }
}


figure.image {
	display: inline-block;
	border: 1px solid gray;
	margin: 0 2px 0 1px;
	background: #f5f2f0;
  }
  
  figure.align-left {
	float: left;
  }
  
  figure.align-right {
	float: right;
  }
  
  figure.image img {
	margin: 8px 8px 0 8px;
  }
  
  figure.image figcaption {
	margin: 6px 8px 6px 8px;
	text-align: center;
  }

  a.page_edit {
    position: absolute;
    top: 10px;
    right: -30px;
    height: 30px;
    width: 30px;
    background-color: #ff8a00;
    border-radius: 50%;
    padding: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    img {
        width: 16px;
        height: 16px;
    }   

	&:hover {
		background-color: #fc9825;
		transform: scale(1.1);
	}
  }

/* cookies accept agreement*/
.show-cookie {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size: 13px;
    color: #000;
    width: 50%;
    box-shadow: rgba(145, 93, 51, 0.34) 0px 0px 15px;
    grid-template-columns: 1fr auto;
    max-width: 700px;
    z-index: 9999;
    background: rgb(247, 245, 242);
    padding: 12px 20px;
    margin: 20px auto;
    gap: 30px;
    animation: 0.6s ease-out 0s 1 normal;
    align-items: center;
    p {
        font-size: 13px;
        margin: 0;
    }
    a {
        display: inline;
    }
}
@media (max-width: 567px) {
    .show-cookie {
        margin: 0;
        left: 10px;
        bottom: 10px;
        width: 65%;
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/* footer */
footer {
    padding: 2rem 0;
    background-color: #fafafa;
    border-top: 1px solid #e0e0e0;
    a {
        text-decoration: none;
        &:hover {
            text-decoration: underline;
        }
    }
}
.footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}
@media screen and (max-width: 992px) {
    .footer_wrapper {
        flex-wrap: wrap;
        gap: 1rem;
        .footer_col3 {
            flex-grow: 1;
    }
}
}
