@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Bold.woff2') format('woff2'), url('fonts/Roboto-Bold.woff') format('woff'), url('fonts/Roboto-Bold.ttf') format('truetype'), url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular.woff2') format('woff2'), url('fonts/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular.ttf') format('truetype'), url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.eot');
    src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Medium.woff2') format('woff2'), url('fonts/Roboto-Medium.woff') format('woff'), url('fonts/Roboto-Medium.ttf') format('truetype'), url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    src: url('fonts/Roboto-Bold.ttf');
    font-family: "Roboto - Bold";
    font-weight: 700;
}

@font-face {
    src: url('fonts/Montserrat-SemiBold.ttf');
    font-family: "Montserrat - Semi Bold";
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.eot');
    src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Light.woff2') format('woff2'), url('fonts/Montserrat-Light.woff') format('woff'), url('fonts/Montserrat-Light.ttf') format('truetype'), url('fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.eot');
    src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-SemiBold.woff2') format('woff2'), url('fonts/Montserrat-SemiBold.woff') format('woff'), url('fonts/Montserrat-SemiBold.ttf') format('truetype'), url('fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

a:hover {
    text-decoration: none;
}

button:focus,
button:active {
    outline: none;
    box-shadow: none;
}

select:focus,
select:active {
    outline: none;
    box-shadow: none;
}

input:focus,
input:active {
    outline: none !important;
    box-shadow: 3px 3px 9px rgba(62, 62, 62, 0.1);
}

img {
    max-width: 100%;
}

.mail_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header_mail a {
    color: #201d1d;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.45px;
    transition: 0.3s;
}

.header_mail a:hover {
    color: #3f86bf;
}

.header_mail img {
    margin-right: 12px;
}

.header_price {
    width: 89px;
}

.header_price a {
    color: #3f85bf;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    transition: 0.3s;
    border-bottom: 1px dashed #3f85bf;
    position: relative;
    /* left: -27px; */
}

.header_price a:hover {
    border-bottom-color: transparent;
}

.header_search img {
    background-color: rgba(248, 248, 248, 0.96);
    padding: 8px 10px;
    border-color: #e8e8e8;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    margin-top: -4px;
}

#header_search::placeholder {
    color: #9b9b9b;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 300;
}

#header_search {
    color: #000000;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 300;
    padding: 5px 12px 3px;
    border-color: #e8e8e8;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    background-color: #ffffff;
    width: 290px;
    max-width: 100%;
}

.header_call-order {
    color: #3f85bf;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
    letter-spacing: 0.35px;
    cursor: pointer;
    background: transparent;
    box-shadow: unset;
    border: unset;
    border-bottom: 1px dashed #3f85bf;
    padding: 0px;
}

.header_call-order:hover {
    border-bottom-color: transparent;
}

.header_phone {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: baseline;
    width: 100%;
}

.header_address {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: baseline;
    width: 100%;
}

.header_phone a {
    color: #333534;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
    transition: 0.3s;
}

.header_phone a b {
    font-weight: 700;
}

.header_phone img {
    margin-right: 11px;
}

.header_phone a:hover {
    color: #3f86bf;
}

.header_address div {
    color: #333534;
    font-family: Roboto;
    font-size: 18px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.45px;
}

.header_address select#city {
    color: #3f85bf;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
    border: 0px;
    border-bottom: 1px dashed #3f85bf;
    background: transparent;
    transition: 0.3s;
    padding: 0px;
}

.header_address select#city option {
    color: #333534;
    font-family: Roboto;
    font-size: 14px;
}

.header_address img {
    margin-right: 11px;
}

.header_wrapper {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.top-line__wrapper {
    box-shadow: 1px 1px 5px rgba(32, 34, 35, 0.05);
    padding: 15px 0px 13px;
}

.menu_wrapper {
    background-image: linear-gradient(5deg, #e8e6e7 0%, #e8e6e7 51%, #f1eff0 100%);
}

#menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.mobile_menu {
    display: none;
}

.header_phone span {
    color: #3e403f;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
}

#menu li>a,
#menu_mob li>a {
    transition: 0.3s;
    color: #2a2c2e;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    display: block;
    padding: 12px 32px;
}

#menu li {
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}

#menu li:hover {
    border-bottom: 2px solid rgba(63, 133, 191, 0.96);
}

#menu li.active {
    border-bottom: 2px solid rgba(63, 133, 191, 0.96);
    background-color: rgba(0, 0, 0, 0.02);
}

#menu li:hover a,
#menu li.active a {
    text-shadow: 2px 2px 20px rgba(0, 17, 17, 0.1);
    color: #3f85bf;
}

.left_offset {
    margin-left: -30px;
}

.left_offset2 {
    margin-left: -17px;
}

.mail_wrapper {
    margin-bottom: 14px;
}

body ul#menu li.header_socials>a {
    display: inline;
    padding: 0px;
    border: unset;
}

