* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-family: 'Exo 2', sans-serif; }

body {
    margin: 0;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    background: #F5F5F5 url("images/bg_vn.png") top center no-repeat; }
body.home {
    background: #F5F5F5 url("images/bg3.png") top center no-repeat; }

.container {
    max-width: 1230px; }

.no-big {
    display: none; }

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

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

.ots {background: #fff; PADDING: 5px 21px;}


.otsinf {
    background-color:#eff1fb;
    margin: 52px auto;
    max-width: 1035px;
    padding: 30px;
    line-height: 161.5%;}

header {
    background: #F0AD00 url("images/header_bg.png") top center no-repeat;
    position: relative;
    z-index: 99; }
header .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
header .logo {
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap; }
header .phone-block {
    padding-left: 50px; }
header .phone {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    padding-left: 22px;
    background: url("images/phone.svg") left center no-repeat;
    text-decoration: none;
    white-space: nowrap; }
header ul.top-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center; }
header ul.top-menu > li {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.015em;
    flex: 0 0 25%;
    position: relative; }
header ul.top-menu > li:last-child a {
    padding-left: 10px; }
header ul.top-menu > li:first-child {
    flex: 0 0 27%; }
header ul.top-menu > li * {
    position: relative; }
header ul.top-menu > li > a {
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 27px 30px 27px 25px;
    position: relative; }
header ul.top-menu > li.menu-item-has-children {
    flex: 0 0 23%; }
header ul.top-menu > li.menu-item-has-children > a {
    padding-right: 50px; }
header ul.top-menu > li.menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 20px;
    background: url("images/menu_arr.svg") center no-repeat;
    margin-left: 5px; }
header ul.top-menu > li .sub-menu {
    display: none;
    position: absolute;
    max-width: 560px;
    top: 100%;
    background: #FFD139 url("images/menu_lines.png") right bottom no-repeat;
    left: -45px;
    flex-wrap: wrap;
    width: 560px;
    font-size: 16px;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
header ul.top-menu > li .sub-menu li {
    flex: 0 0 50%;
    max-width: 50%;
    border-width: 0px 2px 2px 0px;
    border-style: solid;
    border-color: #F5BB27;
}
header ul.top-menu > li .sub-menu a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    text-decoration: none;
    padding: 15px;
}
header ul.top-menu > li .sub-menu a:hover, header ul.top-menu > li .sub-menu .current-menu-item a {
    text-decoration: none;
    background: #F5BB27 url("images/menu_hover.png") bottom right no-repeat;
    border-color: #F0AD00;
}
header ul.top-menu > li:hover .sub-menu {
    display: flex;
    border-top: solid 2px #fff;}

h1 {
    font-weight: 900;
    font-size: 40px;
    line-height: 53px;
    letter-spacing: 0.05em;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase; }

h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 53px;
    letter-spacing: 0.05em;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase; }

img {
    max-width: 100%; }

.types-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.types-list .item {
    position: relative;
    width: 100%;
    padding: 20px;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-bottom: 160px;
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    transition: all 0.3s ease-out;
    overflow: hidden; }
.types-list .item img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0; }
.types-list .item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, #D9DFE9 38.98%, rgba(255, 255, 255, 0) 72.98%); }
.types-list .item .title {
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    color: #000; }
.types-list .item .price {
    position: relative;
    z-index: 2;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin-top: 10px; }
.types-list .item:hover {
    opacity: .98;
    background: black;
    border: black 1px; }

.action-slider {
    margin-top: 30px; }
.action-slider .item {
    display: -ms-flexbox;
    display: flex; }
.action-slider .item .img {
    flex: 0 0 760px;
    min-width: 760px;
    overflow: hidden;
    position: relative; }
.action-slider .item .img img {
    height: 200px;
    width: auto;
    display: block;
    max-width: none; }
.action-slider .item .img .percent {
    background: #000;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    font-weight: 800;
    font-size: 60px;
    line-height: 110px;
    text-align: center;
    letter-spacing: -0.01em;
    position: absolute;
    top: 2px;
    right: 60px;
    color: #fff;
    transform: rotate(20deg); }
.action-slider .item .img .percent sup {
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 0.05em; }
.action-slider .item .yellow {
    flex: 0 0 40%;
    max-width: 440px;
    background: #F5BB27;
    position: relative;
    padding: 153px 0 0 80px;
    z-index: 2; }
.action-slider .item .yellow .label {
    background: #fff;
    padding: 10px 100px 10px 20px;
    font-family: 'Roboto Slab';
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    position: absolute;
    top: 30px;
    left: 60px; }
.action-slider .item .yellow .label b {
    font-family: 'Roboto Slab';
    display: block;
    font-weight: 900;
    white-space: nowrap; }
.action-slider .item .yellow .usl {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase; }
.action-slider .owl-nav button.owl-prev, .action-slider .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    margin-top: -17px; }
.action-slider .owl-nav button.owl-prev {
    left: 5px;
    background: url("images/owl_arr.svg") center no-repeat; }
