@charset "utf-8";

/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 23.02.21 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
@import url("swiper-bundle.min.css");
@import url("vue-cool-lightbox.min.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
[v-cloak] {
    display: none!important;
}
html {
    height: 100%;
    overflow-y: scroll;
    font-size: 1px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
button:disabled{
    background: gray!important;
}
.error_field{
    color:red;
}
.checkbox {
  cursor: pointer;
  background: #fff;
  border: 0.1rem solid #E7E7E7;
  border-radius: 0.4rem;
  display: inline-block;
  width: 21.9rem;
  height: 21.9rem;
  position: relative;
  vertical-align: middle;
}

.checkbox .bg {
  background: url(../images/checkbox.png) no-repeat 50% 50%;
  width: 21.9rem;
  height: 21.9rem;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.checkbox input {
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
}

.checkbox input:checked + .bg {
  opacity: 1;
}

.label_2 {
  width: 90%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.6rem;
  color: #464646;
  line-height: 1.4;
}
.form_box .label_2{
    color:white;
}
body {
    background: #fff;
    height: 100%;
    color: #2B2A29;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    word-wrap: break-word;
}

input, button, select, textarea, html {
    font-family: 'Montserrat', sans-serif;
}

a {
    color: #CD2020;
    text-decoration: underline;
}

a:hover, a:hover:visited {
    text-decoration: none;
}

.nu a:hover, a.nu:hover {
    text-decoration: underline;
}

.nu a, a.nu {
    text-decoration: none;
}

a.link_dashed, .link_dashed a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.link_dashed:hover, .link_dashed a:hover {
    border: 0;
    text-decoration: none;
}

.h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 21px;
    color: #28353E;
    text-transform: uppercase;
}

.h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 21px;
    color: #28353E;
    text-transform: uppercase;
}

.h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 21px;
    color: #28353E;
    text-transform: uppercase;
}

.h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 21px;
    color: #28353E;
    text-transform: uppercase;
}

.h5 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 16px;
    color: #2B2A29;
}

.h6 {
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 2.33em;
}

/*colors*/
/*end colors*/
/*fonts*/
.f-10 {
    font-size: 10px;
}

.f-11 {
    font-size: 11px;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-17 {
    font-size: 17px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

/*end fonts*/
/*forms fields*/
.field {
    background: none;
    border: none;
    border-bottom: 1px solid #727E87;
    padding: 5px 0 6px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    font-size: 16px;
    color: #2B2A29;
}

.field[required] {
    background: url(../images/modal_star.svg) no-repeat 100% 2px;
}


.field:focus {
    border-color: #51cbee;
    box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    font-size: 16px;
    color: #2B2A29;
}

.field::-moz-placeholder {
    opacity: 1;
    font-size: 16px;
    color: #2B2A29;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 16px;
    color: #2B2A29;
}

.field:-ms-input-placeholder {
    opacity: 1;
    font-size: 16px;
    color: #2B2A29;
}

.field.placeholder {
    font-size: 16px;
    color: #2B2A29;
}

.field.invalid {
    border-color: red;
}

.field[required].invalid {
    background: url(../images/modal_star.svg) no-repeat 100% 2px;
    border-color: red;

}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
    overflow: hidden;
}

.cx:before, .cx:after {
    content: "";
    display: table;
}

.cx:after {
    clear: both;
}

.ct {
    display: table;
}

.ct:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    overflow: hidden;
    font-size: 0.05em;
    line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 10px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #a5b136;
}

::-moz-selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

img::-moz-selection {
    background-color: transparent;
    -moz-box-shadow: none;
}

img::selection {
    background-color: transparent;
    box-shadow: none;
}

ol {
    counter-reset: list4;
    margin: 0 0 56px;
    padding: 0;
    overflow: visible;
}

ol li {
    background: none;
    counter-increment: ol;
    padding: 2px 0 0 36px;
    position: relative;
    margin: 0 0 31px;
    list-style: none;
}