.header_socials button {
    display: block;
    margin-top: 3px;
    line-height: 13px;
}

body ul#menu li.header_socials {
    */ -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 117px;
    border: unset;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

body ul#menu li.header_socials>a svg path {
    fill: #a3a3a3;
    transition: 0.3s;
}

body ul#menu li.header_socials>a:hover svg path {
    fill: #000000;
}

body ul#menu li.header_socials>a i {
    color: #a3a3a3;
    font-size: 22px;
    padding: 0px 8px;
    transition: 0.3s;
}

body ul#menu li.header_socials>a:hover i {
    color: #000000;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-body {
    position: relative;
    padding: 15px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 50px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    position: absolute;
    top: 0px;
    right: 14px;
    outline: none
}

.modal-header .close {
    margin-top: 3px;
}

.modal-header .close {
    margin-top: 3px;
    width: auto;
    color: black;
    font-family: serif;
    color: rgba(174, 174, 174, 1);
    font-size: 22px;
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 0;
    z-index: 100;
    background: none;
    color: #aeaeae;
    text-decoration: none !important;
    font-size: 22px;
    font-weight: normal;
    font-family: Tahoma, Arial;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.modal-header .close:hover {
    color: black;
}

#modal_form_submit {
    width: 100%;
}

#modal_form input[type='text'] {
    height: 60px;
    margin-bottom: 15px;
    font-size: 17px;
    padding-left: 10px;
}

.modal-body {
    position: relative;
    padding: 15px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 70px;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 70px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 500px;
        margin: 30px auto;
    }
}

@media (max-width: 768px) {
    .modal-body {
        position: relative;
        padding: 15px;
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 31px !important;
    }
    .modal-header {
        min-height: 16.43px;
        padding: 15px;
        border-bottom: 0px solid #e5e5e5;
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 30px !important;
    }
}

.fake_menu_mob {
    min-height: 198px;
}

.home-slider__wrapper {
    background-color: rgba(248, 247, 247, 0.95);
    padding: 34px 45px 44px;
}

.home-slider__wrapper {
    color: #2a2c2e;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 29.6px;
    letter-spacing: 0.44px;
    width: 495px;
    max-width: 100%;
    margin-left: 67px;
    background: linear-gradient(-70deg, transparent 50px, rgba(248, 247, 247, 0.95)0) right, linear-gradient(45deg, transparent 15px, transparent 0) left;
    background-size: 100% 100%;
}

.home-slider__wrapper h2 {
    color: #27292b;
    font-family: Roboto;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.36px;
    position: relative;
    margin-bottom: 22px;
}

.home-slider__wrapper h2:after {
    content: "";
    width: 65px;
    height: 3px;
    background-color: #3f86bf;
    display: block;
    margin-top: 22px;
}

.owl-home_main .item {
    min-height: 756px;
}

.btn.btn-default {
    box-shadow: 4px 6px 16px rgba(29, 90, 139, 0.4);
    border-radius: 24px;
    background-color: #3f86bf;
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 33px;
    text-transform: uppercase;
    transition: 0.3s;
    letter-spacing: 0.35px;
    padding: 7px 41px 5px;
    border: 1px solid transparent;
}

.btn.btn-default:hover {
    box-shadow: 3px 3px 9px rgba(62, 62, 62, 0.1);
    border: 1px solid #f7f7f7;
    background-color: #ffffff;
    color: #3f86bf;
}

.home-main_details {
    padding-top: 28px;
}

.slide_arrow_prev,
.slide_arrow_next {
    width: 41px;
    height: 41px;
    box-shadow: 4px 6px 16px rgba(29, 90, 139, 0.4);
    border-radius: 21px;
    background-color: #3f86bf;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.owl-home_main .slide_arrow_prev,
.owl-home_main .slide_arrow_next {
    box-shadow: 3px 3px 9px rgba(62, 62, 62, 0.1);
    background-color: #ffffff;
    border-radius: 18px;
    width: 36px;
    height: 36px;
}

.slide_arrow_prev i,
.slide_arrow_next i {
    font-size: 19px;
    color: #ffffff;
}

.owl-home_main .slide_arrow_prev i,
.owl-home_main .slide_arrow_next i {
    font-size: 19px;
    color: #3f86bf;
}

.slide_arrow_prev:hover,
.slide_arrow_next:hover {
    box-shadow: 3px 3px 9px rgba(62, 62, 62, 0.1);
    border-radius: 18px;
    background-color: #ffffff;
}

.owl-home_main .slide_arrow_prev:hover,
.owl-home_main .slide_arrow_next:hover {
    box-shadow: 4px 6px 16px rgba(29, 90, 139, 0.4);
    background-color: #3f86bf;
}

.slide_arrow_prev:hover i,
.slide_arrow_next:hover i {
    color: #3f86bf;
}

.owl-home_main .slide_arrow_prev:hover i,
.owl-home_main .slide_arrow_next:hover i {
    color: #ffffff;
}

div.owl-theme.owl-carousel div.owl-nav .disabled .slide_arrow_next,
div.owl-theme.owl-carousel div.owl-nav .disabled .slide_arrow_prev {
    opacity: 1;
    box-shadow: 3px 3px 9px rgba(62, 62, 62, 0.1);
    border-radius: 18px;
    background-color: #ffffff;
}

div.owl-theme.owl-carousel div.owl-nav .disabled .slide_arrow_next i,
div.owl-theme.owl-carousel div.owl-nav .disabled .slide_arrow_prev i {
    color: #3f86bf;
}

div.owl-theme.owl-carousel div.owl-nav .disabled {
    opacity: 1;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    bottom: calc(50% - -27px);
    z-index: 0;
    height: 0;
}

.owl-home_main.owl-theme.owl-carousel .owl-nav {
    margin-top: 10px;
    position: absolute;
    width: 71%;
    bottom: 63%;
    left: 15%;
    z-index: 1;
}

.slide_arrow_prev {
    position: absolute;
    left: -55px;
}

.slide_arrow_next {
    position: absolute;
    right: -55px;
}

.owl-home_main .slide_arrow_prev {
    left: 0px;
}

.owl-home_main .slide_arrow_next {
    right: 0px;
}

.owl-carousel.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -17%;
}