.action-slider .owl-nav button.owl-next {
    right: 5px;
    background: url("images/owl_arr.svg") center no-repeat;
    transform: rotate(180deg); }

.border-img {
    position: relative; }
.border-img img {
    display: block; }
.border-img:after {
    content: '';
    display: block;
    width: 120%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 5px solid #F5BB27;
    border-left: 5px solid #F5BB27; }
.border-img:before {
    content: '';
    display: block;
    width: 241px;
    height: 299px;
    background: url("images/dd2.png") top left no-repeat;
    position: absolute;
    bottom: -50px;
    right: -35px; }

.no1 {
    padding-bottom: 50px; }

.orange-line {
    position: relative; }
.orange-line:after {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 15px;
    background: #F5BB27; }

.advantage {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
.advantage:last-child {
    margin-bottom: 0; }
.advantage .img {
    width: 36px;
    min-width: 35px;
    margin-left: 30px;
    display: flex;
    justify-content: center;
    margin-right: 25px; }
.advantage .text .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px; }
.advantage .text .txt {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    margin-top: 5px; }

.about {
    background: #EFF1FB;
    padding: 15px 0; }
.about img {
    display: block; }
.about p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px; }

.otb {
    margin-bottom: 50px; }

h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-top: 0; }

.order-call {
    background: #F5BB27;
    margin: 50px 0 0;
    padding: 30px 0; }
.order-call .title {
    display: flex;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
.order-call .title span {
    white-space: nowrap; }
.order-call .title .thin {
    padding-left: 70px; }
.order-call .title .bold {
    font-weight: 900;
    background: #fff;
    width: 100%;
    padding-left: 5px; }
.order-call .form {
    padding: 35px 70px 0; }
.order-call .order-call-form {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between; }
.order-call .order-call-form .text-input {
    flex: 0 0 36%;
    max-width: 36%;
    border: 1px solid #FFFFFF;
    position: relative; }
.order-call .order-call-form .text-input input {
    display: block;
    background: transparent;
    border: 0;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    font-size: 16px; }
.order-call .order-call-form .text-input label {
    position: absolute;
    top: -13px;
    left: 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    background: #F5BB27;
    padding: 0 5px; }
.order-call .order-call-form .submit-input {
    flex: 0 0 25%;
    max-width: 25%; }
.order-call .order-call-form .submit-input input {
    background: #000;
    border-radius: 5px;
    height: 50px;
    border: 0;
    display: block;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease-out; }
.order-call .order-call-form .submit-input input:hover {
    opacity: .8; }

.white-bg {
    background: #fff;
    padding: 10px 0 100px; }

.clients-carousel .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 210px;
    height: 150px; }
.clients-carousel .owl-nav button.owl-next, .clients-carousel .owl-nav button.owl-prev {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("images/clients_arr.svg") center no-repeat;
    top: 50%;
    margin-top: -12px; }
.clients-carousel .owl-nav button.owl-prev {
    left: -25px; }
.clients-carousel .owl-nav button.owl-next {
    right: -25px;
    transform: rotate(180deg); }

footer {
    margin-top: 90px;
    background: #000;
    padding: 40px 0 100px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFF; }
footer .logo {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 31px;
    text-transform: uppercase;
    color: #F5BB27;
    margin-bottom: 15px; }
footer .txt {
    margin-bottom: 20px;
    max-width: 350px; }
footer .txt p {
    margin: 0; }
footer .txt a {
    color: #F5BB27;
    text-decoration: none; }
footer .txt a:hover {
    text-decoration: underline; }
footer .company-name {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #F5BB27;
    padding: 7px 11px;
    border: 1px solid #F5BB27;
    border-radius: 4px; }
