@font-face {
    font-family: ProximaNova;
    font-weight: 400;
    font-display: fallback;
    font-style: normal;
    src: url(../../fonts/ProximaNovaRegular/ProximaNovaRegular.eot);
    src: url(../../fonts/ProximaNovaRegular/ProximaNovaRegular.eot%3F) format("embedded-opentype"), url(../../fonts/ProximaNovaRegular/ProximaNovaRegular.woff) format("woff"), url(../../fonts/ProximaNovaRegular/ProximaNovaRegular.ttf) format("truetype")
}

@font-face {
    font-family: ProximaNova;
    font-weight: 700;
    font-display: fallback;
    font-style: normal;
    src: url(../../fonts/ProximaNovaBold/ProximaNovaBold.eot);
    src: url(../../fonts/ProximaNovaBold/ProximaNovaBold.eot%3F) format("embedded-opentype"), url(../../fonts/ProximaNovaBold/ProximaNovaBold.woff) format("woff"), url(../../fonts/ProximaNovaBold/ProximaNovaBold.ttf) format("truetype")
}

@font-face {
    font-family: Futura;
    font-weight: 700;
    font-display: fallback;
    font-style: normal;
    src: url(../../fonts/FuturaPTBold/FuturaPTBold.eot);
    src: url(../../fonts/FuturaPTBold/FuturaPTBold.eot%3F) format("embedded-opentype"), url(../../fonts/FuturaPTBold/FuturaPTBold.woff) format("woff"), url(../../fonts/FuturaPTBold/FuturaPTBold.ttf) format("truetype")
}
::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: #f39d23;
    color: #fff
}

::selection {
    background-color: #f39d23;
    color: #fff
}

.container {
    position: relative;
    left: 0
}

html {
    overflow-x: hidden
}

body {
    font-size: 18px;
    min-width: 320px;
    position: relative;
    line-height: 1.5;
    font-family: ProximaNova, sans-serif;
    overflow-x: hidden;
    color: #fff;
    background-color: #51545c;
    background-position: right center;
    background-attachment: fixed;
    background-repeat: no-repeat
}

body input,
body textarea {
    border: #666 1px solid;
    outline: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: red
}

body input:required:valid,
body textarea:required:valid {
    border-color: green
}

a {
    color: #f39d23
}

a:active,
a:focus,
a:hover {
    outline: 0;
    color: #fff;
    text-decoration: none
}

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

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-responsive.img-width {
    width: 100%
}

.text-center {
    text-align: center
}

b,
strong {
    font-weight: 700
}
.mw-800 {
    max-width: 800px;
    margin-left: auto!important;
        margin-right: auto!important;
}
.butt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f39d23;
    border-radius: 20px;
    font-family: Futura, sans-serif;
    line-height: 1.5;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.butt img {
    margin-right: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block
}

.butt:active,
.butt:focus,
.butt:hover {
    line-height: 1.5;
    text-decoration: none;
    color: #fff;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    background-color: #e68700
}

.butt:active img,
.butt:focus img,
.butt:hover img {
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.h1,
h1 {
    font-size: 48px;
    font-family: Futura, sans-serif;
    margin-bottom: 55px
}

.h2,
h2 {
    font-size: 33px;
    font-family: Futura, sans-serif;
    margin-bottom: 55px
}
.small-h2 {
    font-size: 1.3em;
    margin-bottom: 15px;
}
.h3,
h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: Futura, sans-serif
}
.up {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    right: 30px;
    bottom: 90px;
    background-color: #f39d23;
    transform: rotate(-90deg);
    z-index: 9999;
    display: none;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.up.active {
    display: block;
}
.up:hover,
.up:focus {
    background-color: #333;
}

.alert {
    background: red;
    text-align: center;
}
.alert a {
    text-decoration: underline;
    color: #fff;
}
.fixed-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #d2d6dd;
    width: 242px;
    border: 1px solid #f39d23;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 3
}

.fixed-menu .close {
    display: none;
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 28px;
    cursor: pointer
}

.fixed-menu .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 180px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d2d6dd;
    padding: 0px
}

.fixed-menu nav {
    padding: 50px 12% 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 35px
}

.fixed-menu nav ul {
    margin: 0;
    padding: 0;
    position: relative
}

.fixed-menu nav ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 10px
}

.fixed-menu nav ul li:last-of-type {
    margin-bottom: 0
}

.fixed-menu nav ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #f39d23
}

.fixed-menu nav ul li ul {
    opacity: 0;
    height: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    overflow: hidden;
    z-index: -1;
    min-width: 245px;
    overflow: hidden;
    padding-top: 10px;
    margin-left: 30px;
    max-height: 1000px;
    position: absolute;
    top: 0;
    left: -9999px;
    /*height: 100vh;*/
    padding-right: 30px;
    padding-left: 20px;
    z-index: 1;
    margin-left: 180px;
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #d2d6dd;
    border: 1px solid #f39d23;

}
.fixed-menu nav ul li ul:before {
    /*		content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #08101f;*/
}

.fixed-menu nav ul li ul li {
    padding-left: 0
}

.fixed-menu nav ul li ul li:before {
    display: none
}

.fixed-menu nav ul li ul li a {
    padding-left: 30px;
    position: relative
}