.owl-carousel.owl-theme.owl-home_main .owl-dots {
    bottom: 6%;
}

div.owl-theme.owl-carousel .owl-dots .owl-dot span {
    background: rgba(63, 134, 191, 0.25);
    width: 10px;
    height: 10px;
    margin: 5px 3px;
    transition: 0.3s linear;
}

div.owl-theme.owl-carousel .owl-dots .owl-dot.active span,
div.owl-theme.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3f86bf;
    width: 13px;
    height: 13px;
}

div.owl-theme.owl-carousel.owl-home_main .owl-dots .owl-dot.active span,
div.owl-theme.owl-carousel.owl-home_main .owl-dots .owl-dot:hover span {
    background: #f8f8f8;
}

div.owl-theme.owl-carousel.owl-home_main .owl-dots .owl-dot span {
    background: rgba(214, 214, 214, 0.7);
}

.page-title h2 {
    color: #27292b;
    font-family: Roboto;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.42px;
    text-align: center;
}

.page-title h2:after {
    content: "";
    width: 65px;
    height: 3px;
    background-color: #3f86bf;
    display: block;
    margin: 20px auto 0px;
}

.shadow-title span {
    opacity: 0.24;
    color: #ebebeb;
    font-family: Roboto;
    font-size: 110px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 65px;
}

.home_directions__wrapper {
    padding-top: 80px;
    position: relative;
}

.home_directions__wrapper .page-title {
    margin-bottom: 52px;
}

.directions_name {
    color: #2a2c2e;
    font-family: Roboto;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.21px;
    margin-top: 24px;
    border-top: 1px solid #dcdcdc;
}

.directions_name:before {
    content: "";
    width: 65px;
    height: 3px;
    background-color: #3f86bf;
    display: block;
    margin: 0px auto 20px;
}

.home_directions__item {
    background-color: #f7f7f7;
    padding: 14px 10px 30px;
    height: 100%;
}

.classnapr.home_directions__item {
    height: 320px;
}

.directions_hidden-name {
    color: #2a2c2e;
    font-family: Roboto;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.21px;
    padding: 0px 30px;
    text-align: center;
}

.directions_hidden-name:after {
    content: "";
    width: 65px;
    height: 3px;
    background-color: #3f86bf;
    display: block;
    margin: 20px auto 0px;
}

.directions_hidden {
    box-shadow: 1px 2px 15px rgba(0, 17, 17, 0.1);
    background-color: #ffffff;
    padding: 6px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px;
    width: 100%;
    height: 100%;
}