footer .copy {
    margin-top: 20px; }
footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
footer ul li {
    margin-bottom: 18px; }
footer ul li:last-child {
    margin-bottom: 0; }
footer ul a {
    color: #FFFFFF;
    text-decoration: none; }
footer ul a:hover {
    text-decoration: underline; }
footer .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px; }
footer .addr {
    margin-bottom: 10px; }
footer .phone {
    font-size: 16px;
    line-height: 19px;
    color: white;
    text-decoration: none;}
footer .work-time {
    color: #F5BB27; }
footer .order-call {
    margin-top: 10px;
    text-decoration: none;
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #000000;
    padding: 15px 22px;
    background: #F5BB27;
    border-radius: 5px;
    transition: all 0.3s ease-out; }
footer .order-call:hover {
    opacity: .8; }

.home footer {
    margin-top: 0; }

.popup h2 {
    color: #000;
    margin-top: 0; }
.popup .text-input {
    flex: 0 0 100%;
    max-width: 100%;
    border: 1px solid #F5BB27;
    position: relative;
    margin-bottom: 30px; }
.popup .text-input input {
    display: block;
    background: transparent;
    border: 0;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    outline: none !important;
    font-size: 16px; }
.popup .text-input label {
    position: absolute;
    top: -13px;
    left: 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    background: #fff;
    padding: 0 5px; }
.popup .submit-input {
    flex: 0 0 100%;
    max-width: 100%; }
.popup .submit-input input {
    background: #000;
    border-radius: 5px;
    height: 50px;
    border: 0;
    display: block;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s ease-out; }
.popup .submit-input input:hover {
    opacity: .8; }

.breadcrumbs {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #898989;
    margin-top: 50px; }
.breadcrumbs a {
    color: #000;
    text-decoration: none; }
.breadcrumbs a:hover {
    text-decoration: underline; }

.tech-item {
    display: block;
    position: relative;
    margin-bottom: 30px;
    text-decoration: none; }
.tech-item img {
    display: block; }
.tech-item:last-child {
    margin-bottom: 0; }
.tech-item .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 50px;
    color: #000000;
    position: absolute;
    left: 0;
    bottom: 60px;
    height: 50px;
    background: #F5BB27;
    padding: 0 30px; }
.tech-item .price {
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
    color: #000000;
    padding: 0 30px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 20px;
    background: #fff; }
.tech-item .price:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid #fff;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    right: -14px; }

.product h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: #000000; }

.prod-block {
    margin-top: 40px;
    border-bottom: 1px solid #D5D9EE; }

.property {
    margin-bottom: 25px; }
.property .name {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px; }
.property .value {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px; }
.property .value.price {
    font-size: 28px;
    line-height: 28px; }

.dop {
    margin-top: 40px; }

.dop-slider .item .img {
    height: 275px;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    background-size: cover; }
.dop-slider .item .img .price {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
    color: #000000;
    background: #fff;
    height: 40px;
    padding: 0 30px; }
.dop-slider .item .img .price:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid #fff;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    right: -15px; }
.dop-slider .item .img .title {
    padding: 12px 30px;
    background: #F5BB27;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    bottom: -24px;
    left: 0;
    width: calc(100% - 45px); }
.dop-slider .item .propertys {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px; }
.dop-slider .item .propertys div {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-top: 5px; }
.dop-slider .owl-nav button.owl-next, .dop-slider .owl-nav button.owl-prev {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("images/clients_arr.svg") center no-repeat;
    top: 50%;
    margin-top: -12px; }
.dop-slider .owl-nav button.owl-prev {
    left: -25px; }
.dop-slider .owl-nav button.owl-next {
    right: -25px;
    transform: rotate(180deg); }

.contacts-block {
    margin-bottom: 60px; }
.contacts-block .txt {
    background: #fff;
    padding: 40px 80px;
    position: relative; }
.contacts-block .txt.poloska:before {
    content: '';
    display: block;
    border-bottom: 1px solid #F5BB27;
    position: absolute;
    top: 55px;
    right: 0;
    width: 50%; }
.contacts-block .txt .name {
    margin-bottom: 10px; }
.contacts-block .txt .bold {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px; }
.contacts-block .txt .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    z-index: 2;
    display: inline-block;
    padding-right: 10px; }
.contacts-block .map {
    margin: -10px auto 0;
    width: calc(100% - 50px); }

.people {
    background: #EFF1FB;
    padding: 50px 80px; }
.people .item {
    display: flex;
    align-items: center;
    margin-bottom: 50px; }
.people .item:last-child {
    margin-bottom: 0; }
.people .item .img {
    flex: 0 0 110px; }
.people .item .img img {
    border-radius: 50%; }
.people .item .position {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px; }
.people .item .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px; }