.fixed-menu nav ul li ul li a:before {
    background-color: #f39d23;
    height: 2px;
    width: 20px;
    left: 0;
    top: 10px;
    position: absolute;
    content: '';
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.fixed-menu nav ul li ul li a:hover:before {
    background-color: #f39d23
}

.fixed-menu nav ul li a {
    color: #3F3F3F;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-left: 30px;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}

.fixed-menu nav ul li a:active,
.fixed-menu nav ul li a:focus,
.fixed-menu nav ul li a:hover {
    text-decoration: none;
    color: #f39d23
}

.fixed-menu:hover {
    /* width: 320px */
}

.fixed-menu nav ul li:hover ul {
    opacity: 1;
    z-index: 1;
    max-height: none;
    height: auto;
    left: 0;

}

.fixed-menu .soc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fixed-menu .soc a {
    color: #fff;
    padding: 0 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.fixed-menu .soc a:active,
.fixed-menu .soc a:focus,
.fixed-menu .soc a:hover {
    color: #f39d23
}

.fixed-menu .copy {
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0
}
.mb-30 {
    margin-bottom: 30px!important;
}
.mb-0 {
    margin-bottom: 0px!important;
}
header {
    height: 85px;
    border-bottom: 1px solid #f39d23;
    margin-bottom: 30px
}

header .mobile-first-line a {
    font-size: 24px;
    color: #fff;
    display: block;
    padding: 15px 0;
    text-align: center
}

header .mobile-first-line a:active,
header .mobile-first-line a:focus,
header .mobile-first-line a:hover {
    color: #f39d23
}

header .mobile-first-line .right-border {
    border-right: 1px solid #f39d23
}

header .contacts_item {
    font-weight: bold;
    color: #fff;
    padding-left: 40px;
    font-size: 19px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header .contacts_item:before {
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px);
    left: 0;
    background-color: #f39d23;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

header .contacts_item:active,
header .contacts_item:focus,
header .contacts_item:hover {
    text-decoration: none;
    padding-left: 45px
}

header .contacts_item:active:before,
header .contacts_item:focus:before,
header .contacts_item:hover:before {
    background-color: #e68700;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg)
}

header .phone:before {
    background-image: url(../../img/phone.svg)
}

header .telegram:before {
    background-image: url(../../img/plane.svg)
}

header .telegram:before {
    background-image: url(../../img/plane.svg)
}

header .mail:before {
    background-image: url(../../img/email.svg)
}

header .addr:before {
    background-image: url(../../img/location.svg)
}

header .addr:focus,
header .addr:hover {
    padding-left: 40px
}

header .addr:focus:before,
header .addr:hover:before {
    background-color: #f39d23;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}
header .worktime:before {
    background-image: url(../../img/worktime.svg)
}

/* Telegram contact item (matches phone/mail style, plane icon on hover) */
header .telegram-link:before {
    background-image: url(../../img/plane.svg);
    background-size: 14px 14px;
}
header .telegram-link:hover:before {
    background-image: url(../../img/plane.svg);
    transform: translateX(2px);
}
header .telegram-link,
header .telegram-link:hover,
header .telegram-link:focus {
    padding-left: 40px;
}
.phone-num {
    line-height: 0.9;
}
main {
    padding-top: 30px;
    padding-bottom: 40px
}
main a.doc {
    padding-left: 70px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    margin-bottom: 30px;
    background-image: url(../../img/doc.svg);
    background-position: left center;
    background-repeat: no-repeat;
}
main a.pdf {
    padding-left: 70px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    margin-bottom: 30px;
    background-image: url(../../img/pdf.svg);
    background-position: left center;
    background-repeat: no-repeat;
}
main .mb-60 {
    margin-bottom: 60px
}

main h1 {
    line-height: 1.3
}

main a {
    text-decoration: underline
}

main a:hover {
    text-decoration: none
}

main p {
    margin-bottom: 25px
}

main blockquote {
    padding: 10px 40px 10px 30px;
    font-size: 18px;
    margin-top: -10px;
    font-weight: 700;
    border-left: 3px solid #f39d23
}

main h2 {
    margin-top: 30px
}

main .num-list {
    margin: 0 0 60px 0;
    padding: 0;
    counter-reset: li;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

main .num-list.num-list-down {
    display: block
}

main .num-list.num-list-down li:before {
    top: -4px
}

main .num-list.num-list-twocol li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
}

main .num-list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33%;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    list-style-type: none;
    position: relative;
    counter-increment: li;
    padding-left: 50px;
    margin-bottom: 30px;
    padding-right: 30px
}

main .num-list li:before {
    content: counter(li);
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    font-size: 20px;
    font-family: Futura, sans-serif;
    background-color: #f39d23
}
main .num-list.start-count-5 {
    counter-reset: li 4;
}

main .num-list li .name {
    font-size: 18px;
    font-family: Futura, sans-serif;
    margin-bottom: 20px
}

main .long-list {
    margin-bottom: 30px;
    margin-left: 0;
    padding: 0
}

main .long-list li {
    list-style-type: none;
    position: relative;
    padding-left: 80px
}

main .long-list li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 47px;
    height: 3px;
    background-color: #f39d23
}

main .long-list.margin-li li {
    margin-bottom: 10px
}

main .dots-list {
    margin: 0 0 30px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

main .dots-list li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

main .dots-list li:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #f39d23;
    left: 0;
    top: 11px
}

main .icons-left-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

main .icons-left-block .item {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

main .icons-left-block .item:nth-of-type(5) {
    width: 75%
}

main .icons-left-block .item .image {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    padding-top: 8px
}

main .icons-left-block .item .text {
    padding-left: 30px
}

main .icons-left-block .item .text .name {
    font-weight: 700;
    margin-bottom: 30px;
    font-family: Futura, sans-serif;
    font-size: 20px
}
main .icons-left-block.third-fullwidth .item:nth-of-type(3) {
    width: 75%;
}
main .icons-left-block.no-fullwidth .item {
    width: 50% !important;
}
main .icons-left-block .item.width-100 {
    width: 100%;
}
.incad {
    font-family: Futura, sans-serif;
    font-size: 72px;
    line-height: 1;
    margin-bottom: 0
}

.incad span {
    text-transform: uppercase;
    color: #f39d23
}

.main_carousel {
    margin-bottom: 50px
}

.main_carousel .name.h1 {
    font-size: 40px;
    margin-bottom: 55px
}

.main_carousel .owl-nav {
    position: absolute;
    width: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    bottom: 1px
}

.main_carousel .owl-nav .owl-next,
.main_carousel .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #f39d23;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.main_carousel .owl-nav .owl-next {
    background-color: #f39d23;
    margin-left: -1px
}

.main_carousel .owl-nav .owl-next:hover {
    background-color: #e68700;
    border: 1px solid #e68700
}

.main_carousel .owl-nav .owl-prev:hover {
    background-color: #f39d23
}

.main_carousel .item {
    width: 70%
}

.main_carousel .text {
    position: relative;
    padding: 30px 0 15px 30px
}

.main_carousel .text .square {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 70%;
    border-left: 4px solid #f39d23;
    border-top: 4px solid #f39d23;
    border-bottom: 4px solid #f39d23
}

.main_carousel .text .square:after,
.main_carousel .text .square:before {
    content: '';
    position: absolute;
    height: 25px;
    width: 4px;
    top: 0;
    right: 0;
    background-color: #f39d23
}

.main_carousel .text .square:after {
    bottom: 0;
    top: auto
}
.tempo {
    font-size: 18px;
    font-weight: bold;
    padding: 0 30px;
}
.treasures {
    margin-bottom: 30px;
}
.treasures .tr_carousel {
    position: relative
}

.treasures .tr_carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.treasures .tr_carousel .owl-nav:hover {
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px)
}

.treasures .tr_carousel .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0
}

.treasures .tr_carousel .owl-dots .owl-dot {
    padding-left: 10px;
    padding-right: 10px
}

.treasures .tr_carousel .owl-dots .owl-dot span {
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    width: 3px;
    height: 3px;
    display: block;
    background-color: #f39d23
}

.treasures .tr_carousel .owl-dots .owl-dot:hover span {
    background-color: #fff;
    width: 6px;
    height: 6px
}

.treasures .tr_carousel .owl-dots .owl-dot.active span {
    width: 9px;
    height: 9px;
    background-color: #fff
}

.treasures .tr_carousel .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.treasures .tr_carousel .item .left {
    width: 45%;
    position: relative;
    padding-left: 55px;
    padding-right: 100px
}

.treasures .tr_carousel .item .left .num {
    font-family: Futura, sans-serif;
    font-size: 20px;
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: #f39d23;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0
}

.treasures .tr_carousel .item .left .name {
    font-size: 20px;
    font-family: Futura, sans-serif;
    margin-bottom: 30px
}

.treasures .tr_carousel .item .right {
    width: 55%;
    padding-right: 100px
}

.treasures .tr_carousel .item .right .name {
    font-size: 20px;
    font-family: Futura, sans-serif;
    margin-bottom: 30px
}

.treasures .tr_carousel .item .right ul {
    margin: 0;
    padding: 0
}

.treasures .tr_carousel .item .right ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 15px;
    padding-left: 80px
}

.treasures .tr_carousel .item .right ul li:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #f39d23;
    left: 0;
    top: -webkit-calc(50% - 1.5px);
    top: calc(50% - 1.5px)
}

.breadcrumbs {
    margin-bottom: 30px
}

.breadcrumbs i {
    padding: 0 15px
}

.order-window {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .85) none repeat scroll 0 0;
    z-index: 3
}

.order-window .close {
    position: fixed;
    font-size: 50px;
    color: #fff;
    top: 20px;
    right: 30px;
    cursor: pointer;
    z-index: 3;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: -webkit-transform .8s ease-in-out;
    -o-transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out
}

.order-window .close:hover {
    -webkit-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    transform: rotate(720deg)
}