.directions_hidden-inner {
    border: 1px solid rgba(63, 134, 191, 0.95);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.home_directions__item:hover .directions_hidden {
    opacity: 1;
    height: 100%;
    visibility: visible;
}

.directions_hidden-inner>img {
    position: absolute;
    z-index: 0;
    opacity: 0.4;
}

.directions_hidden-inner>div {
    position: relative;
    z-index: 2;
}

.directions_details {
    text-align: center;
    margin-top: 30px;
}

.directions_image {
    text-align: center;
    min-height: 179px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}

.row_directions__items>div {
    padding: 0px 7px;
    margin-bottom: 15px;
}

.home_directions__more {
    margin-top: 25px;
    text-align: center;
}

.product_item {
    box-shadow: 1px 2px 15px rgba(0, 17, 17, 0.1);
    background-color: #ffffff;
    padding: 20px 9px 35px;
}

.product_name {
    color: #2a2c2e;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.44px;
    margin-top: 26px;
    border-top: 1px solid #dcdcdc;
    padding-bottom: 16px;
    padding: 0px 35px;
}

.product_name:before {
    content: "";
    width: 65px;
    height: 3px;
    background-color: #3f86bf;
    display: block;
    margin: 0px auto 20px;
}

.product_price {
    color: #3f86bf;
    font-family: Roboto;
    font-size: 18px;
    line-height: 24px;
    font-family: "Roboto";
    font-weight: 400;
    text-align: center;
    padding-bottom: 13px;
    padding-top: 7px;
}

.product_price b {
    font-weight: 700;
}

.product_order {
    text-align: center;
}

.home_populars__wrapper {
    padding-top: 100px;
    position: relative;
}

.home_populars__wrapper .page-title {
    margin-bottom: 60px;
}

.home_populars__wrapper .owl-carousel.owl-populars .owl-item img {
    width: auto;
}

.product_image {
    min-height: 141px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}

.home_about__content {
    background: url(/images/about-back.png);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0px 0px;
    margin-top: 60px;
}

.home_about__wrapper {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 11px 15px 16px;
}

.home_about__inner {
    border: 1px solid rgba(63, 134, 191, 0.95);
    padding: 46px 22px;
}

.home_about__content .page-title {
    margin-bottom: 20px;
}

.home_about__text p {
    color: #2a2c2e;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}

.home_about__text p span {
    border-bottom: 1px solid #2a2c2e;
}

.home_about__description p {
    color: #2a2c2e;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.home_about__description p.font20 {
    color: #2a2c2e;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin-bottom: 24px;
}

.home_about__description {
    margin-top: 32px;
}

.about_description-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: start;
    width: 100%;
}

.about_description-flex img {
    margin-right: 23px;
}

.about_description-flex {
    margin-bottom: 10px;
}

.home_projects__wrapper {
    position: relative;
    padding-top: 83px;
}

.home_projects__wrapper .page-title {
    margin-bottom: 64px;
}

.home_projects__wrapper .shadow-title span {
    right: 11%;
}

.home_project__carousel .current_image {
    margin-bottom: 19px;
}

.home_project__carousel .current_image img {
    height: 437px;
}

.projects_additional-images .item {
    position: relative;
    max-height: 123px;
    max-width: 185px;
    margin-right: 14px;
}

.projects_additional-images {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.projects_additional-images .item.current .image-active_background {
    background-color: rgba(63, 134, 191, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home_partners__carousel {
    padding-top: 100px;
}

.projects_additional-images .item:last-child {
    margin-right: 0px;
}

.project_description__detail p img {
    margin-right: 15px;
    width: auto !important;
    display: initial !important;
    position: absolute;
}

.home_project__description p {
    color: #2a2c2e;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.44px;
    margin-bottom: 11px;
    position: relative;
}

.home_project__description>p:after {
    content: "";
    width: 65px;
    height: 3px;
    background-color: #3f86bf;
    display: block;
    margin: 22px 0;
}

.home_project__outer {
    box-shadow: 9px 12px 40px rgba(0, 17, 17, 0.1);
    background-color: #ffffff;
    padding: 12px;
    margin-left: -66px;
}

.home_project__description {
    border: 1px solid rgba(63, 134, 191, 0.95);
    padding: 30px 100px 10px 50px;
}

.home_project__carousel {
    position: relative;
    z-index: 2;
}

.project_description__detail>p {
    color: #2a2c2e;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    align-items: flex-start;
}

.project_description__detail>p>b {
    font-weight: 700;
    line-height: 27.44px;
    margin-right: 20px;
    margin-left: 40px;
}

.owl-partners.owl-carousel.owl-theme .owl-nav {
    bottom: 75%;
}

.home_map__wrapper {
    padding-top: 95px;
}

.home_contacts__wrapper {
    width: 458px;
    max-width: 100%;
    box-shadow: 9px 12px 40px rgba(0, 17, 17, 0.1);
    background-color: #ffffff;
    padding: 12px;
    position: absolute;
    z-index: 4;
    right: 0;
    top: 75px;
}

.home_contacts__inner {
    border: 1px solid rgba(63, 134, 191, 0.95);
    padding: 24px 26px 27px;
}

.contact_phone {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
}

.contact_phone_left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: baseline;
    width: 50%;
}

.contact_phone_left img {
    margin-right: 11px;
}

.contacts_address {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: baseline;
    width: 100%;
}

.contacts_mail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: baseline;
    width: 100%;
}

.contacts_address img {
    margin-right: 11px;
}

.contacts_mail img {
    margin-right: 11px;
}

.contact_phone p {
    color: #333534;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
    letter-spacing: -0.15px;
    white-space: nowrap;
}

.contact_phone a {
    color: #201d1d;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s;
}

.contact_phone a:hover {
    color: #3f86bf;
}

.contact_phone img {
    margin-right: 10px;
}

.contacts_address p {
    color: #333534;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contacts_address {
    padding-top: 6px;
}

.contacts_address img {
    margin-right: 11px;
}

.contacts_mail a {
    color: #201d1d;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s;
}

.contacts_mail a:hover {
    color: #3f86bf;
}

.contacts_mail img {
    margin-right: 10px;
}

.contacts_form__title {
    color: #333534;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
}

.contacts_form__title p {
    font-family: "Roboto";
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.contacts_form input,
.contacts_form textarea {
    color: #2a2c2e;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s;
    padding: 7px 20px 9px;
    box-shadow: inset 1px 1px 6px 1px rgba(18, 22, 18, 0.05);
    border: 1px solid #e8e8e8;
    background-color: #fefefe;
    cursor: pointer;
}

.contacts_form input:hover,
.contacts_form textarea:hover {
    box-shadow: 3px 3px 9px rgba(62, 62, 62, 0.1);
    border: 1px solid #e8e8e8;
}

.contacts_form input:focus,
.contacts_form textarea:focus {
    box-shadow: none !important;
    outline: 0 !important;
    border: 1px solid #e8e8e8 !important;
}

.contacts_form input::placeholder,
.contacts_form textarea::placeholder {
    color: #9b9b9b;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
}

.contacts_form-inline {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.home_contacts__wrapper .page-title {
    margin-bottom: 2px;
}

.contacts_form__button {
    text-align: center;
}

.contacts_form-inline .form-group:first-child {
    margin-right: 10px;
}

.footer {
    box-shadow: 1px 1px 5px rgba(32, 34, 35, 0.05);
    background-color: #ffffff;
    padding: 18px 0px 30px;
}

.footer_menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 0px;
    list-style: none;
    margin-bottom: 15px;
}

.footer_menu ul>li>a {
    color: #201d1d;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.45px;
    transition: 0.3s;
}

.footer_menu ul>li>a:hover,
.footer_menu ul>li>a.current {
    text-shadow: 2px 2px 20px rgba(0, 17, 17, 0.1);
    color: #3f85bf;
}

.footer_presentation {
    color: #201d1d;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    transition: 0.3s;
    margin-right: 18px;
}

.footer_presentation:hover {
    color: #3f86bf;
}

.footer_presentation img {
    margin-right: 11px;
    vertical-align: top;
}

.privacy_policy {
    color: #201d1d;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    transition: .3s;
    letter-spacing: 0.35px;
    border-bottom: 1px solid #201d1d;
    margin-right: 17px;
}

.privacy_policy:hover {
    color: #3f86bf;
    border-bottom-color: #3f86bf;
}

.edison {
    color: #201d1d;
    font-family: Roboto;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.35px;
    transition: 0.3s;
}

.edison b {
    font-weight: 700;
}

.edison:hover a {
    color: #3f86bf;
}

.footer_menu,
.footer_bottom {
    margin-left: -40px;
}

ul#menu_mob {
    width: 100%;
    padding-left: 0px;
    list-style: none;
}

ul#menu_mob>li>a {
    padding: 5px 15px;
}

ul#menu_mob>li:hover a {
    color: #3f86bf;
}