ol li:before {
    content: counter(ol) ".";
    font-size: 24px;
    font-weight: bold;
    color: #425463;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

ul {
    padding: 14px 0 0;
}

li {
    background: url(../images/mark.svg) no-repeat 0 2px;
    margin: 0 0 23px;
    padding: 0 0 0 28px;
    list-style: none;
}

.list li {
    background: none;
}

.list_2 {
    margin: 0 0 0 -36px
}

.list_2 .item {
    background: url(../images/mark.svg) no-repeat 0 2px;
    width: calc(50% - 67px);
    margin: 0 0 23px 36px;
    padding: 0 0 0 28px;
    line-height: 1.3;
}

/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
    min-width: 1024px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.to-top {
    position: fixed;
    display: none;
    bottom: 30px;
    right: 0;
    z-index: 99;
}

.to-top_active {
    display: block !important;
}

.to-top .link {
    background: rgba(114, 126, 135, 0.37) url(../images/to-top.svg) no-repeat 50% 50%;
    border-radius: 5px;

    display: block;
    width: 49px;
    height: 49px;

}

.feedback_bubble {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 99;
}

.feedback_bubble .list {
    position: absolute;
    top: 0;
    right: 100%;
}

.feedback_bubble .item {
    margin: 0 0 10px;
    width: 48px;
    height: 50px;
}

.feedback_bubble .fig {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.feedback_bubble_callback .fig {
    background: #CD2020;
}

.feedback_bubble_send_request .fig {
    background: #065352;
}

.feedback_bubble_ask_question .fig {
    background: #1D3131;
}

.feedback_bubble .link {
    display: block;
    position: relative;
    background: red;
    width: 50px;
    height: 50px;
}

.feedback_bubble .link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.feedback_bubble .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.feedback_bubble .text {
    display: none;
}

.inner {
    display: flex;
    min-width: 1024px;
    max-width: 1280px;
    margin: auto;
    flex-direction: column;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.declaration_box {

    padding: 8px 64px 8px;
    position: relative;
    font-size: 14px;
    color: #fff;
    text-align: center;

}

.declaration_box:before {
    content: "";
    background: #CD2020;
    width: 100vw;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 0);
    z-index: -1;
}

.declaration_box .close {
    position: absolute;
    top: 0;
    right: 0;
}

.declaration_box .close .link {
    background: url(../images/declaration_box_close.svg) no-repeat 50% 50%;
    display: block;
    width: 64px;
    height: 50px;
}

.header {
    min-width: 1024px;
    max-width: 1280px;
    position: relative;
}

.page_with-small-header .header {
    padding: 50px 0 0;
}

.main_page .header_top {
    height: 50px;
}

.header_top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    min-width: 1024px;
    max-width: 1280px;
    height: 142px;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.page_with-small-header .header_top {
    position: fixed;
}

.main_page .header_top:before {
    display: none;
}

.header_top:before {
    content: "";
    background: url(../images/pic25.jpg) no-repeat;
    width: 1920px;
    margin-left: -960px;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -1;
}

.nav {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 11;
}

.nav:before {
    content: "";
    background: #28353E;
    width: 100vw;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 0);
    z-index: -1;
}

.nav> .sub_all {
    display: block;
}

body:not(.page_with-small-header) .sub_all {
    display: block !important;
}

.nav> .sub_all> .list {
    display: table;
    width: 100%;
    position: relative;
    z-index: 1;
}

.nav> .sub_all> .list:after, .nav> .sub_all> .list:before, .nav> .sub_all> .list> .item:before, .nav> .sub_all> .list> .item:after {
    display: none;
}

.nav> .sub_all> .list> .item {
    display: table-cell;
    vertical-align: top;
    position: relative;
    font-size: 14px;
}

.nav> .sub_all> .list> .item> .link {
    display: table;
    width: 100%;
    height: 50px;
    position: relative;
    color: #C9D2D9;
    text-decoration: none;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav> .sub_all> .list> .item> .link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.nav> .sub_all> .list> .item:hover> .link, .nav> .sub_all> .list> .active> .link {
	font-weight:bold;
    color: #fff;
}

.nav> .sub_all> .list> .item> .link> .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
}

.nav .in {
    display: inline-block;
    padding: 0 0 0 17px;
    position: relative;
}

.nav .in:before {
    content: "";
    background: #fff;
    border-radius: 5px;
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.nav> .sub_all> .list> .item:hover> .link .in:before, .nav> .sub_all> .list> .active> .link .in:before {
    opacity: 1;
    visibility: visible;
}

.nav .sub {
    background: #fff;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 50px;
    left: 0;
    width: 448px;
    display: none;
}

.nav> .sub_all> .list> .item:last-child .sub {
    left: auto;
    right: 0;
}

.nav> .sub_all> .list> .item:nth-child(5) .sub {
    left: auto;
    right: 0;
}

.nav .back_sub {
    display: none;
}

.nav .sub .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    z-index: 3;
}

.nav .sub .close .link {
    background: url(../images/sub_menu_close.svg) no-repeat 50% 50%;
    display: block;
    width: 56px;
    height: 56px;
}

.nav .sub_menu {

    display: block;
    padding: 35px 50px 0;
    float: left;
    position: relative;
}

.nav .sub .item {
    margin: 0 0 25px;
    position: relative;
    font-weight: 500;
}

.nav .sub .link {
    display: block;
    padding: 0 0 0 18px;
    position: relative;
    color: #282830;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav .sub .link:before {
    content: "";
    background: #E31B19;
    border-radius: 5px;
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav .sub .item:hover .link {
    font-weight: bold;
    color: #E31B19;
}

.nav .sub .item:hover .link:before {
    opacity: 1;
    visibility: visible;
}

.nav> .sub_all> .list> .item:hover .sub {
    display: block;
}

.main_page .logo {
    margin: 32px 0 0 25px;
}

.logo {
    background: url(../images/header_logo.svg) no-repeat;
    width: 309px;
    height: 61px;
    margin: 12px 0 0 25px;
}

.logo .link {
    display: block;
    width: 309px;
    height: 61px;
}

.main_page .phone {
    margin: 32px 0 0;
}

.phone {
    background: url(../images/header_phone-call.svg) no-repeat;
    width: 17%;
    margin: 12px 0 0;
    padding: 0 0 0 29px;
    position: relative;
    font-size: 14px;
    color: #fff;
}

.phone .title {

    margin: 0 0 5px;


    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.phone .arrow_link{
	 background: url(../images/header_next.svg) no-repeat;
    display: inline-block;
	vertical-align: middle;
	width:10px;
	height:6px;
	margin:0 0 0 8px;
}
.phone .title .link {
	display: inline-block;
	vertical-align: middle;

}
.phone .link {

    color: #fff;
    text-decoration: none;
}

.phone.active .arrow_link {
    background: url(../images/header_next_up.svg) no-repeat;
}

.phone .title .text {
    border-bottom: 2px dashed #fff;
    display: inline-block;
    padding: 0 0 1px;
}

.phone .title:hover .text {
    border-bottom: 2px dashed rgba(255, 255, 255, 0);
}

.phone .sub {
    background: #425463;
    display: none;
    width: 231px;
    padding: 21px 24px 3px;
    position: absolute;
    top: 25px;
    left: -24px;
    font-size: 14px;
    color: #fff;
}

.phone.active .link .text {
    border-bottom: 2px dashed rgba(255, 255, 255, 0);
}

.phone.active .sub {
    display: block;
}

.phone .sub .item {
    background: url(../images/header_phone-call.svg) no-repeat;
    padding: 0 0 0 29px;
}

.phone .sub .link {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.phone .item {
    margin: 0 0 21px;
}

.phone .sub .number {
    margin: 0 0 6px;
}

.main_page .box_1 {
    margin: 33px 0 0;
}

.box_1 {
    display: flex;
    flex-direction: column;
    margin: 13px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mail {
    background: url(../images/header_mail.svg) no-repeat 0 1px;
    display: inline-block;
    padding: 0 0 0 21px;
    font-size: 14px;
    color: #fff;
}

.mail p {
    margin: 0 0 5px;
}

.mail .link {
    color: #fff;
    text-decoration: none;
}

.time {
    background: url(../images/header_clock.svg) no-repeat;
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 14px;
    color: #fff;
}

.main_page .address {
    margin: 33px 0 0;
}

.address {
    background: url(../images/header_pin.svg) no-repeat;
    display: inline-block;
    width: 17%;
    margin: 13px 25px 0 0;
    padding: 0 0 0 16px;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
}


.phone_mobile {
    display: none;
}

.carousel_1 {
    width: 100vw;
    min-width: 1024px;
    max-width: 1280px;
    height: 600px;
    margin: 0 0 53px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}


.carousel_1 .next, .carousel_1 .prev {
    background: #28353E url(../images/carousel_1_next.svg) no-repeat 50% 50%;
    border-radius: 5px;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -41px;
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 2;
    transition: all 0.5s ease 0s;
}

.carousel_1 .next:after, .carousel_1 .prev:after {
    display: none;
}

.carousel_1 .next:hover {
    background: #FF2C2C url(../images/carousel_1_next.svg) no-repeat 50% 50%;
}

.carousel_1 .prev {
    background: #28353E url(../images/carousel_1_prev.svg) no-repeat 50% 50%;
    right: auto;
    left: 5px
}

.carousel_1 .prev:hover {
    background: #FF2C2C url(../images/carousel_1_prev.svg) no-repeat 50% 50%;
}

.carousel_1 .swiper-slide {
    height: 600px;
}

.carousel_1 .swiper-container {
    overflow: visible;
}

.carousel_1 .main_list> .item {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: visibility 1s ease;
    transition: visibility 1s ease;
}

.carousel_1 .main_list> .active {
    visibility: visible;
    z-index: 1;
}

.carousel_1 .fig {
    display: block;
    width: 100vw;
    height: 600px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;

    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_1 .swiper-slide-active .fig,
.carousel_1 .active .fig {
    opacity: 1;
}


.carousel_1 .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel_1 .text {
    position: absolute;
    top: 183px;
    left: 67px;
    width: 393px;
    color: #fff;
    -webkit-transition: all 1s ease .5s;
    transition: all 1s ease .5s;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
    z-index: 4;
}

.carousel_1 .swiper-slide-active .text,
.carousel_1 .active .text {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);

}


.carousel_1 .title {
    margin: 0 0 26px;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.more {
    background: #CD2020;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    padding: 0 33px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.more:hover {
    background: #FF2C2C;
}

.carousel_1 .swiper-pagination,
.carousel_1 .tabs {
    width: auto;
    position: absolute;
    bottom: 116px;
    left: 61px;
    z-index: 3;
}


.carousel_1 .swiper-pagination-bullet,
.carousel_1 .tabs .link {
    background: rgba(255, 255, 255, 0.38);
    border-radius: 5px;
    display: block;
    vertical-align: middle;
    width: 15px;
    height: 5px;
}

.carousel_1 .swiper-pagination-bullet,
.carousel_1 .tabs .item {
    display: inline-block;
}

.carousel_1 .swiper-pagination-bullet-active,
.carousel_1 .tabs .active {
    background: #fff;
    width: 35px;
}

.catalog_mobile {
    display: none;
}

.services_mobile {
    display: none;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side_1, .side_2 {
    width: 170px;
    position: relative;
    float: left;
}

.side_2 {
    float: right;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.main_page .content {
    padding: 0 25px;
}

.main_page .content:before {
    display: none;
}

.content {
    position: relative;
    padding: 27px 25px 0;
}

.content:before {
    content: "";
    background: url(../images/pic24.png) no-repeat;
    width: 1920px;
    height: 733px;
    margin-left: -960px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.we_produce_box {
    width: 513px;
    margin: 0 0 17px;
    position: relative;
}

.we_produce_box:after {
    content: "";
}

.we_produce_box:before {
    content: "";
    background: url(../images/pic3.png) no-repeat 50% 100%;
    width: 2093px;
    height: 602px;
    margin-left: -797px;
    position: absolute;
    top: -2px;
    left: 50%;
    z-index: -1;
}

.we_produce_box .h2 {
    margin: 0 0 21px;
}

.we_produce_list {

    margin: 55px -386px 0 -33px;
}

.we_produce_list .item {
    width: 200px;
    margin: 0 0 34px 33px;
    text-align: center;

}


.we_produce_list .item:first-child {
    width: 190px;
    margin: 0 0 34px 33px;
}

.we_produce_list .item:nth-child(2) {
    width: 190px;
    margin: 0 0 34px 10px;
}

.we_produce_list .item:nth-child(3) {
    width: 190px;
    margin: 0 90px 34px 10px;
}

.we_produce_list .fig {
    width: 100%;
    height: 102px;
    margin: 0 0 11px;
    position: relative;
    overflow: hidden;
}

.we_produce_list .fig_red {
    display: none;
}

.we_produce_list .item:hover .fig_red {
    display: block;
}

.we_produce_list .item:hover .fig_black {
    display: none;
}

.we_produce_list .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.we_produce_list .link {
    background: #fff;
    display: block;
    padding: 7px 5px 27px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #2B2A29;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.we_produce_list .item:hover .link {
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    color: #CD2020;
}

.we_produce_list .item:hover .link:before {
    content: "";
    background: #CD2020;
    border-radius: 5px 5px 0 0;
    width: 5px;
    height: 15px;
    margin: 0 0 0 -2px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.we_produce_list .text {

    height: 43px;
    overflow: hidden;
}

.we_produce_list .item:first-child .text {
    height: 59px;
}

.we_produce_list .item:nth-child(2) .text {
    height: 59px;
}

.we_produce_list .item:nth-child(3) .text {
    height: 59px;
}

.special_offers_box {
    width: 415px;
    margin: 0 0 35px;
    padding: 0 0 0 506px;
    position: relative;
}

.special_offers_box:before {
    content: "";
    background: url(../images/pic4.png) no-repeat 50% 100%;
    width: 1920px;
    height: 541px;
    margin-left: -975px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.special_offers_box .h3 {
    width: 356px;
    margin: 0 0 50px;
    padding: 0 62px 24px 0;
    position: relative;
}

.special_offers_box .h3:before {
    content: "";
    background: #CD2020;
    border-radius: 5px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

}

.special_offers_box .box {
    margin: -19px 0 0 -506px;
    display: flex;
    flex-direction: row;
}

.special_offers_box .box .text {
    width: 408px;
    margin: 0 146px 0 0;
}

.special_offers_list {
    margin: 0 0 0 -580px;
}

.special_offers_list .item {
    width: 439px;
    margin: 0 0 0 85px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.special_offers_list .item:before {
    content: "";
    background: #28353E;
    border-radius: 5px;
    width: 428px;
    height: 395px;
    position: absolute;
    bottom: -36px;
    left: -36px;
    z-index: -1;
}

.special_offers_list .item:first-child {
    top: -110px;
}

.special_offers_list .item:nth-child(2) {
    width: 372px;
}

.special_offers_list .item:nth-child(2):before {
    content: "";
    background: url(../images/pic7.png) no-repeat;
    border-radius: 5px;
    width: 458px;
    height: 279px;
    position: absolute;
    bottom: -42px;
    left: -45px;
    z-index: -1;
}

.special_offers_list .fig {
    border-radius: 5px;
    width: 439px;
    height: 471px;
    position: relative;
    overflow: hidden;
}

.special_offers_list .item:nth-child(2) .fig {
    width: 372px;
    height: 361px;
}

.special_offers_list .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.special_offers_list .in {
    position: absolute;
    top: 53px;
    left: 47px;
    z-index: 2;
}

.special_offers_list .item:nth-child(2) .in {

    top: auto;
    bottom: 31px;
    left: 42px;

}

.special_offers_list .title {
    margin: 0 0 27px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
color: #fff;
}

.special_offers_list .item:nth-child(2) .title {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    text-transform: none;
}

.special_offers_list .arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 5px;
    right: 4px;
}

.special_offers_list .arrow .link {
    background: #28353E url(../images/special_offers_arrow.svg) no-repeat 50% 50%;
    border-radius: 5px;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.special_offers_list .arrow .link:hover {
    background: #FF2C2C url(../images/special_offers_arrow.svg) no-repeat 50% 50%;

}

.how_order_box {
    height: 508px;
    padding: 92px 160px 0;
    position: relative;
    color: #fff;
    text-align: center;
}

.main_page .how_order_box:after {
    content: "";
    background: url(../images/pic8.jpg) no-repeat;
}

.how_order_box:after {
    content: "";
    background: url(../images/pic34.jpg) no-repeat;
    width: 1920px;
    height: 600px;
    margin-left: -960px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.main_page .how_order_box:before {
    content: "";
    background: #CD2020;
    border-radius: 5px;
    width: 5px;
    height: 100px;
    margin-left: -2px;
    position: absolute;
    top: -49px;
    left: 50%;
}

.how_order_box .h3 {
    margin: 0 0 15px;
    color: #fff;
}


.carousel_2 {
    margin: 0 -160px 0;
    padding: 30px 77px 0;
    position: relative;
}

.carousel_2 .swiper-button-prev:after,
.carousel_2 .swiper-button-next:after
{
    display: none;
}
.carousel_2 .next, .carousel_2 .prev {
    background: url(../images/carousel_1_next.svg) no-repeat 50% 50%;
    width: 77px;
    height: 77px;
    margin: -29px 0 0;
    position: absolute;
    top: 50%;
    right: -5px;
    z-index: 3;
}

.carousel_2 .prev {
    background: url(../images/carousel_1_prev.svg) no-repeat 50% 50%;
    right: auto;
    left: -32px;
}

.carousel_2 .in {

    position: relative;
    overflow: hidden;
}

.carousel_2> .in> .main_list:before, .carousel_2> .in> .main_list:after, .carousel_2> .in> .main_list> .item:before, .carousel_2> .in> .main_list> .item:after {
    display: none;
}

.carousel_2> .in> .main_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    text-align: left;
}


.carousel_2> .in> .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_2> .in> .main_list> .item {
    width: calc(100vw - 185px);
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

.carousel_2 .fig {
    float: left;
    display: block;
    width: 260px;
    height: 237px;
    margin: 0 48px 0 0;
    position: relative;
    overflow: hidden;
}

.carousel_2 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.carousel_2 .title {
    margin: 40px 0 20px;
    font-size: 24px;
    font-weight: bold;
}

.carousel_2 .box {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.carousel_2 .text {
    width: 256px;
    margin: 0 17px 0 0;
}

.btn_1 {
    background: #CD2020;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    padding: 0 22px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel_2  .swiper-pagination {
    counter-reset: caunt;
}

.carousel_2  .swiper-pagination,
.carousel_2 .tabs {
    width: auto;
    position: absolute;
    bottom: 20px;
    left: 276px;
    z-index: 3;
}

.carousel_2  .swiper-pagination-bullet,
.carousel_2 .tabs .item {
    display: inline-block;
    margin: 0 28px!important;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    counter-increment: count;
}

.carousel_2  .swiper-pagination-bullet:before,
.carousel_2 .tabs .item:before {
    content: "";
    border-top: 2px dashed #b3bcc3;
    width: 56px;
    position: absolute;
    top: 16px;
    right: -58px;
}

.carousel_2 .swiper-pagination-bullet:after {
    content: counter(count);

}

.carousel_2  .swiper-pagination-bullet:last-child:before,
.carousel_2 .tabs .item:last-child:before {
    display: none;
}

.carousel_2  .swiper-pagination-bullet,
.carousel_2 .tabs .link {
    border: 2px solid #CECECE;
    border-radius: 50%;
    display: block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

.carousel_2  .swiper-pagination-bullet {
    display: inline-block;
}

.carousel_2  .swiper-pagination-bullet-active,
.carousel_2 .tabs .active {
    background: #CD2020;
    border: 2px solid #CD2020;
}
.swiper-pagination-bullet {

    background: none;
    opacity: 1;
}
.swiper-slide {
    text-align: left;
}
.about_box {
    margin: 0 0 97px;
    padding: 107px 0 0 81px;
    position: relative;
}

.about_box:before {
    content: "";
    background: url(../images/pic13.png) no-repeat;
    width: 2098px;
    height: 829px;
    margin-left: -961px;
    position: absolute;
    top: -52px;
    left: 50%;
    z-index: -1;
}


.about_box .h1 {


    margin: 0 0 32px;


}

.about_box .box {
    display: flex;
    flex-direction: row;
}

.about_box .box> .text {
    width: calc(100% - 336px);
}

.about_box .box> .text> .title {
    font-weight: 600;
    margin: 0 0 20px;
}

.about_box .quality_assurance {
    background: url(../images/carousel_3_check.svg) no-repeat 0 4px;

    margin: 0 0 21px;
    padding: 0 0 0 38px;
    font-weight: 600;
    color: #28353E;
    line-height: 1.4;
}

.about_box .certificates_box {
    background: #C9D2D9 url(../images/carousel_3_paper.svg) no-repeat 90% 50%;
    border-radius: 5px 0 0 5px;
    margin: 0 0 25px;

    padding: 16px 120px 19px 33px;
    font-weight: 600;
    color: #28353E;
    line-height: 1.4;
}

.about_box .video_box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.about_box .video {
    margin: 0 0 0 45px;
    position: relative;
}

.about_box .link_open_video {
    background: url(../images/carousel_3_next_down.svg) no-repeat 100% 8px;
    display: inline-block;
    padding: 0 19px 0 0;
    font-weight: 600;
    color: #CD2020;
    text-decoration: none;
}

.about_box .video.active .link_open_video {
    background: url(../images/carousel_3_next_up.svg) no-repeat 100% 8px;
}

.about_box .link_open_video .into {
    padding: 0 0 1px;
    border-bottom: 2px dashed #CD2020;
}

.about_box .link_open_video:hover .into {
    border-bottom: 2px dashed #fff;
}

.about_box .video .sub {
    display: none;
    width: 973px;
    margin-left: -366px;
    position: absolute;
    top: 53px;
    left: 50%;
    height: 626px;
    padding: 88px 0 0;
	z-index:3;
}

.about_box .video.active .sub {
    display: block;
}

.about_box .video .sub:before {
    content: "";
    background: url(../images/pic14.png) no-repeat;
    width: 1980px;
    height: 714px;
    margin-left: -990px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.about_box .close {
    width: 33px;
    height: 47px;
    position: absolute;
    top: 40px;
    right: 0;
}

.about_box .close .link {
    background: url(../images/carousel_3_close.svg) no-repeat 50% 50%;
    display: block;
    width: 33px;
    height: 47px;

}

.carousel_3 {
    width: 364px;
    height: 459px;
    position: relative;
}

.carousel_3 .arrow {

    width: 168px;
    height: 55px;
    position: absolute;
    bottom: 3px;
    right: 42px;
    z-index: 3;
}

.carousel_3 .next:after, .carousel_3 .prev:after {
    display: none;
}

.carousel_3 .next, .carousel_3 .prev {
    background: url(../images/carousel_1_next.svg) no-repeat 100% 50%;
    width: 47px;
    height: 55px;
    margin: 0!important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.carousel_3 .prev {
    background: url(../images/carousel_1_prev.svg) no-repeat 0 50%;
    right: auto;
    left: 0;
}

.carousel_3 .number {


    width: 75px;
    height: 44px;
    padding: 11px 0 0;

    position: absolute;
    right: 90px;
    bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #C9D2D9;
    text-align: center;
    line-height: 1;
    z-index: 2;

}


.carousel_3 .number_big {
    display: inline-block;
    vertical-align: top;
    padding: 2px 0 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.carousel_3 .small_number {
    background: url(../images/carousel_3_slesh.png) no-repeat 0 4px;
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 15px;
}

.carousel_3 .in {

    position: relative;
    overflow: hidden;
}

.carousel_3 .main_list:before, .carousel_3 .main_list:after, .carousel_3 .main_list> .item:before, .carousel_3 .main_list> .item:after {
    display: none;
}

.carousel_3 .main_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}


.carousel_3 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_3 .item {
    width: 364px;
    height: 459px;
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.carousel_3 .fig {
    border-radius: 5px;
    width: 336px;
    height: 404px;
    position: relative;

}

.carousel_3 .fig:before {
    content: "";
    background: #28353E;
    border-radius: 5px;
    width: 328px;
    height: 320px;
    position: absolute;
    bottom: -55px;
    right: -28px;
    z-index: -1;
}

.carousel_3 .into {
    border-radius: 5px;
    width: 336px;
    height: 404px;
    position: relative;
    overflow: hidden;
}

.carousel_3 .img {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}
.main_page .advantages_box{
	padding: 81px 0 155px;
}
.advantages_box {
    padding: 81px 0 25px;
    position: relative;
    text-align: center;
}

.main_page .advantages_box:after {
    content: "";
    background: url(../images/pic15.jpg) no-repeat;
    width: 1920px;
    margin-left: -960px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.advantages_box:after {
    content: "";
    background: url(../images/pic35.png) no-repeat;
    width: 1974px;
    margin-left: -987px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.advantages_box:before {
    content: "";
    background: #CD2020;
    border-radius: 5px;
    width: 5px;
    height: 100px;
    margin-left: -2px;
    position: absolute;
    top: -50px;
    left: 50%;
}

.main_page .advantages_box .h3 {

    color: #fff;
}

.advantages_box .h3 {
    margin: 0 0 60px;
    color: #28353E;
}

.advantages_list {
    margin: 0 0 0 -36px;
}

.main_page .advantages_list .item {
    color: #fff;
}

.advantages_list .item {
    width: calc(20% - 36px);
    margin: 0 0 71px 36px;

    color: #2B2A29;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.advantages_list .item:nth-child(6) {
    width: calc(25% - 36px);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.advantages_list .item:nth-child(7) {
    width: calc(25% - 36px);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.advantages_list .item:nth-child(8) {
    width: calc(25% - 36px);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.advantages_list .item:nth-child(9) {
    width: calc(25% - 36px);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.advantages_list .item.animateIn, .advantages_list .item:nth-child(6).animateIn, .advantages_list .item:nth-child(7).animateIn, .advantages_list .item:nth-child(8).animateIn, .advantages_list .item:nth-child(9).animateIn {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.advantages_list .fig {
    width: 100%;
    height: 65px;
    margin: 0 0 12px;
    position: relative;
    overflow: hidden;
}

.advantages_list .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.advantages_list .fig_black {
    display: none;
}

.advantages_list .item:hover .fig_black {
    display: block;
}

.advantages_list .item:hover .fig_red {
    display: none;
}

.facts_about_us_box {
    background: #CD2020;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    margin: -128px 0 55px;
    padding: 60px 33px 42px;
    color: #FFFFFF;
}

.facts_about_us_box .h3 {
    width: 336px;
    height: 93px;
    margin: 0 34px 0 0;
    padding: 0 0 21px;
    position: relative;
    color: #fff;
}

.facts_about_us_box .h3:before {
    content: "";
    background: rgba(255, 255, 255, 0.42);
    border-radius: 5px;
    width: 55px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.facts_about_us_list {
    display: flex;
    flex-direction: row;
}

.facts_about_us_list .item {
    color: #fff;
}

.facts_about_us_list .number {
    margin: 0 0 4px;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
}

.facts_about_us_list .title {
    display: inline-block;
    vertical-align: top;
}

.facts_about_us_list .text {
    display: inline-block;
    vertical-align: top;
    width: 74%;
}

.partners_box {
    margin: 0 0 27px;
    position: relative;
    display: flex;
    flex-direction: row;
}

.partners_box:before {
    content: "";
    background: #CD2020;
    border-radius: 5px;
    width: 128px;
    height: 5px;
    position: absolute;
    bottom: 28px;
    left: 0;
}

.partners_box .h3 {
    margin: 0 0 17px;
}

.partners_box .text {
	width:100%;
    padding: 0 72px 0 0;
    position: relative;
}

.partners_box .text:before {
    content: "";
    background: #CD2020;
    border-radius: 5px;
    width: 5px;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 254px;
}

.carousel_4 {
    width: 345px;
    margin: 0 30px 0 0;
    padding: 117px 91px 0;
    position: relative;
}

.carousel_4:before {
    content: "";
    background: url(../images/pic17.png) no-repeat;
    width: 988px;
    height: 480px;
    position: absolute;
    top: 0;
    right: 30px;
    z-index: -1;
}
.carousel_4 .next:after, .carousel_4 .prev:after {
    display: none;
}
.carousel_4 .next, .carousel_4 .prev {
    background: url(../images/carousel_4_next.svg) no-repeat 50% 50%;
    width: 91px;
    height: 64px;
    margin: -59px 0 0 0!important;
    position: absolute;
    top: 50%;
    right: -35px;
    z-index: 3;
}

.carousel_4 .next:hover {
    background: url(../images/carousel_4_next_hover.svg) no-repeat 50% 50%;
}

.carousel_4 .prev {
    background: url(../images/carousel_4_prev.svg) no-repeat 50% 50%;
    right: auto;
    left: -12px;
}

.carousel_4 .prev:hover {
    background: url(../images/carousel_4_prev_hover.png) no-repeat 50% 50%;
}

.carousel_4 .in {

    position: relative;
    overflow: hidden;
}

.carousel_4 .main_list:before, .carousel_4 .main_list:after, .carousel_4 .main_list> .item:before, .carousel_4 .main_list> .item:after {
    display: none;
}

.carousel_4 .main_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}


.carousel_4 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_4 .item {
    width: 345px;
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.carousel_4 .fig {
    display: block;
    width: 345px;
    height: 209px;
    margin: 0 0 13px;
    position: relative;
    overflow: hidden;
}

.carousel_4 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.carousel_4 .title {
    margin: 0 0 9px;
    font-weight: 600;
    color: #2B2A29;
}

.carousel_4 .web {
    color: #2B2A29;
}

.carousel-lightbox {
    max-width: 70vw;
}

.carousel-lightbox .fig {
    width: 70vw;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
	overflow:hidden;
}
.carousel-lightbox .fig .img {
    max-width: 100%;
    max-height: 100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
    /*object-fit: cover;*/
}

.list_1 {
    margin: 48px 0 0 -26px;
}

.list_1 .item {
    width: calc(50% - 26px);
    margin: 0 0 33px 26px;
}

.list_1 .fig {
    background: rgba(201, 210, 217, 0.58);
    border-radius: 5px;
    width: 100%;
    height:160px;
    position: relative;
    overflow: hidden;
}

.list_1 .item:nth-child(2) .fig {
    background: rgba(235, 235, 235, 0.58);
}

.list_1 .item:nth-child(3) .fig {
    background: rgba(235, 235, 235, 0.58);
}

.list_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.form_box {
    background: url(../images/forma_logo.svg) no-repeat 98% 71px;
    height: 355px;
    padding: 73px 0 0;
    position: relative;
    color: #fff;
}

.form_box:before {
    content: "";
    background: url(../images/pic16.jpg) no-repeat;
    width: 1920px;
    height: 428px;
    margin-left: -960px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.form_box .h3 {
    margin: 0 0 13px;
    color: #fff;
}

.label {
    font-size: 10px;
    font-weight: bold;
    color: #727E87;
}

.form_box .label {
    font-size: 12px;
    font-weight: bold;
    color: #EBEBEB;
}

.form_box .c-33 {
    width: calc(33% - 22px);
}

.form_box .c-66 {
    width: calc(66% - 22px);
}

.form_box .field {
    background: none;
    border: none;
    border-bottom: 2px solid #EBEBEB;

    color: #fff;
}

.form_box .field:-moz-placeholder {
    color: #fff;
}

.form_box .field::-moz-placeholder {
    color: #fff;
}

.form_box .field::-webkit-input-placeholder {
    color: #fff;
}

.form_box .field:-ms-input-placeholder {
    color: #fff;
}

.form_box .field.placeholder {
    color: #fff;
}

.form_box .field[required] {
    background: none;
}

.form_box .field[required].invalid {
    background: none;

}

.captcha {
    display: inline-block;
    padding-left: 51px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.captcha .field {
    width: 100%;
}

.captcha .fig {
    background: none;
    border: none;
    border-bottom: 1px solid #727E87;

    width: 51px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.form_box .captcha .fig {

    border-bottom: 2px solid #EBEBEB;


}

.button {
    background: #CD2020;
    border: 0;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 45px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.button:hover {
    background: #FF2C2C;
}

.h-23 {
    height: 23px;
}

.h-31 {
    height: 31px;
}

.contact_us {
    padding: 60px 0 0;
    position: relative;
}

.contact_us:before {
    content: "";
    background: #fff url(../images/pic21.png) no-repeat 0 100%;
    width: 1920px;
    margin: 0 0 0 -960px;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -2;
}

.contact_us .h3 {
    display: inline-block;
    position: relative;
    margin: 0 0 1px;
    padding: 42px 0 0;
}

.contact_us .h3:before {
    content: "";
    background: #CD2020;
    border-radius: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.contact_us_list {
    margin: -25px 0 41px -85px;
    display: flex;
    flex-direction: row;
}

.contact_us_list .item {
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    width: calc(40% - 87px);
    height: 266px;
    margin: 0 0 0 85px;
    padding: 46px 50px 0 37px;
    position: relative;
    font-size: 14px;
    color: #2B2A29;
}

.contact_us_list .item:before {
    content: "";
    background: url(../images/pic20.png) no-repeat;
    border-radius: 5px;
    display: block;
    width: 458px;
    height: 279px;
    position: absolute;

    right: -45px;
    bottom: -48px;

    z-index: -1;
}

.contact_us_list .item:nth-child(2) {
    background: #425463;
    width: calc(43% - 78px);
    height: 254px;
    padding: 58px 46px 0 32px;
}

.contact_us_list .item:nth-child(2):before {
    content: "";
    background: #2B2A29;
    border-radius: 5px;
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: -40px;
    right: -37px;
    bottom: 39px;
    left: 47px;
    z-index: -1;
}

.contact_us_list .item:nth-child(2):after {
    content: "";
    background: url(../images/contact_us_plane.svg) no-repeat;
    width: 393px;
    height: 259px;
    position: absolute;
    top: -121px;
    right: -81px;
}

.contact_us_list .text {
    width: 100%;

}

.contact_us_list .title {
    margin: 0 14px 0 0;

}

.contact_us_list .item:nth-child(2) .title {
    margin: 0 16px 0 0;
}

.contact_us_list .phone_contact_us {

    margin: 0 0 18px;

}

.contact_us_list .phone_contact_us .link {
    background: url(../images/contact_us_phone-call.svg) no-repeat;
    display: inline-block;
    padding: 0 0 0 28px;
    font-size: 16px;
    font-weight: bold;
    color: #2B2A29;
    text-decoration: none;
}

.contact_us_list .time_contact_us {
    background: url(../images/contact_us_clock.svg) no-repeat 2px 1px;
    margin: 0 0 18px;
    padding: 0 0 0 27px;
}

.contact_us_list .address_contact_us {
    background: url(../images/contact_us_pin.svg) no-repeat 2px 0;
    width: 214px;
    margin: 0 0 32px;
    padding: 0 0 0 27px;
    line-height: 1.5;
}

.contact_us_list .mail_contact_us {
    background: url(../images/contact_us_mail_small.svg) no-repeat 0 3px;
    margin: 0 0 26px;
    padding: 0 0 0 27px;
    font-size: 16px;
    color: #fff;
}

.contact_us_list .mail_contact_us p {
    margin: 0 0 5px;
}

.contact_us_list .mail_contact_us .link {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.contact_us .btn_1 {
    height: 45px;
    padding: 0;
    line-height: 45px;
    width: 100%;
    text-align: center;
}

.btn_1:hover {
    background: #FF2C2C;
}

.btn_2 {
    background: #2B2A29;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 45px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 45px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn_2:hover {
    background: #FF2C2C;
}

.btn_send_request {
    background: #2B2A29 url(../images/contact_us_mail.svg) no-repeat 47px 10px;
    width: calc(100% - 87px);
    padding: 0 0 0 87px;
}

.btn_send_request:hover {
    background: #FF2C2C url(../images/contact_us_mail.svg) no-repeat 47px 10px;
}

.btn_ask_question {
    background: #2B2A29 url(../images/contact_us_84.svg) no-repeat 59px 7px;
    width: calc(100% - 98px);
    padding: 0 0 0 98px;
}

.btn_ask_question:hover {
    background: #FF2C2C url(../images/contact_us_84.svg) no-repeat 59px 7px;
}

.contact_us .info {
    background: #fff;
    margin: 0 0 0 14%;

    padding: 50px 50px 41px;
    position: relative;
    font-size: 16px;
    color: #3F4344;
}

.contact_us .info:before {
    content: "";
    background: #CD2020;
    border-radius: 5px;
    width: 5px;
    display: block;
    position: absolute;
    top: 44px;
    right: 9px;
    bottom: 43px;
}

.c-90 {
    width: calc(100% - 10px)
}

.crumbs {
    margin: 0 0 29px;
}

.crumbs:before, .crumbs:after {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/crumbs.png) no-repeat 6px 0;
    display: inline;
    padding: 0 0 0 21px;
    font-size: 12px;
    font-weight: 500;
    color: #727E87;
    line-height: 1.6;
}

.crumbs .item:first-child {
    background: none;
    padding-left: 0;
}

.crumbs .item:before, .crumbs .item:after {
    display: none;
}

.crumbs .item:after {
    clear: both;
}

.crumbs .link {
    color: #8F8F8F;
}

.catalog_list {
    margin: 0 0 26px -24px;
}

.catalog_list .item {
    width: calc(25% - 50px);
    margin: 0 0 0 24px;
    padding: 22px 13px 17px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list .item:hover {
    background: #fff;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.catalog_list .item:before {
    content: "";
    background: #CD2020;
    border-radius: 5px 5px 0 0;
    width: 5px;
    height: 15px;
    margin: 0 0 0 -2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list .item:hover:before {

    opacity: 1;
    visibility: visible;
}

.catalog_list .link {
    font-weight: bold;
    color: #2B2A29;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list .item:hover .link {
    color: #CD2020;
}

.catalog_list .fig {
    width: 90%;
    height: 0;
    margin: 0 auto;
    padding-bottom: 141%;
    position: relative;
    overflow: hidden;
}

.catalog_list .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.catalog_list .text {
    height: 41px;
    margin: 0 0 9px;
    overflow: hidden;
}

.catalog_list .btn_1 {
    height: 45px;
    padding: 0 27px;
    line-height: 45px;
}

.catalog_list .item:hover .btn_1 {
    background: #FF2C2C;
}

.promo {
    margin: 0 0 57px;
}

.product_card {
    background: #fff;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    margin: 0 0 29px;
    padding: 18px 33px 21px 22px;
    font-size: 14px;
    font-style: italic;
    color: #425463;
}

.product_card .fig {
    width: 242px;
    height: 393px;
    margin: 0 33px 0 0;
    position: relative;
    overflow: hidden;
}

.product_card .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.product_card .text {
    width: calc(100% - 275px);
    padding: 15px 0 0;
}

.btn_3 {
    background: #fff;
    border: 1px solid #425463;
    border-radius: 5px;
    display: inline-block;
    height: 45px;
    padding: 0 58px;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #425463;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 45px;

}

.product_card .btn_1 {
    height: 45px;
    padding: 0 46px;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 45px;
}

.product_card .price {
    background: #fff url(../images/price.svg) no-repeat 39px 7px;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    display: inline-block;
    height: 55px;
    margin: 0 0 22px;
    padding: 0 23px 0 90px;
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    color: #28353E;
    line-height: 55px;
}

.carousel_5 {
    margin: 0 0 42px;
    padding: 0 33px;
    position: relative;
}

.carousel_5 .next:after, .carousel_5 .prev:after {
    display: none;
}

.carousel_5 .next, .carousel_5 .prev {
    background: url(../images/carousel_5_next.svg) no-repeat 100% 50%;
    width: 33px;
    height: 34px;
    margin: 0;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 3;
}

.carousel_5 .prev {
    background: url(../images/carousel_5_prev.svg) no-repeat 0 50%;
    right: auto;
    left: 0;
}

.carousel_5 .in {

    position: relative;
    overflow: hidden;
}

.carousel_5 .main_list:before, .carousel_5 .main_list:after, .carousel_5 .main_list> .item:before, .carousel_5 .main_list> .item:after {
    display: none;
}

.carousel_5 .main_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}


.carousel_5 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_5 .main_list> .item {
    width: calc(20vw - 35px);
    display: table-cell;
    padding: 0 14px 0 0;
    vertical-align: top;
}

.carousel_5 .fig {
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.carousel_5 .img {
    width: 100%;
    vertical-align: top;
}

.opisanie_list_1 {
    margin: 0 0 21px -9px;
}

.opisanie_list_1 .item {
    margin: 0 0 0 9px;
    font-size: 14px;
    font-weight: 600;
}

.opisanie_list_1 .link {
    background: #fff;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    display: table;
    position: relative;
    height: 40px;
    color: #2B2A29;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.opisanie_list_1 .link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.opisanie_list_1 .link:hover {
    background: #425463;
    color: #fff;
}

.opisanie_list_1 .active {
    background: #425463;
    color: #fff;
}

.opisanie_list_1 .link .text {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    padding: 0 21px;
}

.table_1 {
    margin: 0 0 56px;
}

.table_1 th {
    border-bottom: 1px solid #EBEBEB;
    padding: 8px 10px 11px 0;
    font-weight: 600;
}

.table_1 td {
    border-bottom: 1px solid #EBEBEB;
    padding: 8px 10px 11px 0;
}

.table_1 td:nth-child(2) {
    font-weight: 600;
}

.documentation {
    margin: 0 0 56px;
}

.documentation_list {
    margin: 0 0 31px -66px;
}

.documentation_list .item {
    width: calc(34% - 76px);
    margin: 0 0 10px 66px;
}

.documentation_list .link {
    color: #2B2A29;
    text-decoration: none;
}

.documentation_list .item:hover .link {
    color: #CD2020;
}

.documentation_list .fig {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 35px;
    margin: 0 13px 0 0;
    position: relative;
    overflow: hidden;
}

.documentation_list .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.documentation_list .text {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}

.documentation_list .item:hover .text {
    color: #CD2020;
    text-decoration: underline;
}

.documentation .btn_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.documentation .btn_1 {
    height: 45px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
}

.btn_4 {
   background: #cd2020;
    border-radius: 5px;
    display: inline-block;
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 45px;
}

.interested {
    text-align: center;
}

.interested .h4 {
    padding: 0 0 23px;
    position: relative;
}

.interested .h4:before {
    content: "";
    background: #CD2020;
    border-radius: 5px;
    width: 34px;
    height: 5px;
    margin-left: -17px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.carousel_6 {
    margin: -22px -6px 35px -6px;
    padding: 0 21px;
    position: relative;
}
.carousel_6 .swiper-container{
	padding:6px;
}
.carousel_6 .swiper-slide {
    text-align: center;
}
.carousel_6 .next:after, .carousel_6 .prev:after {
    display: none;
}

.carousel_6 .next, .carousel_6 .prev {
    background: url(../images/carousel_5_next.svg) no-repeat 100% 50%;
    width: 21px;
    height: 22px;
    margin: 0;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 3;
}

.carousel_6 .prev {
    background: url(../images/carousel_5_prev.svg) no-repeat 0 50%;
    right: auto;
    left: 0;
}

.carousel_6 .in {
    padding: 6px;

    position: relative;
    overflow: hidden;
}

.carousel_6 .main_list:before, .carousel_6 .main_list:after, .carousel_6 .main_list> .item:before, .carousel_6 .main_list> .item:after {
    display: none;
}

.carousel_6 .main_list {
    border-spacing: 9px;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    left: -9px;
}


.carousel_6 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_6  .item {
    transition: all 0.5s ease 0s;
    padding: 12px 13px 17px;
    box-sizing: border-box;
}

.carousel_6 .main_list> .item {
    width: calc(25vw - 56px);
    display: table-cell;
    padding: 12px 13px 17px;
    vertical-align: top;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel_6 .item:hover {
    background: #fff;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.carousel_6 .item:before {
    content: "";
    background: #CD2020;
    border-radius: 5px 5px 0 0;
    width: 5px;
    height: 15px;
    margin: 0 0 0 -2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel_6 .item:hover:before {

    opacity: 1;
    visibility: visible;
}

.carousel_6 .link {
    font-weight: bold;
    color: #2B2A29;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel_6 .item:hover .link {
    color: #CD2020;
}

.carousel_6 .fig {
    width: 90%;
    height: 0;
    margin: 0 auto 8px;
    padding-bottom: 141%;
    position: relative;
    overflow: hidden;
}

.carousel_6 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.services_list {
    margin: 0 0 17px -21px;
}

.services_list .item {
    width: calc(34% - 30px);
	height:250px;
    margin: 0 0 22px 21px;
    position: relative;
}

.services_list .link {

    color: #fff;
    text-decoration: none;
}

.services_list .text {

    display: table;
    width: 100%;
    height: 54px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 600;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list .text:before {
    content: "";
    background: rgba(40, 53, 62, 0.60);
    border-radius: 0 0 5px 5px;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    filter: blur(1px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.services_list .item:hover .text {

    display: block;
    height: auto;
    margin: 0 0 15px;
    position: relative;
}

.services_list .item:hover .text:before {
    display: none;
}

.services_list .in {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 54px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}

.services_list .item:hover .in {

    display: block;
    height: auto;

}

.services_list .btn_1 {
    display: none;

}

.services_list .item:hover .btn_1 {

    display:block;
}

.services_list .price {
    display: none;
    margin: 0 0 21px;
    font-size: 14px;
    font-weight: 600;
	color:#fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list .item:hover .price {

    display: block;
}

.services_list .more {
    display: none;
    background: none;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 33px;
    padding: 0 31px;
    font-size: 12px;
    font-weight: 500;
    line-height: 33px;
    text-transform: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list .item:hover .more {

    display: inline-block;
}

.services_list .item .info {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list .item:hover .info {

    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.services_list .item .info:before {
    content: "";
    background: rgba(40, 53, 62, 0.80);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    filter: blur(1px);
    border-radius: 5px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list .item:hover .info:before {
    opacity: 1;
    visibility: visible;
}

.services_list .item .info:after {
    content: "";
    background: #CD2020;
    width: 5px;
    height: 15px;
    margin: 0 0 0 -2px;
    border-radius: 0 0 5px 5px;

    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list .item:hover .info:after {
    opacity: 1;
    visibility: visible;
}

.services_list .item .into {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list .item:hover .into {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 0 17px;
    text-align: center;

}

.services_list .fig {
    border-radius: 5px;
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.services_list .img {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.services_list .btn_1 {
	width: 213px;
    height: 35px;
	margin: 0 auto;
padding: 0;
line-height: 35px;

text-align: center;

}

.pages {
    margin: 0 0 34px;
    text-align: center;
}

.pages .item {
    margin: 0 8px 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #425463;
    text-align: center;
}

.pages .item:first-child {
    margin: 0;
}

.pages .link {
    display: block;
    min-width: 20px;
    height: 30px;
    padding: 0 5px;
    position: relative;
    color: #425463;
    text-decoration: none;
    line-height: 30px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pages .prev {
    background: url(../images/pages_prev.svg) no-repeat 0 50%;
    display: inline-block;
    width: 39px;
    height: 30px;
}

.pages .next {
    background: url(../images/pages_next.svg) no-repeat 100% 50%;
    display: inline-block;
    width: 41px;
    height: 30px;
}

.pages .beginning {
    background: url(../images/pages_beginning.svg) no-repeat 0 50%;
    display: inline-block;
    width: 45px;
    height: 30px;
}

.pages .end {
    background: url(../images/pages_end.svg) no-repeat 100% 50%;
    display: inline-block;
    width: 35px;
    height: 30px;
}

.pages .dot {
    display: block;
    min-width: 16px;
    height: 30px;
    padding: 5px 0 0 0;
    text-decoration: none;
    color: #425463;
}

.pages .item:hover .link, .pages .active {
    background: #425463;
    border-radius: 5px;
    min-width: 20px;
    height: 30px;
    padding: 0 5px;
    color: #fff;
    line-height: 30px;
}

.product_card_services {

    display: flex;
    flex-direction: row;
    margin: 0 0 21px;

    font-size: 14px;
    font-style: italic;
    color: #425463;
}

.product_card_services .fig {
    width: 436px;
    height: 271px;
    margin: 0 38px 0 0;
    position: relative;
    overflow: hidden;
}

.product_card_services .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.product_card_services .text {
    width: calc(100% - 474px);
}

.product_card_services .btn_1 {
    height: 45px;
    padding: 0 46px;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 45px;
}

.product_card_services .price {
    background: #fff url(../images/price.svg) no-repeat 39px 7px;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0 5px 5px 0;
    display: inline-block;
    height: 55px;
    margin: 0 0 22px -38px;
    padding: 0 60px 0 90px;
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    color: #28353E;
    line-height: 55px;
}

.advantages_list_2 {
    margin: 0 0 0 -36px;
}

.advantages_list_2 .item {
    width: calc(20% - 36px);
    margin: 0 0 33px 36px;
    color: #2B2A29;
    text-align: center;
}


.advantages_list_2 .fig {
    width: 100%;
    height: 65px;
    margin: 0 0 12px;
    position: relative;
    overflow: hidden;
}

.advantages_list_2 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.fig_big {
    border-radius: 10px;
    width: 100%;
    height: 248px;
    margin: 0 0 19px;
    position: relative;
    overflow: hidden;
}

.fig_big .img {
    width: 100%;
    height: 100%;
}

.fig_left {
    border-radius: 10px;
    width: 47%;
    height: 248px;
    margin: 0 24px 10px 0;
    float: left;
}

.fig_left .img {
    width: 100%;
    height: 100%;
}

.fig_right {
    border-radius: 10px;
    width: 47%;
    height: 248px;
    margin: 0 0 10px 24px;
    float: right;
}

.fig_right .img {
    width: 100%;
    height: 100%;
}

.gallerry_list {
    margin: 0 0 0 -26px;
}

.gallerry_list .item {
    width: calc(34% - 35px);
    margin: 0 0 26px 26px;
}

.gallerry_list .fig {
    border-radius: 10px;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
}

.gallerry_list .img {
    width: 100%;
}

.carousel_7 {
    margin: 0 0 59px;

    padding: 0 33px;
    position: relative;
}

.carousel_7 .next, .carousel_7 .prev {
    background: url(../images/carousel_5_next.svg) no-repeat 100% 50%;
    width: 33px;
    height: 34px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 3;
}

.carousel_7 .prev {
    background: url(../images/carousel_5_prev.svg) no-repeat 0 50%;
    right: auto;
    left: 0;
}

.carousel_7 .in {
    position: relative;
    overflow: hidden;
}

.carousel_7 .main_list:before, .carousel_7 .main_list:after, .carousel_7 .main_list> .item:before, .carousel_7 .main_list> .item:after {
    display: none;
}

.carousel_7 .main_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}


.carousel_7 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_7 .item {
    /*width: calc(34vw - 60px);*/
    height: 231px;
    /*display: table-cell;*/
    vertical-align: top;
    /*padding: 0 21px 0 0;*/
    position: relative;
}


.carousel_7 .link {


    color: #fff;
    text-decoration: none;
}

.carousel_7 .info {
    display: table;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.carousel_7 .info:before {
    content: "";
    background: rgba(40, 53, 62, 0.60);
    border-radius: 0 0 5px 5px;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    filter: blur(1px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;

}

.carousel_7 .item:hover .info {


    height: 231px;

    top: 0;

}

.carousel_7 .item:hover .info:before {
    content: "";
    background: rgba(40, 53, 62, 0.80);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    filter: blur(1px);
    border-radius: 5px;


}

.carousel_7 .item .info:after {
    content: "";
    background: #CD2020;
    width: 5px;
    height: 15px;
    margin: 0 0 0 -2px;
    border-radius: 0 0 5px 5px;

    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel_7 .item:hover .info:after {
    opacity: 1;
    visibility: visible;
}

.carousel_7 .text {
    font-weight: 600;
}

.carousel_7 .item:hover .text {


    margin: 0 0 15px;

}

.carousel_7 .into {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}

.carousel_7 .item:hover .into {

    height: 231px;
    padding: 0 17px;

}

.carousel_7 .btn_1 {
    display: none;
}

.carousel_7 .item:hover .btn_1 {

    display: block;
}

.carousel_7 .price {
    display: none;
    margin: 0 0 21px;
    font-size: 14px;
    font-weight: 600;
	color:#fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel_7 .item:hover .price {

    display: block;
}

.carousel_7 .more {
    display: none;
    background: none;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 33px;
    padding: 0 31px;
    font-size: 12px;
    font-weight: 500;
    line-height: 33px;
    text-transform: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel_7 .item:hover .more {

    display: inline-block;
}


.carousel_7 .fig {
    border-radius: 5px;
    width: 100%;
    height: 231px;
    position: relative;
    overflow: hidden;
}

.carousel_7 .img {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.carousel_7 .btn_1 {
    width: 213px;
    height: 35px;
	margin: 0 auto;
padding: 0;
line-height: 35px;

text-align: center;
}

.news_list {
    margin: 0 0 13px -22px;
}

.news_list .item {
    background: #fff;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    width: calc(50% - 126px);
    height: 291px;
    margin: 0 0 24px 22px;
    padding: 0 75px 30px 29px;
    position: relative;
    font-size: 14px;
    color: #425463;
}

.news_list .fig {
    border-radius: 5px 0 0 5px;
    width: calc(100% + 58px);
    height: 0;
    padding-bottom: 39%;
    margin: 0 -29px 25px;
    position: relative;
    overflow: hidden;
}

.news_list .img {
    width: 100%;
}

.news_list .date {
    background: #EBEBEB;
    width: 46px;
    height: 100%;

    font-size: 16px;
    font-weight: 500;
    color: #727E87;
    position: absolute;
    right: 0;
    bottom: 0;

}

.news_list .date-in {

    white-space: nowrap;
    width: 122px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-90deg) translate(0, -46px);
    transform-origin: 100% 0;
}

.news_list .date-in:before {
    content: "";
    background: url(../images/calendar.svg) no-repeat;

    width: 20px;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    transform: rotate(90deg);

}

.news_list .link {
    font-size: 16px;
    font-weight: 600;
    color: #2B2A29;
    text-decoration: none;
}

.news_list .title {
    margin: 0 0 8px;
}

.news_list .text {
    height: 42px;
    overflow: hidden;
}

.news_list .info {
    height: 71px;
    overflow: hidden;
}

.fig_news {
    border-radius: 5px;
    float: left;
    width: 436px;
    height: 271px;
    margin: 0 39px 33px 0;
    position: relative;
    overflow: hidden;
}

.fig_news .img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.date_news {
    background: #EBEBEB url(../images/calendar.svg) no-repeat 39px 11px;

    border-radius: 0 0 5px 0;
    display: inline-block;
    height: 46px;
    margin: 0 0 16px -39px;
    padding: 0 23px 0 75px;
    font-weight: 500;
    color: #727E87;
    line-height: 46px;
}

.carousel_8 {
    margin: -6px -6px 53px -6px;

    padding: 0 33px;
    position: relative;
}


.carousel_8 .next:after, .carousel_8 .prev:after {
    display: none;
}

.carousel_8 .next, .carousel_8 .prev {
    background: url(../images/carousel_5_next.svg) no-repeat 100% 50%;
    width: 33px;
    height: 34px;
    margin: 0;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 3;
}

.carousel_8 .prev {
    background: url(../images/carousel_5_prev.svg) no-repeat 0 50%;
    right: auto;
    left: 0;
}

.carousel_8 .in {
    padding: 6px;
    position: relative;
    overflow: hidden;
}

.carousel_8 .main_list:before, .carousel_8 .main_list:after, .carousel_8 .main_list> .item:before, .carousel_8 .main_list> .item:after {
    display: none;
}

.carousel_8 .main_list {
    border-spacing: 21px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    left: -21px;
}


.carousel_8 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_8  .item {
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin-bottom: 24px;
    padding: 0 75px 30px 29px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    color: #425463;
}
.carousel_8 .main_list> .item {
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    width: calc(50vw - 172px);
    height: 291px;
    margin: 0 0 24px 22px;
    padding: 0 75px 30px 29px;
    display: table-cell;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    color: #425463;

}

.carousel_8 .fig {
    border-radius: 5px 0 0 5px;
    width: calc(100% + 58px);
    height: 0;
    padding-bottom: 39%;
    margin: 0 -29px 25px;
    position: relative;
    overflow: hidden;
}

.carousel_8 .img {
    width: 100%;
}

.carousel_8 .date {
    background: #EBEBEB;
    width: 46px;
    height: 100%;

    font-size: 16px;
    font-weight: 500;
    color: #727E87;
    position: absolute;
    right: 0;
    bottom: 0;

}

.carousel_8 .date-in {

    white-space: nowrap;
    width: 122px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-90deg) translate(0, -46px);
    transform-origin: 100% 0;
}

.carousel_8 .date-in:before {
    content: "";
    background: url(../images/calendar.svg) no-repeat;

    width: 20px;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    transform: rotate(90deg);

}

.carousel_8 .link {
    font-size: 16px;
    font-weight: 600;
    color: #2B2A29;
    text-decoration: none;
}

.carousel_8 .title {
    margin: 0 0 8px;
}

.carousel_8 .text {
    height: 42px;
    overflow: hidden;
}

.carousel_8 .info {
    height: 73px;
    overflow: hidden;
}

.other_news {
    padding: 33px 0 0;
    text-align: center;
}

.other_news .h4 {
    margin: 0 0 28px;
    padding: 0 0 23px;
    position: relative;
}

.other_news .h4:before {
    content: "";
    background: #CD2020;
    border-radius: 5px;
    width: 34px;
    height: 5px;
    margin-left: -17px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.error {
    padding: 92px 0 65px;
    position: relative;
    text-align: center;
}

.error:before {
    content: "";
    background: #CD2020;
    border-radius: 0 0 5px 5px;
    width: 5px;
    height: 83px;
    margin-left: -2px;
    position: absolute;
    top: -27px;
    left: 50%;
}

.error .h1 {
    margin: 0;
}

.number_box {
    margin: -2px 0 34px;
}

.number_box .number {
    display: inline-block;
    vertical-align: middle;
    font-size: 156px;
    font-weight: bold;
    color: #28353E;
    line-height: 1;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.number_box .fig {
    display: inline-block;
    vertical-align: middle;
    width: 118px;
    height: 111px;
    padding: 0 6px 0 7px;
    -webkit-transform: translate(-100%, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    transform: scale(1) translate(-100%, 0);
}

.number_box .fig:hover {
    transform: scale(1.05) translate(0%, 0);
}

.number_box .animateIn {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    opacity: 1;
    visibility: visible;
}

.number_box .img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.error .btn_1 {

    padding: 0 48px;
}

.modal {
    position: fixed;
    z-index: 1000;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.modal__inner {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal, .modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    vertical-align: middle;

}

.modal__bg {
    background: #1A1F23;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.show .modal__bg {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.84;
}

.modal__content {
    background: #fff;
    border-radius: 5px;
    padding: 24px;
    position: relative;
    z-index: 3;
}

.modal__content:after {
    content: '';
    background: #fff;
    border-radius: 5px;

    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.modal__content .c-66 {
    width: calc(66% - 10px);
}

.modal__content .c-33 {
    width: calc(33% - 10px);
}

.modal_text {
    font-size: 12px;
    color: #727E87;
}

.modal_text .link {
    color: #727E87;
}

.modal_box_form .modal__content {
    background: #feffff url(../images/modal_bg.png) no-repeat;
    width: 814px;
    padding: 48px 58px 58px;
    position: relative;
    font-size: 14px;
    color: #2B2A29;
}

.modal_box_form .modal__content:before {
    content: "";
    background: url(../images/pic23.png) no-repeat;
    width: 529px;
    height: 348px;
    position: absolute;
    bottom: -54px;
    right: -43px;
    z-index: -2;
}

.modal__content .box {
    background: url(../images/modal_logo.svg) no-repeat 0 2px;
    min-height: 77px;
    margin: 0 0 22px;
    padding: 0 0 0 83px;
}

.modal__content .h3 {
    margin: 0 0 8px;
    position: relative;
}


.box_thanks .modal__content {
    background: #fefefe url(../images/modal_bg_thanks.png) no-repeat;
    width: 443px;
    height: 157px;
    position: relative;
    padding: 69px 218px 0 86px;
    font-size: 14px;
    color: #2B2A29;
}

.box_thanks .modal__content:before {
    content: "";
    background: url(../images/pic22.png) no-repeat;
    width: 529px;
    height: 188px;
    position: absolute;
    bottom: -47px;
    right: -38px;
    z-index: -1;
}

.box_thanks .modal__content .box {
    background: url(../images/modal_logo_thanks.svg) no-repeat 0 5px;
    padding: 3px 0 0 119px;
}

.box_thanks .h3 {
    margin: 0 0 8px;
}

.box_fig .modal__content {
    border-radius: 10px;
    padding: 19px 0 0 0;
    position: relative;
}

.modal__close_btn {
    background: url(../images/modal_close.svg) no-repeat 50% 50%;
    width: 53px;
    height: 53px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.carousel-lightbox .title,
.modal_lightbox__title {
    min-height: 19px;
    margin: 0 67px 16px 25px;
}

.carousel-lightbox .img,
.modal_lightbox__image img {
    border-radius: 10px 10px 10px 10px;
    vertical-align: top;
}

.carousel-lightbox .prev, .carousel-lightbox .next,
.modal_lightbox__prev, .modal_lightbox__next {
    cursor: pointer;
    width: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.carousel-lightbox .next,
.modal_lightbox__next {
    left: auto;
    right: 0;
}

.carousel-lightbox .prev:after, .carousel-lightbox .next:after {
    display: none;
}
.carousel-lightbox .prev:before, .carousel-lightbox .next:before,
.modal_lightbox__prev:before, .modal_lightbox__next:before {
    content: "";
    background: rgba(40, 53, 62, 0.11) url(../images/modal_prev.svg) no-repeat 50% 50%;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    filter: blur(1px);
    border-radius: 5px;
    width: 55px;
    height: 55px;
    margin-top: -27px;
    position: absolute;
    top: 50%;
    left: 10px;
}
.carousel-lightbox .next:before,
.modal_lightbox__next:before {
    background: rgba(40, 53, 62, 0.11) url(../images/modal_next.svg) no-repeat 50% 50%;
    left: auto;
    right: 10px;
}

.page-with-modal {
    overflow: hidden;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    min-width: 1024px;
    max-width: 1280px;
    height: 558px;

    position: relative;

}

.footer:after {
    content: "";
    background: url(../images/footer.jpeg) no-repeat;
    width: 1920px;
    height: 558px;
    margin-left: -960px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -2;
}

.footer:before {
    content: "";
    border-top: 1px solid #727E87;
    position: absolute;
    bottom: 95px;
    right: 25px;
    left: 25px;
    z-index: -1;
}

.catalog_box_footer {
    width: 23%;
    position: absolute;
    top: 39px;
    left: 25px;
}

.catalog_box_footer .title {
    margin: 0 0 15px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.catalog_box_footer .title .link {
    color: #fff;
    text-decoration: none;
}

.catalog_footer_list .item {
    margin: 0 0 7px;
    font-size: 14px;
}

.catalog_footer_list .link {
    color: #727E87;
    text-decoration: none;
}

.nav_footer {
    width: 30%;
    position: absolute;
    top: 39px;
    left: 30%;
}

.nav_footer .title {
    margin: 0 0 15px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.nav_footer .title .link {
    color: #fff;
}

.nav_footer .item {
    margin: 0 0 13px;
    font-size: 14px;
}

.nav_footer .link {
    color: #727E87;
    text-decoration: none;
}

.box_2 {
    position: absolute;
    top: 351px;
    left: 25px;
}

.box_2 .list {
    margin: 0 0 0 -67px;
}

.box_2 .item {
    margin: 0 0 0 67px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.box_2 .link {
    color: #fff;
    text-decoration: none;
}

.contacts_footer {
    width: 35%;
    position: absolute;
    top: 39px;
    right: 25px
}

.contacts_footer .title {
    margin: 0 0 19px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.contacts_footer .title .link {

    color: #fff;
    text-decoration: none;
}

.phone_footer {
    background: url(../images/footer_phone-call.svg) no-repeat;
    display: inline-block;
    margin: 0 0 17px;
    padding: 1px 0 0 37px;
    font-size: 14px;
    color: #727E87;
}

.phone_footer .link {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.mail_footer {
    background: url(../images/footer_mail_red.svg) no-repeat 0 2px;
    display: inline-block;
    margin: 0 0 16px;
    padding: 0 0 0 34px;
    font-size: 14px;
    color: #fff;
}

.mail_footer .link {
    color: #fff;
    text-decoration: none;
}

.address_footer {
    background: url(../images/footer_pin.svg) no-repeat;
    display: inline-block;
    margin: 0 0 15px;
    padding: 1px 0 0 35px;
    font-size: 14px;
    color: #fff;
}

.time_footer {
    background: url(../images/footer_clock.svg) no-repeat 0 1px;
    display: inline-block;
    padding: 0 0 0 32px;
    font-size: 14px;
    color: #fff;
}

.politics_privacies {
    position: absolute;
    bottom: 32px;
    left: 25px;
    font-size: 14px;
}

.politics_privacies .link {
    color: #727E87;
}

.counter {
    position: absolute;
    bottom: 39px;
    right: 25px;
}

.counter .img {
    vertical-align: top;
}

.counter_2 {
    position: absolute;
    bottom: 39px;
    right: 66px;
}

.counter_2 .img {
    vertical-align: top;
}

.developer {
    position: absolute;
    bottom: 35px;
    right: 178px;
    font-size: 14px;
    color: #727E87;
}

.developer .link {
    background: url(../images/footer_logo_digitalstrateg.svg) no-repeat;
    display: inline-block;
    min-height: 26px;
    padding: 11px 0 0 36px;
    color: #727E87;
}

.social_networks {

    position: absolute;
    top: 390px;
    left: 25px;
}

.social_networks .title {
    margin: 0 0 7px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.social_networks_list {
    display: inline-block;
    vertical-align: middle;
}

.social_networks_list .item {
    margin: 0 19px 0 0;
}

.social_networks_list .fig {
    display: block;
    width: 22px;
    height: 19px;
    position: relative;
    overflow: hidden;
}

.social_networks_list .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.company_footer {
    position: absolute;
    bottom: 54px;
    left: 25px;
    color: #727E87;
}

.subscription_footer {
    width: calc(35% - 32px);
    position: absolute;
    top: 322px;
    right: 25px;
    font-size: 14px;
    color: #727E87;
    padding: 0 0 0 32px;
}

.cooperation_issues_box .link {
    background: url(../images/footer_mail.svg) no-repeat 0 3px;
    display: inline-block;
    padding: 0 0 0 26px;
    color: #fff;
}


/*---------------------- end footer -----------------------------------*/
/* media queries */

/* print media */
@media (min-width: 768px) {
    .page_with-small-header .declaration_box {
        display: none;
    }

    .page_with-small-header .header_top {
        height: 50px;
    }

    .page_with-small-header .header_top:before {
        content: "";
        display: block;
        width: auto;
        margin-left: 0;
        background: #28353E;
        position: absolute;
        top: 0;
        right: -10000px;
        bottom: 0;
        left: -10000px;
        z-index: -1;
    }

    .page_with-small-header .logo {
        background: url(../images/page_with-small-header_logo_small.svg) no-repeat;
        width: 212px;
        height: 42px;
        margin: 4px 0 0 25px;
    }

    .page_with-small-header .logo .link {
        width: 212px;
        height: 42px;
    }

    .page_with-small-header .phone {
        width: auto;
        margin: 13px 109px 0 0;


    }

    .page_with-small-header .phone> .link {
        background: url(../images/header_next.svg) no-repeat 100% 7px;


        display: flex;
        flex-direction: row;
        padding: 0 19px 3px 0;
        position: relative;
    }

    .page_with-small-header .phone.active> .link {
        background: url(../images/header_next_up.svg) no-repeat 100% 7px;
    }

    .page_with-small-header .phone> .link:before {
        content: "";
        border-bottom: 2px dashed #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 19px;
    }

    .page_with-small-header .phone> .link:hover:before {

        border-bottom: 2px dashed rgba(255, 255, 255, 0);

    }

    .page_with-small-header .phone .title {
        background: none;

        padding: 0;
        margin: 0 8px 0 0;
    }

    .page_with-small-header .phone .title .text {
        border-bottom: none;
        padding: 0;
    }

    .page_with-small-header .phone .sub {
        width: 461px;
        padding: 17px 24px 10px;
        top: 37px;
    }

    .page_with-small-header .phone .sub .item {

        display: flex;
        flex-direction: row;
    }

    .page_with-small-header .phone .item {
        margin: 0 0 19px;
    }

    .page_with-small-header .phone .sub .number {
        margin: 0 9px 0 0;
    }

    .page_with-small-header .box_1 {

        display: none;
    }

    .page_with-small-header .address {
        display: none;
    }

    .page_with-small-header .nav {
        width: 50px;
        position: absolute;
        top: 0;
        right: 25px
    }

    .page_with-small-header .nav_active {
        width: calc(100% - 50px);
        left: 25px;
    }

    .page_with-small-header .nav:before {
        display: none;
    }

    .page_with-small-header .nav .title {
        width: 50px;
        height: 50px;
        position: relative;
        z-index: 3;
    }

    .page_with-small-header .nav_active .title {
        position: absolute;
        top: 0;
        right: 0;
    }

    .page_with-small-header .nav .title .link {
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
    }

    .page_with-small-header .nav .title .link:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .page_with-small-header .nav .title .bar {
        padding: 0;
        width: 21px;
        height: 2px;
        background: #fff;
        display: block;
        transition: all 0.4s ease-in-out;
        position: absolute;
    }

    .page_with-small-header .nav .title .bar1 {
        top: 18px;
        right: 8px;
    }

    .page_with-small-header .nav .title .bar2,
    .page_with-small-header .nav .title .bar3 {
        top: 24px;
        right: 8px;
    }

    .page_with-small-header .nav .title .bar3 {
        right: 8px;
    }

    .page_with-small-header .nav .title .bar4 {
        bottom: 18px;
        right: 8px;
    }

    .page_with-small-header .nav .title .bar1 {
        transform-origin: 5%;
    }

    .page_with-small-header .nav .title .bar4 {
        transform-origin: 5%;
    }

    .page_with-small-header .nav_active .title .bar {


        background: #fff;

    }

    .page_with-small-header .nav_active .title .bar1 {
        transform: rotate(45deg);
        height: 2px;
        width: 19px;
    }

    .page_with-small-header .nav_active .title .bar3 {
        transform: rotate(45deg);
        height: 2px;
        background-color: transparent;
    }

    .page_with-small-header .nav_active .title .bar2 {
        transform: rotate(-45deg);
        height: 2px;
        background-color: transparent;
    }

    .page_with-small-header .nav_active .title .bar4 {
        transform: rotate(-45deg);
        height: 2px;
        width: 19px;
    }

    .page_with-small-header .nav .sub_all {
        display: none;
        height: 50px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 50px;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .page_with-small-header .nav_active .sub_all {
        display: block;
    }

    .page_with-small-header .nav .sub_all:before {
        content: "";
        background: #28353E;
        position: absolute;
        top: 0;
        right: -10000px;
        bottom: 0;
        left: -10000px;
        z-index: -1
    }

    .page_with-small-header .nav> .sub_all> .list> .item> .link {
        height: 50px;
    }

    .page_with-small-header .nav .sub {
        top: 50px;
    }

}

@media (max-width: 767px) {
    .wrapper {
        min-width: 0;
    }

    .inner {
        min-width: auto;
        max-width: none;
        width: auto;
        margin: 0 !important;
        padding: 0 !important;
    }

    .declaration_box {
        padding: 8px 34px 8px 24px;

    }

    .declaration_box .close .link {


        width: 44px;
        height: 30px;

    }

    .header {
        min-width: auto;
        max-width: none;
        width: 100%;
    }

    .main_page .header_top {
        height: 75px;
    }

    .header_top {
        background: #fff;
        display: block;
        min-width: auto;
        max-width: none;
        width: 100%;
        height: 75px;
        padding: 0;
        z-index: 101;
    }

    .main_page .header_top:before {
        display: block;
    }

    .header_top:before {
        content: "";
        background: #28353E;
        display: block;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }

    .main_page .logo {
        margin: 0;
    }

    .logo {
        background: url(../images/mobile_logo.svg) no-repeat;
        width: 154px;
        height: 31px;
        margin: 0;
        position: absolute;
        top: 5px;
        left: 9px;
    }

    .logo .link {
        width: 154px;
        height: 31px;
    }

    .main_page .phone {
        margin: 0;
    }

    .phone {
        background: none;
        padding: 0;
        height: 40px;
        width: 40px;
        margin: 0;
        position: absolute;
        top: 0;
        right: 48px;
    }

    .phone .title {
        display: none;
    }

    .phone> .link {
        background: url(../images/mobile_phone-call.svg) no-repeat 50% 50%;
        display: inline-block;
        height: 40px;
        width: 40px;
        padding: 0;
    }

    .phone .in {
        display: none;
    }

    .phone .sub {

        width: 292px;
        padding: 21px 14px 3px;

        top: 40px;
        left: auto;

        right: -48px;
    }

    .main_page .address {
        margin: 0;
    }

    .address {
        display: none;
    }


    .box_1 {
        display: none;
    }


    .nav {
        width: 40px;
        height: 40px;
        position: absolute;
        z-index: 21;
        top: 0;
        right: 0;
    }

    .nav .title {
        display: none;
    }

    .nav_active {
        width: 100%;
        height: auto;
    }

    .nav::before {
        display: none;
    }

    .nav:after {
        content: '';
        background: #fff;
        box-shadow: 0 5px 0 #fff, 0 10px 0 #fff;
        width: 20px;
        height: 2px;
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 3;
    }

    .nav_active:after {
        background: #CD2020 url(../images/mobile_menu_close.svg) no-repeat 50% 50%;
        box-shadow: none;
        width: 40px;
        height: 40px;
        top: 0;
        right: 0;
    }

    .nav .sub_all {
        background: #425463 url(../images/mobile_nav_bg.png) no-repeat;
        min-width: auto;
        max-width: none;
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        transform: translate(110%, 0);
        transition: transform .3s ease;
        will-change: transform;
    }

    .nav> .sub_all {
        display: block;
    }

    .nav> .sub_all> .list {
        display: block;
    }

    .main_page .box_1 {
        margin: 0;
    }

    .page_with_nav .box_1 {
        background: rgba(201, 210, 217, 0.16);
        display: flex;
        padding: 0 9px 15px;
        position: fixed;
        bottom: 54px;
        right: 8px;
        left: 8px;
        z-index: 30;
    }

    .page_with_nav .mail {

        background: url(../images/header_mail.svg) no-repeat;
        min-height: 13px;
        font-size: 12px;


    }

    .page_with_nav .mail p {
        margin: 0;
        display: inline-block;
    }

    .page_with_nav .phone_mobile {
        background: rgba(201, 210, 217, 0.16) url(../images/mobile_phone-call.svg) no-repeat 8px 12px;
        display: block;
        padding: 15px 5px 9px 36px;
        position: fixed;
        bottom: 83px;
        left: 8px;
        right: 8px;
        z-index: 28;
    }

    .page_with_nav .phone_mobile .item {
        display: flex;
        flex-direction: row;

        margin: 0 0 4px;
        font-size: 12px;
        color: #C9D2D9;
    }

    .page_with_nav .phone_mobile .link {
        color: #fff;
        text-decoration: none;
    }

    .page_with_nav .phone_mobile .number {
        margin: 0 5px 0 0;
        font-weight: 600;
		width:50%;
    }
.page_with_nav .phone_mobile .text {

		width:41%;
    }
    .page_with_nav .address {
        background: rgba(201, 210, 217, 0.16) url(../images/pin.svg) no-repeat 8px 0;
        display: block;
        width: auto;
        padding: 0 0 15px 35px;
        position: fixed;
        bottom: 8px;
        right: 8px;
        left: 8px;
        z-index: 30;
        font-size: 12px;
        line-height: 1.3;
    }

    .time {
        display: none;
    }

    .nav> .sub_all> .list {
        margin: 37px 0 0;
    }

    .nav> .sub_all> .list> .item {
        display: block;
        margin: 0 0 42px;
        font-size: 14px;
        font-weight: 500;
        position: static;
        text-transform: uppercase;
    }

    .nav> .sub_all> .list> .item> .link {
        display: block;
        height: auto;
        color: #fff;
    }

    .nav> .sub_all> .list> .item:hover> .link, .nav> .sub_all> .list> .active> .link {
        background: none;
    }

    .nav> .sub_all> .list> .item:hover> .link, .nav> .sub_all> .list> .active> .link {
        text-shadow: none;
    }

    .nav> .sub_all> .list> .item> .link> .text {
        display: block;
    }

    .nav> .sub_all> .list> .item> .link> .text> .in {
        display: inline-block;
        padding: 0 19px 0 0;
    }

    .nav .in:before {
        display: none;
    }

    .nav> .sub_all> .list> .have_sub> .link> .text> .in {
        background: url(../images/have_sub.svg) no-repeat 100% 4px;

    }

    .nav_active .sub_all {
        transform: translate(0, 0);
    }

    .nav_active {
        z-index: 27;
    }

    .nav .sub {
        background: #282830 url(../images/mobile_nav_bg_sub.png) no-repeat;
        display: block;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        margin: -37px 0 0;
        padding: 0;
        top: 0;
        left: 0;
        transition: all .3s ease;
        will-change: transform;
    }

    .nav_active .sub {
        opacity: 0;
        visibility: hidden;
        transition: all 0s ease .3s;
    }

    .nav .sub_all> .list> .item.mobile_active .sub {
        opacity: 1;
        visibility: visible;
        left: 0;
        z-index: 24;
    }


    .nav .sub .back_sub {
        border-bottom: 1px solid rgba(201, 210, 217, 0.1);
        display: block;
        margin: 0 9px 22px;
        text-align: center;

    }

    .nav .sub .back_sub .link {
        background: url(../images/back_sub.svg) no-repeat 11px 50%;

        display: block;

        padding: 13px 0 11px 34px;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
    }

    .nav .sub_menu {
        background: none;
        box-shadow: none;
        height: 362px;
        padding: 7px 10px;
        float: none;
        overflow-x: auto;
    }

    .nav .sub .item {
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 35px;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        text-transform: none;
    }

    .nav .sub> .sub_menu> .item> .link {
        padding: 0;
        color: #fff;
    }

    .nav .sub .item:hover .link {
        font-weight: normal;
        color: #fff;
    }

    .nav .sub .link::before {
        display: none;
    }

    .nav .sub .close {
        display: none;
    }

    .carousel_1 {

        min-width: auto;
        max-width: none;
        height: 173px;
        margin: 0 0 23px;

    }

    .carousel_1 .next, .carousel_1 .prev {
        background: #28353E url(../images/mobile_carousel_next.svg) no-repeat 50% 50%;
        width: 35px;
        height: 35px;
        margin-top: 0;
        right: 9px;
        top: auto;
        bottom: 12px;
    }

    .carousel_1 .next:hover {
        background: #FF2C2C url(../images/mobile_carousel_next.svg) no-repeat 50% 50%;
    }

    .carousel_1 .prev {
        background: #28353E url(../images/mobile_carousel_prev.svg) no-repeat 50% 50%;
        left: 9px;
    }

    .carousel_1 .prev:hover {
        background: #FF2C2C url(../images/mobile_carousel_prev.svg) no-repeat 50% 50%;
    }

    .carousel_1 .fig {
        height: 173px;
    }

    .carousel_1 .tabs {

        display: none;
    }

    .carousel_1 .text {
        top: 16px;
        left: 9px;
        right: 9px;
        width: auto;
        text-align: center;
    }

    .carousel_1 .title {
        width: 132px;
        margin: 0 0 19px;
        font-size: 14px;
        text-align: left;
        line-height: 1.3;
    }

    .carousel_1 .more {

        height: 35px;
        padding: 0 34px;

        line-height: 35px;
    }

    .catalog_mobile {
        display: block;

        width: 50%;
        height: 35px;
        position: absolute;
        top: 40px;
        left: 0;
        z-index: 21;
    }

    .catalog_mobile:before {
        content: 'Каталог';
        background: #CD2020;
        border: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        height: 35px;
        padding: 0 10px 0 13px;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        line-height: 35px;
    }

    .catalog_mobile:after {
        content: '';
        background: url(../images/mobile_next_down.svg) no-repeat;
        width: 10px;
        height: 6px;
        position: absolute;
        top: 14px;
        right: 10px;
        z-index: 3;
    }

    .catalog_mobile_active:after {
        content: '';
        background: url(../images/mobile_next_up.svg) no-repeat;
        width: 10px;
        height: 6px;
        position: absolute;
        top: 14px;
        right: 10px;
        z-index: 3;
    }

    .catalog_mobile_list {
        background: #fff;
        border-bottom: 6px solid #CD2020;
        border-radius: 0 0 5px 5px;
        display: none;
        padding: 15px 15px;
        position: absolute;
        top: 100%;
        left: 0;
        right: -100%;
    }

    .catalog_mobile_list .item {
        margin: 0 0 4px;
        font-size: 12px;
        font-weight: 600;
        color: #2B2A29;
    }

    .catalog_mobile_list .link {
        color: #2B2A29;
        text-decoration: none;
    }

    .catalog_mobile_list .fig {
        display: inline-block;
        vertical-align: middle;
        width: 38px;
        height: 36px;
        margin: 0 23px 0 0;
        position: relative;
        overflow: hidden;
    }

    .catalog_mobile_list .img {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        vertical-align: top;
    }

    .catalog_mobile_list .text {
        display: inline-block;
        vertical-align: middle;
        width: 76%;
    }

    .catalog_mobile_active .catalog_mobile_list {
        display: block;
    }

    .services_mobile {
        display: block;
        width: 50%;
        height: 35px;

        position: absolute;
        top: 40px;
        right: 0;
        z-index: 25;
    }

    .services_mobile:before {
        content: 'услуги';
        background: #425463;
        border: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        height: 35px;
        padding: 0 10px 0 13px;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        line-height: 35px;
    }

    .services_mobile:after {
        content: '';
        background: url(../images/mobile_next_down.svg) no-repeat;
        width: 10px;
        height: 6px;
        position: absolute;
        top: 14px;
        right: 10px;
        z-index: 3;
    }

    .services_mobile_active:after {
        content: '';
        background: url(../images/mobile_next_up.svg) no-repeat;
        width: 10px;
        height: 6px;
        position: absolute;
        top: 14px;
        right: 10px;
        z-index: 3;
    }

    .services_mobile_list {
        background: #fff;
        border-bottom: 6px solid #425463;
        border-radius: 0 0 5px 5px;
        display: none;
        padding: 15px 15px;
        position: absolute;
        top: 100%;
        right: 0;
        left: -100%;
        text-align: center;
    }

    .services_mobile_list .item {
        margin: 0 0 14px;
        font-size: 12px;
        font-weight: 600;
        color: #2B2A29;
    }

    .services_mobile_list .link {
        color: #2B2A29;
        text-decoration: none;
    }


    .services_mobile_active .services_mobile_list {
        display: block;
    }

    .main_page .content {
        padding: 0 10px;
    }

    .content {

        padding: 17px 10px 0;
    }

    .h1 {
        font-size: 24px;
    }

    .h2 {
        font-size: 24px;
    }

    .h3 {
        font-size: 20px;
    }

    .we_produce_box .h2 {
        margin: 0 0 15px;
    }


    body {


        font-size: 14px;


    }

    .we_produce_box {
        width: auto;

    }

    .we_produce_list {
        margin: 0 0 0 -10px;
    }

    .we_produce_list .item:first-child {
        width: calc(49% - 10px);
        margin: 0 0 14px 10px;
    }

    .we_produce_list .item:nth-child(2) {
        width: calc(49% - 10px);
        margin: 0 0 14px 10px;
    }

    .we_produce_list .item:nth-child(3) {
        width: calc(49% - 10px);
        margin: 0 0 14px 10px;
    }

    .we_produce_list .item {
        width: calc(49% - 10px);
        margin: 0 0 14px 10px;
    }

    .we_produce_list .link {
        padding: 7px 5px 17px;
        font-size: 13px;
    }

    .special_offers_box {
        width: auto;

        padding: 0;

    }

    .special_offers_box .h3 {
        width: auto;
        margin: 0 0 20px;
    }

    .special_offers_list {
        margin: 0;
    }

    .special_offers_list .item:first-child {
        top: 0;
    }

    .special_offers_list .item {
        width: auto;
        margin: 0 0 10px;
        font-size: 18px;
    }

    .special_offers_list .fig {
        width: 100%;
        height: auto;
    }

    .special_offers_list .img {
        width: 100%;
        height: auto;
        position: relative;
    }

    .special_offers_list .item::before {
        display: none;
    }

    .special_offers_list .in {
        top: 23px;
        left: 13px;
    }

    .special_offers_list .title {
        margin: 0 0 17px;
        font-size: 22px;

    }

    .special_offers_list .item:nth-child(2) {

        width: auto;

    }

    .special_offers_list .item:nth-child(2) .fig {
        width: auto;
        height: auto;
    }

    .special_offers_list .item:nth-child(2) .in {

        bottom: 31px;
        left: 25px;
    }

    .special_offers_box .box {
        margin: 0;
        display: block;

    }

    .special_offers_box .box .text {
        width: auto;
        margin: 0 0 20px;
    }

    .how_order_box {
        height: auto;
        padding: 22px 0 10px;
    }

    .main_page .how_order_box::before {
        display: none;

    }

    .carousel_2 {
        margin: 0;
        padding: 30px 0 0;
        position: relative;
    }

    .carousel_2 .fig {
        float: none;
        width: 110px;
        height: auto;
        margin: 0 auto 10px;
    }

    .carousel_2 .img {

        max-width: none;
        max-height: none;
        width: 100%;
        position: relative;

    }

    .carousel_2 .title {
text-align: center;
        margin: 0 0 20px;
        font-size: 18px;


    }

    .carousel_2 .box {
        display: block;
text-align: center;
    }

    .carousel_2> .in> .main_list> .item {
        width: calc(100vw - 20px);
        text-align: center;
    }

    .carousel_2 .text {
        width: auto;
        margin: 0 0 15px;
    }

    .carousel_2 .next, .carousel_2 .prev {

        width: 27px;
        height: 40px;
        margin: 0;
        top: 70px;
        right: 0;
    }

    .carousel_2 .prev {
        right: auto;
        left: 0;
    }

    .carousel_2 .tabs {

        display: none;
    }
.carousel_2 .swiper-pagination, .carousel_2 .tabs{
	  display: none;
}
    .how_order_box::after {
        height: auto;
        bottom: 0;
    }

    .about_box {
        margin: 0 0 27px;
        padding: 17px 0 0 0;

    }

    .about_box::before {
        display: none;
    }

    .about_box .h1 {
        margin: 0 0 22px;
        font-size: 18px;
    }

    .about_box .box {
        display: block;

    }

    .about_box .box> .text {
        width: auto;
    }

    .about_box .certificates_box {
		background-position:98% 50%;
        margin: 0 0 25px;
        padding: 10px 48px 10px 13px;

    }


    .about_box .link_open_video {
        background: url(../images/carousel_3_next_down.svg) no-repeat 100% 6px;

        padding: 0 19px 0 0;

        font-size: 12px;
    }

    .about_box .video {
        margin: 0 0 0 10px;

    }

    .about_box .video_box {

        margin: 0 0 15px;
    }
.about_box .video .sub {

    width: calc(100vw - 20px);
    margin-left: 0;

    top: 3px;
	left:-169px;

    height: 176px;
	padding:88px 10px 0;


}
.about_box .video .sub::before {


    height: auto;
   margin-left: -770px;
    bottom: 0;

}
.about_box .video .sub iframe{
	width:100%;
	    height: 300px;
}
    .carousel_3 {
        width: auto;

    }

    .carousel_3 .item {
        width: calc(100vw - 19px);
    }

    .advantages_box::before {
        display: none;
    }

    .advantages_box {
        padding: 21px 0 15px;
        margin: 0 0 20px;
    }

    .advantages_box .h3 {
        margin: 0 0 20px;
    }

    .advantages_list .item {
        width: calc(49% - 36px);
        margin: 0 0 21px 36px;

        opacity: 1;
        -webkit-transform: none;
        transform: none;

    }

    .advantages_list .item:nth-child(6) {
        width: calc(49% - 36px);
        -webkit-transform: none;
        transform: none;
    }

    .advantages_list .item:nth-child(7) {
        width: calc(49% - 36px);
        -webkit-transform: none;
        transform: none;
    }

    .advantages_list .item:nth-child(8) {
        width: calc(49% - 36px);
        -webkit-transform: none;
        transform: none;
    }

    .advantages_list .item:nth-child(9) {
        width: calc(50% - 36px);
        -webkit-transform: none;
        transform: none;
    }

    .main_page .advantages_box::after {
        background: url(../images/pic15.jpg) repeat-y;
    }

    .facts_about_us_box {


        display: block;

        margin: 0 0 25px;
        padding: 13px 13px 42px;

    }

    .facts_about_us_box .h3 {

        width: auto;
        height: auto;
        margin: 0 0 20px;
        padding: 0 0 21px;
        font-size: 22px;

    }

    .facts_about_us_list {
        display: block;
    }

    .facts_about_us_list .item {
        margin: 0 0 10px;
    }

    .partners_box {
        margin: 0;
        display: block;
    }

    .partners_box::before {
        display: none;
    }

    .carousel_4::before {

        display: none;
    }

    .carousel_4 {
        width: auto;
        margin: 0 0 20px;
        padding: 0;
    }

    .carousel_4 .item {
        width: calc(100vw - 21px);
    }

    .carousel_4 .fig {

        width: 100%;

        margin: 0;
    }

    .partners_box .text {
        padding: 0;

    }

    .partners_box .text::before {
        display: none;
    }

    .list_1 {
        margin: 28px 0 0 -26px;
    }

    .form_box {
        background: url(../images/forma_logo.svg) no-repeat 98% 21px;
        height: auto;
        padding: 23px 0 10px;
    }

    .form_box .c-33 {
        width: 100%;
    }

    .mr-22 {
        margin: 0 0 12px !important;
    }

    .mr-22 {
        margin-right: 22px !important;
    }

    .mb-38 {

        margin-bottom: 8px !important;
width: 250px;

    }

    .mb-24 {
        margin-bottom: 12px !important;
    }

    .form_box::before {
        background: url(../images/pic16.jpg) repeat-y;
        height: auto;
        bottom: 0;

    }

    .form_box .c-66 {
        width: 100%;
    }

    .contact_us {
        padding: 30px 0 0;

    }

    .contact_us_list {
        margin: 0;
        display: block;
    }

    .contact_us_list .item {
        background: #fff;
        border: 1px solid #ebebeb;
        width: calc(100% - 18px);
        height: auto;
        margin: 0 0 20px;
        padding: 16px 16px 6px 0;
    }

    .contact_us_list .item::before {
        display: none;
    }

    .contact_us_list .title {
        margin: 0;
    }

    .contact_us_list .address_contact_us {
        width: auto;
    }

    .contact_us_list .item:nth-child(2) {
        background: #425463;
        border: none;
        width: calc(100% - 16px);
        height: auto;
        padding: 16px 16px 6px 0;
    }

    .contact_us_list .item:nth-child(2)::before {
        display: none;
    }

    .contact_us_list .item:nth-child(2)::after {

        display: none;
    }

    .contact_us_list .item:nth-child(2) .title {
        margin: 0;
    }

    .btn_send_request {
        background: #2B2A29 url(../images/contact_us_mail.svg) no-repeat 7px 10px;
        width: calc(100% - 47px);
        padding: 0 0 0 47px;
    }

    .btn_send_request:hover {
        background: #FF2C2C url(../images/contact_us_mail.svg) no-repeat 7px 10px;
    }

    .btn_ask_question {
        background: #2B2A29 url(../images/contact_us_84.svg) no-repeat 9px 7px;
        width: calc(100% - 49px);
        padding: 0 0 0 49px;
    }

    .btn_ask_question:hover {
        background: #FF2C2C url(../images/contact_us_84.svg) no-repeat 9px 7px;
    }

    .contact_us .info {

        margin: 0;
        padding: 10px 0 41px;

        font-size: 14px;

    }

    .contact_us .info::before {

        display: none;
    }

    .footer {
        background: #28353E;
        min-width: auto;
        max-width: none;
        width: calc(100% - 20px);
        height: auto;
        margin: 0;
        padding: 10px 10px 63px;
    }

    .footer::before {
        display: none;
    }

    .catalog_box_footer {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }

    .catalog_box_footer .title {
        font-size: 12px;
        margin: 0 0 10px;
    }

    .catalog_box_footer .title .link {
        background: #425463 url(../images/mobile_next_down.svg) no-repeat 93% 50%;
        border-radius: 5px;
        display: block;
        height: 35px;
        padding: 0 9px;
        line-height: 35px;
    }

    .catalog_box_footer.active .title .link {
        background: #425463 url(../images/mobile_next_up.svg) no-repeat 93% 50%;

    }

    .catalog_box_footer .catalog_footer_list {
        display: none;

        padding: 0 0 5px 8px;


    }

    .catalog_box_footer.active .catalog_footer_list {
        display: block;
    }

    .catalog_footer_list> .item {
        margin: 0 0 13px;
        line-height: 1.3;

    }

    .catalog_footer_list .link {
        color: #fff;

    }

    .nav_footer {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }

    .nav_footer .title {
        font-size: 12px;
        margin: 0 0 10px;
    }

    .nav_footer .title .link {
        background: #425463 url(../images/mobile_next_down.svg) no-repeat 93% 50%;
        border-radius: 5px;
        display: block;
        height: 35px;
        padding: 0 9px;
        line-height: 35px;
    }

    .nav_footer.active .title .link {
        background: #425463 url(../images/mobile_next_up.svg) no-repeat 93% 50%;

    }

    .nav_footer .list {
        display: none;
        padding: 0 0 5px 8px;

    }

    .nav_footer.active .list {
        display: block;
    }

    .nav_footer .list .item {
        margin: 0 0 13px;
        line-height: 1.3;

    }

    .nav_footer .list .link {
        color: #fff;

    }

    .contacts_footer {
        width: 100%;
        margin: 0 0 14px;
        position: relative;
        top: 0;
        left: 0;
    }

    .contacts_footer .title {
        display: block;
        margin: 0 0 10px;
    }

    .contacts_footer .title .link {
        background: #425463 url(../images/mobile_next_down.svg) no-repeat 93% 50%;
        border-radius: 5px;
        display: block;
        height: 35px;
        padding: 0 9px;
        line-height: 35px;
    }

    .contacts_footer.active .title .link {
        background: #425463 url(../images/mobile_next_up.svg) no-repeat 93% 50%;

    }

    .contacts_footer .sub {
        display: none;
    }

    .contacts_footer.active .sub {
        display: block;
    }

    .phone_footer {
        margin: 0 -4px 15px 0;
        padding: 0 0 0 26px;
        font-size: 12px;


    }

    .phone_footer p {
        margin: 0 0 2px;
    }

    .phone_footer .link {
        font-size: 14px;

    }

    .mail_footer {

        margin: 0 0 16px;
        padding: 1px 0 0 27px;

    }

    .address_footer {
        padding: 1px 0 0 27px;
    }

    .time_footer {

        background: url(../images/footer_clock.svg) no-repeat 0 0;

        padding: 0 0 0 26px;


    }

    .box_2 {
        border-bottom: 1px solid #35464d;
        margin: 0 0 11px;
        padding: 0 0 12px;
        position: relative;
        top: 0;
        left: 0;
    }

    .box_2 .list {


        text-align: center;

    }

    .social_networks {
        border-bottom: 1px solid #35464d;
        margin: 0 0 11px;
        padding: 0 0 17px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .social_networks .title {
        margin: 0 0 9px;
    }

    .social_networks_list {
        text-align: center;
    }

    .subscription_footer {
        border-bottom: 1px solid #35464d;
        width: auto;
        margin: 0 0 11px;
        padding: 0 0 11px;
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
    }

    .company_footer {
        margin: 0 0 6px;

        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        font-size: 12px;
        text-align: center;
    }


    .politics_privacies {
        width: 100%;
        margin: 0 0 7px;
        position: relative;
        bottom: 0;
        left: 0;
        font-size: 14px;
        text-align: center;
    }

    .developer {
        display: inline-block;
        vertical-align: middle;
        width: 52%;
        position: relative;
        bottom: 0;
        right: 0;
        line-height: 1.2;
        font-size: 12px;
    }

    .developer .link {
        background: url(../images/mobile_logo_digitalstrateg.svg) no-repeat;
        display: inline-block;
        min-height: 29px;
        padding: 1px 0 0 31px;
    }

    .counter {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        bottom: 0;
        right: 0;
    }

    .counter_2 {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        bottom: 0;
        right: 0;

    }

    .to-top {


        bottom: 10px;
        right: 10px;

    }

    .to-top .link {
        width: 34px;
        height: 34px;
        background-size: 15px 13px;
    }

    .feedback_bubble {
        position: fixed;
        top: auto;
        right: auto;
        bottom: 10px;
        left: 10px;
    }

    .feedback_bubble .list {
        position: relative;
        top: 0;
        right: 0;
    }

    .feedback_bubble .item {
        width: auto;
        height: 34px;
        margin: 0 7px 0 0;

        display: inline-block;
    }

    .feedback_bubble .item:nth-child(2) {
        display: none;
    }

    .feedback_bubble .link {

        width: auto;
        height: auto;
    }

    .feedback_bubble .feedback_bubble_callback {
        background: #CD2020;
        border-radius: 5px;
        height: 34px;
        padding: 0 12px;
        font-size: 10px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        line-height: 34px;
        text-transform: uppercase;

    }

    .feedback_bubble .feedback_bubble_ask_question {
        background: #425463;
        border-radius: 5px;
        height: 34px;
        padding: 0 12px;
        font-size: 10px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        line-height: 34px;
        text-transform: uppercase;

    }

    .feedback_bubble .fig {
        display: none;

    }

    .feedback_bubble .text {
        display: inline-block;
    }

    .number_box .number {
        font-size: 86px;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
    }

    .number_box .fig {
        width: 20%;
        height: auto;
        padding: 0 6px 0 7px;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
    }

    .error {
        padding: 12px 0 25px;

    }

    .error::before {
        display: none;
    }

    .error .h1 {
        margin: 0 0 20px;
    }

    .number_box {
        margin: -2px 0 14px;
    }

    .catalog_list {
        margin: 0 0 26px;
    }

    .catalog_list .item {
        width: calc(100% - 26px);
        margin: 0 0 10px;
    }

    .product_card {
        background: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        display: block;

        margin: 0 0 29px;
        padding: 0;

    }

    .product_card .fig {
        width: auto;
        height: 393px;
        margin: 0 0 20px;
    }

    .product_card .text {
        width: auto;
        padding: 0;
    }

    .carousel_5 .main_list> .item {
        width: calc(34vw - 41px);
    }

    .opisanie_list_1 .item {
        margin: 0 0 3px 3px;
        width: calc(49% - 3px);
    }

    .opisanie_list_1 .link {
        width: 100%;
    }

    .opisanie_list_1 .link .text {

        padding: 0 8px;
        text-align: center;
    }

    .documentation_list {
        margin: 0 0 31px -16px;
    }

    .documentation_list .item {

        width: calc(34% - 19px);
        margin: 0 0 10px 16px;
        text-align: center;
        font-size: 13px;

    }

    .documentation_list .fig {
        display: block;
        margin: 0 auto 10px;
    }

    .documentation_list .text {

        width: auto;

    }

    .news_list {
        margin: 0 0 13px;
    }

    .news_list .item {
        width: calc(100% - 74px);
        height: auto;
        margin: 0 0 24px;
        padding: 0 55px 30px 19px;
    }

    .news_list .fig {

        width: calc(100% + 28px);
        height: 0;

        margin: 0 -9px 15px -19px;

    }

    .pages .item {
        margin: 0;

    }

    .pages .beginning {

        width: 40px;

    }

    .pages .prev {

        width: 34px;

    }

    .pages .next {

        width: 30px;

    }

    .pages .end {
        width: 30px;
    }

    .pages {
        margin: 0 0 14px;

    }

    .fig_news {
        float: none;
        width: auto;
        height: 271px;
        margin: 0 0 20px;
    }

    .date_news {
        border-radius: 5px;
        display: block;
        margin: 0 0 16px;
    }

    .fig_left {
        width: auto;
        margin: 0 0 20px;
        float: none;
    }

    .fig_right {
        width: auto;
        margin: 0 0 20px;
        float: none;
    }

    .carousel_8 {

        padding: 0;

    }

    .carousel_8 .item {
        height: auto;
    }
    .carousel_8 .main_list .item {
        width: calc(100vw - 124px);
        height: auto;
    }

    .carousel_8 .next, .carousel_8 .prev {

        margin-top: 0;

        top: -44px;

    }

    .services_list {
        margin: 0 0 17px;
    }

    .services_list .item {
        width: 100%;
        margin: 0 0 22px;
    }

    .product_card_services {
        display: block;
    }

    .product_card_services .fig {
        width: auto;
        height: 191px;
        margin: 0 0 20px;

    }

    .product_card_services .text {
        width: auto;
    }

    .product_card_services .price {
        margin: 0 0 22px;
    }

    .advantages_list_2 {
        margin: 0 0 0 -16px;
    }

    .advantages_list_2 .item {
        width: calc(49% - 16px);
        margin: 0 0 33px 16px;
    }

    .list_2 {
        margin: 0;
    }

    .list_2 .item {

        width: calc(100% - 28px);
        margin: 0 0 23px;
        padding: 0 0 0 28px;

    }

    .gallerry_list {
        margin: 0 0 0 -6px;
    }

    .gallerry_list .item {
        width: calc(34% - 9px);
        margin: 0 0 6px 6px;
    }

    .carousel_7 {
        margin: 0 0 29px;
        padding: 0;
    }

    .carousel_7 .next, .carousel_7 .prev {
        margin-top: 0;
        top: -42px;
    }


    .carousel_7 .item {

        /*width: calc(100vw - 21px);*/


    }

    .carousel_7 .info {

        width: calc(100% - 21px);

        right: 21px;

    }

.modal_box_form .modal__content {


    width: auto;
    padding: 48px 18px 58px;


}
.modal__content .c-33 {
    width: 100%;
}
.mr-10 {
    margin: 0 0 10px !important;
}
.modal__content .c-66 {
    width: 100%;
}
.c-90 {
    width: 100%;
}
.mb-36 {
    margin-bottom: 10px !important;
}


.box_thanks .modal__content {

    width: auto;

    padding: 69px 18px 0 18px;

}
.box_thanks .modal__content .box {

    padding: 3px 0 0 89px;
}
.carousel-lightbox .fig {

    height: auto;
}
.carousel-lightbox .fig .img {
    max-width: none;
    max-height: none;

    position: relative;

    width: 100%;
}
}

@media (min-width: 1280px) {
    .special_offers_box {

        margin: 0 auto 35px;

    }

    .we_produce_box {

        margin: 0 0 17px 130px;

    }

    .carousel_2> .in> .main_list> .item {
        width: 1077px;

    }

    .about_box {

        padding: 107px 0 0 201px;

    }

    .carousel_5 .main_list>  .item {
        width: 219px;

    }

    .carousel_6 .main_list> .item {
        width: 264px;
    }

    .carousel_8 .main_list .item {

        width: 467px;
    }


    .services_list .item:hover .into {
        padding: 0 27px;
    }

    .carousel_7 .item {
        /*width: 374px;*/
    }
}

@media print {
    * {
        color: black !important;
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        float: none !important;
        clear: none !important;
    }

    html, body, article, header, section, footer, aside, div {
        width: 100% !important;
    }

    a, a:link, a:visited, a:hover, a:active, abbr, acronym {
        text-decoration: none;
        border-bottom: 0 none;
    }

    h1, h2, h3, h4, h5, h6, p, li {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3;
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    nav {
        display: none;
    }
}