.order-window form {
    position: relative;
    position: absolute;
    top: 30px;
    width: 100%;
    max-width: 500px;
    left: 0;
    background-color: #fff;
    right: 0;
    margin: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.order-window form .heading {
    background-color: #f39d23;
    color: #ffff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: Futura, sans-serif;
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: .02em
}

.order-window form .outer {
    padding: 30px
}
.order-window form .success {
    font-size: 16px;
    
    font-weight: bold;
    color: #f39d23;
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    padding: 20px;
    text-align: center;
}
.order-window form .success.visible {
    display: flex;
}
.order-window form label {
    color: #333;
    font-weight: 700
}
.order-window form label sup {
    color: red;
}

.order-window form .time-outer {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.order-window form .time-outer label,
.order-window form .time-outer input {
    margin-bottom: 0!important;
}
.order-window form .time-outer label {
    margin-right: 5px;
}
.order-window form input[type=email],
.order-window form input[type=tel],
.order-window form input[type=number],
.order-window form input[type=text],
.order-window form input[type=time],
.order-window form textarea {
    margin-bottom: 15px;
    width: 100%;
    height: 50px;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding-left: 20px
}

.order-window form input[type=file] {
    margin-bottom: 15px;
    border: 1px solid #dedede;
    display: block;
    color: #333;
    width: 100%
}

.order-window form textarea {
    min-height: 100px;
    padding-top: 10px
}

.order-window form button[type=submit] {
    height: 44px;
    background-color: #333;
    border-radius: 5px;
    padding: 0 20px;
    color: #fff;
    cursor: pointer;
    border: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.order-window form button[type=submit]:hover {
    background-color: #e68700
}

.order-window form .styled-checkbox {
    color: #333;
    font-size: 14px;
    margin-top: 10px
}

.order-window form .styled-checkbox input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px
}

.order-window form .styled-checkbox input[type=checkbox]+label {
    position: relative;
    padding: 0 0 0 70px;
    cursor: pointer
}

.order-window form .styled-checkbox input[type=checkbox]+label:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #cdd1da;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.order-window form .styled-checkbox input[type=checkbox]+label:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.order-window form .styled-checkbox input[type=checkbox]:checked+label:before {
    background: #f39d23
}

.order-window form .styled-checkbox input[type=checkbox]:checked+label:after {
    left: 26px
}

.bottom-form {
    margin-bottom: 60px
}

.bottom-form .desc {
    margin-bottom: 30px
}

.bottom-form form {
    position: relative;
    background-color: #474958;
    
    border-radius: 30px;
padding: 35px;

}

.bottom-form form .success {
    display: none;
    font-family: Futura, sans-serif;
    margin-bottom: 30px;
    font-size: 32px;
    color: #f39d23;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
}


.bottom-form form .success.visible {
    display: flex
}
.bottom-form form .success.visible ~ div {
    opacity: 0;
}

.bottom-form form::-webkit-input-placeholder {
    color: #fff
}

.bottom-form form::-moz-placeholder {
    color: #fff
}

.bottom-form form:-ms-input-placeholder {
    color: #fff
}

.bottom-form form::-ms-input-placeholder {
    color: #fff
}

.bottom-form form::placeholder {
    color: #fff
}

.bottom-form form .agree {
    font-size: 14px;
    color: #7b7b7b;
    margin-top: 10px;
    margin-bottom: 30px
}

.bottom-form form label {
    font-family: Futura, sans-serif
}

.bottom-form form label .red {
    color: red;
    margin-left: 5px;
}

.bottom-form form .outer {
    position: relative;
    margin-bottom: 15px
}

.bottom-form form .outer:before {
    content: '';
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #f39d23;
    top: -webkit-calc(50% - 18px);
    top: calc(50% - 18px);
    left: 4px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center
}

.bottom-form form .outer.name:before {
    background-image: url(../../img/user.svg)
}

.bottom-form form .outer.phone:before {
    background-image: url(../../img/phone.svg)
}

.bottom-form form .outer.telegram:before {
    background-image: url(../../img/plane.svg)
}

.bottom-form form .outer.email:before {
    background-image: url(../../img/email.svg)
}
.bottom-form form .outer.no-icon:before {
    display: none;
}
.bottom-form form .outer.no-icon input {
    padding-left: 15px;
}
.bottom-form form .outer input {
    width: 100%;
    border: 1px solid #f39d23;
    height: 45px;
    background: 0 0;
    border-radius: 30px;
    padding-left: 55px;
    color: #fff
}
.bottom-form form .dropzone {
    border-radius: 30px;
}
.bottom-form form .dropzone {
    min-height: unset;
}
.bottom-form form .dropzone .dz-message {
    margin: 0;
}
.bottom-form form textarea {
    background: 0 0;
    border-radius: 30px;
    border: 1px solid #f39d23;
    padding-left: 20px;
    padding-top: 10px;
    color: #fff;
    width: 100%;
    height: 150px;
    margin-bottom: 30px
}

.bottom-form form button[type=submit] {
    background-color: #f39d23;
    color: #fff;
    border: none;
    height: 50px;
    border-radius: 25px;
    padding: 0 40px;
    cursor: pointer;
    font-family: Futura, sans-serif;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.bottom-form form button[type=submit] img {
    margin-right: 20px
}

.bottom-form form button[type=submit]:focus,
.bottom-form form button[type=submit]:hover {
    background-color: #333
}
.form-check {
  margin: 1rem 0;
  display: flex;
  font-size: 14px;
  align-items: flex-start;
  gap: 0.5rem;
 
 
}

.form-check input[type="checkbox"] {
  margin-top: 0.2rem;
  accent-color: #f39d23; /* Цвет галочки */
  width: 14px;
  border-radius: 3px;
  height: 14px;
}

.form-check label {
  cursor: pointer;
  font-weight: normal;
  user-select: none;
}

.contacts .cont-item {
    margin-bottom: 40px;
    padding-left: 55px;
    position: relative
}

.contacts .cont-item:before {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
    background-color: #f39d23;
    border-radius: 50%;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat
}

.contacts .cont-item.addr:before {
    background-image: url(../../img/pin.svg)
}

.contacts .cont-item.phone:before {
    background-image: url(../../img/phone.svg)
}

.contacts .cont-item.telegram:before {
    background-image: url(../../img/plane.svg)
}

.contacts .cont-item.work-time:before {
    background-image: url(../../img/calendar.svg)
}

.contacts .cont-item.work-time .text {
    padding-left: 50px;
    padding-top: 26px;
    position: relative
}

.contacts .cont-item.work-time .text .weekday {
    margin-bottom: 5px
}

.contacts .cont-item.work-time .text:before {
    position: absolute;
    width: 42px;
    height: 77px;
    background-image: url(../../img/rezim.svg);
    content: '';
    background-repeat: no-repeat;
    top: 0;
    left: 0
}

.contacts .cont-item .name {
    font-family: Futura, sans-serif;
    font-size: 20px;
    margin-bottom: 20px
}

.contacts .map {
    margin-top: 40px
}

.text-align-right {
    text-align: right
}

.portfolio .item {
    margin-bottom: 30px;
    font-size: 14px;
    display: block;
}
.portfolio .item.hidden {
    display: none;
}
.portfolio .portfolio-item-name {
    padding: 7px 0 0 0;
    text-align: center;
    display: block;
}
.portfolio .item .image {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid #dedede;
    padding: 5px;
    position: relative;
    height: 240px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.portfolio .item .image .text {
    position: absolute;
    padding: 10px 15px;
    display: block;
    max-width: 94%;
    color: #fff;
    background: #51545c;
    font-weight: bold;
    font-size: 16px;
    left: 0;
    bottom: 20px;
}

.portfolio .item .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background: white;
    text-align: center;
}

.portfolio .item .image:focus,
.portfolio .item .image:hover {
    border: 1px solid #f39d23
}
.portfolio .item .image .case-desc {
    position: absolute;
    left: 0;
    z-index: 2;
    background: #51545c;
    bottom: 16px;
    padding-left: 30px;
    color: white;
    padding-right: 30px;
    max-width: 90%;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    padding-top: 5px;
    font-size: 14px;
    padding-bottom: 8px;
}

.portfolio-filter {
    margin-bottom: 15px;
}
.portfolio-filter .span,
.portfolio-filter span {
    color: #fff;
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    height: 40px;
    border: 1px solid #f39d23;
    border-radius: 20px;
    transition: all 0.3s ease-in;
    margin-right: 5px;
 
}
.portfolio-filter .span.active,
.portfolio-filter .span:focus,
.portfolio-filter .span:hover,
.portfolio-filter span.active,
.portfolio-filter span:focus,
.portfolio-filter span:hover {
    color: #fff;
    border-color: #fff;
    cursor: pointer;
}
.portfolio-filter span.active {
    background: #f39d23;
    color: #fff;
     border-color: #f39d23
}
.portfolio-view .name {
    font-family: Futura, sans-serif;
    font-size: 27px;
    color: #f39d23;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 0px;
}

.portfolio-view .ishodn {
    margin-bottom: 10px
}

.portfolio-view {
    width: 100%;
    margin-bottom: 30px;
}
.portfolio-slider a img,
.portfolio-view .portfolio-view-slider span.outer img {
    border: 1px solid #dedede;
    padding: 5px;
    width: 100%;
    object-fit: contain;
}
.portfolio-slider,
.portfolio-view .portfolio-view-slider {
    position: relative;
    margin-bottom: 30px;
}
.portfolio-slider .owl-nav .owl-prev,
.portfolio-slider .owl-nav .owl-next,
.portfolio-view .portfolio-view-slider .owl-nav .owl-prev,
.portfolio-view .portfolio-view-slider .owl-nav .owl-next {
    height: 35px;
    width: 35px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f39d23;
    padding: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.portfolio-opener {
    text-align: center;
}
.portfolio-opener a {
    text-decoration: none;
}
body .portfolio-slider .owl-nav .owl-prev,
body .portfolio-slider .owl-nav .owl-next {
    margin-top: -45px;
}
.portfolio-slider .owl-nav .owl-prev:hover,
.portfolio-slider .owl-nav .owl-next:hover,
.portfolio-view .portfolio-view-slider .owl-nav .owl-prev:hover,
.portfolio-view .portfolio-view-slider .owl-nav .owl-next:hover {
    background: #e68700;
}
body .portfolio-slider .owl-nav .disabled,
body .portfolio-view .portfolio-view-slider .owl-nav .disabled {
    display: none;
}
.portfolio-slider .owl-nav .owl-prev,
.portfolio-view .portfolio-view-slider .owl-nav .owl-prev {
    left: 0;
}
.portfolio-slider .owl-nav .owl-next,
.portfolio-view .portfolio-view-slider .owl-nav .owl-next {
    right: 0;
}
.portfolio-view .portfolio-view-description {
    padding-top: 30px;
}

.reviews {
    position: relative;
    margin-bottom: 30px;
}
.reviews .owl-nav {
    position: absolute;
    right: 0;
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.reviews .owl-nav:hover {
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
}
.reviews .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}
.reviews .owl-dots .owl-dot {
    padding-left: 10px;
    padding-right: 10px;
}
.reviews .owl-dots .owl-dot span {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    width: 3px;
    height: 3px;
    display: block;
    background-color: #f39d23;
}
.reviews .owl-dots .owl-dot:hover span {
    background-color: #fff;
    width: 6px;
    height: 6px;
}
.reviews .owl-dots .owl-dot.active span {
    width: 9px;
    height: 9px;
    background-color: #fff;
}
.reviews .item .image {
    display: inline-block;
    padding: 5px;
    border: 1px solid #f39d23;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 25px;
}
.reviews .item .image:focus,
.reviews .item .image:hover {
    border-color: #fff;
}
.reviews .item .review .title {
    font-family: Futura, sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
}

.reviews-small {
    margin-bottom: 60px;
    position: relative;
}
.reviews-small .item {
    padding: 5px;
    border: 1px solid #fff;
    margin-bottom: 30px;
    height: 230px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.reviews-small .item:hover,
.reviews-small .item:focus {
    border: 1px solid #f39d23;
}
.reviews-small .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews-small .owl-nav {
    position: absolute;
    font-size: 20px;
    top: 40%;
    left: 0;
    right: 0;
    width: 100%;
}
.reviews-small .owl-nav .owl-next,
.reviews-small .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
}
.reviews-small .owl-nav .owl-next:hover,
.reviews-small .owl-nav .owl-next:focus {
    color: #f39d23;
}
.reviews-small .owl-nav .owl-next {
    left: unset;
    right: -20px;
}
.implementations {
    margin-top: 80px;
    margin-bottom: 60px;
}
.implementations h2 {
    /*margin-bottom: 70px;*/
    display: block;
}
.implementations .implementations_list {
    position: relative;
    height: 170px;
}
.implementations .implementations_list:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #f39d23;
    top: 50%;
    content: "";
}
.implementations .implementations_list .item {
    position: absolute;
    padding-left: 45px;
    padding-right: 20px;
    width: 25%;
    height: 80px;
    left: 0;
}
.implementations .implementations_list .item:before {
    height: 75px;
    width: 1px;
    background-color: #f39d23;
    content: "";
    bottom: 10px;
    position: absolute;
    left: 0;
}
.implementations .implementations_list .item:nth-of-type(odd) .num {
    top: 8px;
}
.implementations .implementations_list .item:nth-of-type(odd) .name {
    top: 0;
}
.implementations .implementations_list .item:nth-of-type(odd):before {
    bottom: -5px;
}
.implementations .implementations_list .item:nth-of-type(2) {
    left: 12.5%;
}
.implementations .implementations_list .item:nth-of-type(3) {
    left: 25%;
}
.implementations .implementations_list .item:nth-of-type(4) {
    left: 37.5%;
}
.implementations .implementations_list .item:nth-of-type(5) {
    left: 50%;
}
.implementations .implementations_list .item:nth-of-type(6) {
    left: 62.5%;
}
.implementations .implementations_list .item:nth-of-type(7) {
    left: 75%;
}
.implementations .implementations_list .item:nth-of-type(even) {
    bottom: 0;
}
.implementations .implementations_list .item:nth-of-type(even) .text {
    bottom: 0;
    top: auto;
}
.implementations .implementations_list .item .num {
    text-align: center;
    left: 0;
    bottom: 5px;
    position: absolute;
}
.implementations .implementations_list .item .num span {
    width: 30px;
    height: 30px;
    background-color: #f39d23;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.implementations .implementations_list .item .text {
    font-weight: 400;
    font-size: 16px;
    padding-right: 20px;
    position: absolute;
    bottom: auto;
    top: 6px;
}
.implementations .implementations_list .item .text .q {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../../img/help.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 7px;
    cursor: pointer;
}
.implementations .implementations_list .item .desc {
    display: none;
    background-color: #fff;
    color: #333;
    z-index: 2;
    padding: 15px 30px 15px 15px;
    border: 1px solid #f39d23;
    position: absolute;
    width: 300px;
    min-height: 150px;
    height: auto;
    font-size: 16px;
}
.implementations .implementations_list .item .desc a:focus,
.implementations .implementations_list .item .desc a:hover {
    color: #f39d23;
}
.implementations .implementations_list .item .desc ul {
    margin: 0;
    padding: 0;
}
.implementations .implementations_list .item .desc ul li {
    list-style: none;
    position: relative;
    padding-left: 50px;
    margin-bottom: 10px;
}
.implementations .implementations_list .item .desc ul li:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 27px;
    height: 3px;
    background-color: #f39d23;
}
.implementations_num .num-list li.count {
    counter-increment: count;
}
.implementations_num .num-list li.count:before {
    content: counter(count);
}
.our-partners {
    margin-bottom: 50px;
}
.our-partners .partners-carousel .item img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 60px;
}
.our-partners .partners-carousel .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}
.our-partners .partners-carousel .owl-dots .owl-dot {
    padding-left: 10px;
    padding-right: 10px;
}
.our-partners .partners-carousel .owl-dots .owl-dot span {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    width: 3px;
    height: 3px;
    display: block;
    background-color: #f39d23;
}
.our-partners .partners-carousel .owl-dots .owl-dot:hover span {
    background-color: #fff;
    width: 6px;
    height: 6px;
}
.our-partners .partners-carousel .owl-dots .owl-dot.active span {
    width: 9px;
    height: 9px;
    background-color: #fff;
}
form .success {
    display: none;
    color: #333
}
form .success.visible {
    display: block
}
.square-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
    font-family: Futura, sans-serif;
    font-size: 22px;
    height: 55px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    background-color: #f39d23;
    color: #fff;
    border-radius: 10px;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.square-button img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-right: 5px;
}
.square-button:active,
.square-button:focus,
.square-button:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    background-color: #e68700;
}
.square-button:active img,
.square-button:focus img,
.square-button:hover img {
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.promo-block {
    margin-bottom: 40px;
}
.promo-block .promo-title {
    font-size: 55px;
    font-family: Futura, sans-serif;
    margin-bottom: 30px;
}
.promo-block .promo-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.promo-block .promo-center .promo-leftpart {
    width: 60%;
}
.promo-block .promo-center .promo-leftpart .promo-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
}
.promo-block .promo-center .promo-leftpart .promo-quote {
    font-size: 18px;
    border-left: 8px solid #f39d23;
    padding: 10px 25px;
    margin-bottom: 30px;
}
.promo-block .promo-center .promo-leftpart .promo-price {
    font-family: Futura, sans-serif;
    font-size: 42px;
}
.promo-block .promo-center .promo-rightpart {
    text-align: center;
    text-decoration: none;
    width: 40%;
}
.promo-block .promo-center .promo-rightpart .promo-3d {
    position: relative;
    padding-bottom: 56.25%;
    background-image: url(../../img/laptop.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.promo-block .promo-center .promo-rightpart .promo-3d iframe {
    position: absolute;
    top: 19px;
    right: 0;
    left: 0;
    width: 300px;
    height: 80%;
    margin: auto;
}
.promo-block .promo-center .promo-rightpart .promo-rightpart-icon {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 20px;
}
.promo-block .promo-center .promo-rightpart .promo-rightpart-icon:focus,
.promo-block .promo-center .promo-rightpart .promo-rightpart-icon:hover {
    text-decoration: none;
}
.promo-block .promo-center .promo-rightpart .promo-rightpart-icon img {
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
}
.promo-block .promo-center .promo-rightpart .promo-rightpart-icon .promo-link {
    font-size: 18px;
    color: #fff;
}
.promo-block .promo-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.promo-block .promo-links .promo-more-link {
    font-family: Futura, sans-serif;
    font-size: 18px;
    padding: 20px 30px;
}
.advantages-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px;
}
.advantages-list .advantages-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding-right: 60px;
}
.advantages-list .advantages-item .advantages-item-icon {
    margin-bottom: 20px;
}
.advantages-list .advantages-item .advantages-item-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}
.text-padding-center {
    margin-bottom: 70px;
    padding: 0 120px;
}
.text-padding-center h2 {
    text-align: center;
    margin-bottom: 60px;
}
.text-padding-center h3 {
    text-align: center;
    margin-bottom: 60px;
}
.offers {
    padding: 0 50px;
}
.offers .offer-item {
    display: block;
    text-decoration: none;
    font-family: Futura, sans-serif;
    
    margin-bottom: 30px;
    border: 1px solid #f39d23;
    transition: 0.3s all ease-in;
    padding: 5px;
    height: 230px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.offers .offer-item::before {
    position: absolute;
    content: '';
    top: 5px;
    left: 5px;
    right: 5px;
    border-radius: 15px;
    bottom: 5px;
    background: #fff;
}
.offers .offer-item .image {
    display: block;
    width: 50%;
    position: absolute;
    
    z-index: 1;
    right: 15px;
    top: 5px;
    bottom: 5px;
    
    
    
    
}
.offers .offer-item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.offers .offer-item .link {
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    color: #333;
    transition: 0.3s all ease-in;
    font-size: 23px;
    line-height: 1.3;
    width: 70%;
    
}
.offers .offer-item .more {
    color: #f39d23;
    transition: 0.3s all ease-in;
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 22px;
    z-index: 1;
}
.offers .offer-item:hover .link,
.offers .offer-item:focus .link {
    color: #f39d23;
}
.offer-item.item-methods {
    border-color: #ffffff;
}
.offer-item.item-methods:before {
    display: none;
}
.offer-item.item-methods .image {
    width: unset;
    z-index: 5px;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 15px;
    overflow: hidden;
}
.offer-item.item-methods .image img {
    object-fit: cover;
}
.offer-item.item-methods .link {
    color: #fff;
}
.offers.offers-dark .offer-item.item-methods .image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
}
.modelling-order h2 {
    text-align: center;
}
.contacts-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contacts-list .contacts-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contacts-list .contacts-item:active,
.contacts-list .contacts-item:focus,
.contacts-list .contacts-item:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
.contacts-list .contacts-item:active .contacts-item-icon,
.contacts-list .contacts-item:focus .contacts-item-icon,
.contacts-list .contacts-item:hover .contacts-item-icon {
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.contacts-list .contacts-item .contacts-item-icon {
    padding: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f39d23;
    height: 30px;
    width: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contacts-list .contacts-item .contacts-item-link {
    font-size: 16px;
    padding-left: 10px;
}
.contacts-list .contacts-item .contacts-item-link a {
    color: #fff;
    text-decoration: none;
}
.price-list {
    margin-bottom: 120px;
}
.price-list h2 {
    text-align: center;
}
.price-list .pricing-table {
    margin-bottom: 60px;
}
.price-list .pricing-table .price-item {
    font-family: Futura, sans-serif;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 60px 25px 30px;
    border-bottom: 1px solid #f39d23;
}
.price-list .pricing-table .price-item span {
    font-size: 30px;
}
.price-list .pricing-table .price-item .price-name {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    text-align: left;
}
.price-list .pricing-table .price-item .price-value {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    text-align: right;
}
.fig-image {
    margin-bottom: 30px;
    text-align: center;
}
.fig-image img {
    padding: 5px;
    border: 1px solid #f39d23;
    margin-bottom: 5px;
}
.fig-image figcaption {
    text-align: center;
    font-style: italic;
}


.case-specs {
    margin-bottom: 40px;
}
.case-specs h3 {
    margin-bottom: 35px;
}
.case-specs .spec {
    position: relative;
    /*background-color: #262c38;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}
.case-specs .spec .spec_name {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: 50%;
    line-height: 1;
    background-color: inherit;
}
/*
.case-specs .spec .spec_name:after {
    position: absolute;
    content: "";
    right: 5px;
    left: 0;
    bottom: 2px;
    height: 1px;
    border-bottom: 1px dotted #f39d23;
}
*/
.case-specs .spec .spec_name .spec_name-inner {
    position: relative;
    padding: 0 5px 0 0;
    background: inherit;
    z-index: 2;
    line-height: 1.5;
    font-weight: bold;
}
.case-specs .spec .spec_value {
    width: 50%;
}
.mt-30 {
    margin-top: 30px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.case-picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
   
}
.case-item {
    font-size: 18px;
}
.case-task-outer {
    margin-top: 50px;
    margin-bottom: 50px;
}
.case-task-outer .task {
    border-left: 8px solid #f39d23;
    padding: 20px 30px;
    max-width: 70%;
}
.case-task-outer .task .title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 22px;
}
.case-task-outer .task .text:not(:last-of-type) {
    margin-bottom: 30px;
}
.portfolio-cases .portfolio-item-name {
    font-size: 18px;
    
}
.portfolio-cases .item .image .case-desc {
    position: absolute;
    left: 0;
    z-index: 2;
    background: #51545c;
    bottom: 16px;
    padding-left: 30px;
    color: white;
    padding-right: 30px;
    max-width: 90%;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 8px;
}

.carousel {
	height: 700px!important;
	perspective: 600px!important;
	transform: translateY(-100px);
}

.carousel .carousel-item {
	cursor: grab;
	width: 400px!important;
	min-height: 500px!important;
}

.carousel .carousel-item:active {
	cursor: grabbing;
}

.carousel .carousel-item img {
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
}
.comm-block {
    background-color: #474958;
    border: 1px solid #f39d23;
    padding: 30px 40px;
    color: #fff;
    border-radius: 20px;
    padding-right: 40%;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    margin-bottom: 40px;
    position: relative;
}
.comm-block .title {
    font-family: Futura, sans-serif;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 25px;
}
.comm-block .comm-butt {
    background-color: #f39d23;
    color: #fff;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    border-radius: 30px;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.comm-block .comm-butt:focus,
.comm-block .comm-butt:hover {
    background-color: #e68700;
}
.comm-block .image {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 30%;
    height: 80%;
    -webkit-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
    transition: 0.7s all ease-in-out;
    content: "";
    text-align: center;
    -webkit-transform: perspective(411px) rotateX(14deg) rotateY(-29deg) rotateZ(10deg);
    transform: perspective(411px) rotateX(14deg) rotateY(-29deg) rotateZ(10deg);
}
.comm-block .image img {
    position: relative;
    z-index: 1;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top center;
    object-position: top center;
}
.comm-block .image:before {
    position: absolute;
    width: 100px;
    height: 20px;
    border-radius: 30px;
    background-color: #333;
    content: "";
    bottom: -20px;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    z-index: 0;
}
.comm-block:focus .image,
.comm-block:hover .image {
    -webkit-transform: perspective(411px) rotateX(-9deg) rotateY(-38deg) rotateZ(11deg);
    transform: perspective(411px) rotateX(-9deg) rotateY(-38deg) rotateZ(11deg);
}
.comm-block.w-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 40px;
}
.comm-block.w-price .title-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding-right: 30px;
    margin-bottom: 0;
}
.comm-block.w-price .title-block .title {
    margin-bottom: 10px;
}
.comm-block.w-price .title-block .descr {
    font-size: 20px;
}
.comm-block.w-price .price {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.comm-block.w-price .price .val {
    margin: 0 10px;
    font-weight: 700;
    font-size: 40px;
}
.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

/*  switch */
.switch_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 67px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.toggle_switch{
    width: 75px;
    overflow: hidden;
    height: 36px;
    display: none;
    position: relative;
}

input[type="checkbox"].switch_3{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: 0;
    z-index: 1;
    border: none;
}

svg.checkbox .outer-ring{
    stroke-dasharray: 375;
    stroke-dashoffset: 375;
    -webkit-animation: resetRing .35s ease-in-out forwards;
    animation: resetRing .35s ease-in-out forwards;
}

input[type="checkbox"].switch_3:checked + svg.checkbox .outer-ring{
    -webkit-animation: animateRing .35s ease-in-out forwards;
    animation: animateRing .35s ease-in-out forwards;
}

input[type="checkbox"].switch_3:checked + svg.checkbox .is_checked{
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
}

input[type="checkbox"].switch_3:checked + svg.checkbox .is_unchecked{
    opacity: 0;
    -webkit-transform: translateX(-200%) rotate(180deg);
    transform: translateX(-200%) rotate(180deg);
}


svg.checkbox{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

svg.checkbox .is_checked{
    opacity: 0;
    fill: #f39d23;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateX(200%) rotate(45deg);
    transform: translateX(200%) rotate(45deg);
    -webkit-transition: all .35s;
    transition: all .35s;
}

svg.checkbox .is_unchecked{
    opacity: 1;
    fill: #fff;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    -webkit-transition: all .35s;
    transition: all .35s;
}

@-webkit-keyframes animateRing{
    to{
        stroke-dashoffset: 0;
        stroke: #f39d23;
    }
}

@keyframes animateRing{
    to{
        stroke-dashoffset: 0;
        stroke: #f39d23;
    }
}

@-webkit-keyframes resetRing{
    to{
        stroke-dashoffset: 0;
        stroke: #233043;
    }
}

@keyframes resetRing{
    to{
        stroke-dashoffset: 0;
        stroke: #233043;
    }
}


/* LIGHT THEME */

.light-theme {
    background-color: #fbfbfb;
    color: #555;
    background-image: url(../../img/dot.svg)!important;
    background-repeat: repeat;
}
.light-theme .butt:active,
.light-theme .butt:focus,
.light-theme .butt:hover {
    color: #fff;
}
.light-theme header .contacts_item {
    color: #555;
}
.light-theme .telegram-circle {
    background-color: #f39d23;
    color: white;
}
.light-theme .telegram-circle:hover {
    background-color: #e68700;
    color: white;
}
.light-theme .fixed-menu .copy {
    color: #fff;
}
.light-theme .main_carousel .owl-nav .owl-prev svg path{
    fill: #555;
}
.light-theme .main_carousel .owl-nav .owl-prev:hover svg path,
.light-theme .main_carousel .owl-nav .owl-prev:focus svg path {
    fill: #fff;
}
.light-theme .treasures .tr_carousel .item .left .num {
    color: #fff;
}
.light-theme a:hover,
.light-theme a:focus {
    color: #51545c
}
.light-theme .bottom-form form textarea,
.light-theme .bottom-form form .outer input {
    color: #51545c
}
.light-theme .treasures .tr_carousel .owl-dots .owl-dot.active span {
    background-color: #51545c
}
.light-theme .treasures .tr_carousel .owl-dots .owl-dot:hover span {
    background-color: #51545c
}
.light-theme .contacts .cont-item.work-time .text::before {
    background-image: url(../../img/rezim-light.svg)
}
.light-theme .portfolio-filter span.active,
.light-theme .portfolio-filter span:focus,
.light-theme .portfolio-filter span:hover {
    color: #51545c
}
.light-theme main .num-list li::before{
	color: #fff;
}
.light-theme .price-page-block .specs .spec .spec_name {
	background: #fbfbfb
}
.light-theme header .mobile-first-line a {
		color: #333;
}
.light-theme .implementations .implementations_list .item .desc {
		color: #333;
}
.light-theme .offers .offer-item {
    border-color: #f39d23;
}
.light-theme .services-list .service-card .outer {
    background-color: #fbfbfb !important;
}
.light-theme .fixed-menu {
    background-color: #fbfbfb !important;
}
.soc-header-block {
    padding-left: 0;
}
.soc-header-block a.telegram-link { display: inline-flex; align-items: center; color: inherit; text-decoration: none; padding-left: 0; }
header .contacts_item.telegram-link { padding-left: 0; }
header .contacts_item.telegram-link:before { display: none; }
.soc-header-block a.telegram-link .telegram-circle { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background-color: #f39d23; transition: transform .3s ease, background-color .3s ease; }
.soc-header-block a.telegram-link:hover .telegram-circle { background-color: #e68700; transform: translateX(2px); }
.soc-header-block .telegram-text { margin-left: 12px; }
header .col-lg.col-md-4 .telegram-wrapper {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.telegram-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #f39d23;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
    vertical-align: middle;
    position: relative;
}
.telegram-circle:hover {
    background-color: #e68700;
    transform: rotate(20deg);
}
.contacts_item.telegram-text {
    padding-left: 0;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
}
.contacts_item.telegram-text:before {
    display: none;
}
.light-theme .bottom-form form  {
    background: unset;
    border: 1px solid #f39d23;
}
/*end*/
.job_item {
	border-bottom: 1px solid #f39d23;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.service-cards {
    margin-bottom: 60px;
		margin-top: 50px;  
    
}
.service-cards .col-lg-4 {
		margin-bottom: 30px;
}
.service-cards .service-card {
    margin-bottom: 30px;
		border-bottom: 1px solid #f39d2370;
		height: 100%;
}
.service-cards .service-card .image {
    max-width: 50px;
    min-width: 50px;
    margin-right: 30px;
    display: block;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.service-cards .service-card .image:focus,
.service-cards .service-card .image:hover {
    margin-left: 5px;
}
.service-cards .service-card .image:focus ~ .bottom .name,
.service-cards .service-card .image:hover ~ .bottom .name {
    color: #fff;
}
.service-cards .service-card .bottom .name {
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.service-cards .service-card .bottom .name:focus,
.service-cards .service-card .bottom .name:hover {
    color: #fff;
}
.service-cards .service-card .bottom .desc {
    font-size: 15px;
}
/* new */

.services-list {
    
}
.services-list .service-card {
    padding: 3px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    border: 1px solid #f39d23;
    border-radius: 15px;
}
.services-list .service-card .outer {
    background: #d2d6dd;
    border-radius: 10px;
    height: 100%;
    padding: 15px 25px 35px 20px;
    background-repeat: no-repeat;
    background-position: right 30px bottom 30px;
    position: relative;
}
.services-list .service-card .name {
    color: #333;
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s all ease-in;
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
}
.services-list .service-card .name:hover,
.services-list .service-card .name:focus {
    color: #f39d23;
}
.services-list .service-card .desc {
    color: #333;
    font-size: 16px;
    line-height: 1.4;
}
.services-list .service-card .more {
    position: absolute;
    font-weight: bold;
    transition: 0.3s all ease-in;
    font-size: 18px;
    text-decoration: none;
    left: 20px;
    bottom: 20px;
}
.services-list .service-card .more:hover,
.services-list .service-card .more:focus {
    color: #333;
}
/* end */
.price-page-block .specs .spec {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.price-page-block .specs .spec .spec_name {
    display: block;
    position: relative;
    width: 50%;
    vertical-align: bottom;
    line-height: 1;
    background: #51545c;
}
.price-page-block .specs .spec .spec_name:after {
    position: absolute;
    right: 5px;
    left: 0;
    bottom: 2px;
    height: 1px;
    content: "";
    border-bottom: 1px dotted #f39d23;
}
.price-page-block .specs .spec .spec_name .spec_name-inner {
    position: relative;
    padding: 0 10px 0 0;
    background: inherit;
    z-index: 2;
    line-height: 1;
}
.price-page-block .specs .spec .spec_value {
    display: block;
    width: 50%;
    font-weight: 700;
    vertical-align: top;
    line-height: 1;
    text-align: left;
    position: relative;
}
.vac-links .vac-link {
		margin-bottom: 10px;
}
.video-part {
		margin-bottom: 70px;
}
.incad-video {
	 position: relative;
  	padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
 	 height: 0;
		
 	 overflow: hidden;
}
.incad-video iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.map-contacts {
    margin-bottom: 30px;
}
.base-table {
    margin-bottom: 30px;
}
.base-table tr {
    border-bottom: 1px solid #f39d23;
    border-top: 1px solid #f39d23;
    vertical-align: baseline;
}
.base-table tr th {
    text-align: center;
    padding: 10px 15px;
    border-left: 1px dotted #f39d23;
    border-right: 1px dotted #f39d23;
}
.base-table tr td {
    padding: 10px 15px;
    border-left: 1px dotted #f39d23;
    border-right: 1px dotted #f39d23;
}
.base-table.base-table-align {
    table-layout: fixed;
    width: 100%;
}
.base-table.base-table-align tr td {
    width: 100%;
}
.table {
    width: 100%;
}
.table tr td{
    border: 1px solid #f39d23;
    padding: 5px 7px;
}
.gif-anim {
    max-width: 700px;
    margin: auto;
}
.alphabet .alphabet-index {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 20px;
}
.alphabet .alphabet-index .item {
    text-decoration: none;
    padding: 0 10px;
    border: 1px solid #f39d23;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.alphabet .alphabet-index .item:focus,
.alphabet .alphabet-index .item:hover {
    background-color: #f39d23;
    color: #fff;
}
.alphabet .term-table {
    font-size: 18px;
}
.alphabet .term-table .term-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f39d23;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.alphabet .term-table .term-row .index {
    position: relative;
    border-right: 1px dotted #f39d23;
    padding-right: 30px;
    margin-right: 30px;
}
.alphabet .term-table .term-row .index .index-outer {
    color: #f39d23;
    font-weight: 700;
    height: 50px;
    font-family: Futura, sans-serif;
    font-size: 46px;
    line-height: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}
.alphabet .term-table .term-row .values .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px dotted #f39d23;
    padding-bottom: 20px;
}
.alphabet .term-table .term-row .values .item:last-of-type {
    border-bottom: none;
}
.alphabet .term-table .term-row .values .item .name {
    padding: 0 30px;
    font-weight: 700;
    font-size: 20px;
    flex: 0 0 200px;
}
.alphabet .term-table .term-row .values .item .descr {
    padding: 0 30px;
}
.alphabet .term-table .term-row .values .item .image,
.alphabet .term-table .term-row .values .item .noimage{
    border: 1px solid #f39d23;
    padding: 5px;
    width: 150px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
}
.alphabet .term-table .term-row .values .item .noimage {
    border: none;
}
.alphabet .term-table .term-row .values .item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.snoska {
    font-size: 14px;
    position: relative;
    padding-top: 10px;
}
/*
.snoska::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    top: 0;
    left: 0;
    background: #f39d23;
}*/
.snoska .item {
    margin-bottom: 15px;
}
.news_list {
    
}
.news_list h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 20px;
}
.article-image {
    text-align: center;
    margin: 30px 0;
}
.article-image img {
    padding: 5px;
    border: 1px solid #f39d23;
}
.incad-gallery {
    margin: 30px 0;
}
.incad-gallery .item {
    display: block;
    height: 250px;
    border: 1px solid #f39d23;
    padding: 5px;
    margin-bottom: 30px;
}
.incad-gallery .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.portfolio-map #map {
    min-height: 500px;
}
.portfolio-map .map-outer {
    border: 1px solid #f39d23;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}
.portfolio-map .name {
    font-weight: 700;
}
.portfolio-map a {
    color: #333;
}
.portfolio-map a:focus,
.portfolio-map a:hover {
    color: #f39d23;
}

.specialists .item {
    display: block;
    text-decoration: none;
    text-align: center;
    margin-bottom: 50px;
}
.specialists .item .image {
    display: block;
    height: 250px;
    width: 250px;
    padding: 5px;
    margin: 0 auto 10px;
    border: 1px solid #f39d23;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    overflow: hidden;
    margin-bottom: 10px;
}
.specialists .item .image img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    -o-object-fit: cover;
    object-fit: cover;
}
.specialists .item .name {
    font-weight: 700;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    font-size: 1.4em;
}
.specialists .item .position {
    color: #dedede;
}
.specialists .item:focus .image,
.specialists .item:hover .image {
    border: 1px solid #dedede;
}
.specialists .item:focus .image img,
.specialists .item:hover .image img {
    -webkit-transform: scale(110%);
    -ms-transform: scale(110%);
    transform: scale(110%);
}
.specialist {
    margin-bottom: 50px;
}
.specialist .outer {
    border: 1px solid #f39d23;
    border-radius: 10px;
    position: relative;
    padding: 50px 55px 10px;
    background: #5a5c60;
}
.specialist .image {
    display: block;
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    top: -125px;
    right: -125px;
    border: 1px solid #f39d23;
    overflow: hidden;
    padding: 5px;
    background: #51545c;
}
.specialist .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.specialist .name {
    color: #f39d23;
    margin-bottom: 10px;
}
.specialist .position {
    color: #777;
    margin-bottom: 40px;
}
.specialist .values .item {
    margin-bottom: 30px;
    padding-right: 30px;
}
.specialist .values .item .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
}
.authors {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.authors .item {
    margin-bottom: 30px;
      text-decoration: none;
    text-align: center;
    padding: 0 15px;
}
.authors .item .image {
    width: 75px;
    height: 75px;
    
    
    transition: 0.3s all ease-in;
    display: block;
    border-radius: 50%;
    margin: 0 auto 10px;
    border: 1px solid #f39d23;
    padding: 5px;
    overflow: hidden;
}
.authors .item .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.authors .item .name {
    display: block;
    font-size: 18px;
    margin-bottom: 0;
    text-decoration: none;
     transition: 0.3s all ease-in;
}
.authors .item .position {
    display: block;
     font-size: 16px;
    transition: 0.3s all ease-in;
}

.authors .item:hover .image,
.authors .item:focus .image {
    border: 1px solid #fff;
}
.authors .item:hover .name,
.authors .item:focus .name {
    color: #fff;
}
.price-blocks .item {
    min-height: 150px;
    height: calc(100% - 90px);
    padding-bottom: 80px;
    position: relative;
    background: #5a5c60;
    border: 1px solid #f39d23;
    border-radius: 7px;
    max-width: 290px;
    margin: 0 auto 90px;
    text-align: center;
    font-weight: 700;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.price-blocks .item .name {
    font-size: 1.1em;
    line-height: 1.3;
    font-family: Futura, sans-serif;
}
.price-blocks .item .val {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
    color: #f39d23;
    font-size: 1.4em;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.price-blocks .item .val:before {
    content: "от";
    color: #555;
    font-size: 18px;
}
.price-blocks .item .val:after {
    content: "руб";
    color: #555;
    font-size: 18px;
}
.price-links nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.price-links nav ul li {
    list-style: none;
    margin: 0 5px 10px;
}
.price-links nav ul li a {
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    padding: 0 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #f39d23;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.price-links nav ul li a:focus,
.price-links nav ul li a:hover {
    background-color: #f39d23;
}


.article-list .item {
    margin-bottom: 40px;
}
.article-list .item .white-line {
    display: flex;
    margin-bottom: 20px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px 30px;
    color: #333;
    border: 1px solid #dedede;
}
.article-list .item .white-line .image {
    flex: 0 0 170px;
    min-width: 170px;
    max-width: 170px;
    margin-right: 40px;
}
.article-list .item .white-line .image img {
    width: 100%;
}
.article-list .item .white-line .item-text h2 {
    margin-top: 0;
    margin-bottom: 20px;
    
}
.article-list .item .white-line .item-text h3 a {
    transition: 0.3s all ease-in;
}
.article-list .item .white-line .item-text h3 a:hover,
.article-list .item .white-line .item-text h3 a:focus {
    color: #333;
}
.article-list .item .item-footer {
    display: flex;
}
.article-list .item .item-footer .date {
    margin-right: 15px;
}
.article-list .item .item-footer .date span {
    font-weight: normal;
}
.xdsoft_autocomplete {
    background: #fff;
    z-index: 1;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
    white-space: normal!important;
    padding: 11px 15px 2px 15px!important;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown .item-title {
    font-weight: bold;
    margin-bottom: 5px;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown .descr {
    opacity: 0.4;
    font-size: 14px;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown,
.suggestions-wrapper {
    color: #333;
    font-size: 14px;
}
.suggestions-value {
    color: #111;
   
}
.suggestions-subtext_label {
    font-size: 12px;
}
.dropzone {
    background: unset;
    border: 1px solid #f39d23;
}
.dropzone .dz-preview.dz-image-preview {
    background: unset;
}
.dropzone .dz-preview .dz-error-message  {
    top: 150px;
}


.infoblock {
    margin-bottom: 24px;
    font-size: 14px;
}
/* Подвал - START */
.footer {
    border-top: 1px solid #f39d23;
    padding: 30px 0;
}
.footer .footer-navigation {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.footer .footer-navigation li {
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
}
.footer .footer-navigation li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #f39d23;
}
.footer-requisites {
    margin-bottom: 20px;
}
.footer .footer-navigation li a {
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-left: 30px;
    display: inline-block;
    width: 100%;
}
.light-theme .footer .footer-navigation li a {
    color: #333;
}
.light-theme .footer .footer-navigation li a:hover {
    color: #f39d23;
}
.light-theme .carousel .indicators .indicator-item {
    background-color: #333;
    
}
.light-theme .carousel .indicators .indicator-item.active {
    background-color: #f39d23;
}
.footer .footer-title {
    font-family: Futura, sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}
.footer .footer-phones a,
.footer .footer-email a {
    text-decoration: underline;
}
.footer .footer-phones a:hover,
.footer .footer-email a:hover {
    text-decoration: none;
    color: #fff;
}
.light-theme .footer .footer-phones a:hover,
.light-theme .footer .footer-email a:hover {
    color: #51545c;
}
.footer .footer-phones {
    margin-bottom: 10px;
}
.footer .footer-email {
    margin-bottom: 10px;
}
.footer-social {
    margin-bottom: 10px;
}
.footer-social a {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.light-theme .footer-social a {
    color: #333;
}
.footer-social a:hover {
    color: #f39d23;
}
.light-theme .footer-social a:hover {
    color: #f39d23;
}
.footer-address {
    margin-bottom: 10px;
}
.footer-copyright {
    margin-bottom: 10px;
}
.footer-copyright a {
    color: #fff;
}
.light-theme .footer-copyright a {
    color: #333;
}
.light-theme .footer-copyright a:hover {
    color: #f39d23;
}
.light-theme .implementations .implementations_list .item .num span {
		color: #fff;
}
.footer .information {
    margin: 24px 0 0;
    padding-top: 24px;
    border-top: 1px solid #f39d23;
    text-align: center;
    font-size: 14px;
    
}
/* Подвал - END */

#cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #51545c;
    color: #fff;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    font-family: sans-serif;
    gap: 1rem;
    font-size: 14px;
    
  }


  #cookie-notice a {
   
    text-decoration: underline;
  }

  .cookie-controls {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
  }

  .cookie-controls button {
    cursor: pointer;
    transition: background 0.3s;
    
  }
    .cookie-controls .butt {
        border: none;
        padding: 0 24px;
    }
    .cookie-controls .butt:hover,
    .cookie-controls .butt:focus {
        transform: none;
    }

  #cookie-close {
    background: transparent;
    color: #fff;
    font-size: 1.2rem;
    padding: 0 0.5rem;
    border: none;
  }

  #cookie-close:hover {
    color: #f39d23;
  }
  .online-chat-root {
      z-index: 99 !important;
  position: relative !important;
  }

/*3d cube*/
.canvas {
  transform-style: preserve-3d;
  
  width:100%;
  max-width: 280px;
  height: 200px;
  margin: 0 auto 30px;
  overflow-x:none;
}

.canvas .cube {
  width: 150px;
  height: 150px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s;
  animation: rotate 30s infinite;
  margin: 0 auto;
  
}

.canvas .cube__face {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 2px solid #f39d23;
  background-color:#f39d230a;
  display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.canvas .cube__face.front  { transform: rotateY(  0deg) translateZ(100px); }
.canvas .cube__face.right  { transform: rotateY( 90deg) translateZ(100px); }
.canvas .cube__face.back   { transform: rotateY(180deg) translateZ(100px); }
.canvas .cube__face.left   { transform: rotateY(-90deg) translateZ(100px); }
.canvas .cube__face.top    { transform: rotateX( 90deg) translateZ(100px); }
.canvas .cube__face.bottom { transform: rotateX(-90deg) translateZ(100px); }

@keyframes rotate {
  from { transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg)}
  to {transform: rotateZ(360deg) rotateY(360deg) rotateZ(360deg)}
}

@-webkit-keyframes rotate {
  from { transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg)}
  to {transform: rotateZ(360deg) rotateY(360deg) rotateZ(360deg)}
}
/*3d cubeend*/

@media (max-width:1699.98px) {
    body {
        padding-left: 100px;
        font-size: 15px
    }
    .fixed-menu{
        width: 210px;
    }
    .fixed-menu:hover {
        /* width: 260px;*/
    }
    .fixed-menu nav ul li:hover ul {
        left: -30px;
    }
    header .contacts_item {
        padding-left: 35px;
    }
    header .contacts_item:active,
    header .contacts_item:focus,
    header .contacts_item:hover {
        padding-left: 35px;
    }
    header .contacts_item::before {
        width: 25px;
        height: 25px;
        top: calc(50% - 12px);
    }
  
    
}

@media (max-width:1449.98px) {
    header {
        height: 70px;
        margin-bottom: 6px;
    }
    header .contacts_item {
        font-size: 18px;
    }
    .main_carousel .item {
        width: 85%
    }
    .main_carousel .text {
        padding: 30px 0 1px 30px;
    }
    .main_carousel .name.h1 {
        margin-bottom: 20px;
    }
    .treasures .tr_carousel .item .left {
        padding-right: 50px
    }
    .main_carousel {
        margin-bottom: 0px;
    }
    .main_carousel .text .square {
        width: 77%;
    }
    .incad {
        font-size: 55px;
    }
    main p {
        margin-bottom: 18px;
    }
    .main-page h2{
        margin-bottom: 20px;
        margin-top: 10px;
        font-size: 28px;
    }
    .main-page {
        padding-top: 10px;
    }
    .treasures .tr_carousel .item .right ul li {
        margin-bottom: 10px;
    }
    .fixed-menu .logo {
        height: 140px;
    }
    .treasures .tr_carousel .item .left .name {
        margin-bottom: 15px;
    }
    .treasures .tr_carousel .item .right .name {
        margin-bottom: 15px;
    }
    .treasures .tr_carousel .owl-dots {
        bottom: 0;
    }
    .main-page {
        padding-bottom: 0px;
    }
		.implementations .implementations_list .item .text {
        font-size: 14px;
    }
    .promo-block .promo-title {
        font-size: 50px;
    }
    .promo-block .promo-center .promo-leftpart .promo-subtitle {
        font-size: 18px;
        margin-bottom:  25px;
    }
    .promo-block .promo-center .promo-leftpart .promo-quote {
        font-size: 16px;
    }
    .promo-block .promo-center .promo-leftpart .promo-price {
        font-size: 40px;
    }
    .promo-block .promo-center .promo-rightpart .promo-3d iframe {
        width: 254px;
    }
	  .price-page-block .specs .spec .spec_name {
        width: 70%;
    }
    .price-page-block .specs .spec .spec_value {
        width: 30%;
    }
    .alphabet .term-table .term-row .values .item .name {
        flex: 0 0 140px;
    }
    .reviews-small {
        margin-bottom: 30px
    }
    .reviews-small .item {
        height: 205px;
    }
    .offers .offer-item {
        height: 200px;
    }
    .offers .offer-item .link {
        font-size: 20px;
    }
   
  
}

@media (max-width:1249.98px) {
    .fixed-menu {
        width: 195px
    }
    .main_carousel .item {
        width: 90%
    }
    .treasures .tr_carousel .item .right {
        padding-right: 50px
    }
    main h1 {
        font-size: 40px;
    }
    main .num-list {
        display: block
    }
    main .icons-left-block {
        display: block
    }
    main .icons-left-block .item {
        width: 100%
    }
    main .icons-left-block .item:nth-of-type(5) {
        width: 100%
    }
    main .icons-left-block.no-fullwidth .item {
        width: 100%!important
    }
    .portfolio .item .image {
        margin-bottom: 20px
    }
	  .implementations .implementations_list {
        height: auto;
    }
    .implementations .implementations_list:before {
        display: none;
    }
    .implementations .implementations_list .item {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        position: relative;
    }
    .implementations .implementations_list .item:before {
        display: none;
    }
    .implementations .implementations_list .item:nth-of-type(2),
    .implementations .implementations_list .item:nth-of-type(3),
    .implementations .implementations_list .item:nth-of-type(4),
    .implementations .implementations_list .item:nth-of-type(5),
    .implementations .implementations_list .item:nth-of-type(6),
    .implementations .implementations_list .item:nth-of-type(7) {
        left: 0;
        top: auto !important;
        bottom: auto !important;
        top: auto !important;
    }
    .implementations .implementations_list .item .num {
        top: -2px;
        bottom: auto;
    }
    .implementations .implementations_list .item .text {
        font-size: 18px;
        position: relative;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .implementations .implementations_list .item .text .q {
        display: none;
    }
    .implementations .implementations_list .item .desc {
        display: block;
        border: none;
        background: 0 0;
        position: relative;
        height: auto;
        width: auto;
        min-height: 0;
        padding: 0;
        color: #fff;
    }
    .promo-block .promo-title {
        font-size: 30px;
    }
    .promo-block .promo-center .promo-leftpart .promo-subtitle {
        font-size: 16px;
    }
     .promo-block .promo-center .promo-rightpart .promo-3d iframe {
        width: 184px;
        top: 14px;
    }
    .advantages-list .advantages-item {
        padding-right: 30px;
    }
    .text-padding-center {
        padding-left: 60px;
        padding-right: 60px;
    }
    .bottom-form form {
        max-width: 100%;
    }
    .case-item  {
        font-size: 16px;
    }
    .case-task-outer {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .case-task-outer .task {
        border-left: 4px solid #f39d23;
        padding: 15px 25px;
    }
    .case-task-outer .task .title {
        font-size: 20px;
    }
    .alphabet .term-table {
        font-size: 16px;
    }
    .alphabet .term-table .term-row .values .item .name {
        font-size: 18px;
        flex: 0 0 120px;
        padding-left: 0;
        padding-right: 0;
    }
    .offers {
        padding: 0;
    }
    .offers .offer-item .link {
        font-size: 21px;
        line-height: 1.3;
    }
    .specialist .values .item {
        padding-right: 0;
    }
    .article-list .item .white-line .item-text h2 {
        font-size: 24px;
    }
    .comm-block.w-price .title-block .title {
        font-size: 22px;
    }
    .comm-block.w-price .title-block .descr {
        font-size: 18px;
    }
    .comm-block.w-price .price .val {
        font-size: 24px;
    }
}

@media (max-width:999.98px) {
    .overflow-mobile-scroll {
        overflow-x: scroll;
    }
    .fixed-menu {
        display: none;
        width: 100%;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        position: absolute
    }
    .fixed-menu:hover {
        width: 100%
    }
    .fixed-menu:hover nav ul li ul {
        position: static
    }
    .fixed-menu nav ul li ul {
        position: static;
        max-height: 1000px;
        height: auto;
        opacity: 1;
        padding: 10px 0;
        margin: 0;
        display: block
    }
    .fixed-menu .close {
        display: block
    }
    body {
        left: 0;
        padding-left: 0;
    }
    .h1,
    h1 {
        font-size: 40px
    }
    header {
        height: auto
    }
    .main_carousel .item {
        width: 100%
    }
    .main_carousel .owl-nav {
        position: relative;
        margin-top: 30px
    }
    .treasures .tr_carousel .owl-nav {
        display: none
    }
    .treasures .tr_carousel .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .treasures .tr_carousel .item .left {
        width: 100%;
        margin-bottom: 30px
    }
    .treasures .tr_carousel .item .right {
        width: 100%
    }
    main .num-list li {
        padding-right: 0
    }
    main .icons-left-block .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    main .icons-left-block .item .text {
        padding-left: 0
    }
    .main-page {
        padding-bottom: 30px;
    }
    .promo-block .promo-title {
        margin-bottom: 25px;
    }
    
     .promo-block .promo-center {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .promo-block .promo-center .promo-leftpart {
        width: 100%;
    }
    .promo-block .promo-center .promo-leftpart .promo-quote {
        font-size: 16px;
        border-left: 6px solid #f39d23;
        padding: 5px 13px;
        margin-bottom: 30px;
    }
    .promo-block .promo-center .promo-leftpart .promo-price {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .promo-block .promo-center .promo-rightpart {
        width: 100%;
    }
    .promo-block .promo-center .promo-rightpart .promo-3d iframe {
        width: 346px;
        top: 21px;
    }
    .promo-block .promo-center .promo-rightpart .promo-rightpart-icon {
        width: 100px;
    }
    .promo-block .promo-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .advantages-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    .advantages-list .advantages-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    .advantages-list .advantages-item .advantages-item-title {
        margin-bottom: 15px;
    }
    .text-padding-center {
        padding-left: 0;
        padding-right: 0;
    }
    .offers .offer-item {
        margin-bottom: 30px;
    }
    .offers .offer-item .image {
      
    }
    .price-list .pricing-table .price-item {
        padding-left: 0;
        padding-right: 0;
    }
    .case-item .promo-center {
        flex-direction: column;
    }
    .case-item .promo-center .promo-leftpart {
        width: 100%;
        order: 2;
    }
    .case-item .promo-center .promo-rightpart {
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
        .alphabet .term-table .term-row .values .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .alphabet .term-table .term-row .values .item .name {
        color: #f39d23;
        flex: 0 0 auto;
        margin-bottom: 20px;
        
    }
    .alphabet .term-table .term-row .values .item .descr {
        padding-left: 0;
        padding-right: 0;
    }
    .alphabet .term-table .term-row .values .item .noimage,
    .alphabet .term-table .term-row .values .item .image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
    .specialists .item .image {
        height: 240px;
    }
    .article-list .item .white-line {
        flex-direction: column;
    }
    .article-list .item .white-line .image {
        flex: 0 0 auto;
        min-width: 100%;
        max-width: 100%;
    }
    .order-window {
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }
    .order-window .close {
        font-size: 23px;
        right: 15px;
        top: 0px;
    }
    .order-window form {
        width: auto;
        left: 15px;
        right: 15px;
    }
    .order-window form .heading {
        font-size: 16px;
        padding: 10px 0;
    }
    .order-window form input[type="email"],
    .order-window form input[type="tel"],
    .order-window form input[type="number"],
    .order-window form input[type="text"],
    .order-window form input[type="time"] {
        height: 40px;
    }
    .comm-block {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 30px;
    }
    .comm-block .title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .comm-block .image {
        display: none;
    }
    .comm-block .comm-butt {
        height: 40px;
    }
    .comm-block.w-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .comm-block.w-price .title-block {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .comm-block.w-price .price {
        margin-bottom: 20px;
    }
    #cookie-notice {
        flex-wrap: wrap;
    }
    
}

@media (max-width:575.98px) {
    .h1,
    h1 {
        font-size: 35px
    }
        .square-button {
        font-size: 12px;
        height: 40px;
    }
    .promo-block {
        margin-bottom: 50px;
    }
    .promo-block .promo-title {
        margin-bottom: 15px;
        font-size: 34px;
    }
  
    .promo-block .promo-center .promo-leftpart .promo-subtitle {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .promo-block .promo-center .promo-leftpart .promo-quote {
        font-size: 16px;
        border-left: 6px solid #f39d23;
        padding: 5px 13px;
        margin-bottom: 15px;
    }
    .promo-block .promo-center .promo-leftpart .promo-price {
        margin-bottom: 15px;
    }
    .promo-block .promo-center .promo-leftpart .promo-links .promo-more-link {
        font-size: 15px;
        padding: 5px 5px;
    }
    .promo-block .promo-center .promo-rightpart {
        width: 100%;
    }
    .promo-block .promo-center .promo-rightpart .promo-rightpart-icon img {
        margin-bottom: 0;
    }
    .promo-block .promo-center .promo-rightpart .promo-3d {
        width: 290px;
        margin: 0 auto 30px;
        
    }
    .promo-block .promo-center .promo-rightpart .promo-3d iframe {
        width: 209px;
        top: 14px;
        height: 135px;
    }
    .advantages-list {
        margin-bottom: 40px;
    }
    .advantages-list .advantages-item {
        margin-bottom: 25px;
    }
    .text-padding-center {
        margin: 0 auto 50px;
    }
    .contacts-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contacts-list .contacts-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 10px;
    }
    .contacts-list .contacts-item .contacts-item-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .case-task-outer .task {
        max-width: 100%;
        padding-right: 0;
    }
        .alphabet .term-table .term-row .index {
        padding-right: 15px;
        margin-right: 15px;
    }
    .alphabet .term-table .term-row .index .index-outer {
        line-height: 1;
        font-size: 30px;
    }
    .alphabet .term-table .term-row .values .item .name {
        font-size: 20px;
        line-height: 1;
    }
    .offers .offer-item {
        height: 170px;
    }
    .offers .offer-item .link {
        font-size: 18px;
        left: 20px;
        top: 20px;
    }
    .offers .offer-item .more {
        font-size: 16px;
        left: 20px;
    }
  
    .specialist .outer {
        padding: 135px 20px 0;
        margin-top: 130px;
    }
    .specialist .image {
        left: 0;
        right: 0;
        margin: auto;
        top: -120px;
        margin-bottom: 30px;
    }
    .article-list .item .item-footer {
        flex-direction: column;
    }
    .comm-block {
        padding: 20px;
    }
}