.catalog-menu {
    margin: 0;
    padding: 0;
    list-style: none; }
.catalog-menu > li {
    background: #fff;
    margin-bottom: 15px; }
.catalog-menu > li > a {
    background: #E8E9EF;
    font-weight: 700; }
.catalog-menu .sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
.catalog-menu .current-menu-item > a, .catalog-menu .current_page_parent > a {
    background: #F0AD00; }
.catalog-menu .current-menu-item .sub-menu, .catalog-menu .current_page_parent .sub-menu {
    display: block; }
.catalog-menu .current_page_parent .sub-menu .current-menu-item a {
    background: #D0D4E2; }
.catalog-menu a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 15px 25px; }
.catalog-menu a:hover {
    text-decoration: underline; }

.form-ok {
    display: none; }

@media (max-width: 1270px) {
    header {
        background-image: none; }

    header ul.top-menu > li {
        font-size: 16px;
        line-height: 20px; }

    header ul.top-menu > li.menu-item-has-children > a {
        padding-right: 30px; }

    header ul.top-menu > li > a {
        padding: 20px 20px; }

    header .phone {
        font-size: 18px;
        line-height: 26px;
        background-size: auto 18px;
        padding-left: 18px; }

    header .logo {
        font-size: 22px; }

    .types-list .item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }

    h1, h2 {
        font-size: 36px; }

    .action-slider .item .img {
        flex: 0 0 50%;
        min-width: 50%; }

    .action-slider .item .yellow {
        flex: 0 0 50%;
        max-width: 50%; }

    .clients-carousel .owl-nav button.owl-next {
        right: -15px; }

    .clients-carousel .owl-nav button.owl-prev {
        left: -15px; } }
@media (max-width: 1023px) {
    header .phone-block {
        padding-left: 10px; }

    header ul.top-menu > li.menu-item-has-children > a {
        padding-right: 15px; }

    header ul.top-menu > li > a {
        padding: 15px 15px; }

    header .logo {
        font-size: 18px; }

    header .phone {
        font-size: 14px;
        line-height: 26px;
        background-size: auto 16px;
        padding-left: 14px; }

    header ul.top-menu > li .sub-menu {
        left: -95px; }

    .types-list .item .title {
        font-size: 16px; }

    .types-list .item .price {
        font-size: 16px;
        margin-top: 5px; }

    .action-slider .item .yellow .usl {
        font-size: 25px; }

    .border-img:after {
        display: none; }

    .order-call .title {
        font-size: 26px; }

    footer .logo {
        margin-top: 30px; }

    footer .title {
        margin-top: 30px; }

    footer .company-name {
        margin-top: 30px; } }
.sm-read-all {
    display: none; }