.fixed_menu.fixeded .header_phone>div * {
    transition: 0.3s;
}

.home_projects__wrapper .owl-projects.owl-carousel.owl-theme .owl-nav {
    bottom: 64%;
}

.breadcrumbs li>a {
    color: #3e3e3d;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    transition: 0.3s;
}

.breadcrumbs li>a:hover {
    color: #008dd2;
}

.breadcrumbs li>a:after {
    content: "|";
    color: #3e3e3d;
    padding: 0px 5px;
}

.breadcrumbs li {
    color: #008dd2;
    font-family: "Montserrat";
    font-weight: 700;
}

.breadcrumbs {
    padding-top: 47px;
    padding-bottom: 48px;
}

.breadcrumbs ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product_card__name h1 {
    color: #111111;
    font-family: Roboto;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.83px;
    margin-bottom: 45px;
}

.attributes_row .attribute_name {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.attributes_row .attribute_value {
    color: #111111;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
}

.attributes_row {
    padding-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.additional_images {
    margin-top: 7px;
    padding-left: 30px;
    padding-right: 30px;
}

.owl-additional .slide_arrow_prev,
.owl-additional .slide_arrow_next {
    width: 22px;
    height: 22px;
}

.owl-additional .slide_arrow_next {
    right: -31px;
}

.owl-additional .slide_arrow_prev {
    left: -31px;
}

.owl-additional .slide_arrow_next i {
    padding-left: 4px;
}

.owl-additional .slide_arrow_prev i {
    padding-right: 2px;
}

.product_card__order {
    padding-top: 18px;
}

.product_card__info {
    padding-left: 7px;
}

.owl-additional .item {
    position: relative;
}

.owl-additional .item.current .additional_active {
    background-color: rgba(63, 134, 191, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-additional .item {
    max-height: 123px;
    position: relative;
    overflow-y: hidden;
}

.product_card__description .tab-pane {
    box-shadow: 9px 12px 40px rgba(0, 17, 17, 0.1);
    background-color: #ffffff;
    padding: 12px;
}

.product_card__description__wrapper {
    padding: 32px 29px 37px 13px;
    border: 1px solid #3f86bf;
}

.product_card__description__wrapper,
.product_card__description__wrapper * {
    color: #111111;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.41px;
}

.product_card__description .nav-tabs .nav-link {
    border: 1px solid;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #111111;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.41px;
    border-color: #3f86bf #3f86bf #fff;
    padding: 16px 47px;
    width: 264px;
    max-width: 100%;
    text-align: center;
}

.product_card__description .nav-tabs .nav-item.show .nav-link,
.product_card__description .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #0d93d4;
    border-color: #0d93d4;
}

.product_card__description .nav-tabs {
    border-bottom: 1px solid #ffffff;
}

.product_card__description {
    margin-top: 62px;
}

.product_card__order .btn.btn-default {
    background-color: rgba(0, 141, 210, .95);
    box-shadow: 4px 6px 16px rgba(29, 90, 139, 0.4);
}

.product_card__order .btn.btn-default:hover {
    box-shadow: 3px 3px 9px rgba(62, 62, 62, 0.1);
    border: 1px solid #f7f7f7;
    background-color: #ffffff;
    color: #3f86bf;
}

.product_card__content {
    position: relative;
    padding-bottom: 61px;
}

#modal_form_submit_order {
    width: 100%;
}

#productOrder input[type='text'] {
    height: 60px;
    margin-bottom: 15px;
    font-size: 17px;
    padding-left: 10px;
}

.main_image {
    text-align: center;
}

@media (max-width: 1200px) {
    .header_mail a {
        font-size: 14px;
    }
    .header_mail img {
        margin-right: 6px;
    }
    .header_price a {
        font-size: 14px;
    }
    #header_search {
        width: 230px;
    }
    .left_offset {
        margin-left: -10px;
    }
    .left_offset2 {
        margin-left: -35px;
    }
    .header_address div {
        font-size: 15px;
    }
    #menu li>a {
        font-size: 14px;
        padding: 12px 24px;
    }
    .header_phone span {
        font-size: 11px;
    }
    .header_phone img {
        margin-right: 6px;
    }
    .header_address img {
        margin-right: 6px;
    }
    .owl-home_main .slide_arrow_prev {
        left: -51px;
    }
    .owl-home_main .slide_arrow_next {
        right: -45px;
    }
    .home-slider__wrapper h2 {
        font-size: 30px;
    }
    .owl-home_main .item {
        min-height: 600px;
    }
    .directions_hidden-name {
        font-size: 19px;
        padding: 0px 15px;
    }
    .directions_name {
        font-size: 19px;
    }
    .project_description__detail>p {
        font-size: 16px;
    }
    .home_project__description {
        padding: 30px 70px 10px 50px;
    }
    .header_wrapper .projects_additional-images .item {
        max-height: 109px;
    }
    .footer_menu ul>li>a {
        font-size: 15px;
    }
    .footer_menu,
    .footer_bottom {
        margin-left: -17px;
    }
    .footer_menu ul>li>a {
        font-size: 15px;
    }
    .footer_presentation {
        font-size: 12px;
        margin-right: 10px;
    }
    .footer_presentation img {
        margin-right: 6px;
    }
    .privacy_policy {
        font-size: 12px;
        margin-right: 5px;
    }
    .edison {
        font-size: 12px;
    }
    .contact_phone a {
        font-size: 16px
    }
    .contacts_address p {
        font-size: 16px;
    }
    .contacts_mail a {
        font-size: 16px
    }
    .product_card__name h1 {
        margin-bottom: 20px;
    }
    .attributes_row {
        padding-bottom: 20px;
    }
    .product_card__order {
        padding-top: 10px;
    }
}

@media (max-width: 1025px) {
    .slide_arrow_next {
        right: -31px;
    }
    .slide_arrow_prev {
        left: -31px;
    }
    .owl-home_main .slide_arrow_prev {
        left: -111px;
    }
    .owl-home_main .slide_arrow_next {
        right: -104px;
    }
}

@media (max-width: 992px) {
    .desktop_menu {
        display: none;
    }
    .mobile_menu {
        display: block;
    }
    #header_search {
        width: 130px;
    }
    #header_search::placeholder {
        font-size: 10px;
    }
    .mobile_menu .header_search img {
        margin-right: 0px;
    }
    .fake_menu_mob {
        min-height: 125px;
    }
    .header_phone {
        justify-content: space-between;
    }
    .header_phone>div {
        position: relative;
    }
    .header_phone>div:last-child img {
        position: absolute;
        left: -17px;
        top: 6px;
    }
    .row_directions__items {
        /* justify-content: center; */
    }
    .shadow-title span {
        font-size: 55px;
        top: 50px;
    }
    .home_directions__wrapper {
        padding-top: 30px;
    }
    .home_populars__wrapper {
        padding-top: 40px;
    }
    .home_about__content {
        padding: 30px 0px 30px;
        margin-top: 100px;
    }
    .home_about__text p {
        font-size: 16px;
    }
    .home_about__description p {
        font-size: 16px;
    }
    .about_description-flex img {
        margin-right: 18px;
        width: 11%;
    }
    .page-title h2 {
        font-size: 37px;
    }
    .home_about__inner {
        padding: 15px 17px 0px;
    }
    .home_projects__wrapper {
        padding-top: 30px;
    }
    .home_project__carousel .current_image img {
        min-height: 340px;
    }
    .projects_additional-images .item {
        max-height: 80px;
    }
    .home_project__carousel .current_image img {
        min-height: 340px;
        max-height: 340px;
    }
    .home_project__description {
        padding: 10px 20px 10px 40px;
    }
    .home_project__description p {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .home_project__description>p:after {
        margin: 3px 0;
    }
    .project_description__detail>p {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .project_description__detail>p>b {
        margin-right: 10px;
    }
    .footer_menu ul>li>a {
        font-size: 12px;
    }
    .header_address {
        width: 50%;
        padding: 15px 10px;
    }
    .breadcrumbs {
        padding-top: 15px;
        padding-bottom: 25px;
    }
    .product_card__name h1 {
        font-size: 25px;
    }
    .attributes_row .attribute_name {
        font-size: 16px;
    }
    .attributes_row .attribute_value {
        font-size: 16px;
    }
    .product_card__info {
        padding-left: 0;
    }
    .product_card__description .nav-tabs .nav-link {
        font-size: 16px;
        padding: 16px 20px;
        width: 230px;
    }
    .product_card__description__wrapper,
    .product_card__description__wrapper * {
        font-size: 16px;
    }
    .navbar-collapse .mail_wrapper,
    .navbar-collapse .header_search {
        padding-left: 14px;
    }
}

@media (max-width: 767px) {
    .home_project__carousel .current_image img {
        min-height: initial;
        max-height: initial;
    }
    .projects_additional-images .item {
        max-height: initial;
    }
    .home_project__outer {
        margin-left: 0px;
    }
    .home_project__description {
        padding: 10px 20px 10px 20px;
    }
    .home_contacts__wrapper {
        width: 100%;
        position: relative;
        top: 0;
        box-shadow: none;
    }
    .home_contacts__inner {
        border: 0px solid transparent;
        padding: 0px;
    }
    .page-title h2:after {
        margin: 7px auto 0px;
    }
    .contact_contacts {
        margin-top: 15px;
    }
    .home_map__wrapper #YaMap {
        min-height: 300px !important;
    }
    .footer_logo {
        text-align: center;
    }
    .footer_menu,
    .footer_bottom {
        margin-left: 0px;
    }
    .footer_presentation,
    .edison {
        display: block;
        text-align: center;
        margin-right: 0px;
    }
    .footer_presentation {
        margin-bottom: 7px;
    }
    .edison {
        margin-top: 10px;
    }
    .footer_bottom {
        text-align: center;
    }
    .footer_presentation img {
        vertical-align: middle;
    }
    .privacy_policy {
        margin-right: 0px;
    }
    .home_map__wrapper {
        padding-top: 30px;
    }
    .home_partners__carousel {
        padding-top: 45px;
    }
    .owl-home_main .slide_arrow_next {
        right: -80px;
    }
    .owl-home_main .slide_arrow_prev {
        left: -85px;
    }
    .owl-carousel.owl-theme .owl-nav {
        z-index: 0;
    }
    .owl-home_main .item {
        min-height: 500px;
    }
    .home-slider__wrapper {
        padding: 10px 20px 25px;
    }
    .home-slider__wrapper {
        font-size: 14px;
        width: 400px;
        margin-left: 0px;
    }
    .home-slider__wrapper h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .home-slider__wrapper h2:after {
        margin-top: 10px;
    }
    .home-main_details {
        padding-top: 11px;
    }
    .home_about__description p.font20 {
        font-size: 18px;
    }
    .owl-additional .item {
        max-height: 183px;
    }
    .product_card__name h1 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .attributes_row {
        padding-bottom: 10px;
    }
    .product_card__description {
        margin-top: 30px;
    }
    .product_card__description .nav-tabs .nav-link {
        font-size: 14px;
        width: auto;
    }
    .product_card__description__wrapper {
        padding: 15px 15px 15px 13px;
    }
    .product_card__content {
        padding-bottom: 30px;
    }
}