@media (max-width: 767px) {
    .no-sm {
        display: none; }

    .no-big {
        display: block; }

    footer .logo {
        margin-top: 0; }

    header .header-container {
        padding: 15px 0; }

    .sm-menu-btn {
        display: block;
        width: 39px;
        height: 39px;
        background: url("images/sm_menu.svg") top left no-repeat; }

    .sm-phone {
        display: block;
        width: 39px;
        height: 39px;
        background: url("images/sm_phone.svg") top left no-repeat; }

    header .logo {
        font-weight: 900;
        font-size: 20px;
        line-height: 25px; }

    h1, h2 {
        font-size: 27px;
        line-height: 36px;
        text-align: center; }

    h2 {
        margin-bottom: 15px; }

    .types-list .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }

    .types-list .item .title {
        font-size: 17px;
        line-height: 18px; }

    .types-list .item .price {
        font-size: 16px;
        line-height: 19px; }

    .action-slider .item .img {
        display: none; }

    .action-slider .item .yellow {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 25px 0 25px 30px; }

    .action-slider .item .yellow .label {
        position: relative;
        top: 0;
        left: 0;
        font-size: 30px;
        line-height: 33px; }

    .action-slider .item .yellow .usl {
        font-size: 20px;
        line-height: 24px;
        padding-left: 20px;
        margin-top: 15px; }

    .owl-dots {
        text-align: center; }

    .owl-carousel button.owl-dot {
        width: 11px;
        height: 11px;
        background: linear-gradient(0deg, #898989, #898989), #898989;
        display: inline-block;
        border-radius: 50%;
        margin: 0 5px; }

    .owl-carousel button.owl-dot.active {
        background: #F5BB27; }

    .otb {
        padding-bottom: 30px; }

    .sm-hide {
        max-height: 100px;
        overflow: hidden;
        position: relative; }
    .sm-hide:after {
        content: '';
        display: block;
        background: linear-gradient(180deg, rgba(247, 248, 252, 0) 0%, #EFF1FB 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 53px; }
    .sm-hide.open {
        max-height: none; }
    .sm-hide.open:after {
        display: none; }

    h3 {
        margin-bottom: 12px; }

    .sm-read-all {
        display: inline-block;
        margin-bottom: 20px;
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
        text-decoration-line: underline;
        color: #000000; }

    body {
        font-size: 13px;
        line-height: 17px;
        padding-top: 50px; }

    .order-call .title {
        flex-wrap: wrap;
        padding-left: 20px;
        font-size: 26px;
        line-height: 34px;
        letter-spacing: 0.05em; }

    .order-call .title .thin {
        padding-left: 10px;
        width: 100%; }

    .order-call .title .bold {
        padding-left: 10px;
        white-space: normal; }

    .order-call .order-call-form .text-input {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px; }

    .order-call .form {
        padding: 35px 20px 0; }

    .order-call .order-call-form {
        flex-wrap: wrap; }

    .order-call .order-call-form .submit-input {
        flex: 0 0 100%;
        max-width: 100%; }

    .clients-carousel .item {
        background-size: 70% auto; }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%; }

    header .container {
        background: #F0AD00;
        z-index: 2;
        position: relative; }

    .sm-menu {
        position: fixed;
        top: -100vh;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        background: #F0AD00;
        transition: all 0.3s ease-out;
        z-index: 1;
        padding: 15px;
        overflow: scroll; }
    .sm-menu ul {
        list-style: none;
        margin: 0;
        padding-left: 0; }
    .sm-menu ul li {
        margin: 15px 0; }
    .sm-menu ul ul {
        padding-left: 20px; }
    .sm-menu ul a {
        font-size: 17px;
        line-height: 18px;
        color: #000;
        text-decoration: none; }

    header.open .sm-menu {
        top: 60px; }

    header.open .sm-menu-btn {
        background: url("images/sm_menu_close.svg") top left no-repeat; }

    footer ul li:last-child {
        margin-bottom: 18px; }

    .sidebar {
        margin-top: 30px; }

    .tech-item .name {
        font-size: 16px;
        line-height: 20px;
        left: 0;
        bottom: 40px;
        padding: 10px 30px;
        height: auto; }

    .tech-item .price {
        font-size: 18px;
        line-height: 30px;
        height: 30px;
        bottom: 10px; }
    .tech-item .price:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 30px solid #fff;
        border-right: 15px solid transparent;
        position: absolute;
        top: 0;
        right: -14px; }

    .dop-slider .item .img .title {
        width: 100%;
        font-size: 17px;
        line-height: 20px;
        padding: 12px 20px; }

    /*
    body, body.home {
      margin-top: 30px;
      background: #f7f8fc url("images/bg_mob.png") top center repeat-x;
    }
    */
    .tech-item {
        /* height: 340px;*/}

    .tech-item img {
        height: 100%;
        width: 100%;
        object-fit: cover; }

    .contacts-block .txt {
        padding: 30px 15px; }

    .contacts-block .txt.sm-no-bg {
        background: transparent; }

    .contacts-block .txt .name {
        margin-bottom: 5px; }

    .contacts-block .txt .bold {
        font-weight: 700;
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 20px; }

    .contacts-block .txt.poloska:before {
        display: none; }

    .people {
        padding: 30px 15px; }

    .people .item .position {
        font-weight: 400;
        font-size: 17px;
        line-height: 22px; }

    .people .item .name {
        font-weight: 700;
        font-size: 17px;
        line-height: 22px; } }
.b-phone {
    display: block;
    padding: 0 24px;
    background: url(images/phone.png) left no-repeat;
    font-size: 25px;
    color: black;
    text-decoration: none; }