@media (max-width: 692px) {
    .header_mail a {
        font-size: 11px;
    }
    .header_search img {
        padding: 8px 7px;
    }
    #header_search {
        width: 98px;
        padding: 5px 0px 3px;
    }
    .header_phone a {
        font-size: 11px;
        letter-spacing: 0px;
    }
    .header_phone span {
        font-size: 9px;
    }
    .header_phone>div br {
        display: none;
    }
    .header_phone>div a {
        display: block;
    }
    .mail_wrapper {
        margin-bottom: 9px;
    }
    .fake_menu_mob {
        min-height: 101px;
    }
}

@media (max-width: 575px) {
    .header_phone>div:first-child {
        display: none;
    }
    .header_price a {
        left: 0;
        font-size: 15px;
    }
    .header_mail a {
        font-size: 15px;
    }
    .mail_wrapper {
        justify-content: initial;
    }
    .header_mail {
        margin-right: 15px;
        padding: 0px 15px;
    }
    #header_search {
        width: 250px;
        padding: 5px 10px 3px;
    }
    .header_search {
        padding: 0px 15px;
    }
    #header_search::placeholder {
        font-size: 12px;
    }
    .header_phone {
        justify-content: center;
    }
    .slide_arrow_prev {
        left: 0;
    }
    .slide_arrow_next {
        right: 0;
    }
    .owl-home_main.owl-theme.owl-carousel .owl-nav {
        bottom: 13%;
        z-index: 5;
    }
    .owl-home_main .slide_arrow_prev {
        left: 0;
    }
    .owl-home_main .slide_arrow_next {
        right: 0;
    }
    .row_directions__items>div {
        padding: 0px 15px;
    }
    .directions_hidden {
        padding: 6px 15px;
    }
    .btn.btn-default {
        font-size: 12px;
        padding: 8px 30px 5px;
    }
    #menu li>a,
    #menu_mob li>a {
        font-size: 14px;
    }
    .page-title h2 {
        font-size: 24px;
    }
    .shadow-title span {
        display: none;
    }
    .home_about__text p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .home_about__description p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .about_description-flex {
        margin-bottom: 0px;
    }
    .home_about__description p.font20 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .home_about__description {
        margin-top: 8px;
    }
    .home_directions__wrapper .page-title {
        margin-bottom: 20px;
    }
    .home_projects__wrapper .page-title {
        margin-bottom: 25px;
    }
    .owl-projects .owl-item .item {
        padding: 0px 15px;
    }
    .owl-projects .owl-item .projects_additional-images .item {
        padding: 0px;
    }
}

@media (max-width: 485px) {
    .footer_menu ul {
        align-items: center;
        justify-content: space-evenly;
    }
    .home_populars__wrapper .page-title {
        margin-bottom: 15px;
    }
    .footer_menu ul>li>a {
        font-size: 14px;
    }
    .contact_phone {
        flex-direction: column;
    }
}

@media (max-width: 380px) {
    .project_description__detail>p>b {
        margin-right: 7px;
        margin-left: 30px;
    }
    .project_description__detail>p {
        font-size: 14px;
    }
    .home_project__description p {
        font-size: 16px;
    }
    .home_project__description {
        padding: 10px 10px 10px 10px;
    }
    .home_project__outer {
        padding: 7px;
    }
    .home_about__wrapper {
        padding: 11px 8px 10px;
    }
    .home_about__inner {
        padding: 15px 11px 0px;
    }
    .contact_phone_right {
        padding-left: 23px;
    }
    .contact_phone_left {
        width: 100%;
    }
    .home_about__description p.font20 {
        font-size: 16px;
    }
    .product_card__description .nav-tabs .nav-link {
        padding: 14px 15px;
    }
}

.modal-body .btn.btn-default {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media(max-width: 1200px) {
    .home_about__content {
        margin-top: 0;
        padding-bottom: 0;
    }
}

#navbar1 {
    max-height: calc(100vh - 125px);
    overflow: auto;
}

@media(max-width: 575px) {
    .flexmenuphones {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .phonmenubox2 {
        margin-top: -8px;
        margin-left: 10px;
    }
}

@media(max-width: 490px) {
    .flexmenuphones {
        display: block;
    }
    .phonmenubox2 {
        margin-top: 0px;
        margin-left: 0px;
    }
}

.home_populars__wrapper .container {
    padding-bottom: 96px;
}

.home_populars__wrapper {
    overflow: hidden;
}

.owl-populars .owl-item {
    opacity: 0;
    transition: 0.3s;
}

.owl-populars .owl-item.active {
    opacity: 1;
}

.owl-populars .owl-stage-outer {
    overflow: inherit !important;
}

.product_name {
    text-align: center;
}

.product_name a {
    transition: 0.3s;
    color: black;
    text-align: center;
}

.product_name a:hover {
    color: #3f86bf;
}

.discriptioncateg {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.41px;
    margin-bottom: 30px;
}

.product_card__description__wrapper h2,
.product_card__description__wrapper b {
    font-weight: 700;
}

.player-container {
    position: relative;
    width: 100%; /* Ширина контейнера */
    padding-top: 56.25%; /* Соотношение сторон: 16:9 (9/16 * 100) */
    overflow: hidden;
}

.player-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Ширина плеера равна ширине контейнера */
    height: 100%; /* Высота плеера автоматически подстраивается */
}
